@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 +1 -5
- package/dist/index.d.ts +1 -5
- package/package.json +1 -1
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
|
-
*
|
|
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
|
-
*
|
|
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