nb-js-client 0.0.76 → 0.0.77

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
@@ -122,6 +122,7 @@ interface User {
122
122
  create_date: string;
123
123
  update_date: string;
124
124
  last_login_date: string;
125
+ last_update_password_date: string;
125
126
  login: string;
126
127
  password: string;
127
128
  first_name: string;
@@ -3,6 +3,7 @@ export interface User {
3
3
  create_date: string;
4
4
  update_date: string;
5
5
  last_login_date: string;
6
+ last_update_password_date: string;
6
7
  login: string;
7
8
  password: string;
8
9
  first_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "0.0.76",
3
+ "version": "0.0.77",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [