@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.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 deleteOrganizationMember(VerdocsEndpoint.getDefault()});
1952
+ * const members = await getOrganizationMembers(VerdocsEndpoint.getDefault()});
1953
1953
  * ```
1954
1954
  */
1955
1955
  const getOrganizationMembers = (endpoint) => endpoint.api //