@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 +0 -3
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
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
|
};
|