@gpt-core/admin 0.9.38 → 0.10.0
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 +190 -53
- package/dist/index.d.ts +190 -53
- package/llms.txt +1 -0
- package/package.json +1 -1
- package/dist/index.cjs +0 -1606
package/llms.txt
CHANGED
|
@@ -695,6 +695,7 @@ client.setConfig({
|
|
|
695
695
|
## Workspace-membership
|
|
696
696
|
|
|
697
697
|
- `getWorkspace-memberships()` - List workspace memberships
|
|
698
|
+
- `getWorkspace-membershipsInherited()` - List inherited
|
|
698
699
|
- `getWorkspacesByIdMembers()` - Get members
|
|
699
700
|
- `postWorkspace-memberships()` - Create workspace memberships
|
|
700
701
|
- `patchWorkspace-membershipsByWorkspaceIdByUserId()` - Update workspace memberships
|