Commit 96b941f
authored
feat(api): expose organization access and usage operations (#8127)
* feat(api): expose organization access and usage operations
* fix(api): enforce current invitation and organization scope
* fix(billing): serialize credit caps with access revocation
* fix(workspaces): align detachment with invitation lock order1 parent 745cdbe commit 96b941f
137 files changed
Lines changed: 25351 additions & 7670 deletions
File tree
- .github/workflows
- apps
- docs
- content/docs
- api-reference
- cli
- lib
- sim
- app/api
- organizations/[id]
- members/[memberId]/usage-limit
- usage
- permission-groups/user
- v1/admin/organizations/[id]
- v2
- organizations/[organizationId]
- access-requests
- [requestId]
- cancel
- preview
- resolve
- discovery
- mine
- settings
- invitations/[invitationId]/workspaces
- members/[userId]/usage-limit
- usage
- breakdown
- events
- summary
- workspaces
- [workspaceId]
- access-requests
- [requestId]/cancel
- discovery
- invitations
- members
- permission-config
- ee/access-requests/lib
- application
- lib
- api
- contracts
- v2
- __tests__
- openapi
- mcp/generated
- server/routes
- billing
- application
- member-usage-limits
- organization-usage
- core
- organizations
- copilot/application
- core/application
- invitations
- application
- organizations
- application
- permission-groups
- application
- workspaces
- packages/sim-cli/src
- contract
- generated
- http
- runtime
- scripts
- openapi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
132 | 143 | | |
133 | 144 | | |
134 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments