nb-js-client 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import { RequestLimitationsListParams, Limitation, CreateLimitationsParams } fro
4
4
  export declare class LimitationsApiService {
5
5
  private client;
6
6
  constructor(client: Client);
7
- me(): Promise<ResponseItem<Limitation>>;
7
+ me(): Promise<Limitation[]>;
8
8
  list(params: RequestLimitationsListParams): Promise<ResponseList<Limitation>>;
9
9
  listUsers(id: number, params?: RequestBaseParams): Promise<ResponseList<number>>;
10
10
  create(data: CreateLimitationsParams): Promise<ResponseItem<Limitation>>;
package/dist/index.d.ts CHANGED
@@ -1277,7 +1277,7 @@ interface CutLinkResponse extends CutLinkRequest {
1277
1277
  declare class LimitationsApiService {
1278
1278
  private client;
1279
1279
  constructor(client: Client);
1280
- me(): Promise<ResponseItem<Limitation>>;
1280
+ me(): Promise<Limitation[]>;
1281
1281
  list(params: RequestLimitationsListParams): Promise<ResponseList<Limitation>>;
1282
1282
  listUsers(id: number, params?: RequestBaseParams): Promise<ResponseList<number>>;
1283
1283
  create(data: CreateLimitationsParams): Promise<ResponseItem<Limitation>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [