@gpt-core/admin 0.9.16 → 0.9.18

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
@@ -193,6 +193,13 @@ client.setConfig({
193
193
  - `postConfigs()` - Create configs
194
194
  - `patchConfigsByKey()` - Update configs
195
195
 
196
+ ## Config enum
197
+
198
+ - `getExtractionConfig-enums()` - List config enums
199
+ - `getExtractionConfig-enumsById()` - Get config enums
200
+ - `postExtractionConfig-enums()` - Create config enums
201
+ - `patchExtractionConfig-enumsById()` - Update config enums
202
+
196
203
  ## Conversations
197
204
 
198
205
  - `getAiConversations()` - List conversations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.9.16",
3
+ "version": "0.9.18",
4
4
  "description": "TypeScript SDK for GPT Core Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",