@verdocs/js-sdk 4.2.11 → 4.2.12

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.mts CHANGED
@@ -1728,9 +1728,8 @@ interface IAuthenticateResponse {
1728
1728
  refresh_token_exp: number;
1729
1729
  }
1730
1730
  interface IUpdatePasswordRequest {
1731
- email: string;
1732
- oldPassword: string;
1733
- newPassword: string;
1731
+ old_password: string;
1732
+ new_password: string;
1734
1733
  }
1735
1734
  interface IUpdatePasswordResponse {
1736
1735
  status: TRequestStatus;
package/dist/index.d.ts CHANGED
@@ -1728,9 +1728,8 @@ interface IAuthenticateResponse {
1728
1728
  refresh_token_exp: number;
1729
1729
  }
1730
1730
  interface IUpdatePasswordRequest {
1731
- email: string;
1732
- oldPassword: string;
1733
- newPassword: string;
1731
+ old_password: string;
1732
+ new_password: string;
1734
1733
  }
1735
1734
  interface IUpdatePasswordResponse {
1736
1735
  status: TRequestStatus;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",