@verdocs/js-sdk 5.0.33 → 5.0.35

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
@@ -297,6 +297,7 @@ interface IOrganization {
297
297
  thumbnail_url?: string | null;
298
298
  primary_color?: string | null;
299
299
  secondary_color?: string | null;
300
+ disclaimer?: string | null;
300
301
  data?: Record<string, any> | null;
301
302
  /** Creation date/time. */
302
303
  created_at: string;
@@ -2201,6 +2202,7 @@ interface IAuthenticateResponse {
2201
2202
  expires_in: number;
2202
2203
  access_token_exp: number;
2203
2204
  refresh_token_exp: number;
2205
+ intercom_key: string;
2204
2206
  }
2205
2207
  interface IChangePasswordRequest {
2206
2208
  old_password: string;
package/dist/index.d.ts CHANGED
@@ -297,6 +297,7 @@ interface IOrganization {
297
297
  thumbnail_url?: string | null;
298
298
  primary_color?: string | null;
299
299
  secondary_color?: string | null;
300
+ disclaimer?: string | null;
300
301
  data?: Record<string, any> | null;
301
302
  /** Creation date/time. */
302
303
  created_at: string;
@@ -2201,6 +2202,7 @@ interface IAuthenticateResponse {
2201
2202
  expires_in: number;
2202
2203
  access_token_exp: number;
2203
2204
  refresh_token_exp: number;
2205
+ intercom_key: string;
2204
2206
  }
2205
2207
  interface IChangePasswordRequest {
2206
2208
  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.35",
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",
@@ -61,7 +61,7 @@
61
61
  "esbuild": "^0.21.5",
62
62
  "jest": "^29.7.0",
63
63
  "jest-environment-jsdom": "^29.7.0",
64
- "prettier": "^3.5.2",
64
+ "prettier": "^3.5.3",
65
65
  "rollup": "^4.18.0",
66
66
  "rollup-plugin-clear": "^2.0.7",
67
67
  "rollup-plugin-copy": "^3.5.0",
@@ -69,7 +69,7 @@
69
69
  "ts-jest": "^29.2.6",
70
70
  "tslint": "^6.1.3",
71
71
  "tslint-config-prettier": "^1.18.0",
72
- "typedoc": "^0.28.1",
72
+ "typedoc": "^0.28.2",
73
73
  "typescript": "^5.5.4"
74
74
  }
75
75
  }
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.35",
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",
@@ -61,7 +61,7 @@
61
61
  "esbuild": "^0.21.5",
62
62
  "jest": "^29.7.0",
63
63
  "jest-environment-jsdom": "^29.7.0",
64
- "prettier": "^3.5.2",
64
+ "prettier": "^3.5.3",
65
65
  "rollup": "^4.18.0",
66
66
  "rollup-plugin-clear": "^2.0.7",
67
67
  "rollup-plugin-copy": "^3.5.0",
@@ -69,7 +69,7 @@
69
69
  "ts-jest": "^29.2.6",
70
70
  "tslint": "^6.1.3",
71
71
  "tslint-config-prettier": "^1.18.0",
72
- "typedoc": "^0.28.1",
72
+ "typedoc": "^0.28.2",
73
73
  "typescript": "^5.5.4"
74
74
  }
75
75
  }