@gpt-core/admin 0.7.62 → 0.7.63
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3363,7 +3363,7 @@ type ExtractionDocument = {
|
|
|
3363
3363
|
/**
|
|
3364
3364
|
* Field included by default.
|
|
3365
3365
|
*/
|
|
3366
|
-
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | unknown;
|
|
3366
|
+
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | "pending_credits" | unknown;
|
|
3367
3367
|
/**
|
|
3368
3368
|
* Field included by default.
|
|
3369
3369
|
*/
|
|
@@ -22102,7 +22102,7 @@ type PatchAdminExtractionDocumentsByIdStatusData = {
|
|
|
22102
22102
|
* State or province code (2-letter)
|
|
22103
22103
|
*/
|
|
22104
22104
|
state?: string | unknown;
|
|
22105
|
-
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | unknown;
|
|
22105
|
+
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | "pending_credits" | unknown;
|
|
22106
22106
|
/**
|
|
22107
22107
|
* Metadata about the training session for this document (trained_at, user_id, scores)
|
|
22108
22108
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -3363,7 +3363,7 @@ type ExtractionDocument = {
|
|
|
3363
3363
|
/**
|
|
3364
3364
|
* Field included by default.
|
|
3365
3365
|
*/
|
|
3366
|
-
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | unknown;
|
|
3366
|
+
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | "pending_credits" | unknown;
|
|
3367
3367
|
/**
|
|
3368
3368
|
* Field included by default.
|
|
3369
3369
|
*/
|
|
@@ -22102,7 +22102,7 @@ type PatchAdminExtractionDocumentsByIdStatusData = {
|
|
|
22102
22102
|
* State or province code (2-letter)
|
|
22103
22103
|
*/
|
|
22104
22104
|
state?: string | unknown;
|
|
22105
|
-
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | unknown;
|
|
22105
|
+
status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | "pending_credits" | unknown;
|
|
22106
22106
|
/**
|
|
22107
22107
|
* Metadata about the training session for this document (trained_at, user_id, scores)
|
|
22108
22108
|
*/
|