@gpt-core/client 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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
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",