@gpt-core/admin 0.9.37 → 0.9.39
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 +209 -103
- package/dist/index.d.ts +209 -103
- package/llms.txt +1 -1
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -649,7 +649,6 @@ client.setConfig({
|
|
|
649
649
|
- `postUsersAuthResend-confirmation()` - Create resend confirmation
|
|
650
650
|
- `postUsersRegister-isv()` - Create register isv
|
|
651
651
|
- `patchUser-profilesById()` - Update user profiles
|
|
652
|
-
- `patchUser-profilesByIdAccept-privacy-policy()` - Update accept privacy policy
|
|
653
652
|
- `patchUser-profilesByIdAccept-tos()` - Update accept tos
|
|
654
653
|
- `patchUser-profilesByIdDismiss-announcement()` - Update dismiss announcement
|
|
655
654
|
- `patchUser-profilesByIdDismiss-welcome()` - Update dismiss welcome
|
|
@@ -696,6 +695,7 @@ client.setConfig({
|
|
|
696
695
|
## Workspace-membership
|
|
697
696
|
|
|
698
697
|
- `getWorkspace-memberships()` - List workspace memberships
|
|
698
|
+
- `getWorkspace-membershipsInherited()` - List inherited
|
|
699
699
|
- `getWorkspacesByIdMembers()` - Get members
|
|
700
700
|
- `postWorkspace-memberships()` - Create workspace memberships
|
|
701
701
|
- `patchWorkspace-membershipsByWorkspaceIdByUserId()` - Update workspace memberships
|