nb-js-client 0.0.47 → 0.0.49

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
@@ -809,11 +809,12 @@ interface Restriction {
809
809
  interface UsersLog {
810
810
  create_date: string;
811
811
  service_name: string;
812
- user_login: string;
812
+ user_id: number;
813
813
  event_type: string;
814
814
  action: string;
815
815
  resource: string;
816
816
  description: string;
817
+ ip: string;
817
818
  }
818
819
 
819
820
  interface StorageTrashElement {
@@ -1,9 +1,10 @@
1
1
  export interface UsersLog {
2
2
  create_date: string;
3
3
  service_name: string;
4
- user_login: string;
4
+ user_id: number;
5
5
  event_type: string;
6
6
  action: string;
7
7
  resource: string;
8
8
  description: string;
9
+ ip: string;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [