windmill-api 1.446.0__py3-none-any.whl → 1.447.1__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/models/archive_script_by_hash_response_200.py +8 -0
- windmill_api/models/archive_script_by_hash_response_200_language.py +1 -0
- windmill_api/models/completed_job_language.py +1 -0
- windmill_api/models/create_script_json_body.py +8 -0
- windmill_api/models/create_script_json_body_language.py +1 -0
- windmill_api/models/delete_completed_job_response_200_language.py +1 -0
- windmill_api/models/delete_script_by_hash_response_200.py +8 -0
- windmill_api/models/delete_script_by_hash_response_200_language.py +1 -0
- windmill_api/models/extended_jobs_jobs_item_type_0_language.py +1 -0
- windmill_api/models/extended_jobs_jobs_item_type_1_language.py +1 -0
- windmill_api/models/flow_metadata.py +8 -0
- windmill_api/models/get_completed_job_response_200_language.py +1 -0
- windmill_api/models/get_flow_by_path_response_200.py +8 -0
- windmill_api/models/get_flow_by_path_with_draft_response_200_draft.py +8 -0
- windmill_api/models/get_flow_version_response_200.py +8 -0
- windmill_api/models/get_job_response_200_type_0_language.py +1 -0
- windmill_api/models/get_job_response_200_type_1_language.py +1 -0
- windmill_api/models/get_script_by_hash_response_200.py +8 -0
- windmill_api/models/get_script_by_hash_response_200_language.py +1 -0
- windmill_api/models/get_script_by_path_response_200.py +8 -0
- windmill_api/models/get_script_by_path_response_200_language.py +1 -0
- windmill_api/models/get_script_by_path_with_draft_response_200.py +8 -0
- windmill_api/models/get_script_by_path_with_draft_response_200_draft.py +8 -0
- windmill_api/models/get_script_by_path_with_draft_response_200_draft_language.py +1 -0
- windmill_api/models/get_script_by_path_with_draft_response_200_language.py +1 -0
- windmill_api/models/get_suspended_job_flow_response_200_job_type_0_language.py +1 -0
- windmill_api/models/get_suspended_job_flow_response_200_job_type_1_language.py +1 -0
- windmill_api/models/job_type_0_language.py +1 -0
- windmill_api/models/job_type_1_language.py +1 -0
- windmill_api/models/list_completed_jobs_response_200_item_language.py +1 -0
- windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_language.py +1 -0
- windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_language.py +1 -0
- windmill_api/models/list_jobs_response_200_item_type_0_language.py +1 -0
- windmill_api/models/list_jobs_response_200_item_type_1_language.py +1 -0
- windmill_api/models/list_queue_response_200_item_language.py +1 -0
- windmill_api/models/list_scripts_response_200_item.py +8 -0
- windmill_api/models/list_scripts_response_200_item_language.py +1 -0
- windmill_api/models/new_script.py +8 -0
- windmill_api/models/new_script_language.py +1 -0
- windmill_api/models/new_script_with_draft.py +8 -0
- windmill_api/models/new_script_with_draft_draft.py +8 -0
- windmill_api/models/new_script_with_draft_draft_language.py +1 -0
- windmill_api/models/new_script_with_draft_language.py +1 -0
- windmill_api/models/open_flow_w_path.py +8 -0
- windmill_api/models/preview_language.py +1 -0
- windmill_api/models/queued_job_language.py +1 -0
- windmill_api/models/raw_script_for_dependencies_language.py +1 -0
- windmill_api/models/run_raw_script_dependencies_json_body_raw_scripts_item_language.py +1 -0
- windmill_api/models/run_script_preview_json_body_language.py +1 -0
- windmill_api/models/script.py +8 -0
- windmill_api/models/script_language.py +1 -0
- {windmill_api-1.446.0.dist-info → windmill_api-1.447.1.dist-info}/METADATA +1 -1
- {windmill_api-1.446.0.dist-info → windmill_api-1.447.1.dist-info}/RECORD +55 -55
- {windmill_api-1.446.0.dist-info → windmill_api-1.447.1.dist-info}/LICENSE +0 -0
- {windmill_api-1.446.0.dist-info → windmill_api-1.447.1.dist-info}/WHEEL +0 -0
|
@@ -59,6 +59,7 @@ class ArchiveScriptByHashResponse200:
|
|
|
59
59
|
delete_after_use (Union[Unset, bool]):
|
|
60
60
|
visible_to_runner_only (Union[Unset, bool]):
|
|
61
61
|
codebase (Union[Unset, str]):
|
|
62
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
62
63
|
"""
|
|
63
64
|
|
|
64
65
|
hash_: str
|
|
@@ -98,6 +99,7 @@ class ArchiveScriptByHashResponse200:
|
|
|
98
99
|
delete_after_use: Union[Unset, bool] = UNSET
|
|
99
100
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
100
101
|
codebase: Union[Unset, str] = UNSET
|
|
102
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
101
103
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
102
104
|
|
|
103
105
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -151,6 +153,7 @@ class ArchiveScriptByHashResponse200:
|
|
|
151
153
|
delete_after_use = self.delete_after_use
|
|
152
154
|
visible_to_runner_only = self.visible_to_runner_only
|
|
153
155
|
codebase = self.codebase
|
|
156
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
154
157
|
|
|
155
158
|
field_dict: Dict[str, Any] = {}
|
|
156
159
|
field_dict.update(self.additional_properties)
|
|
@@ -216,6 +219,8 @@ class ArchiveScriptByHashResponse200:
|
|
|
216
219
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
217
220
|
if codebase is not UNSET:
|
|
218
221
|
field_dict["codebase"] = codebase
|
|
222
|
+
if on_behalf_of_email is not UNSET:
|
|
223
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
219
224
|
|
|
220
225
|
return field_dict
|
|
221
226
|
|
|
@@ -304,6 +309,8 @@ class ArchiveScriptByHashResponse200:
|
|
|
304
309
|
|
|
305
310
|
codebase = d.pop("codebase", UNSET)
|
|
306
311
|
|
|
312
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
313
|
+
|
|
307
314
|
archive_script_by_hash_response_200 = cls(
|
|
308
315
|
hash_=hash_,
|
|
309
316
|
path=path,
|
|
@@ -342,6 +349,7 @@ class ArchiveScriptByHashResponse200:
|
|
|
342
349
|
delete_after_use=delete_after_use,
|
|
343
350
|
visible_to_runner_only=visible_to_runner_only,
|
|
344
351
|
codebase=codebase,
|
|
352
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
345
353
|
)
|
|
346
354
|
|
|
347
355
|
archive_script_by_hash_response_200.additional_properties = d
|
|
@@ -46,6 +46,7 @@ class CreateScriptJsonBody:
|
|
|
46
46
|
no_main_func (Union[Unset, bool]):
|
|
47
47
|
codebase (Union[Unset, str]):
|
|
48
48
|
has_preprocessor (Union[Unset, bool]):
|
|
49
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
49
50
|
"""
|
|
50
51
|
|
|
51
52
|
path: str
|
|
@@ -76,6 +77,7 @@ class CreateScriptJsonBody:
|
|
|
76
77
|
no_main_func: Union[Unset, bool] = UNSET
|
|
77
78
|
codebase: Union[Unset, str] = UNSET
|
|
78
79
|
has_preprocessor: Union[Unset, bool] = UNSET
|
|
80
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
79
81
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
80
82
|
|
|
81
83
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -117,6 +119,7 @@ class CreateScriptJsonBody:
|
|
|
117
119
|
no_main_func = self.no_main_func
|
|
118
120
|
codebase = self.codebase
|
|
119
121
|
has_preprocessor = self.has_preprocessor
|
|
122
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
120
123
|
|
|
121
124
|
field_dict: Dict[str, Any] = {}
|
|
122
125
|
field_dict.update(self.additional_properties)
|
|
@@ -175,6 +178,8 @@ class CreateScriptJsonBody:
|
|
|
175
178
|
field_dict["codebase"] = codebase
|
|
176
179
|
if has_preprocessor is not UNSET:
|
|
177
180
|
field_dict["has_preprocessor"] = has_preprocessor
|
|
181
|
+
if on_behalf_of_email is not UNSET:
|
|
182
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
178
183
|
|
|
179
184
|
return field_dict
|
|
180
185
|
|
|
@@ -249,6 +254,8 @@ class CreateScriptJsonBody:
|
|
|
249
254
|
|
|
250
255
|
has_preprocessor = d.pop("has_preprocessor", UNSET)
|
|
251
256
|
|
|
257
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
258
|
+
|
|
252
259
|
create_script_json_body = cls(
|
|
253
260
|
path=path,
|
|
254
261
|
summary=summary,
|
|
@@ -278,6 +285,7 @@ class CreateScriptJsonBody:
|
|
|
278
285
|
no_main_func=no_main_func,
|
|
279
286
|
codebase=codebase,
|
|
280
287
|
has_preprocessor=has_preprocessor,
|
|
288
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
281
289
|
)
|
|
282
290
|
|
|
283
291
|
create_script_json_body.additional_properties = d
|
|
@@ -59,6 +59,7 @@ class DeleteScriptByHashResponse200:
|
|
|
59
59
|
delete_after_use (Union[Unset, bool]):
|
|
60
60
|
visible_to_runner_only (Union[Unset, bool]):
|
|
61
61
|
codebase (Union[Unset, str]):
|
|
62
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
62
63
|
"""
|
|
63
64
|
|
|
64
65
|
hash_: str
|
|
@@ -98,6 +99,7 @@ class DeleteScriptByHashResponse200:
|
|
|
98
99
|
delete_after_use: Union[Unset, bool] = UNSET
|
|
99
100
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
100
101
|
codebase: Union[Unset, str] = UNSET
|
|
102
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
101
103
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
102
104
|
|
|
103
105
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -151,6 +153,7 @@ class DeleteScriptByHashResponse200:
|
|
|
151
153
|
delete_after_use = self.delete_after_use
|
|
152
154
|
visible_to_runner_only = self.visible_to_runner_only
|
|
153
155
|
codebase = self.codebase
|
|
156
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
154
157
|
|
|
155
158
|
field_dict: Dict[str, Any] = {}
|
|
156
159
|
field_dict.update(self.additional_properties)
|
|
@@ -216,6 +219,8 @@ class DeleteScriptByHashResponse200:
|
|
|
216
219
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
217
220
|
if codebase is not UNSET:
|
|
218
221
|
field_dict["codebase"] = codebase
|
|
222
|
+
if on_behalf_of_email is not UNSET:
|
|
223
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
219
224
|
|
|
220
225
|
return field_dict
|
|
221
226
|
|
|
@@ -304,6 +309,8 @@ class DeleteScriptByHashResponse200:
|
|
|
304
309
|
|
|
305
310
|
codebase = d.pop("codebase", UNSET)
|
|
306
311
|
|
|
312
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
313
|
+
|
|
307
314
|
delete_script_by_hash_response_200 = cls(
|
|
308
315
|
hash_=hash_,
|
|
309
316
|
path=path,
|
|
@@ -342,6 +349,7 @@ class DeleteScriptByHashResponse200:
|
|
|
342
349
|
delete_after_use=delete_after_use,
|
|
343
350
|
visible_to_runner_only=visible_to_runner_only,
|
|
344
351
|
codebase=codebase,
|
|
352
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
345
353
|
)
|
|
346
354
|
|
|
347
355
|
delete_script_by_hash_response_200.additional_properties = d
|
|
@@ -32,6 +32,7 @@ class FlowMetadata:
|
|
|
32
32
|
dedicated_worker (Union[Unset, bool]):
|
|
33
33
|
timeout (Union[Unset, float]):
|
|
34
34
|
visible_to_runner_only (Union[Unset, bool]):
|
|
35
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
35
36
|
"""
|
|
36
37
|
|
|
37
38
|
path: str
|
|
@@ -48,6 +49,7 @@ class FlowMetadata:
|
|
|
48
49
|
dedicated_worker: Union[Unset, bool] = UNSET
|
|
49
50
|
timeout: Union[Unset, float] = UNSET
|
|
50
51
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
52
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
51
53
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
52
54
|
|
|
53
55
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -67,6 +69,7 @@ class FlowMetadata:
|
|
|
67
69
|
dedicated_worker = self.dedicated_worker
|
|
68
70
|
timeout = self.timeout
|
|
69
71
|
visible_to_runner_only = self.visible_to_runner_only
|
|
72
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
70
73
|
|
|
71
74
|
field_dict: Dict[str, Any] = {}
|
|
72
75
|
field_dict.update(self.additional_properties)
|
|
@@ -97,6 +100,8 @@ class FlowMetadata:
|
|
|
97
100
|
field_dict["timeout"] = timeout
|
|
98
101
|
if visible_to_runner_only is not UNSET:
|
|
99
102
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
103
|
+
if on_behalf_of_email is not UNSET:
|
|
104
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
100
105
|
|
|
101
106
|
return field_dict
|
|
102
107
|
|
|
@@ -133,6 +138,8 @@ class FlowMetadata:
|
|
|
133
138
|
|
|
134
139
|
visible_to_runner_only = d.pop("visible_to_runner_only", UNSET)
|
|
135
140
|
|
|
141
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
142
|
+
|
|
136
143
|
flow_metadata = cls(
|
|
137
144
|
path=path,
|
|
138
145
|
edited_by=edited_by,
|
|
@@ -148,6 +155,7 @@ class FlowMetadata:
|
|
|
148
155
|
dedicated_worker=dedicated_worker,
|
|
149
156
|
timeout=timeout,
|
|
150
157
|
visible_to_runner_only=visible_to_runner_only,
|
|
158
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
151
159
|
)
|
|
152
160
|
|
|
153
161
|
flow_metadata.additional_properties = d
|
|
@@ -38,6 +38,7 @@ class GetFlowByPathResponse200:
|
|
|
38
38
|
dedicated_worker (Union[Unset, bool]):
|
|
39
39
|
timeout (Union[Unset, float]):
|
|
40
40
|
visible_to_runner_only (Union[Unset, bool]):
|
|
41
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
41
42
|
"""
|
|
42
43
|
|
|
43
44
|
summary: str
|
|
@@ -58,6 +59,7 @@ class GetFlowByPathResponse200:
|
|
|
58
59
|
dedicated_worker: Union[Unset, bool] = UNSET
|
|
59
60
|
timeout: Union[Unset, float] = UNSET
|
|
60
61
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
62
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
61
63
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
62
64
|
|
|
63
65
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -85,6 +87,7 @@ class GetFlowByPathResponse200:
|
|
|
85
87
|
dedicated_worker = self.dedicated_worker
|
|
86
88
|
timeout = self.timeout
|
|
87
89
|
visible_to_runner_only = self.visible_to_runner_only
|
|
90
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
88
91
|
|
|
89
92
|
field_dict: Dict[str, Any] = {}
|
|
90
93
|
field_dict.update(self.additional_properties)
|
|
@@ -121,6 +124,8 @@ class GetFlowByPathResponse200:
|
|
|
121
124
|
field_dict["timeout"] = timeout
|
|
122
125
|
if visible_to_runner_only is not UNSET:
|
|
123
126
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
127
|
+
if on_behalf_of_email is not UNSET:
|
|
128
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
124
129
|
|
|
125
130
|
return field_dict
|
|
126
131
|
|
|
@@ -172,6 +177,8 @@ class GetFlowByPathResponse200:
|
|
|
172
177
|
|
|
173
178
|
visible_to_runner_only = d.pop("visible_to_runner_only", UNSET)
|
|
174
179
|
|
|
180
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
181
|
+
|
|
175
182
|
get_flow_by_path_response_200 = cls(
|
|
176
183
|
summary=summary,
|
|
177
184
|
value=value,
|
|
@@ -191,6 +198,7 @@ class GetFlowByPathResponse200:
|
|
|
191
198
|
dedicated_worker=dedicated_worker,
|
|
192
199
|
timeout=timeout,
|
|
193
200
|
visible_to_runner_only=visible_to_runner_only,
|
|
201
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
194
202
|
)
|
|
195
203
|
|
|
196
204
|
get_flow_by_path_response_200.additional_properties = d
|
|
@@ -44,6 +44,7 @@ class GetFlowByPathWithDraftResponse200Draft:
|
|
|
44
44
|
dedicated_worker (Union[Unset, bool]):
|
|
45
45
|
timeout (Union[Unset, float]):
|
|
46
46
|
visible_to_runner_only (Union[Unset, bool]):
|
|
47
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
47
48
|
"""
|
|
48
49
|
|
|
49
50
|
summary: str
|
|
@@ -64,6 +65,7 @@ class GetFlowByPathWithDraftResponse200Draft:
|
|
|
64
65
|
dedicated_worker: Union[Unset, bool] = UNSET
|
|
65
66
|
timeout: Union[Unset, float] = UNSET
|
|
66
67
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
68
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
67
69
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
68
70
|
|
|
69
71
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -91,6 +93,7 @@ class GetFlowByPathWithDraftResponse200Draft:
|
|
|
91
93
|
dedicated_worker = self.dedicated_worker
|
|
92
94
|
timeout = self.timeout
|
|
93
95
|
visible_to_runner_only = self.visible_to_runner_only
|
|
96
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
94
97
|
|
|
95
98
|
field_dict: Dict[str, Any] = {}
|
|
96
99
|
field_dict.update(self.additional_properties)
|
|
@@ -127,6 +130,8 @@ class GetFlowByPathWithDraftResponse200Draft:
|
|
|
127
130
|
field_dict["timeout"] = timeout
|
|
128
131
|
if visible_to_runner_only is not UNSET:
|
|
129
132
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
133
|
+
if on_behalf_of_email is not UNSET:
|
|
134
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
130
135
|
|
|
131
136
|
return field_dict
|
|
132
137
|
|
|
@@ -184,6 +189,8 @@ class GetFlowByPathWithDraftResponse200Draft:
|
|
|
184
189
|
|
|
185
190
|
visible_to_runner_only = d.pop("visible_to_runner_only", UNSET)
|
|
186
191
|
|
|
192
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
193
|
+
|
|
187
194
|
get_flow_by_path_with_draft_response_200_draft = cls(
|
|
188
195
|
summary=summary,
|
|
189
196
|
value=value,
|
|
@@ -203,6 +210,7 @@ class GetFlowByPathWithDraftResponse200Draft:
|
|
|
203
210
|
dedicated_worker=dedicated_worker,
|
|
204
211
|
timeout=timeout,
|
|
205
212
|
visible_to_runner_only=visible_to_runner_only,
|
|
213
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
206
214
|
)
|
|
207
215
|
|
|
208
216
|
get_flow_by_path_with_draft_response_200_draft.additional_properties = d
|
|
@@ -38,6 +38,7 @@ class GetFlowVersionResponse200:
|
|
|
38
38
|
dedicated_worker (Union[Unset, bool]):
|
|
39
39
|
timeout (Union[Unset, float]):
|
|
40
40
|
visible_to_runner_only (Union[Unset, bool]):
|
|
41
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
41
42
|
"""
|
|
42
43
|
|
|
43
44
|
summary: str
|
|
@@ -58,6 +59,7 @@ class GetFlowVersionResponse200:
|
|
|
58
59
|
dedicated_worker: Union[Unset, bool] = UNSET
|
|
59
60
|
timeout: Union[Unset, float] = UNSET
|
|
60
61
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
62
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
61
63
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
62
64
|
|
|
63
65
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -85,6 +87,7 @@ class GetFlowVersionResponse200:
|
|
|
85
87
|
dedicated_worker = self.dedicated_worker
|
|
86
88
|
timeout = self.timeout
|
|
87
89
|
visible_to_runner_only = self.visible_to_runner_only
|
|
90
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
88
91
|
|
|
89
92
|
field_dict: Dict[str, Any] = {}
|
|
90
93
|
field_dict.update(self.additional_properties)
|
|
@@ -121,6 +124,8 @@ class GetFlowVersionResponse200:
|
|
|
121
124
|
field_dict["timeout"] = timeout
|
|
122
125
|
if visible_to_runner_only is not UNSET:
|
|
123
126
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
127
|
+
if on_behalf_of_email is not UNSET:
|
|
128
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
124
129
|
|
|
125
130
|
return field_dict
|
|
126
131
|
|
|
@@ -172,6 +177,8 @@ class GetFlowVersionResponse200:
|
|
|
172
177
|
|
|
173
178
|
visible_to_runner_only = d.pop("visible_to_runner_only", UNSET)
|
|
174
179
|
|
|
180
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
181
|
+
|
|
175
182
|
get_flow_version_response_200 = cls(
|
|
176
183
|
summary=summary,
|
|
177
184
|
value=value,
|
|
@@ -191,6 +198,7 @@ class GetFlowVersionResponse200:
|
|
|
191
198
|
dedicated_worker=dedicated_worker,
|
|
192
199
|
timeout=timeout,
|
|
193
200
|
visible_to_runner_only=visible_to_runner_only,
|
|
201
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
194
202
|
)
|
|
195
203
|
|
|
196
204
|
get_flow_version_response_200.additional_properties = d
|
|
@@ -59,6 +59,7 @@ class GetScriptByHashResponse200:
|
|
|
59
59
|
delete_after_use (Union[Unset, bool]):
|
|
60
60
|
visible_to_runner_only (Union[Unset, bool]):
|
|
61
61
|
codebase (Union[Unset, str]):
|
|
62
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
62
63
|
"""
|
|
63
64
|
|
|
64
65
|
hash_: str
|
|
@@ -98,6 +99,7 @@ class GetScriptByHashResponse200:
|
|
|
98
99
|
delete_after_use: Union[Unset, bool] = UNSET
|
|
99
100
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
100
101
|
codebase: Union[Unset, str] = UNSET
|
|
102
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
101
103
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
102
104
|
|
|
103
105
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -151,6 +153,7 @@ class GetScriptByHashResponse200:
|
|
|
151
153
|
delete_after_use = self.delete_after_use
|
|
152
154
|
visible_to_runner_only = self.visible_to_runner_only
|
|
153
155
|
codebase = self.codebase
|
|
156
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
154
157
|
|
|
155
158
|
field_dict: Dict[str, Any] = {}
|
|
156
159
|
field_dict.update(self.additional_properties)
|
|
@@ -216,6 +219,8 @@ class GetScriptByHashResponse200:
|
|
|
216
219
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
217
220
|
if codebase is not UNSET:
|
|
218
221
|
field_dict["codebase"] = codebase
|
|
222
|
+
if on_behalf_of_email is not UNSET:
|
|
223
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
219
224
|
|
|
220
225
|
return field_dict
|
|
221
226
|
|
|
@@ -304,6 +309,8 @@ class GetScriptByHashResponse200:
|
|
|
304
309
|
|
|
305
310
|
codebase = d.pop("codebase", UNSET)
|
|
306
311
|
|
|
312
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
313
|
+
|
|
307
314
|
get_script_by_hash_response_200 = cls(
|
|
308
315
|
hash_=hash_,
|
|
309
316
|
path=path,
|
|
@@ -342,6 +349,7 @@ class GetScriptByHashResponse200:
|
|
|
342
349
|
delete_after_use=delete_after_use,
|
|
343
350
|
visible_to_runner_only=visible_to_runner_only,
|
|
344
351
|
codebase=codebase,
|
|
352
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
345
353
|
)
|
|
346
354
|
|
|
347
355
|
get_script_by_hash_response_200.additional_properties = d
|
|
@@ -59,6 +59,7 @@ class GetScriptByPathResponse200:
|
|
|
59
59
|
delete_after_use (Union[Unset, bool]):
|
|
60
60
|
visible_to_runner_only (Union[Unset, bool]):
|
|
61
61
|
codebase (Union[Unset, str]):
|
|
62
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
62
63
|
"""
|
|
63
64
|
|
|
64
65
|
hash_: str
|
|
@@ -98,6 +99,7 @@ class GetScriptByPathResponse200:
|
|
|
98
99
|
delete_after_use: Union[Unset, bool] = UNSET
|
|
99
100
|
visible_to_runner_only: Union[Unset, bool] = UNSET
|
|
100
101
|
codebase: Union[Unset, str] = UNSET
|
|
102
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
101
103
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
102
104
|
|
|
103
105
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -151,6 +153,7 @@ class GetScriptByPathResponse200:
|
|
|
151
153
|
delete_after_use = self.delete_after_use
|
|
152
154
|
visible_to_runner_only = self.visible_to_runner_only
|
|
153
155
|
codebase = self.codebase
|
|
156
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
154
157
|
|
|
155
158
|
field_dict: Dict[str, Any] = {}
|
|
156
159
|
field_dict.update(self.additional_properties)
|
|
@@ -216,6 +219,8 @@ class GetScriptByPathResponse200:
|
|
|
216
219
|
field_dict["visible_to_runner_only"] = visible_to_runner_only
|
|
217
220
|
if codebase is not UNSET:
|
|
218
221
|
field_dict["codebase"] = codebase
|
|
222
|
+
if on_behalf_of_email is not UNSET:
|
|
223
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
219
224
|
|
|
220
225
|
return field_dict
|
|
221
226
|
|
|
@@ -304,6 +309,8 @@ class GetScriptByPathResponse200:
|
|
|
304
309
|
|
|
305
310
|
codebase = d.pop("codebase", UNSET)
|
|
306
311
|
|
|
312
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
313
|
+
|
|
307
314
|
get_script_by_path_response_200 = cls(
|
|
308
315
|
hash_=hash_,
|
|
309
316
|
path=path,
|
|
@@ -342,6 +349,7 @@ class GetScriptByPathResponse200:
|
|
|
342
349
|
delete_after_use=delete_after_use,
|
|
343
350
|
visible_to_runner_only=visible_to_runner_only,
|
|
344
351
|
codebase=codebase,
|
|
352
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
345
353
|
)
|
|
346
354
|
|
|
347
355
|
get_script_by_path_response_200.additional_properties = d
|
|
@@ -48,6 +48,7 @@ class GetScriptByPathWithDraftResponse200:
|
|
|
48
48
|
no_main_func (Union[Unset, bool]):
|
|
49
49
|
codebase (Union[Unset, str]):
|
|
50
50
|
has_preprocessor (Union[Unset, bool]):
|
|
51
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
51
52
|
draft (Union[Unset, GetScriptByPathWithDraftResponse200Draft]):
|
|
52
53
|
"""
|
|
53
54
|
|
|
@@ -80,6 +81,7 @@ class GetScriptByPathWithDraftResponse200:
|
|
|
80
81
|
no_main_func: Union[Unset, bool] = UNSET
|
|
81
82
|
codebase: Union[Unset, str] = UNSET
|
|
82
83
|
has_preprocessor: Union[Unset, bool] = UNSET
|
|
84
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
83
85
|
draft: Union[Unset, "GetScriptByPathWithDraftResponse200Draft"] = UNSET
|
|
84
86
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
85
87
|
|
|
@@ -123,6 +125,7 @@ class GetScriptByPathWithDraftResponse200:
|
|
|
123
125
|
no_main_func = self.no_main_func
|
|
124
126
|
codebase = self.codebase
|
|
125
127
|
has_preprocessor = self.has_preprocessor
|
|
128
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
126
129
|
draft: Union[Unset, Dict[str, Any]] = UNSET
|
|
127
130
|
if not isinstance(self.draft, Unset):
|
|
128
131
|
draft = self.draft.to_dict()
|
|
@@ -185,6 +188,8 @@ class GetScriptByPathWithDraftResponse200:
|
|
|
185
188
|
field_dict["codebase"] = codebase
|
|
186
189
|
if has_preprocessor is not UNSET:
|
|
187
190
|
field_dict["has_preprocessor"] = has_preprocessor
|
|
191
|
+
if on_behalf_of_email is not UNSET:
|
|
192
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
188
193
|
if draft is not UNSET:
|
|
189
194
|
field_dict["draft"] = draft
|
|
190
195
|
|
|
@@ -264,6 +269,8 @@ class GetScriptByPathWithDraftResponse200:
|
|
|
264
269
|
|
|
265
270
|
has_preprocessor = d.pop("has_preprocessor", UNSET)
|
|
266
271
|
|
|
272
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
273
|
+
|
|
267
274
|
_draft = d.pop("draft", UNSET)
|
|
268
275
|
draft: Union[Unset, GetScriptByPathWithDraftResponse200Draft]
|
|
269
276
|
if isinstance(_draft, Unset):
|
|
@@ -301,6 +308,7 @@ class GetScriptByPathWithDraftResponse200:
|
|
|
301
308
|
no_main_func=no_main_func,
|
|
302
309
|
codebase=codebase,
|
|
303
310
|
has_preprocessor=has_preprocessor,
|
|
311
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
304
312
|
draft=draft,
|
|
305
313
|
)
|
|
306
314
|
|
|
@@ -50,6 +50,7 @@ class GetScriptByPathWithDraftResponse200Draft:
|
|
|
50
50
|
no_main_func (Union[Unset, bool]):
|
|
51
51
|
codebase (Union[Unset, str]):
|
|
52
52
|
has_preprocessor (Union[Unset, bool]):
|
|
53
|
+
on_behalf_of_email (Union[Unset, str]):
|
|
53
54
|
"""
|
|
54
55
|
|
|
55
56
|
path: str
|
|
@@ -80,6 +81,7 @@ class GetScriptByPathWithDraftResponse200Draft:
|
|
|
80
81
|
no_main_func: Union[Unset, bool] = UNSET
|
|
81
82
|
codebase: Union[Unset, str] = UNSET
|
|
82
83
|
has_preprocessor: Union[Unset, bool] = UNSET
|
|
84
|
+
on_behalf_of_email: Union[Unset, str] = UNSET
|
|
83
85
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
84
86
|
|
|
85
87
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -121,6 +123,7 @@ class GetScriptByPathWithDraftResponse200Draft:
|
|
|
121
123
|
no_main_func = self.no_main_func
|
|
122
124
|
codebase = self.codebase
|
|
123
125
|
has_preprocessor = self.has_preprocessor
|
|
126
|
+
on_behalf_of_email = self.on_behalf_of_email
|
|
124
127
|
|
|
125
128
|
field_dict: Dict[str, Any] = {}
|
|
126
129
|
field_dict.update(self.additional_properties)
|
|
@@ -179,6 +182,8 @@ class GetScriptByPathWithDraftResponse200Draft:
|
|
|
179
182
|
field_dict["codebase"] = codebase
|
|
180
183
|
if has_preprocessor is not UNSET:
|
|
181
184
|
field_dict["has_preprocessor"] = has_preprocessor
|
|
185
|
+
if on_behalf_of_email is not UNSET:
|
|
186
|
+
field_dict["on_behalf_of_email"] = on_behalf_of_email
|
|
182
187
|
|
|
183
188
|
return field_dict
|
|
184
189
|
|
|
@@ -255,6 +260,8 @@ class GetScriptByPathWithDraftResponse200Draft:
|
|
|
255
260
|
|
|
256
261
|
has_preprocessor = d.pop("has_preprocessor", UNSET)
|
|
257
262
|
|
|
263
|
+
on_behalf_of_email = d.pop("on_behalf_of_email", UNSET)
|
|
264
|
+
|
|
258
265
|
get_script_by_path_with_draft_response_200_draft = cls(
|
|
259
266
|
path=path,
|
|
260
267
|
summary=summary,
|
|
@@ -284,6 +291,7 @@ class GetScriptByPathWithDraftResponse200Draft:
|
|
|
284
291
|
no_main_func=no_main_func,
|
|
285
292
|
codebase=codebase,
|
|
286
293
|
has_preprocessor=has_preprocessor,
|
|
294
|
+
on_behalf_of_email=on_behalf_of_email,
|
|
287
295
|
)
|
|
288
296
|
|
|
289
297
|
get_script_by_path_with_draft_response_200_draft.additional_properties = d
|