waldur-api-client 7.7.9__py3-none-any.whl → 7.8.1__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/marketplace_course_accounts/marketplace_course_accounts_count.py +96 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py +96 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_count.py +286 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_list.py +289 -0
- waldur_api_client/api/{rancher_clusters/rancher_clusters_create.py → marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_retrieve.py} +29 -38
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +15 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +15 -0
- waldur_api_client/api/{rancher_clusters/rancher_clusters_destroy.py → marketplace_orders/marketplace_orders_delete_attachment.py} +6 -4
- waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_course_accounts_retrieve.py +177 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +0 -22
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_compliance_checklist.py +105 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py +98 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_list.py +15 -0
- waldur_api_client/models/__init__.py +34 -6
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/booking_resource.py +18 -0
- waldur_api_client/models/booking_resources_list_field_item.py +2 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/country_enum.py +211 -0
- waldur_api_client/models/course_account.py +24 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/deployment_mode_enum.py +9 -0
- waldur_api_client/models/group_invitation.py +8 -0
- waldur_api_client/models/identity_provider.py +57 -0
- waldur_api_client/models/identity_provider_request.py +57 -0
- waldur_api_client/models/invitation.py +8 -0
- waldur_api_client/models/issue.py +8 -17
- waldur_api_client/models/issue_request.py +8 -17
- waldur_api_client/models/issue_type_enum.py +4 -4
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +2 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_course_accounts_count_o_item.py +23 -0
- waldur_api_client/models/marketplace_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_users_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +5 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +5 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +72 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_service_providers_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/merged_plugin_options.py +36 -0
- waldur_api_client/models/merged_plugin_options_request.py +36 -0
- waldur_api_client/models/notification.py +11 -0
- waldur_api_client/models/notification_context_fields.py +47 -0
- waldur_api_client/models/offering.py +9 -0
- waldur_api_client/models/offering_compliance_checklist_update_request.py +82 -0
- waldur_api_client/models/offering_create.py +9 -8
- waldur_api_client/models/offering_create_request.py +9 -0
- waldur_api_client/models/offering_overview_update_request.py +9 -0
- waldur_api_client/models/offering_terms_of_service.py +42 -1
- waldur_api_client/models/offering_user.py +18 -0
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +0 -18
- waldur_api_client/models/open_stack_tenant_request.py +18 -0
- waldur_api_client/models/order_attachment.py +71 -0
- waldur_api_client/models/order_attachment_request.py +84 -0
- waldur_api_client/models/order_create.py +58 -16
- waldur_api_client/models/order_create_request.py +44 -62
- waldur_api_client/models/order_details.py +99 -16
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_identity_provider_request.py +58 -0
- waldur_api_client/models/patched_project_request.py +9 -0
- waldur_api_client/models/patched_protected_call_request.py +9 -0
- waldur_api_client/models/patched_protected_round_request.py +2 -2
- waldur_api_client/models/patched_service_provider_request.py +9 -0
- waldur_api_client/models/patched_user_request.py +9 -0
- waldur_api_client/models/project_request.py +9 -0
- waldur_api_client/models/protected_call_request.py +9 -0
- waldur_api_client/models/protected_round.py +2 -2
- waldur_api_client/models/protected_round_request.py +2 -2
- waldur_api_client/models/public_offering_details.py +9 -0
- waldur_api_client/models/rancher_cluster_request.py +1 -48
- waldur_api_client/models/resource.py +18 -0
- waldur_api_client/models/resource_update_limits_request.py +23 -1
- waldur_api_client/models/service_provider_request.py +9 -0
- waldur_api_client/models/user_checklist_completion.py +265 -0
- waldur_api_client/models/user_consent_info.py +86 -0
- waldur_api_client/models/user_request.py +9 -0
- waldur_api_client/models/visible_invitation_details.py +8 -0
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/METADATA +4 -2
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/RECORD +105 -89
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/WHEEL +1 -1
- waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +0 -144
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +0 -145
- waldur_api_client/models/provider_offering_details_request.py +0 -398
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info/licenses}/LICENSE +0 -0
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py
CHANGED
|
@@ -50,6 +50,7 @@ def _get_kwargs(
|
|
|
50
50
|
start: Union[Unset, str] = UNSET,
|
|
51
51
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
52
52
|
type_: Union[Unset, list[str]] = UNSET,
|
|
53
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
53
54
|
uuid_list: Union[Unset, str] = UNSET,
|
|
54
55
|
) -> dict[str, Any]:
|
|
55
56
|
params: dict[str, Any] = {}
|
|
@@ -176,6 +177,8 @@ def _get_kwargs(
|
|
|
176
177
|
|
|
177
178
|
params["type"] = json_type_
|
|
178
179
|
|
|
180
|
+
params["user_has_consent"] = user_has_consent
|
|
181
|
+
|
|
179
182
|
params["uuid_list"] = uuid_list
|
|
180
183
|
|
|
181
184
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -251,6 +254,7 @@ def sync_detailed(
|
|
|
251
254
|
start: Union[Unset, str] = UNSET,
|
|
252
255
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
253
256
|
type_: Union[Unset, list[str]] = UNSET,
|
|
257
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
254
258
|
uuid_list: Union[Unset, str] = UNSET,
|
|
255
259
|
) -> Response[list["ProviderOfferingCosts"]]:
|
|
256
260
|
"""Get costs for offering.
|
|
@@ -289,6 +293,7 @@ def sync_detailed(
|
|
|
289
293
|
start (Union[Unset, str]):
|
|
290
294
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
291
295
|
type_ (Union[Unset, list[str]]):
|
|
296
|
+
user_has_consent (Union[Unset, bool]):
|
|
292
297
|
uuid_list (Union[Unset, str]):
|
|
293
298
|
|
|
294
299
|
Raises:
|
|
@@ -333,6 +338,7 @@ def sync_detailed(
|
|
|
333
338
|
start=start,
|
|
334
339
|
state=state,
|
|
335
340
|
type_=type_,
|
|
341
|
+
user_has_consent=user_has_consent,
|
|
336
342
|
uuid_list=uuid_list,
|
|
337
343
|
)
|
|
338
344
|
|
|
@@ -379,6 +385,7 @@ def sync(
|
|
|
379
385
|
start: Union[Unset, str] = UNSET,
|
|
380
386
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
381
387
|
type_: Union[Unset, list[str]] = UNSET,
|
|
388
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
382
389
|
uuid_list: Union[Unset, str] = UNSET,
|
|
383
390
|
) -> list["ProviderOfferingCosts"]:
|
|
384
391
|
"""Get costs for offering.
|
|
@@ -417,6 +424,7 @@ def sync(
|
|
|
417
424
|
start (Union[Unset, str]):
|
|
418
425
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
419
426
|
type_ (Union[Unset, list[str]]):
|
|
427
|
+
user_has_consent (Union[Unset, bool]):
|
|
420
428
|
uuid_list (Union[Unset, str]):
|
|
421
429
|
|
|
422
430
|
Raises:
|
|
@@ -462,6 +470,7 @@ def sync(
|
|
|
462
470
|
start=start,
|
|
463
471
|
state=state,
|
|
464
472
|
type_=type_,
|
|
473
|
+
user_has_consent=user_has_consent,
|
|
465
474
|
uuid_list=uuid_list,
|
|
466
475
|
).parsed
|
|
467
476
|
|
|
@@ -502,6 +511,7 @@ async def asyncio_detailed(
|
|
|
502
511
|
start: Union[Unset, str] = UNSET,
|
|
503
512
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
504
513
|
type_: Union[Unset, list[str]] = UNSET,
|
|
514
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
505
515
|
uuid_list: Union[Unset, str] = UNSET,
|
|
506
516
|
) -> Response[list["ProviderOfferingCosts"]]:
|
|
507
517
|
"""Get costs for offering.
|
|
@@ -540,6 +550,7 @@ async def asyncio_detailed(
|
|
|
540
550
|
start (Union[Unset, str]):
|
|
541
551
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
542
552
|
type_ (Union[Unset, list[str]]):
|
|
553
|
+
user_has_consent (Union[Unset, bool]):
|
|
543
554
|
uuid_list (Union[Unset, str]):
|
|
544
555
|
|
|
545
556
|
Raises:
|
|
@@ -584,6 +595,7 @@ async def asyncio_detailed(
|
|
|
584
595
|
start=start,
|
|
585
596
|
state=state,
|
|
586
597
|
type_=type_,
|
|
598
|
+
user_has_consent=user_has_consent,
|
|
587
599
|
uuid_list=uuid_list,
|
|
588
600
|
)
|
|
589
601
|
|
|
@@ -628,6 +640,7 @@ async def asyncio(
|
|
|
628
640
|
start: Union[Unset, str] = UNSET,
|
|
629
641
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
630
642
|
type_: Union[Unset, list[str]] = UNSET,
|
|
643
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
631
644
|
uuid_list: Union[Unset, str] = UNSET,
|
|
632
645
|
) -> list["ProviderOfferingCosts"]:
|
|
633
646
|
"""Get costs for offering.
|
|
@@ -666,6 +679,7 @@ async def asyncio(
|
|
|
666
679
|
start (Union[Unset, str]):
|
|
667
680
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
668
681
|
type_ (Union[Unset, list[str]]):
|
|
682
|
+
user_has_consent (Union[Unset, bool]):
|
|
669
683
|
uuid_list (Union[Unset, str]):
|
|
670
684
|
|
|
671
685
|
Raises:
|
|
@@ -712,6 +726,7 @@ async def asyncio(
|
|
|
712
726
|
start=start,
|
|
713
727
|
state=state,
|
|
714
728
|
type_=type_,
|
|
729
|
+
user_has_consent=user_has_consent,
|
|
715
730
|
uuid_list=uuid_list,
|
|
716
731
|
)
|
|
717
732
|
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py
CHANGED
|
@@ -43,6 +43,7 @@ def _get_kwargs(
|
|
|
43
43
|
shared: Union[Unset, bool] = UNSET,
|
|
44
44
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
45
45
|
type_: Union[Unset, list[str]] = UNSET,
|
|
46
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
46
47
|
uuid_list: Union[Unset, str] = UNSET,
|
|
47
48
|
) -> dict[str, Any]:
|
|
48
49
|
params: dict[str, Any] = {}
|
|
@@ -163,6 +164,8 @@ def _get_kwargs(
|
|
|
163
164
|
|
|
164
165
|
params["type"] = json_type_
|
|
165
166
|
|
|
167
|
+
params["user_has_consent"] = user_has_consent
|
|
168
|
+
|
|
166
169
|
params["uuid_list"] = uuid_list
|
|
167
170
|
|
|
168
171
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -232,6 +235,7 @@ def sync_detailed(
|
|
|
232
235
|
shared: Union[Unset, bool] = UNSET,
|
|
233
236
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
234
237
|
type_: Union[Unset, list[str]] = UNSET,
|
|
238
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
235
239
|
uuid_list: Union[Unset, str] = UNSET,
|
|
236
240
|
) -> Response[int]:
|
|
237
241
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -266,6 +270,7 @@ def sync_detailed(
|
|
|
266
270
|
shared (Union[Unset, bool]):
|
|
267
271
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
268
272
|
type_ (Union[Unset, list[str]]):
|
|
273
|
+
user_has_consent (Union[Unset, bool]):
|
|
269
274
|
uuid_list (Union[Unset, str]):
|
|
270
275
|
|
|
271
276
|
Raises:
|
|
@@ -306,6 +311,7 @@ def sync_detailed(
|
|
|
306
311
|
shared=shared,
|
|
307
312
|
state=state,
|
|
308
313
|
type_=type_,
|
|
314
|
+
user_has_consent=user_has_consent,
|
|
309
315
|
uuid_list=uuid_list,
|
|
310
316
|
)
|
|
311
317
|
|
|
@@ -348,6 +354,7 @@ def sync(
|
|
|
348
354
|
shared: Union[Unset, bool] = UNSET,
|
|
349
355
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
350
356
|
type_: Union[Unset, list[str]] = UNSET,
|
|
357
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
351
358
|
uuid_list: Union[Unset, str] = UNSET,
|
|
352
359
|
) -> int:
|
|
353
360
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -382,6 +389,7 @@ def sync(
|
|
|
382
389
|
shared (Union[Unset, bool]):
|
|
383
390
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
384
391
|
type_ (Union[Unset, list[str]]):
|
|
392
|
+
user_has_consent (Union[Unset, bool]):
|
|
385
393
|
uuid_list (Union[Unset, str]):
|
|
386
394
|
|
|
387
395
|
Raises:
|
|
@@ -423,6 +431,7 @@ def sync(
|
|
|
423
431
|
shared=shared,
|
|
424
432
|
state=state,
|
|
425
433
|
type_=type_,
|
|
434
|
+
user_has_consent=user_has_consent,
|
|
426
435
|
uuid_list=uuid_list,
|
|
427
436
|
).parsed
|
|
428
437
|
|
|
@@ -459,6 +468,7 @@ async def asyncio_detailed(
|
|
|
459
468
|
shared: Union[Unset, bool] = UNSET,
|
|
460
469
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
461
470
|
type_: Union[Unset, list[str]] = UNSET,
|
|
471
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
462
472
|
uuid_list: Union[Unset, str] = UNSET,
|
|
463
473
|
) -> Response[int]:
|
|
464
474
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -493,6 +503,7 @@ async def asyncio_detailed(
|
|
|
493
503
|
shared (Union[Unset, bool]):
|
|
494
504
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
495
505
|
type_ (Union[Unset, list[str]]):
|
|
506
|
+
user_has_consent (Union[Unset, bool]):
|
|
496
507
|
uuid_list (Union[Unset, str]):
|
|
497
508
|
|
|
498
509
|
Raises:
|
|
@@ -533,6 +544,7 @@ async def asyncio_detailed(
|
|
|
533
544
|
shared=shared,
|
|
534
545
|
state=state,
|
|
535
546
|
type_=type_,
|
|
547
|
+
user_has_consent=user_has_consent,
|
|
536
548
|
uuid_list=uuid_list,
|
|
537
549
|
)
|
|
538
550
|
|
|
@@ -573,6 +585,7 @@ async def asyncio(
|
|
|
573
585
|
shared: Union[Unset, bool] = UNSET,
|
|
574
586
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
575
587
|
type_: Union[Unset, list[str]] = UNSET,
|
|
588
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
576
589
|
uuid_list: Union[Unset, str] = UNSET,
|
|
577
590
|
) -> int:
|
|
578
591
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -607,6 +620,7 @@ async def asyncio(
|
|
|
607
620
|
shared (Union[Unset, bool]):
|
|
608
621
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
609
622
|
type_ (Union[Unset, list[str]]):
|
|
623
|
+
user_has_consent (Union[Unset, bool]):
|
|
610
624
|
uuid_list (Union[Unset, str]):
|
|
611
625
|
|
|
612
626
|
Raises:
|
|
@@ -649,6 +663,7 @@ async def asyncio(
|
|
|
649
663
|
shared=shared,
|
|
650
664
|
state=state,
|
|
651
665
|
type_=type_,
|
|
666
|
+
user_has_consent=user_has_consent,
|
|
652
667
|
uuid_list=uuid_list,
|
|
653
668
|
)
|
|
654
669
|
).parsed
|
|
@@ -49,6 +49,7 @@ def _get_kwargs(
|
|
|
49
49
|
shared: Union[Unset, bool] = UNSET,
|
|
50
50
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
51
51
|
type_: Union[Unset, list[str]] = UNSET,
|
|
52
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
52
53
|
uuid_list: Union[Unset, str] = UNSET,
|
|
53
54
|
) -> dict[str, Any]:
|
|
54
55
|
params: dict[str, Any] = {}
|
|
@@ -169,6 +170,8 @@ def _get_kwargs(
|
|
|
169
170
|
|
|
170
171
|
params["type"] = json_type_
|
|
171
172
|
|
|
173
|
+
params["user_has_consent"] = user_has_consent
|
|
174
|
+
|
|
172
175
|
params["uuid_list"] = uuid_list
|
|
173
176
|
|
|
174
177
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -241,6 +244,7 @@ def sync_detailed(
|
|
|
241
244
|
shared: Union[Unset, bool] = UNSET,
|
|
242
245
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
243
246
|
type_: Union[Unset, list[str]] = UNSET,
|
|
247
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
244
248
|
uuid_list: Union[Unset, str] = UNSET,
|
|
245
249
|
) -> Response[list["ProviderOfferingCustomer"]]:
|
|
246
250
|
"""Get customers for offering.
|
|
@@ -276,6 +280,7 @@ def sync_detailed(
|
|
|
276
280
|
shared (Union[Unset, bool]):
|
|
277
281
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
278
282
|
type_ (Union[Unset, list[str]]):
|
|
283
|
+
user_has_consent (Union[Unset, bool]):
|
|
279
284
|
uuid_list (Union[Unset, str]):
|
|
280
285
|
|
|
281
286
|
Raises:
|
|
@@ -317,6 +322,7 @@ def sync_detailed(
|
|
|
317
322
|
shared=shared,
|
|
318
323
|
state=state,
|
|
319
324
|
type_=type_,
|
|
325
|
+
user_has_consent=user_has_consent,
|
|
320
326
|
uuid_list=uuid_list,
|
|
321
327
|
)
|
|
322
328
|
|
|
@@ -360,6 +366,7 @@ def sync(
|
|
|
360
366
|
shared: Union[Unset, bool] = UNSET,
|
|
361
367
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
362
368
|
type_: Union[Unset, list[str]] = UNSET,
|
|
369
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
363
370
|
uuid_list: Union[Unset, str] = UNSET,
|
|
364
371
|
) -> list["ProviderOfferingCustomer"]:
|
|
365
372
|
"""Get customers for offering.
|
|
@@ -395,6 +402,7 @@ def sync(
|
|
|
395
402
|
shared (Union[Unset, bool]):
|
|
396
403
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
397
404
|
type_ (Union[Unset, list[str]]):
|
|
405
|
+
user_has_consent (Union[Unset, bool]):
|
|
398
406
|
uuid_list (Union[Unset, str]):
|
|
399
407
|
|
|
400
408
|
Raises:
|
|
@@ -437,6 +445,7 @@ def sync(
|
|
|
437
445
|
shared=shared,
|
|
438
446
|
state=state,
|
|
439
447
|
type_=type_,
|
|
448
|
+
user_has_consent=user_has_consent,
|
|
440
449
|
uuid_list=uuid_list,
|
|
441
450
|
).parsed
|
|
442
451
|
|
|
@@ -474,6 +483,7 @@ async def asyncio_detailed(
|
|
|
474
483
|
shared: Union[Unset, bool] = UNSET,
|
|
475
484
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
476
485
|
type_: Union[Unset, list[str]] = UNSET,
|
|
486
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
477
487
|
uuid_list: Union[Unset, str] = UNSET,
|
|
478
488
|
) -> Response[list["ProviderOfferingCustomer"]]:
|
|
479
489
|
"""Get customers for offering.
|
|
@@ -509,6 +519,7 @@ async def asyncio_detailed(
|
|
|
509
519
|
shared (Union[Unset, bool]):
|
|
510
520
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
511
521
|
type_ (Union[Unset, list[str]]):
|
|
522
|
+
user_has_consent (Union[Unset, bool]):
|
|
512
523
|
uuid_list (Union[Unset, str]):
|
|
513
524
|
|
|
514
525
|
Raises:
|
|
@@ -550,6 +561,7 @@ async def asyncio_detailed(
|
|
|
550
561
|
shared=shared,
|
|
551
562
|
state=state,
|
|
552
563
|
type_=type_,
|
|
564
|
+
user_has_consent=user_has_consent,
|
|
553
565
|
uuid_list=uuid_list,
|
|
554
566
|
)
|
|
555
567
|
|
|
@@ -591,6 +603,7 @@ async def asyncio(
|
|
|
591
603
|
shared: Union[Unset, bool] = UNSET,
|
|
592
604
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
593
605
|
type_: Union[Unset, list[str]] = UNSET,
|
|
606
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
594
607
|
uuid_list: Union[Unset, str] = UNSET,
|
|
595
608
|
) -> list["ProviderOfferingCustomer"]:
|
|
596
609
|
"""Get customers for offering.
|
|
@@ -626,6 +639,7 @@ async def asyncio(
|
|
|
626
639
|
shared (Union[Unset, bool]):
|
|
627
640
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
628
641
|
type_ (Union[Unset, list[str]]):
|
|
642
|
+
user_has_consent (Union[Unset, bool]):
|
|
629
643
|
uuid_list (Union[Unset, str]):
|
|
630
644
|
|
|
631
645
|
Raises:
|
|
@@ -669,6 +683,7 @@ async def asyncio(
|
|
|
669
683
|
shared=shared,
|
|
670
684
|
state=state,
|
|
671
685
|
type_=type_,
|
|
686
|
+
user_has_consent=user_has_consent,
|
|
672
687
|
uuid_list=uuid_list,
|
|
673
688
|
)
|
|
674
689
|
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py
CHANGED
|
@@ -45,6 +45,7 @@ def _get_kwargs(
|
|
|
45
45
|
shared: Union[Unset, bool] = UNSET,
|
|
46
46
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
47
47
|
type_: Union[Unset, list[str]] = UNSET,
|
|
48
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
48
49
|
uuid_list: Union[Unset, str] = UNSET,
|
|
49
50
|
) -> dict[str, Any]:
|
|
50
51
|
params: dict[str, Any] = {}
|
|
@@ -165,6 +166,8 @@ def _get_kwargs(
|
|
|
165
166
|
|
|
166
167
|
params["type"] = json_type_
|
|
167
168
|
|
|
169
|
+
params["user_has_consent"] = user_has_consent
|
|
170
|
+
|
|
168
171
|
params["uuid_list"] = uuid_list
|
|
169
172
|
|
|
170
173
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -234,6 +237,7 @@ def sync_detailed(
|
|
|
234
237
|
shared: Union[Unset, bool] = UNSET,
|
|
235
238
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
236
239
|
type_: Union[Unset, list[str]] = UNSET,
|
|
240
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
237
241
|
uuid_list: Union[Unset, str] = UNSET,
|
|
238
242
|
) -> Response[int]:
|
|
239
243
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -268,6 +272,7 @@ def sync_detailed(
|
|
|
268
272
|
shared (Union[Unset, bool]):
|
|
269
273
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
270
274
|
type_ (Union[Unset, list[str]]):
|
|
275
|
+
user_has_consent (Union[Unset, bool]):
|
|
271
276
|
uuid_list (Union[Unset, str]):
|
|
272
277
|
|
|
273
278
|
Raises:
|
|
@@ -308,6 +313,7 @@ def sync_detailed(
|
|
|
308
313
|
shared=shared,
|
|
309
314
|
state=state,
|
|
310
315
|
type_=type_,
|
|
316
|
+
user_has_consent=user_has_consent,
|
|
311
317
|
uuid_list=uuid_list,
|
|
312
318
|
)
|
|
313
319
|
|
|
@@ -350,6 +356,7 @@ def sync(
|
|
|
350
356
|
shared: Union[Unset, bool] = UNSET,
|
|
351
357
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
352
358
|
type_: Union[Unset, list[str]] = UNSET,
|
|
359
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
353
360
|
uuid_list: Union[Unset, str] = UNSET,
|
|
354
361
|
) -> int:
|
|
355
362
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -384,6 +391,7 @@ def sync(
|
|
|
384
391
|
shared (Union[Unset, bool]):
|
|
385
392
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
386
393
|
type_ (Union[Unset, list[str]]):
|
|
394
|
+
user_has_consent (Union[Unset, bool]):
|
|
387
395
|
uuid_list (Union[Unset, str]):
|
|
388
396
|
|
|
389
397
|
Raises:
|
|
@@ -425,6 +433,7 @@ def sync(
|
|
|
425
433
|
shared=shared,
|
|
426
434
|
state=state,
|
|
427
435
|
type_=type_,
|
|
436
|
+
user_has_consent=user_has_consent,
|
|
428
437
|
uuid_list=uuid_list,
|
|
429
438
|
).parsed
|
|
430
439
|
|
|
@@ -461,6 +470,7 @@ async def asyncio_detailed(
|
|
|
461
470
|
shared: Union[Unset, bool] = UNSET,
|
|
462
471
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
463
472
|
type_: Union[Unset, list[str]] = UNSET,
|
|
473
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
464
474
|
uuid_list: Union[Unset, str] = UNSET,
|
|
465
475
|
) -> Response[int]:
|
|
466
476
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -495,6 +505,7 @@ async def asyncio_detailed(
|
|
|
495
505
|
shared (Union[Unset, bool]):
|
|
496
506
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
497
507
|
type_ (Union[Unset, list[str]]):
|
|
508
|
+
user_has_consent (Union[Unset, bool]):
|
|
498
509
|
uuid_list (Union[Unset, str]):
|
|
499
510
|
|
|
500
511
|
Raises:
|
|
@@ -535,6 +546,7 @@ async def asyncio_detailed(
|
|
|
535
546
|
shared=shared,
|
|
536
547
|
state=state,
|
|
537
548
|
type_=type_,
|
|
549
|
+
user_has_consent=user_has_consent,
|
|
538
550
|
uuid_list=uuid_list,
|
|
539
551
|
)
|
|
540
552
|
|
|
@@ -575,6 +587,7 @@ async def asyncio(
|
|
|
575
587
|
shared: Union[Unset, bool] = UNSET,
|
|
576
588
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
577
589
|
type_: Union[Unset, list[str]] = UNSET,
|
|
590
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
578
591
|
uuid_list: Union[Unset, str] = UNSET,
|
|
579
592
|
) -> int:
|
|
580
593
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -609,6 +622,7 @@ async def asyncio(
|
|
|
609
622
|
shared (Union[Unset, bool]):
|
|
610
623
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
611
624
|
type_ (Union[Unset, list[str]]):
|
|
625
|
+
user_has_consent (Union[Unset, bool]):
|
|
612
626
|
uuid_list (Union[Unset, str]):
|
|
613
627
|
|
|
614
628
|
Raises:
|
|
@@ -651,6 +665,7 @@ async def asyncio(
|
|
|
651
665
|
shared=shared,
|
|
652
666
|
state=state,
|
|
653
667
|
type_=type_,
|
|
668
|
+
user_has_consent=user_has_consent,
|
|
654
669
|
uuid_list=uuid_list,
|
|
655
670
|
)
|
|
656
671
|
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py
CHANGED
|
@@ -46,6 +46,7 @@ def _get_kwargs(
|
|
|
46
46
|
shared: Union[Unset, bool] = UNSET,
|
|
47
47
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
48
48
|
type_: Union[Unset, list[str]] = UNSET,
|
|
49
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
49
50
|
uuid_list: Union[Unset, str] = UNSET,
|
|
50
51
|
) -> dict[str, Any]:
|
|
51
52
|
params: dict[str, Any] = {}
|
|
@@ -166,6 +167,8 @@ def _get_kwargs(
|
|
|
166
167
|
|
|
167
168
|
params["type"] = json_type_
|
|
168
169
|
|
|
170
|
+
params["user_has_consent"] = user_has_consent
|
|
171
|
+
|
|
169
172
|
params["uuid_list"] = uuid_list
|
|
170
173
|
|
|
171
174
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -235,6 +238,7 @@ def sync_detailed(
|
|
|
235
238
|
shared: Union[Unset, bool] = UNSET,
|
|
236
239
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
237
240
|
type_: Union[Unset, list[str]] = UNSET,
|
|
241
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
238
242
|
uuid_list: Union[Unset, str] = UNSET,
|
|
239
243
|
) -> Response[list["OfferingGroups"]]:
|
|
240
244
|
"""
|
|
@@ -268,6 +272,7 @@ def sync_detailed(
|
|
|
268
272
|
shared (Union[Unset, bool]):
|
|
269
273
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
270
274
|
type_ (Union[Unset, list[str]]):
|
|
275
|
+
user_has_consent (Union[Unset, bool]):
|
|
271
276
|
uuid_list (Union[Unset, str]):
|
|
272
277
|
|
|
273
278
|
Raises:
|
|
@@ -308,6 +313,7 @@ def sync_detailed(
|
|
|
308
313
|
shared=shared,
|
|
309
314
|
state=state,
|
|
310
315
|
type_=type_,
|
|
316
|
+
user_has_consent=user_has_consent,
|
|
311
317
|
uuid_list=uuid_list,
|
|
312
318
|
)
|
|
313
319
|
|
|
@@ -350,6 +356,7 @@ def sync(
|
|
|
350
356
|
shared: Union[Unset, bool] = UNSET,
|
|
351
357
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
352
358
|
type_: Union[Unset, list[str]] = UNSET,
|
|
359
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
353
360
|
uuid_list: Union[Unset, str] = UNSET,
|
|
354
361
|
) -> list["OfferingGroups"]:
|
|
355
362
|
"""
|
|
@@ -383,6 +390,7 @@ def sync(
|
|
|
383
390
|
shared (Union[Unset, bool]):
|
|
384
391
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
385
392
|
type_ (Union[Unset, list[str]]):
|
|
393
|
+
user_has_consent (Union[Unset, bool]):
|
|
386
394
|
uuid_list (Union[Unset, str]):
|
|
387
395
|
|
|
388
396
|
Raises:
|
|
@@ -424,6 +432,7 @@ def sync(
|
|
|
424
432
|
shared=shared,
|
|
425
433
|
state=state,
|
|
426
434
|
type_=type_,
|
|
435
|
+
user_has_consent=user_has_consent,
|
|
427
436
|
uuid_list=uuid_list,
|
|
428
437
|
).parsed
|
|
429
438
|
|
|
@@ -460,6 +469,7 @@ async def asyncio_detailed(
|
|
|
460
469
|
shared: Union[Unset, bool] = UNSET,
|
|
461
470
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
462
471
|
type_: Union[Unset, list[str]] = UNSET,
|
|
472
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
463
473
|
uuid_list: Union[Unset, str] = UNSET,
|
|
464
474
|
) -> Response[list["OfferingGroups"]]:
|
|
465
475
|
"""
|
|
@@ -493,6 +503,7 @@ async def asyncio_detailed(
|
|
|
493
503
|
shared (Union[Unset, bool]):
|
|
494
504
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
495
505
|
type_ (Union[Unset, list[str]]):
|
|
506
|
+
user_has_consent (Union[Unset, bool]):
|
|
496
507
|
uuid_list (Union[Unset, str]):
|
|
497
508
|
|
|
498
509
|
Raises:
|
|
@@ -533,6 +544,7 @@ async def asyncio_detailed(
|
|
|
533
544
|
shared=shared,
|
|
534
545
|
state=state,
|
|
535
546
|
type_=type_,
|
|
547
|
+
user_has_consent=user_has_consent,
|
|
536
548
|
uuid_list=uuid_list,
|
|
537
549
|
)
|
|
538
550
|
|
|
@@ -573,6 +585,7 @@ async def asyncio(
|
|
|
573
585
|
shared: Union[Unset, bool] = UNSET,
|
|
574
586
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
575
587
|
type_: Union[Unset, list[str]] = UNSET,
|
|
588
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
576
589
|
uuid_list: Union[Unset, str] = UNSET,
|
|
577
590
|
) -> list["OfferingGroups"]:
|
|
578
591
|
"""
|
|
@@ -606,6 +619,7 @@ async def asyncio(
|
|
|
606
619
|
shared (Union[Unset, bool]):
|
|
607
620
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
608
621
|
type_ (Union[Unset, list[str]]):
|
|
622
|
+
user_has_consent (Union[Unset, bool]):
|
|
609
623
|
uuid_list (Union[Unset, str]):
|
|
610
624
|
|
|
611
625
|
Raises:
|
|
@@ -648,6 +662,7 @@ async def asyncio(
|
|
|
648
662
|
shared=shared,
|
|
649
663
|
state=state,
|
|
650
664
|
type_=type_,
|
|
665
|
+
user_has_consent=user_has_consent,
|
|
651
666
|
uuid_list=uuid_list,
|
|
652
667
|
)
|
|
653
668
|
).parsed
|
|
@@ -46,6 +46,7 @@ def _get_kwargs(
|
|
|
46
46
|
shared: Union[Unset, bool] = UNSET,
|
|
47
47
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
48
48
|
type_: Union[Unset, list[str]] = UNSET,
|
|
49
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
49
50
|
uuid_list: Union[Unset, str] = UNSET,
|
|
50
51
|
) -> dict[str, Any]:
|
|
51
52
|
params: dict[str, Any] = {}
|
|
@@ -175,6 +176,8 @@ def _get_kwargs(
|
|
|
175
176
|
|
|
176
177
|
params["type"] = json_type_
|
|
177
178
|
|
|
179
|
+
params["user_has_consent"] = user_has_consent
|
|
180
|
+
|
|
178
181
|
params["uuid_list"] = uuid_list
|
|
179
182
|
|
|
180
183
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -247,6 +250,7 @@ def sync_detailed(
|
|
|
247
250
|
shared: Union[Unset, bool] = UNSET,
|
|
248
251
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
249
252
|
type_: Union[Unset, list[str]] = UNSET,
|
|
253
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
250
254
|
uuid_list: Union[Unset, str] = UNSET,
|
|
251
255
|
) -> Response[list["ProviderOfferingDetails"]]:
|
|
252
256
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -282,6 +286,7 @@ def sync_detailed(
|
|
|
282
286
|
shared (Union[Unset, bool]):
|
|
283
287
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
284
288
|
type_ (Union[Unset, list[str]]):
|
|
289
|
+
user_has_consent (Union[Unset, bool]):
|
|
285
290
|
uuid_list (Union[Unset, str]):
|
|
286
291
|
|
|
287
292
|
Raises:
|
|
@@ -323,6 +328,7 @@ def sync_detailed(
|
|
|
323
328
|
shared=shared,
|
|
324
329
|
state=state,
|
|
325
330
|
type_=type_,
|
|
331
|
+
user_has_consent=user_has_consent,
|
|
326
332
|
uuid_list=uuid_list,
|
|
327
333
|
)
|
|
328
334
|
|
|
@@ -366,6 +372,7 @@ def sync(
|
|
|
366
372
|
shared: Union[Unset, bool] = UNSET,
|
|
367
373
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
368
374
|
type_: Union[Unset, list[str]] = UNSET,
|
|
375
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
369
376
|
uuid_list: Union[Unset, str] = UNSET,
|
|
370
377
|
) -> list["ProviderOfferingDetails"]:
|
|
371
378
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -401,6 +408,7 @@ def sync(
|
|
|
401
408
|
shared (Union[Unset, bool]):
|
|
402
409
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
403
410
|
type_ (Union[Unset, list[str]]):
|
|
411
|
+
user_has_consent (Union[Unset, bool]):
|
|
404
412
|
uuid_list (Union[Unset, str]):
|
|
405
413
|
|
|
406
414
|
Raises:
|
|
@@ -443,6 +451,7 @@ def sync(
|
|
|
443
451
|
shared=shared,
|
|
444
452
|
state=state,
|
|
445
453
|
type_=type_,
|
|
454
|
+
user_has_consent=user_has_consent,
|
|
446
455
|
uuid_list=uuid_list,
|
|
447
456
|
).parsed
|
|
448
457
|
|
|
@@ -480,6 +489,7 @@ async def asyncio_detailed(
|
|
|
480
489
|
shared: Union[Unset, bool] = UNSET,
|
|
481
490
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
482
491
|
type_: Union[Unset, list[str]] = UNSET,
|
|
492
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
483
493
|
uuid_list: Union[Unset, str] = UNSET,
|
|
484
494
|
) -> Response[list["ProviderOfferingDetails"]]:
|
|
485
495
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -515,6 +525,7 @@ async def asyncio_detailed(
|
|
|
515
525
|
shared (Union[Unset, bool]):
|
|
516
526
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
517
527
|
type_ (Union[Unset, list[str]]):
|
|
528
|
+
user_has_consent (Union[Unset, bool]):
|
|
518
529
|
uuid_list (Union[Unset, str]):
|
|
519
530
|
|
|
520
531
|
Raises:
|
|
@@ -556,6 +567,7 @@ async def asyncio_detailed(
|
|
|
556
567
|
shared=shared,
|
|
557
568
|
state=state,
|
|
558
569
|
type_=type_,
|
|
570
|
+
user_has_consent=user_has_consent,
|
|
559
571
|
uuid_list=uuid_list,
|
|
560
572
|
)
|
|
561
573
|
|
|
@@ -597,6 +609,7 @@ async def asyncio(
|
|
|
597
609
|
shared: Union[Unset, bool] = UNSET,
|
|
598
610
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
599
611
|
type_: Union[Unset, list[str]] = UNSET,
|
|
612
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
600
613
|
uuid_list: Union[Unset, str] = UNSET,
|
|
601
614
|
) -> list["ProviderOfferingDetails"]:
|
|
602
615
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -632,6 +645,7 @@ async def asyncio(
|
|
|
632
645
|
shared (Union[Unset, bool]):
|
|
633
646
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
634
647
|
type_ (Union[Unset, list[str]]):
|
|
648
|
+
user_has_consent (Union[Unset, bool]):
|
|
635
649
|
uuid_list (Union[Unset, str]):
|
|
636
650
|
|
|
637
651
|
Raises:
|
|
@@ -675,6 +689,7 @@ async def asyncio(
|
|
|
675
689
|
shared=shared,
|
|
676
690
|
state=state,
|
|
677
691
|
type_=type_,
|
|
692
|
+
user_has_consent=user_has_consent,
|
|
678
693
|
uuid_list=uuid_list,
|
|
679
694
|
)
|
|
680
695
|
).parsed
|