Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 86fa189

Browse files
committed
chore: regenerate
1 parent 008e210 commit 86fa189

31 files changed

+926
-1687
lines changed

hatchet

Submodule hatchet updated 153 files

hatchet_sdk/clients/rest/api/api_token_api.py

+9-12
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,9 @@ def _api_token_create_serialize(
296296
_body_params = create_api_token_request
297297

298298
# set the HTTP header `Accept`
299-
if "Accept" not in _header_params:
300-
_header_params["Accept"] = self.api_client.select_header_accept(
301-
["application/json"]
302-
)
299+
_header_params["Accept"] = self.api_client.select_header_accept(
300+
["application/json"]
301+
)
303302

304303
# set the HTTP header `Content-Type`
305304
if _content_type:
@@ -567,10 +566,9 @@ def _api_token_list_serialize(
567566
# process the body parameter
568567

569568
# set the HTTP header `Accept`
570-
if "Accept" not in _header_params:
571-
_header_params["Accept"] = self.api_client.select_header_accept(
572-
["application/json"]
573-
)
569+
_header_params["Accept"] = self.api_client.select_header_accept(
570+
["application/json"]
571+
)
574572

575573
# authentication setting
576574
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -828,10 +826,9 @@ def _api_token_update_revoke_serialize(
828826
# process the body parameter
829827

830828
# set the HTTP header `Accept`
831-
if "Accept" not in _header_params:
832-
_header_params["Accept"] = self.api_client.select_header_accept(
833-
["application/json"]
834-
)
829+
_header_params["Accept"] = self.api_client.select_header_accept(
830+
["application/json"]
831+
)
835832

836833
# authentication setting
837834
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]

hatchet_sdk/clients/rest/api/default_api.py

+18-24
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,9 @@ def _tenant_invite_delete_serialize(
322322
# process the body parameter
323323

324324
# set the HTTP header `Accept`
325-
if "Accept" not in _header_params:
326-
_header_params["Accept"] = self.api_client.select_header_accept(
327-
["application/json"]
328-
)
325+
_header_params["Accept"] = self.api_client.select_header_accept(
326+
["application/json"]
327+
)
329328

330329
# authentication setting
331330
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -640,10 +639,9 @@ def _tenant_invite_update_serialize(
640639
_body_params = update_tenant_invite_request
641640

642641
# set the HTTP header `Accept`
643-
if "Accept" not in _header_params:
644-
_header_params["Accept"] = self.api_client.select_header_accept(
645-
["application/json"]
646-
)
642+
_header_params["Accept"] = self.api_client.select_header_accept(
643+
["application/json"]
644+
)
647645

648646
# set the HTTP header `Content-Type`
649647
if _content_type:
@@ -929,10 +927,9 @@ def _webhook_create_serialize(
929927
_body_params = webhook_worker_create_request
930928

931929
# set the HTTP header `Accept`
932-
if "Accept" not in _header_params:
933-
_header_params["Accept"] = self.api_client.select_header_accept(
934-
["application/json"]
935-
)
930+
_header_params["Accept"] = self.api_client.select_header_accept(
931+
["application/json"]
932+
)
936933

937934
# set the HTTP header `Content-Type`
938935
if _content_type:
@@ -1203,10 +1200,9 @@ def _webhook_delete_serialize(
12031200
# process the body parameter
12041201

12051202
# set the HTTP header `Accept`
1206-
if "Accept" not in _header_params:
1207-
_header_params["Accept"] = self.api_client.select_header_accept(
1208-
["application/json"]
1209-
)
1203+
_header_params["Accept"] = self.api_client.select_header_accept(
1204+
["application/json"]
1205+
)
12101206

12111207
# authentication setting
12121208
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -1467,10 +1463,9 @@ def _webhook_list_serialize(
14671463
# process the body parameter
14681464

14691465
# set the HTTP header `Accept`
1470-
if "Accept" not in _header_params:
1471-
_header_params["Accept"] = self.api_client.select_header_accept(
1472-
["application/json"]
1473-
)
1466+
_header_params["Accept"] = self.api_client.select_header_accept(
1467+
["application/json"]
1468+
)
14741469

14751470
# authentication setting
14761471
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -1731,10 +1726,9 @@ def _webhook_requests_list_serialize(
17311726
# process the body parameter
17321727

17331728
# set the HTTP header `Accept`
1734-
if "Accept" not in _header_params:
1735-
_header_params["Accept"] = self.api_client.select_header_accept(
1736-
["application/json"]
1737-
)
1729+
_header_params["Accept"] = self.api_client.select_header_accept(
1730+
["application/json"]
1731+
)
17381732

17391733
# authentication setting
17401734
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]

hatchet_sdk/clients/rest/api/event_api.py

+15-20
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,9 @@ def _event_create_serialize(
307307
_body_params = create_event_request
308308

309309
# set the HTTP header `Accept`
310-
if "Accept" not in _header_params:
311-
_header_params["Accept"] = self.api_client.select_header_accept(
312-
["application/json"]
313-
)
310+
_header_params["Accept"] = self.api_client.select_header_accept(
311+
["application/json"]
312+
)
314313

315314
# set the HTTP header `Content-Type`
316315
if _content_type:
@@ -578,10 +577,9 @@ def _event_data_get_serialize(
578577
# process the body parameter
579578

580579
# set the HTTP header `Accept`
581-
if "Accept" not in _header_params:
582-
_header_params["Accept"] = self.api_client.select_header_accept(
583-
["application/json"]
584-
)
580+
_header_params["Accept"] = self.api_client.select_header_accept(
581+
["application/json"]
582+
)
585583

586584
# authentication setting
587585
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -839,10 +837,9 @@ def _event_key_list_serialize(
839837
# process the body parameter
840838

841839
# set the HTTP header `Accept`
842-
if "Accept" not in _header_params:
843-
_header_params["Accept"] = self.api_client.select_header_accept(
844-
["application/json"]
845-
)
840+
_header_params["Accept"] = self.api_client.select_header_accept(
841+
["application/json"]
842+
)
846843

847844
# authentication setting
848845
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -1321,10 +1318,9 @@ def _event_list_serialize(
13211318
# process the body parameter
13221319

13231320
# set the HTTP header `Accept`
1324-
if "Accept" not in _header_params:
1325-
_header_params["Accept"] = self.api_client.select_header_accept(
1326-
["application/json"]
1327-
)
1321+
_header_params["Accept"] = self.api_client.select_header_accept(
1322+
["application/json"]
1323+
)
13281324

13291325
# authentication setting
13301326
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -1606,10 +1602,9 @@ def _event_update_replay_serialize(
16061602
_body_params = replay_event_request
16071603

16081604
# set the HTTP header `Accept`
1609-
if "Accept" not in _header_params:
1610-
_header_params["Accept"] = self.api_client.select_header_accept(
1611-
["application/json"]
1612-
)
1605+
_header_params["Accept"] = self.api_client.select_header_accept(
1606+
["application/json"]
1607+
)
16131608

16141609
# set the HTTP header `Content-Type`
16151610
if _content_type:

hatchet_sdk/clients/rest/api/github_api.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,9 @@ def _sns_update_serialize(
305305
# process the body parameter
306306

307307
# set the HTTP header `Accept`
308-
if "Accept" not in _header_params:
309-
_header_params["Accept"] = self.api_client.select_header_accept(
310-
["application/json"]
311-
)
308+
_header_params["Accept"] = self.api_client.select_header_accept(
309+
["application/json"]
310+
)
312311

313312
# authentication setting
314313
_auth_settings: List[str] = []

hatchet_sdk/clients/rest/api/log_api.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,9 @@ def _log_line_list_serialize(
421421
# process the body parameter
422422

423423
# set the HTTP header `Accept`
424-
if "Accept" not in _header_params:
425-
_header_params["Accept"] = self.api_client.select_header_accept(
426-
["application/json"]
427-
)
424+
_header_params["Accept"] = self.api_client.select_header_accept(
425+
["application/json"]
426+
)
428427

429428
# authentication setting
430429
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]

hatchet_sdk/clients/rest/api/metadata_api.py

+9-12
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,9 @@ def _cloud_metadata_get_serialize(
242242
# process the body parameter
243243

244244
# set the HTTP header `Accept`
245-
if "Accept" not in _header_params:
246-
_header_params["Accept"] = self.api_client.select_header_accept(
247-
["application/json"]
248-
)
245+
_header_params["Accept"] = self.api_client.select_header_accept(
246+
["application/json"]
247+
)
249248

250249
# authentication setting
251250
_auth_settings: List[str] = []
@@ -470,10 +469,9 @@ def _metadata_get_serialize(
470469
# process the body parameter
471470

472471
# set the HTTP header `Accept`
473-
if "Accept" not in _header_params:
474-
_header_params["Accept"] = self.api_client.select_header_accept(
475-
["application/json"]
476-
)
472+
_header_params["Accept"] = self.api_client.select_header_accept(
473+
["application/json"]
474+
)
477475

478476
# authentication setting
479477
_auth_settings: List[str] = []
@@ -698,10 +696,9 @@ def _metadata_list_integrations_serialize(
698696
# process the body parameter
699697

700698
# set the HTTP header `Accept`
701-
if "Accept" not in _header_params:
702-
_header_params["Accept"] = self.api_client.select_header_accept(
703-
["application/json"]
704-
)
699+
_header_params["Accept"] = self.api_client.select_header_accept(
700+
["application/json"]
701+
)
705702

706703
# authentication setting
707704
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]

hatchet_sdk/clients/rest/api/slack_api.py

+6-8
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,9 @@ def _slack_webhook_delete_serialize(
285285
# process the body parameter
286286

287287
# set the HTTP header `Accept`
288-
if "Accept" not in _header_params:
289-
_header_params["Accept"] = self.api_client.select_header_accept(
290-
["application/json"]
291-
)
288+
_header_params["Accept"] = self.api_client.select_header_accept(
289+
["application/json"]
290+
)
292291

293292
# authentication setting
294293
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -549,10 +548,9 @@ def _slack_webhook_list_serialize(
549548
# process the body parameter
550549

551550
# set the HTTP header `Accept`
552-
if "Accept" not in _header_params:
553-
_header_params["Accept"] = self.api_client.select_header_accept(
554-
["application/json"]
555-
)
551+
_header_params["Accept"] = self.api_client.select_header_accept(
552+
["application/json"]
553+
)
556554

557555
# authentication setting
558556
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]

hatchet_sdk/clients/rest/api/sns_api.py

+9-12
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,9 @@ def _sns_create_serialize(
295295
_body_params = create_sns_integration_request
296296

297297
# set the HTTP header `Accept`
298-
if "Accept" not in _header_params:
299-
_header_params["Accept"] = self.api_client.select_header_accept(
300-
["application/json"]
301-
)
298+
_header_params["Accept"] = self.api_client.select_header_accept(
299+
["application/json"]
300+
)
302301

303302
# set the HTTP header `Content-Type`
304303
if _content_type:
@@ -578,10 +577,9 @@ def _sns_delete_serialize(
578577
# process the body parameter
579578

580579
# set the HTTP header `Accept`
581-
if "Accept" not in _header_params:
582-
_header_params["Accept"] = self.api_client.select_header_accept(
583-
["application/json"]
584-
)
580+
_header_params["Accept"] = self.api_client.select_header_accept(
581+
["application/json"]
582+
)
585583

586584
# authentication setting
587585
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]
@@ -842,10 +840,9 @@ def _sns_list_serialize(
842840
# process the body parameter
843841

844842
# set the HTTP header `Accept`
845-
if "Accept" not in _header_params:
846-
_header_params["Accept"] = self.api_client.select_header_accept(
847-
["application/json"]
848-
)
843+
_header_params["Accept"] = self.api_client.select_header_accept(
844+
["application/json"]
845+
)
849846

850847
# authentication setting
851848
_auth_settings: List[str] = ["cookieAuth", "bearerAuth"]

0 commit comments

Comments
 (0)