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