windmill-client 1.589.0 → 1.589.2

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.
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.589.0',
42
+ VERSION: '1.589.2',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -4438,6 +4438,7 @@ export type GetFlowDeploymentStatusData = {
4438
4438
  };
4439
4439
  export type GetFlowDeploymentStatusResponse = {
4440
4440
  lock_error_logs?: string;
4441
+ job_id?: string;
4441
4442
  };
4442
4443
  export type GetTriggersCountOfFlowData = {
4443
4444
  path: string;
@@ -5144,6 +5145,7 @@ export type GetScriptDeploymentStatusData = {
5144
5145
  export type GetScriptDeploymentStatusResponse = {
5145
5146
  lock?: string;
5146
5147
  lock_error_logs?: string;
5148
+ job_id?: string;
5147
5149
  };
5148
5150
  export type CreateDraftData = {
5149
5151
  requestBody: {
@@ -12683,6 +12685,7 @@ export type $OpenApiTs = {
12683
12685
  */
12684
12686
  200: {
12685
12687
  lock_error_logs?: string;
12688
+ job_id?: string;
12686
12689
  };
12687
12690
  };
12688
12691
  };
@@ -13983,6 +13986,7 @@ export type $OpenApiTs = {
13983
13986
  200: {
13984
13987
  lock?: string;
13985
13988
  lock_error_logs?: string;
13989
+ job_id?: string;
13986
13990
  };
13987
13991
  };
13988
13992
  };
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.589.0",
4
+ "version": "1.589.2",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {