@gpt-core/client 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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -15664,6 +15664,9 @@ type PostExtractionSchemasData = {
|
|
|
15664
15664
|
body: {
|
|
15665
15665
|
data: {
|
|
15666
15666
|
attributes?: {
|
|
15667
|
+
fields?: Array<{
|
|
15668
|
+
[key: string]: unknown;
|
|
15669
|
+
}> | unknown;
|
|
15667
15670
|
version?: number | unknown;
|
|
15668
15671
|
workspace_id: string;
|
|
15669
15672
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -15664,6 +15664,9 @@ type PostExtractionSchemasData = {
|
|
|
15664
15664
|
body: {
|
|
15665
15665
|
data: {
|
|
15666
15666
|
attributes?: {
|
|
15667
|
+
fields?: Array<{
|
|
15668
|
+
[key: string]: unknown;
|
|
15669
|
+
}> | unknown;
|
|
15667
15670
|
version?: number | unknown;
|
|
15668
15671
|
workspace_id: string;
|
|
15669
15672
|
};
|
package/package.json
CHANGED