@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.5.97",
3
+ "version": "0.5.98",
4
4
  "description": "TypeScript SDK for GPT Core Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",