waldur-api-client 7.7.6__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.

Files changed (143) hide show
  1. waldur_api_client/api/booking_resources/booking_resources_count.py +34 -11
  2. waldur_api_client/api/booking_resources/booking_resources_list.py +34 -11
  3. waldur_api_client/api/customers/customers_project_metadata_compliance_details_list.py +189 -0
  4. waldur_api_client/api/customers/customers_project_metadata_compliance_overview_list.py +189 -0
  5. waldur_api_client/api/customers/customers_project_metadata_compliance_projects_list.py +187 -0
  6. waldur_api_client/api/customers/customers_project_metadata_question_answers_list.py +187 -0
  7. waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +34 -11
  8. waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +34 -11
  9. waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +34 -11
  10. waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +34 -11
  11. waldur_api_client/api/marketplace_offering_terms_of_service/__init__.py +1 -0
  12. waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_count.py +274 -0
  13. waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_create.py +152 -0
  14. waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_destroy.py +89 -0
  15. waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_list.py +277 -0
  16. waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_partial_update.py +164 -0
  17. waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_retrieve.py +142 -0
  18. waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_update.py +164 -0
  19. waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +34 -11
  20. waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +34 -11
  21. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +34 -11
  22. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +34 -11
  23. waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +19 -0
  24. waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +19 -0
  25. waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +19 -0
  26. waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +19 -0
  27. waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +19 -0
  28. waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_list.py +19 -0
  29. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +34 -11
  30. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +34 -11
  31. waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +34 -11
  32. waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +34 -11
  33. waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +34 -11
  34. waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +34 -11
  35. waldur_api_client/api/marketplace_user_offering_consents/__init__.py +1 -0
  36. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_count.py +307 -0
  37. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_create.py +152 -0
  38. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_destroy.py +89 -0
  39. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_list.py +310 -0
  40. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_partial_update.py +164 -0
  41. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_retrieve.py +142 -0
  42. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_revoke.py +146 -0
  43. waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_update.py +164 -0
  44. waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_order_status_retrieve.py +145 -0
  45. waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_status_retrieve.py +147 -0
  46. waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_team_status_list.py +188 -0
  47. waldur_api_client/models/__init__.py +62 -0
  48. waldur_api_client/models/azure_sql_server_create_order_attributes.py +3 -0
  49. waldur_api_client/models/azure_virtual_machine_create_order_attributes.py +3 -0
  50. waldur_api_client/models/booking_offerings_list_field_item.py +0 -2
  51. waldur_api_client/models/booking_offerings_retrieve_field_item.py +0 -2
  52. waldur_api_client/models/booking_resource.py +10 -9
  53. waldur_api_client/models/booking_resources_list_field_item.py +1 -1
  54. waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -1
  55. waldur_api_client/models/checklist_info.py +76 -0
  56. waldur_api_client/models/compliance_overview.py +91 -0
  57. waldur_api_client/models/customer.py +81 -0
  58. waldur_api_client/models/customers_list_field_item.py +4 -0
  59. waldur_api_client/models/customers_retrieve_field_item.py +4 -0
  60. waldur_api_client/models/generic_order_attributes.py +69 -0
  61. waldur_api_client/models/google_auth_authorize_retrieve_field_item.py +1 -0
  62. waldur_api_client/models/google_auth_list_field_item.py +1 -0
  63. waldur_api_client/models/google_auth_retrieve_field_item.py +1 -0
  64. waldur_api_client/models/google_credentials.py +9 -0
  65. waldur_api_client/models/group_invitation.py +24 -0
  66. waldur_api_client/models/group_invitation_request.py +10 -0
  67. waldur_api_client/models/maintenance_announcement.py +8 -0
  68. waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py +13 -0
  69. waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py +13 -0
  70. waldur_api_client/models/marketplace_orders_list_field_item.py +1 -1
  71. waldur_api_client/models/marketplace_orders_retrieve_field_item.py +1 -1
  72. waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +0 -2
  73. waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +0 -2
  74. waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +0 -2
  75. waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +0 -2
  76. waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +0 -2
  77. waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +0 -2
  78. waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -1
  79. waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -1
  80. waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -1
  81. waldur_api_client/models/marketplace_public_offerings_list_field_item.py +0 -2
  82. waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +0 -2
  83. waldur_api_client/models/marketplace_rancher_create_order_attributes.py +3 -0
  84. waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -1
  85. waldur_api_client/models/marketplace_resources_list_field_item.py +1 -1
  86. waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -1
  87. waldur_api_client/models/marketplace_service_providers_list_field_item.py +1 -0
  88. waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py +1 -0
  89. waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py +15 -0
  90. waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py +15 -0
  91. waldur_api_client/models/offering.py +0 -18
  92. waldur_api_client/models/offering_create.py +0 -18
  93. waldur_api_client/models/offering_create_request.py +0 -18
  94. waldur_api_client/models/offering_overview_update_request.py +0 -18
  95. waldur_api_client/models/offering_terms_of_service.py +142 -0
  96. waldur_api_client/models/offering_terms_of_service_create.py +107 -0
  97. waldur_api_client/models/offering_terms_of_service_create_request.py +107 -0
  98. waldur_api_client/models/offering_terms_of_service_request.py +96 -0
  99. waldur_api_client/models/open_stack_instance_create_order_attributes.py +3 -0
  100. waldur_api_client/models/open_stack_nested_security_group.py +53 -1
  101. waldur_api_client/models/open_stack_nested_security_group_rules_item.py +197 -0
  102. waldur_api_client/models/open_stack_network.py +20 -0
  103. waldur_api_client/models/open_stack_security_group_rule_update_request.py +4 -4
  104. waldur_api_client/models/open_stack_tenant.py +38 -0
  105. waldur_api_client/models/open_stack_tenant_create_order_attributes.py +21 -0
  106. waldur_api_client/models/open_stack_volume_create_order_attributes.py +3 -0
  107. waldur_api_client/models/openstack_networks_list_field_item.py +1 -0
  108. waldur_api_client/models/openstack_networks_retrieve_field_item.py +1 -0
  109. waldur_api_client/models/openstack_tenants_list_field_item.py +3 -0
  110. waldur_api_client/models/openstack_tenants_retrieve_field_item.py +3 -0
  111. waldur_api_client/models/order_create.py +0 -8
  112. waldur_api_client/models/order_create_request.py +23 -7
  113. waldur_api_client/models/order_details.py +0 -9
  114. waldur_api_client/models/patched_offering_terms_of_service_request.py +96 -0
  115. waldur_api_client/models/patched_user_offering_consent_request.py +59 -0
  116. waldur_api_client/models/permission_project.py +147 -0
  117. waldur_api_client/models/project_answer.py +122 -0
  118. waldur_api_client/models/project_detail.py +133 -0
  119. waldur_api_client/models/project_details_response.py +115 -0
  120. waldur_api_client/models/provider_offering_details.py +0 -18
  121. waldur_api_client/models/provider_offering_details_request.py +0 -18
  122. waldur_api_client/models/public_offering_details.py +0 -18
  123. waldur_api_client/models/question_answer.py +176 -0
  124. waldur_api_client/models/question_answer_project_answers_item.py +44 -0
  125. waldur_api_client/models/question_answer_question_options_item.py +44 -0
  126. waldur_api_client/models/remote_resource_order.py +88 -0
  127. waldur_api_client/models/remote_resource_order_remote_state_enum.py +15 -0
  128. waldur_api_client/models/remote_resource_sync_status.py +123 -0
  129. waldur_api_client/models/remote_resource_sync_status_remote_state_enum.py +13 -0
  130. waldur_api_client/models/remote_resource_team_member.py +85 -0
  131. waldur_api_client/models/resource.py +10 -9
  132. waldur_api_client/models/service_provider.py +9 -0
  133. waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py +3 -0
  134. waldur_api_client/models/sync_status_enum.py +10 -0
  135. waldur_api_client/models/user_offering_consent.py +202 -0
  136. waldur_api_client/models/user_offering_consent_create.py +60 -0
  137. waldur_api_client/models/user_offering_consent_create_request.py +60 -0
  138. waldur_api_client/models/user_offering_consent_request.py +59 -0
  139. waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py +3 -0
  140. {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.7.dist-info}/METADATA +1 -1
  141. {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.7.dist-info}/RECORD +143 -88
  142. {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.7.dist-info}/LICENSE +0 -0
  143. {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.7.dist-info}/WHEEL +0 -0
@@ -19,7 +19,8 @@ def _get_kwargs(
19
19
  modified: Union[Unset, datetime.datetime] = UNSET,
20
20
  o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
21
21
  offering: Union[Unset, str] = UNSET,
22
- offering_uuid: Union[Unset, UUID] = UNSET,
22
+ offering_slug: Union[Unset, list[str]] = UNSET,
23
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
23
24
  page: Union[Unset, int] = UNSET,
24
25
  page_size: Union[Unset, int] = UNSET,
25
26
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -54,9 +55,19 @@ def _get_kwargs(
54
55
 
55
56
  params["offering"] = offering
56
57
 
57
- json_offering_uuid: Union[Unset, str] = UNSET
58
+ json_offering_slug: Union[Unset, list[str]] = UNSET
59
+ if not isinstance(offering_slug, Unset):
60
+ json_offering_slug = offering_slug
61
+
62
+ params["offering_slug"] = json_offering_slug
63
+
64
+ json_offering_uuid: Union[Unset, list[str]] = UNSET
58
65
  if not isinstance(offering_uuid, Unset):
59
- json_offering_uuid = str(offering_uuid)
66
+ json_offering_uuid = []
67
+ for offering_uuid_item_data in offering_uuid:
68
+ offering_uuid_item = str(offering_uuid_item_data)
69
+ json_offering_uuid.append(offering_uuid_item)
70
+
60
71
  params["offering_uuid"] = json_offering_uuid
61
72
 
62
73
  params["page"] = page
@@ -134,7 +145,8 @@ def sync_detailed(
134
145
  modified: Union[Unset, datetime.datetime] = UNSET,
135
146
  o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
136
147
  offering: Union[Unset, str] = UNSET,
137
- offering_uuid: Union[Unset, UUID] = UNSET,
148
+ offering_slug: Union[Unset, list[str]] = UNSET,
149
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
138
150
  page: Union[Unset, int] = UNSET,
139
151
  page_size: Union[Unset, int] = UNSET,
140
152
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -152,7 +164,8 @@ def sync_detailed(
152
164
  modified (Union[Unset, datetime.datetime]):
153
165
  o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
154
166
  offering (Union[Unset, str]):
155
- offering_uuid (Union[Unset, UUID]):
167
+ offering_slug (Union[Unset, list[str]]):
168
+ offering_uuid (Union[Unset, list[UUID]]):
156
169
  page (Union[Unset, int]):
157
170
  page_size (Union[Unset, int]):
158
171
  parent_offering_uuid (Union[Unset, UUID]):
@@ -176,6 +189,7 @@ def sync_detailed(
176
189
  modified=modified,
177
190
  o=o,
178
191
  offering=offering,
192
+ offering_slug=offering_slug,
179
193
  offering_uuid=offering_uuid,
180
194
  page=page,
181
195
  page_size=page_size,
@@ -202,7 +216,8 @@ def sync(
202
216
  modified: Union[Unset, datetime.datetime] = UNSET,
203
217
  o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
204
218
  offering: Union[Unset, str] = UNSET,
205
- offering_uuid: Union[Unset, UUID] = UNSET,
219
+ offering_slug: Union[Unset, list[str]] = UNSET,
220
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
206
221
  page: Union[Unset, int] = UNSET,
207
222
  page_size: Union[Unset, int] = UNSET,
208
223
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -220,7 +235,8 @@ def sync(
220
235
  modified (Union[Unset, datetime.datetime]):
221
236
  o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
222
237
  offering (Union[Unset, str]):
223
- offering_uuid (Union[Unset, UUID]):
238
+ offering_slug (Union[Unset, list[str]]):
239
+ offering_uuid (Union[Unset, list[UUID]]):
224
240
  page (Union[Unset, int]):
225
241
  page_size (Union[Unset, int]):
226
242
  parent_offering_uuid (Union[Unset, UUID]):
@@ -245,6 +261,7 @@ def sync(
245
261
  modified=modified,
246
262
  o=o,
247
263
  offering=offering,
264
+ offering_slug=offering_slug,
248
265
  offering_uuid=offering_uuid,
249
266
  page=page,
250
267
  page_size=page_size,
@@ -265,7 +282,8 @@ async def asyncio_detailed(
265
282
  modified: Union[Unset, datetime.datetime] = UNSET,
266
283
  o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
267
284
  offering: Union[Unset, str] = UNSET,
268
- offering_uuid: Union[Unset, UUID] = UNSET,
285
+ offering_slug: Union[Unset, list[str]] = UNSET,
286
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
269
287
  page: Union[Unset, int] = UNSET,
270
288
  page_size: Union[Unset, int] = UNSET,
271
289
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -283,7 +301,8 @@ async def asyncio_detailed(
283
301
  modified (Union[Unset, datetime.datetime]):
284
302
  o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
285
303
  offering (Union[Unset, str]):
286
- offering_uuid (Union[Unset, UUID]):
304
+ offering_slug (Union[Unset, list[str]]):
305
+ offering_uuid (Union[Unset, list[UUID]]):
287
306
  page (Union[Unset, int]):
288
307
  page_size (Union[Unset, int]):
289
308
  parent_offering_uuid (Union[Unset, UUID]):
@@ -307,6 +326,7 @@ async def asyncio_detailed(
307
326
  modified=modified,
308
327
  o=o,
309
328
  offering=offering,
329
+ offering_slug=offering_slug,
310
330
  offering_uuid=offering_uuid,
311
331
  page=page,
312
332
  page_size=page_size,
@@ -331,7 +351,8 @@ async def asyncio(
331
351
  modified: Union[Unset, datetime.datetime] = UNSET,
332
352
  o: Union[Unset, list[MarketplaceOfferingUsersCountOItem]] = UNSET,
333
353
  offering: Union[Unset, str] = UNSET,
334
- offering_uuid: Union[Unset, UUID] = UNSET,
354
+ offering_slug: Union[Unset, list[str]] = UNSET,
355
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
335
356
  page: Union[Unset, int] = UNSET,
336
357
  page_size: Union[Unset, int] = UNSET,
337
358
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -349,7 +370,8 @@ async def asyncio(
349
370
  modified (Union[Unset, datetime.datetime]):
350
371
  o (Union[Unset, list[MarketplaceOfferingUsersCountOItem]]):
351
372
  offering (Union[Unset, str]):
352
- offering_uuid (Union[Unset, UUID]):
373
+ offering_slug (Union[Unset, list[str]]):
374
+ offering_uuid (Union[Unset, list[UUID]]):
353
375
  page (Union[Unset, int]):
354
376
  page_size (Union[Unset, int]):
355
377
  parent_offering_uuid (Union[Unset, UUID]):
@@ -375,6 +397,7 @@ async def asyncio(
375
397
  modified=modified,
376
398
  o=o,
377
399
  offering=offering,
400
+ offering_slug=offering_slug,
378
401
  offering_uuid=offering_uuid,
379
402
  page=page,
380
403
  page_size=page_size,
@@ -22,7 +22,8 @@ def _get_kwargs(
22
22
  modified: Union[Unset, datetime.datetime] = UNSET,
23
23
  o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
24
24
  offering: Union[Unset, str] = UNSET,
25
- offering_uuid: Union[Unset, UUID] = UNSET,
25
+ offering_slug: Union[Unset, list[str]] = UNSET,
26
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
26
27
  page: Union[Unset, int] = UNSET,
27
28
  page_size: Union[Unset, int] = UNSET,
28
29
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -66,9 +67,19 @@ def _get_kwargs(
66
67
 
67
68
  params["offering"] = offering
68
69
 
69
- json_offering_uuid: Union[Unset, str] = UNSET
70
+ json_offering_slug: Union[Unset, list[str]] = UNSET
71
+ if not isinstance(offering_slug, Unset):
72
+ json_offering_slug = offering_slug
73
+
74
+ params["offering_slug"] = json_offering_slug
75
+
76
+ json_offering_uuid: Union[Unset, list[str]] = UNSET
70
77
  if not isinstance(offering_uuid, Unset):
71
- json_offering_uuid = str(offering_uuid)
78
+ json_offering_uuid = []
79
+ for offering_uuid_item_data in offering_uuid:
80
+ offering_uuid_item = str(offering_uuid_item_data)
81
+ json_offering_uuid.append(offering_uuid_item)
82
+
72
83
  params["offering_uuid"] = json_offering_uuid
73
84
 
74
85
  params["page"] = page
@@ -147,7 +158,8 @@ def sync_detailed(
147
158
  modified: Union[Unset, datetime.datetime] = UNSET,
148
159
  o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
149
160
  offering: Union[Unset, str] = UNSET,
150
- offering_uuid: Union[Unset, UUID] = UNSET,
161
+ offering_slug: Union[Unset, list[str]] = UNSET,
162
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
151
163
  page: Union[Unset, int] = UNSET,
152
164
  page_size: Union[Unset, int] = UNSET,
153
165
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -166,7 +178,8 @@ def sync_detailed(
166
178
  modified (Union[Unset, datetime.datetime]):
167
179
  o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
168
180
  offering (Union[Unset, str]):
169
- offering_uuid (Union[Unset, UUID]):
181
+ offering_slug (Union[Unset, list[str]]):
182
+ offering_uuid (Union[Unset, list[UUID]]):
170
183
  page (Union[Unset, int]):
171
184
  page_size (Union[Unset, int]):
172
185
  parent_offering_uuid (Union[Unset, UUID]):
@@ -191,6 +204,7 @@ def sync_detailed(
191
204
  modified=modified,
192
205
  o=o,
193
206
  offering=offering,
207
+ offering_slug=offering_slug,
194
208
  offering_uuid=offering_uuid,
195
209
  page=page,
196
210
  page_size=page_size,
@@ -218,7 +232,8 @@ def sync(
218
232
  modified: Union[Unset, datetime.datetime] = UNSET,
219
233
  o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
220
234
  offering: Union[Unset, str] = UNSET,
221
- offering_uuid: Union[Unset, UUID] = UNSET,
235
+ offering_slug: Union[Unset, list[str]] = UNSET,
236
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
222
237
  page: Union[Unset, int] = UNSET,
223
238
  page_size: Union[Unset, int] = UNSET,
224
239
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -237,7 +252,8 @@ def sync(
237
252
  modified (Union[Unset, datetime.datetime]):
238
253
  o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
239
254
  offering (Union[Unset, str]):
240
- offering_uuid (Union[Unset, UUID]):
255
+ offering_slug (Union[Unset, list[str]]):
256
+ offering_uuid (Union[Unset, list[UUID]]):
241
257
  page (Union[Unset, int]):
242
258
  page_size (Union[Unset, int]):
243
259
  parent_offering_uuid (Union[Unset, UUID]):
@@ -263,6 +279,7 @@ def sync(
263
279
  modified=modified,
264
280
  o=o,
265
281
  offering=offering,
282
+ offering_slug=offering_slug,
266
283
  offering_uuid=offering_uuid,
267
284
  page=page,
268
285
  page_size=page_size,
@@ -284,7 +301,8 @@ async def asyncio_detailed(
284
301
  modified: Union[Unset, datetime.datetime] = UNSET,
285
302
  o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
286
303
  offering: Union[Unset, str] = UNSET,
287
- offering_uuid: Union[Unset, UUID] = UNSET,
304
+ offering_slug: Union[Unset, list[str]] = UNSET,
305
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
288
306
  page: Union[Unset, int] = UNSET,
289
307
  page_size: Union[Unset, int] = UNSET,
290
308
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -303,7 +321,8 @@ async def asyncio_detailed(
303
321
  modified (Union[Unset, datetime.datetime]):
304
322
  o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
305
323
  offering (Union[Unset, str]):
306
- offering_uuid (Union[Unset, UUID]):
324
+ offering_slug (Union[Unset, list[str]]):
325
+ offering_uuid (Union[Unset, list[UUID]]):
307
326
  page (Union[Unset, int]):
308
327
  page_size (Union[Unset, int]):
309
328
  parent_offering_uuid (Union[Unset, UUID]):
@@ -328,6 +347,7 @@ async def asyncio_detailed(
328
347
  modified=modified,
329
348
  o=o,
330
349
  offering=offering,
350
+ offering_slug=offering_slug,
331
351
  offering_uuid=offering_uuid,
332
352
  page=page,
333
353
  page_size=page_size,
@@ -353,7 +373,8 @@ async def asyncio(
353
373
  modified: Union[Unset, datetime.datetime] = UNSET,
354
374
  o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
355
375
  offering: Union[Unset, str] = UNSET,
356
- offering_uuid: Union[Unset, UUID] = UNSET,
376
+ offering_slug: Union[Unset, list[str]] = UNSET,
377
+ offering_uuid: Union[Unset, list[UUID]] = UNSET,
357
378
  page: Union[Unset, int] = UNSET,
358
379
  page_size: Union[Unset, int] = UNSET,
359
380
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
@@ -372,7 +393,8 @@ async def asyncio(
372
393
  modified (Union[Unset, datetime.datetime]):
373
394
  o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
374
395
  offering (Union[Unset, str]):
375
- offering_uuid (Union[Unset, UUID]):
396
+ offering_slug (Union[Unset, list[str]]):
397
+ offering_uuid (Union[Unset, list[UUID]]):
376
398
  page (Union[Unset, int]):
377
399
  page_size (Union[Unset, int]):
378
400
  parent_offering_uuid (Union[Unset, UUID]):
@@ -399,6 +421,7 @@ async def asyncio(
399
421
  modified=modified,
400
422
  o=o,
401
423
  offering=offering,
424
+ offering_slug=offering_slug,
402
425
  offering_uuid=offering_uuid,
403
426
  page=page,
404
427
  page_size=page_size,
@@ -23,6 +23,7 @@ def _get_kwargs(
23
23
  modified: Union[Unset, datetime.datetime] = UNSET,
24
24
  o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
25
25
  offering: Union[Unset, str] = UNSET,
26
+ offering_slug: Union[Unset, list[str]] = UNSET,
26
27
  offering_type: Union[Unset, list[str]] = UNSET,
27
28
  offering_uuid: Union[Unset, UUID] = UNSET,
28
29
  page: Union[Unset, int] = UNSET,
@@ -74,6 +75,12 @@ def _get_kwargs(
74
75
 
75
76
  params["offering"] = offering
76
77
 
78
+ json_offering_slug: Union[Unset, list[str]] = UNSET
79
+ if not isinstance(offering_slug, Unset):
80
+ json_offering_slug = offering_slug
81
+
82
+ params["offering_slug"] = json_offering_slug
83
+
77
84
  json_offering_type: Union[Unset, list[str]] = UNSET
78
85
  if not isinstance(offering_type, Unset):
79
86
  json_offering_type = offering_type
@@ -182,6 +189,7 @@ def sync_detailed(
182
189
  modified: Union[Unset, datetime.datetime] = UNSET,
183
190
  o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
184
191
  offering: Union[Unset, str] = UNSET,
192
+ offering_slug: Union[Unset, list[str]] = UNSET,
185
193
  offering_type: Union[Unset, list[str]] = UNSET,
186
194
  offering_uuid: Union[Unset, UUID] = UNSET,
187
195
  page: Union[Unset, int] = UNSET,
@@ -207,6 +215,7 @@ def sync_detailed(
207
215
  modified (Union[Unset, datetime.datetime]):
208
216
  o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
209
217
  offering (Union[Unset, str]):
218
+ offering_slug (Union[Unset, list[str]]):
210
219
  offering_type (Union[Unset, list[str]]):
211
220
  offering_uuid (Union[Unset, UUID]):
212
221
  page (Union[Unset, int]):
@@ -238,6 +247,7 @@ def sync_detailed(
238
247
  modified=modified,
239
248
  o=o,
240
249
  offering=offering,
250
+ offering_slug=offering_slug,
241
251
  offering_type=offering_type,
242
252
  offering_uuid=offering_uuid,
243
253
  page=page,
@@ -271,6 +281,7 @@ def sync(
271
281
  modified: Union[Unset, datetime.datetime] = UNSET,
272
282
  o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
273
283
  offering: Union[Unset, str] = UNSET,
284
+ offering_slug: Union[Unset, list[str]] = UNSET,
274
285
  offering_type: Union[Unset, list[str]] = UNSET,
275
286
  offering_uuid: Union[Unset, UUID] = UNSET,
276
287
  page: Union[Unset, int] = UNSET,
@@ -296,6 +307,7 @@ def sync(
296
307
  modified (Union[Unset, datetime.datetime]):
297
308
  o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
298
309
  offering (Union[Unset, str]):
310
+ offering_slug (Union[Unset, list[str]]):
299
311
  offering_type (Union[Unset, list[str]]):
300
312
  offering_uuid (Union[Unset, UUID]):
301
313
  page (Union[Unset, int]):
@@ -328,6 +340,7 @@ def sync(
328
340
  modified=modified,
329
341
  o=o,
330
342
  offering=offering,
343
+ offering_slug=offering_slug,
331
344
  offering_type=offering_type,
332
345
  offering_uuid=offering_uuid,
333
346
  page=page,
@@ -355,6 +368,7 @@ async def asyncio_detailed(
355
368
  modified: Union[Unset, datetime.datetime] = UNSET,
356
369
  o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
357
370
  offering: Union[Unset, str] = UNSET,
371
+ offering_slug: Union[Unset, list[str]] = UNSET,
358
372
  offering_type: Union[Unset, list[str]] = UNSET,
359
373
  offering_uuid: Union[Unset, UUID] = UNSET,
360
374
  page: Union[Unset, int] = UNSET,
@@ -380,6 +394,7 @@ async def asyncio_detailed(
380
394
  modified (Union[Unset, datetime.datetime]):
381
395
  o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
382
396
  offering (Union[Unset, str]):
397
+ offering_slug (Union[Unset, list[str]]):
383
398
  offering_type (Union[Unset, list[str]]):
384
399
  offering_uuid (Union[Unset, UUID]):
385
400
  page (Union[Unset, int]):
@@ -411,6 +426,7 @@ async def asyncio_detailed(
411
426
  modified=modified,
412
427
  o=o,
413
428
  offering=offering,
429
+ offering_slug=offering_slug,
414
430
  offering_type=offering_type,
415
431
  offering_uuid=offering_uuid,
416
432
  page=page,
@@ -442,6 +458,7 @@ async def asyncio(
442
458
  modified: Union[Unset, datetime.datetime] = UNSET,
443
459
  o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
444
460
  offering: Union[Unset, str] = UNSET,
461
+ offering_slug: Union[Unset, list[str]] = UNSET,
445
462
  offering_type: Union[Unset, list[str]] = UNSET,
446
463
  offering_uuid: Union[Unset, UUID] = UNSET,
447
464
  page: Union[Unset, int] = UNSET,
@@ -467,6 +484,7 @@ async def asyncio(
467
484
  modified (Union[Unset, datetime.datetime]):
468
485
  o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
469
486
  offering (Union[Unset, str]):
487
+ offering_slug (Union[Unset, list[str]]):
470
488
  offering_type (Union[Unset, list[str]]):
471
489
  offering_uuid (Union[Unset, UUID]):
472
490
  page (Union[Unset, int]):
@@ -500,6 +518,7 @@ async def asyncio(
500
518
  modified=modified,
501
519
  o=o,
502
520
  offering=offering,
521
+ offering_slug=offering_slug,
503
522
  offering_type=offering_type,
504
523
  offering_uuid=offering_uuid,
505
524
  page=page,
@@ -26,6 +26,7 @@ def _get_kwargs(
26
26
  modified: Union[Unset, datetime.datetime] = UNSET,
27
27
  o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
28
28
  offering: Union[Unset, str] = UNSET,
29
+ offering_slug: Union[Unset, list[str]] = UNSET,
29
30
  offering_type: Union[Unset, list[str]] = UNSET,
30
31
  offering_uuid: Union[Unset, UUID] = UNSET,
31
32
  page: Union[Unset, int] = UNSET,
@@ -86,6 +87,12 @@ def _get_kwargs(
86
87
 
87
88
  params["offering"] = offering
88
89
 
90
+ json_offering_slug: Union[Unset, list[str]] = UNSET
91
+ if not isinstance(offering_slug, Unset):
92
+ json_offering_slug = offering_slug
93
+
94
+ params["offering_slug"] = json_offering_slug
95
+
89
96
  json_offering_type: Union[Unset, list[str]] = UNSET
90
97
  if not isinstance(offering_type, Unset):
91
98
  json_offering_type = offering_type
@@ -195,6 +202,7 @@ def sync_detailed(
195
202
  modified: Union[Unset, datetime.datetime] = UNSET,
196
203
  o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
197
204
  offering: Union[Unset, str] = UNSET,
205
+ offering_slug: Union[Unset, list[str]] = UNSET,
198
206
  offering_type: Union[Unset, list[str]] = UNSET,
199
207
  offering_uuid: Union[Unset, UUID] = UNSET,
200
208
  page: Union[Unset, int] = UNSET,
@@ -221,6 +229,7 @@ def sync_detailed(
221
229
  modified (Union[Unset, datetime.datetime]):
222
230
  o (Union[Unset, list[MarketplaceOrdersListOItem]]):
223
231
  offering (Union[Unset, str]):
232
+ offering_slug (Union[Unset, list[str]]):
224
233
  offering_type (Union[Unset, list[str]]):
225
234
  offering_uuid (Union[Unset, UUID]):
226
235
  page (Union[Unset, int]):
@@ -253,6 +262,7 @@ def sync_detailed(
253
262
  modified=modified,
254
263
  o=o,
255
264
  offering=offering,
265
+ offering_slug=offering_slug,
256
266
  offering_type=offering_type,
257
267
  offering_uuid=offering_uuid,
258
268
  page=page,
@@ -287,6 +297,7 @@ def sync(
287
297
  modified: Union[Unset, datetime.datetime] = UNSET,
288
298
  o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
289
299
  offering: Union[Unset, str] = UNSET,
300
+ offering_slug: Union[Unset, list[str]] = UNSET,
290
301
  offering_type: Union[Unset, list[str]] = UNSET,
291
302
  offering_uuid: Union[Unset, UUID] = UNSET,
292
303
  page: Union[Unset, int] = UNSET,
@@ -313,6 +324,7 @@ def sync(
313
324
  modified (Union[Unset, datetime.datetime]):
314
325
  o (Union[Unset, list[MarketplaceOrdersListOItem]]):
315
326
  offering (Union[Unset, str]):
327
+ offering_slug (Union[Unset, list[str]]):
316
328
  offering_type (Union[Unset, list[str]]):
317
329
  offering_uuid (Union[Unset, UUID]):
318
330
  page (Union[Unset, int]):
@@ -346,6 +358,7 @@ def sync(
346
358
  modified=modified,
347
359
  o=o,
348
360
  offering=offering,
361
+ offering_slug=offering_slug,
349
362
  offering_type=offering_type,
350
363
  offering_uuid=offering_uuid,
351
364
  page=page,
@@ -374,6 +387,7 @@ async def asyncio_detailed(
374
387
  modified: Union[Unset, datetime.datetime] = UNSET,
375
388
  o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
376
389
  offering: Union[Unset, str] = UNSET,
390
+ offering_slug: Union[Unset, list[str]] = UNSET,
377
391
  offering_type: Union[Unset, list[str]] = UNSET,
378
392
  offering_uuid: Union[Unset, UUID] = UNSET,
379
393
  page: Union[Unset, int] = UNSET,
@@ -400,6 +414,7 @@ async def asyncio_detailed(
400
414
  modified (Union[Unset, datetime.datetime]):
401
415
  o (Union[Unset, list[MarketplaceOrdersListOItem]]):
402
416
  offering (Union[Unset, str]):
417
+ offering_slug (Union[Unset, list[str]]):
403
418
  offering_type (Union[Unset, list[str]]):
404
419
  offering_uuid (Union[Unset, UUID]):
405
420
  page (Union[Unset, int]):
@@ -432,6 +447,7 @@ async def asyncio_detailed(
432
447
  modified=modified,
433
448
  o=o,
434
449
  offering=offering,
450
+ offering_slug=offering_slug,
435
451
  offering_type=offering_type,
436
452
  offering_uuid=offering_uuid,
437
453
  page=page,
@@ -464,6 +480,7 @@ async def asyncio(
464
480
  modified: Union[Unset, datetime.datetime] = UNSET,
465
481
  o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
466
482
  offering: Union[Unset, str] = UNSET,
483
+ offering_slug: Union[Unset, list[str]] = UNSET,
467
484
  offering_type: Union[Unset, list[str]] = UNSET,
468
485
  offering_uuid: Union[Unset, UUID] = UNSET,
469
486
  page: Union[Unset, int] = UNSET,
@@ -490,6 +507,7 @@ async def asyncio(
490
507
  modified (Union[Unset, datetime.datetime]):
491
508
  o (Union[Unset, list[MarketplaceOrdersListOItem]]):
492
509
  offering (Union[Unset, str]):
510
+ offering_slug (Union[Unset, list[str]]):
493
511
  offering_type (Union[Unset, list[str]]):
494
512
  offering_uuid (Union[Unset, UUID]):
495
513
  page (Union[Unset, int]):
@@ -524,6 +542,7 @@ async def asyncio(
524
542
  modified=modified,
525
543
  o=o,
526
544
  offering=offering,
545
+ offering_slug=offering_slug,
527
546
  offering_type=offering_type,
528
547
  offering_uuid=offering_uuid,
529
548
  page=page,
@@ -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,