@@ -64,8 +64,10 @@ def __init__(self, configuration: Configuration = None) -> None:
64
64
@validate_call
65
65
def approve_subscription (
66
66
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
+ ],
69
71
approve_subscription_payload : Optional [ApproveSubscriptionPayload ] = None ,
70
72
_request_timeout : Union [
71
73
None ,
@@ -136,8 +138,10 @@ def approve_subscription(
136
138
@validate_call
137
139
def approve_subscription_with_http_info (
138
140
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
+ ],
141
145
approve_subscription_payload : Optional [ApproveSubscriptionPayload ] = None ,
142
146
_request_timeout : Union [
143
147
None ,
@@ -208,8 +212,10 @@ def approve_subscription_with_http_info(
208
212
@validate_call
209
213
def approve_subscription_without_preload_content (
210
214
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
+ ],
213
219
approve_subscription_payload : Optional [ApproveSubscriptionPayload ] = None ,
214
220
_request_timeout : Union [
215
221
None ,
@@ -340,7 +346,7 @@ def _approve_subscription_serialize(
340
346
@validate_call
341
347
def get_catalog_product (
342
348
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." )],
344
350
locale : Annotated [Optional [StrictStr ], Field (description = "The language of the response." )] = None ,
345
351
_request_timeout : Union [
346
352
None ,
@@ -408,7 +414,7 @@ def get_catalog_product(
408
414
@validate_call
409
415
def get_catalog_product_with_http_info (
410
416
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." )],
412
418
locale : Annotated [Optional [StrictStr ], Field (description = "The language of the response." )] = None ,
413
419
_request_timeout : Union [
414
420
None ,
@@ -476,7 +482,7 @@ def get_catalog_product_with_http_info(
476
482
@validate_call
477
483
def get_catalog_product_without_preload_content (
478
484
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." )],
480
486
locale : Annotated [Optional [StrictStr ], Field (description = "The language of the response." )] = None ,
481
487
_request_timeout : Union [
482
488
None ,
@@ -595,8 +601,10 @@ def _get_catalog_product_serialize(
595
601
@validate_call
596
602
def get_vendor_subscription (
597
603
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
+ ],
600
608
_request_timeout : Union [
601
609
None ,
602
610
Annotated [StrictFloat , Field (gt = 0 )],
@@ -663,8 +671,10 @@ def get_vendor_subscription(
663
671
@validate_call
664
672
def get_vendor_subscription_with_http_info (
665
673
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
+ ],
668
678
_request_timeout : Union [
669
679
None ,
670
680
Annotated [StrictFloat , Field (gt = 0 )],
@@ -731,8 +741,10 @@ def get_vendor_subscription_with_http_info(
731
741
@validate_call
732
742
def get_vendor_subscription_without_preload_content (
733
743
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
+ ],
736
748
_request_timeout : Union [
737
749
None ,
738
750
Annotated [StrictFloat , Field (gt = 0 )],
@@ -1471,7 +1483,7 @@ def _list_catalog_products_serialize(
1471
1483
@validate_call
1472
1484
def list_vendor_subscriptions (
1473
1485
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." )],
1475
1487
cursor : Annotated [
1476
1488
Optional [StrictStr ],
1477
1489
Field (
@@ -1488,7 +1500,10 @@ def list_vendor_subscriptions(
1488
1500
description = "The maximum number of items to return in the response. If maximum is exceeded, maximum is used."
1489
1501
),
1490
1502
] = 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 ,
1492
1507
_request_timeout : Union [
1493
1508
None ,
1494
1509
Annotated [StrictFloat , Field (gt = 0 )],
@@ -1560,7 +1575,7 @@ def list_vendor_subscriptions(
1560
1575
@validate_call
1561
1576
def list_vendor_subscriptions_with_http_info (
1562
1577
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." )],
1564
1579
cursor : Annotated [
1565
1580
Optional [StrictStr ],
1566
1581
Field (
@@ -1577,7 +1592,10 @@ def list_vendor_subscriptions_with_http_info(
1577
1592
description = "The maximum number of items to return in the response. If maximum is exceeded, maximum is used."
1578
1593
),
1579
1594
] = 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 ,
1581
1599
_request_timeout : Union [
1582
1600
None ,
1583
1601
Annotated [StrictFloat , Field (gt = 0 )],
@@ -1649,7 +1667,7 @@ def list_vendor_subscriptions_with_http_info(
1649
1667
@validate_call
1650
1668
def list_vendor_subscriptions_without_preload_content (
1651
1669
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." )],
1653
1671
cursor : Annotated [
1654
1672
Optional [StrictStr ],
1655
1673
Field (
@@ -1666,7 +1684,10 @@ def list_vendor_subscriptions_without_preload_content(
1666
1684
description = "The maximum number of items to return in the response. If maximum is exceeded, maximum is used."
1667
1685
),
1668
1686
] = 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 ,
1670
1691
_request_timeout : Union [
1671
1692
None ,
1672
1693
Annotated [StrictFloat , Field (gt = 0 )],
@@ -1799,7 +1820,7 @@ def _list_vendor_subscriptions_serialize(
1799
1820
@validate_call
1800
1821
def resolve_customer (
1801
1822
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." )],
1803
1824
resolve_customer_payload : ResolveCustomerPayload ,
1804
1825
_request_timeout : Union [
1805
1826
None ,
@@ -1867,7 +1888,7 @@ def resolve_customer(
1867
1888
@validate_call
1868
1889
def resolve_customer_with_http_info (
1869
1890
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." )],
1871
1892
resolve_customer_payload : ResolveCustomerPayload ,
1872
1893
_request_timeout : Union [
1873
1894
None ,
@@ -1935,7 +1956,7 @@ def resolve_customer_with_http_info(
1935
1956
@validate_call
1936
1957
def resolve_customer_without_preload_content (
1937
1958
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." )],
1939
1960
resolve_customer_payload : ResolveCustomerPayload ,
1940
1961
_request_timeout : Union [
1941
1962
None ,
0 commit comments