waldur-api-client 7.8.1__py3-none-any.whl → 7.8.2__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 waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/booking_resources/booking_resources_count.py +10 -13
- waldur_api_client/api/booking_resources/booking_resources_list.py +10 -13
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_create.py +44 -7
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_partial_update.py +46 -7
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_update.py +44 -7
- waldur_api_client/api/checklists_admin/checklists_admin_checklist_questions.py +49 -0
- waldur_api_client/api/checklists_admin/checklists_admin_count.py +43 -0
- waldur_api_client/api/checklists_admin/checklists_admin_list.py +43 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_create.py +44 -7
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_partial_update.py +44 -7
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_update.py +44 -7
- waldur_api_client/api/customers/customers_create.py +44 -7
- waldur_api_client/api/customers/customers_partial_update.py +44 -7
- waldur_api_client/api/customers/customers_update.py +44 -7
- waldur_api_client/api/external_links/external_links_create.py +44 -7
- waldur_api_client/api/external_links/external_links_partial_update.py +44 -7
- waldur_api_client/api/external_links/external_links_update.py +44 -7
- waldur_api_client/api/invoices/invoices_paid.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_create.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_partial_update.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_update.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_create.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_partial_update.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_update.py +44 -7
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_create.py +44 -7
- waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_image.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_thumbnail.py +30 -5
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +10 -13
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +10 -13
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +10 -13
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +10 -13
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_create.py +44 -7
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_update.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_create.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_partial_update.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_update.py +44 -7
- waldur_api_client/api/override_settings/override_settings.py +30 -5
- waldur_api_client/api/payments/payments_create.py +44 -7
- waldur_api_client/api/payments/payments_partial_update.py +44 -7
- waldur_api_client/api/payments/payments_update.py +44 -7
- waldur_api_client/api/projects/projects_create.py +44 -7
- waldur_api_client/api/projects/projects_partial_update.py +44 -7
- waldur_api_client/api/projects/projects_update.py +44 -7
- waldur_api_client/api/proposal_proposals/proposal_proposals_attach_document.py +30 -5
- waldur_api_client/api/slurm_jobs/slurm_jobs_create.py +44 -7
- waldur_api_client/api/slurm_jobs/slurm_jobs_update.py +44 -7
- waldur_api_client/api/support_attachments/support_attachments_create.py +44 -7
- waldur_api_client/api/user_group_invitations/user_group_invitations_count.py +15 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_list.py +15 -0
- waldur_api_client/api/users/users_create.py +44 -7
- waldur_api_client/api/users/users_partial_update.py +44 -7
- waldur_api_client/api/users/users_update.py +44 -7
- waldur_api_client/models/__init__.py +146 -2
- waldur_api_client/models/agent_type_enum.py +13 -0
- waldur_api_client/models/attachment_request_form.py +70 -0
- waldur_api_client/models/attachment_request_multipart.py +83 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/call_managing_organisation_request_form.py +103 -0
- waldur_api_client/models/call_managing_organisation_request_multipart.py +122 -0
- waldur_api_client/models/call_round.py +11 -1
- waldur_api_client/models/category_group_request_form.py +103 -0
- waldur_api_client/models/category_group_request_multipart.py +122 -0
- waldur_api_client/models/checklist_category_request_form.py +103 -0
- waldur_api_client/models/checklist_category_request_multipart.py +122 -0
- waldur_api_client/models/checklists_admin_checklist_questions_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_checklist_questions_checklist_type_in_item.py +11 -0
- waldur_api_client/models/checklists_admin_count_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_count_checklist_type_in_item.py +11 -0
- waldur_api_client/models/checklists_admin_list_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_list_checklist_type_in_item.py +11 -0
- waldur_api_client/models/constance_settings.py +9 -0
- waldur_api_client/models/constance_settings_request.py +9 -0
- waldur_api_client/models/constance_settings_request_form.py +1547 -0
- waldur_api_client/models/constance_settings_request_multipart.py +2173 -0
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/customer_request_form.py +312 -0
- waldur_api_client/models/customer_request_multipart.py +394 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/external_link_request_form.py +111 -0
- waldur_api_client/models/external_link_request_multipart.py +132 -0
- waldur_api_client/models/firecrest_job_request_form.py +104 -0
- waldur_api_client/models/firecrest_job_request_multipart.py +127 -0
- waldur_api_client/models/integration_status.py +21 -4
- waldur_api_client/models/marketplace_category_request_form.py +153 -0
- waldur_api_client/models/marketplace_category_request_multipart.py +187 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_offerings_list_field_item.py +1 -0
- waldur_api_client/models/nested_round.py +9 -0
- waldur_api_client/models/nested_round_request.py +9 -0
- waldur_api_client/models/offering.py +20 -0
- waldur_api_client/models/offering_create.py +20 -0
- waldur_api_client/models/offering_create_request.py +20 -0
- waldur_api_client/models/offering_create_request_form.py +479 -0
- waldur_api_client/models/offering_create_request_form_limits.py +57 -0
- waldur_api_client/models/offering_create_request_multipart.py +599 -0
- waldur_api_client/models/offering_create_request_multipart_limits.py +57 -0
- waldur_api_client/models/offering_file_request_form.py +78 -0
- waldur_api_client/models/offering_file_request_multipart.py +93 -0
- waldur_api_client/models/offering_image_request_form.py +62 -0
- waldur_api_client/models/offering_image_request_multipart.py +73 -0
- waldur_api_client/models/offering_thumbnail_request_form.py +62 -0
- waldur_api_client/models/offering_thumbnail_request_multipart.py +73 -0
- waldur_api_client/models/offering_user.py +5 -5
- waldur_api_client/models/{offering_user_state_enum.py → offering_user_state.py} +1 -1
- waldur_api_client/models/order_attachment_request_form.py +84 -0
- waldur_api_client/models/order_attachment_request_multipart.py +98 -0
- waldur_api_client/models/paid_request_form.py +81 -0
- waldur_api_client/models/paid_request_multipart.py +94 -0
- waldur_api_client/models/patched_call_managing_organisation_request_form.py +92 -0
- waldur_api_client/models/patched_call_managing_organisation_request_multipart.py +109 -0
- waldur_api_client/models/patched_category_group_request_form.py +101 -0
- waldur_api_client/models/patched_category_group_request_multipart.py +121 -0
- waldur_api_client/models/patched_checklist_category_request_form.py +102 -0
- waldur_api_client/models/patched_checklist_category_request_multipart.py +122 -0
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_customer_request_form.py +310 -0
- waldur_api_client/models/patched_customer_request_multipart.py +393 -0
- waldur_api_client/models/patched_external_link_request_form.py +110 -0
- waldur_api_client/models/patched_external_link_request_multipart.py +133 -0
- waldur_api_client/models/patched_marketplace_category_request_form.py +151 -0
- waldur_api_client/models/patched_marketplace_category_request_multipart.py +186 -0
- waldur_api_client/models/patched_payment_request_form.py +119 -0
- waldur_api_client/models/patched_payment_request_multipart.py +142 -0
- waldur_api_client/models/patched_project_request_form.py +279 -0
- waldur_api_client/models/patched_project_request_multipart.py +342 -0
- waldur_api_client/models/patched_service_provider_request_form.py +101 -0
- waldur_api_client/models/patched_service_provider_request_multipart.py +121 -0
- waldur_api_client/models/patched_user_request_form.py +241 -0
- waldur_api_client/models/patched_user_request_multipart.py +306 -0
- waldur_api_client/models/payment_request_form.py +113 -0
- waldur_api_client/models/payment_request_multipart.py +134 -0
- waldur_api_client/models/project_request_form.py +280 -0
- waldur_api_client/models/project_request_multipart.py +341 -0
- waldur_api_client/models/project_user.py +9 -0
- waldur_api_client/models/proposal.py +8 -0
- waldur_api_client/models/proposal_documentation_request_form.py +84 -0
- waldur_api_client/models/proposal_documentation_request_multipart.py +98 -0
- waldur_api_client/models/proposal_proposals_count_o_item.py +3 -1
- waldur_api_client/models/proposal_proposals_list_o_item.py +3 -1
- waldur_api_client/models/proposal_review.py +40 -0
- waldur_api_client/models/protected_proposal_list.py +8 -0
- waldur_api_client/models/protected_proposal_list_request.py +8 -0
- waldur_api_client/models/protected_round.py +8 -0
- waldur_api_client/models/provider_offering.py +21 -1
- waldur_api_client/models/provider_offering_details.py +20 -0
- waldur_api_client/models/public_offering_details.py +20 -0
- waldur_api_client/models/screenshot_request_form.py +87 -0
- waldur_api_client/models/screenshot_request_multipart.py +105 -0
- waldur_api_client/models/service_provider_request_form.py +112 -0
- waldur_api_client/models/service_provider_request_multipart.py +134 -0
- waldur_api_client/models/user_request_form.py +250 -0
- waldur_api_client/models/user_request_multipart.py +316 -0
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/RECORD +169 -98
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -28,7 +28,7 @@ def _get_kwargs(
|
|
|
28
28
|
name_exact: Union[Unset, str] = UNSET,
|
|
29
29
|
o: Union[Unset, list[BookingResourcesCountOItem]] = UNSET,
|
|
30
30
|
offering: Union[Unset, str] = UNSET,
|
|
31
|
-
offering_billable: Union[Unset,
|
|
31
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
32
32
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
33
33
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
34
34
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -99,10 +99,7 @@ def _get_kwargs(
|
|
|
99
99
|
|
|
100
100
|
params["offering"] = offering
|
|
101
101
|
|
|
102
|
-
|
|
103
|
-
if not isinstance(offering_billable, Unset):
|
|
104
|
-
json_offering_billable = str(offering_billable)
|
|
105
|
-
params["offering_billable"] = json_offering_billable
|
|
102
|
+
params["offering_billable"] = offering_billable
|
|
106
103
|
|
|
107
104
|
params["offering_shared"] = offering_shared
|
|
108
105
|
|
|
@@ -220,7 +217,7 @@ def sync_detailed(
|
|
|
220
217
|
name_exact: Union[Unset, str] = UNSET,
|
|
221
218
|
o: Union[Unset, list[BookingResourcesCountOItem]] = UNSET,
|
|
222
219
|
offering: Union[Unset, str] = UNSET,
|
|
223
|
-
offering_billable: Union[Unset,
|
|
220
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
224
221
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
225
222
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
226
223
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -256,7 +253,7 @@ def sync_detailed(
|
|
|
256
253
|
name_exact (Union[Unset, str]):
|
|
257
254
|
o (Union[Unset, list[BookingResourcesCountOItem]]):
|
|
258
255
|
offering (Union[Unset, str]):
|
|
259
|
-
offering_billable (Union[Unset,
|
|
256
|
+
offering_billable (Union[Unset, bool]):
|
|
260
257
|
offering_shared (Union[Unset, bool]):
|
|
261
258
|
offering_slug (Union[Unset, list[str]]):
|
|
262
259
|
offering_type (Union[Unset, str]):
|
|
@@ -342,7 +339,7 @@ def sync(
|
|
|
342
339
|
name_exact: Union[Unset, str] = UNSET,
|
|
343
340
|
o: Union[Unset, list[BookingResourcesCountOItem]] = UNSET,
|
|
344
341
|
offering: Union[Unset, str] = UNSET,
|
|
345
|
-
offering_billable: Union[Unset,
|
|
342
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
346
343
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
347
344
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
348
345
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -378,7 +375,7 @@ def sync(
|
|
|
378
375
|
name_exact (Union[Unset, str]):
|
|
379
376
|
o (Union[Unset, list[BookingResourcesCountOItem]]):
|
|
380
377
|
offering (Union[Unset, str]):
|
|
381
|
-
offering_billable (Union[Unset,
|
|
378
|
+
offering_billable (Union[Unset, bool]):
|
|
382
379
|
offering_shared (Union[Unset, bool]):
|
|
383
380
|
offering_slug (Union[Unset, list[str]]):
|
|
384
381
|
offering_type (Union[Unset, str]):
|
|
@@ -459,7 +456,7 @@ async def asyncio_detailed(
|
|
|
459
456
|
name_exact: Union[Unset, str] = UNSET,
|
|
460
457
|
o: Union[Unset, list[BookingResourcesCountOItem]] = UNSET,
|
|
461
458
|
offering: Union[Unset, str] = UNSET,
|
|
462
|
-
offering_billable: Union[Unset,
|
|
459
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
463
460
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
464
461
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
465
462
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -495,7 +492,7 @@ async def asyncio_detailed(
|
|
|
495
492
|
name_exact (Union[Unset, str]):
|
|
496
493
|
o (Union[Unset, list[BookingResourcesCountOItem]]):
|
|
497
494
|
offering (Union[Unset, str]):
|
|
498
|
-
offering_billable (Union[Unset,
|
|
495
|
+
offering_billable (Union[Unset, bool]):
|
|
499
496
|
offering_shared (Union[Unset, bool]):
|
|
500
497
|
offering_slug (Union[Unset, list[str]]):
|
|
501
498
|
offering_type (Union[Unset, str]):
|
|
@@ -579,7 +576,7 @@ async def asyncio(
|
|
|
579
576
|
name_exact: Union[Unset, str] = UNSET,
|
|
580
577
|
o: Union[Unset, list[BookingResourcesCountOItem]] = UNSET,
|
|
581
578
|
offering: Union[Unset, str] = UNSET,
|
|
582
|
-
offering_billable: Union[Unset,
|
|
579
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
583
580
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
584
581
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
585
582
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -615,7 +612,7 @@ async def asyncio(
|
|
|
615
612
|
name_exact (Union[Unset, str]):
|
|
616
613
|
o (Union[Unset, list[BookingResourcesCountOItem]]):
|
|
617
614
|
offering (Union[Unset, str]):
|
|
618
|
-
offering_billable (Union[Unset,
|
|
615
|
+
offering_billable (Union[Unset, bool]):
|
|
619
616
|
offering_shared (Union[Unset, bool]):
|
|
620
617
|
offering_slug (Union[Unset, list[str]]):
|
|
621
618
|
offering_type (Union[Unset, str]):
|
|
@@ -31,7 +31,7 @@ def _get_kwargs(
|
|
|
31
31
|
name_exact: Union[Unset, str] = UNSET,
|
|
32
32
|
o: Union[Unset, list[BookingResourcesListOItem]] = UNSET,
|
|
33
33
|
offering: Union[Unset, str] = UNSET,
|
|
34
|
-
offering_billable: Union[Unset,
|
|
34
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
35
35
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
36
36
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
37
37
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -111,10 +111,7 @@ def _get_kwargs(
|
|
|
111
111
|
|
|
112
112
|
params["offering"] = offering
|
|
113
113
|
|
|
114
|
-
|
|
115
|
-
if not isinstance(offering_billable, Unset):
|
|
116
|
-
json_offering_billable = str(offering_billable)
|
|
117
|
-
params["offering_billable"] = json_offering_billable
|
|
114
|
+
params["offering_billable"] = offering_billable
|
|
118
115
|
|
|
119
116
|
params["offering_shared"] = offering_shared
|
|
120
117
|
|
|
@@ -233,7 +230,7 @@ def sync_detailed(
|
|
|
233
230
|
name_exact: Union[Unset, str] = UNSET,
|
|
234
231
|
o: Union[Unset, list[BookingResourcesListOItem]] = UNSET,
|
|
235
232
|
offering: Union[Unset, str] = UNSET,
|
|
236
|
-
offering_billable: Union[Unset,
|
|
233
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
237
234
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
238
235
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
239
236
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -270,7 +267,7 @@ def sync_detailed(
|
|
|
270
267
|
name_exact (Union[Unset, str]):
|
|
271
268
|
o (Union[Unset, list[BookingResourcesListOItem]]):
|
|
272
269
|
offering (Union[Unset, str]):
|
|
273
|
-
offering_billable (Union[Unset,
|
|
270
|
+
offering_billable (Union[Unset, bool]):
|
|
274
271
|
offering_shared (Union[Unset, bool]):
|
|
275
272
|
offering_slug (Union[Unset, list[str]]):
|
|
276
273
|
offering_type (Union[Unset, str]):
|
|
@@ -358,7 +355,7 @@ def sync(
|
|
|
358
355
|
name_exact: Union[Unset, str] = UNSET,
|
|
359
356
|
o: Union[Unset, list[BookingResourcesListOItem]] = UNSET,
|
|
360
357
|
offering: Union[Unset, str] = UNSET,
|
|
361
|
-
offering_billable: Union[Unset,
|
|
358
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
362
359
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
363
360
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
364
361
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -395,7 +392,7 @@ def sync(
|
|
|
395
392
|
name_exact (Union[Unset, str]):
|
|
396
393
|
o (Union[Unset, list[BookingResourcesListOItem]]):
|
|
397
394
|
offering (Union[Unset, str]):
|
|
398
|
-
offering_billable (Union[Unset,
|
|
395
|
+
offering_billable (Union[Unset, bool]):
|
|
399
396
|
offering_shared (Union[Unset, bool]):
|
|
400
397
|
offering_slug (Union[Unset, list[str]]):
|
|
401
398
|
offering_type (Union[Unset, str]):
|
|
@@ -478,7 +475,7 @@ async def asyncio_detailed(
|
|
|
478
475
|
name_exact: Union[Unset, str] = UNSET,
|
|
479
476
|
o: Union[Unset, list[BookingResourcesListOItem]] = UNSET,
|
|
480
477
|
offering: Union[Unset, str] = UNSET,
|
|
481
|
-
offering_billable: Union[Unset,
|
|
478
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
482
479
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
483
480
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
484
481
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -515,7 +512,7 @@ async def asyncio_detailed(
|
|
|
515
512
|
name_exact (Union[Unset, str]):
|
|
516
513
|
o (Union[Unset, list[BookingResourcesListOItem]]):
|
|
517
514
|
offering (Union[Unset, str]):
|
|
518
|
-
offering_billable (Union[Unset,
|
|
515
|
+
offering_billable (Union[Unset, bool]):
|
|
519
516
|
offering_shared (Union[Unset, bool]):
|
|
520
517
|
offering_slug (Union[Unset, list[str]]):
|
|
521
518
|
offering_type (Union[Unset, str]):
|
|
@@ -601,7 +598,7 @@ async def asyncio(
|
|
|
601
598
|
name_exact: Union[Unset, str] = UNSET,
|
|
602
599
|
o: Union[Unset, list[BookingResourcesListOItem]] = UNSET,
|
|
603
600
|
offering: Union[Unset, str] = UNSET,
|
|
604
|
-
offering_billable: Union[Unset,
|
|
601
|
+
offering_billable: Union[Unset, bool] = UNSET,
|
|
605
602
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
606
603
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
607
604
|
offering_type: Union[Unset, str] = UNSET,
|
|
@@ -638,7 +635,7 @@ async def asyncio(
|
|
|
638
635
|
name_exact (Union[Unset, str]):
|
|
639
636
|
o (Union[Unset, list[BookingResourcesListOItem]]):
|
|
640
637
|
offering (Union[Unset, str]):
|
|
641
|
-
offering_billable (Union[Unset,
|
|
638
|
+
offering_billable (Union[Unset, bool]):
|
|
642
639
|
offering_shared (Union[Unset, bool]):
|
|
643
640
|
offering_slug (Union[Unset, list[str]]):
|
|
644
641
|
offering_type (Union[Unset, str]):
|
|
@@ -7,12 +7,18 @@ from ... import errors
|
|
|
7
7
|
from ...client import AuthenticatedClient, Client
|
|
8
8
|
from ...models.call_managing_organisation import CallManagingOrganisation
|
|
9
9
|
from ...models.call_managing_organisation_request import CallManagingOrganisationRequest
|
|
10
|
+
from ...models.call_managing_organisation_request_form import CallManagingOrganisationRequestForm
|
|
11
|
+
from ...models.call_managing_organisation_request_multipart import CallManagingOrganisationRequestMultipart
|
|
10
12
|
from ...types import Response
|
|
11
13
|
|
|
12
14
|
|
|
13
15
|
def _get_kwargs(
|
|
14
16
|
*,
|
|
15
|
-
body:
|
|
17
|
+
body: Union[
|
|
18
|
+
CallManagingOrganisationRequest,
|
|
19
|
+
CallManagingOrganisationRequestForm,
|
|
20
|
+
CallManagingOrganisationRequestMultipart,
|
|
21
|
+
],
|
|
16
22
|
) -> dict[str, Any]:
|
|
17
23
|
headers: dict[str, Any] = {}
|
|
18
24
|
|
|
@@ -21,9 +27,16 @@ def _get_kwargs(
|
|
|
21
27
|
"url": "/api/call-managing-organisations/",
|
|
22
28
|
}
|
|
23
29
|
|
|
24
|
-
|
|
30
|
+
if isinstance(body, CallManagingOrganisationRequest):
|
|
31
|
+
_kwargs["json"] = body.to_dict()
|
|
25
32
|
|
|
26
|
-
|
|
33
|
+
headers["Content-Type"] = "application/json"
|
|
34
|
+
if isinstance(body, CallManagingOrganisationRequestForm):
|
|
35
|
+
_kwargs["data"] = body.to_dict()
|
|
36
|
+
|
|
37
|
+
headers["Content-Type"] = "application/x-www-form-urlencoded"
|
|
38
|
+
if isinstance(body, CallManagingOrganisationRequestMultipart):
|
|
39
|
+
_kwargs["files"] = body.to_multipart()
|
|
27
40
|
|
|
28
41
|
_kwargs["headers"] = headers
|
|
29
42
|
return _kwargs
|
|
@@ -53,11 +66,17 @@ def _build_response(
|
|
|
53
66
|
def sync_detailed(
|
|
54
67
|
*,
|
|
55
68
|
client: AuthenticatedClient,
|
|
56
|
-
body:
|
|
69
|
+
body: Union[
|
|
70
|
+
CallManagingOrganisationRequest,
|
|
71
|
+
CallManagingOrganisationRequestForm,
|
|
72
|
+
CallManagingOrganisationRequestMultipart,
|
|
73
|
+
],
|
|
57
74
|
) -> Response[CallManagingOrganisation]:
|
|
58
75
|
"""
|
|
59
76
|
Args:
|
|
60
77
|
body (CallManagingOrganisationRequest):
|
|
78
|
+
body (CallManagingOrganisationRequestForm):
|
|
79
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
61
80
|
|
|
62
81
|
Raises:
|
|
63
82
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -81,11 +100,17 @@ def sync_detailed(
|
|
|
81
100
|
def sync(
|
|
82
101
|
*,
|
|
83
102
|
client: AuthenticatedClient,
|
|
84
|
-
body:
|
|
103
|
+
body: Union[
|
|
104
|
+
CallManagingOrganisationRequest,
|
|
105
|
+
CallManagingOrganisationRequestForm,
|
|
106
|
+
CallManagingOrganisationRequestMultipart,
|
|
107
|
+
],
|
|
85
108
|
) -> CallManagingOrganisation:
|
|
86
109
|
"""
|
|
87
110
|
Args:
|
|
88
111
|
body (CallManagingOrganisationRequest):
|
|
112
|
+
body (CallManagingOrganisationRequestForm):
|
|
113
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
89
114
|
|
|
90
115
|
Raises:
|
|
91
116
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -104,11 +129,17 @@ def sync(
|
|
|
104
129
|
async def asyncio_detailed(
|
|
105
130
|
*,
|
|
106
131
|
client: AuthenticatedClient,
|
|
107
|
-
body:
|
|
132
|
+
body: Union[
|
|
133
|
+
CallManagingOrganisationRequest,
|
|
134
|
+
CallManagingOrganisationRequestForm,
|
|
135
|
+
CallManagingOrganisationRequestMultipart,
|
|
136
|
+
],
|
|
108
137
|
) -> Response[CallManagingOrganisation]:
|
|
109
138
|
"""
|
|
110
139
|
Args:
|
|
111
140
|
body (CallManagingOrganisationRequest):
|
|
141
|
+
body (CallManagingOrganisationRequestForm):
|
|
142
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
112
143
|
|
|
113
144
|
Raises:
|
|
114
145
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -130,11 +161,17 @@ async def asyncio_detailed(
|
|
|
130
161
|
async def asyncio(
|
|
131
162
|
*,
|
|
132
163
|
client: AuthenticatedClient,
|
|
133
|
-
body:
|
|
164
|
+
body: Union[
|
|
165
|
+
CallManagingOrganisationRequest,
|
|
166
|
+
CallManagingOrganisationRequestForm,
|
|
167
|
+
CallManagingOrganisationRequestMultipart,
|
|
168
|
+
],
|
|
134
169
|
) -> CallManagingOrganisation:
|
|
135
170
|
"""
|
|
136
171
|
Args:
|
|
137
172
|
body (CallManagingOrganisationRequest):
|
|
173
|
+
body (CallManagingOrganisationRequestForm):
|
|
174
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
138
175
|
|
|
139
176
|
Raises:
|
|
140
177
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
waldur_api_client/api/call_managing_organisations/call_managing_organisations_partial_update.py
CHANGED
|
@@ -8,13 +8,21 @@ from ... import errors
|
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
9
|
from ...models.call_managing_organisation import CallManagingOrganisation
|
|
10
10
|
from ...models.patched_call_managing_organisation_request import PatchedCallManagingOrganisationRequest
|
|
11
|
+
from ...models.patched_call_managing_organisation_request_form import PatchedCallManagingOrganisationRequestForm
|
|
12
|
+
from ...models.patched_call_managing_organisation_request_multipart import (
|
|
13
|
+
PatchedCallManagingOrganisationRequestMultipart,
|
|
14
|
+
)
|
|
11
15
|
from ...types import Response
|
|
12
16
|
|
|
13
17
|
|
|
14
18
|
def _get_kwargs(
|
|
15
19
|
uuid: UUID,
|
|
16
20
|
*,
|
|
17
|
-
body:
|
|
21
|
+
body: Union[
|
|
22
|
+
PatchedCallManagingOrganisationRequest,
|
|
23
|
+
PatchedCallManagingOrganisationRequestForm,
|
|
24
|
+
PatchedCallManagingOrganisationRequestMultipart,
|
|
25
|
+
],
|
|
18
26
|
) -> dict[str, Any]:
|
|
19
27
|
headers: dict[str, Any] = {}
|
|
20
28
|
|
|
@@ -23,9 +31,16 @@ def _get_kwargs(
|
|
|
23
31
|
"url": f"/api/call-managing-organisations/{uuid}/",
|
|
24
32
|
}
|
|
25
33
|
|
|
26
|
-
|
|
34
|
+
if isinstance(body, PatchedCallManagingOrganisationRequest):
|
|
35
|
+
_kwargs["json"] = body.to_dict()
|
|
27
36
|
|
|
28
|
-
|
|
37
|
+
headers["Content-Type"] = "application/json"
|
|
38
|
+
if isinstance(body, PatchedCallManagingOrganisationRequestForm):
|
|
39
|
+
_kwargs["data"] = body.to_dict()
|
|
40
|
+
|
|
41
|
+
headers["Content-Type"] = "application/x-www-form-urlencoded"
|
|
42
|
+
if isinstance(body, PatchedCallManagingOrganisationRequestMultipart):
|
|
43
|
+
_kwargs["files"] = body.to_multipart()
|
|
29
44
|
|
|
30
45
|
_kwargs["headers"] = headers
|
|
31
46
|
return _kwargs
|
|
@@ -56,12 +71,18 @@ def sync_detailed(
|
|
|
56
71
|
uuid: UUID,
|
|
57
72
|
*,
|
|
58
73
|
client: AuthenticatedClient,
|
|
59
|
-
body:
|
|
74
|
+
body: Union[
|
|
75
|
+
PatchedCallManagingOrganisationRequest,
|
|
76
|
+
PatchedCallManagingOrganisationRequestForm,
|
|
77
|
+
PatchedCallManagingOrganisationRequestMultipart,
|
|
78
|
+
],
|
|
60
79
|
) -> Response[CallManagingOrganisation]:
|
|
61
80
|
"""
|
|
62
81
|
Args:
|
|
63
82
|
uuid (UUID):
|
|
64
83
|
body (PatchedCallManagingOrganisationRequest):
|
|
84
|
+
body (PatchedCallManagingOrganisationRequestForm):
|
|
85
|
+
body (PatchedCallManagingOrganisationRequestMultipart):
|
|
65
86
|
|
|
66
87
|
Raises:
|
|
67
88
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -87,12 +108,18 @@ def sync(
|
|
|
87
108
|
uuid: UUID,
|
|
88
109
|
*,
|
|
89
110
|
client: AuthenticatedClient,
|
|
90
|
-
body:
|
|
111
|
+
body: Union[
|
|
112
|
+
PatchedCallManagingOrganisationRequest,
|
|
113
|
+
PatchedCallManagingOrganisationRequestForm,
|
|
114
|
+
PatchedCallManagingOrganisationRequestMultipart,
|
|
115
|
+
],
|
|
91
116
|
) -> CallManagingOrganisation:
|
|
92
117
|
"""
|
|
93
118
|
Args:
|
|
94
119
|
uuid (UUID):
|
|
95
120
|
body (PatchedCallManagingOrganisationRequest):
|
|
121
|
+
body (PatchedCallManagingOrganisationRequestForm):
|
|
122
|
+
body (PatchedCallManagingOrganisationRequestMultipart):
|
|
96
123
|
|
|
97
124
|
Raises:
|
|
98
125
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -113,12 +140,18 @@ async def asyncio_detailed(
|
|
|
113
140
|
uuid: UUID,
|
|
114
141
|
*,
|
|
115
142
|
client: AuthenticatedClient,
|
|
116
|
-
body:
|
|
143
|
+
body: Union[
|
|
144
|
+
PatchedCallManagingOrganisationRequest,
|
|
145
|
+
PatchedCallManagingOrganisationRequestForm,
|
|
146
|
+
PatchedCallManagingOrganisationRequestMultipart,
|
|
147
|
+
],
|
|
117
148
|
) -> Response[CallManagingOrganisation]:
|
|
118
149
|
"""
|
|
119
150
|
Args:
|
|
120
151
|
uuid (UUID):
|
|
121
152
|
body (PatchedCallManagingOrganisationRequest):
|
|
153
|
+
body (PatchedCallManagingOrganisationRequestForm):
|
|
154
|
+
body (PatchedCallManagingOrganisationRequestMultipart):
|
|
122
155
|
|
|
123
156
|
Raises:
|
|
124
157
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -142,12 +175,18 @@ async def asyncio(
|
|
|
142
175
|
uuid: UUID,
|
|
143
176
|
*,
|
|
144
177
|
client: AuthenticatedClient,
|
|
145
|
-
body:
|
|
178
|
+
body: Union[
|
|
179
|
+
PatchedCallManagingOrganisationRequest,
|
|
180
|
+
PatchedCallManagingOrganisationRequestForm,
|
|
181
|
+
PatchedCallManagingOrganisationRequestMultipart,
|
|
182
|
+
],
|
|
146
183
|
) -> CallManagingOrganisation:
|
|
147
184
|
"""
|
|
148
185
|
Args:
|
|
149
186
|
uuid (UUID):
|
|
150
187
|
body (PatchedCallManagingOrganisationRequest):
|
|
188
|
+
body (PatchedCallManagingOrganisationRequestForm):
|
|
189
|
+
body (PatchedCallManagingOrganisationRequestMultipart):
|
|
151
190
|
|
|
152
191
|
Raises:
|
|
153
192
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -8,13 +8,19 @@ from ... import errors
|
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
9
|
from ...models.call_managing_organisation import CallManagingOrganisation
|
|
10
10
|
from ...models.call_managing_organisation_request import CallManagingOrganisationRequest
|
|
11
|
+
from ...models.call_managing_organisation_request_form import CallManagingOrganisationRequestForm
|
|
12
|
+
from ...models.call_managing_organisation_request_multipart import CallManagingOrganisationRequestMultipart
|
|
11
13
|
from ...types import Response
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
def _get_kwargs(
|
|
15
17
|
uuid: UUID,
|
|
16
18
|
*,
|
|
17
|
-
body:
|
|
19
|
+
body: Union[
|
|
20
|
+
CallManagingOrganisationRequest,
|
|
21
|
+
CallManagingOrganisationRequestForm,
|
|
22
|
+
CallManagingOrganisationRequestMultipart,
|
|
23
|
+
],
|
|
18
24
|
) -> dict[str, Any]:
|
|
19
25
|
headers: dict[str, Any] = {}
|
|
20
26
|
|
|
@@ -23,9 +29,16 @@ def _get_kwargs(
|
|
|
23
29
|
"url": f"/api/call-managing-organisations/{uuid}/",
|
|
24
30
|
}
|
|
25
31
|
|
|
26
|
-
|
|
32
|
+
if isinstance(body, CallManagingOrganisationRequest):
|
|
33
|
+
_kwargs["json"] = body.to_dict()
|
|
27
34
|
|
|
28
|
-
|
|
35
|
+
headers["Content-Type"] = "application/json"
|
|
36
|
+
if isinstance(body, CallManagingOrganisationRequestForm):
|
|
37
|
+
_kwargs["data"] = body.to_dict()
|
|
38
|
+
|
|
39
|
+
headers["Content-Type"] = "application/x-www-form-urlencoded"
|
|
40
|
+
if isinstance(body, CallManagingOrganisationRequestMultipart):
|
|
41
|
+
_kwargs["files"] = body.to_multipart()
|
|
29
42
|
|
|
30
43
|
_kwargs["headers"] = headers
|
|
31
44
|
return _kwargs
|
|
@@ -56,12 +69,18 @@ def sync_detailed(
|
|
|
56
69
|
uuid: UUID,
|
|
57
70
|
*,
|
|
58
71
|
client: AuthenticatedClient,
|
|
59
|
-
body:
|
|
72
|
+
body: Union[
|
|
73
|
+
CallManagingOrganisationRequest,
|
|
74
|
+
CallManagingOrganisationRequestForm,
|
|
75
|
+
CallManagingOrganisationRequestMultipart,
|
|
76
|
+
],
|
|
60
77
|
) -> Response[CallManagingOrganisation]:
|
|
61
78
|
"""
|
|
62
79
|
Args:
|
|
63
80
|
uuid (UUID):
|
|
64
81
|
body (CallManagingOrganisationRequest):
|
|
82
|
+
body (CallManagingOrganisationRequestForm):
|
|
83
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
65
84
|
|
|
66
85
|
Raises:
|
|
67
86
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -87,12 +106,18 @@ def sync(
|
|
|
87
106
|
uuid: UUID,
|
|
88
107
|
*,
|
|
89
108
|
client: AuthenticatedClient,
|
|
90
|
-
body:
|
|
109
|
+
body: Union[
|
|
110
|
+
CallManagingOrganisationRequest,
|
|
111
|
+
CallManagingOrganisationRequestForm,
|
|
112
|
+
CallManagingOrganisationRequestMultipart,
|
|
113
|
+
],
|
|
91
114
|
) -> CallManagingOrganisation:
|
|
92
115
|
"""
|
|
93
116
|
Args:
|
|
94
117
|
uuid (UUID):
|
|
95
118
|
body (CallManagingOrganisationRequest):
|
|
119
|
+
body (CallManagingOrganisationRequestForm):
|
|
120
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
96
121
|
|
|
97
122
|
Raises:
|
|
98
123
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -113,12 +138,18 @@ async def asyncio_detailed(
|
|
|
113
138
|
uuid: UUID,
|
|
114
139
|
*,
|
|
115
140
|
client: AuthenticatedClient,
|
|
116
|
-
body:
|
|
141
|
+
body: Union[
|
|
142
|
+
CallManagingOrganisationRequest,
|
|
143
|
+
CallManagingOrganisationRequestForm,
|
|
144
|
+
CallManagingOrganisationRequestMultipart,
|
|
145
|
+
],
|
|
117
146
|
) -> Response[CallManagingOrganisation]:
|
|
118
147
|
"""
|
|
119
148
|
Args:
|
|
120
149
|
uuid (UUID):
|
|
121
150
|
body (CallManagingOrganisationRequest):
|
|
151
|
+
body (CallManagingOrganisationRequestForm):
|
|
152
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
122
153
|
|
|
123
154
|
Raises:
|
|
124
155
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -142,12 +173,18 @@ async def asyncio(
|
|
|
142
173
|
uuid: UUID,
|
|
143
174
|
*,
|
|
144
175
|
client: AuthenticatedClient,
|
|
145
|
-
body:
|
|
176
|
+
body: Union[
|
|
177
|
+
CallManagingOrganisationRequest,
|
|
178
|
+
CallManagingOrganisationRequestForm,
|
|
179
|
+
CallManagingOrganisationRequestMultipart,
|
|
180
|
+
],
|
|
146
181
|
) -> CallManagingOrganisation:
|
|
147
182
|
"""
|
|
148
183
|
Args:
|
|
149
184
|
uuid (UUID):
|
|
150
185
|
body (CallManagingOrganisationRequest):
|
|
186
|
+
body (CallManagingOrganisationRequestForm):
|
|
187
|
+
body (CallManagingOrganisationRequestMultipart):
|
|
151
188
|
|
|
152
189
|
Raises:
|
|
153
190
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -6,6 +6,10 @@ import httpx
|
|
|
6
6
|
|
|
7
7
|
from ... import errors
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.checklists_admin_checklist_questions_checklist_type import ChecklistsAdminChecklistQuestionsChecklistType
|
|
10
|
+
from ...models.checklists_admin_checklist_questions_checklist_type_in_item import (
|
|
11
|
+
ChecklistsAdminChecklistQuestionsChecklistTypeInItem,
|
|
12
|
+
)
|
|
9
13
|
from ...models.question_admin import QuestionAdmin
|
|
10
14
|
from ...types import UNSET, Response, Unset
|
|
11
15
|
|
|
@@ -13,11 +17,28 @@ from ...types import UNSET, Response, Unset
|
|
|
13
17
|
def _get_kwargs(
|
|
14
18
|
uuid: UUID,
|
|
15
19
|
*,
|
|
20
|
+
checklist_type: Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType] = UNSET,
|
|
21
|
+
checklist_type_in: Union[Unset, list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]] = UNSET,
|
|
16
22
|
page: Union[Unset, int] = UNSET,
|
|
17
23
|
page_size: Union[Unset, int] = UNSET,
|
|
18
24
|
) -> dict[str, Any]:
|
|
19
25
|
params: dict[str, Any] = {}
|
|
20
26
|
|
|
27
|
+
json_checklist_type: Union[Unset, str] = UNSET
|
|
28
|
+
if not isinstance(checklist_type, Unset):
|
|
29
|
+
json_checklist_type = checklist_type.value
|
|
30
|
+
|
|
31
|
+
params["checklist_type"] = json_checklist_type
|
|
32
|
+
|
|
33
|
+
json_checklist_type_in: Union[Unset, list[str]] = UNSET
|
|
34
|
+
if not isinstance(checklist_type_in, Unset):
|
|
35
|
+
json_checklist_type_in = []
|
|
36
|
+
for checklist_type_in_item_data in checklist_type_in:
|
|
37
|
+
checklist_type_in_item = checklist_type_in_item_data.value
|
|
38
|
+
json_checklist_type_in.append(checklist_type_in_item)
|
|
39
|
+
|
|
40
|
+
params["checklist_type__in"] = json_checklist_type_in
|
|
41
|
+
|
|
21
42
|
params["page"] = page
|
|
22
43
|
|
|
23
44
|
params["page_size"] = page_size
|
|
@@ -61,6 +82,8 @@ def sync_detailed(
|
|
|
61
82
|
uuid: UUID,
|
|
62
83
|
*,
|
|
63
84
|
client: AuthenticatedClient,
|
|
85
|
+
checklist_type: Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType] = UNSET,
|
|
86
|
+
checklist_type_in: Union[Unset, list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]] = UNSET,
|
|
64
87
|
page: Union[Unset, int] = UNSET,
|
|
65
88
|
page_size: Union[Unset, int] = UNSET,
|
|
66
89
|
) -> Response[list["QuestionAdmin"]]:
|
|
@@ -68,6 +91,9 @@ def sync_detailed(
|
|
|
68
91
|
|
|
69
92
|
Args:
|
|
70
93
|
uuid (UUID):
|
|
94
|
+
checklist_type (Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType]):
|
|
95
|
+
checklist_type_in (Union[Unset,
|
|
96
|
+
list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]]):
|
|
71
97
|
page (Union[Unset, int]):
|
|
72
98
|
page_size (Union[Unset, int]):
|
|
73
99
|
|
|
@@ -81,6 +107,8 @@ def sync_detailed(
|
|
|
81
107
|
|
|
82
108
|
kwargs = _get_kwargs(
|
|
83
109
|
uuid=uuid,
|
|
110
|
+
checklist_type=checklist_type,
|
|
111
|
+
checklist_type_in=checklist_type_in,
|
|
84
112
|
page=page,
|
|
85
113
|
page_size=page_size,
|
|
86
114
|
)
|
|
@@ -96,6 +124,8 @@ def sync(
|
|
|
96
124
|
uuid: UUID,
|
|
97
125
|
*,
|
|
98
126
|
client: AuthenticatedClient,
|
|
127
|
+
checklist_type: Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType] = UNSET,
|
|
128
|
+
checklist_type_in: Union[Unset, list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]] = UNSET,
|
|
99
129
|
page: Union[Unset, int] = UNSET,
|
|
100
130
|
page_size: Union[Unset, int] = UNSET,
|
|
101
131
|
) -> list["QuestionAdmin"]:
|
|
@@ -103,6 +133,9 @@ def sync(
|
|
|
103
133
|
|
|
104
134
|
Args:
|
|
105
135
|
uuid (UUID):
|
|
136
|
+
checklist_type (Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType]):
|
|
137
|
+
checklist_type_in (Union[Unset,
|
|
138
|
+
list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]]):
|
|
106
139
|
page (Union[Unset, int]):
|
|
107
140
|
page_size (Union[Unset, int]):
|
|
108
141
|
|
|
@@ -117,6 +150,8 @@ def sync(
|
|
|
117
150
|
return sync_detailed(
|
|
118
151
|
uuid=uuid,
|
|
119
152
|
client=client,
|
|
153
|
+
checklist_type=checklist_type,
|
|
154
|
+
checklist_type_in=checklist_type_in,
|
|
120
155
|
page=page,
|
|
121
156
|
page_size=page_size,
|
|
122
157
|
).parsed
|
|
@@ -126,6 +161,8 @@ async def asyncio_detailed(
|
|
|
126
161
|
uuid: UUID,
|
|
127
162
|
*,
|
|
128
163
|
client: AuthenticatedClient,
|
|
164
|
+
checklist_type: Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType] = UNSET,
|
|
165
|
+
checklist_type_in: Union[Unset, list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]] = UNSET,
|
|
129
166
|
page: Union[Unset, int] = UNSET,
|
|
130
167
|
page_size: Union[Unset, int] = UNSET,
|
|
131
168
|
) -> Response[list["QuestionAdmin"]]:
|
|
@@ -133,6 +170,9 @@ async def asyncio_detailed(
|
|
|
133
170
|
|
|
134
171
|
Args:
|
|
135
172
|
uuid (UUID):
|
|
173
|
+
checklist_type (Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType]):
|
|
174
|
+
checklist_type_in (Union[Unset,
|
|
175
|
+
list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]]):
|
|
136
176
|
page (Union[Unset, int]):
|
|
137
177
|
page_size (Union[Unset, int]):
|
|
138
178
|
|
|
@@ -146,6 +186,8 @@ async def asyncio_detailed(
|
|
|
146
186
|
|
|
147
187
|
kwargs = _get_kwargs(
|
|
148
188
|
uuid=uuid,
|
|
189
|
+
checklist_type=checklist_type,
|
|
190
|
+
checklist_type_in=checklist_type_in,
|
|
149
191
|
page=page,
|
|
150
192
|
page_size=page_size,
|
|
151
193
|
)
|
|
@@ -159,6 +201,8 @@ async def asyncio(
|
|
|
159
201
|
uuid: UUID,
|
|
160
202
|
*,
|
|
161
203
|
client: AuthenticatedClient,
|
|
204
|
+
checklist_type: Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType] = UNSET,
|
|
205
|
+
checklist_type_in: Union[Unset, list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]] = UNSET,
|
|
162
206
|
page: Union[Unset, int] = UNSET,
|
|
163
207
|
page_size: Union[Unset, int] = UNSET,
|
|
164
208
|
) -> list["QuestionAdmin"]:
|
|
@@ -166,6 +210,9 @@ async def asyncio(
|
|
|
166
210
|
|
|
167
211
|
Args:
|
|
168
212
|
uuid (UUID):
|
|
213
|
+
checklist_type (Union[Unset, ChecklistsAdminChecklistQuestionsChecklistType]):
|
|
214
|
+
checklist_type_in (Union[Unset,
|
|
215
|
+
list[ChecklistsAdminChecklistQuestionsChecklistTypeInItem]]):
|
|
169
216
|
page (Union[Unset, int]):
|
|
170
217
|
page_size (Union[Unset, int]):
|
|
171
218
|
|
|
@@ -181,6 +228,8 @@ async def asyncio(
|
|
|
181
228
|
await asyncio_detailed(
|
|
182
229
|
uuid=uuid,
|
|
183
230
|
client=client,
|
|
231
|
+
checklist_type=checklist_type,
|
|
232
|
+
checklist_type_in=checklist_type_in,
|
|
184
233
|
page=page,
|
|
185
234
|
page_size=page_size,
|
|
186
235
|
)
|