@verdocs/js-sdk 4.2.50 → 4.2.51
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2039,7 +2039,7 @@ declare const declineOrganizationInvitation: (endpoint: VerdocsEndpoint, email:
|
|
|
2039
2039
|
* ```typescript
|
|
2040
2040
|
* import {getOrganizationMembers} from '@verdocs/js-sdk';
|
|
2041
2041
|
*
|
|
2042
|
-
* const members = await
|
|
2042
|
+
* const members = await getOrganizationMembers(VerdocsEndpoint.getDefault()});
|
|
2043
2043
|
* ```
|
|
2044
2044
|
*/
|
|
2045
2045
|
declare const getOrganizationMembers: (endpoint: VerdocsEndpoint) => Promise<IProfile[]>;
|
package/dist/index.d.ts
CHANGED
|
@@ -2039,7 +2039,7 @@ declare const declineOrganizationInvitation: (endpoint: VerdocsEndpoint, email:
|
|
|
2039
2039
|
* ```typescript
|
|
2040
2040
|
* import {getOrganizationMembers} from '@verdocs/js-sdk';
|
|
2041
2041
|
*
|
|
2042
|
-
* const members = await
|
|
2042
|
+
* const members = await getOrganizationMembers(VerdocsEndpoint.getDefault()});
|
|
2043
2043
|
* ```
|
|
2044
2044
|
*/
|
|
2045
2045
|
declare const getOrganizationMembers: (endpoint: VerdocsEndpoint) => Promise<IProfile[]>;
|
package/dist/index.js
CHANGED
|
@@ -1951,7 +1951,7 @@ const declineOrganizationInvitation = (endpoint, email, token) => endpoint.api /
|
|
|
1951
1951
|
* ```typescript
|
|
1952
1952
|
* import {getOrganizationMembers} from '@verdocs/js-sdk';
|
|
1953
1953
|
*
|
|
1954
|
-
* const members = await
|
|
1954
|
+
* const members = await getOrganizationMembers(VerdocsEndpoint.getDefault()});
|
|
1955
1955
|
* ```
|
|
1956
1956
|
*/
|
|
1957
1957
|
const getOrganizationMembers = (endpoint) => endpoint.api //
|