waldur-api-client 7.7.9__py3-none-any.whl → 7.8.0__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 (70) hide show
  1. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +15 -0
  2. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +15 -0
  3. waldur_api_client/api/{rancher_clusters/rancher_clusters_destroy.py → marketplace_orders/marketplace_orders_delete_attachment.py} +6 -4
  4. waldur_api_client/api/{rancher_clusters/rancher_clusters_create.py → marketplace_orders/marketplace_orders_update_attachment.py} +47 -29
  5. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
  6. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
  7. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
  8. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
  9. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
  10. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
  11. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
  12. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
  13. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
  14. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
  15. waldur_api_client/models/__init__.py +8 -4
  16. waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
  17. waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
  18. waldur_api_client/models/country_enum.py +211 -0
  19. waldur_api_client/models/customer_request.py +9 -0
  20. waldur_api_client/models/deployment_mode_enum.py +9 -0
  21. waldur_api_client/models/identity_provider.py +57 -0
  22. waldur_api_client/models/identity_provider_request.py +57 -0
  23. waldur_api_client/models/issue.py +8 -17
  24. waldur_api_client/models/issue_request.py +8 -17
  25. waldur_api_client/models/issue_type_enum.py +4 -4
  26. waldur_api_client/models/marketplace_offering_users_list_field_item.py +2 -0
  27. waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
  28. waldur_api_client/models/marketplace_orders_list_field_item.py +2 -0
  29. waldur_api_client/models/marketplace_orders_retrieve_field_item.py +2 -0
  30. waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -0
  31. waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -0
  32. waldur_api_client/models/merged_plugin_options.py +27 -0
  33. waldur_api_client/models/merged_plugin_options_request.py +27 -0
  34. waldur_api_client/models/offering.py +9 -0
  35. waldur_api_client/models/offering_create.py +9 -8
  36. waldur_api_client/models/offering_create_request.py +9 -0
  37. waldur_api_client/models/offering_overview_update_request.py +9 -0
  38. waldur_api_client/models/offering_terms_of_service.py +42 -1
  39. waldur_api_client/models/offering_user.py +18 -0
  40. waldur_api_client/models/open_stack_tenant_create_order_attributes.py +0 -18
  41. waldur_api_client/models/open_stack_tenant_request.py +18 -0
  42. waldur_api_client/models/order_attachment.py +71 -0
  43. waldur_api_client/models/order_attachment_request.py +84 -0
  44. waldur_api_client/models/order_create.py +58 -16
  45. waldur_api_client/models/order_create_request.py +44 -62
  46. waldur_api_client/models/order_details.py +65 -16
  47. waldur_api_client/models/patched_customer_request.py +9 -0
  48. waldur_api_client/models/patched_identity_provider_request.py +58 -0
  49. waldur_api_client/models/patched_project_request.py +9 -0
  50. waldur_api_client/models/patched_protected_call_request.py +9 -0
  51. waldur_api_client/models/patched_protected_round_request.py +2 -2
  52. waldur_api_client/models/patched_service_provider_request.py +9 -0
  53. waldur_api_client/models/patched_user_request.py +9 -0
  54. waldur_api_client/models/project_request.py +9 -0
  55. waldur_api_client/models/protected_call_request.py +9 -0
  56. waldur_api_client/models/protected_round.py +2 -2
  57. waldur_api_client/models/protected_round_request.py +2 -2
  58. waldur_api_client/models/provider_offering_details_request.py +9 -0
  59. waldur_api_client/models/public_offering_details.py +9 -0
  60. waldur_api_client/models/rancher_cluster_request.py +1 -48
  61. waldur_api_client/models/resource_update_limits_request.py +56 -1
  62. waldur_api_client/models/service_provider_request.py +9 -0
  63. waldur_api_client/models/user_consent_info.py +86 -0
  64. waldur_api_client/models/user_request.py +9 -0
  65. {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.0.dist-info}/METADATA +4 -2
  66. {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.0.dist-info}/RECORD +68 -66
  67. {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.0.dist-info}/WHEEL +1 -1
  68. waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +0 -144
  69. waldur_api_client/models/marketplace_rancher_create_order_attributes.py +0 -145
  70. {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.0.dist-info/licenses}/LICENSE +0 -0
@@ -46,6 +46,7 @@ def _get_kwargs(
46
46
  shared: Union[Unset, bool] = UNSET,
47
47
  state: Union[Unset, list[MarketplacePublicOfferingsListStateItem]] = 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[MarketplacePublicOfferingsListStateItem]] = 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["PublicOfferingDetails"]]:
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[MarketplacePublicOfferingsListStateItem]]):
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[MarketplacePublicOfferingsListStateItem]] = 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["PublicOfferingDetails"]:
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[MarketplacePublicOfferingsListStateItem]]):
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[MarketplacePublicOfferingsListStateItem]] = 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["PublicOfferingDetails"]]:
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[MarketplacePublicOfferingsListStateItem]]):
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[MarketplacePublicOfferingsListStateItem]] = 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["PublicOfferingDetails"]:
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[MarketplacePublicOfferingsListStateItem]]):
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
@@ -51,6 +51,7 @@ def _get_kwargs(
51
51
  shared: Union[Unset, bool] = UNSET,
52
52
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
53
53
  type_: Union[Unset, list[str]] = UNSET,
54
+ user_has_consent: Union[Unset, bool] = UNSET,
54
55
  uuid_list: Union[Unset, str] = UNSET,
55
56
  ) -> dict[str, Any]:
56
57
  params: dict[str, Any] = {}
@@ -180,6 +181,8 @@ def _get_kwargs(
180
181
 
181
182
  params["type"] = json_type_
182
183
 
184
+ params["user_has_consent"] = user_has_consent
185
+
183
186
  params["uuid_list"] = uuid_list
184
187
 
185
188
  params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
@@ -253,6 +256,7 @@ def sync_detailed(
253
256
  shared: Union[Unset, bool] = UNSET,
254
257
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
255
258
  type_: Union[Unset, list[str]] = UNSET,
259
+ user_has_consent: Union[Unset, bool] = UNSET,
256
260
  uuid_list: Union[Unset, str] = UNSET,
257
261
  ) -> Response[list["ProviderOffering"]]:
258
262
  """Return offerings of service provider.
@@ -289,6 +293,7 @@ def sync_detailed(
289
293
  shared (Union[Unset, bool]):
290
294
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
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:
@@ -331,6 +336,7 @@ def sync_detailed(
331
336
  shared=shared,
332
337
  state=state,
333
338
  type_=type_,
339
+ user_has_consent=user_has_consent,
334
340
  uuid_list=uuid_list,
335
341
  )
336
342
 
@@ -375,6 +381,7 @@ def sync(
375
381
  shared: Union[Unset, bool] = UNSET,
376
382
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
377
383
  type_: Union[Unset, list[str]] = UNSET,
384
+ user_has_consent: Union[Unset, bool] = UNSET,
378
385
  uuid_list: Union[Unset, str] = UNSET,
379
386
  ) -> list["ProviderOffering"]:
380
387
  """Return offerings of service provider.
@@ -411,6 +418,7 @@ def sync(
411
418
  shared (Union[Unset, bool]):
412
419
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
413
420
  type_ (Union[Unset, list[str]]):
421
+ user_has_consent (Union[Unset, bool]):
414
422
  uuid_list (Union[Unset, str]):
415
423
 
416
424
  Raises:
@@ -454,6 +462,7 @@ def sync(
454
462
  shared=shared,
455
463
  state=state,
456
464
  type_=type_,
465
+ user_has_consent=user_has_consent,
457
466
  uuid_list=uuid_list,
458
467
  ).parsed
459
468
 
@@ -492,6 +501,7 @@ async def asyncio_detailed(
492
501
  shared: Union[Unset, bool] = UNSET,
493
502
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
494
503
  type_: Union[Unset, list[str]] = UNSET,
504
+ user_has_consent: Union[Unset, bool] = UNSET,
495
505
  uuid_list: Union[Unset, str] = UNSET,
496
506
  ) -> Response[list["ProviderOffering"]]:
497
507
  """Return offerings of service provider.
@@ -528,6 +538,7 @@ async def asyncio_detailed(
528
538
  shared (Union[Unset, bool]):
529
539
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
530
540
  type_ (Union[Unset, list[str]]):
541
+ user_has_consent (Union[Unset, bool]):
531
542
  uuid_list (Union[Unset, str]):
532
543
 
533
544
  Raises:
@@ -570,6 +581,7 @@ async def asyncio_detailed(
570
581
  shared=shared,
571
582
  state=state,
572
583
  type_=type_,
584
+ user_has_consent=user_has_consent,
573
585
  uuid_list=uuid_list,
574
586
  )
575
587
 
@@ -612,6 +624,7 @@ async def asyncio(
612
624
  shared: Union[Unset, bool] = UNSET,
613
625
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
614
626
  type_: Union[Unset, list[str]] = UNSET,
627
+ user_has_consent: Union[Unset, bool] = UNSET,
615
628
  uuid_list: Union[Unset, str] = UNSET,
616
629
  ) -> list["ProviderOffering"]:
617
630
  """Return offerings of service provider.
@@ -648,6 +661,7 @@ async def asyncio(
648
661
  shared (Union[Unset, bool]):
649
662
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
650
663
  type_ (Union[Unset, list[str]]):
664
+ user_has_consent (Union[Unset, bool]):
651
665
  uuid_list (Union[Unset, str]):
652
666
 
653
667
  Raises:
@@ -692,6 +706,7 @@ async def asyncio(
692
706
  shared=shared,
693
707
  state=state,
694
708
  type_=type_,
709
+ user_has_consent=user_has_consent,
695
710
  uuid_list=uuid_list,
696
711
  )
697
712
  ).parsed
@@ -285,6 +285,7 @@ from .data_volume_request import DataVolumeRequest
285
285
  from .deciding_entity_enum import DecidingEntityEnum
286
286
  from .delete_attachments_request import DeleteAttachmentsRequest
287
287
  from .dependency_logic_operator_enum import DependencyLogicOperatorEnum
288
+ from .deployment_mode_enum import DeploymentModeEnum
288
289
  from .detail_state import DetailState
289
290
  from .digital_ocean_droplet import DigitalOceanDroplet
290
291
  from .digital_ocean_droplet_marketplace_offering_plugin_options_type_0 import (
@@ -496,7 +497,6 @@ from .marketplace_integration_statuses_count_o_item import MarketplaceIntegratio
496
497
  from .marketplace_integration_statuses_count_status_item import MarketplaceIntegrationStatusesCountStatusItem
497
498
  from .marketplace_integration_statuses_list_o_item import MarketplaceIntegrationStatusesListOItem
498
499
  from .marketplace_integration_statuses_list_status_item import MarketplaceIntegrationStatusesListStatusItem
499
- from .marketplace_managed_rancher_create_order_attributes import MarketplaceManagedRancherCreateOrderAttributes
500
500
  from .marketplace_offering_files_count_o_item import MarketplaceOfferingFilesCountOItem
501
501
  from .marketplace_offering_files_list_field_item import MarketplaceOfferingFilesListFieldItem
502
502
  from .marketplace_offering_files_list_o_item import MarketplaceOfferingFilesListOItem
@@ -580,7 +580,6 @@ from .marketplace_public_offerings_list_field_item import MarketplacePublicOffer
580
580
  from .marketplace_public_offerings_list_o_item import MarketplacePublicOfferingsListOItem
581
581
  from .marketplace_public_offerings_list_state_item import MarketplacePublicOfferingsListStateItem
582
582
  from .marketplace_public_offerings_retrieve_field_item import MarketplacePublicOfferingsRetrieveFieldItem
583
- from .marketplace_rancher_create_order_attributes import MarketplaceRancherCreateOrderAttributes
584
583
  from .marketplace_resources_count_o_item import MarketplaceResourcesCountOItem
585
584
  from .marketplace_resources_count_state_item import MarketplaceResourcesCountStateItem
586
585
  from .marketplace_resources_details_retrieve_field_item import MarketplaceResourcesDetailsRetrieveFieldItem
@@ -924,6 +923,8 @@ from .openstack_volumes_retrieve_field_item import OpenstackVolumesRetrieveField
924
923
  from .option_field import OptionField
925
924
  from .option_field_request import OptionFieldRequest
926
925
  from .option_field_type_enum import OptionFieldTypeEnum
926
+ from .order_attachment import OrderAttachment
927
+ from .order_attachment_request import OrderAttachmentRequest
927
928
  from .order_create import OrderCreate
928
929
  from .order_create_limits import OrderCreateLimits
929
930
  from .order_create_request import OrderCreateRequest
@@ -1482,6 +1483,7 @@ from .user_agreement_request import UserAgreementRequest
1482
1483
  from .user_agreements_count_agreement_type import UserAgreementsCountAgreementType
1483
1484
  from .user_agreements_list_agreement_type import UserAgreementsListAgreementType
1484
1485
  from .user_auth_token import UserAuthToken
1486
+ from .user_consent_info import UserConsentInfo
1485
1487
  from .user_email_change_request import UserEmailChangeRequest
1486
1488
  from .user_group_invitations_count_o_item import UserGroupInvitationsCountOItem
1487
1489
  from .user_group_invitations_list_o_item import UserGroupInvitationsListOItem
@@ -1847,6 +1849,7 @@ __all__ = (
1847
1849
  "DecidingEntityEnum",
1848
1850
  "DeleteAttachmentsRequest",
1849
1851
  "DependencyLogicOperatorEnum",
1852
+ "DeploymentModeEnum",
1850
1853
  "DetailState",
1851
1854
  "DigitalOceanDroplet",
1852
1855
  "DigitalOceanDropletMarketplaceOfferingPluginOptionsType0",
@@ -2050,7 +2053,6 @@ __all__ = (
2050
2053
  "MarketplaceIntegrationStatusesCountStatusItem",
2051
2054
  "MarketplaceIntegrationStatusesListOItem",
2052
2055
  "MarketplaceIntegrationStatusesListStatusItem",
2053
- "MarketplaceManagedRancherCreateOrderAttributes",
2054
2056
  "MarketplaceOfferingFilesCountOItem",
2055
2057
  "MarketplaceOfferingFilesListFieldItem",
2056
2058
  "MarketplaceOfferingFilesListOItem",
@@ -2120,7 +2122,6 @@ __all__ = (
2120
2122
  "MarketplacePublicOfferingsListOItem",
2121
2123
  "MarketplacePublicOfferingsListStateItem",
2122
2124
  "MarketplacePublicOfferingsRetrieveFieldItem",
2123
- "MarketplaceRancherCreateOrderAttributes",
2124
2125
  "MarketplaceResourcesCountOItem",
2125
2126
  "MarketplaceResourcesCountStateItem",
2126
2127
  "MarketplaceResourcesDetailsRetrieveFieldItem",
@@ -2426,6 +2427,8 @@ __all__ = (
2426
2427
  "OptionField",
2427
2428
  "OptionFieldRequest",
2428
2429
  "OptionFieldTypeEnum",
2430
+ "OrderAttachment",
2431
+ "OrderAttachmentRequest",
2429
2432
  "OrderCreate",
2430
2433
  "OrderCreateLimits",
2431
2434
  "OrderCreateRequest",
@@ -2956,6 +2959,7 @@ __all__ = (
2956
2959
  "UserAgreementsCountAgreementType",
2957
2960
  "UserAgreementsListAgreementType",
2958
2961
  "UserAuthToken",
2962
+ "UserConsentInfo",
2959
2963
  "UserEmailChangeRequest",
2960
2964
  "UserGroupInvitationsCountOItem",
2961
2965
  "UserGroupInvitationsListOItem",
@@ -61,6 +61,7 @@ class BookingOfferingsListFieldItem(str, Enum):
61
61
  TOTAL_CUSTOMERS = "total_customers"
62
62
  TYPE = "type"
63
63
  URL = "url"
64
+ USER_HAS_CONSENT = "user_has_consent"
64
65
  UUID = "uuid"
65
66
  VENDOR_DETAILS = "vendor_details"
66
67
 
@@ -61,6 +61,7 @@ class BookingOfferingsRetrieveFieldItem(str, Enum):
61
61
  TOTAL_CUSTOMERS = "total_customers"
62
62
  TYPE = "type"
63
63
  URL = "url"
64
+ USER_HAS_CONSENT = "user_has_consent"
64
65
  UUID = "uuid"
65
66
  VENDOR_DETAILS = "vendor_details"
66
67
 
@@ -2,45 +2,256 @@ from enum import Enum
2
2
 
3
3
 
4
4
  class CountryEnum(str, Enum):
5
+ AD = "AD"
6
+ AE = "AE"
7
+ AF = "AF"
8
+ AG = "AG"
9
+ AI = "AI"
5
10
  AL = "AL"
11
+ AM = "AM"
12
+ AO = "AO"
13
+ AQ = "AQ"
14
+ AR = "AR"
15
+ AS = "AS"
6
16
  AT = "AT"
17
+ AU = "AU"
18
+ AW = "AW"
19
+ AX = "AX"
20
+ AZ = "AZ"
7
21
  BA = "BA"
22
+ BB = "BB"
23
+ BD = "BD"
8
24
  BE = "BE"
25
+ BF = "BF"
9
26
  BG = "BG"
27
+ BH = "BH"
28
+ BI = "BI"
29
+ BJ = "BJ"
30
+ BL = "BL"
31
+ BM = "BM"
32
+ BN = "BN"
33
+ BO = "BO"
34
+ BQ = "BQ"
35
+ BR = "BR"
36
+ BS = "BS"
37
+ BT = "BT"
38
+ BV = "BV"
39
+ BW = "BW"
40
+ BY = "BY"
41
+ BZ = "BZ"
42
+ CA = "CA"
43
+ CC = "CC"
44
+ CD = "CD"
45
+ CF = "CF"
46
+ CG = "CG"
10
47
  CH = "CH"
48
+ CI = "CI"
49
+ CK = "CK"
50
+ CL = "CL"
51
+ CM = "CM"
52
+ CN = "CN"
53
+ CO = "CO"
54
+ CR = "CR"
55
+ CU = "CU"
56
+ CV = "CV"
57
+ CW = "CW"
58
+ CX = "CX"
11
59
  CY = "CY"
12
60
  CZ = "CZ"
13
61
  DE = "DE"
62
+ DJ = "DJ"
14
63
  DK = "DK"
64
+ DM = "DM"
65
+ DO = "DO"
66
+ DZ = "DZ"
67
+ EC = "EC"
15
68
  EE = "EE"
69
+ EG = "EG"
70
+ EH = "EH"
71
+ ER = "ER"
16
72
  ES = "ES"
73
+ ET = "ET"
17
74
  EU = "EU"
18
75
  FI = "FI"
76
+ FJ = "FJ"
77
+ FK = "FK"
78
+ FM = "FM"
79
+ FO = "FO"
19
80
  FR = "FR"
81
+ GA = "GA"
20
82
  GB = "GB"
83
+ GD = "GD"
21
84
  GE = "GE"
85
+ GF = "GF"
86
+ GG = "GG"
87
+ GH = "GH"
88
+ GI = "GI"
89
+ GL = "GL"
90
+ GM = "GM"
91
+ GN = "GN"
92
+ GP = "GP"
93
+ GQ = "GQ"
22
94
  GR = "GR"
95
+ GS = "GS"
96
+ GT = "GT"
97
+ GU = "GU"
98
+ GW = "GW"
99
+ GY = "GY"
100
+ HK = "HK"
101
+ HM = "HM"
102
+ HN = "HN"
23
103
  HR = "HR"
104
+ HT = "HT"
24
105
  HU = "HU"
106
+ ID = "ID"
25
107
  IE = "IE"
108
+ IL = "IL"
109
+ IM = "IM"
110
+ IN = "IN"
111
+ IO = "IO"
112
+ IQ = "IQ"
113
+ IR = "IR"
26
114
  IS = "IS"
27
115
  IT = "IT"
116
+ JE = "JE"
117
+ JM = "JM"
118
+ JO = "JO"
119
+ JP = "JP"
120
+ KE = "KE"
121
+ KG = "KG"
122
+ KH = "KH"
123
+ KI = "KI"
124
+ KM = "KM"
125
+ KN = "KN"
126
+ KP = "KP"
127
+ KR = "KR"
128
+ KW = "KW"
129
+ KY = "KY"
130
+ KZ = "KZ"
131
+ LA = "LA"
132
+ LB = "LB"
133
+ LC = "LC"
134
+ LI = "LI"
135
+ LK = "LK"
136
+ LR = "LR"
137
+ LS = "LS"
28
138
  LT = "LT"
29
139
  LU = "LU"
30
140
  LV = "LV"
141
+ LY = "LY"
142
+ MA = "MA"
31
143
  MC = "MC"
144
+ MD = "MD"
145
+ ME = "ME"
146
+ MF = "MF"
147
+ MG = "MG"
148
+ MH = "MH"
32
149
  MK = "MK"
150
+ ML = "ML"
151
+ MM = "MM"
152
+ MN = "MN"
153
+ MO = "MO"
154
+ MP = "MP"
155
+ MQ = "MQ"
156
+ MR = "MR"
157
+ MS = "MS"
33
158
  MT = "MT"
159
+ MU = "MU"
160
+ MV = "MV"
161
+ MW = "MW"
162
+ MX = "MX"
163
+ MY = "MY"
164
+ MZ = "MZ"
165
+ NA = "NA"
166
+ NC = "NC"
167
+ NE = "NE"
168
+ NF = "NF"
169
+ NG = "NG"
170
+ NI = "NI"
34
171
  NL = "NL"
35
172
  NO = "NO"
173
+ NP = "NP"
174
+ NR = "NR"
175
+ NU = "NU"
176
+ NZ = "NZ"
177
+ OM = "OM"
178
+ PA = "PA"
179
+ PE = "PE"
180
+ PF = "PF"
181
+ PG = "PG"
182
+ PH = "PH"
183
+ PK = "PK"
36
184
  PL = "PL"
185
+ PM = "PM"
186
+ PN = "PN"
187
+ PR = "PR"
188
+ PS = "PS"
37
189
  PT = "PT"
190
+ PW = "PW"
191
+ PY = "PY"
192
+ QA = "QA"
193
+ RE = "RE"
38
194
  RO = "RO"
39
195
  RS = "RS"
196
+ RU = "RU"
197
+ RW = "RW"
198
+ SA = "SA"
199
+ SB = "SB"
200
+ SC = "SC"
201
+ SD = "SD"
40
202
  SE = "SE"
203
+ SG = "SG"
204
+ SH = "SH"
41
205
  SI = "SI"
206
+ SJ = "SJ"
42
207
  SK = "SK"
208
+ SL = "SL"
209
+ SM = "SM"
210
+ SN = "SN"
211
+ SO = "SO"
212
+ SR = "SR"
213
+ SS = "SS"
214
+ ST = "ST"
215
+ SV = "SV"
216
+ SX = "SX"
217
+ SY = "SY"
218
+ SZ = "SZ"
219
+ TC = "TC"
220
+ TD = "TD"
221
+ TF = "TF"
222
+ TG = "TG"
223
+ TH = "TH"
224
+ TJ = "TJ"
225
+ TK = "TK"
226
+ TL = "TL"
227
+ TM = "TM"
228
+ TN = "TN"
229
+ TO = "TO"
230
+ TR = "TR"
231
+ TT = "TT"
232
+ TV = "TV"
233
+ TW = "TW"
234
+ TZ = "TZ"
43
235
  UA = "UA"
236
+ UG = "UG"
237
+ UM = "UM"
238
+ US = "US"
239
+ UY = "UY"
240
+ UZ = "UZ"
241
+ VA = "VA"
242
+ VC = "VC"
243
+ VE = "VE"
244
+ VG = "VG"
245
+ VI = "VI"
246
+ VN = "VN"
247
+ VU = "VU"
248
+ WF = "WF"
249
+ WS = "WS"
250
+ YE = "YE"
251
+ YT = "YT"
252
+ ZA = "ZA"
253
+ ZM = "ZM"
254
+ ZW = "ZW"
44
255
 
45
256
  def __str__(self) -> str:
46
257
  return str(self.value)
@@ -20,6 +20,7 @@ class CustomerRequest:
20
20
  name (str):
21
21
  backend_id (Union[Unset, str]): Organization identifier in another application.
22
22
  image (Union[File, None, Unset]):
23
+ slug (Union[Unset, str]):
23
24
  native_name (Union[Unset, str]):
24
25
  abbreviation (Union[Unset, str]):
25
26
  description (Union[Unset, str]):
@@ -41,6 +42,7 @@ class CustomerRequest:
41
42
  name: str
42
43
  backend_id: Union[Unset, str] = UNSET
43
44
  image: Union[File, None, Unset] = UNSET
45
+ slug: Union[Unset, str] = UNSET
44
46
  native_name: Union[Unset, str] = UNSET
45
47
  abbreviation: Union[Unset, str] = UNSET
46
48
  description: Union[Unset, str] = UNSET
@@ -73,6 +75,8 @@ class CustomerRequest:
73
75
  else:
74
76
  image = self.image
75
77
 
78
+ slug = self.slug
79
+
76
80
  native_name = self.native_name
77
81
 
78
82
  abbreviation = self.abbreviation
@@ -130,6 +134,8 @@ class CustomerRequest:
130
134
  field_dict["backend_id"] = backend_id
131
135
  if image is not UNSET:
132
136
  field_dict["image"] = image
137
+ if slug is not UNSET:
138
+ field_dict["slug"] = slug
133
139
  if native_name is not UNSET:
134
140
  field_dict["native_name"] = native_name
135
141
  if abbreviation is not UNSET:
@@ -189,6 +195,8 @@ class CustomerRequest:
189
195
 
190
196
  image = _parse_image(d.pop("image", UNSET))
191
197
 
198
+ slug = d.pop("slug", UNSET)
199
+
192
200
  native_name = d.pop("native_name", UNSET)
193
201
 
194
202
  abbreviation = d.pop("abbreviation", UNSET)
@@ -256,6 +264,7 @@ class CustomerRequest:
256
264
  name=name,
257
265
  backend_id=backend_id,
258
266
  image=image,
267
+ slug=slug,
259
268
  native_name=native_name,
260
269
  abbreviation=abbreviation,
261
270
  description=description,
@@ -0,0 +1,9 @@
1
+ from enum import Enum
2
+
3
+
4
+ class DeploymentModeEnum(str, Enum):
5
+ MANAGED = "managed"
6
+ SELF_MANAGED = "self_managed"
7
+
8
+ def __str__(self) -> str:
9
+ return str(self.value)