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