windmill-client 1.445.1 → 1.447.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.
- package/dist/core/OpenAPI.js +1 -1
- package/dist/types.gen.d.ts +10 -6
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export type Script = {
|
|
|
27
27
|
};
|
|
28
28
|
lock?: string;
|
|
29
29
|
lock_error_logs?: string;
|
|
30
|
-
language: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
30
|
+
language: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
31
31
|
kind: 'script' | 'failure' | 'trigger' | 'command' | 'approval';
|
|
32
32
|
starred: boolean;
|
|
33
33
|
tag?: string;
|
|
@@ -48,6 +48,7 @@ export type Script = {
|
|
|
48
48
|
no_main_func: boolean;
|
|
49
49
|
codebase?: string;
|
|
50
50
|
has_preprocessor: boolean;
|
|
51
|
+
on_behalf_of_email?: string;
|
|
51
52
|
};
|
|
52
53
|
export type NewScript = {
|
|
53
54
|
path: string;
|
|
@@ -60,7 +61,7 @@ export type NewScript = {
|
|
|
60
61
|
};
|
|
61
62
|
is_template?: boolean;
|
|
62
63
|
lock?: string;
|
|
63
|
-
language: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
64
|
+
language: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
64
65
|
kind?: 'script' | 'failure' | 'trigger' | 'command' | 'approval';
|
|
65
66
|
tag?: string;
|
|
66
67
|
draft_only?: boolean;
|
|
@@ -80,6 +81,7 @@ export type NewScript = {
|
|
|
80
81
|
no_main_func?: boolean;
|
|
81
82
|
codebase?: string;
|
|
82
83
|
has_preprocessor?: boolean;
|
|
84
|
+
on_behalf_of_email?: string;
|
|
83
85
|
};
|
|
84
86
|
export type NewScriptWithDraft = NewScript & {
|
|
85
87
|
draft?: NewScript;
|
|
@@ -141,7 +143,7 @@ export type QueuedJob = {
|
|
|
141
143
|
flow_status?: FlowStatus;
|
|
142
144
|
raw_flow?: FlowValue;
|
|
143
145
|
is_flow_step: boolean;
|
|
144
|
-
language?: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
146
|
+
language?: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
145
147
|
email: string;
|
|
146
148
|
visible_to_owner: boolean;
|
|
147
149
|
mem_peak?: number;
|
|
@@ -181,7 +183,7 @@ export type CompletedJob = {
|
|
|
181
183
|
flow_status?: FlowStatus;
|
|
182
184
|
raw_flow?: FlowValue;
|
|
183
185
|
is_flow_step: boolean;
|
|
184
|
-
language?: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
186
|
+
language?: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
185
187
|
is_skipped: boolean;
|
|
186
188
|
email: string;
|
|
187
189
|
visible_to_owner: boolean;
|
|
@@ -331,7 +333,7 @@ export type Preview = {
|
|
|
331
333
|
content?: string;
|
|
332
334
|
path?: string;
|
|
333
335
|
args: ScriptArgs;
|
|
334
|
-
language?: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
336
|
+
language?: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
335
337
|
tag?: string;
|
|
336
338
|
kind?: 'code' | 'identity' | 'http';
|
|
337
339
|
dedicated_worker?: boolean;
|
|
@@ -787,6 +789,7 @@ export type FlowMetadata = {
|
|
|
787
789
|
dedicated_worker?: boolean;
|
|
788
790
|
timeout?: number;
|
|
789
791
|
visible_to_runner_only?: boolean;
|
|
792
|
+
on_behalf_of_email?: string;
|
|
790
793
|
};
|
|
791
794
|
export type OpenFlowWPath = OpenFlow & {
|
|
792
795
|
path: string;
|
|
@@ -796,6 +799,7 @@ export type OpenFlowWPath = OpenFlow & {
|
|
|
796
799
|
dedicated_worker?: boolean;
|
|
797
800
|
timeout?: number;
|
|
798
801
|
visible_to_runner_only?: boolean;
|
|
802
|
+
on_behalf_of_email?: string;
|
|
799
803
|
};
|
|
800
804
|
export type FlowPreview = {
|
|
801
805
|
value: FlowValue;
|
|
@@ -982,7 +986,7 @@ export type MetricDataPoint = {
|
|
|
982
986
|
export type RawScriptForDependencies = {
|
|
983
987
|
raw_code: string;
|
|
984
988
|
path: string;
|
|
985
|
-
language: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
989
|
+
language: 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp';
|
|
986
990
|
};
|
|
987
991
|
export type ConcurrencyGroup = {
|
|
988
992
|
concurrency_key: string;
|