@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/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.9.37",
3
+ "version": "0.9.39",
4
4
  "description": "TypeScript SDK for GPT Core Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",