@gpt-core/admin 0.10.11 → 0.10.13

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
@@ -473,6 +473,13 @@ client.setConfig({
473
473
  - `postPricing-strategies()` - Create pricing strategies
474
474
  - `patchPricing-strategiesById()` - Update pricing strategies
475
475
 
476
+ ## Role
477
+
478
+ - `getRoles()` - List roles
479
+ - `postRoles()` - Create roles
480
+ - `patchRolesById()` - Update roles
481
+ - `deleteRolesById()` - Delete roles
482
+
476
483
  ## Schema discovery
477
484
 
478
485
  - `getExtractionSchema-discoveriesById()` - Get schema discoveries
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.10.11",
3
+ "version": "0.10.13",
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",