@verdocs/js-sdk 5.0.33 → 5.0.34

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
@@ -2201,6 +2201,7 @@ interface IAuthenticateResponse {
2201
2201
  expires_in: number;
2202
2202
  access_token_exp: number;
2203
2203
  refresh_token_exp: number;
2204
+ intercom_key: string;
2204
2205
  }
2205
2206
  interface IChangePasswordRequest {
2206
2207
  old_password: string;
package/dist/index.d.ts CHANGED
@@ -2201,6 +2201,7 @@ interface IAuthenticateResponse {
2201
2201
  expires_in: number;
2202
2202
  access_token_exp: number;
2203
2203
  refresh_token_exp: number;
2204
+ intercom_key: string;
2204
2205
  }
2205
2206
  interface IChangePasswordRequest {
2206
2207
  old_password: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "5.0.33",
3
+ "version": "5.0.34",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS/TS 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": "5.0.33",
3
+ "version": "5.0.34",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",