nb-js-client 1.0.44 → 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
  }
@@ -1043,6 +1044,7 @@ interface PayloadArchive {
1043
1044
  interface Permission {
1044
1045
  group_name: Lang;
1045
1046
  permissions: PermissionItem[];
1047
+ group_description?: Lang;
1046
1048
  }
1047
1049
  interface PermissionItem {
1048
1050
  id: number;
@@ -2,6 +2,7 @@ import { Lang } from './base';
2
2
  export interface Permission {
3
3
  group_name: Lang;
4
4
  permissions: PermissionItem[];
5
+ group_description?: Lang;
5
6
  }
6
7
  export interface PermissionItem {
7
8
  id: number;
@@ -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.44",
3
+ "version": "1.0.46",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [