waldur-api-client 7.7.6__py3-none-any.whl → 7.7.8__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/customer_permissions_reviews/customer_permissions_reviews_count.py +19 -0
- waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_list.py +19 -0
- 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/customers/customers_users_list.py +141 -53
- waldur_api_client/api/invoices/invoices_items_retrieve.py +20 -0
- waldur_api_client/api/managed_rancher_cluster_resources/__init__.py +1 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_add_node.py +162 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_count.py +172 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_list.py +196 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_retrieve.py +171 -0
- waldur_api_client/api/marketplace_course_accounts/__init__.py +1 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_count.py +244 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_create.py +148 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_create_bulk.py +152 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_destroy.py +89 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py +245 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_retrieve.py +140 -0
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_count.py +25 -0
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_list.py +25 -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_count.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +34 -11
- 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_project_service_accounts/marketplace_project_service_accounts_count.py +25 -0
- waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_list.py +25 -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_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_course_accounts_list.py +284 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py +29 -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/project_permissions_reviews/__init__.py +1 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_close.py +91 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_count.py +266 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_list.py +269 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_retrieve.py +142 -0
- waldur_api_client/api/projects/projects_other_users_list.py +98 -23
- waldur_api_client/api/projects/projects_sync_user_roles.py +10 -9
- 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/api/support_issue_statuses/__init__.py +1 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_count.py +172 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_create.py +148 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_destroy.py +89 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_list.py +173 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_partial_update.py +162 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_retrieve.py +140 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_update.py +162 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_submit_request.py +12 -12
- waldur_api_client/api/user_invitations/user_invitations_count.py +30 -0
- waldur_api_client/api/user_invitations/user_invitations_list.py +30 -0
- waldur_api_client/api/user_permission_requests/user_permission_requests_cancel_request.py +146 -0
- waldur_api_client/models/__init__.py +136 -2
- waldur_api_client/models/azure_sql_server_create_order_attributes.py +3 -0
- waldur_api_client/models/azure_virtual_machine_create_order_attributes.py +3 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +0 -2
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +0 -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/cancel_request_response.py +75 -0
- waldur_api_client/models/checklist_info.py +76 -0
- waldur_api_client/models/compliance_overview.py +91 -0
- waldur_api_client/models/constance_settings.py +9 -0
- waldur_api_client/models/constance_settings_request.py +9 -0
- waldur_api_client/models/course_account.py +188 -0
- waldur_api_client/models/course_account_create_nested.py +68 -0
- waldur_api_client/models/course_account_create_nested_request.py +68 -0
- waldur_api_client/models/course_account_request.py +89 -0
- waldur_api_client/models/course_accounts_bulk_create.py +82 -0
- waldur_api_client/models/course_accounts_bulk_create_request.py +82 -0
- waldur_api_client/models/customer.py +90 -0
- waldur_api_client/models/customer_permission_review.py +16 -16
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/customer_service_account.py +9 -0
- waldur_api_client/models/customers_list_field_item.py +5 -0
- waldur_api_client/models/customers_retrieve_field_item.py +5 -0
- waldur_api_client/models/customers_users_list_o.py +9 -0
- waldur_api_client/models/customers_users_list_organization_role_item_type_0.py +10 -0
- waldur_api_client/models/customers_users_list_project_role_item_type_0.py +10 -0
- waldur_api_client/models/dependency_logic_operator_enum.py +9 -0
- waldur_api_client/models/event_subscription.py +1 -1
- waldur_api_client/models/event_types_enum.py +4 -0
- 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 +33 -0
- waldur_api_client/models/group_invitation_request.py +10 -0
- waldur_api_client/models/invitation.py +9 -0
- waldur_api_client/models/invoices_items_retrieve_o.py +15 -0
- waldur_api_client/models/issue_status.py +103 -0
- waldur_api_client/models/issue_status_request.py +78 -0
- waldur_api_client/models/issue_status_type_enum.py +9 -0
- waldur_api_client/models/kind_enum.py +10 -0
- waldur_api_client/models/maintenance_announcement.py +8 -0
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +82 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +82 -0
- waldur_api_client/models/managed_rancher_create_node_request.py +186 -0
- waldur_api_client/models/marketplace_course_accounts_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_course_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_customer_service_accounts_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_customer_service_accounts_list_state_item.py +10 -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_project_service_accounts_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_project_service_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +0 -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 +0 -2
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +3 -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_service_providers_course_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_service_providers_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_project_service_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_service_providers_projects_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/nested_security_group_rule.py +223 -0
- waldur_api_client/models/nested_security_group_rule_request.py +188 -0
- waldur_api_client/models/offering.py +0 -18
- waldur_api_client/models/offering_create.py +0 -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_backup_restoration_request.py +0 -22
- waldur_api_client/models/open_stack_fixed_ip.py +13 -3
- waldur_api_client/models/open_stack_fixed_ip_request.py +7 -2
- waldur_api_client/models/open_stack_instance_create_order_attributes.py +23 -20
- waldur_api_client/models/open_stack_nested_security_group.py +53 -1
- waldur_api_client/models/open_stack_network.py +20 -0
- waldur_api_client/models/open_stack_port_ip_update_request.py +6 -2
- waldur_api_client/models/open_stack_security_group_rule_update_request.py +4 -4
- waldur_api_client/models/open_stack_static_route.py +13 -4
- waldur_api_client/models/open_stack_static_route_request.py +7 -3
- waldur_api_client/models/open_stack_sub_net.py +15 -2
- waldur_api_client/models/open_stack_sub_net_allocation_pool.py +27 -8
- waldur_api_client/models/open_stack_sub_net_allocation_pool_request.py +14 -5
- waldur_api_client/models/open_stack_sub_net_request.py +15 -2
- waldur_api_client/models/open_stack_tenant.py +38 -0
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +21 -0
- waldur_api_client/models/open_stack_volume_create_order_attributes.py +3 -0
- 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 +23 -7
- waldur_api_client/models/order_details.py +0 -9
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_issue_status_request.py +76 -0
- waldur_api_client/models/patched_offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/patched_open_stack_sub_net_request.py +15 -2
- waldur_api_client/models/patched_project_request.py +17 -0
- waldur_api_client/models/patched_question_admin_request.py +17 -0
- waldur_api_client/models/patched_rancher_service_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 +16 -0
- waldur_api_client/models/project.py +17 -0
- 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/project_permission_review.py +166 -0
- waldur_api_client/models/project_permissions_reviews_count_o_item.py +11 -0
- waldur_api_client/models/project_permissions_reviews_list_o_item.py +11 -0
- waldur_api_client/models/project_request.py +17 -0
- waldur_api_client/models/project_service_account.py +9 -0
- waldur_api_client/models/projects_list_field_item.py +1 -0
- waldur_api_client/models/projects_other_users_list_o.py +9 -0
- waldur_api_client/models/projects_retrieve_field_item.py +1 -0
- waldur_api_client/models/proposal.py +8 -0
- waldur_api_client/models/proposal_review.py +8 -0
- waldur_api_client/models/provider_offering_details.py +0 -18
- waldur_api_client/models/provider_offering_details_request.py +0 -18
- waldur_api_client/models/public_offering_details.py +0 -18
- waldur_api_client/models/question_admin.py +17 -0
- waldur_api_client/models/question_admin_request.py +17 -0
- 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_nested_public_ip.py +25 -7
- waldur_api_client/models/rancher_service.py +1 -1
- waldur_api_client/models/rancher_service_request.py +1 -1
- 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/{robot_account_states.py → remote_resource_sync_status_remote_state_enum.py} +1 -1
- waldur_api_client/models/remote_resource_team_member.py +85 -0
- waldur_api_client/models/resource.py +10 -9
- waldur_api_client/models/rmq_connection.py +8 -3
- waldur_api_client/models/rmq_subscription.py +7 -3
- waldur_api_client/models/robot_account.py +9 -17
- waldur_api_client/models/robot_account_details.py +9 -17
- waldur_api_client/models/service_account_state.py +10 -0
- waldur_api_client/models/service_provider.py +9 -0
- waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py +3 -0
- waldur_api_client/models/submit_request_response.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 +3 -0
- waldur_api_client/models/visible_invitation_details.py +9 -0
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/RECORD +261 -145
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/WHEEL +0 -0
|
@@ -7,6 +7,9 @@ import httpx
|
|
|
7
7
|
from ... import errors
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
9
|
from ...models.customer_service_account import CustomerServiceAccount
|
|
10
|
+
from ...models.marketplace_customer_service_accounts_list_state_item import (
|
|
11
|
+
MarketplaceCustomerServiceAccountsListStateItem,
|
|
12
|
+
)
|
|
10
13
|
from ...types import UNSET, Response, Unset
|
|
11
14
|
|
|
12
15
|
|
|
@@ -17,6 +20,7 @@ def _get_kwargs(
|
|
|
17
20
|
email: Union[Unset, str] = UNSET,
|
|
18
21
|
page: Union[Unset, int] = UNSET,
|
|
19
22
|
page_size: Union[Unset, int] = UNSET,
|
|
23
|
+
state: Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]] = UNSET,
|
|
20
24
|
username: Union[Unset, str] = UNSET,
|
|
21
25
|
) -> dict[str, Any]:
|
|
22
26
|
params: dict[str, Any] = {}
|
|
@@ -34,6 +38,15 @@ def _get_kwargs(
|
|
|
34
38
|
|
|
35
39
|
params["page_size"] = page_size
|
|
36
40
|
|
|
41
|
+
json_state: Union[Unset, list[str]] = UNSET
|
|
42
|
+
if not isinstance(state, Unset):
|
|
43
|
+
json_state = []
|
|
44
|
+
for state_item_data in state:
|
|
45
|
+
state_item = state_item_data.value
|
|
46
|
+
json_state.append(state_item)
|
|
47
|
+
|
|
48
|
+
params["state"] = json_state
|
|
49
|
+
|
|
37
50
|
params["username"] = username
|
|
38
51
|
|
|
39
52
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -81,6 +94,7 @@ def sync_detailed(
|
|
|
81
94
|
email: Union[Unset, str] = UNSET,
|
|
82
95
|
page: Union[Unset, int] = UNSET,
|
|
83
96
|
page_size: Union[Unset, int] = UNSET,
|
|
97
|
+
state: Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]] = UNSET,
|
|
84
98
|
username: Union[Unset, str] = UNSET,
|
|
85
99
|
) -> Response[list["CustomerServiceAccount"]]:
|
|
86
100
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -91,6 +105,7 @@ def sync_detailed(
|
|
|
91
105
|
email (Union[Unset, str]):
|
|
92
106
|
page (Union[Unset, int]):
|
|
93
107
|
page_size (Union[Unset, int]):
|
|
108
|
+
state (Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]]):
|
|
94
109
|
username (Union[Unset, str]):
|
|
95
110
|
|
|
96
111
|
Raises:
|
|
@@ -107,6 +122,7 @@ def sync_detailed(
|
|
|
107
122
|
email=email,
|
|
108
123
|
page=page,
|
|
109
124
|
page_size=page_size,
|
|
125
|
+
state=state,
|
|
110
126
|
username=username,
|
|
111
127
|
)
|
|
112
128
|
|
|
@@ -125,6 +141,7 @@ def sync(
|
|
|
125
141
|
email: Union[Unset, str] = UNSET,
|
|
126
142
|
page: Union[Unset, int] = UNSET,
|
|
127
143
|
page_size: Union[Unset, int] = UNSET,
|
|
144
|
+
state: Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]] = UNSET,
|
|
128
145
|
username: Union[Unset, str] = UNSET,
|
|
129
146
|
) -> list["CustomerServiceAccount"]:
|
|
130
147
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -135,6 +152,7 @@ def sync(
|
|
|
135
152
|
email (Union[Unset, str]):
|
|
136
153
|
page (Union[Unset, int]):
|
|
137
154
|
page_size (Union[Unset, int]):
|
|
155
|
+
state (Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]]):
|
|
138
156
|
username (Union[Unset, str]):
|
|
139
157
|
|
|
140
158
|
Raises:
|
|
@@ -152,6 +170,7 @@ def sync(
|
|
|
152
170
|
email=email,
|
|
153
171
|
page=page,
|
|
154
172
|
page_size=page_size,
|
|
173
|
+
state=state,
|
|
155
174
|
username=username,
|
|
156
175
|
).parsed
|
|
157
176
|
|
|
@@ -164,6 +183,7 @@ async def asyncio_detailed(
|
|
|
164
183
|
email: Union[Unset, str] = UNSET,
|
|
165
184
|
page: Union[Unset, int] = UNSET,
|
|
166
185
|
page_size: Union[Unset, int] = UNSET,
|
|
186
|
+
state: Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]] = UNSET,
|
|
167
187
|
username: Union[Unset, str] = UNSET,
|
|
168
188
|
) -> Response[list["CustomerServiceAccount"]]:
|
|
169
189
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -174,6 +194,7 @@ async def asyncio_detailed(
|
|
|
174
194
|
email (Union[Unset, str]):
|
|
175
195
|
page (Union[Unset, int]):
|
|
176
196
|
page_size (Union[Unset, int]):
|
|
197
|
+
state (Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]]):
|
|
177
198
|
username (Union[Unset, str]):
|
|
178
199
|
|
|
179
200
|
Raises:
|
|
@@ -190,6 +211,7 @@ async def asyncio_detailed(
|
|
|
190
211
|
email=email,
|
|
191
212
|
page=page,
|
|
192
213
|
page_size=page_size,
|
|
214
|
+
state=state,
|
|
193
215
|
username=username,
|
|
194
216
|
)
|
|
195
217
|
|
|
@@ -206,6 +228,7 @@ async def asyncio(
|
|
|
206
228
|
email: Union[Unset, str] = UNSET,
|
|
207
229
|
page: Union[Unset, int] = UNSET,
|
|
208
230
|
page_size: Union[Unset, int] = UNSET,
|
|
231
|
+
state: Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]] = UNSET,
|
|
209
232
|
username: Union[Unset, str] = UNSET,
|
|
210
233
|
) -> list["CustomerServiceAccount"]:
|
|
211
234
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -216,6 +239,7 @@ async def asyncio(
|
|
|
216
239
|
email (Union[Unset, str]):
|
|
217
240
|
page (Union[Unset, int]):
|
|
218
241
|
page_size (Union[Unset, int]):
|
|
242
|
+
state (Union[Unset, list[MarketplaceCustomerServiceAccountsListStateItem]]):
|
|
219
243
|
username (Union[Unset, str]):
|
|
220
244
|
|
|
221
245
|
Raises:
|
|
@@ -234,6 +258,7 @@ async def asyncio(
|
|
|
234
258
|
email=email,
|
|
235
259
|
page=page,
|
|
236
260
|
page_size=page_size,
|
|
261
|
+
state=state,
|
|
237
262
|
username=username,
|
|
238
263
|
)
|
|
239
264
|
).parsed
|
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py
CHANGED
|
@@ -17,7 +17,8 @@ def _get_kwargs(
|
|
|
17
17
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
18
18
|
o: Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]] = UNSET,
|
|
19
19
|
offering: Union[Unset, str] = UNSET,
|
|
20
|
-
|
|
20
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
21
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
21
22
|
page: Union[Unset, int] = UNSET,
|
|
22
23
|
page_size: Union[Unset, int] = UNSET,
|
|
23
24
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -40,9 +41,19 @@ def _get_kwargs(
|
|
|
40
41
|
|
|
41
42
|
params["offering"] = offering
|
|
42
43
|
|
|
43
|
-
|
|
44
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
45
|
+
if not isinstance(offering_slug, Unset):
|
|
46
|
+
json_offering_slug = offering_slug
|
|
47
|
+
|
|
48
|
+
params["offering_slug"] = json_offering_slug
|
|
49
|
+
|
|
50
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
44
51
|
if not isinstance(offering_uuid, Unset):
|
|
45
|
-
json_offering_uuid =
|
|
52
|
+
json_offering_uuid = []
|
|
53
|
+
for offering_uuid_item_data in offering_uuid:
|
|
54
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
55
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
56
|
+
|
|
46
57
|
params["offering_uuid"] = json_offering_uuid
|
|
47
58
|
|
|
48
59
|
params["page"] = page
|
|
@@ -105,7 +116,8 @@ def sync_detailed(
|
|
|
105
116
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
106
117
|
o: Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]] = UNSET,
|
|
107
118
|
offering: Union[Unset, str] = UNSET,
|
|
108
|
-
|
|
119
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
120
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
109
121
|
page: Union[Unset, int] = UNSET,
|
|
110
122
|
page_size: Union[Unset, int] = UNSET,
|
|
111
123
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -118,7 +130,8 @@ def sync_detailed(
|
|
|
118
130
|
customer_uuid (Union[Unset, str]):
|
|
119
131
|
o (Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]]):
|
|
120
132
|
offering (Union[Unset, str]):
|
|
121
|
-
|
|
133
|
+
offering_slug (Union[Unset, list[str]]):
|
|
134
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
122
135
|
page (Union[Unset, int]):
|
|
123
136
|
page_size (Union[Unset, int]):
|
|
124
137
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -137,6 +150,7 @@ def sync_detailed(
|
|
|
137
150
|
customer_uuid=customer_uuid,
|
|
138
151
|
o=o,
|
|
139
152
|
offering=offering,
|
|
153
|
+
offering_slug=offering_slug,
|
|
140
154
|
offering_uuid=offering_uuid,
|
|
141
155
|
page=page,
|
|
142
156
|
page_size=page_size,
|
|
@@ -158,7 +172,8 @@ def sync(
|
|
|
158
172
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
159
173
|
o: Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]] = UNSET,
|
|
160
174
|
offering: Union[Unset, str] = UNSET,
|
|
161
|
-
|
|
175
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
176
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
162
177
|
page: Union[Unset, int] = UNSET,
|
|
163
178
|
page_size: Union[Unset, int] = UNSET,
|
|
164
179
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -171,7 +186,8 @@ def sync(
|
|
|
171
186
|
customer_uuid (Union[Unset, str]):
|
|
172
187
|
o (Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]]):
|
|
173
188
|
offering (Union[Unset, str]):
|
|
174
|
-
|
|
189
|
+
offering_slug (Union[Unset, list[str]]):
|
|
190
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
175
191
|
page (Union[Unset, int]):
|
|
176
192
|
page_size (Union[Unset, int]):
|
|
177
193
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -191,6 +207,7 @@ def sync(
|
|
|
191
207
|
customer_uuid=customer_uuid,
|
|
192
208
|
o=o,
|
|
193
209
|
offering=offering,
|
|
210
|
+
offering_slug=offering_slug,
|
|
194
211
|
offering_uuid=offering_uuid,
|
|
195
212
|
page=page,
|
|
196
213
|
page_size=page_size,
|
|
@@ -206,7 +223,8 @@ async def asyncio_detailed(
|
|
|
206
223
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
207
224
|
o: Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]] = UNSET,
|
|
208
225
|
offering: Union[Unset, str] = UNSET,
|
|
209
|
-
|
|
226
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
227
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
210
228
|
page: Union[Unset, int] = UNSET,
|
|
211
229
|
page_size: Union[Unset, int] = UNSET,
|
|
212
230
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -219,7 +237,8 @@ async def asyncio_detailed(
|
|
|
219
237
|
customer_uuid (Union[Unset, str]):
|
|
220
238
|
o (Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]]):
|
|
221
239
|
offering (Union[Unset, str]):
|
|
222
|
-
|
|
240
|
+
offering_slug (Union[Unset, list[str]]):
|
|
241
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
223
242
|
page (Union[Unset, int]):
|
|
224
243
|
page_size (Union[Unset, int]):
|
|
225
244
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -238,6 +257,7 @@ async def asyncio_detailed(
|
|
|
238
257
|
customer_uuid=customer_uuid,
|
|
239
258
|
o=o,
|
|
240
259
|
offering=offering,
|
|
260
|
+
offering_slug=offering_slug,
|
|
241
261
|
offering_uuid=offering_uuid,
|
|
242
262
|
page=page,
|
|
243
263
|
page_size=page_size,
|
|
@@ -257,7 +277,8 @@ async def asyncio(
|
|
|
257
277
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
258
278
|
o: Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]] = UNSET,
|
|
259
279
|
offering: Union[Unset, str] = UNSET,
|
|
260
|
-
|
|
280
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
281
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
261
282
|
page: Union[Unset, int] = UNSET,
|
|
262
283
|
page_size: Union[Unset, int] = UNSET,
|
|
263
284
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -270,7 +291,8 @@ async def asyncio(
|
|
|
270
291
|
customer_uuid (Union[Unset, str]):
|
|
271
292
|
o (Union[Unset, list[MarketplaceIntegrationStatusesCountOItem]]):
|
|
272
293
|
offering (Union[Unset, str]):
|
|
273
|
-
|
|
294
|
+
offering_slug (Union[Unset, list[str]]):
|
|
295
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
274
296
|
page (Union[Unset, int]):
|
|
275
297
|
page_size (Union[Unset, int]):
|
|
276
298
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -291,6 +313,7 @@ async def asyncio(
|
|
|
291
313
|
customer_uuid=customer_uuid,
|
|
292
314
|
o=o,
|
|
293
315
|
offering=offering,
|
|
316
|
+
offering_slug=offering_slug,
|
|
294
317
|
offering_uuid=offering_uuid,
|
|
295
318
|
page=page,
|
|
296
319
|
page_size=page_size,
|
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py
CHANGED
|
@@ -18,7 +18,8 @@ def _get_kwargs(
|
|
|
18
18
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
19
19
|
o: Union[Unset, list[MarketplaceIntegrationStatusesListOItem]] = UNSET,
|
|
20
20
|
offering: Union[Unset, str] = UNSET,
|
|
21
|
-
|
|
21
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
22
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
22
23
|
page: Union[Unset, int] = UNSET,
|
|
23
24
|
page_size: Union[Unset, int] = UNSET,
|
|
24
25
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -41,9 +42,19 @@ def _get_kwargs(
|
|
|
41
42
|
|
|
42
43
|
params["offering"] = offering
|
|
43
44
|
|
|
44
|
-
|
|
45
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
46
|
+
if not isinstance(offering_slug, Unset):
|
|
47
|
+
json_offering_slug = offering_slug
|
|
48
|
+
|
|
49
|
+
params["offering_slug"] = json_offering_slug
|
|
50
|
+
|
|
51
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
45
52
|
if not isinstance(offering_uuid, Unset):
|
|
46
|
-
json_offering_uuid =
|
|
53
|
+
json_offering_uuid = []
|
|
54
|
+
for offering_uuid_item_data in offering_uuid:
|
|
55
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
56
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
57
|
+
|
|
47
58
|
params["offering_uuid"] = json_offering_uuid
|
|
48
59
|
|
|
49
60
|
params["page"] = page
|
|
@@ -108,7 +119,8 @@ def sync_detailed(
|
|
|
108
119
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
109
120
|
o: Union[Unset, list[MarketplaceIntegrationStatusesListOItem]] = UNSET,
|
|
110
121
|
offering: Union[Unset, str] = UNSET,
|
|
111
|
-
|
|
122
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
123
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
112
124
|
page: Union[Unset, int] = UNSET,
|
|
113
125
|
page_size: Union[Unset, int] = UNSET,
|
|
114
126
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -121,7 +133,8 @@ def sync_detailed(
|
|
|
121
133
|
customer_uuid (Union[Unset, str]):
|
|
122
134
|
o (Union[Unset, list[MarketplaceIntegrationStatusesListOItem]]):
|
|
123
135
|
offering (Union[Unset, str]):
|
|
124
|
-
|
|
136
|
+
offering_slug (Union[Unset, list[str]]):
|
|
137
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
125
138
|
page (Union[Unset, int]):
|
|
126
139
|
page_size (Union[Unset, int]):
|
|
127
140
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -140,6 +153,7 @@ def sync_detailed(
|
|
|
140
153
|
customer_uuid=customer_uuid,
|
|
141
154
|
o=o,
|
|
142
155
|
offering=offering,
|
|
156
|
+
offering_slug=offering_slug,
|
|
143
157
|
offering_uuid=offering_uuid,
|
|
144
158
|
page=page,
|
|
145
159
|
page_size=page_size,
|
|
@@ -161,7 +175,8 @@ def sync(
|
|
|
161
175
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
162
176
|
o: Union[Unset, list[MarketplaceIntegrationStatusesListOItem]] = UNSET,
|
|
163
177
|
offering: Union[Unset, str] = UNSET,
|
|
164
|
-
|
|
178
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
179
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
165
180
|
page: Union[Unset, int] = UNSET,
|
|
166
181
|
page_size: Union[Unset, int] = UNSET,
|
|
167
182
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -174,7 +189,8 @@ def sync(
|
|
|
174
189
|
customer_uuid (Union[Unset, str]):
|
|
175
190
|
o (Union[Unset, list[MarketplaceIntegrationStatusesListOItem]]):
|
|
176
191
|
offering (Union[Unset, str]):
|
|
177
|
-
|
|
192
|
+
offering_slug (Union[Unset, list[str]]):
|
|
193
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
178
194
|
page (Union[Unset, int]):
|
|
179
195
|
page_size (Union[Unset, int]):
|
|
180
196
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -194,6 +210,7 @@ def sync(
|
|
|
194
210
|
customer_uuid=customer_uuid,
|
|
195
211
|
o=o,
|
|
196
212
|
offering=offering,
|
|
213
|
+
offering_slug=offering_slug,
|
|
197
214
|
offering_uuid=offering_uuid,
|
|
198
215
|
page=page,
|
|
199
216
|
page_size=page_size,
|
|
@@ -209,7 +226,8 @@ async def asyncio_detailed(
|
|
|
209
226
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
210
227
|
o: Union[Unset, list[MarketplaceIntegrationStatusesListOItem]] = UNSET,
|
|
211
228
|
offering: Union[Unset, str] = UNSET,
|
|
212
|
-
|
|
229
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
230
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
213
231
|
page: Union[Unset, int] = UNSET,
|
|
214
232
|
page_size: Union[Unset, int] = UNSET,
|
|
215
233
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -222,7 +240,8 @@ async def asyncio_detailed(
|
|
|
222
240
|
customer_uuid (Union[Unset, str]):
|
|
223
241
|
o (Union[Unset, list[MarketplaceIntegrationStatusesListOItem]]):
|
|
224
242
|
offering (Union[Unset, str]):
|
|
225
|
-
|
|
243
|
+
offering_slug (Union[Unset, list[str]]):
|
|
244
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
226
245
|
page (Union[Unset, int]):
|
|
227
246
|
page_size (Union[Unset, int]):
|
|
228
247
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -241,6 +260,7 @@ async def asyncio_detailed(
|
|
|
241
260
|
customer_uuid=customer_uuid,
|
|
242
261
|
o=o,
|
|
243
262
|
offering=offering,
|
|
263
|
+
offering_slug=offering_slug,
|
|
244
264
|
offering_uuid=offering_uuid,
|
|
245
265
|
page=page,
|
|
246
266
|
page_size=page_size,
|
|
@@ -260,7 +280,8 @@ async def asyncio(
|
|
|
260
280
|
customer_uuid: Union[Unset, str] = UNSET,
|
|
261
281
|
o: Union[Unset, list[MarketplaceIntegrationStatusesListOItem]] = UNSET,
|
|
262
282
|
offering: Union[Unset, str] = UNSET,
|
|
263
|
-
|
|
283
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
284
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
264
285
|
page: Union[Unset, int] = UNSET,
|
|
265
286
|
page_size: Union[Unset, int] = UNSET,
|
|
266
287
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -273,7 +294,8 @@ async def asyncio(
|
|
|
273
294
|
customer_uuid (Union[Unset, str]):
|
|
274
295
|
o (Union[Unset, list[MarketplaceIntegrationStatusesListOItem]]):
|
|
275
296
|
offering (Union[Unset, str]):
|
|
276
|
-
|
|
297
|
+
offering_slug (Union[Unset, list[str]]):
|
|
298
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
277
299
|
page (Union[Unset, int]):
|
|
278
300
|
page_size (Union[Unset, int]):
|
|
279
301
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -294,6 +316,7 @@ async def asyncio(
|
|
|
294
316
|
customer_uuid=customer_uuid,
|
|
295
317
|
o=o,
|
|
296
318
|
offering=offering,
|
|
319
|
+
offering_slug=offering_slug,
|
|
297
320
|
offering_uuid=offering_uuid,
|
|
298
321
|
page=page,
|
|
299
322
|
page_size=page_size,
|
|
@@ -14,7 +14,8 @@ def _get_kwargs(
|
|
|
14
14
|
*,
|
|
15
15
|
o: Union[Unset, list[MarketplaceOfferingFilesCountOItem]] = UNSET,
|
|
16
16
|
offering: Union[Unset, str] = UNSET,
|
|
17
|
-
|
|
17
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
18
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
18
19
|
page: Union[Unset, int] = UNSET,
|
|
19
20
|
page_size: Union[Unset, int] = UNSET,
|
|
20
21
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -32,9 +33,19 @@ def _get_kwargs(
|
|
|
32
33
|
|
|
33
34
|
params["offering"] = offering
|
|
34
35
|
|
|
35
|
-
|
|
36
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
37
|
+
if not isinstance(offering_slug, Unset):
|
|
38
|
+
json_offering_slug = offering_slug
|
|
39
|
+
|
|
40
|
+
params["offering_slug"] = json_offering_slug
|
|
41
|
+
|
|
42
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
36
43
|
if not isinstance(offering_uuid, Unset):
|
|
37
|
-
json_offering_uuid =
|
|
44
|
+
json_offering_uuid = []
|
|
45
|
+
for offering_uuid_item_data in offering_uuid:
|
|
46
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
47
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
48
|
+
|
|
38
49
|
params["offering_uuid"] = json_offering_uuid
|
|
39
50
|
|
|
40
51
|
params["page"] = page
|
|
@@ -86,7 +97,8 @@ def sync_detailed(
|
|
|
86
97
|
client: AuthenticatedClient,
|
|
87
98
|
o: Union[Unset, list[MarketplaceOfferingFilesCountOItem]] = UNSET,
|
|
88
99
|
offering: Union[Unset, str] = UNSET,
|
|
89
|
-
|
|
100
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
101
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
90
102
|
page: Union[Unset, int] = UNSET,
|
|
91
103
|
page_size: Union[Unset, int] = UNSET,
|
|
92
104
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -96,7 +108,8 @@ def sync_detailed(
|
|
|
96
108
|
Args:
|
|
97
109
|
o (Union[Unset, list[MarketplaceOfferingFilesCountOItem]]):
|
|
98
110
|
offering (Union[Unset, str]):
|
|
99
|
-
|
|
111
|
+
offering_slug (Union[Unset, list[str]]):
|
|
112
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
100
113
|
page (Union[Unset, int]):
|
|
101
114
|
page_size (Union[Unset, int]):
|
|
102
115
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -112,6 +125,7 @@ def sync_detailed(
|
|
|
112
125
|
kwargs = _get_kwargs(
|
|
113
126
|
o=o,
|
|
114
127
|
offering=offering,
|
|
128
|
+
offering_slug=offering_slug,
|
|
115
129
|
offering_uuid=offering_uuid,
|
|
116
130
|
page=page,
|
|
117
131
|
page_size=page_size,
|
|
@@ -130,7 +144,8 @@ def sync(
|
|
|
130
144
|
client: AuthenticatedClient,
|
|
131
145
|
o: Union[Unset, list[MarketplaceOfferingFilesCountOItem]] = UNSET,
|
|
132
146
|
offering: Union[Unset, str] = UNSET,
|
|
133
|
-
|
|
147
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
148
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
134
149
|
page: Union[Unset, int] = UNSET,
|
|
135
150
|
page_size: Union[Unset, int] = UNSET,
|
|
136
151
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -140,7 +155,8 @@ def sync(
|
|
|
140
155
|
Args:
|
|
141
156
|
o (Union[Unset, list[MarketplaceOfferingFilesCountOItem]]):
|
|
142
157
|
offering (Union[Unset, str]):
|
|
143
|
-
|
|
158
|
+
offering_slug (Union[Unset, list[str]]):
|
|
159
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
144
160
|
page (Union[Unset, int]):
|
|
145
161
|
page_size (Union[Unset, int]):
|
|
146
162
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -157,6 +173,7 @@ def sync(
|
|
|
157
173
|
client=client,
|
|
158
174
|
o=o,
|
|
159
175
|
offering=offering,
|
|
176
|
+
offering_slug=offering_slug,
|
|
160
177
|
offering_uuid=offering_uuid,
|
|
161
178
|
page=page,
|
|
162
179
|
page_size=page_size,
|
|
@@ -169,7 +186,8 @@ async def asyncio_detailed(
|
|
|
169
186
|
client: AuthenticatedClient,
|
|
170
187
|
o: Union[Unset, list[MarketplaceOfferingFilesCountOItem]] = UNSET,
|
|
171
188
|
offering: Union[Unset, str] = UNSET,
|
|
172
|
-
|
|
189
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
190
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
173
191
|
page: Union[Unset, int] = UNSET,
|
|
174
192
|
page_size: Union[Unset, int] = UNSET,
|
|
175
193
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -179,7 +197,8 @@ async def asyncio_detailed(
|
|
|
179
197
|
Args:
|
|
180
198
|
o (Union[Unset, list[MarketplaceOfferingFilesCountOItem]]):
|
|
181
199
|
offering (Union[Unset, str]):
|
|
182
|
-
|
|
200
|
+
offering_slug (Union[Unset, list[str]]):
|
|
201
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
183
202
|
page (Union[Unset, int]):
|
|
184
203
|
page_size (Union[Unset, int]):
|
|
185
204
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -195,6 +214,7 @@ async def asyncio_detailed(
|
|
|
195
214
|
kwargs = _get_kwargs(
|
|
196
215
|
o=o,
|
|
197
216
|
offering=offering,
|
|
217
|
+
offering_slug=offering_slug,
|
|
198
218
|
offering_uuid=offering_uuid,
|
|
199
219
|
page=page,
|
|
200
220
|
page_size=page_size,
|
|
@@ -211,7 +231,8 @@ async def asyncio(
|
|
|
211
231
|
client: AuthenticatedClient,
|
|
212
232
|
o: Union[Unset, list[MarketplaceOfferingFilesCountOItem]] = UNSET,
|
|
213
233
|
offering: Union[Unset, str] = UNSET,
|
|
214
|
-
|
|
234
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
235
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
215
236
|
page: Union[Unset, int] = UNSET,
|
|
216
237
|
page_size: Union[Unset, int] = UNSET,
|
|
217
238
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -221,7 +242,8 @@ async def asyncio(
|
|
|
221
242
|
Args:
|
|
222
243
|
o (Union[Unset, list[MarketplaceOfferingFilesCountOItem]]):
|
|
223
244
|
offering (Union[Unset, str]):
|
|
224
|
-
|
|
245
|
+
offering_slug (Union[Unset, list[str]]):
|
|
246
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
225
247
|
page (Union[Unset, int]):
|
|
226
248
|
page_size (Union[Unset, int]):
|
|
227
249
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -239,6 +261,7 @@ async def asyncio(
|
|
|
239
261
|
client=client,
|
|
240
262
|
o=o,
|
|
241
263
|
offering=offering,
|
|
264
|
+
offering_slug=offering_slug,
|
|
242
265
|
offering_uuid=offering_uuid,
|
|
243
266
|
page=page,
|
|
244
267
|
page_size=page_size,
|
|
@@ -17,7 +17,8 @@ def _get_kwargs(
|
|
|
17
17
|
field: Union[Unset, list[MarketplaceOfferingFilesListFieldItem]] = UNSET,
|
|
18
18
|
o: Union[Unset, list[MarketplaceOfferingFilesListOItem]] = UNSET,
|
|
19
19
|
offering: Union[Unset, str] = UNSET,
|
|
20
|
-
|
|
20
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
21
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
21
22
|
page: Union[Unset, int] = UNSET,
|
|
22
23
|
page_size: Union[Unset, int] = UNSET,
|
|
23
24
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -44,9 +45,19 @@ def _get_kwargs(
|
|
|
44
45
|
|
|
45
46
|
params["offering"] = offering
|
|
46
47
|
|
|
47
|
-
|
|
48
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
49
|
+
if not isinstance(offering_slug, Unset):
|
|
50
|
+
json_offering_slug = offering_slug
|
|
51
|
+
|
|
52
|
+
params["offering_slug"] = json_offering_slug
|
|
53
|
+
|
|
54
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
48
55
|
if not isinstance(offering_uuid, Unset):
|
|
49
|
-
json_offering_uuid =
|
|
56
|
+
json_offering_uuid = []
|
|
57
|
+
for offering_uuid_item_data in offering_uuid:
|
|
58
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
59
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
60
|
+
|
|
50
61
|
params["offering_uuid"] = json_offering_uuid
|
|
51
62
|
|
|
52
63
|
params["page"] = page
|
|
@@ -99,7 +110,8 @@ def sync_detailed(
|
|
|
99
110
|
field: Union[Unset, list[MarketplaceOfferingFilesListFieldItem]] = UNSET,
|
|
100
111
|
o: Union[Unset, list[MarketplaceOfferingFilesListOItem]] = UNSET,
|
|
101
112
|
offering: Union[Unset, str] = UNSET,
|
|
102
|
-
|
|
113
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
114
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
103
115
|
page: Union[Unset, int] = UNSET,
|
|
104
116
|
page_size: Union[Unset, int] = UNSET,
|
|
105
117
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -110,7 +122,8 @@ def sync_detailed(
|
|
|
110
122
|
field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
|
|
111
123
|
o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
|
|
112
124
|
offering (Union[Unset, str]):
|
|
113
|
-
|
|
125
|
+
offering_slug (Union[Unset, list[str]]):
|
|
126
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
114
127
|
page (Union[Unset, int]):
|
|
115
128
|
page_size (Union[Unset, int]):
|
|
116
129
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -127,6 +140,7 @@ def sync_detailed(
|
|
|
127
140
|
field=field,
|
|
128
141
|
o=o,
|
|
129
142
|
offering=offering,
|
|
143
|
+
offering_slug=offering_slug,
|
|
130
144
|
offering_uuid=offering_uuid,
|
|
131
145
|
page=page,
|
|
132
146
|
page_size=page_size,
|
|
@@ -146,7 +160,8 @@ def sync(
|
|
|
146
160
|
field: Union[Unset, list[MarketplaceOfferingFilesListFieldItem]] = UNSET,
|
|
147
161
|
o: Union[Unset, list[MarketplaceOfferingFilesListOItem]] = UNSET,
|
|
148
162
|
offering: Union[Unset, str] = UNSET,
|
|
149
|
-
|
|
163
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
164
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
150
165
|
page: Union[Unset, int] = UNSET,
|
|
151
166
|
page_size: Union[Unset, int] = UNSET,
|
|
152
167
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -157,7 +172,8 @@ def sync(
|
|
|
157
172
|
field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
|
|
158
173
|
o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
|
|
159
174
|
offering (Union[Unset, str]):
|
|
160
|
-
|
|
175
|
+
offering_slug (Union[Unset, list[str]]):
|
|
176
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
161
177
|
page (Union[Unset, int]):
|
|
162
178
|
page_size (Union[Unset, int]):
|
|
163
179
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -175,6 +191,7 @@ def sync(
|
|
|
175
191
|
field=field,
|
|
176
192
|
o=o,
|
|
177
193
|
offering=offering,
|
|
194
|
+
offering_slug=offering_slug,
|
|
178
195
|
offering_uuid=offering_uuid,
|
|
179
196
|
page=page,
|
|
180
197
|
page_size=page_size,
|
|
@@ -188,7 +205,8 @@ async def asyncio_detailed(
|
|
|
188
205
|
field: Union[Unset, list[MarketplaceOfferingFilesListFieldItem]] = UNSET,
|
|
189
206
|
o: Union[Unset, list[MarketplaceOfferingFilesListOItem]] = UNSET,
|
|
190
207
|
offering: Union[Unset, str] = UNSET,
|
|
191
|
-
|
|
208
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
209
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
192
210
|
page: Union[Unset, int] = UNSET,
|
|
193
211
|
page_size: Union[Unset, int] = UNSET,
|
|
194
212
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -199,7 +217,8 @@ async def asyncio_detailed(
|
|
|
199
217
|
field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
|
|
200
218
|
o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
|
|
201
219
|
offering (Union[Unset, str]):
|
|
202
|
-
|
|
220
|
+
offering_slug (Union[Unset, list[str]]):
|
|
221
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
203
222
|
page (Union[Unset, int]):
|
|
204
223
|
page_size (Union[Unset, int]):
|
|
205
224
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -216,6 +235,7 @@ async def asyncio_detailed(
|
|
|
216
235
|
field=field,
|
|
217
236
|
o=o,
|
|
218
237
|
offering=offering,
|
|
238
|
+
offering_slug=offering_slug,
|
|
219
239
|
offering_uuid=offering_uuid,
|
|
220
240
|
page=page,
|
|
221
241
|
page_size=page_size,
|
|
@@ -233,7 +253,8 @@ async def asyncio(
|
|
|
233
253
|
field: Union[Unset, list[MarketplaceOfferingFilesListFieldItem]] = UNSET,
|
|
234
254
|
o: Union[Unset, list[MarketplaceOfferingFilesListOItem]] = UNSET,
|
|
235
255
|
offering: Union[Unset, str] = UNSET,
|
|
236
|
-
|
|
256
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
257
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
237
258
|
page: Union[Unset, int] = UNSET,
|
|
238
259
|
page_size: Union[Unset, int] = UNSET,
|
|
239
260
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -244,7 +265,8 @@ async def asyncio(
|
|
|
244
265
|
field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
|
|
245
266
|
o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
|
|
246
267
|
offering (Union[Unset, str]):
|
|
247
|
-
|
|
268
|
+
offering_slug (Union[Unset, list[str]]):
|
|
269
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
248
270
|
page (Union[Unset, int]):
|
|
249
271
|
page_size (Union[Unset, int]):
|
|
250
272
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -263,6 +285,7 @@ async def asyncio(
|
|
|
263
285
|
field=field,
|
|
264
286
|
o=o,
|
|
265
287
|
offering=offering,
|
|
288
|
+
offering_slug=offering_slug,
|
|
266
289
|
offering_uuid=offering_uuid,
|
|
267
290
|
page=page,
|
|
268
291
|
page_size=page_size,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Contains endpoint functions for accessing the API"""
|