|
30 | 30 | "ApiAttributeError", |
31 | 31 | "ApiException", |
32 | 32 | "ApproveSubscriptionPayload", |
33 | | - "Assets", |
34 | | - "AssetsEndUserLicenseAgreement", |
35 | | - "AssetsProductDescription", |
36 | | - "AssetsServiceLevelAgreement", |
37 | | - "BecomeVendor", |
38 | | - "CatalogPricingOptionHighlight", |
39 | | - "CatalogProductDetail", |
40 | | - "CatalogProductDetailsVendor", |
41 | | - "CatalogProductFacetsValueInner", |
42 | | - "CatalogProductHighlight", |
43 | | - "CatalogProductOverview", |
44 | | - "CatalogProductOverviewVendor", |
45 | | - "CatalogProductPricingOption", |
46 | | - "CatalogProductSupportResource", |
47 | | - "CatalogProductVendorTerms", |
48 | | - "ContactSales", |
49 | | - "DeliveryMethod", |
| 33 | + "ConsumersSubscriptionsCreatePayload", |
50 | 34 | "ErrorResponse", |
51 | | - "FreeTrial", |
52 | | - "InquiriesCreateInquiryPayload", |
53 | | - "InquiryBecomeVendor", |
54 | | - "InquiryContactSales", |
55 | | - "InquiryFormType", |
56 | | - "InquiryRegisterTesting", |
57 | | - "InquiryRequestPrivatePlan", |
58 | | - "InquirySuggestProduct", |
59 | | - "ListCatalogProductsResponse", |
60 | | - "ListVendorSubscriptionsResponse", |
61 | | - "LocalizedVersion", |
62 | | - "NoticePeriod", |
63 | | - "OfferType", |
64 | | - "PriceType", |
65 | | - "PricingOptionUnit", |
66 | | - "ProductLifecycleState", |
67 | | - "RegisterTesting", |
68 | | - "RequestPrivatePlan", |
| 35 | + "MarketplaceSubscriptionV1Assets", |
| 36 | + "MarketplaceSubscriptionV1File", |
| 37 | + "MarketplaceSubscriptionV1FileLocalizedVersion", |
| 38 | + "MarketplaceSubscriptionV1ListSubscriptionsResponse", |
| 39 | + "MarketplaceSubscriptionV1Subscription", |
| 40 | + "MarketplaceSubscriptionV1SubscriptionProduct", |
| 41 | + "MarketplaceSubscriptionV1SubscriptionRedirect", |
69 | 42 | "ResolveCustomerPayload", |
70 | | - "Scope", |
71 | | - "ServiceCertificate", |
72 | | - "SubscriptionLifecycleState", |
73 | | - "SubscriptionProduct", |
74 | | - "SuggestProduct", |
75 | | - "VendorSubscription", |
76 | 43 | ] |
77 | 44 |
|
78 | 45 | # import apis into sdk package |
|
95 | 62 | from stackit.stackitmarketplace.models.approve_subscription_payload import ( |
96 | 63 | ApproveSubscriptionPayload as ApproveSubscriptionPayload, |
97 | 64 | ) |
98 | | -from stackit.stackitmarketplace.models.assets import Assets as Assets |
99 | | -from stackit.stackitmarketplace.models.assets_end_user_license_agreement import ( |
100 | | - AssetsEndUserLicenseAgreement as AssetsEndUserLicenseAgreement, |
101 | | -) |
102 | | -from stackit.stackitmarketplace.models.assets_product_description import ( |
103 | | - AssetsProductDescription as AssetsProductDescription, |
104 | | -) |
105 | | -from stackit.stackitmarketplace.models.assets_service_level_agreement import ( |
106 | | - AssetsServiceLevelAgreement as AssetsServiceLevelAgreement, |
107 | | -) |
108 | | -from stackit.stackitmarketplace.models.become_vendor import BecomeVendor as BecomeVendor |
109 | | -from stackit.stackitmarketplace.models.catalog_pricing_option_highlight import ( |
110 | | - CatalogPricingOptionHighlight as CatalogPricingOptionHighlight, |
111 | | -) |
112 | | -from stackit.stackitmarketplace.models.catalog_product_detail import ( |
113 | | - CatalogProductDetail as CatalogProductDetail, |
114 | | -) |
115 | | -from stackit.stackitmarketplace.models.catalog_product_details_vendor import ( |
116 | | - CatalogProductDetailsVendor as CatalogProductDetailsVendor, |
117 | | -) |
118 | | -from stackit.stackitmarketplace.models.catalog_product_facets_value_inner import ( |
119 | | - CatalogProductFacetsValueInner as CatalogProductFacetsValueInner, |
120 | | -) |
121 | | -from stackit.stackitmarketplace.models.catalog_product_highlight import ( |
122 | | - CatalogProductHighlight as CatalogProductHighlight, |
123 | | -) |
124 | | -from stackit.stackitmarketplace.models.catalog_product_overview import ( |
125 | | - CatalogProductOverview as CatalogProductOverview, |
126 | | -) |
127 | | -from stackit.stackitmarketplace.models.catalog_product_overview_vendor import ( |
128 | | - CatalogProductOverviewVendor as CatalogProductOverviewVendor, |
129 | | -) |
130 | | -from stackit.stackitmarketplace.models.catalog_product_pricing_option import ( |
131 | | - CatalogProductPricingOption as CatalogProductPricingOption, |
132 | | -) |
133 | | -from stackit.stackitmarketplace.models.catalog_product_support_resource import ( |
134 | | - CatalogProductSupportResource as CatalogProductSupportResource, |
135 | | -) |
136 | | -from stackit.stackitmarketplace.models.catalog_product_vendor_terms import ( |
137 | | - CatalogProductVendorTerms as CatalogProductVendorTerms, |
138 | | -) |
139 | | -from stackit.stackitmarketplace.models.contact_sales import ContactSales as ContactSales |
140 | | -from stackit.stackitmarketplace.models.delivery_method import ( |
141 | | - DeliveryMethod as DeliveryMethod, |
| 65 | +from stackit.stackitmarketplace.models.consumers_subscriptions_create_payload import ( |
| 66 | + ConsumersSubscriptionsCreatePayload as ConsumersSubscriptionsCreatePayload, |
142 | 67 | ) |
143 | 68 | from stackit.stackitmarketplace.models.error_response import ( |
144 | 69 | ErrorResponse as ErrorResponse, |
145 | 70 | ) |
146 | | -from stackit.stackitmarketplace.models.free_trial import FreeTrial as FreeTrial |
147 | | -from stackit.stackitmarketplace.models.inquiries_create_inquiry_payload import ( |
148 | | - InquiriesCreateInquiryPayload as InquiriesCreateInquiryPayload, |
| 71 | +from stackit.stackitmarketplace.models.marketplace_subscription_v1_assets import ( |
| 72 | + MarketplaceSubscriptionV1Assets as MarketplaceSubscriptionV1Assets, |
149 | 73 | ) |
150 | | -from stackit.stackitmarketplace.models.inquiry_become_vendor import ( |
151 | | - InquiryBecomeVendor as InquiryBecomeVendor, |
| 74 | +from stackit.stackitmarketplace.models.marketplace_subscription_v1_file import ( |
| 75 | + MarketplaceSubscriptionV1File as MarketplaceSubscriptionV1File, |
152 | 76 | ) |
153 | | -from stackit.stackitmarketplace.models.inquiry_contact_sales import ( |
154 | | - InquiryContactSales as InquiryContactSales, |
| 77 | +from stackit.stackitmarketplace.models.marketplace_subscription_v1_file_localized_version import ( |
| 78 | + MarketplaceSubscriptionV1FileLocalizedVersion as MarketplaceSubscriptionV1FileLocalizedVersion, |
155 | 79 | ) |
156 | | -from stackit.stackitmarketplace.models.inquiry_form_type import ( |
157 | | - InquiryFormType as InquiryFormType, |
| 80 | +from stackit.stackitmarketplace.models.marketplace_subscription_v1_list_subscriptions_response import ( |
| 81 | + MarketplaceSubscriptionV1ListSubscriptionsResponse as MarketplaceSubscriptionV1ListSubscriptionsResponse, |
158 | 82 | ) |
159 | | -from stackit.stackitmarketplace.models.inquiry_register_testing import ( |
160 | | - InquiryRegisterTesting as InquiryRegisterTesting, |
| 83 | +from stackit.stackitmarketplace.models.marketplace_subscription_v1_subscription import ( |
| 84 | + MarketplaceSubscriptionV1Subscription as MarketplaceSubscriptionV1Subscription, |
161 | 85 | ) |
162 | | -from stackit.stackitmarketplace.models.inquiry_request_private_plan import ( |
163 | | - InquiryRequestPrivatePlan as InquiryRequestPrivatePlan, |
| 86 | +from stackit.stackitmarketplace.models.marketplace_subscription_v1_subscription_product import ( |
| 87 | + MarketplaceSubscriptionV1SubscriptionProduct as MarketplaceSubscriptionV1SubscriptionProduct, |
164 | 88 | ) |
165 | | -from stackit.stackitmarketplace.models.inquiry_suggest_product import ( |
166 | | - InquirySuggestProduct as InquirySuggestProduct, |
167 | | -) |
168 | | -from stackit.stackitmarketplace.models.list_catalog_products_response import ( |
169 | | - ListCatalogProductsResponse as ListCatalogProductsResponse, |
170 | | -) |
171 | | -from stackit.stackitmarketplace.models.list_vendor_subscriptions_response import ( |
172 | | - ListVendorSubscriptionsResponse as ListVendorSubscriptionsResponse, |
173 | | -) |
174 | | -from stackit.stackitmarketplace.models.localized_version import ( |
175 | | - LocalizedVersion as LocalizedVersion, |
176 | | -) |
177 | | -from stackit.stackitmarketplace.models.notice_period import NoticePeriod as NoticePeriod |
178 | | -from stackit.stackitmarketplace.models.offer_type import OfferType as OfferType |
179 | | -from stackit.stackitmarketplace.models.price_type import PriceType as PriceType |
180 | | -from stackit.stackitmarketplace.models.pricing_option_unit import ( |
181 | | - PricingOptionUnit as PricingOptionUnit, |
182 | | -) |
183 | | -from stackit.stackitmarketplace.models.product_lifecycle_state import ( |
184 | | - ProductLifecycleState as ProductLifecycleState, |
185 | | -) |
186 | | -from stackit.stackitmarketplace.models.register_testing import ( |
187 | | - RegisterTesting as RegisterTesting, |
188 | | -) |
189 | | -from stackit.stackitmarketplace.models.request_private_plan import ( |
190 | | - RequestPrivatePlan as RequestPrivatePlan, |
| 89 | +from stackit.stackitmarketplace.models.marketplace_subscription_v1_subscription_redirect import ( |
| 90 | + MarketplaceSubscriptionV1SubscriptionRedirect as MarketplaceSubscriptionV1SubscriptionRedirect, |
191 | 91 | ) |
192 | 92 | from stackit.stackitmarketplace.models.resolve_customer_payload import ( |
193 | 93 | ResolveCustomerPayload as ResolveCustomerPayload, |
194 | 94 | ) |
195 | | -from stackit.stackitmarketplace.models.scope import Scope as Scope |
196 | | -from stackit.stackitmarketplace.models.service_certificate import ( |
197 | | - ServiceCertificate as ServiceCertificate, |
198 | | -) |
199 | | -from stackit.stackitmarketplace.models.subscription_lifecycle_state import ( |
200 | | - SubscriptionLifecycleState as SubscriptionLifecycleState, |
201 | | -) |
202 | | -from stackit.stackitmarketplace.models.subscription_product import ( |
203 | | - SubscriptionProduct as SubscriptionProduct, |
204 | | -) |
205 | | -from stackit.stackitmarketplace.models.suggest_product import ( |
206 | | - SuggestProduct as SuggestProduct, |
207 | | -) |
208 | | -from stackit.stackitmarketplace.models.vendor_subscription import ( |
209 | | - VendorSubscription as VendorSubscription, |
210 | | -) |
0 commit comments