@gpt-core/admin 0.5.97 → 0.5.98

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 CHANGED
@@ -13414,6 +13414,9 @@ type PostAdminExtractionSchemasData = {
13414
13414
  body: {
13415
13415
  data: {
13416
13416
  attributes?: {
13417
+ fields?: Array<{
13418
+ [key: string]: unknown;
13419
+ }> | unknown;
13417
13420
  version?: number | unknown;
13418
13421
  workspace_id: string;
13419
13422
  };
package/dist/index.d.ts CHANGED
@@ -13414,6 +13414,9 @@ type PostAdminExtractionSchemasData = {
13414
13414
  body: {
13415
13415
  data: {
13416
13416
  attributes?: {
13417
+ fields?: Array<{
13418
+ [key: string]: unknown;
13419
+ }> | unknown;
13417
13420
  version?: number | unknown;
13418
13421
  workspace_id: string;
13419
13422
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.5.97",
3
+ "version": "0.5.98",
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",