windmill-client 1.715.0 → 1.716.0

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.
@@ -29,7 +29,7 @@ const OpenAPI = {
29
29
  PASSWORD: void 0,
30
30
  TOKEN: getEnv("WM_TOKEN"),
31
31
  USERNAME: void 0,
32
- VERSION: "1.715.0",
32
+ VERSION: "1.716.0",
33
33
  WITH_CREDENTIALS: true,
34
34
  interceptors: {
35
35
  request: new Interceptors(),
package/dist/index.js CHANGED
@@ -126,7 +126,7 @@ const OpenAPI = {
126
126
  PASSWORD: void 0,
127
127
  TOKEN: getEnv$1("WM_TOKEN"),
128
128
  USERNAME: void 0,
129
- VERSION: "1.715.0",
129
+ VERSION: "1.716.0",
130
130
  WITH_CREDENTIALS: true,
131
131
  interceptors: {
132
132
  request: new Interceptors(),
@@ -1361,6 +1361,7 @@ export type AIConfig = {
1361
1361
  [key: string]: AIProviderConfig;
1362
1362
  };
1363
1363
  default_model?: AIProviderModel;
1364
+ metadata_model?: AIProviderModel;
1364
1365
  code_completion_model?: AIProviderModel;
1365
1366
  custom_prompts?: {
1366
1367
  [key: string]: (string);
@@ -1376,6 +1377,7 @@ export type InstanceAIProviderSummary = {
1376
1377
  export type InstanceAISummary = {
1377
1378
  providers: Array<InstanceAIProviderSummary>;
1378
1379
  default_model?: AIProviderModel;
1380
+ metadata_model?: AIProviderModel;
1379
1381
  code_completion_model?: AIProviderModel;
1380
1382
  };
1381
1383
  export type Alert = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.715.0",
4
+ "version": "1.716.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "sideEffects": false,