nb-js-client 1.0.45 → 1.0.46

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.
package/dist/index.d.ts CHANGED
@@ -206,6 +206,7 @@ interface User {
206
206
  status: UserStatus;
207
207
  type: UserType;
208
208
  role_id: number | null;
209
+ is_active: boolean;
209
210
  phone?: string;
210
211
  used_size?: number;
211
212
  }
@@ -16,6 +16,7 @@ export interface User {
16
16
  status: UserStatus;
17
17
  type: UserType;
18
18
  role_id: number | null;
19
+ is_active: boolean;
19
20
  phone?: string;
20
21
  used_size?: number;
21
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [