@verdocs/js-sdk 3.8.5 → 3.8.6

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.
@@ -20,11 +20,11 @@ export declare const deleteOrganization: (endpoint: VerdocsEndpoint, organizatio
20
20
  /**
21
21
  * Get an organization by ID.
22
22
  */
23
- export declare const getOrganization: (endpoint: VerdocsEndpoint, organizationId: string) => Promise<any>;
23
+ export declare const getOrganization: (endpoint: VerdocsEndpoint, organizationId: string) => Promise<IOrganization>;
24
24
  /**
25
25
  * Update an organization.
26
26
  */
27
- export declare const updateOrganization: (endpoint: VerdocsEndpoint, organizationId: string, params: any) => Promise<any>;
27
+ export declare const updateOrganization: (endpoint: VerdocsEndpoint, organizationId: string, params: any) => Promise<IOrganization>;
28
28
  /**
29
29
  * Check if an organization name is available. Typically used during the sign-up process. This endpoint is rate-limited
30
30
  * to prevent abuse. Developers experiencing problems with testing new applications should contact support.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "3.8.5",
3
+ "version": "3.8.6",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",