@gpt-core/admin 0.5.97 → 0.6.0
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
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
|
};
|