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