@gpt-platform/admin 0.1.2 → 0.1.3
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 +139 -365
- package/dist/index.d.ts +139 -365
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/llms.txt +0 -3
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -193,7 +193,6 @@ client.setConfig({
|
|
|
193
193
|
- `patchWalletAddonsByAddonSlugCancel()` - Update cancel
|
|
194
194
|
- `patchWalletCredits()` - Update credits
|
|
195
195
|
- `patchWalletPlan()` - Update plan
|
|
196
|
-
- `patchWalletStorage()` - Update storage
|
|
197
196
|
- `deleteCredit-packagesById()` - Delete credit packages
|
|
198
197
|
- `deletePlansById()` - Delete plans
|
|
199
198
|
- `deleteSubscriptionsById()` - Delete subscriptions
|
|
@@ -1062,9 +1061,7 @@ client.setConfig({
|
|
|
1062
1061
|
- `getTenants()` - List tenants
|
|
1063
1062
|
- `getTenantsById()` - Get tenants
|
|
1064
1063
|
- `postTenants()` - Create tenants
|
|
1065
|
-
- `postTenantsByIdBuy-storage()` - Create buy storage
|
|
1066
1064
|
- `postTenantsByIdCredit()` - Create credit
|
|
1067
|
-
- `postTenantsByIdRemove-storage()` - Create remove storage
|
|
1068
1065
|
- `postTenantsByIdSchedule-purge()` - Create schedule purge
|
|
1069
1066
|
- `postTenantsIsv()` - Create isv
|
|
1070
1067
|
- `patchTenantsById()` - Update tenants
|
package/package.json
CHANGED