@breign/client 1.0.30 → 1.0.31
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.
|
@@ -17,6 +17,7 @@ export declare const FileStatusUio: {
|
|
|
17
17
|
readonly Scraping: "SCRAPING";
|
|
18
18
|
readonly Pending: "PENDING";
|
|
19
19
|
readonly Uploaded: "UPLOADED";
|
|
20
|
+
readonly Processing: "PROCESSING";
|
|
20
21
|
readonly Indexed: "INDEXED";
|
|
21
22
|
};
|
|
22
23
|
export type FileStatusUio = typeof FileStatusUio[keyof typeof FileStatusUio];
|
package/dist/openapi.json
CHANGED
|
@@ -8229,7 +8229,7 @@
|
|
|
8229
8229
|
"type" : "object"
|
|
8230
8230
|
},
|
|
8231
8231
|
"FileStatus" : {
|
|
8232
|
-
"enum" : [ "SCRAPING", "PENDING", "UPLOADED", "INDEXED" ],
|
|
8232
|
+
"enum" : [ "SCRAPING", "PENDING", "UPLOADED", "PROCESSING", "INDEXED" ],
|
|
8233
8233
|
"type" : "string"
|
|
8234
8234
|
},
|
|
8235
8235
|
"ToolCreateRequest" : {
|