@gpt-platform/client 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
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "TypeScript SDK for GPT Platform Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",