@gpt-platform/client 0.2.1 → 0.3.1
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 +1970 -262
- package/dist/index.d.ts +1970 -262
- package/dist/index.js +2511 -193
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2511 -193
- package/dist/index.mjs.map +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
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
|
-
- `
|
|
818
|
+
- `patchStorage-filesByIdSoft-delete()` - Update soft delete
|
|
819
819
|
|
|
820
820
|
## Support tag
|
|
821
821
|
|
package/package.json
CHANGED