@gpt-core/client 0.9.31 → 0.9.32

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
@@ -37673,11 +37673,7 @@ declare const patchNotificationMethodsByIdSetPrimary: <ThrowOnError extends bool
37673
37673
  /**
37674
37674
  * Get view
37675
37675
  *
37676
- * Retrieves a single resource by ID.
37677
- *
37678
- * **Authentication:** Required - Bearer token or API key
37679
- * **Rate Limit:** 100 requests per minute
37680
- *
37676
+ * Get a document with its presigned view URL
37681
37677
  */
37682
37678
  declare const getExtractionDocumentsByIdView: <ThrowOnError extends boolean = false>(options: Options<GetExtractionDocumentsByIdViewData, ThrowOnError>) => RequestResult<GetExtractionDocumentsByIdViewResponses, GetExtractionDocumentsByIdViewErrors, ThrowOnError, "fields">;
37683
37679
  /**
package/dist/index.d.ts CHANGED
@@ -37673,11 +37673,7 @@ declare const patchNotificationMethodsByIdSetPrimary: <ThrowOnError extends bool
37673
37673
  /**
37674
37674
  * Get view
37675
37675
  *
37676
- * Retrieves a single resource by ID.
37677
- *
37678
- * **Authentication:** Required - Bearer token or API key
37679
- * **Rate Limit:** 100 requests per minute
37680
- *
37676
+ * Get a document with its presigned view URL
37681
37677
  */
37682
37678
  declare const getExtractionDocumentsByIdView: <ThrowOnError extends boolean = false>(options: Options<GetExtractionDocumentsByIdViewData, ThrowOnError>) => RequestResult<GetExtractionDocumentsByIdViewResponses, GetExtractionDocumentsByIdViewErrors, ThrowOnError, "fields">;
37683
37679
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.9.31",
3
+ "version": "0.9.32",
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",