@verdocs/js-sdk 4.2.49 → 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 +3 -1
- package/dist/index.d.ts +3 -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.mjs
CHANGED
|
@@ -1949,7 +1949,7 @@ const declineOrganizationInvitation = (endpoint, email, token) => endpoint.api /
|
|
|
1949
1949
|
* ```typescript
|
|
1950
1950
|
* import {getOrganizationMembers} from '@verdocs/js-sdk';
|
|
1951
1951
|
*
|
|
1952
|
-
* const members = await
|
|
1952
|
+
* const members = await getOrganizationMembers(VerdocsEndpoint.getDefault()});
|
|
1953
1953
|
* ```
|
|
1954
1954
|
*/
|
|
1955
1955
|
const getOrganizationMembers = (endpoint) => endpoint.api //
|