@breign/client 1.0.29 → 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];
@@ -27,6 +27,7 @@ exports.FileStatusUio = {
27
27
  Scraping: 'SCRAPING',
28
28
  Pending: 'PENDING',
29
29
  Uploaded: 'UPLOADED',
30
+ Processing: 'PROCESSING',
30
31
  Indexed: 'INDEXED'
31
32
  };
32
33
  function instanceOfFileStatusUio(value) {
@@ -14,7 +14,7 @@
14
14
  * @export
15
15
  */
16
16
  export declare const ProviderTypeUio: {
17
- readonly Llamacpp: "llamacpp";
17
+ readonly Ollama: "ollama";
18
18
  readonly Openai: "openai";
19
19
  readonly Mistral: "mistral";
20
20
  readonly Other: "other";
@@ -24,7 +24,7 @@ exports.ProviderTypeUioToJSONTyped = ProviderTypeUioToJSONTyped;
24
24
  * @export
25
25
  */
26
26
  exports.ProviderTypeUio = {
27
- Llamacpp: 'llamacpp',
27
+ Ollama: 'ollama',
28
28
  Openai: 'openai',
29
29
  Mistral: 'mistral',
30
30
  Other: 'other'
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" : {
@@ -8649,7 +8649,7 @@
8649
8649
  "type" : "string"
8650
8650
  },
8651
8651
  "ProviderType" : {
8652
- "enum" : [ "llamacpp", "openai", "mistral", "other" ],
8652
+ "enum" : [ "ollama", "openai", "mistral", "other" ],
8653
8653
  "type" : "string"
8654
8654
  },
8655
8655
  "GuardianType" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breign/client",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",