@breign/client 1.0.13 → 1.0.14

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.
@@ -14,6 +14,7 @@
14
14
  * @export
15
15
  */
16
16
  export declare const FileStatusUio: {
17
+ readonly Scraping: "SCRAPING";
17
18
  readonly Pending: "PENDING";
18
19
  readonly Uploaded: "UPLOADED";
19
20
  readonly Indexed: "INDEXED";
@@ -24,6 +24,7 @@ exports.FileStatusUioToJSONTyped = FileStatusUioToJSONTyped;
24
24
  * @export
25
25
  */
26
26
  exports.FileStatusUio = {
27
+ Scraping: 'SCRAPING',
27
28
  Pending: 'PENDING',
28
29
  Uploaded: 'UPLOADED',
29
30
  Indexed: 'INDEXED'
package/dist/openapi.json CHANGED
@@ -7706,7 +7706,7 @@
7706
7706
  "type" : "string"
7707
7707
  },
7708
7708
  "FileStatus" : {
7709
- "enum" : [ "PENDING", "UPLOADED", "INDEXED" ],
7709
+ "enum" : [ "SCRAPING", "PENDING", "UPLOADED", "INDEXED" ],
7710
7710
  "type" : "string"
7711
7711
  },
7712
7712
  "ChatMessageRole" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breign/client",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",