@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/dist/index.d.mts +402 -71
- package/dist/index.d.ts +402 -71
- package/llms.txt +7 -0
- package/package.json +1 -1
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
|