@verdocs/js-sdk 5.0.42 → 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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/package.json +2 -2
- package/package.json +2 -2
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.
|
|
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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"ts-jest": "^29.3.4",
|
|
70
70
|
"tslint": "^6.1.3",
|
|
71
71
|
"tslint-config-prettier": "^1.18.0",
|
|
72
|
-
"typedoc": "^0.28.
|
|
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.
|
|
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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"ts-jest": "^29.3.4",
|
|
70
70
|
"tslint": "^6.1.3",
|
|
71
71
|
"tslint-config-prettier": "^1.18.0",
|
|
72
|
-
"typedoc": "^0.28.
|
|
72
|
+
"typedoc": "^0.28.5",
|
|
73
73
|
"typescript": "^5.5.4"
|
|
74
74
|
}
|
|
75
75
|
}
|