windmill-api 1.528.0__py3-none-any.whl → 1.530.0__py3-none-any.whl
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.
Potentially problematic release.
This version of windmill-api might be problematic. Click here for more details.
- windmill_api/api/job/run_flow_preview_and_wait_result.py +107 -0
- windmill_api/api/job/run_script_preview_and_wait_result.py +107 -0
- windmill_api/api/worker/get_counts_of_running_jobs_per_tag.py +126 -0
- windmill_api/models/get_counts_of_running_jobs_per_tag_response_200.py +44 -0
- windmill_api/models/preview.py +3 -3
- windmill_api/models/run_flow_preview_and_wait_result_json_body.py +114 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_args.py +44 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_restarted_from.py +74 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value.py +190 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module.py +334 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_mock.py +66 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry.py +97 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_constant.py +66 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_exponential.py +82 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_skip_if.py +58 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0.py +69 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1.py +69 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_all_iters_if.py +78 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_if.py +76 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend.py +215 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form.py +75 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form_schema.py +46 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0.py +71 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1.py +71 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item.py +331 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_mock.py +66 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry.py +97 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_constant.py +66 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_exponential.py +82 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_skip_if.py +58 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0.py +69 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1.py +69 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_all_iters_if.py +76 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_if.py +76 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend.py +213 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form.py +75 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form_schema.py +46 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0.py +71 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1.py +71 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module.py +340 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_mock.py +66 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry.py +99 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_constant.py +66 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_exponential.py +82 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_skip_if.py +58 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0.py +69 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1.py +69 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_all_iters_if.py +78 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_if.py +76 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend.py +215 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form.py +79 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form_schema.py +46 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0.py +73 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0_type.py +8 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1.py +73 -0
- windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1_type.py +8 -0
- windmill_api/models/run_script_preview_and_wait_result_json_body.py +149 -0
- windmill_api/models/run_script_preview_and_wait_result_json_body_args.py +44 -0
- windmill_api/models/run_script_preview_and_wait_result_json_body_kind.py +10 -0
- windmill_api/models/run_script_preview_and_wait_result_json_body_language.py +29 -0
- windmill_api/models/run_script_preview_json_body.py +3 -3
- {windmill_api-1.528.0.dist-info → windmill_api-1.530.0.dist-info}/METADATA +1 -1
- {windmill_api-1.528.0.dist-info → windmill_api-1.530.0.dist-info}/RECORD +75 -6
- {windmill_api-1.528.0.dist-info → windmill_api-1.530.0.dist-info}/LICENSE +0 -0
- {windmill_api-1.528.0.dist-info → windmill_api-1.530.0.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
from typing import Any, Dict, List, Type, TypeVar
|
|
2
|
+
|
|
3
|
+
from attrs import define as _attrs_define
|
|
4
|
+
from attrs import field as _attrs_field
|
|
5
|
+
|
|
6
|
+
T = TypeVar("T", bound="RunScriptPreviewAndWaitResultJsonBodyArgs")
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@_attrs_define
|
|
10
|
+
class RunScriptPreviewAndWaitResultJsonBodyArgs:
|
|
11
|
+
"""The arguments to pass to the script or flow"""
|
|
12
|
+
|
|
13
|
+
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
14
|
+
|
|
15
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
16
|
+
field_dict: Dict[str, Any] = {}
|
|
17
|
+
field_dict.update(self.additional_properties)
|
|
18
|
+
field_dict.update({})
|
|
19
|
+
|
|
20
|
+
return field_dict
|
|
21
|
+
|
|
22
|
+
@classmethod
|
|
23
|
+
def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
|
|
24
|
+
d = src_dict.copy()
|
|
25
|
+
run_script_preview_and_wait_result_json_body_args = cls()
|
|
26
|
+
|
|
27
|
+
run_script_preview_and_wait_result_json_body_args.additional_properties = d
|
|
28
|
+
return run_script_preview_and_wait_result_json_body_args
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
def additional_keys(self) -> List[str]:
|
|
32
|
+
return list(self.additional_properties.keys())
|
|
33
|
+
|
|
34
|
+
def __getitem__(self, key: str) -> Any:
|
|
35
|
+
return self.additional_properties[key]
|
|
36
|
+
|
|
37
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
38
|
+
self.additional_properties[key] = value
|
|
39
|
+
|
|
40
|
+
def __delitem__(self, key: str) -> None:
|
|
41
|
+
del self.additional_properties[key]
|
|
42
|
+
|
|
43
|
+
def __contains__(self, key: str) -> bool:
|
|
44
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RunScriptPreviewAndWaitResultJsonBodyLanguage(str, Enum):
|
|
5
|
+
ANSIBLE = "ansible"
|
|
6
|
+
BASH = "bash"
|
|
7
|
+
BIGQUERY = "bigquery"
|
|
8
|
+
BUN = "bun"
|
|
9
|
+
CSHARP = "csharp"
|
|
10
|
+
DENO = "deno"
|
|
11
|
+
DUCKDB = "duckdb"
|
|
12
|
+
GO = "go"
|
|
13
|
+
GRAPHQL = "graphql"
|
|
14
|
+
JAVA = "java"
|
|
15
|
+
MSSQL = "mssql"
|
|
16
|
+
MYSQL = "mysql"
|
|
17
|
+
NATIVETS = "nativets"
|
|
18
|
+
NU = "nu"
|
|
19
|
+
ORACLEDB = "oracledb"
|
|
20
|
+
PHP = "php"
|
|
21
|
+
POSTGRESQL = "postgresql"
|
|
22
|
+
POWERSHELL = "powershell"
|
|
23
|
+
PYTHON3 = "python3"
|
|
24
|
+
RUBY = "ruby"
|
|
25
|
+
RUST = "rust"
|
|
26
|
+
SNOWFLAKE = "snowflake"
|
|
27
|
+
|
|
28
|
+
def __str__(self) -> str:
|
|
29
|
+
return str(self.value)
|
|
@@ -19,9 +19,9 @@ class RunScriptPreviewJsonBody:
|
|
|
19
19
|
"""
|
|
20
20
|
Attributes:
|
|
21
21
|
args (RunScriptPreviewJsonBodyArgs): The arguments to pass to the script or flow
|
|
22
|
-
content (Union[Unset, str]):
|
|
23
|
-
path (Union[Unset, str]):
|
|
24
|
-
script_hash (Union[Unset, str]):
|
|
22
|
+
content (Union[Unset, str]): The code to run
|
|
23
|
+
path (Union[Unset, str]): The path to the script
|
|
24
|
+
script_hash (Union[Unset, str]): The hash of the script
|
|
25
25
|
language (Union[Unset, RunScriptPreviewJsonBodyLanguage]):
|
|
26
26
|
tag (Union[Unset, str]):
|
|
27
27
|
kind (Union[Unset, RunScriptPreviewJsonBodyKind]):
|
|
@@ -230,10 +230,12 @@ windmill_api/api/job/resume_suspended_job_post.py,sha256=F7vinl2si5-sS5iG3yG-O2r
|
|
|
230
230
|
windmill_api/api/job/run_code_workflow_task.py,sha256=czj8ANUOef2j1dXUXnlIt819xoDVREiq1UtfGJsbnP0,3162
|
|
231
231
|
windmill_api/api/job/run_flow_by_path.py,sha256=6t4mavlsWek-rRHN4ha76JlsJadTGJJvWKZz7I3rIcQ,6295
|
|
232
232
|
windmill_api/api/job/run_flow_preview.py,sha256=MdDB0qxhxnMbTpzRVcrnpEnoiS4saSfGFpTmTR7T1Qs,3981
|
|
233
|
+
windmill_api/api/job/run_flow_preview_and_wait_result.py,sha256=nfvGpwC8HIr15YY_DlTaykhP3FL-jnJjjunoCEiviT0,2924
|
|
233
234
|
windmill_api/api/job/run_raw_script_dependencies.py,sha256=aFYD0ZI4s-5g0YUBu6M6SLCUguPBk-W1T2Zi06O5u7I,4784
|
|
234
235
|
windmill_api/api/job/run_script_by_hash.py,sha256=ESiGymZ014yyHz0yIPup_7R379iKJNvXvVwX0NA_dWE,6564
|
|
235
236
|
windmill_api/api/job/run_script_by_path.py,sha256=oB4oaZVdm-WYKi7Zq91savVw0M7cf5UQlDChZzPs53U,6258
|
|
236
237
|
windmill_api/api/job/run_script_preview.py,sha256=uf4dJGs-16nevHt8ttVXMrar-iSoa4_ZcS8lOS0vMvY,3994
|
|
238
|
+
windmill_api/api/job/run_script_preview_and_wait_result.py,sha256=Gi_2t3k5Fng6-MlJvNElQVA3H89SPgopbl07q8tQU_E,2937
|
|
237
239
|
windmill_api/api/job/run_wait_result_flow_by_path.py,sha256=mqdElFBE3tolxFqgiRYCHZEiCE8W6lXS0C5miLvu81A,4325
|
|
238
240
|
windmill_api/api/job/run_wait_result_script_by_path.py,sha256=OraTDRAZLEj-SzbqIytrbpLAnItyqw2wbfAV1BVElvQ,5223
|
|
239
241
|
windmill_api/api/job/run_wait_result_script_by_path_get.py,sha256=zIfga37-XwtEnWTWneAAj7WI4IUHvR1hdm0XY3h16b8,4970
|
|
@@ -487,6 +489,7 @@ windmill_api/api/worker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
487
489
|
windmill_api/api/worker/exists_workers_with_tags.py,sha256=GJUaQdeREdAuq7fhZfpnpGmmcDR6xYL1KQ-3uSP6UoA,4004
|
|
488
490
|
windmill_api/api/worker/ge_default_tags.py,sha256=vzfZnDN3NWs2-FzpgMnIkuVVL5jzaS4V90g37mKR4wM,3193
|
|
489
491
|
windmill_api/api/worker/get_counts_of_jobs_waiting_per_tag.py,sha256=Ny3bXeZFWzY7HE9AAyP3ehMbugPAXgEYnNOfCpSFLaU,3717
|
|
492
|
+
windmill_api/api/worker/get_counts_of_running_jobs_per_tag.py,sha256=L_i6n3-Ya8OBkI9z9B1uzSTPgGHUbSQwfrDQcVteMpM,3701
|
|
490
493
|
windmill_api/api/worker/get_custom_tags.py,sha256=wWnvv5tzC3wiWjUokVbMgu4ChBI6bJ-JMnBrQNmcPqc,5128
|
|
491
494
|
windmill_api/api/worker/get_queue_metrics.py,sha256=pTH_dMhgOsTMnPw8brDlgtoT353jtR4SWY-liHrXfvs,3739
|
|
492
495
|
windmill_api/api/worker/is_default_tags_per_workspace.py,sha256=WtwYW4uGzb7UefVWb5ZmKyRVCFzZ61yoNMiYOtYQg_0,3144
|
|
@@ -1833,6 +1836,7 @@ windmill_api/models/get_copilot_info_response_200_default_model_provider.py,sha2
|
|
|
1833
1836
|
windmill_api/models/get_copilot_info_response_200_providers.py,sha256=XTdmYujYFEgOHNvPKWusq3qH3uwpgkC8SrDceYGvwfk,2220
|
|
1834
1837
|
windmill_api/models/get_copilot_info_response_200_providers_additional_property.py,sha256=ielXhX83VsECikXirQJg4H2GlW07ZdBjSo8EU1ZLpFk,1927
|
|
1835
1838
|
windmill_api/models/get_counts_of_jobs_waiting_per_tag_response_200.py,sha256=_e3A1jqpV0IWOk2SR8y17jnbFBZZlRNZWp3UbgiQYtA,1371
|
|
1839
|
+
windmill_api/models/get_counts_of_running_jobs_per_tag_response_200.py,sha256=A4Opf5EpSqwEi6es-aWjhrLF01SFCsIB91ZGyDxQ_TM,1371
|
|
1836
1840
|
windmill_api/models/get_critical_alerts_response_200.py,sha256=kg2Vs9aXLIrenI2u848ooi-nnkrGRO9UfrthkWgW3rI,3120
|
|
1837
1841
|
windmill_api/models/get_critical_alerts_response_200_alerts_item.py,sha256=nQsqYz_Kua-QYkq8JFD55cBI-L8TPyNc6ZBvVUutH78,3775
|
|
1838
1842
|
windmill_api/models/get_default_scripts_response_200.py,sha256=ekfscpG1XtNxHvpokDZ7pI0W6DAdITytKNg09XwSgtc,2537
|
|
@@ -3897,7 +3901,7 @@ windmill_api/models/postgres_trigger_extra_perms.py,sha256=rS02p8ubG7UPHEbUKdZgT
|
|
|
3897
3901
|
windmill_api/models/postgres_trigger_retry.py,sha256=qXd_Tbrx8qHsK_UPgP5YRFNZQkoCnHDDvjR9PmfpD30,3108
|
|
3898
3902
|
windmill_api/models/postgres_trigger_retry_constant.py,sha256=Saio6OPvSZykwjhT9LZ4ETOiMMQyBiU1vF3FOx6TP5g,1895
|
|
3899
3903
|
windmill_api/models/postgres_trigger_retry_exponential.py,sha256=Q8nxPXgwvvCEtZl1_u79pRY7-61PqQ3OclOl2wEEo-0,2521
|
|
3900
|
-
windmill_api/models/preview.py,sha256=
|
|
3904
|
+
windmill_api/models/preview.py,sha256=pXq9mrtEu7F4w9Wqyeitx-zFu0GiVO4IMjUmQvTZf0E,4472
|
|
3901
3905
|
windmill_api/models/preview_args.py,sha256=fhgN2tKqwBOeNiOSN3gCX3gr0CVE5TTZnceuSccjFzs,1252
|
|
3902
3906
|
windmill_api/models/preview_kind.py,sha256=NIaUNxPn0aSWkSIx9zjTksybw5CN8eHAl4M1ED3jH9A,178
|
|
3903
3907
|
windmill_api/models/preview_language.py,sha256=QITCH3a1AJeCZA8xHY6aq0zXQyPvr6odZwavSRIxAZU,592
|
|
@@ -4031,6 +4035,67 @@ windmill_api/models/retry_exponential.py,sha256=Fn0Wl4FS41EdztZh9es91hFhnA2BR3nm
|
|
|
4031
4035
|
windmill_api/models/run_code_workflow_task_json_body.py,sha256=-MbcLD1kXmR4UZY4AXaoErC80zSu2qUeUzruoikToQc,1894
|
|
4032
4036
|
windmill_api/models/run_code_workflow_task_json_body_args.py,sha256=jt0Y4tk22M-jwKodn5j-3_MhOBdwcXAKVix2QzlVjXA,1367
|
|
4033
4037
|
windmill_api/models/run_flow_by_path_json_body.py,sha256=Ubr_RjgoVCMdesW-ltC_-TPxQoY_YUF6GOSIHpdJCxc,1314
|
|
4038
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body.py,sha256=HealmFi4AkWyWGqhZmRKtdK9Yue0Lr1CzRVlPeGbad8,4156
|
|
4039
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_args.py,sha256=AswcKVw_L_3svS7fYhkbgeAzTkQE2FUD7N0MjSZrHwU,1413
|
|
4040
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_restarted_from.py,sha256=FOpYoyLkr3Y81xqPFlwHj_1AtQo-8nvBPmFaDcZdgNs,2456
|
|
4041
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value.py,sha256=_HV5BbSvH4hm58s9lBtXp2cY0sNV3mwu-_fN40kP8ho,7635
|
|
4042
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module.py,sha256=8g56qUkaNKeZM3op9RKm_sSLFITH6ph85XmKrzc9HCQ,14298
|
|
4043
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_mock.py,sha256=0oHQMbRkHT0YL3QB9mjssSJ4AABDVorAHoZ-EodxZa0,2110
|
|
4044
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry.py,sha256=gYGn98mY--E7nzYaBY4ZqWzRH6r4-Orh9bHO61SH5n0,4053
|
|
4045
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_constant.py,sha256=TmuMEwb0ARUS5DaoXrIrk3iVJ8NVN0lOC7OjRSPBsEU,2112
|
|
4046
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_exponential.py,sha256=s2KYWaUIaV72I0poIwTn7y1ZjmWKcJAQ5cQoyZEtnZE,2738
|
|
4047
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_skip_if.py,sha256=k0d3_LpYVRmg961LSujvcWS6ruHX8pWRxmXvVly0Uzs,1690
|
|
4048
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0.py,sha256=tmZYkIhf82BGHZDBWi_7BGTjLkswzZ5XcoIKCB3jaC4,2249
|
|
4049
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0_type.py,sha256=wsBhCMPLXkoF-2PWUuTNGAnHrWW6Oe1QAmZVvYRqZsg,194
|
|
4050
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1.py,sha256=ypGDgMkkMir43tDEaVX0Me6vA81YRbMXtrAJi51JAfc,2239
|
|
4051
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1_type.py,sha256=Tv-MsfEIPigzXprWD8HSZTw7ixK52gGwU4ib8VX8LYk,202
|
|
4052
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_all_iters_if.py,sha256=HBBbI-Dgv5VyGxrWuGppM9sPOS5rJQU5O96wbNZi9O4,2497
|
|
4053
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_if.py,sha256=ua1SfKSAQt9nGxPpH9UHNhmv9Q-vLhN-CDnTO1qdjM8,2427
|
|
4054
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend.py,sha256=allPxQjjljDknFJQ5L_REkkEHT_OFXHyhIR6QhY_Cx8,9711
|
|
4055
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form.py,sha256=K2o-r1_SaghLHs0IbFImR6tsyIR89w35zHmFD1GJw_c,2892
|
|
4056
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form_schema.py,sha256=3TOOCtZ8k6-KBgvkE207V-KB4vhuMTD_yHH5GneRtrE,1598
|
|
4057
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0.py,sha256=N06-nE6xGRHq9cVmyyPXFAmjnkHtf7QgXQ3i5XUfzo0,2485
|
|
4058
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0_type.py,sha256=4tsujJAGgFEdHy_TImmMTmAT2-3HM4fVhgWGrrYXKD0,214
|
|
4059
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1.py,sha256=qqH62rR5RBve-DBiED1YVD47GClST2lfu1sK57xtuvU,2475
|
|
4060
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1_type.py,sha256=frigqTC2cMCVKgbZ4hpcIWOREpte6ORovw5sAOktGLo,222
|
|
4061
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item.py,sha256=YvsfZF-AIa4hGq4M-pNJfOun-e7kugwEN39AAAdLVqE,14098
|
|
4062
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_mock.py,sha256=G_w84k-nkkgVL2RvlKx-DhuDr3wX6neuvgPNwqkMLxM,2100
|
|
4063
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry.py,sha256=mXGnmT8I6ctFYLIy_WSpPTG0y5HtXeJoTE_bP4LCfXg,4011
|
|
4064
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_constant.py,sha256=DbKDY3ePE7ORgVYsHA0IKdf8BQVAdglCy9sE6zndGdk,2102
|
|
4065
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_exponential.py,sha256=lY64X3pCymnGdMzCDSwckWGUw_0nqb2U3wAgXcNgopY,2728
|
|
4066
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_skip_if.py,sha256=s4y7wFIno-8JfcWTD6L88TWO6bSBIXLmcDLclDHlU1U,1680
|
|
4067
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0.py,sha256=YjZ2saUiBke7-8mjmJLpyZPUPZQiWHcvRinEoUNgaWQ,2229
|
|
4068
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0_type.py,sha256=NgN3jHRvcSoqFsWU4D5Ivbo0iKVy7cs3n7CVXswJefs,192
|
|
4069
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1.py,sha256=-HrFJVP0wbIcjWGOS_lXzPzBB2obcY4nwdgxg52iE0g,2219
|
|
4070
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1_type.py,sha256=eM1OaW4FcZXW1yiUmtOmNKKYr8HTSfo7PgttMnUl_fE,200
|
|
4071
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_all_iters_if.py,sha256=mVMvF1hzRbmLSToxEU2ehhABo0u1sH6N4SqzEyqzzsU,2463
|
|
4072
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_if.py,sha256=YcjtObEetxAyhASQ4ugFt7OJtt88LLGit1tT5KIOl2o,2417
|
|
4073
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend.py,sha256=_zLjLfI7uWvNhtDa8oasuUoHsOjnb7h-uz-9CtwrDxc,9618
|
|
4074
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form.py,sha256=Fi3ok7aEjZ1UCkSfwtaIF88mKjos3YAByJi1XMG8xWw,2866
|
|
4075
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form_schema.py,sha256=_q2Y5_oRJPHCxNZVokA97PFpuCZRsqBAsuG4d-mAG20,1588
|
|
4076
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0.py,sha256=tiyffg4WR3PLuUCOyh3E1KgqbsrMf9698mQKrEL9iT8,2465
|
|
4077
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0_type.py,sha256=S1VDxqkndfHfHjw2yn1OLXf9KbAEvFg5VJV4TOndRMs,212
|
|
4078
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1.py,sha256=JeCg26N8GuOWn10YPS4Z5dSEkNz3SbgE_GG9hg5ZUew,2455
|
|
4079
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1_type.py,sha256=Mb1CvKAhP1lV9kJHam5Q8XzeHf9DOlqpDSk6D1B3-lg,220
|
|
4080
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module.py,sha256=Izwrn73G5dAvUIcz9T_Dwv6XCfJeZ6LKijegunM8WDs,14758
|
|
4081
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_mock.py,sha256=AmMqKCbyLaQCYtH3kVko8e25G7fzX3hhn4amgSJ7k-g,2135
|
|
4082
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry.py,sha256=bS9BF1JO7-L2UGQlpWs59jgRRbpTQ_bWkLALsS0qIy0,4188
|
|
4083
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_constant.py,sha256=0DVDryu2wVczmXQqHKo_vJEC34BsGmZ0X1pqmVXhkPw,2137
|
|
4084
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_exponential.py,sha256=Rima3jOkJuju0C9R2gQ3x07Etiz7eH32X-0BhI1TifU,2763
|
|
4085
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_skip_if.py,sha256=YqBOxSs6NKTYGvzmuAGGp28tB30qU3k1k7Fd4KXjH5c,1715
|
|
4086
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0.py,sha256=fCOHiz-DuRJw-WM7CmTdp_TcVsdyZhIap1rstSNfIfg,2299
|
|
4087
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0_type.py,sha256=BVLB8cu1MPvPL1IL6vc7W0rrdsknkXC7wNUek1JhziE,199
|
|
4088
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1.py,sha256=efVwfTnh5zcRVz1vQ1TMeLqFZNXlEoX5JFAD-kn-2PY,2289
|
|
4089
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1_type.py,sha256=y2i9Ski3CC8ZZ98j7_ESEKuCEIQFLUjAze967IqlqpU,207
|
|
4090
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_all_iters_if.py,sha256=AECN-AZHFrLtGTDpU3JXBbi9y2lppb-S9T_rTtwKuDA,2522
|
|
4091
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_if.py,sha256=aroG3bnEXJkBO9zcwpKnLJh20Q-ssdNpxfa0hWDlIao,2452
|
|
4092
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend.py,sha256=rwbUtb_-scNZJvsbQ6Q2C0bEIlkpZ4I1JE6MKbnEUuA,9855
|
|
4093
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form.py,sha256=Fzfborfrj3lfZ1g6QEshn-XLl0hwtYbObz6iMIPKE0s,3011
|
|
4094
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form_schema.py,sha256=MnvHTHKyOadg98ZJFhaqveCS5nXqhDph_tpbTgN6WMo,1623
|
|
4095
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0.py,sha256=yDQ3qjj1wr9obJ2DSngmn-Yv0XJ02dFM5zAJzZCoNuY,2557
|
|
4096
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0_type.py,sha256=XAji0KGqPDd-lFYcvggp4lMulk0cB00OAXAGQuCdcoI,219
|
|
4097
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1.py,sha256=ZoT3aIPEnBZPorwkh9UNGw2m6FuZ2O4er5yysVQqXGk,2547
|
|
4098
|
+
windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1_type.py,sha256=ErpERyfOyS9WBfZlySeRvuBdJDTGIU-E6fU042llMZA,227
|
|
4034
4099
|
windmill_api/models/run_flow_preview_json_body.py,sha256=QlMHNM_CK0tB60VHOLyZU9AIuwU6AieW4r08OUq4sIk,3736
|
|
4035
4100
|
windmill_api/models/run_flow_preview_json_body_args.py,sha256=loN4lHWuoPLIEzEVi5mO3EiIUdSGAcBTt6ITemhxCjk,1339
|
|
4036
4101
|
windmill_api/models/run_flow_preview_json_body_restarted_from.py,sha256=kA7ZPQDKxI3Wu_k5p_yPfhjATjpo60zcaGYSrPqy1FE,2382
|
|
@@ -4098,7 +4163,11 @@ windmill_api/models/run_raw_script_dependencies_json_body_raw_scripts_item_langu
|
|
|
4098
4163
|
windmill_api/models/run_raw_script_dependencies_response_201.py,sha256=4kwcRDq-rhrVExuWoPCA3SozWynOy4A8Kqt3a32iDvU,1549
|
|
4099
4164
|
windmill_api/models/run_script_by_hash_json_body.py,sha256=GKwvdjbSGBzyDCxB5cHWiCpMSLxqKkn4E2YJFdlqO0Q,1282
|
|
4100
4165
|
windmill_api/models/run_script_by_path_json_body.py,sha256=29NcAKSylEPBl9EgYJHAPg_Xs1q8SIyNH6mOqkH_DIU,1324
|
|
4101
|
-
windmill_api/models/
|
|
4166
|
+
windmill_api/models/run_script_preview_and_wait_result_json_body.py,sha256=YkXstoD-I11IXvyTmDC0n_C62iROSa9I8rg79XMLJDg,5241
|
|
4167
|
+
windmill_api/models/run_script_preview_and_wait_result_json_body_args.py,sha256=vSK89wEtXfHGoSbHumxvROdYbigILcUi92XY6G7m2pA,1423
|
|
4168
|
+
windmill_api/models/run_script_preview_and_wait_result_json_body_kind.py,sha256=5ImzeHO7W38UZsbflGTdmw86F9uH1ednE13yc2EUs1o,208
|
|
4169
|
+
windmill_api/models/run_script_preview_and_wait_result_json_body_language.py,sha256=8g5arzqmAWIeFOow1HEZJW6eC9vV8P5eVIoAqhHCnnY,622
|
|
4170
|
+
windmill_api/models/run_script_preview_json_body.py,sha256=B_3-6cAHArS9xDjtg2HxyiKM-RyrlHVLYPWcC2c--1I,4908
|
|
4102
4171
|
windmill_api/models/run_script_preview_json_body_args.py,sha256=1ZaKhOEayeu0lnQtMSLqMtVZkwv8YWVhH11wgmCZOM8,1349
|
|
4103
4172
|
windmill_api/models/run_script_preview_json_body_kind.py,sha256=GqXdoFJGevFD2mvNS-2EeKdmH-FDbWN82HNrzK-c8IQ,195
|
|
4104
4173
|
windmill_api/models/run_script_preview_json_body_language.py,sha256=pCrR24AI9nV7MSMn5P9LxgsrK_eMX09wj10gmIj2G9o,609
|
|
@@ -4423,7 +4492,7 @@ windmill_api/models/workspace_invite.py,sha256=HnAJWGv5LwxWkz1T3fhgHKIccO7RFC1li
|
|
|
4423
4492
|
windmill_api/models/workspace_mute_critical_alerts_ui_json_body.py,sha256=y8ZwkWEZgavVc-FgLuZZ4z8YPCLxjPcMfdGdKjGM6VQ,1883
|
|
4424
4493
|
windmill_api/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
4425
4494
|
windmill_api/types.py,sha256=GoYub3t4hQP2Yn5tsvShsBfIY3vHUmblU0MXszDx_V0,968
|
|
4426
|
-
windmill_api-1.
|
|
4427
|
-
windmill_api-1.
|
|
4428
|
-
windmill_api-1.
|
|
4429
|
-
windmill_api-1.
|
|
4495
|
+
windmill_api-1.530.0.dist-info/LICENSE,sha256=qJVFNTaOevCeSY6NoXeUG1SPOwQ1K-PxVQ2iEWJzX-A,11348
|
|
4496
|
+
windmill_api-1.530.0.dist-info/METADATA,sha256=ufIi4DPbf_tDNolBgRPfO20I2QL7DE_IN09Sif0GnJs,5023
|
|
4497
|
+
windmill_api-1.530.0.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
|
4498
|
+
windmill_api-1.530.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|