@gpt-platform/client 0.1.2 → 0.1.4
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 +3482 -8559
- package/dist/index.d.ts +3482 -8559
- package/dist/index.js +1976 -8237
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1976 -8163
- package/dist/index.mjs.map +1 -1
- package/llms.txt +0 -2
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -837,9 +837,7 @@ client.setConfig({
|
|
|
837
837
|
- `getTenants()` - List tenants
|
|
838
838
|
- `getTenantsById()` - Get tenants
|
|
839
839
|
- `postTenants()` - Create tenants
|
|
840
|
-
- `postTenantsByIdBuy-storage()` - Create buy storage
|
|
841
840
|
- `postTenantsByIdCredit()` - Create credit
|
|
842
|
-
- `postTenantsByIdRemove-storage()` - Create remove storage
|
|
843
841
|
- `postTenantsByIdSchedule-purge()` - Create schedule purge
|
|
844
842
|
- `postTenantsIsv()` - Create isv
|
|
845
843
|
- `patchTenantsById()` - Update tenants
|
package/package.json
CHANGED