windmill-api 1.529.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.

Files changed (73) hide show
  1. windmill_api/api/job/run_flow_preview_and_wait_result.py +107 -0
  2. windmill_api/api/job/run_script_preview_and_wait_result.py +107 -0
  3. windmill_api/models/preview.py +3 -3
  4. windmill_api/models/run_flow_preview_and_wait_result_json_body.py +114 -0
  5. windmill_api/models/run_flow_preview_and_wait_result_json_body_args.py +44 -0
  6. windmill_api/models/run_flow_preview_and_wait_result_json_body_restarted_from.py +74 -0
  7. windmill_api/models/run_flow_preview_and_wait_result_json_body_value.py +190 -0
  8. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module.py +334 -0
  9. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_mock.py +66 -0
  10. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry.py +97 -0
  11. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_constant.py +66 -0
  12. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_retry_exponential.py +82 -0
  13. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_skip_if.py +58 -0
  14. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0.py +69 -0
  15. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_0_type.py +8 -0
  16. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1.py +69 -0
  17. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_sleep_type_1_type.py +8 -0
  18. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_all_iters_if.py +78 -0
  19. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_stop_after_if.py +76 -0
  20. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend.py +215 -0
  21. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form.py +75 -0
  22. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_resume_form_schema.py +46 -0
  23. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0.py +71 -0
  24. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_0_type.py +8 -0
  25. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1.py +71 -0
  26. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_failure_module_suspend_user_groups_required_type_1_type.py +8 -0
  27. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item.py +331 -0
  28. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_mock.py +66 -0
  29. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry.py +97 -0
  30. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_constant.py +66 -0
  31. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_retry_exponential.py +82 -0
  32. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_skip_if.py +58 -0
  33. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0.py +69 -0
  34. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_0_type.py +8 -0
  35. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1.py +69 -0
  36. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_sleep_type_1_type.py +8 -0
  37. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_all_iters_if.py +76 -0
  38. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_stop_after_if.py +76 -0
  39. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend.py +213 -0
  40. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form.py +75 -0
  41. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_resume_form_schema.py +46 -0
  42. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0.py +71 -0
  43. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_0_type.py +8 -0
  44. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1.py +71 -0
  45. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_modules_item_suspend_user_groups_required_type_1_type.py +8 -0
  46. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module.py +340 -0
  47. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_mock.py +66 -0
  48. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry.py +99 -0
  49. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_constant.py +66 -0
  50. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_retry_exponential.py +82 -0
  51. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_skip_if.py +58 -0
  52. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0.py +69 -0
  53. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_0_type.py +8 -0
  54. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1.py +69 -0
  55. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_sleep_type_1_type.py +8 -0
  56. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_all_iters_if.py +78 -0
  57. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_stop_after_if.py +76 -0
  58. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend.py +215 -0
  59. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form.py +79 -0
  60. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form_schema.py +46 -0
  61. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0.py +73 -0
  62. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0_type.py +8 -0
  63. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1.py +73 -0
  64. windmill_api/models/run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1_type.py +8 -0
  65. windmill_api/models/run_script_preview_and_wait_result_json_body.py +149 -0
  66. windmill_api/models/run_script_preview_and_wait_result_json_body_args.py +44 -0
  67. windmill_api/models/run_script_preview_and_wait_result_json_body_kind.py +10 -0
  68. windmill_api/models/run_script_preview_and_wait_result_json_body_language.py +29 -0
  69. windmill_api/models/run_script_preview_json_body.py +3 -3
  70. {windmill_api-1.529.0.dist-info → windmill_api-1.530.0.dist-info}/METADATA +1 -1
  71. {windmill_api-1.529.0.dist-info → windmill_api-1.530.0.dist-info}/RECORD +73 -6
  72. {windmill_api-1.529.0.dist-info → windmill_api-1.530.0.dist-info}/LICENSE +0 -0
  73. {windmill_api-1.529.0.dist-info → windmill_api-1.530.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,46 @@
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="RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendResumeFormSchema")
7
+
8
+
9
+ @_attrs_define
10
+ class RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendResumeFormSchema:
11
+ """ """
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_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form_schema = cls()
26
+
27
+ run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form_schema.additional_properties = (
28
+ d
29
+ )
30
+ return run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_resume_form_schema
31
+
32
+ @property
33
+ def additional_keys(self) -> List[str]:
34
+ return list(self.additional_properties.keys())
35
+
36
+ def __getitem__(self, key: str) -> Any:
37
+ return self.additional_properties[key]
38
+
39
+ def __setitem__(self, key: str, value: Any) -> None:
40
+ self.additional_properties[key] = value
41
+
42
+ def __delitem__(self, key: str) -> None:
43
+ del self.additional_properties[key]
44
+
45
+ def __contains__(self, key: str) -> bool:
46
+ return key in self.additional_properties
@@ -0,0 +1,73 @@
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
+ from ..models.run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0_type import (
7
+ RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType0Type,
8
+ )
9
+
10
+ T = TypeVar("T", bound="RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType0")
11
+
12
+
13
+ @_attrs_define
14
+ class RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType0:
15
+ """
16
+ Attributes:
17
+ value (Any):
18
+ type (RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType0Type):
19
+ """
20
+
21
+ value: Any
22
+ type: RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType0Type
23
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
24
+
25
+ def to_dict(self) -> Dict[str, Any]:
26
+ value = self.value
27
+ type = self.type.value
28
+
29
+ field_dict: Dict[str, Any] = {}
30
+ field_dict.update(self.additional_properties)
31
+ field_dict.update(
32
+ {
33
+ "value": value,
34
+ "type": type,
35
+ }
36
+ )
37
+
38
+ return field_dict
39
+
40
+ @classmethod
41
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
42
+ d = src_dict.copy()
43
+ value = d.pop("value")
44
+
45
+ type = RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType0Type(
46
+ d.pop("type")
47
+ )
48
+
49
+ run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0 = cls(
50
+ value=value,
51
+ type=type,
52
+ )
53
+
54
+ run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0.additional_properties = (
55
+ d
56
+ )
57
+ return run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_0
58
+
59
+ @property
60
+ def additional_keys(self) -> List[str]:
61
+ return list(self.additional_properties.keys())
62
+
63
+ def __getitem__(self, key: str) -> Any:
64
+ return self.additional_properties[key]
65
+
66
+ def __setitem__(self, key: str, value: Any) -> None:
67
+ self.additional_properties[key] = value
68
+
69
+ def __delitem__(self, key: str) -> None:
70
+ del self.additional_properties[key]
71
+
72
+ def __contains__(self, key: str) -> bool:
73
+ return key in self.additional_properties
@@ -0,0 +1,8 @@
1
+ from enum import Enum
2
+
3
+
4
+ class RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType0Type(str, Enum):
5
+ STATIC = "static"
6
+
7
+ def __str__(self) -> str:
8
+ return str(self.value)
@@ -0,0 +1,73 @@
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
+ from ..models.run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1_type import (
7
+ RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType1Type,
8
+ )
9
+
10
+ T = TypeVar("T", bound="RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType1")
11
+
12
+
13
+ @_attrs_define
14
+ class RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType1:
15
+ """
16
+ Attributes:
17
+ expr (str):
18
+ type (RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType1Type):
19
+ """
20
+
21
+ expr: str
22
+ type: RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType1Type
23
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
24
+
25
+ def to_dict(self) -> Dict[str, Any]:
26
+ expr = self.expr
27
+ type = self.type.value
28
+
29
+ field_dict: Dict[str, Any] = {}
30
+ field_dict.update(self.additional_properties)
31
+ field_dict.update(
32
+ {
33
+ "expr": expr,
34
+ "type": type,
35
+ }
36
+ )
37
+
38
+ return field_dict
39
+
40
+ @classmethod
41
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
42
+ d = src_dict.copy()
43
+ expr = d.pop("expr")
44
+
45
+ type = RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType1Type(
46
+ d.pop("type")
47
+ )
48
+
49
+ run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1 = cls(
50
+ expr=expr,
51
+ type=type,
52
+ )
53
+
54
+ run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1.additional_properties = (
55
+ d
56
+ )
57
+ return run_flow_preview_and_wait_result_json_body_value_preprocessor_module_suspend_user_groups_required_type_1
58
+
59
+ @property
60
+ def additional_keys(self) -> List[str]:
61
+ return list(self.additional_properties.keys())
62
+
63
+ def __getitem__(self, key: str) -> Any:
64
+ return self.additional_properties[key]
65
+
66
+ def __setitem__(self, key: str, value: Any) -> None:
67
+ self.additional_properties[key] = value
68
+
69
+ def __delitem__(self, key: str) -> None:
70
+ del self.additional_properties[key]
71
+
72
+ def __contains__(self, key: str) -> bool:
73
+ return key in self.additional_properties
@@ -0,0 +1,8 @@
1
+ from enum import Enum
2
+
3
+
4
+ class RunFlowPreviewAndWaitResultJsonBodyValuePreprocessorModuleSuspendUserGroupsRequiredType1Type(str, Enum):
5
+ JAVASCRIPT = "javascript"
6
+
7
+ def __str__(self) -> str:
8
+ return str(self.value)
@@ -0,0 +1,149 @@
1
+ from typing import TYPE_CHECKING, Any, Dict, List, Type, TypeVar, Union
2
+
3
+ from attrs import define as _attrs_define
4
+ from attrs import field as _attrs_field
5
+
6
+ from ..models.run_script_preview_and_wait_result_json_body_kind import RunScriptPreviewAndWaitResultJsonBodyKind
7
+ from ..models.run_script_preview_and_wait_result_json_body_language import RunScriptPreviewAndWaitResultJsonBodyLanguage
8
+ from ..types import UNSET, Unset
9
+
10
+ if TYPE_CHECKING:
11
+ from ..models.run_script_preview_and_wait_result_json_body_args import RunScriptPreviewAndWaitResultJsonBodyArgs
12
+
13
+
14
+ T = TypeVar("T", bound="RunScriptPreviewAndWaitResultJsonBody")
15
+
16
+
17
+ @_attrs_define
18
+ class RunScriptPreviewAndWaitResultJsonBody:
19
+ """
20
+ Attributes:
21
+ args (RunScriptPreviewAndWaitResultJsonBodyArgs): The arguments to pass to the script or flow
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
+ language (Union[Unset, RunScriptPreviewAndWaitResultJsonBodyLanguage]):
26
+ tag (Union[Unset, str]):
27
+ kind (Union[Unset, RunScriptPreviewAndWaitResultJsonBodyKind]):
28
+ dedicated_worker (Union[Unset, bool]):
29
+ lock (Union[Unset, str]):
30
+ """
31
+
32
+ args: "RunScriptPreviewAndWaitResultJsonBodyArgs"
33
+ content: Union[Unset, str] = UNSET
34
+ path: Union[Unset, str] = UNSET
35
+ script_hash: Union[Unset, str] = UNSET
36
+ language: Union[Unset, RunScriptPreviewAndWaitResultJsonBodyLanguage] = UNSET
37
+ tag: Union[Unset, str] = UNSET
38
+ kind: Union[Unset, RunScriptPreviewAndWaitResultJsonBodyKind] = UNSET
39
+ dedicated_worker: Union[Unset, bool] = UNSET
40
+ lock: Union[Unset, str] = UNSET
41
+ additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
42
+
43
+ def to_dict(self) -> Dict[str, Any]:
44
+ args = self.args.to_dict()
45
+
46
+ content = self.content
47
+ path = self.path
48
+ script_hash = self.script_hash
49
+ language: Union[Unset, str] = UNSET
50
+ if not isinstance(self.language, Unset):
51
+ language = self.language.value
52
+
53
+ tag = self.tag
54
+ kind: Union[Unset, str] = UNSET
55
+ if not isinstance(self.kind, Unset):
56
+ kind = self.kind.value
57
+
58
+ dedicated_worker = self.dedicated_worker
59
+ lock = self.lock
60
+
61
+ field_dict: Dict[str, Any] = {}
62
+ field_dict.update(self.additional_properties)
63
+ field_dict.update(
64
+ {
65
+ "args": args,
66
+ }
67
+ )
68
+ if content is not UNSET:
69
+ field_dict["content"] = content
70
+ if path is not UNSET:
71
+ field_dict["path"] = path
72
+ if script_hash is not UNSET:
73
+ field_dict["script_hash"] = script_hash
74
+ if language is not UNSET:
75
+ field_dict["language"] = language
76
+ if tag is not UNSET:
77
+ field_dict["tag"] = tag
78
+ if kind is not UNSET:
79
+ field_dict["kind"] = kind
80
+ if dedicated_worker is not UNSET:
81
+ field_dict["dedicated_worker"] = dedicated_worker
82
+ if lock is not UNSET:
83
+ field_dict["lock"] = lock
84
+
85
+ return field_dict
86
+
87
+ @classmethod
88
+ def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
89
+ from ..models.run_script_preview_and_wait_result_json_body_args import RunScriptPreviewAndWaitResultJsonBodyArgs
90
+
91
+ d = src_dict.copy()
92
+ args = RunScriptPreviewAndWaitResultJsonBodyArgs.from_dict(d.pop("args"))
93
+
94
+ content = d.pop("content", UNSET)
95
+
96
+ path = d.pop("path", UNSET)
97
+
98
+ script_hash = d.pop("script_hash", UNSET)
99
+
100
+ _language = d.pop("language", UNSET)
101
+ language: Union[Unset, RunScriptPreviewAndWaitResultJsonBodyLanguage]
102
+ if isinstance(_language, Unset):
103
+ language = UNSET
104
+ else:
105
+ language = RunScriptPreviewAndWaitResultJsonBodyLanguage(_language)
106
+
107
+ tag = d.pop("tag", UNSET)
108
+
109
+ _kind = d.pop("kind", UNSET)
110
+ kind: Union[Unset, RunScriptPreviewAndWaitResultJsonBodyKind]
111
+ if isinstance(_kind, Unset):
112
+ kind = UNSET
113
+ else:
114
+ kind = RunScriptPreviewAndWaitResultJsonBodyKind(_kind)
115
+
116
+ dedicated_worker = d.pop("dedicated_worker", UNSET)
117
+
118
+ lock = d.pop("lock", UNSET)
119
+
120
+ run_script_preview_and_wait_result_json_body = cls(
121
+ args=args,
122
+ content=content,
123
+ path=path,
124
+ script_hash=script_hash,
125
+ language=language,
126
+ tag=tag,
127
+ kind=kind,
128
+ dedicated_worker=dedicated_worker,
129
+ lock=lock,
130
+ )
131
+
132
+ run_script_preview_and_wait_result_json_body.additional_properties = d
133
+ return run_script_preview_and_wait_result_json_body
134
+
135
+ @property
136
+ def additional_keys(self) -> List[str]:
137
+ return list(self.additional_properties.keys())
138
+
139
+ def __getitem__(self, key: str) -> Any:
140
+ return self.additional_properties[key]
141
+
142
+ def __setitem__(self, key: str, value: Any) -> None:
143
+ self.additional_properties[key] = value
144
+
145
+ def __delitem__(self, key: str) -> None:
146
+ del self.additional_properties[key]
147
+
148
+ def __contains__(self, key: str) -> bool:
149
+ return key in self.additional_properties
@@ -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,10 @@
1
+ from enum import Enum
2
+
3
+
4
+ class RunScriptPreviewAndWaitResultJsonBodyKind(str, Enum):
5
+ CODE = "code"
6
+ HTTP = "http"
7
+ IDENTITY = "identity"
8
+
9
+ def __str__(self) -> str:
10
+ return str(self.value)
@@ -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]):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: windmill-api
3
- Version: 1.529.0
3
+ Version: 1.530.0
4
4
  Summary: A client library for accessing Windmill API
5
5
  License: Apache-2.0
6
6
  Author: Ruben Fiszel
@@ -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
@@ -3899,7 +3901,7 @@ windmill_api/models/postgres_trigger_extra_perms.py,sha256=rS02p8ubG7UPHEbUKdZgT
3899
3901
  windmill_api/models/postgres_trigger_retry.py,sha256=qXd_Tbrx8qHsK_UPgP5YRFNZQkoCnHDDvjR9PmfpD30,3108
3900
3902
  windmill_api/models/postgres_trigger_retry_constant.py,sha256=Saio6OPvSZykwjhT9LZ4ETOiMMQyBiU1vF3FOx6TP5g,1895
3901
3903
  windmill_api/models/postgres_trigger_retry_exponential.py,sha256=Q8nxPXgwvvCEtZl1_u79pRY7-61PqQ3OclOl2wEEo-0,2521
3902
- windmill_api/models/preview.py,sha256=Fy8g2ojdwDYBxlMzYcCW6K3mGdHMjWQ7EmaEU2hzsPo,4410
3904
+ windmill_api/models/preview.py,sha256=pXq9mrtEu7F4w9Wqyeitx-zFu0GiVO4IMjUmQvTZf0E,4472
3903
3905
  windmill_api/models/preview_args.py,sha256=fhgN2tKqwBOeNiOSN3gCX3gr0CVE5TTZnceuSccjFzs,1252
3904
3906
  windmill_api/models/preview_kind.py,sha256=NIaUNxPn0aSWkSIx9zjTksybw5CN8eHAl4M1ED3jH9A,178
3905
3907
  windmill_api/models/preview_language.py,sha256=QITCH3a1AJeCZA8xHY6aq0zXQyPvr6odZwavSRIxAZU,592
@@ -4033,6 +4035,67 @@ windmill_api/models/retry_exponential.py,sha256=Fn0Wl4FS41EdztZh9es91hFhnA2BR3nm
4033
4035
  windmill_api/models/run_code_workflow_task_json_body.py,sha256=-MbcLD1kXmR4UZY4AXaoErC80zSu2qUeUzruoikToQc,1894
4034
4036
  windmill_api/models/run_code_workflow_task_json_body_args.py,sha256=jt0Y4tk22M-jwKodn5j-3_MhOBdwcXAKVix2QzlVjXA,1367
4035
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
4036
4099
  windmill_api/models/run_flow_preview_json_body.py,sha256=QlMHNM_CK0tB60VHOLyZU9AIuwU6AieW4r08OUq4sIk,3736
4037
4100
  windmill_api/models/run_flow_preview_json_body_args.py,sha256=loN4lHWuoPLIEzEVi5mO3EiIUdSGAcBTt6ITemhxCjk,1339
4038
4101
  windmill_api/models/run_flow_preview_json_body_restarted_from.py,sha256=kA7ZPQDKxI3Wu_k5p_yPfhjATjpo60zcaGYSrPqy1FE,2382
@@ -4100,7 +4163,11 @@ windmill_api/models/run_raw_script_dependencies_json_body_raw_scripts_item_langu
4100
4163
  windmill_api/models/run_raw_script_dependencies_response_201.py,sha256=4kwcRDq-rhrVExuWoPCA3SozWynOy4A8Kqt3a32iDvU,1549
4101
4164
  windmill_api/models/run_script_by_hash_json_body.py,sha256=GKwvdjbSGBzyDCxB5cHWiCpMSLxqKkn4E2YJFdlqO0Q,1282
4102
4165
  windmill_api/models/run_script_by_path_json_body.py,sha256=29NcAKSylEPBl9EgYJHAPg_Xs1q8SIyNH6mOqkH_DIU,1324
4103
- windmill_api/models/run_script_preview_json_body.py,sha256=84ANveQzcPQOOO3JLNyAVKTqBCxszVVFhIRBLxgNhsQ,4846
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
4104
4171
  windmill_api/models/run_script_preview_json_body_args.py,sha256=1ZaKhOEayeu0lnQtMSLqMtVZkwv8YWVhH11wgmCZOM8,1349
4105
4172
  windmill_api/models/run_script_preview_json_body_kind.py,sha256=GqXdoFJGevFD2mvNS-2EeKdmH-FDbWN82HNrzK-c8IQ,195
4106
4173
  windmill_api/models/run_script_preview_json_body_language.py,sha256=pCrR24AI9nV7MSMn5P9LxgsrK_eMX09wj10gmIj2G9o,609
@@ -4425,7 +4492,7 @@ windmill_api/models/workspace_invite.py,sha256=HnAJWGv5LwxWkz1T3fhgHKIccO7RFC1li
4425
4492
  windmill_api/models/workspace_mute_critical_alerts_ui_json_body.py,sha256=y8ZwkWEZgavVc-FgLuZZ4z8YPCLxjPcMfdGdKjGM6VQ,1883
4426
4493
  windmill_api/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
4427
4494
  windmill_api/types.py,sha256=GoYub3t4hQP2Yn5tsvShsBfIY3vHUmblU0MXszDx_V0,968
4428
- windmill_api-1.529.0.dist-info/LICENSE,sha256=qJVFNTaOevCeSY6NoXeUG1SPOwQ1K-PxVQ2iEWJzX-A,11348
4429
- windmill_api-1.529.0.dist-info/METADATA,sha256=vkbNkBKGI8Knpn0kETiecmULtAOP6Zg42rTRQFU4B9Q,5023
4430
- windmill_api-1.529.0.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
4431
- windmill_api-1.529.0.dist-info/RECORD,,
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,,