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
|
@@ -12,6 +12,7 @@ from ...types import UNSET, Response, Unset
|
|
|
12
12
|
def _get_kwargs(
|
|
13
13
|
*,
|
|
14
14
|
offering: Union[Unset, str] = UNSET,
|
|
15
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
15
16
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
16
17
|
page: Union[Unset, int] = UNSET,
|
|
17
18
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -21,6 +22,12 @@ def _get_kwargs(
|
|
|
21
22
|
|
|
22
23
|
params["offering"] = offering
|
|
23
24
|
|
|
25
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
26
|
+
if not isinstance(offering_slug, Unset):
|
|
27
|
+
json_offering_slug = offering_slug
|
|
28
|
+
|
|
29
|
+
params["offering_slug"] = json_offering_slug
|
|
30
|
+
|
|
24
31
|
json_offering_uuid: Union[Unset, str] = UNSET
|
|
25
32
|
if not isinstance(offering_uuid, Unset):
|
|
26
33
|
json_offering_uuid = str(offering_uuid)
|
|
@@ -74,6 +81,7 @@ def sync_detailed(
|
|
|
74
81
|
*,
|
|
75
82
|
client: AuthenticatedClient,
|
|
76
83
|
offering: Union[Unset, str] = UNSET,
|
|
84
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
77
85
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
78
86
|
page: Union[Unset, int] = UNSET,
|
|
79
87
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -83,6 +91,7 @@ def sync_detailed(
|
|
|
83
91
|
|
|
84
92
|
Args:
|
|
85
93
|
offering (Union[Unset, str]):
|
|
94
|
+
offering_slug (Union[Unset, list[str]]):
|
|
86
95
|
offering_uuid (Union[Unset, UUID]):
|
|
87
96
|
page (Union[Unset, int]):
|
|
88
97
|
page_size (Union[Unset, int]):
|
|
@@ -98,6 +107,7 @@ def sync_detailed(
|
|
|
98
107
|
|
|
99
108
|
kwargs = _get_kwargs(
|
|
100
109
|
offering=offering,
|
|
110
|
+
offering_slug=offering_slug,
|
|
101
111
|
offering_uuid=offering_uuid,
|
|
102
112
|
page=page,
|
|
103
113
|
page_size=page_size,
|
|
@@ -115,6 +125,7 @@ def sync(
|
|
|
115
125
|
*,
|
|
116
126
|
client: AuthenticatedClient,
|
|
117
127
|
offering: Union[Unset, str] = UNSET,
|
|
128
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
118
129
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
119
130
|
page: Union[Unset, int] = UNSET,
|
|
120
131
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -124,6 +135,7 @@ def sync(
|
|
|
124
135
|
|
|
125
136
|
Args:
|
|
126
137
|
offering (Union[Unset, str]):
|
|
138
|
+
offering_slug (Union[Unset, list[str]]):
|
|
127
139
|
offering_uuid (Union[Unset, UUID]):
|
|
128
140
|
page (Union[Unset, int]):
|
|
129
141
|
page_size (Union[Unset, int]):
|
|
@@ -140,6 +152,7 @@ def sync(
|
|
|
140
152
|
return sync_detailed(
|
|
141
153
|
client=client,
|
|
142
154
|
offering=offering,
|
|
155
|
+
offering_slug=offering_slug,
|
|
143
156
|
offering_uuid=offering_uuid,
|
|
144
157
|
page=page,
|
|
145
158
|
page_size=page_size,
|
|
@@ -151,6 +164,7 @@ async def asyncio_detailed(
|
|
|
151
164
|
*,
|
|
152
165
|
client: AuthenticatedClient,
|
|
153
166
|
offering: Union[Unset, str] = UNSET,
|
|
167
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
154
168
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
155
169
|
page: Union[Unset, int] = UNSET,
|
|
156
170
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -160,6 +174,7 @@ async def asyncio_detailed(
|
|
|
160
174
|
|
|
161
175
|
Args:
|
|
162
176
|
offering (Union[Unset, str]):
|
|
177
|
+
offering_slug (Union[Unset, list[str]]):
|
|
163
178
|
offering_uuid (Union[Unset, UUID]):
|
|
164
179
|
page (Union[Unset, int]):
|
|
165
180
|
page_size (Union[Unset, int]):
|
|
@@ -175,6 +190,7 @@ async def asyncio_detailed(
|
|
|
175
190
|
|
|
176
191
|
kwargs = _get_kwargs(
|
|
177
192
|
offering=offering,
|
|
193
|
+
offering_slug=offering_slug,
|
|
178
194
|
offering_uuid=offering_uuid,
|
|
179
195
|
page=page,
|
|
180
196
|
page_size=page_size,
|
|
@@ -190,6 +206,7 @@ async def asyncio(
|
|
|
190
206
|
*,
|
|
191
207
|
client: AuthenticatedClient,
|
|
192
208
|
offering: Union[Unset, str] = UNSET,
|
|
209
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
193
210
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
194
211
|
page: Union[Unset, int] = UNSET,
|
|
195
212
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -199,6 +216,7 @@ async def asyncio(
|
|
|
199
216
|
|
|
200
217
|
Args:
|
|
201
218
|
offering (Union[Unset, str]):
|
|
219
|
+
offering_slug (Union[Unset, list[str]]):
|
|
202
220
|
offering_uuid (Union[Unset, UUID]):
|
|
203
221
|
page (Union[Unset, int]):
|
|
204
222
|
page_size (Union[Unset, int]):
|
|
@@ -216,6 +234,7 @@ async def asyncio(
|
|
|
216
234
|
await asyncio_detailed(
|
|
217
235
|
client=client,
|
|
218
236
|
offering=offering,
|
|
237
|
+
offering_slug=offering_slug,
|
|
219
238
|
offering_uuid=offering_uuid,
|
|
220
239
|
page=page,
|
|
221
240
|
page_size=page_size,
|
|
@@ -13,6 +13,7 @@ from ...types import UNSET, Response, Unset
|
|
|
13
13
|
def _get_kwargs(
|
|
14
14
|
*,
|
|
15
15
|
offering: Union[Unset, str] = UNSET,
|
|
16
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
16
17
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
17
18
|
page: Union[Unset, int] = UNSET,
|
|
18
19
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -22,6 +23,12 @@ def _get_kwargs(
|
|
|
22
23
|
|
|
23
24
|
params["offering"] = offering
|
|
24
25
|
|
|
26
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
27
|
+
if not isinstance(offering_slug, Unset):
|
|
28
|
+
json_offering_slug = offering_slug
|
|
29
|
+
|
|
30
|
+
params["offering_slug"] = json_offering_slug
|
|
31
|
+
|
|
25
32
|
json_offering_uuid: Union[Unset, str] = UNSET
|
|
26
33
|
if not isinstance(offering_uuid, Unset):
|
|
27
34
|
json_offering_uuid = str(offering_uuid)
|
|
@@ -77,6 +84,7 @@ def sync_detailed(
|
|
|
77
84
|
*,
|
|
78
85
|
client: AuthenticatedClient,
|
|
79
86
|
offering: Union[Unset, str] = UNSET,
|
|
87
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
80
88
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
81
89
|
page: Union[Unset, int] = UNSET,
|
|
82
90
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -86,6 +94,7 @@ def sync_detailed(
|
|
|
86
94
|
|
|
87
95
|
Args:
|
|
88
96
|
offering (Union[Unset, str]):
|
|
97
|
+
offering_slug (Union[Unset, list[str]]):
|
|
89
98
|
offering_uuid (Union[Unset, UUID]):
|
|
90
99
|
page (Union[Unset, int]):
|
|
91
100
|
page_size (Union[Unset, int]):
|
|
@@ -101,6 +110,7 @@ def sync_detailed(
|
|
|
101
110
|
|
|
102
111
|
kwargs = _get_kwargs(
|
|
103
112
|
offering=offering,
|
|
113
|
+
offering_slug=offering_slug,
|
|
104
114
|
offering_uuid=offering_uuid,
|
|
105
115
|
page=page,
|
|
106
116
|
page_size=page_size,
|
|
@@ -118,6 +128,7 @@ def sync(
|
|
|
118
128
|
*,
|
|
119
129
|
client: AuthenticatedClient,
|
|
120
130
|
offering: Union[Unset, str] = UNSET,
|
|
131
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
121
132
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
122
133
|
page: Union[Unset, int] = UNSET,
|
|
123
134
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -127,6 +138,7 @@ def sync(
|
|
|
127
138
|
|
|
128
139
|
Args:
|
|
129
140
|
offering (Union[Unset, str]):
|
|
141
|
+
offering_slug (Union[Unset, list[str]]):
|
|
130
142
|
offering_uuid (Union[Unset, UUID]):
|
|
131
143
|
page (Union[Unset, int]):
|
|
132
144
|
page_size (Union[Unset, int]):
|
|
@@ -143,6 +155,7 @@ def sync(
|
|
|
143
155
|
return sync_detailed(
|
|
144
156
|
client=client,
|
|
145
157
|
offering=offering,
|
|
158
|
+
offering_slug=offering_slug,
|
|
146
159
|
offering_uuid=offering_uuid,
|
|
147
160
|
page=page,
|
|
148
161
|
page_size=page_size,
|
|
@@ -154,6 +167,7 @@ async def asyncio_detailed(
|
|
|
154
167
|
*,
|
|
155
168
|
client: AuthenticatedClient,
|
|
156
169
|
offering: Union[Unset, str] = UNSET,
|
|
170
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
157
171
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
158
172
|
page: Union[Unset, int] = UNSET,
|
|
159
173
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -163,6 +177,7 @@ async def asyncio_detailed(
|
|
|
163
177
|
|
|
164
178
|
Args:
|
|
165
179
|
offering (Union[Unset, str]):
|
|
180
|
+
offering_slug (Union[Unset, list[str]]):
|
|
166
181
|
offering_uuid (Union[Unset, UUID]):
|
|
167
182
|
page (Union[Unset, int]):
|
|
168
183
|
page_size (Union[Unset, int]):
|
|
@@ -178,6 +193,7 @@ async def asyncio_detailed(
|
|
|
178
193
|
|
|
179
194
|
kwargs = _get_kwargs(
|
|
180
195
|
offering=offering,
|
|
196
|
+
offering_slug=offering_slug,
|
|
181
197
|
offering_uuid=offering_uuid,
|
|
182
198
|
page=page,
|
|
183
199
|
page_size=page_size,
|
|
@@ -193,6 +209,7 @@ async def asyncio(
|
|
|
193
209
|
*,
|
|
194
210
|
client: AuthenticatedClient,
|
|
195
211
|
offering: Union[Unset, str] = UNSET,
|
|
212
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
196
213
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
197
214
|
page: Union[Unset, int] = UNSET,
|
|
198
215
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -202,6 +219,7 @@ async def asyncio(
|
|
|
202
219
|
|
|
203
220
|
Args:
|
|
204
221
|
offering (Union[Unset, str]):
|
|
222
|
+
offering_slug (Union[Unset, list[str]]):
|
|
205
223
|
offering_uuid (Union[Unset, UUID]):
|
|
206
224
|
page (Union[Unset, int]):
|
|
207
225
|
page_size (Union[Unset, int]):
|
|
@@ -219,6 +237,7 @@ async def asyncio(
|
|
|
219
237
|
await asyncio_detailed(
|
|
220
238
|
client=client,
|
|
221
239
|
offering=offering,
|
|
240
|
+
offering_slug=offering_slug,
|
|
222
241
|
offering_uuid=offering_uuid,
|
|
223
242
|
page=page,
|
|
224
243
|
page_size=page_size,
|
|
@@ -14,6 +14,7 @@ def _get_kwargs(
|
|
|
14
14
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
15
15
|
o: Union[Unset, str] = UNSET,
|
|
16
16
|
offering: Union[Unset, str] = UNSET,
|
|
17
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
17
18
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
18
19
|
page: Union[Unset, int] = UNSET,
|
|
19
20
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -27,6 +28,12 @@ def _get_kwargs(
|
|
|
27
28
|
|
|
28
29
|
params["offering"] = offering
|
|
29
30
|
|
|
31
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
32
|
+
if not isinstance(offering_slug, Unset):
|
|
33
|
+
json_offering_slug = offering_slug
|
|
34
|
+
|
|
35
|
+
params["offering_slug"] = json_offering_slug
|
|
36
|
+
|
|
30
37
|
params["offering_uuid"] = offering_uuid
|
|
31
38
|
|
|
32
39
|
params["page"] = page
|
|
@@ -79,6 +86,7 @@ def sync_detailed(
|
|
|
79
86
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
80
87
|
o: Union[Unset, str] = UNSET,
|
|
81
88
|
offering: Union[Unset, str] = UNSET,
|
|
89
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
82
90
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
83
91
|
page: Union[Unset, int] = UNSET,
|
|
84
92
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -90,6 +98,7 @@ def sync_detailed(
|
|
|
90
98
|
customer_provider_uuid (Union[Unset, str]):
|
|
91
99
|
o (Union[Unset, str]):
|
|
92
100
|
offering (Union[Unset, str]):
|
|
101
|
+
offering_slug (Union[Unset, list[str]]):
|
|
93
102
|
offering_uuid (Union[Unset, str]):
|
|
94
103
|
page (Union[Unset, int]):
|
|
95
104
|
page_size (Union[Unset, int]):
|
|
@@ -107,6 +116,7 @@ def sync_detailed(
|
|
|
107
116
|
customer_provider_uuid=customer_provider_uuid,
|
|
108
117
|
o=o,
|
|
109
118
|
offering=offering,
|
|
119
|
+
offering_slug=offering_slug,
|
|
110
120
|
offering_uuid=offering_uuid,
|
|
111
121
|
page=page,
|
|
112
122
|
page_size=page_size,
|
|
@@ -126,6 +136,7 @@ def sync(
|
|
|
126
136
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
127
137
|
o: Union[Unset, str] = UNSET,
|
|
128
138
|
offering: Union[Unset, str] = UNSET,
|
|
139
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
129
140
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
130
141
|
page: Union[Unset, int] = UNSET,
|
|
131
142
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -137,6 +148,7 @@ def sync(
|
|
|
137
148
|
customer_provider_uuid (Union[Unset, str]):
|
|
138
149
|
o (Union[Unset, str]):
|
|
139
150
|
offering (Union[Unset, str]):
|
|
151
|
+
offering_slug (Union[Unset, list[str]]):
|
|
140
152
|
offering_uuid (Union[Unset, str]):
|
|
141
153
|
page (Union[Unset, int]):
|
|
142
154
|
page_size (Union[Unset, int]):
|
|
@@ -155,6 +167,7 @@ def sync(
|
|
|
155
167
|
customer_provider_uuid=customer_provider_uuid,
|
|
156
168
|
o=o,
|
|
157
169
|
offering=offering,
|
|
170
|
+
offering_slug=offering_slug,
|
|
158
171
|
offering_uuid=offering_uuid,
|
|
159
172
|
page=page,
|
|
160
173
|
page_size=page_size,
|
|
@@ -168,6 +181,7 @@ async def asyncio_detailed(
|
|
|
168
181
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
169
182
|
o: Union[Unset, str] = UNSET,
|
|
170
183
|
offering: Union[Unset, str] = UNSET,
|
|
184
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
171
185
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
172
186
|
page: Union[Unset, int] = UNSET,
|
|
173
187
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -179,6 +193,7 @@ async def asyncio_detailed(
|
|
|
179
193
|
customer_provider_uuid (Union[Unset, str]):
|
|
180
194
|
o (Union[Unset, str]):
|
|
181
195
|
offering (Union[Unset, str]):
|
|
196
|
+
offering_slug (Union[Unset, list[str]]):
|
|
182
197
|
offering_uuid (Union[Unset, str]):
|
|
183
198
|
page (Union[Unset, int]):
|
|
184
199
|
page_size (Union[Unset, int]):
|
|
@@ -196,6 +211,7 @@ async def asyncio_detailed(
|
|
|
196
211
|
customer_provider_uuid=customer_provider_uuid,
|
|
197
212
|
o=o,
|
|
198
213
|
offering=offering,
|
|
214
|
+
offering_slug=offering_slug,
|
|
199
215
|
offering_uuid=offering_uuid,
|
|
200
216
|
page=page,
|
|
201
217
|
page_size=page_size,
|
|
@@ -213,6 +229,7 @@ async def asyncio(
|
|
|
213
229
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
214
230
|
o: Union[Unset, str] = UNSET,
|
|
215
231
|
offering: Union[Unset, str] = UNSET,
|
|
232
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
216
233
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
217
234
|
page: Union[Unset, int] = UNSET,
|
|
218
235
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -224,6 +241,7 @@ async def asyncio(
|
|
|
224
241
|
customer_provider_uuid (Union[Unset, str]):
|
|
225
242
|
o (Union[Unset, str]):
|
|
226
243
|
offering (Union[Unset, str]):
|
|
244
|
+
offering_slug (Union[Unset, list[str]]):
|
|
227
245
|
offering_uuid (Union[Unset, str]):
|
|
228
246
|
page (Union[Unset, int]):
|
|
229
247
|
page_size (Union[Unset, int]):
|
|
@@ -243,6 +261,7 @@ async def asyncio(
|
|
|
243
261
|
customer_provider_uuid=customer_provider_uuid,
|
|
244
262
|
o=o,
|
|
245
263
|
offering=offering,
|
|
264
|
+
offering_slug=offering_slug,
|
|
246
265
|
offering_uuid=offering_uuid,
|
|
247
266
|
page=page,
|
|
248
267
|
page_size=page_size,
|
|
@@ -15,6 +15,7 @@ def _get_kwargs(
|
|
|
15
15
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
16
16
|
o: Union[Unset, str] = UNSET,
|
|
17
17
|
offering: Union[Unset, str] = UNSET,
|
|
18
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
18
19
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
19
20
|
page: Union[Unset, int] = UNSET,
|
|
20
21
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -28,6 +29,12 @@ def _get_kwargs(
|
|
|
28
29
|
|
|
29
30
|
params["offering"] = offering
|
|
30
31
|
|
|
32
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
33
|
+
if not isinstance(offering_slug, Unset):
|
|
34
|
+
json_offering_slug = offering_slug
|
|
35
|
+
|
|
36
|
+
params["offering_slug"] = json_offering_slug
|
|
37
|
+
|
|
31
38
|
params["offering_uuid"] = offering_uuid
|
|
32
39
|
|
|
33
40
|
params["page"] = page
|
|
@@ -82,6 +89,7 @@ def sync_detailed(
|
|
|
82
89
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
83
90
|
o: Union[Unset, str] = UNSET,
|
|
84
91
|
offering: Union[Unset, str] = UNSET,
|
|
92
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
85
93
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
86
94
|
page: Union[Unset, int] = UNSET,
|
|
87
95
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -92,6 +100,7 @@ def sync_detailed(
|
|
|
92
100
|
customer_provider_uuid (Union[Unset, str]):
|
|
93
101
|
o (Union[Unset, str]):
|
|
94
102
|
offering (Union[Unset, str]):
|
|
103
|
+
offering_slug (Union[Unset, list[str]]):
|
|
95
104
|
offering_uuid (Union[Unset, str]):
|
|
96
105
|
page (Union[Unset, int]):
|
|
97
106
|
page_size (Union[Unset, int]):
|
|
@@ -109,6 +118,7 @@ def sync_detailed(
|
|
|
109
118
|
customer_provider_uuid=customer_provider_uuid,
|
|
110
119
|
o=o,
|
|
111
120
|
offering=offering,
|
|
121
|
+
offering_slug=offering_slug,
|
|
112
122
|
offering_uuid=offering_uuid,
|
|
113
123
|
page=page,
|
|
114
124
|
page_size=page_size,
|
|
@@ -128,6 +138,7 @@ def sync(
|
|
|
128
138
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
129
139
|
o: Union[Unset, str] = UNSET,
|
|
130
140
|
offering: Union[Unset, str] = UNSET,
|
|
141
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
131
142
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
132
143
|
page: Union[Unset, int] = UNSET,
|
|
133
144
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -138,6 +149,7 @@ def sync(
|
|
|
138
149
|
customer_provider_uuid (Union[Unset, str]):
|
|
139
150
|
o (Union[Unset, str]):
|
|
140
151
|
offering (Union[Unset, str]):
|
|
152
|
+
offering_slug (Union[Unset, list[str]]):
|
|
141
153
|
offering_uuid (Union[Unset, str]):
|
|
142
154
|
page (Union[Unset, int]):
|
|
143
155
|
page_size (Union[Unset, int]):
|
|
@@ -156,6 +168,7 @@ def sync(
|
|
|
156
168
|
customer_provider_uuid=customer_provider_uuid,
|
|
157
169
|
o=o,
|
|
158
170
|
offering=offering,
|
|
171
|
+
offering_slug=offering_slug,
|
|
159
172
|
offering_uuid=offering_uuid,
|
|
160
173
|
page=page,
|
|
161
174
|
page_size=page_size,
|
|
@@ -169,6 +182,7 @@ async def asyncio_detailed(
|
|
|
169
182
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
170
183
|
o: Union[Unset, str] = UNSET,
|
|
171
184
|
offering: Union[Unset, str] = UNSET,
|
|
185
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
172
186
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
173
187
|
page: Union[Unset, int] = UNSET,
|
|
174
188
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -179,6 +193,7 @@ async def asyncio_detailed(
|
|
|
179
193
|
customer_provider_uuid (Union[Unset, str]):
|
|
180
194
|
o (Union[Unset, str]):
|
|
181
195
|
offering (Union[Unset, str]):
|
|
196
|
+
offering_slug (Union[Unset, list[str]]):
|
|
182
197
|
offering_uuid (Union[Unset, str]):
|
|
183
198
|
page (Union[Unset, int]):
|
|
184
199
|
page_size (Union[Unset, int]):
|
|
@@ -196,6 +211,7 @@ async def asyncio_detailed(
|
|
|
196
211
|
customer_provider_uuid=customer_provider_uuid,
|
|
197
212
|
o=o,
|
|
198
213
|
offering=offering,
|
|
214
|
+
offering_slug=offering_slug,
|
|
199
215
|
offering_uuid=offering_uuid,
|
|
200
216
|
page=page,
|
|
201
217
|
page_size=page_size,
|
|
@@ -213,6 +229,7 @@ async def asyncio(
|
|
|
213
229
|
customer_provider_uuid: Union[Unset, str] = UNSET,
|
|
214
230
|
o: Union[Unset, str] = UNSET,
|
|
215
231
|
offering: Union[Unset, str] = UNSET,
|
|
232
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
216
233
|
offering_uuid: Union[Unset, str] = UNSET,
|
|
217
234
|
page: Union[Unset, int] = UNSET,
|
|
218
235
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -223,6 +240,7 @@ async def asyncio(
|
|
|
223
240
|
customer_provider_uuid (Union[Unset, str]):
|
|
224
241
|
o (Union[Unset, str]):
|
|
225
242
|
offering (Union[Unset, str]):
|
|
243
|
+
offering_slug (Union[Unset, list[str]]):
|
|
226
244
|
offering_uuid (Union[Unset, str]):
|
|
227
245
|
page (Union[Unset, int]):
|
|
228
246
|
page_size (Union[Unset, int]):
|
|
@@ -242,6 +260,7 @@ async def asyncio(
|
|
|
242
260
|
customer_provider_uuid=customer_provider_uuid,
|
|
243
261
|
o=o,
|
|
244
262
|
offering=offering,
|
|
263
|
+
offering_slug=offering_slug,
|
|
245
264
|
offering_uuid=offering_uuid,
|
|
246
265
|
page=page,
|
|
247
266
|
page_size=page_size,
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py
CHANGED
|
@@ -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,
|