windmill-client 1.417.2 → 1.418.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.
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.417.2',
42
+ VERSION: '1.418.0',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -1008,6 +1008,7 @@ export type RawScript = {
1008
1008
  concurrent_limit?: number;
1009
1009
  concurrency_time_window_s?: number;
1010
1010
  custom_concurrency_key?: string;
1011
+ is_trigger?: boolean;
1011
1012
  };
1012
1013
  export type PathScript = {
1013
1014
  input_transforms: {
@@ -1017,6 +1018,7 @@ export type PathScript = {
1017
1018
  hash?: string;
1018
1019
  type: 'script';
1019
1020
  tag_override?: string;
1021
+ is_trigger?: boolean;
1020
1022
  };
1021
1023
  export type PathFlow = {
1022
1024
  input_transforms: {
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.417.2",
4
+ "version": "1.418.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {