@gpt-core/admin 0.9.35 → 0.9.36
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 +131 -16
- package/dist/index.d.ts +131 -16
- package/llms.txt +1 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -669,6 +669,7 @@ client.setConfig({
|
|
|
669
669
|
## Workspace-membership
|
|
670
670
|
|
|
671
671
|
- `getWorkspace-memberships()` - List workspace memberships
|
|
672
|
+
- `getWorkspace-membershipsInherited()` - List inherited
|
|
672
673
|
- `getWorkspacesByIdMembers()` - Get members
|
|
673
674
|
- `postWorkspace-memberships()` - Create workspace memberships
|
|
674
675
|
- `patchWorkspace-membershipsByWorkspaceIdByUserId()` - Update workspace memberships
|