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
|
@@ -32,8 +32,9 @@ def _get_kwargs(
|
|
|
32
32
|
offering: Union[Unset, str] = UNSET,
|
|
33
33
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
34
34
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
35
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
35
36
|
offering_type: Union[Unset, str] = UNSET,
|
|
36
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
37
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
37
38
|
page: Union[Unset, int] = UNSET,
|
|
38
39
|
page_size: Union[Unset, int] = UNSET,
|
|
39
40
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -111,11 +112,21 @@ def _get_kwargs(
|
|
|
111
112
|
|
|
112
113
|
params["offering_shared"] = offering_shared
|
|
113
114
|
|
|
115
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
116
|
+
if not isinstance(offering_slug, Unset):
|
|
117
|
+
json_offering_slug = offering_slug
|
|
118
|
+
|
|
119
|
+
params["offering_slug"] = json_offering_slug
|
|
120
|
+
|
|
114
121
|
params["offering_type"] = offering_type
|
|
115
122
|
|
|
116
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
123
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
117
124
|
if not isinstance(offering_uuid, Unset):
|
|
118
|
-
json_offering_uuid =
|
|
125
|
+
json_offering_uuid = []
|
|
126
|
+
for offering_uuid_item_data in offering_uuid:
|
|
127
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
128
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
129
|
+
|
|
119
130
|
params["offering_uuid"] = json_offering_uuid
|
|
120
131
|
|
|
121
132
|
params["page"] = page
|
|
@@ -217,8 +228,9 @@ def sync_detailed(
|
|
|
217
228
|
offering: Union[Unset, str] = UNSET,
|
|
218
229
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
219
230
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
231
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
220
232
|
offering_type: Union[Unset, str] = UNSET,
|
|
221
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
233
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
222
234
|
page: Union[Unset, int] = UNSET,
|
|
223
235
|
page_size: Union[Unset, int] = UNSET,
|
|
224
236
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -252,8 +264,9 @@ def sync_detailed(
|
|
|
252
264
|
offering (Union[Unset, str]):
|
|
253
265
|
offering_billable (Union[Unset, UUID]):
|
|
254
266
|
offering_shared (Union[Unset, bool]):
|
|
267
|
+
offering_slug (Union[Unset, list[str]]):
|
|
255
268
|
offering_type (Union[Unset, str]):
|
|
256
|
-
offering_uuid (Union[Unset, UUID]):
|
|
269
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
257
270
|
page (Union[Unset, int]):
|
|
258
271
|
page_size (Union[Unset, int]):
|
|
259
272
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -293,6 +306,7 @@ def sync_detailed(
|
|
|
293
306
|
offering=offering,
|
|
294
307
|
offering_billable=offering_billable,
|
|
295
308
|
offering_shared=offering_shared,
|
|
309
|
+
offering_slug=offering_slug,
|
|
296
310
|
offering_type=offering_type,
|
|
297
311
|
offering_uuid=offering_uuid,
|
|
298
312
|
page=page,
|
|
@@ -336,8 +350,9 @@ def sync(
|
|
|
336
350
|
offering: Union[Unset, str] = UNSET,
|
|
337
351
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
338
352
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
353
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
339
354
|
offering_type: Union[Unset, str] = UNSET,
|
|
340
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
355
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
341
356
|
page: Union[Unset, int] = UNSET,
|
|
342
357
|
page_size: Union[Unset, int] = UNSET,
|
|
343
358
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -371,8 +386,9 @@ def sync(
|
|
|
371
386
|
offering (Union[Unset, str]):
|
|
372
387
|
offering_billable (Union[Unset, UUID]):
|
|
373
388
|
offering_shared (Union[Unset, bool]):
|
|
389
|
+
offering_slug (Union[Unset, list[str]]):
|
|
374
390
|
offering_type (Union[Unset, str]):
|
|
375
|
-
offering_uuid (Union[Unset, UUID]):
|
|
391
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
376
392
|
page (Union[Unset, int]):
|
|
377
393
|
page_size (Union[Unset, int]):
|
|
378
394
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -413,6 +429,7 @@ def sync(
|
|
|
413
429
|
offering=offering,
|
|
414
430
|
offering_billable=offering_billable,
|
|
415
431
|
offering_shared=offering_shared,
|
|
432
|
+
offering_slug=offering_slug,
|
|
416
433
|
offering_type=offering_type,
|
|
417
434
|
offering_uuid=offering_uuid,
|
|
418
435
|
page=page,
|
|
@@ -450,8 +467,9 @@ async def asyncio_detailed(
|
|
|
450
467
|
offering: Union[Unset, str] = UNSET,
|
|
451
468
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
452
469
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
470
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
453
471
|
offering_type: Union[Unset, str] = UNSET,
|
|
454
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
472
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
455
473
|
page: Union[Unset, int] = UNSET,
|
|
456
474
|
page_size: Union[Unset, int] = UNSET,
|
|
457
475
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -485,8 +503,9 @@ async def asyncio_detailed(
|
|
|
485
503
|
offering (Union[Unset, str]):
|
|
486
504
|
offering_billable (Union[Unset, UUID]):
|
|
487
505
|
offering_shared (Union[Unset, bool]):
|
|
506
|
+
offering_slug (Union[Unset, list[str]]):
|
|
488
507
|
offering_type (Union[Unset, str]):
|
|
489
|
-
offering_uuid (Union[Unset, UUID]):
|
|
508
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
490
509
|
page (Union[Unset, int]):
|
|
491
510
|
page_size (Union[Unset, int]):
|
|
492
511
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -526,6 +545,7 @@ async def asyncio_detailed(
|
|
|
526
545
|
offering=offering,
|
|
527
546
|
offering_billable=offering_billable,
|
|
528
547
|
offering_shared=offering_shared,
|
|
548
|
+
offering_slug=offering_slug,
|
|
529
549
|
offering_type=offering_type,
|
|
530
550
|
offering_uuid=offering_uuid,
|
|
531
551
|
page=page,
|
|
@@ -567,8 +587,9 @@ async def asyncio(
|
|
|
567
587
|
offering: Union[Unset, str] = UNSET,
|
|
568
588
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
569
589
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
590
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
570
591
|
offering_type: Union[Unset, str] = UNSET,
|
|
571
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
592
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
572
593
|
page: Union[Unset, int] = UNSET,
|
|
573
594
|
page_size: Union[Unset, int] = UNSET,
|
|
574
595
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -602,8 +623,9 @@ async def asyncio(
|
|
|
602
623
|
offering (Union[Unset, str]):
|
|
603
624
|
offering_billable (Union[Unset, UUID]):
|
|
604
625
|
offering_shared (Union[Unset, bool]):
|
|
626
|
+
offering_slug (Union[Unset, list[str]]):
|
|
605
627
|
offering_type (Union[Unset, str]):
|
|
606
|
-
offering_uuid (Union[Unset, UUID]):
|
|
628
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
607
629
|
page (Union[Unset, int]):
|
|
608
630
|
page_size (Union[Unset, int]):
|
|
609
631
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -645,6 +667,7 @@ async def asyncio(
|
|
|
645
667
|
offering=offering,
|
|
646
668
|
offering_billable=offering_billable,
|
|
647
669
|
offering_shared=offering_shared,
|
|
670
|
+
offering_slug=offering_slug,
|
|
648
671
|
offering_type=offering_type,
|
|
649
672
|
offering_uuid=offering_uuid,
|
|
650
673
|
page=page,
|
|
@@ -29,8 +29,9 @@ def _get_kwargs(
|
|
|
29
29
|
offering: Union[Unset, str] = UNSET,
|
|
30
30
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
31
31
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
32
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
32
33
|
offering_type: Union[Unset, str] = UNSET,
|
|
33
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
34
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
34
35
|
page: Union[Unset, int] = UNSET,
|
|
35
36
|
page_size: Union[Unset, int] = UNSET,
|
|
36
37
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -99,11 +100,21 @@ def _get_kwargs(
|
|
|
99
100
|
|
|
100
101
|
params["offering_shared"] = offering_shared
|
|
101
102
|
|
|
103
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
104
|
+
if not isinstance(offering_slug, Unset):
|
|
105
|
+
json_offering_slug = offering_slug
|
|
106
|
+
|
|
107
|
+
params["offering_slug"] = json_offering_slug
|
|
108
|
+
|
|
102
109
|
params["offering_type"] = offering_type
|
|
103
110
|
|
|
104
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
111
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
105
112
|
if not isinstance(offering_uuid, Unset):
|
|
106
|
-
json_offering_uuid =
|
|
113
|
+
json_offering_uuid = []
|
|
114
|
+
for offering_uuid_item_data in offering_uuid:
|
|
115
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
116
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
117
|
+
|
|
107
118
|
params["offering_uuid"] = json_offering_uuid
|
|
108
119
|
|
|
109
120
|
params["page"] = page
|
|
@@ -204,8 +215,9 @@ def sync_detailed(
|
|
|
204
215
|
offering: Union[Unset, str] = UNSET,
|
|
205
216
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
206
217
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
218
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
207
219
|
offering_type: Union[Unset, str] = UNSET,
|
|
208
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
220
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
209
221
|
page: Union[Unset, int] = UNSET,
|
|
210
222
|
page_size: Union[Unset, int] = UNSET,
|
|
211
223
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -238,8 +250,9 @@ def sync_detailed(
|
|
|
238
250
|
offering (Union[Unset, str]):
|
|
239
251
|
offering_billable (Union[Unset, UUID]):
|
|
240
252
|
offering_shared (Union[Unset, bool]):
|
|
253
|
+
offering_slug (Union[Unset, list[str]]):
|
|
241
254
|
offering_type (Union[Unset, str]):
|
|
242
|
-
offering_uuid (Union[Unset, UUID]):
|
|
255
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
243
256
|
page (Union[Unset, int]):
|
|
244
257
|
page_size (Union[Unset, int]):
|
|
245
258
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -278,6 +291,7 @@ def sync_detailed(
|
|
|
278
291
|
offering=offering,
|
|
279
292
|
offering_billable=offering_billable,
|
|
280
293
|
offering_shared=offering_shared,
|
|
294
|
+
offering_slug=offering_slug,
|
|
281
295
|
offering_type=offering_type,
|
|
282
296
|
offering_uuid=offering_uuid,
|
|
283
297
|
page=page,
|
|
@@ -320,8 +334,9 @@ def sync(
|
|
|
320
334
|
offering: Union[Unset, str] = UNSET,
|
|
321
335
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
322
336
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
337
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
323
338
|
offering_type: Union[Unset, str] = UNSET,
|
|
324
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
339
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
325
340
|
page: Union[Unset, int] = UNSET,
|
|
326
341
|
page_size: Union[Unset, int] = UNSET,
|
|
327
342
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -354,8 +369,9 @@ def sync(
|
|
|
354
369
|
offering (Union[Unset, str]):
|
|
355
370
|
offering_billable (Union[Unset, UUID]):
|
|
356
371
|
offering_shared (Union[Unset, bool]):
|
|
372
|
+
offering_slug (Union[Unset, list[str]]):
|
|
357
373
|
offering_type (Union[Unset, str]):
|
|
358
|
-
offering_uuid (Union[Unset, UUID]):
|
|
374
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
359
375
|
page (Union[Unset, int]):
|
|
360
376
|
page_size (Union[Unset, int]):
|
|
361
377
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -395,6 +411,7 @@ def sync(
|
|
|
395
411
|
offering=offering,
|
|
396
412
|
offering_billable=offering_billable,
|
|
397
413
|
offering_shared=offering_shared,
|
|
414
|
+
offering_slug=offering_slug,
|
|
398
415
|
offering_type=offering_type,
|
|
399
416
|
offering_uuid=offering_uuid,
|
|
400
417
|
page=page,
|
|
@@ -431,8 +448,9 @@ async def asyncio_detailed(
|
|
|
431
448
|
offering: Union[Unset, str] = UNSET,
|
|
432
449
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
433
450
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
451
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
434
452
|
offering_type: Union[Unset, str] = UNSET,
|
|
435
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
453
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
436
454
|
page: Union[Unset, int] = UNSET,
|
|
437
455
|
page_size: Union[Unset, int] = UNSET,
|
|
438
456
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -465,8 +483,9 @@ async def asyncio_detailed(
|
|
|
465
483
|
offering (Union[Unset, str]):
|
|
466
484
|
offering_billable (Union[Unset, UUID]):
|
|
467
485
|
offering_shared (Union[Unset, bool]):
|
|
486
|
+
offering_slug (Union[Unset, list[str]]):
|
|
468
487
|
offering_type (Union[Unset, str]):
|
|
469
|
-
offering_uuid (Union[Unset, UUID]):
|
|
488
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
470
489
|
page (Union[Unset, int]):
|
|
471
490
|
page_size (Union[Unset, int]):
|
|
472
491
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -505,6 +524,7 @@ async def asyncio_detailed(
|
|
|
505
524
|
offering=offering,
|
|
506
525
|
offering_billable=offering_billable,
|
|
507
526
|
offering_shared=offering_shared,
|
|
527
|
+
offering_slug=offering_slug,
|
|
508
528
|
offering_type=offering_type,
|
|
509
529
|
offering_uuid=offering_uuid,
|
|
510
530
|
page=page,
|
|
@@ -545,8 +565,9 @@ async def asyncio(
|
|
|
545
565
|
offering: Union[Unset, str] = UNSET,
|
|
546
566
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
547
567
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
568
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
548
569
|
offering_type: Union[Unset, str] = UNSET,
|
|
549
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
570
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
550
571
|
page: Union[Unset, int] = UNSET,
|
|
551
572
|
page_size: Union[Unset, int] = UNSET,
|
|
552
573
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -579,8 +600,9 @@ async def asyncio(
|
|
|
579
600
|
offering (Union[Unset, str]):
|
|
580
601
|
offering_billable (Union[Unset, UUID]):
|
|
581
602
|
offering_shared (Union[Unset, bool]):
|
|
603
|
+
offering_slug (Union[Unset, list[str]]):
|
|
582
604
|
offering_type (Union[Unset, str]):
|
|
583
|
-
offering_uuid (Union[Unset, UUID]):
|
|
605
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
584
606
|
page (Union[Unset, int]):
|
|
585
607
|
page_size (Union[Unset, int]):
|
|
586
608
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -621,6 +643,7 @@ async def asyncio(
|
|
|
621
643
|
offering=offering,
|
|
622
644
|
offering_billable=offering_billable,
|
|
623
645
|
offering_shared=offering_shared,
|
|
646
|
+
offering_slug=offering_slug,
|
|
624
647
|
offering_type=offering_type,
|
|
625
648
|
offering_uuid=offering_uuid,
|
|
626
649
|
page=page,
|
|
@@ -32,8 +32,9 @@ def _get_kwargs(
|
|
|
32
32
|
offering: Union[Unset, str] = UNSET,
|
|
33
33
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
34
34
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
35
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
35
36
|
offering_type: Union[Unset, str] = UNSET,
|
|
36
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
37
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
37
38
|
page: Union[Unset, int] = UNSET,
|
|
38
39
|
page_size: Union[Unset, int] = UNSET,
|
|
39
40
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -111,11 +112,21 @@ def _get_kwargs(
|
|
|
111
112
|
|
|
112
113
|
params["offering_shared"] = offering_shared
|
|
113
114
|
|
|
115
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
116
|
+
if not isinstance(offering_slug, Unset):
|
|
117
|
+
json_offering_slug = offering_slug
|
|
118
|
+
|
|
119
|
+
params["offering_slug"] = json_offering_slug
|
|
120
|
+
|
|
114
121
|
params["offering_type"] = offering_type
|
|
115
122
|
|
|
116
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
123
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
117
124
|
if not isinstance(offering_uuid, Unset):
|
|
118
|
-
json_offering_uuid =
|
|
125
|
+
json_offering_uuid = []
|
|
126
|
+
for offering_uuid_item_data in offering_uuid:
|
|
127
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
128
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
129
|
+
|
|
119
130
|
params["offering_uuid"] = json_offering_uuid
|
|
120
131
|
|
|
121
132
|
params["page"] = page
|
|
@@ -217,8 +228,9 @@ def sync_detailed(
|
|
|
217
228
|
offering: Union[Unset, str] = UNSET,
|
|
218
229
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
219
230
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
231
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
220
232
|
offering_type: Union[Unset, str] = UNSET,
|
|
221
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
233
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
222
234
|
page: Union[Unset, int] = UNSET,
|
|
223
235
|
page_size: Union[Unset, int] = UNSET,
|
|
224
236
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -252,8 +264,9 @@ def sync_detailed(
|
|
|
252
264
|
offering (Union[Unset, str]):
|
|
253
265
|
offering_billable (Union[Unset, UUID]):
|
|
254
266
|
offering_shared (Union[Unset, bool]):
|
|
267
|
+
offering_slug (Union[Unset, list[str]]):
|
|
255
268
|
offering_type (Union[Unset, str]):
|
|
256
|
-
offering_uuid (Union[Unset, UUID]):
|
|
269
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
257
270
|
page (Union[Unset, int]):
|
|
258
271
|
page_size (Union[Unset, int]):
|
|
259
272
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -293,6 +306,7 @@ def sync_detailed(
|
|
|
293
306
|
offering=offering,
|
|
294
307
|
offering_billable=offering_billable,
|
|
295
308
|
offering_shared=offering_shared,
|
|
309
|
+
offering_slug=offering_slug,
|
|
296
310
|
offering_type=offering_type,
|
|
297
311
|
offering_uuid=offering_uuid,
|
|
298
312
|
page=page,
|
|
@@ -336,8 +350,9 @@ def sync(
|
|
|
336
350
|
offering: Union[Unset, str] = UNSET,
|
|
337
351
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
338
352
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
353
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
339
354
|
offering_type: Union[Unset, str] = UNSET,
|
|
340
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
355
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
341
356
|
page: Union[Unset, int] = UNSET,
|
|
342
357
|
page_size: Union[Unset, int] = UNSET,
|
|
343
358
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -371,8 +386,9 @@ def sync(
|
|
|
371
386
|
offering (Union[Unset, str]):
|
|
372
387
|
offering_billable (Union[Unset, UUID]):
|
|
373
388
|
offering_shared (Union[Unset, bool]):
|
|
389
|
+
offering_slug (Union[Unset, list[str]]):
|
|
374
390
|
offering_type (Union[Unset, str]):
|
|
375
|
-
offering_uuid (Union[Unset, UUID]):
|
|
391
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
376
392
|
page (Union[Unset, int]):
|
|
377
393
|
page_size (Union[Unset, int]):
|
|
378
394
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -413,6 +429,7 @@ def sync(
|
|
|
413
429
|
offering=offering,
|
|
414
430
|
offering_billable=offering_billable,
|
|
415
431
|
offering_shared=offering_shared,
|
|
432
|
+
offering_slug=offering_slug,
|
|
416
433
|
offering_type=offering_type,
|
|
417
434
|
offering_uuid=offering_uuid,
|
|
418
435
|
page=page,
|
|
@@ -450,8 +467,9 @@ async def asyncio_detailed(
|
|
|
450
467
|
offering: Union[Unset, str] = UNSET,
|
|
451
468
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
452
469
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
470
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
453
471
|
offering_type: Union[Unset, str] = UNSET,
|
|
454
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
472
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
455
473
|
page: Union[Unset, int] = UNSET,
|
|
456
474
|
page_size: Union[Unset, int] = UNSET,
|
|
457
475
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -485,8 +503,9 @@ async def asyncio_detailed(
|
|
|
485
503
|
offering (Union[Unset, str]):
|
|
486
504
|
offering_billable (Union[Unset, UUID]):
|
|
487
505
|
offering_shared (Union[Unset, bool]):
|
|
506
|
+
offering_slug (Union[Unset, list[str]]):
|
|
488
507
|
offering_type (Union[Unset, str]):
|
|
489
|
-
offering_uuid (Union[Unset, UUID]):
|
|
508
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
490
509
|
page (Union[Unset, int]):
|
|
491
510
|
page_size (Union[Unset, int]):
|
|
492
511
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -526,6 +545,7 @@ async def asyncio_detailed(
|
|
|
526
545
|
offering=offering,
|
|
527
546
|
offering_billable=offering_billable,
|
|
528
547
|
offering_shared=offering_shared,
|
|
548
|
+
offering_slug=offering_slug,
|
|
529
549
|
offering_type=offering_type,
|
|
530
550
|
offering_uuid=offering_uuid,
|
|
531
551
|
page=page,
|
|
@@ -567,8 +587,9 @@ async def asyncio(
|
|
|
567
587
|
offering: Union[Unset, str] = UNSET,
|
|
568
588
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
569
589
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
590
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
570
591
|
offering_type: Union[Unset, str] = UNSET,
|
|
571
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
592
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
572
593
|
page: Union[Unset, int] = UNSET,
|
|
573
594
|
page_size: Union[Unset, int] = UNSET,
|
|
574
595
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -602,8 +623,9 @@ async def asyncio(
|
|
|
602
623
|
offering (Union[Unset, str]):
|
|
603
624
|
offering_billable (Union[Unset, UUID]):
|
|
604
625
|
offering_shared (Union[Unset, bool]):
|
|
626
|
+
offering_slug (Union[Unset, list[str]]):
|
|
605
627
|
offering_type (Union[Unset, str]):
|
|
606
|
-
offering_uuid (Union[Unset, UUID]):
|
|
628
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
607
629
|
page (Union[Unset, int]):
|
|
608
630
|
page_size (Union[Unset, int]):
|
|
609
631
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -645,6 +667,7 @@ async def asyncio(
|
|
|
645
667
|
offering=offering,
|
|
646
668
|
offering_billable=offering_billable,
|
|
647
669
|
offering_shared=offering_shared,
|
|
670
|
+
offering_slug=offering_slug,
|
|
648
671
|
offering_type=offering_type,
|
|
649
672
|
offering_uuid=offering_uuid,
|
|
650
673
|
page=page,
|
|
@@ -7,6 +7,7 @@ import httpx
|
|
|
7
7
|
|
|
8
8
|
from ... import errors
|
|
9
9
|
from ...client import AuthenticatedClient, Client
|
|
10
|
+
from ...models.marketplace_robot_accounts_list_field_item import MarketplaceRobotAccountsListFieldItem
|
|
10
11
|
from ...models.marketplace_robot_accounts_list_state import MarketplaceRobotAccountsListState
|
|
11
12
|
from ...models.robot_account_details import RobotAccountDetails
|
|
12
13
|
from ...types import UNSET, Response, Unset
|
|
@@ -16,6 +17,7 @@ def _get_kwargs(
|
|
|
16
17
|
*,
|
|
17
18
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
18
19
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
20
|
+
field: Union[Unset, list[MarketplaceRobotAccountsListFieldItem]] = UNSET,
|
|
19
21
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
20
22
|
page: Union[Unset, int] = UNSET,
|
|
21
23
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -38,6 +40,15 @@ def _get_kwargs(
|
|
|
38
40
|
json_customer_uuid = str(customer_uuid)
|
|
39
41
|
params["customer_uuid"] = json_customer_uuid
|
|
40
42
|
|
|
43
|
+
json_field: Union[Unset, list[str]] = UNSET
|
|
44
|
+
if not isinstance(field, Unset):
|
|
45
|
+
json_field = []
|
|
46
|
+
for field_item_data in field:
|
|
47
|
+
field_item = field_item_data.value
|
|
48
|
+
json_field.append(field_item)
|
|
49
|
+
|
|
50
|
+
params["field"] = json_field
|
|
51
|
+
|
|
41
52
|
json_modified: Union[Unset, str] = UNSET
|
|
42
53
|
if not isinstance(modified, Unset):
|
|
43
54
|
json_modified = modified.isoformat()
|
|
@@ -114,6 +125,7 @@ def sync_detailed(
|
|
|
114
125
|
client: AuthenticatedClient,
|
|
115
126
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
116
127
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
128
|
+
field: Union[Unset, list[MarketplaceRobotAccountsListFieldItem]] = UNSET,
|
|
117
129
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
118
130
|
page: Union[Unset, int] = UNSET,
|
|
119
131
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -129,6 +141,7 @@ def sync_detailed(
|
|
|
129
141
|
Args:
|
|
130
142
|
created (Union[Unset, datetime.datetime]):
|
|
131
143
|
customer_uuid (Union[Unset, UUID]):
|
|
144
|
+
field (Union[Unset, list[MarketplaceRobotAccountsListFieldItem]]):
|
|
132
145
|
modified (Union[Unset, datetime.datetime]):
|
|
133
146
|
page (Union[Unset, int]):
|
|
134
147
|
page_size (Union[Unset, int]):
|
|
@@ -150,6 +163,7 @@ def sync_detailed(
|
|
|
150
163
|
kwargs = _get_kwargs(
|
|
151
164
|
created=created,
|
|
152
165
|
customer_uuid=customer_uuid,
|
|
166
|
+
field=field,
|
|
153
167
|
modified=modified,
|
|
154
168
|
page=page,
|
|
155
169
|
page_size=page_size,
|
|
@@ -173,6 +187,7 @@ def sync(
|
|
|
173
187
|
client: AuthenticatedClient,
|
|
174
188
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
175
189
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
190
|
+
field: Union[Unset, list[MarketplaceRobotAccountsListFieldItem]] = UNSET,
|
|
176
191
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
177
192
|
page: Union[Unset, int] = UNSET,
|
|
178
193
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -188,6 +203,7 @@ def sync(
|
|
|
188
203
|
Args:
|
|
189
204
|
created (Union[Unset, datetime.datetime]):
|
|
190
205
|
customer_uuid (Union[Unset, UUID]):
|
|
206
|
+
field (Union[Unset, list[MarketplaceRobotAccountsListFieldItem]]):
|
|
191
207
|
modified (Union[Unset, datetime.datetime]):
|
|
192
208
|
page (Union[Unset, int]):
|
|
193
209
|
page_size (Union[Unset, int]):
|
|
@@ -210,6 +226,7 @@ def sync(
|
|
|
210
226
|
client=client,
|
|
211
227
|
created=created,
|
|
212
228
|
customer_uuid=customer_uuid,
|
|
229
|
+
field=field,
|
|
213
230
|
modified=modified,
|
|
214
231
|
page=page,
|
|
215
232
|
page_size=page_size,
|
|
@@ -227,6 +244,7 @@ async def asyncio_detailed(
|
|
|
227
244
|
client: AuthenticatedClient,
|
|
228
245
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
229
246
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
247
|
+
field: Union[Unset, list[MarketplaceRobotAccountsListFieldItem]] = UNSET,
|
|
230
248
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
231
249
|
page: Union[Unset, int] = UNSET,
|
|
232
250
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -242,6 +260,7 @@ async def asyncio_detailed(
|
|
|
242
260
|
Args:
|
|
243
261
|
created (Union[Unset, datetime.datetime]):
|
|
244
262
|
customer_uuid (Union[Unset, UUID]):
|
|
263
|
+
field (Union[Unset, list[MarketplaceRobotAccountsListFieldItem]]):
|
|
245
264
|
modified (Union[Unset, datetime.datetime]):
|
|
246
265
|
page (Union[Unset, int]):
|
|
247
266
|
page_size (Union[Unset, int]):
|
|
@@ -263,6 +282,7 @@ async def asyncio_detailed(
|
|
|
263
282
|
kwargs = _get_kwargs(
|
|
264
283
|
created=created,
|
|
265
284
|
customer_uuid=customer_uuid,
|
|
285
|
+
field=field,
|
|
266
286
|
modified=modified,
|
|
267
287
|
page=page,
|
|
268
288
|
page_size=page_size,
|
|
@@ -284,6 +304,7 @@ async def asyncio(
|
|
|
284
304
|
client: AuthenticatedClient,
|
|
285
305
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
286
306
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
307
|
+
field: Union[Unset, list[MarketplaceRobotAccountsListFieldItem]] = UNSET,
|
|
287
308
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
288
309
|
page: Union[Unset, int] = UNSET,
|
|
289
310
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -299,6 +320,7 @@ async def asyncio(
|
|
|
299
320
|
Args:
|
|
300
321
|
created (Union[Unset, datetime.datetime]):
|
|
301
322
|
customer_uuid (Union[Unset, UUID]):
|
|
323
|
+
field (Union[Unset, list[MarketplaceRobotAccountsListFieldItem]]):
|
|
302
324
|
modified (Union[Unset, datetime.datetime]):
|
|
303
325
|
page (Union[Unset, int]):
|
|
304
326
|
page_size (Union[Unset, int]):
|
|
@@ -322,6 +344,7 @@ async def asyncio(
|
|
|
322
344
|
client=client,
|
|
323
345
|
created=created,
|
|
324
346
|
customer_uuid=customer_uuid,
|
|
347
|
+
field=field,
|
|
325
348
|
modified=modified,
|
|
326
349
|
page=page,
|
|
327
350
|
page_size=page_size,
|
|
@@ -6,16 +6,33 @@ import httpx
|
|
|
6
6
|
|
|
7
7
|
from ... import errors
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.marketplace_robot_accounts_retrieve_field_item import MarketplaceRobotAccountsRetrieveFieldItem
|
|
9
10
|
from ...models.robot_account_details import RobotAccountDetails
|
|
10
|
-
from ...types import Response
|
|
11
|
+
from ...types import UNSET, Response, Unset
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
def _get_kwargs(
|
|
14
15
|
uuid: UUID,
|
|
16
|
+
*,
|
|
17
|
+
field: Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]] = UNSET,
|
|
15
18
|
) -> dict[str, Any]:
|
|
19
|
+
params: dict[str, Any] = {}
|
|
20
|
+
|
|
21
|
+
json_field: Union[Unset, list[str]] = UNSET
|
|
22
|
+
if not isinstance(field, Unset):
|
|
23
|
+
json_field = []
|
|
24
|
+
for field_item_data in field:
|
|
25
|
+
field_item = field_item_data.value
|
|
26
|
+
json_field.append(field_item)
|
|
27
|
+
|
|
28
|
+
params["field"] = json_field
|
|
29
|
+
|
|
30
|
+
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
31
|
+
|
|
16
32
|
_kwargs: dict[str, Any] = {
|
|
17
33
|
"method": "get",
|
|
18
34
|
"url": f"/api/marketplace-robot-accounts/{uuid}/",
|
|
35
|
+
"params": params,
|
|
19
36
|
}
|
|
20
37
|
|
|
21
38
|
return _kwargs
|
|
@@ -44,10 +61,12 @@ def sync_detailed(
|
|
|
44
61
|
uuid: UUID,
|
|
45
62
|
*,
|
|
46
63
|
client: AuthenticatedClient,
|
|
64
|
+
field: Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]] = UNSET,
|
|
47
65
|
) -> Response[RobotAccountDetails]:
|
|
48
66
|
"""
|
|
49
67
|
Args:
|
|
50
68
|
uuid (UUID):
|
|
69
|
+
field (Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]]):
|
|
51
70
|
|
|
52
71
|
Raises:
|
|
53
72
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -59,6 +78,7 @@ def sync_detailed(
|
|
|
59
78
|
|
|
60
79
|
kwargs = _get_kwargs(
|
|
61
80
|
uuid=uuid,
|
|
81
|
+
field=field,
|
|
62
82
|
)
|
|
63
83
|
|
|
64
84
|
response = client.get_httpx_client().request(
|
|
@@ -72,10 +92,12 @@ def sync(
|
|
|
72
92
|
uuid: UUID,
|
|
73
93
|
*,
|
|
74
94
|
client: AuthenticatedClient,
|
|
95
|
+
field: Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]] = UNSET,
|
|
75
96
|
) -> RobotAccountDetails:
|
|
76
97
|
"""
|
|
77
98
|
Args:
|
|
78
99
|
uuid (UUID):
|
|
100
|
+
field (Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]]):
|
|
79
101
|
|
|
80
102
|
Raises:
|
|
81
103
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -88,6 +110,7 @@ def sync(
|
|
|
88
110
|
return sync_detailed(
|
|
89
111
|
uuid=uuid,
|
|
90
112
|
client=client,
|
|
113
|
+
field=field,
|
|
91
114
|
).parsed
|
|
92
115
|
|
|
93
116
|
|
|
@@ -95,10 +118,12 @@ async def asyncio_detailed(
|
|
|
95
118
|
uuid: UUID,
|
|
96
119
|
*,
|
|
97
120
|
client: AuthenticatedClient,
|
|
121
|
+
field: Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]] = UNSET,
|
|
98
122
|
) -> Response[RobotAccountDetails]:
|
|
99
123
|
"""
|
|
100
124
|
Args:
|
|
101
125
|
uuid (UUID):
|
|
126
|
+
field (Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]]):
|
|
102
127
|
|
|
103
128
|
Raises:
|
|
104
129
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -110,6 +135,7 @@ async def asyncio_detailed(
|
|
|
110
135
|
|
|
111
136
|
kwargs = _get_kwargs(
|
|
112
137
|
uuid=uuid,
|
|
138
|
+
field=field,
|
|
113
139
|
)
|
|
114
140
|
|
|
115
141
|
response = await client.get_async_httpx_client().request(**kwargs)
|
|
@@ -121,10 +147,12 @@ async def asyncio(
|
|
|
121
147
|
uuid: UUID,
|
|
122
148
|
*,
|
|
123
149
|
client: AuthenticatedClient,
|
|
150
|
+
field: Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]] = UNSET,
|
|
124
151
|
) -> RobotAccountDetails:
|
|
125
152
|
"""
|
|
126
153
|
Args:
|
|
127
154
|
uuid (UUID):
|
|
155
|
+
field (Union[Unset, list[MarketplaceRobotAccountsRetrieveFieldItem]]):
|
|
128
156
|
|
|
129
157
|
Raises:
|
|
130
158
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -138,5 +166,6 @@ async def asyncio(
|
|
|
138
166
|
await asyncio_detailed(
|
|
139
167
|
uuid=uuid,
|
|
140
168
|
client=client,
|
|
169
|
+
field=field,
|
|
141
170
|
)
|
|
142
171
|
).parsed
|