@gpt-platform/client 0.2.0 → 0.3.0

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
@@ -815,7 +815,7 @@ client.setConfig({
815
815
  - `getStorage-filesById()` - Get storage files
816
816
  - `postStorage-files()` - Create storage files
817
817
  - `patchStorage-filesById()` - Update storage files
818
- - `deleteStorage-filesById()` - Delete storage files
818
+ - `patchStorage-filesByIdSoft-delete()` - Update soft delete
819
819
 
820
820
  ## Support tag
821
821
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
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",