@gpt-core/client 0.8.22 → 0.8.24

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
@@ -314,6 +314,7 @@ client.setConfig({
314
314
 
315
315
  - `getPermissions()` - List permissions
316
316
  - `getPermissionsById()` - Get permissions
317
+ - `getPermissionsPresets()` - List presets
317
318
 
318
319
  ## Permission meta
319
320
 
@@ -321,7 +322,6 @@ client.setConfig({
321
322
 
322
323
  ## Permission preset
323
324
 
324
- - `getPermissionsPresets()` - List presets
325
325
  - `getPermissionsPresetsById()` - Get presets
326
326
 
327
327
  ## Presigned url
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.8.22",
3
+ "version": "0.8.24",
4
4
  "description": "TypeScript SDK for GPT Core Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",