@verdocs/js-sdk 4.2.104 → 4.2.105

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
@@ -227,6 +227,7 @@ interface IApiKey {
227
227
  name: string;
228
228
  organization_id: string;
229
229
  profile_id: string;
230
+ global_admin: boolean;
230
231
  client_secret?: string | null;
231
232
  permission: TApiKeyPermission;
232
233
  profile?: IProfile;
package/dist/index.d.ts CHANGED
@@ -227,6 +227,7 @@ interface IApiKey {
227
227
  name: string;
228
228
  organization_id: string;
229
229
  profile_id: string;
230
+ global_admin: boolean;
230
231
  client_secret?: string | null;
231
232
  permission: TApiKeyPermission;
232
233
  profile?: IProfile;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.104",
3
+ "version": "4.2.105",
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.104",
3
+ "version": "4.2.105",
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",