|
12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13 | 13 |
|
14 | 14 | Do not edit the class manually.
|
15 |
| -""" # noqa: E501 docstring might be too long |
| 15 | +""" # noqa: E501 |
16 | 16 |
|
17 | 17 |
|
18 | 18 | __version__ = "1.0.0"
|
19 | 19 |
|
| 20 | +# Define package exports |
| 21 | +__all__ = [ |
| 22 | + "DefaultApi", |
| 23 | + "ApiResponse", |
| 24 | + "ApiClient", |
| 25 | + "HostConfiguration", |
| 26 | + "OpenApiException", |
| 27 | + "ApiTypeError", |
| 28 | + "ApiValueError", |
| 29 | + "ApiKeyError", |
| 30 | + "ApiAttributeError", |
| 31 | + "ApiException", |
| 32 | + "ApproveSubscriptionPayload", |
| 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 | + "DeliveryMethod", |
| 47 | + "ErrorResponse", |
| 48 | + "InquiriesCreateInquiryPayload", |
| 49 | + "InquiryBecomeVendor", |
| 50 | + "InquiryContactSales", |
| 51 | + "InquiryFormType", |
| 52 | + "InquiryRegisterTesting", |
| 53 | + "InquirySuggestProduct", |
| 54 | + "ListCatalogProductsResponse", |
| 55 | + "ListVendorSubscriptionsResponse", |
| 56 | + "LocalizedVersion", |
| 57 | + "NoticePeriod", |
| 58 | + "OfferType", |
| 59 | + "PriceType", |
| 60 | + "PricingOptionUnit", |
| 61 | + "ProductLifecycleState", |
| 62 | + "RegisterTesting", |
| 63 | + "ResolveCustomerPayload", |
| 64 | + "ServiceCertificate", |
| 65 | + "SubscriptionLifecycleState", |
| 66 | + "SubscriptionProduct", |
| 67 | + "SuggestProduct", |
| 68 | + "VendorSubscription", |
| 69 | +] |
| 70 | + |
20 | 71 | # import apis into sdk package
|
21 |
| -from stackit.stackitmarketplace.api.default_api import DefaultApi |
22 |
| -from stackit.stackitmarketplace.api_client import ApiClient |
| 72 | +from stackit.stackitmarketplace.api.default_api import DefaultApi as DefaultApi |
| 73 | +from stackit.stackitmarketplace.api_client import ApiClient as ApiClient |
23 | 74 |
|
24 | 75 | # import ApiClient
|
25 |
| -from stackit.stackitmarketplace.api_response import ApiResponse |
26 |
| -from stackit.stackitmarketplace.configuration import HostConfiguration |
27 |
| -from stackit.stackitmarketplace.exceptions import ( |
28 |
| - ApiAttributeError, |
29 |
| - ApiException, |
30 |
| - ApiKeyError, |
31 |
| - ApiTypeError, |
32 |
| - ApiValueError, |
33 |
| - OpenApiException, |
34 |
| -) |
| 76 | +from stackit.stackitmarketplace.api_response import ApiResponse as ApiResponse |
| 77 | +from stackit.stackitmarketplace.configuration import ( |
| 78 | + HostConfiguration as HostConfiguration, |
| 79 | +) |
| 80 | +from stackit.stackitmarketplace.exceptions import ApiAttributeError as ApiAttributeError |
| 81 | +from stackit.stackitmarketplace.exceptions import ApiException as ApiException |
| 82 | +from stackit.stackitmarketplace.exceptions import ApiKeyError as ApiKeyError |
| 83 | +from stackit.stackitmarketplace.exceptions import ApiTypeError as ApiTypeError |
| 84 | +from stackit.stackitmarketplace.exceptions import ApiValueError as ApiValueError |
| 85 | +from stackit.stackitmarketplace.exceptions import OpenApiException as OpenApiException |
35 | 86 |
|
36 | 87 | # import models into sdk package
|
37 | 88 | from stackit.stackitmarketplace.models.approve_subscription_payload import (
|
38 |
| - ApproveSubscriptionPayload, |
| 89 | + ApproveSubscriptionPayload as ApproveSubscriptionPayload, |
39 | 90 | )
|
40 |
| -from stackit.stackitmarketplace.models.assets import Assets |
41 |
| -from stackit.stackitmarketplace.models.become_vendor import BecomeVendor |
| 91 | +from stackit.stackitmarketplace.models.assets import Assets as Assets |
| 92 | +from stackit.stackitmarketplace.models.become_vendor import BecomeVendor as BecomeVendor |
42 | 93 | from stackit.stackitmarketplace.models.catalog_pricing_option_highlight import (
|
43 |
| - CatalogPricingOptionHighlight, |
| 94 | + CatalogPricingOptionHighlight as CatalogPricingOptionHighlight, |
44 | 95 | )
|
45 | 96 | from stackit.stackitmarketplace.models.catalog_product_detail import (
|
46 |
| - CatalogProductDetail, |
| 97 | + CatalogProductDetail as CatalogProductDetail, |
47 | 98 | )
|
48 | 99 | from stackit.stackitmarketplace.models.catalog_product_details_vendor import (
|
49 |
| - CatalogProductDetailsVendor, |
| 100 | + CatalogProductDetailsVendor as CatalogProductDetailsVendor, |
50 | 101 | )
|
51 | 102 | from stackit.stackitmarketplace.models.catalog_product_facets_value_inner import (
|
52 |
| - CatalogProductFacetsValueInner, |
| 103 | + CatalogProductFacetsValueInner as CatalogProductFacetsValueInner, |
53 | 104 | )
|
54 | 105 | from stackit.stackitmarketplace.models.catalog_product_highlight import (
|
55 |
| - CatalogProductHighlight, |
| 106 | + CatalogProductHighlight as CatalogProductHighlight, |
56 | 107 | )
|
57 | 108 | from stackit.stackitmarketplace.models.catalog_product_overview import (
|
58 |
| - CatalogProductOverview, |
| 109 | + CatalogProductOverview as CatalogProductOverview, |
59 | 110 | )
|
60 | 111 | from stackit.stackitmarketplace.models.catalog_product_overview_vendor import (
|
61 |
| - CatalogProductOverviewVendor, |
| 112 | + CatalogProductOverviewVendor as CatalogProductOverviewVendor, |
62 | 113 | )
|
63 | 114 | from stackit.stackitmarketplace.models.catalog_product_pricing_option import (
|
64 |
| - CatalogProductPricingOption, |
| 115 | + CatalogProductPricingOption as CatalogProductPricingOption, |
65 | 116 | )
|
66 | 117 | from stackit.stackitmarketplace.models.catalog_product_support_resource import (
|
67 |
| - CatalogProductSupportResource, |
| 118 | + CatalogProductSupportResource as CatalogProductSupportResource, |
68 | 119 | )
|
69 | 120 | from stackit.stackitmarketplace.models.catalog_product_vendor_terms import (
|
70 |
| - CatalogProductVendorTerms, |
| 121 | + CatalogProductVendorTerms as CatalogProductVendorTerms, |
| 122 | +) |
| 123 | +from stackit.stackitmarketplace.models.contact_sales import ContactSales as ContactSales |
| 124 | +from stackit.stackitmarketplace.models.delivery_method import ( |
| 125 | + DeliveryMethod as DeliveryMethod, |
| 126 | +) |
| 127 | +from stackit.stackitmarketplace.models.error_response import ( |
| 128 | + ErrorResponse as ErrorResponse, |
71 | 129 | )
|
72 |
| -from stackit.stackitmarketplace.models.contact_sales import ContactSales |
73 |
| -from stackit.stackitmarketplace.models.delivery_method import DeliveryMethod |
74 |
| -from stackit.stackitmarketplace.models.error_response import ErrorResponse |
75 | 130 | from stackit.stackitmarketplace.models.inquiries_create_inquiry_payload import (
|
76 |
| - InquiriesCreateInquiryPayload, |
| 131 | + InquiriesCreateInquiryPayload as InquiriesCreateInquiryPayload, |
| 132 | +) |
| 133 | +from stackit.stackitmarketplace.models.inquiry_become_vendor import ( |
| 134 | + InquiryBecomeVendor as InquiryBecomeVendor, |
| 135 | +) |
| 136 | +from stackit.stackitmarketplace.models.inquiry_contact_sales import ( |
| 137 | + InquiryContactSales as InquiryContactSales, |
| 138 | +) |
| 139 | +from stackit.stackitmarketplace.models.inquiry_form_type import ( |
| 140 | + InquiryFormType as InquiryFormType, |
77 | 141 | )
|
78 |
| -from stackit.stackitmarketplace.models.inquiry_become_vendor import InquiryBecomeVendor |
79 |
| -from stackit.stackitmarketplace.models.inquiry_contact_sales import InquiryContactSales |
80 |
| -from stackit.stackitmarketplace.models.inquiry_form_type import InquiryFormType |
81 | 142 | from stackit.stackitmarketplace.models.inquiry_register_testing import (
|
82 |
| - InquiryRegisterTesting, |
| 143 | + InquiryRegisterTesting as InquiryRegisterTesting, |
83 | 144 | )
|
84 | 145 | from stackit.stackitmarketplace.models.inquiry_suggest_product import (
|
85 |
| - InquirySuggestProduct, |
| 146 | + InquirySuggestProduct as InquirySuggestProduct, |
86 | 147 | )
|
87 | 148 | from stackit.stackitmarketplace.models.list_catalog_products_response import (
|
88 |
| - ListCatalogProductsResponse, |
| 149 | + ListCatalogProductsResponse as ListCatalogProductsResponse, |
89 | 150 | )
|
90 | 151 | from stackit.stackitmarketplace.models.list_vendor_subscriptions_response import (
|
91 |
| - ListVendorSubscriptionsResponse, |
| 152 | + ListVendorSubscriptionsResponse as ListVendorSubscriptionsResponse, |
| 153 | +) |
| 154 | +from stackit.stackitmarketplace.models.localized_version import ( |
| 155 | + LocalizedVersion as LocalizedVersion, |
| 156 | +) |
| 157 | +from stackit.stackitmarketplace.models.notice_period import NoticePeriod as NoticePeriod |
| 158 | +from stackit.stackitmarketplace.models.offer_type import OfferType as OfferType |
| 159 | +from stackit.stackitmarketplace.models.price_type import PriceType as PriceType |
| 160 | +from stackit.stackitmarketplace.models.pricing_option_unit import ( |
| 161 | + PricingOptionUnit as PricingOptionUnit, |
92 | 162 | )
|
93 |
| -from stackit.stackitmarketplace.models.localized_version import LocalizedVersion |
94 |
| -from stackit.stackitmarketplace.models.notice_period import NoticePeriod |
95 |
| -from stackit.stackitmarketplace.models.offer_type import OfferType |
96 |
| -from stackit.stackitmarketplace.models.price_type import PriceType |
97 |
| -from stackit.stackitmarketplace.models.pricing_option_unit import PricingOptionUnit |
98 | 163 | from stackit.stackitmarketplace.models.product_lifecycle_state import (
|
99 |
| - ProductLifecycleState, |
| 164 | + ProductLifecycleState as ProductLifecycleState, |
| 165 | +) |
| 166 | +from stackit.stackitmarketplace.models.register_testing import ( |
| 167 | + RegisterTesting as RegisterTesting, |
100 | 168 | )
|
101 |
| -from stackit.stackitmarketplace.models.register_testing import RegisterTesting |
102 | 169 | from stackit.stackitmarketplace.models.resolve_customer_payload import (
|
103 |
| - ResolveCustomerPayload, |
| 170 | + ResolveCustomerPayload as ResolveCustomerPayload, |
| 171 | +) |
| 172 | +from stackit.stackitmarketplace.models.service_certificate import ( |
| 173 | + ServiceCertificate as ServiceCertificate, |
104 | 174 | )
|
105 |
| -from stackit.stackitmarketplace.models.service_certificate import ServiceCertificate |
106 | 175 | from stackit.stackitmarketplace.models.subscription_lifecycle_state import (
|
107 |
| - SubscriptionLifecycleState, |
| 176 | + SubscriptionLifecycleState as SubscriptionLifecycleState, |
| 177 | +) |
| 178 | +from stackit.stackitmarketplace.models.subscription_product import ( |
| 179 | + SubscriptionProduct as SubscriptionProduct, |
| 180 | +) |
| 181 | +from stackit.stackitmarketplace.models.suggest_product import ( |
| 182 | + SuggestProduct as SuggestProduct, |
| 183 | +) |
| 184 | +from stackit.stackitmarketplace.models.vendor_subscription import ( |
| 185 | + VendorSubscription as VendorSubscription, |
108 | 186 | )
|
109 |
| -from stackit.stackitmarketplace.models.subscription_product import SubscriptionProduct |
110 |
| -from stackit.stackitmarketplace.models.suggest_product import SuggestProduct |
111 |
| -from stackit.stackitmarketplace.models.vendor_subscription import VendorSubscription |
|
0 commit comments