@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/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.9.19",
3
+ "version": "0.9.21",
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",