@@ -64,8 +64,10 @@ def __init__(self, configuration: Configuration = None) -> None:
6464 @validate_call
6565 def approve_subscription (
6666 self ,
67- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
68- subscription_id : Annotated [StrictStr , Field (description = "The subscription ID." )],
67+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
68+ subscription_id : Annotated [
69+ str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The subscription ID." )
70+ ],
6971 approve_subscription_payload : Optional [ApproveSubscriptionPayload ] = None ,
7072 _request_timeout : Union [
7173 None ,
@@ -136,8 +138,10 @@ def approve_subscription(
136138 @validate_call
137139 def approve_subscription_with_http_info (
138140 self ,
139- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
140- subscription_id : Annotated [StrictStr , Field (description = "The subscription ID." )],
141+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
142+ subscription_id : Annotated [
143+ str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The subscription ID." )
144+ ],
141145 approve_subscription_payload : Optional [ApproveSubscriptionPayload ] = None ,
142146 _request_timeout : Union [
143147 None ,
@@ -208,8 +212,10 @@ def approve_subscription_with_http_info(
208212 @validate_call
209213 def approve_subscription_without_preload_content (
210214 self ,
211- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
212- subscription_id : Annotated [StrictStr , Field (description = "The subscription ID." )],
215+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
216+ subscription_id : Annotated [
217+ str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The subscription ID." )
218+ ],
213219 approve_subscription_payload : Optional [ApproveSubscriptionPayload ] = None ,
214220 _request_timeout : Union [
215221 None ,
@@ -340,7 +346,7 @@ def _approve_subscription_serialize(
340346 @validate_call
341347 def get_catalog_product (
342348 self ,
343- product_id : Annotated [StrictStr , Field (description = "The product ID." )],
349+ product_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The product ID." )],
344350 locale : Annotated [Optional [StrictStr ], Field (description = "The language of the response." )] = None ,
345351 _request_timeout : Union [
346352 None ,
@@ -408,7 +414,7 @@ def get_catalog_product(
408414 @validate_call
409415 def get_catalog_product_with_http_info (
410416 self ,
411- product_id : Annotated [StrictStr , Field (description = "The product ID." )],
417+ product_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The product ID." )],
412418 locale : Annotated [Optional [StrictStr ], Field (description = "The language of the response." )] = None ,
413419 _request_timeout : Union [
414420 None ,
@@ -476,7 +482,7 @@ def get_catalog_product_with_http_info(
476482 @validate_call
477483 def get_catalog_product_without_preload_content (
478484 self ,
479- product_id : Annotated [StrictStr , Field (description = "The product ID." )],
485+ product_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The product ID." )],
480486 locale : Annotated [Optional [StrictStr ], Field (description = "The language of the response." )] = None ,
481487 _request_timeout : Union [
482488 None ,
@@ -595,8 +601,10 @@ def _get_catalog_product_serialize(
595601 @validate_call
596602 def get_vendor_subscription (
597603 self ,
598- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
599- subscription_id : Annotated [StrictStr , Field (description = "The subscription ID." )],
604+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
605+ subscription_id : Annotated [
606+ str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The subscription ID." )
607+ ],
600608 _request_timeout : Union [
601609 None ,
602610 Annotated [StrictFloat , Field (gt = 0 )],
@@ -663,8 +671,10 @@ def get_vendor_subscription(
663671 @validate_call
664672 def get_vendor_subscription_with_http_info (
665673 self ,
666- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
667- subscription_id : Annotated [StrictStr , Field (description = "The subscription ID." )],
674+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
675+ subscription_id : Annotated [
676+ str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The subscription ID." )
677+ ],
668678 _request_timeout : Union [
669679 None ,
670680 Annotated [StrictFloat , Field (gt = 0 )],
@@ -731,8 +741,10 @@ def get_vendor_subscription_with_http_info(
731741 @validate_call
732742 def get_vendor_subscription_without_preload_content (
733743 self ,
734- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
735- subscription_id : Annotated [StrictStr , Field (description = "The subscription ID." )],
744+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
745+ subscription_id : Annotated [
746+ str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The subscription ID." )
747+ ],
736748 _request_timeout : Union [
737749 None ,
738750 Annotated [StrictFloat , Field (gt = 0 )],
@@ -1471,7 +1483,7 @@ def _list_catalog_products_serialize(
14711483 @validate_call
14721484 def list_vendor_subscriptions (
14731485 self ,
1474- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
1486+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
14751487 cursor : Annotated [
14761488 Optional [StrictStr ],
14771489 Field (
@@ -1488,7 +1500,10 @@ def list_vendor_subscriptions(
14881500 description = "The maximum number of items to return in the response. If maximum is exceeded, maximum is used."
14891501 ),
14901502 ] = None ,
1491- product_id : Annotated [Optional [StrictStr ], Field (description = "The product ID." )] = None ,
1503+ product_id : Annotated [
1504+ Optional [Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 )]],
1505+ Field (description = "The product ID." ),
1506+ ] = None ,
14921507 _request_timeout : Union [
14931508 None ,
14941509 Annotated [StrictFloat , Field (gt = 0 )],
@@ -1560,7 +1575,7 @@ def list_vendor_subscriptions(
15601575 @validate_call
15611576 def list_vendor_subscriptions_with_http_info (
15621577 self ,
1563- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
1578+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
15641579 cursor : Annotated [
15651580 Optional [StrictStr ],
15661581 Field (
@@ -1577,7 +1592,10 @@ def list_vendor_subscriptions_with_http_info(
15771592 description = "The maximum number of items to return in the response. If maximum is exceeded, maximum is used."
15781593 ),
15791594 ] = None ,
1580- product_id : Annotated [Optional [StrictStr ], Field (description = "The product ID." )] = None ,
1595+ product_id : Annotated [
1596+ Optional [Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 )]],
1597+ Field (description = "The product ID." ),
1598+ ] = None ,
15811599 _request_timeout : Union [
15821600 None ,
15831601 Annotated [StrictFloat , Field (gt = 0 )],
@@ -1649,7 +1667,7 @@ def list_vendor_subscriptions_with_http_info(
16491667 @validate_call
16501668 def list_vendor_subscriptions_without_preload_content (
16511669 self ,
1652- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
1670+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
16531671 cursor : Annotated [
16541672 Optional [StrictStr ],
16551673 Field (
@@ -1666,7 +1684,10 @@ def list_vendor_subscriptions_without_preload_content(
16661684 description = "The maximum number of items to return in the response. If maximum is exceeded, maximum is used."
16671685 ),
16681686 ] = None ,
1669- product_id : Annotated [Optional [StrictStr ], Field (description = "The product ID." )] = None ,
1687+ product_id : Annotated [
1688+ Optional [Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 )]],
1689+ Field (description = "The product ID." ),
1690+ ] = None ,
16701691 _request_timeout : Union [
16711692 None ,
16721693 Annotated [StrictFloat , Field (gt = 0 )],
@@ -1799,7 +1820,7 @@ def _list_vendor_subscriptions_serialize(
17991820 @validate_call
18001821 def resolve_customer (
18011822 self ,
1802- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
1823+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
18031824 resolve_customer_payload : ResolveCustomerPayload ,
18041825 _request_timeout : Union [
18051826 None ,
@@ -1867,7 +1888,7 @@ def resolve_customer(
18671888 @validate_call
18681889 def resolve_customer_with_http_info (
18691890 self ,
1870- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
1891+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
18711892 resolve_customer_payload : ResolveCustomerPayload ,
18721893 _request_timeout : Union [
18731894 None ,
@@ -1935,7 +1956,7 @@ def resolve_customer_with_http_info(
19351956 @validate_call
19361957 def resolve_customer_without_preload_content (
19371958 self ,
1938- project_id : Annotated [StrictStr , Field (description = "The project ID." )],
1959+ project_id : Annotated [str , Field (min_length = 36 , strict = True , max_length = 36 , description = "The project ID." )],
19391960 resolve_customer_payload : ResolveCustomerPayload ,
19401961 _request_timeout : Union [
19411962 None ,
0 commit comments