@gpt-core/admin 0.6.0 → 0.6.1

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