waldur-api-client 7.7.5__py3-none-any.whl → 7.7.7__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 +34 -11
- waldur_api_client/api/booking_resources/booking_resources_list.py +34 -11
- waldur_api_client/api/customers/customers_project_metadata_compliance_details_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_overview_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_projects_list.py +187 -0
- waldur_api_client/api/customers/customers_project_metadata_question_answers_list.py +187 -0
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +34 -11
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +34 -11
- waldur_api_client/api/marketplace_offering_terms_of_service/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_count.py +274 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_create.py +152 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_destroy.py +89 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_list.py +277 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_partial_update.py +164 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_retrieve.py +142 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_update.py +164 -0
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +34 -11
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_review_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_review_status_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_status_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_submit_answers.py +179 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +19 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_list.py +19 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +34 -11
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +34 -11
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py +23 -0
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_retrieve.py +30 -1
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +34 -11
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +34 -11
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py +276 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_compliance_overview.py +189 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_offering_users_compliance.py +222 -0
- waldur_api_client/api/marketplace_user_offering_consents/__init__.py +1 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_count.py +307 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_create.py +152 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_destroy.py +89 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_list.py +310 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_partial_update.py +164 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_retrieve.py +142 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_revoke.py +146 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_update.py +164 -0
- waldur_api_client/api/public_maintenance_announcements/__init__.py +1 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_count.py +325 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_list.py +328 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_retrieve.py +144 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_order_status_retrieve.py +145 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_status_retrieve.py +147 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_team_status_list.py +188 -0
- waldur_api_client/models/__init__.py +118 -4
- waldur_api_client/models/admin_announcement.py +109 -1
- waldur_api_client/models/admin_announcement_maintenance_affected_offerings_item.py +103 -0
- waldur_api_client/models/admin_announcements_list_field_item.py +8 -0
- waldur_api_client/models/admin_announcements_retrieve_field_item.py +8 -0
- waldur_api_client/models/azure_sql_server_create_order_attributes.py +83 -0
- waldur_api_client/models/azure_virtual_machine_create_order_attributes.py +99 -0
- waldur_api_client/models/basic_user.py +30 -21
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -2
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/booking_resource.py +10 -9
- waldur_api_client/models/booking_resources_list_field_item.py +1 -1
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/checklist_info.py +76 -0
- waldur_api_client/models/compliance_overview.py +91 -0
- waldur_api_client/models/create_router.py +1 -1
- waldur_api_client/models/create_router_request.py +1 -1
- waldur_api_client/models/customer.py +51 -0
- waldur_api_client/models/customers_list_field_item.py +2 -0
- waldur_api_client/models/customers_retrieve_field_item.py +2 -0
- waldur_api_client/models/fingerprint.py +19 -17
- waldur_api_client/models/generic_order_attributes.py +69 -0
- waldur_api_client/models/google_auth_authorize_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_auth_list_field_item.py +1 -0
- waldur_api_client/models/google_auth_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_credentials.py +9 -0
- waldur_api_client/models/group_invitation.py +24 -0
- waldur_api_client/models/group_invitation_request.py +10 -0
- waldur_api_client/models/instance_flavor_change_request.py +1 -1
- waldur_api_client/models/maintenance_announcement.py +8 -0
- waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +144 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py +13 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -2
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +145 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_robot_accounts_list_field_item.py +32 -0
- waldur_api_client/models/marketplace_robot_accounts_retrieve_field_item.py +32 -0
- waldur_api_client/models/marketplace_service_providers_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py +15 -0
- waldur_api_client/models/offering.py +9 -18
- waldur_api_client/models/offering_create.py +8 -18
- waldur_api_client/models/offering_create_request.py +0 -18
- waldur_api_client/models/offering_overview_update_request.py +0 -18
- waldur_api_client/models/offering_terms_of_service.py +142 -0
- waldur_api_client/models/offering_terms_of_service_create.py +107 -0
- waldur_api_client/models/offering_terms_of_service_create_request.py +107 -0
- waldur_api_client/models/offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/open_stack_backend_instance.py +2 -2
- waldur_api_client/models/open_stack_backend_volumes.py +3 -3
- waldur_api_client/models/open_stack_backup.py +1 -1
- waldur_api_client/models/open_stack_backup_restoration.py +8 -5
- waldur_api_client/models/open_stack_backup_restoration_request.py +28 -3
- waldur_api_client/models/open_stack_fixed_ip.py +2 -2
- waldur_api_client/models/open_stack_fixed_ip_request.py +2 -2
- waldur_api_client/models/open_stack_floating_ip.py +5 -4
- waldur_api_client/models/open_stack_instance.py +17 -15
- waldur_api_client/models/open_stack_instance_allowed_address_pairs_update_request.py +3 -2
- waldur_api_client/models/open_stack_instance_availability_zone.py +1 -1
- waldur_api_client/models/open_stack_instance_create_order_attributes.py +283 -0
- waldur_api_client/models/open_stack_instance_request.py +4 -3
- waldur_api_client/models/open_stack_instance_security_groups_update_request.py +1 -1
- waldur_api_client/models/open_stack_nested_floating_ip.py +3 -3
- waldur_api_client/models/open_stack_nested_instance.py +1 -1
- waldur_api_client/models/open_stack_nested_port.py +5 -5
- waldur_api_client/models/open_stack_nested_port_request.py +1 -1
- waldur_api_client/models/open_stack_nested_security_group.py +16 -16
- waldur_api_client/models/open_stack_nested_security_group_request.py +59 -0
- waldur_api_client/models/{nested_security_group_rule_request.py → open_stack_nested_security_group_rules_item.py} +73 -63
- waldur_api_client/models/open_stack_nested_sub_net.py +4 -4
- waldur_api_client/models/open_stack_nested_sub_net_request.py +4 -4
- waldur_api_client/models/open_stack_nested_volume.py +3 -3
- waldur_api_client/models/open_stack_nested_volume_request.py +3 -3
- waldur_api_client/models/open_stack_network.py +23 -3
- waldur_api_client/models/open_stack_port.py +10 -9
- waldur_api_client/models/open_stack_port_ip_update_request.py +2 -2
- waldur_api_client/models/open_stack_port_request.py +3 -3
- waldur_api_client/models/open_stack_router.py +2 -2
- waldur_api_client/models/open_stack_router_interface_request.py +4 -2
- waldur_api_client/models/open_stack_security_group_rule_create.py +6 -5
- waldur_api_client/models/open_stack_security_group_rule_create_request.py +6 -5
- waldur_api_client/models/open_stack_security_group_rule_update_request.py +10 -9
- waldur_api_client/models/open_stack_server_group.py +2 -1
- waldur_api_client/models/open_stack_server_group_request.py +2 -1
- waldur_api_client/models/open_stack_snapshot.py +2 -2
- waldur_api_client/models/open_stack_snapshot_restoration.py +1 -1
- waldur_api_client/models/open_stack_sub_net.py +5 -5
- waldur_api_client/models/open_stack_sub_net_request.py +2 -2
- waldur_api_client/models/open_stack_tenant.py +41 -3
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +130 -0
- waldur_api_client/models/open_stack_volume.py +9 -9
- waldur_api_client/models/open_stack_volume_create_order_attributes.py +155 -0
- waldur_api_client/models/open_stack_volume_request.py +1 -1
- waldur_api_client/models/openstack_networks_list_field_item.py +1 -0
- waldur_api_client/models/openstack_networks_retrieve_field_item.py +1 -0
- waldur_api_client/models/openstack_tenants_list_field_item.py +3 -0
- waldur_api_client/models/openstack_tenants_retrieve_field_item.py +3 -0
- waldur_api_client/models/order_create.py +0 -8
- waldur_api_client/models/order_create_request.py +181 -4
- waldur_api_client/models/order_details.py +0 -9
- waldur_api_client/models/patched_offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/patched_open_stack_instance_request.py +4 -3
- waldur_api_client/models/patched_open_stack_server_group_request.py +2 -1
- waldur_api_client/models/patched_open_stack_sub_net_request.py +2 -2
- waldur_api_client/models/patched_open_stack_volume_request.py +1 -1
- waldur_api_client/models/patched_user_offering_consent_request.py +59 -0
- waldur_api_client/models/permission_project.py +147 -0
- waldur_api_client/models/permission_request.py +2 -2
- waldur_api_client/models/project_answer.py +122 -0
- waldur_api_client/models/project_detail.py +133 -0
- waldur_api_client/models/project_details_response.py +115 -0
- waldur_api_client/models/provider_offering_details.py +9 -18
- waldur_api_client/models/provider_offering_details_request.py +0 -18
- waldur_api_client/models/public_maintenance_announcement.py +217 -0
- waldur_api_client/models/public_maintenance_announcement_state_enum.py +10 -0
- waldur_api_client/models/public_maintenance_announcements_count_o_item.py +15 -0
- waldur_api_client/models/public_maintenance_announcements_count_state_item.py +12 -0
- waldur_api_client/models/public_maintenance_announcements_list_o_item.py +15 -0
- waldur_api_client/models/public_maintenance_announcements_list_state_item.py +12 -0
- waldur_api_client/models/public_offering_details.py +9 -18
- waldur_api_client/models/question_answer.py +176 -0
- waldur_api_client/models/question_answer_project_answers_item.py +44 -0
- waldur_api_client/models/question_answer_question_options_item.py +44 -0
- waldur_api_client/models/rancher_cluster_security_group_rule.py +5 -4
- waldur_api_client/models/rancher_cluster_security_group_rule_request.py +5 -4
- waldur_api_client/models/remote_project_update_request.py +2 -2
- waldur_api_client/models/remote_resource_order.py +88 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +15 -0
- waldur_api_client/models/remote_resource_sync_status.py +123 -0
- waldur_api_client/models/remote_resource_sync_status_remote_state_enum.py +13 -0
- waldur_api_client/models/remote_resource_team_member.py +85 -0
- waldur_api_client/models/resource.py +10 -9
- waldur_api_client/models/robot_account_details.py +226 -144
- waldur_api_client/models/service_provider.py +9 -0
- waldur_api_client/models/service_provider_compliance_overview.py +122 -0
- waldur_api_client/models/service_provider_offering_user_compliance.py +179 -0
- waldur_api_client/models/service_provider_offering_user_compliance_state_enum.py +17 -0
- waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py +75 -0
- waldur_api_client/models/sync_status_enum.py +10 -0
- waldur_api_client/models/user_offering_consent.py +202 -0
- waldur_api_client/models/user_offering_consent_create.py +60 -0
- waldur_api_client/models/user_offering_consent_create_request.py +60 -0
- waldur_api_client/models/user_offering_consent_request.py +59 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py +228 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_1.py +155 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_2_type_1.py +155 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_3_type_1.py +155 -0
- waldur_api_client/models/volume_attach_request.py +1 -1
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/RECORD +228 -138
- waldur_api_client/models/nested_security_group_rule.py +0 -222
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/WHEEL +0 -0
|
@@ -19,7 +19,8 @@ def _get_kwargs(
|
|
|
19
19
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
20
20
|
o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
|
|
21
21
|
offering: Union[Unset, str] = UNSET,
|
|
22
|
-
|
|
22
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
23
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
23
24
|
page: Union[Unset, int] = UNSET,
|
|
24
25
|
page_size: Union[Unset, int] = UNSET,
|
|
25
26
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -54,9 +55,19 @@ def _get_kwargs(
|
|
|
54
55
|
|
|
55
56
|
params["offering"] = offering
|
|
56
57
|
|
|
57
|
-
|
|
58
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
59
|
+
if not isinstance(offering_slug, Unset):
|
|
60
|
+
json_offering_slug = offering_slug
|
|
61
|
+
|
|
62
|
+
params["offering_slug"] = json_offering_slug
|
|
63
|
+
|
|
64
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
58
65
|
if not isinstance(offering_uuid, Unset):
|
|
59
|
-
json_offering_uuid =
|
|
66
|
+
json_offering_uuid = []
|
|
67
|
+
for offering_uuid_item_data in offering_uuid:
|
|
68
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
69
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
70
|
+
|
|
60
71
|
params["offering_uuid"] = json_offering_uuid
|
|
61
72
|
|
|
62
73
|
params["page"] = page
|
|
@@ -134,7 +145,8 @@ def sync_detailed(
|
|
|
134
145
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
135
146
|
o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
|
|
136
147
|
offering: Union[Unset, str] = UNSET,
|
|
137
|
-
|
|
148
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
149
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
138
150
|
page: Union[Unset, int] = UNSET,
|
|
139
151
|
page_size: Union[Unset, int] = UNSET,
|
|
140
152
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -152,7 +164,8 @@ def sync_detailed(
|
|
|
152
164
|
modified (Union[Unset, datetime.datetime]):
|
|
153
165
|
o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
|
|
154
166
|
offering (Union[Unset, str]):
|
|
155
|
-
|
|
167
|
+
offering_slug (Union[Unset, list[str]]):
|
|
168
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
156
169
|
page (Union[Unset, int]):
|
|
157
170
|
page_size (Union[Unset, int]):
|
|
158
171
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -176,6 +189,7 @@ def sync_detailed(
|
|
|
176
189
|
modified=modified,
|
|
177
190
|
o=o,
|
|
178
191
|
offering=offering,
|
|
192
|
+
offering_slug=offering_slug,
|
|
179
193
|
offering_uuid=offering_uuid,
|
|
180
194
|
page=page,
|
|
181
195
|
page_size=page_size,
|
|
@@ -202,7 +216,8 @@ def sync(
|
|
|
202
216
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
203
217
|
o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
|
|
204
218
|
offering: Union[Unset, str] = UNSET,
|
|
205
|
-
|
|
219
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
220
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
206
221
|
page: Union[Unset, int] = UNSET,
|
|
207
222
|
page_size: Union[Unset, int] = UNSET,
|
|
208
223
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -220,7 +235,8 @@ def sync(
|
|
|
220
235
|
modified (Union[Unset, datetime.datetime]):
|
|
221
236
|
o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
|
|
222
237
|
offering (Union[Unset, str]):
|
|
223
|
-
|
|
238
|
+
offering_slug (Union[Unset, list[str]]):
|
|
239
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
224
240
|
page (Union[Unset, int]):
|
|
225
241
|
page_size (Union[Unset, int]):
|
|
226
242
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -245,6 +261,7 @@ def sync(
|
|
|
245
261
|
modified=modified,
|
|
246
262
|
o=o,
|
|
247
263
|
offering=offering,
|
|
264
|
+
offering_slug=offering_slug,
|
|
248
265
|
offering_uuid=offering_uuid,
|
|
249
266
|
page=page,
|
|
250
267
|
page_size=page_size,
|
|
@@ -265,7 +282,8 @@ async def asyncio_detailed(
|
|
|
265
282
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
266
283
|
o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
|
|
267
284
|
offering: Union[Unset, str] = UNSET,
|
|
268
|
-
|
|
285
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
286
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
269
287
|
page: Union[Unset, int] = UNSET,
|
|
270
288
|
page_size: Union[Unset, int] = UNSET,
|
|
271
289
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -283,7 +301,8 @@ async def asyncio_detailed(
|
|
|
283
301
|
modified (Union[Unset, datetime.datetime]):
|
|
284
302
|
o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
|
|
285
303
|
offering (Union[Unset, str]):
|
|
286
|
-
|
|
304
|
+
offering_slug (Union[Unset, list[str]]):
|
|
305
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
287
306
|
page (Union[Unset, int]):
|
|
288
307
|
page_size (Union[Unset, int]):
|
|
289
308
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -307,6 +326,7 @@ async def asyncio_detailed(
|
|
|
307
326
|
modified=modified,
|
|
308
327
|
o=o,
|
|
309
328
|
offering=offering,
|
|
329
|
+
offering_slug=offering_slug,
|
|
310
330
|
offering_uuid=offering_uuid,
|
|
311
331
|
page=page,
|
|
312
332
|
page_size=page_size,
|
|
@@ -331,7 +351,8 @@ async def asyncio(
|
|
|
331
351
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
332
352
|
o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
|
|
333
353
|
offering: Union[Unset, str] = UNSET,
|
|
334
|
-
|
|
354
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
355
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
335
356
|
page: Union[Unset, int] = UNSET,
|
|
336
357
|
page_size: Union[Unset, int] = UNSET,
|
|
337
358
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -349,7 +370,8 @@ async def asyncio(
|
|
|
349
370
|
modified (Union[Unset, datetime.datetime]):
|
|
350
371
|
o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
|
|
351
372
|
offering (Union[Unset, str]):
|
|
352
|
-
|
|
373
|
+
offering_slug (Union[Unset, list[str]]):
|
|
374
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
353
375
|
page (Union[Unset, int]):
|
|
354
376
|
page_size (Union[Unset, int]):
|
|
355
377
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -375,6 +397,7 @@ async def asyncio(
|
|
|
375
397
|
modified=modified,
|
|
376
398
|
o=o,
|
|
377
399
|
offering=offering,
|
|
400
|
+
offering_slug=offering_slug,
|
|
378
401
|
offering_uuid=offering_uuid,
|
|
379
402
|
page=page,
|
|
380
403
|
page_size=page_size,
|
|
@@ -22,7 +22,8 @@ def _get_kwargs(
|
|
|
22
22
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
23
23
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
24
24
|
offering: Union[Unset, str] = UNSET,
|
|
25
|
-
|
|
25
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
26
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
26
27
|
page: Union[Unset, int] = UNSET,
|
|
27
28
|
page_size: Union[Unset, int] = UNSET,
|
|
28
29
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -66,9 +67,19 @@ def _get_kwargs(
|
|
|
66
67
|
|
|
67
68
|
params["offering"] = offering
|
|
68
69
|
|
|
69
|
-
|
|
70
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
71
|
+
if not isinstance(offering_slug, Unset):
|
|
72
|
+
json_offering_slug = offering_slug
|
|
73
|
+
|
|
74
|
+
params["offering_slug"] = json_offering_slug
|
|
75
|
+
|
|
76
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
70
77
|
if not isinstance(offering_uuid, Unset):
|
|
71
|
-
json_offering_uuid =
|
|
78
|
+
json_offering_uuid = []
|
|
79
|
+
for offering_uuid_item_data in offering_uuid:
|
|
80
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
81
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
82
|
+
|
|
72
83
|
params["offering_uuid"] = json_offering_uuid
|
|
73
84
|
|
|
74
85
|
params["page"] = page
|
|
@@ -147,7 +158,8 @@ def sync_detailed(
|
|
|
147
158
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
148
159
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
149
160
|
offering: Union[Unset, str] = UNSET,
|
|
150
|
-
|
|
161
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
162
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
151
163
|
page: Union[Unset, int] = UNSET,
|
|
152
164
|
page_size: Union[Unset, int] = UNSET,
|
|
153
165
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -166,7 +178,8 @@ def sync_detailed(
|
|
|
166
178
|
modified (Union[Unset, datetime.datetime]):
|
|
167
179
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
168
180
|
offering (Union[Unset, str]):
|
|
169
|
-
|
|
181
|
+
offering_slug (Union[Unset, list[str]]):
|
|
182
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
170
183
|
page (Union[Unset, int]):
|
|
171
184
|
page_size (Union[Unset, int]):
|
|
172
185
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -191,6 +204,7 @@ def sync_detailed(
|
|
|
191
204
|
modified=modified,
|
|
192
205
|
o=o,
|
|
193
206
|
offering=offering,
|
|
207
|
+
offering_slug=offering_slug,
|
|
194
208
|
offering_uuid=offering_uuid,
|
|
195
209
|
page=page,
|
|
196
210
|
page_size=page_size,
|
|
@@ -218,7 +232,8 @@ def sync(
|
|
|
218
232
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
219
233
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
220
234
|
offering: Union[Unset, str] = UNSET,
|
|
221
|
-
|
|
235
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
236
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
222
237
|
page: Union[Unset, int] = UNSET,
|
|
223
238
|
page_size: Union[Unset, int] = UNSET,
|
|
224
239
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -237,7 +252,8 @@ def sync(
|
|
|
237
252
|
modified (Union[Unset, datetime.datetime]):
|
|
238
253
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
239
254
|
offering (Union[Unset, str]):
|
|
240
|
-
|
|
255
|
+
offering_slug (Union[Unset, list[str]]):
|
|
256
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
241
257
|
page (Union[Unset, int]):
|
|
242
258
|
page_size (Union[Unset, int]):
|
|
243
259
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -263,6 +279,7 @@ def sync(
|
|
|
263
279
|
modified=modified,
|
|
264
280
|
o=o,
|
|
265
281
|
offering=offering,
|
|
282
|
+
offering_slug=offering_slug,
|
|
266
283
|
offering_uuid=offering_uuid,
|
|
267
284
|
page=page,
|
|
268
285
|
page_size=page_size,
|
|
@@ -284,7 +301,8 @@ async def asyncio_detailed(
|
|
|
284
301
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
285
302
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
286
303
|
offering: Union[Unset, str] = UNSET,
|
|
287
|
-
|
|
304
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
305
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
288
306
|
page: Union[Unset, int] = UNSET,
|
|
289
307
|
page_size: Union[Unset, int] = UNSET,
|
|
290
308
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -303,7 +321,8 @@ async def asyncio_detailed(
|
|
|
303
321
|
modified (Union[Unset, datetime.datetime]):
|
|
304
322
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
305
323
|
offering (Union[Unset, str]):
|
|
306
|
-
|
|
324
|
+
offering_slug (Union[Unset, list[str]]):
|
|
325
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
307
326
|
page (Union[Unset, int]):
|
|
308
327
|
page_size (Union[Unset, int]):
|
|
309
328
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -328,6 +347,7 @@ async def asyncio_detailed(
|
|
|
328
347
|
modified=modified,
|
|
329
348
|
o=o,
|
|
330
349
|
offering=offering,
|
|
350
|
+
offering_slug=offering_slug,
|
|
331
351
|
offering_uuid=offering_uuid,
|
|
332
352
|
page=page,
|
|
333
353
|
page_size=page_size,
|
|
@@ -353,7 +373,8 @@ async def asyncio(
|
|
|
353
373
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
354
374
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
355
375
|
offering: Union[Unset, str] = UNSET,
|
|
356
|
-
|
|
376
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
377
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
357
378
|
page: Union[Unset, int] = UNSET,
|
|
358
379
|
page_size: Union[Unset, int] = UNSET,
|
|
359
380
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -372,7 +393,8 @@ async def asyncio(
|
|
|
372
393
|
modified (Union[Unset, datetime.datetime]):
|
|
373
394
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
374
395
|
offering (Union[Unset, str]):
|
|
375
|
-
|
|
396
|
+
offering_slug (Union[Unset, list[str]]):
|
|
397
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
376
398
|
page (Union[Unset, int]):
|
|
377
399
|
page_size (Union[Unset, int]):
|
|
378
400
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -399,6 +421,7 @@ async def asyncio(
|
|
|
399
421
|
modified=modified,
|
|
400
422
|
o=o,
|
|
401
423
|
offering=offering,
|
|
424
|
+
offering_slug=offering_slug,
|
|
402
425
|
offering_uuid=offering_uuid,
|
|
403
426
|
page=page,
|
|
404
427
|
page_size=page_size,
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
from ... import errors
|
|
8
|
+
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.answer_submit_request import AnswerSubmitRequest
|
|
10
|
+
from ...models.answer_submit_response import AnswerSubmitResponse
|
|
11
|
+
from ...types import Response
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def _get_kwargs(
|
|
15
|
+
uuid: UUID,
|
|
16
|
+
*,
|
|
17
|
+
body: list["AnswerSubmitRequest"],
|
|
18
|
+
) -> dict[str, Any]:
|
|
19
|
+
headers: dict[str, Any] = {}
|
|
20
|
+
|
|
21
|
+
_kwargs: dict[str, Any] = {
|
|
22
|
+
"method": "post",
|
|
23
|
+
"url": f"/api/marketplace-offering-users/{uuid}/submit_answers/",
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
_kwargs["json"] = []
|
|
27
|
+
for body_item_data in body:
|
|
28
|
+
body_item = body_item_data.to_dict()
|
|
29
|
+
_kwargs["json"].append(body_item)
|
|
30
|
+
|
|
31
|
+
headers["Content-Type"] = "application/json"
|
|
32
|
+
|
|
33
|
+
_kwargs["headers"] = headers
|
|
34
|
+
return _kwargs
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
def _parse_response(
|
|
38
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
39
|
+
) -> Union[AnswerSubmitResponse, Any]:
|
|
40
|
+
if response.status_code == 200:
|
|
41
|
+
response_200 = AnswerSubmitResponse.from_dict(response.json())
|
|
42
|
+
|
|
43
|
+
return response_200
|
|
44
|
+
if response.status_code == 400:
|
|
45
|
+
response_400 = response.json()
|
|
46
|
+
return response_400
|
|
47
|
+
if response.status_code == 404:
|
|
48
|
+
response_404 = response.json()
|
|
49
|
+
return response_404
|
|
50
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def _build_response(
|
|
54
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
55
|
+
) -> Response[Union[AnswerSubmitResponse, Any]]:
|
|
56
|
+
return Response(
|
|
57
|
+
status_code=HTTPStatus(response.status_code),
|
|
58
|
+
content=response.content,
|
|
59
|
+
headers=response.headers,
|
|
60
|
+
parsed=_parse_response(client=client, response=response),
|
|
61
|
+
)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
def sync_detailed(
|
|
65
|
+
uuid: UUID,
|
|
66
|
+
*,
|
|
67
|
+
client: AuthenticatedClient,
|
|
68
|
+
body: list["AnswerSubmitRequest"],
|
|
69
|
+
) -> Response[Union[AnswerSubmitResponse, Any]]:
|
|
70
|
+
"""Submit checklist answers.
|
|
71
|
+
|
|
72
|
+
Args:
|
|
73
|
+
uuid (UUID):
|
|
74
|
+
body (list['AnswerSubmitRequest']):
|
|
75
|
+
|
|
76
|
+
Raises:
|
|
77
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
78
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
79
|
+
|
|
80
|
+
Returns:
|
|
81
|
+
Response[Union[AnswerSubmitResponse, Any]]
|
|
82
|
+
"""
|
|
83
|
+
|
|
84
|
+
kwargs = _get_kwargs(
|
|
85
|
+
uuid=uuid,
|
|
86
|
+
body=body,
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
response = client.get_httpx_client().request(
|
|
90
|
+
**kwargs,
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
return _build_response(client=client, response=response)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
def sync(
|
|
97
|
+
uuid: UUID,
|
|
98
|
+
*,
|
|
99
|
+
client: AuthenticatedClient,
|
|
100
|
+
body: list["AnswerSubmitRequest"],
|
|
101
|
+
) -> Union[AnswerSubmitResponse, Any]:
|
|
102
|
+
"""Submit checklist answers.
|
|
103
|
+
|
|
104
|
+
Args:
|
|
105
|
+
uuid (UUID):
|
|
106
|
+
body (list['AnswerSubmitRequest']):
|
|
107
|
+
|
|
108
|
+
Raises:
|
|
109
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
110
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
111
|
+
|
|
112
|
+
Returns:
|
|
113
|
+
Union[AnswerSubmitResponse, Any]
|
|
114
|
+
"""
|
|
115
|
+
|
|
116
|
+
return sync_detailed(
|
|
117
|
+
uuid=uuid,
|
|
118
|
+
client=client,
|
|
119
|
+
body=body,
|
|
120
|
+
).parsed
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
async def asyncio_detailed(
|
|
124
|
+
uuid: UUID,
|
|
125
|
+
*,
|
|
126
|
+
client: AuthenticatedClient,
|
|
127
|
+
body: list["AnswerSubmitRequest"],
|
|
128
|
+
) -> Response[Union[AnswerSubmitResponse, Any]]:
|
|
129
|
+
"""Submit checklist answers.
|
|
130
|
+
|
|
131
|
+
Args:
|
|
132
|
+
uuid (UUID):
|
|
133
|
+
body (list['AnswerSubmitRequest']):
|
|
134
|
+
|
|
135
|
+
Raises:
|
|
136
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
137
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
138
|
+
|
|
139
|
+
Returns:
|
|
140
|
+
Response[Union[AnswerSubmitResponse, Any]]
|
|
141
|
+
"""
|
|
142
|
+
|
|
143
|
+
kwargs = _get_kwargs(
|
|
144
|
+
uuid=uuid,
|
|
145
|
+
body=body,
|
|
146
|
+
)
|
|
147
|
+
|
|
148
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
149
|
+
|
|
150
|
+
return _build_response(client=client, response=response)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
async def asyncio(
|
|
154
|
+
uuid: UUID,
|
|
155
|
+
*,
|
|
156
|
+
client: AuthenticatedClient,
|
|
157
|
+
body: list["AnswerSubmitRequest"],
|
|
158
|
+
) -> Union[AnswerSubmitResponse, Any]:
|
|
159
|
+
"""Submit checklist answers.
|
|
160
|
+
|
|
161
|
+
Args:
|
|
162
|
+
uuid (UUID):
|
|
163
|
+
body (list['AnswerSubmitRequest']):
|
|
164
|
+
|
|
165
|
+
Raises:
|
|
166
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
167
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
168
|
+
|
|
169
|
+
Returns:
|
|
170
|
+
Union[AnswerSubmitResponse, Any]
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
return (
|
|
174
|
+
await asyncio_detailed(
|
|
175
|
+
uuid=uuid,
|
|
176
|
+
client=client,
|
|
177
|
+
body=body,
|
|
178
|
+
)
|
|
179
|
+
).parsed
|
|
@@ -23,6 +23,7 @@ def _get_kwargs(
|
|
|
23
23
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
24
24
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
25
25
|
offering: Union[Unset, str] = UNSET,
|
|
26
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
26
27
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
27
28
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
28
29
|
page: Union[Unset, int] = UNSET,
|
|
@@ -74,6 +75,12 @@ def _get_kwargs(
|
|
|
74
75
|
|
|
75
76
|
params["offering"] = offering
|
|
76
77
|
|
|
78
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
79
|
+
if not isinstance(offering_slug, Unset):
|
|
80
|
+
json_offering_slug = offering_slug
|
|
81
|
+
|
|
82
|
+
params["offering_slug"] = json_offering_slug
|
|
83
|
+
|
|
77
84
|
json_offering_type: Union[Unset, list[str]] = UNSET
|
|
78
85
|
if not isinstance(offering_type, Unset):
|
|
79
86
|
json_offering_type = offering_type
|
|
@@ -182,6 +189,7 @@ def sync_detailed(
|
|
|
182
189
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
183
190
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
184
191
|
offering: Union[Unset, str] = UNSET,
|
|
192
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
185
193
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
186
194
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
187
195
|
page: Union[Unset, int] = UNSET,
|
|
@@ -207,6 +215,7 @@ def sync_detailed(
|
|
|
207
215
|
modified (Union[Unset, datetime.datetime]):
|
|
208
216
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
209
217
|
offering (Union[Unset, str]):
|
|
218
|
+
offering_slug (Union[Unset, list[str]]):
|
|
210
219
|
offering_type (Union[Unset, list[str]]):
|
|
211
220
|
offering_uuid (Union[Unset, UUID]):
|
|
212
221
|
page (Union[Unset, int]):
|
|
@@ -238,6 +247,7 @@ def sync_detailed(
|
|
|
238
247
|
modified=modified,
|
|
239
248
|
o=o,
|
|
240
249
|
offering=offering,
|
|
250
|
+
offering_slug=offering_slug,
|
|
241
251
|
offering_type=offering_type,
|
|
242
252
|
offering_uuid=offering_uuid,
|
|
243
253
|
page=page,
|
|
@@ -271,6 +281,7 @@ def sync(
|
|
|
271
281
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
272
282
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
273
283
|
offering: Union[Unset, str] = UNSET,
|
|
284
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
274
285
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
275
286
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
276
287
|
page: Union[Unset, int] = UNSET,
|
|
@@ -296,6 +307,7 @@ def sync(
|
|
|
296
307
|
modified (Union[Unset, datetime.datetime]):
|
|
297
308
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
298
309
|
offering (Union[Unset, str]):
|
|
310
|
+
offering_slug (Union[Unset, list[str]]):
|
|
299
311
|
offering_type (Union[Unset, list[str]]):
|
|
300
312
|
offering_uuid (Union[Unset, UUID]):
|
|
301
313
|
page (Union[Unset, int]):
|
|
@@ -328,6 +340,7 @@ def sync(
|
|
|
328
340
|
modified=modified,
|
|
329
341
|
o=o,
|
|
330
342
|
offering=offering,
|
|
343
|
+
offering_slug=offering_slug,
|
|
331
344
|
offering_type=offering_type,
|
|
332
345
|
offering_uuid=offering_uuid,
|
|
333
346
|
page=page,
|
|
@@ -355,6 +368,7 @@ async def asyncio_detailed(
|
|
|
355
368
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
356
369
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
357
370
|
offering: Union[Unset, str] = UNSET,
|
|
371
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
358
372
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
359
373
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
360
374
|
page: Union[Unset, int] = UNSET,
|
|
@@ -380,6 +394,7 @@ async def asyncio_detailed(
|
|
|
380
394
|
modified (Union[Unset, datetime.datetime]):
|
|
381
395
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
382
396
|
offering (Union[Unset, str]):
|
|
397
|
+
offering_slug (Union[Unset, list[str]]):
|
|
383
398
|
offering_type (Union[Unset, list[str]]):
|
|
384
399
|
offering_uuid (Union[Unset, UUID]):
|
|
385
400
|
page (Union[Unset, int]):
|
|
@@ -411,6 +426,7 @@ async def asyncio_detailed(
|
|
|
411
426
|
modified=modified,
|
|
412
427
|
o=o,
|
|
413
428
|
offering=offering,
|
|
429
|
+
offering_slug=offering_slug,
|
|
414
430
|
offering_type=offering_type,
|
|
415
431
|
offering_uuid=offering_uuid,
|
|
416
432
|
page=page,
|
|
@@ -442,6 +458,7 @@ async def asyncio(
|
|
|
442
458
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
443
459
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
444
460
|
offering: Union[Unset, str] = UNSET,
|
|
461
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
445
462
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
446
463
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
447
464
|
page: Union[Unset, int] = UNSET,
|
|
@@ -467,6 +484,7 @@ async def asyncio(
|
|
|
467
484
|
modified (Union[Unset, datetime.datetime]):
|
|
468
485
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
469
486
|
offering (Union[Unset, str]):
|
|
487
|
+
offering_slug (Union[Unset, list[str]]):
|
|
470
488
|
offering_type (Union[Unset, list[str]]):
|
|
471
489
|
offering_uuid (Union[Unset, UUID]):
|
|
472
490
|
page (Union[Unset, int]):
|
|
@@ -500,6 +518,7 @@ async def asyncio(
|
|
|
500
518
|
modified=modified,
|
|
501
519
|
o=o,
|
|
502
520
|
offering=offering,
|
|
521
|
+
offering_slug=offering_slug,
|
|
503
522
|
offering_type=offering_type,
|
|
504
523
|
offering_uuid=offering_uuid,
|
|
505
524
|
page=page,
|
|
@@ -26,6 +26,7 @@ def _get_kwargs(
|
|
|
26
26
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
27
27
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
28
28
|
offering: Union[Unset, str] = UNSET,
|
|
29
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
29
30
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
30
31
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
31
32
|
page: Union[Unset, int] = UNSET,
|
|
@@ -86,6 +87,12 @@ def _get_kwargs(
|
|
|
86
87
|
|
|
87
88
|
params["offering"] = offering
|
|
88
89
|
|
|
90
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
91
|
+
if not isinstance(offering_slug, Unset):
|
|
92
|
+
json_offering_slug = offering_slug
|
|
93
|
+
|
|
94
|
+
params["offering_slug"] = json_offering_slug
|
|
95
|
+
|
|
89
96
|
json_offering_type: Union[Unset, list[str]] = UNSET
|
|
90
97
|
if not isinstance(offering_type, Unset):
|
|
91
98
|
json_offering_type = offering_type
|
|
@@ -195,6 +202,7 @@ def sync_detailed(
|
|
|
195
202
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
196
203
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
197
204
|
offering: Union[Unset, str] = UNSET,
|
|
205
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
198
206
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
199
207
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
200
208
|
page: Union[Unset, int] = UNSET,
|
|
@@ -221,6 +229,7 @@ def sync_detailed(
|
|
|
221
229
|
modified (Union[Unset, datetime.datetime]):
|
|
222
230
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
223
231
|
offering (Union[Unset, str]):
|
|
232
|
+
offering_slug (Union[Unset, list[str]]):
|
|
224
233
|
offering_type (Union[Unset, list[str]]):
|
|
225
234
|
offering_uuid (Union[Unset, UUID]):
|
|
226
235
|
page (Union[Unset, int]):
|
|
@@ -253,6 +262,7 @@ def sync_detailed(
|
|
|
253
262
|
modified=modified,
|
|
254
263
|
o=o,
|
|
255
264
|
offering=offering,
|
|
265
|
+
offering_slug=offering_slug,
|
|
256
266
|
offering_type=offering_type,
|
|
257
267
|
offering_uuid=offering_uuid,
|
|
258
268
|
page=page,
|
|
@@ -287,6 +297,7 @@ def sync(
|
|
|
287
297
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
288
298
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
289
299
|
offering: Union[Unset, str] = UNSET,
|
|
300
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
290
301
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
291
302
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
292
303
|
page: Union[Unset, int] = UNSET,
|
|
@@ -313,6 +324,7 @@ def sync(
|
|
|
313
324
|
modified (Union[Unset, datetime.datetime]):
|
|
314
325
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
315
326
|
offering (Union[Unset, str]):
|
|
327
|
+
offering_slug (Union[Unset, list[str]]):
|
|
316
328
|
offering_type (Union[Unset, list[str]]):
|
|
317
329
|
offering_uuid (Union[Unset, UUID]):
|
|
318
330
|
page (Union[Unset, int]):
|
|
@@ -346,6 +358,7 @@ def sync(
|
|
|
346
358
|
modified=modified,
|
|
347
359
|
o=o,
|
|
348
360
|
offering=offering,
|
|
361
|
+
offering_slug=offering_slug,
|
|
349
362
|
offering_type=offering_type,
|
|
350
363
|
offering_uuid=offering_uuid,
|
|
351
364
|
page=page,
|
|
@@ -374,6 +387,7 @@ async def asyncio_detailed(
|
|
|
374
387
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
375
388
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
376
389
|
offering: Union[Unset, str] = UNSET,
|
|
390
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
377
391
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
378
392
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
379
393
|
page: Union[Unset, int] = UNSET,
|
|
@@ -400,6 +414,7 @@ async def asyncio_detailed(
|
|
|
400
414
|
modified (Union[Unset, datetime.datetime]):
|
|
401
415
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
402
416
|
offering (Union[Unset, str]):
|
|
417
|
+
offering_slug (Union[Unset, list[str]]):
|
|
403
418
|
offering_type (Union[Unset, list[str]]):
|
|
404
419
|
offering_uuid (Union[Unset, UUID]):
|
|
405
420
|
page (Union[Unset, int]):
|
|
@@ -432,6 +447,7 @@ async def asyncio_detailed(
|
|
|
432
447
|
modified=modified,
|
|
433
448
|
o=o,
|
|
434
449
|
offering=offering,
|
|
450
|
+
offering_slug=offering_slug,
|
|
435
451
|
offering_type=offering_type,
|
|
436
452
|
offering_uuid=offering_uuid,
|
|
437
453
|
page=page,
|
|
@@ -464,6 +480,7 @@ async def asyncio(
|
|
|
464
480
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
465
481
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
466
482
|
offering: Union[Unset, str] = UNSET,
|
|
483
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
467
484
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
468
485
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
469
486
|
page: Union[Unset, int] = UNSET,
|
|
@@ -490,6 +507,7 @@ async def asyncio(
|
|
|
490
507
|
modified (Union[Unset, datetime.datetime]):
|
|
491
508
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
492
509
|
offering (Union[Unset, str]):
|
|
510
|
+
offering_slug (Union[Unset, list[str]]):
|
|
493
511
|
offering_type (Union[Unset, list[str]]):
|
|
494
512
|
offering_uuid (Union[Unset, UUID]):
|
|
495
513
|
page (Union[Unset, int]):
|
|
@@ -524,6 +542,7 @@ async def asyncio(
|
|
|
524
542
|
modified=modified,
|
|
525
543
|
o=o,
|
|
526
544
|
offering=offering,
|
|
545
|
+
offering_slug=offering_slug,
|
|
527
546
|
offering_type=offering_type,
|
|
528
547
|
offering_uuid=offering_uuid,
|
|
529
548
|
page=page,
|