@verdocs/js-sdk 5.0.41 → 5.0.43

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
+ parent_id: string | null;
300
301
  disclaimer?: string | null;
301
302
  data?: Record<string, any> | null;
302
303
  /** Creation date/time. */
@@ -304,6 +305,7 @@ interface IOrganization {
304
305
  /** Last-update date/time. */
305
306
  updated_at: string;
306
307
  api_keys?: IApiKey[];
308
+ children?: IOrganization[];
307
309
  groups?: IGroup[];
308
310
  oauth2_apps?: IOAuth2App[];
309
311
  entitlements?: IEntitlement[];
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
+ parent_id: string | null;
300
301
  disclaimer?: string | null;
301
302
  data?: Record<string, any> | null;
302
303
  /** Creation date/time. */
@@ -304,6 +305,7 @@ interface IOrganization {
304
305
  /** Last-update date/time. */
305
306
  updated_at: string;
306
307
  api_keys?: IApiKey[];
308
+ children?: IOrganization[];
307
309
  groups?: IGroup[];
308
310
  oauth2_apps?: IOAuth2App[];
309
311
  entitlements?: IEntitlement[];
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "5.0.41",
3
+ "version": "5.0.43",
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",
@@ -48,7 +48,7 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "axios": "^1.8.4"
51
+ "axios": "^1.9.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "typescript": "^5.7.3"
@@ -62,14 +62,14 @@
62
62
  "jest": "^29.7.0",
63
63
  "jest-environment-jsdom": "^29.7.0",
64
64
  "prettier": "^3.5.3",
65
- "rollup": "^4.40.0",
65
+ "rollup": "^4.41.0",
66
66
  "rollup-plugin-clear": "^2.0.7",
67
67
  "rollup-plugin-copy": "^3.5.0",
68
68
  "rollup-plugin-ts": "^3.4.5",
69
- "ts-jest": "^29.3.2",
69
+ "ts-jest": "^29.3.4",
70
70
  "tslint": "^6.1.3",
71
71
  "tslint-config-prettier": "^1.18.0",
72
- "typedoc": "^0.28.3",
72
+ "typedoc": "^0.28.5",
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.41",
3
+ "version": "5.0.43",
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",
@@ -48,7 +48,7 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "axios": "^1.8.4"
51
+ "axios": "^1.9.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "typescript": "^5.7.3"
@@ -62,14 +62,14 @@
62
62
  "jest": "^29.7.0",
63
63
  "jest-environment-jsdom": "^29.7.0",
64
64
  "prettier": "^3.5.3",
65
- "rollup": "^4.40.0",
65
+ "rollup": "^4.41.0",
66
66
  "rollup-plugin-clear": "^2.0.7",
67
67
  "rollup-plugin-copy": "^3.5.0",
68
68
  "rollup-plugin-ts": "^3.4.5",
69
- "ts-jest": "^29.3.2",
69
+ "ts-jest": "^29.3.4",
70
70
  "tslint": "^6.1.3",
71
71
  "tslint-config-prettier": "^1.18.0",
72
- "typedoc": "^0.28.3",
72
+ "typedoc": "^0.28.5",
73
73
  "typescript": "^5.5.4"
74
74
  }
75
75
  }