@gpt-core/admin 0.9.19 → 0.9.21
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 +1692 -665
- package/dist/index.d.ts +1692 -665
- package/llms.txt +8 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -406,6 +406,14 @@ client.setConfig({
|
|
|
406
406
|
- `getPermissions()` - List permissions
|
|
407
407
|
- `getPermissionsPresets()` - List presets
|
|
408
408
|
|
|
409
|
+
## Platform-pricing-config
|
|
410
|
+
|
|
411
|
+
- `getPlatform-pricing-configs()` - List platform pricing configs
|
|
412
|
+
- `getPlatform-pricing-configsById()` - Get platform pricing configs
|
|
413
|
+
- `postPlatform-pricing-configs()` - Create platform pricing configs
|
|
414
|
+
- `patchPlatform-pricing-configsById()` - Update platform pricing configs
|
|
415
|
+
- `deletePlatform-pricing-configsById()` - Delete platform pricing configs
|
|
416
|
+
|
|
409
417
|
## Presigned url
|
|
410
418
|
|
|
411
419
|
- `postDocumentsPresignedUpload()` - Create presigned upload
|