Skip to content

Commit a64a710

Browse files
Generate stackitmarketplace
1 parent d14550d commit a64a710

54 files changed

Lines changed: 2464 additions & 4599 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
afb3e4b61d16e95edef03577a3b5966f364a940b

services/stackitmarketplace/src/stackit/stackitmarketplace/__init__.py

Lines changed: 25 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
API to manage STACKIT Marketplace.
99
1010
The version of the OpenAPI document: 1
11-
Contact: marketplace@stackit.cloud
11+
Contact: marketplace@digits.schwarz
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
@@ -29,49 +29,16 @@
2929
"ApiAttributeError",
3030
"ApiException",
3131
"ApproveSubscriptionPayload",
32-
"Assets",
33-
"AssetsEndUserLicenseAgreement",
34-
"AssetsProductDescription",
35-
"AssetsServiceLevelAgreement",
36-
"BecomeVendor",
37-
"CatalogPricingOptionHighlight",
38-
"CatalogProductDetail",
39-
"CatalogProductDetailsVendor",
40-
"CatalogProductFacetsValueInner",
41-
"CatalogProductHighlight",
42-
"CatalogProductOverview",
43-
"CatalogProductOverviewVendor",
44-
"CatalogProductPricingOption",
45-
"CatalogProductSupportResource",
46-
"CatalogProductVendorTerms",
47-
"ContactSales",
48-
"DeliveryMethod",
32+
"ConsumersSubscriptionsCreatePayload",
4933
"ErrorResponse",
50-
"FreeTrial",
51-
"InquiriesCreateInquiryPayload",
52-
"InquiryBecomeVendor",
53-
"InquiryContactSales",
54-
"InquiryFormType",
55-
"InquiryRegisterTesting",
56-
"InquiryRequestPrivatePlan",
57-
"InquirySuggestProduct",
58-
"ListCatalogProductsResponse",
59-
"ListVendorSubscriptionsResponse",
60-
"LocalizedVersion",
61-
"NoticePeriod",
62-
"OfferType",
63-
"PriceType",
64-
"PricingOptionUnit",
65-
"ProductLifecycleState",
66-
"RegisterTesting",
67-
"RequestPrivatePlan",
34+
"MarketplaceSubscriptionV1Assets",
35+
"MarketplaceSubscriptionV1File",
36+
"MarketplaceSubscriptionV1FileLocalizedVersion",
37+
"MarketplaceSubscriptionV1ListSubscriptionsResponse",
38+
"MarketplaceSubscriptionV1Subscription",
39+
"MarketplaceSubscriptionV1SubscriptionProduct",
40+
"MarketplaceSubscriptionV1SubscriptionRedirect",
6841
"ResolveCustomerPayload",
69-
"Scope",
70-
"ServiceCertificate",
71-
"SubscriptionLifecycleState",
72-
"SubscriptionProduct",
73-
"SuggestProduct",
74-
"VendorSubscription",
7542
]
7643

7744
# import apis into sdk package
@@ -94,116 +61,33 @@
9461
from stackit.stackitmarketplace.models.approve_subscription_payload import (
9562
ApproveSubscriptionPayload as ApproveSubscriptionPayload,
9663
)
97-
from stackit.stackitmarketplace.models.assets import Assets as Assets
98-
from stackit.stackitmarketplace.models.assets_end_user_license_agreement import (
99-
AssetsEndUserLicenseAgreement as AssetsEndUserLicenseAgreement,
100-
)
101-
from stackit.stackitmarketplace.models.assets_product_description import (
102-
AssetsProductDescription as AssetsProductDescription,
103-
)
104-
from stackit.stackitmarketplace.models.assets_service_level_agreement import (
105-
AssetsServiceLevelAgreement as AssetsServiceLevelAgreement,
106-
)
107-
from stackit.stackitmarketplace.models.become_vendor import BecomeVendor as BecomeVendor
108-
from stackit.stackitmarketplace.models.catalog_pricing_option_highlight import (
109-
CatalogPricingOptionHighlight as CatalogPricingOptionHighlight,
110-
)
111-
from stackit.stackitmarketplace.models.catalog_product_detail import (
112-
CatalogProductDetail as CatalogProductDetail,
113-
)
114-
from stackit.stackitmarketplace.models.catalog_product_details_vendor import (
115-
CatalogProductDetailsVendor as CatalogProductDetailsVendor,
116-
)
117-
from stackit.stackitmarketplace.models.catalog_product_facets_value_inner import (
118-
CatalogProductFacetsValueInner as CatalogProductFacetsValueInner,
119-
)
120-
from stackit.stackitmarketplace.models.catalog_product_highlight import (
121-
CatalogProductHighlight as CatalogProductHighlight,
122-
)
123-
from stackit.stackitmarketplace.models.catalog_product_overview import (
124-
CatalogProductOverview as CatalogProductOverview,
125-
)
126-
from stackit.stackitmarketplace.models.catalog_product_overview_vendor import (
127-
CatalogProductOverviewVendor as CatalogProductOverviewVendor,
128-
)
129-
from stackit.stackitmarketplace.models.catalog_product_pricing_option import (
130-
CatalogProductPricingOption as CatalogProductPricingOption,
131-
)
132-
from stackit.stackitmarketplace.models.catalog_product_support_resource import (
133-
CatalogProductSupportResource as CatalogProductSupportResource,
134-
)
135-
from stackit.stackitmarketplace.models.catalog_product_vendor_terms import (
136-
CatalogProductVendorTerms as CatalogProductVendorTerms,
137-
)
138-
from stackit.stackitmarketplace.models.contact_sales import ContactSales as ContactSales
139-
from stackit.stackitmarketplace.models.delivery_method import (
140-
DeliveryMethod as DeliveryMethod,
64+
from stackit.stackitmarketplace.models.consumers_subscriptions_create_payload import (
65+
ConsumersSubscriptionsCreatePayload as ConsumersSubscriptionsCreatePayload,
14166
)
14267
from stackit.stackitmarketplace.models.error_response import (
14368
ErrorResponse as ErrorResponse,
14469
)
145-
from stackit.stackitmarketplace.models.free_trial import FreeTrial as FreeTrial
146-
from stackit.stackitmarketplace.models.inquiries_create_inquiry_payload import (
147-
InquiriesCreateInquiryPayload as InquiriesCreateInquiryPayload,
70+
from stackit.stackitmarketplace.models.marketplace_subscription_v1_assets import (
71+
MarketplaceSubscriptionV1Assets as MarketplaceSubscriptionV1Assets,
14872
)
149-
from stackit.stackitmarketplace.models.inquiry_become_vendor import (
150-
InquiryBecomeVendor as InquiryBecomeVendor,
73+
from stackit.stackitmarketplace.models.marketplace_subscription_v1_file import (
74+
MarketplaceSubscriptionV1File as MarketplaceSubscriptionV1File,
15175
)
152-
from stackit.stackitmarketplace.models.inquiry_contact_sales import (
153-
InquiryContactSales as InquiryContactSales,
76+
from stackit.stackitmarketplace.models.marketplace_subscription_v1_file_localized_version import (
77+
MarketplaceSubscriptionV1FileLocalizedVersion as MarketplaceSubscriptionV1FileLocalizedVersion,
15478
)
155-
from stackit.stackitmarketplace.models.inquiry_form_type import (
156-
InquiryFormType as InquiryFormType,
79+
from stackit.stackitmarketplace.models.marketplace_subscription_v1_list_subscriptions_response import (
80+
MarketplaceSubscriptionV1ListSubscriptionsResponse as MarketplaceSubscriptionV1ListSubscriptionsResponse,
15781
)
158-
from stackit.stackitmarketplace.models.inquiry_register_testing import (
159-
InquiryRegisterTesting as InquiryRegisterTesting,
82+
from stackit.stackitmarketplace.models.marketplace_subscription_v1_subscription import (
83+
MarketplaceSubscriptionV1Subscription as MarketplaceSubscriptionV1Subscription,
16084
)
161-
from stackit.stackitmarketplace.models.inquiry_request_private_plan import (
162-
InquiryRequestPrivatePlan as InquiryRequestPrivatePlan,
85+
from stackit.stackitmarketplace.models.marketplace_subscription_v1_subscription_product import (
86+
MarketplaceSubscriptionV1SubscriptionProduct as MarketplaceSubscriptionV1SubscriptionProduct,
16387
)
164-
from stackit.stackitmarketplace.models.inquiry_suggest_product import (
165-
InquirySuggestProduct as InquirySuggestProduct,
166-
)
167-
from stackit.stackitmarketplace.models.list_catalog_products_response import (
168-
ListCatalogProductsResponse as ListCatalogProductsResponse,
169-
)
170-
from stackit.stackitmarketplace.models.list_vendor_subscriptions_response import (
171-
ListVendorSubscriptionsResponse as ListVendorSubscriptionsResponse,
172-
)
173-
from stackit.stackitmarketplace.models.localized_version import (
174-
LocalizedVersion as LocalizedVersion,
175-
)
176-
from stackit.stackitmarketplace.models.notice_period import NoticePeriod as NoticePeriod
177-
from stackit.stackitmarketplace.models.offer_type import OfferType as OfferType
178-
from stackit.stackitmarketplace.models.price_type import PriceType as PriceType
179-
from stackit.stackitmarketplace.models.pricing_option_unit import (
180-
PricingOptionUnit as PricingOptionUnit,
181-
)
182-
from stackit.stackitmarketplace.models.product_lifecycle_state import (
183-
ProductLifecycleState as ProductLifecycleState,
184-
)
185-
from stackit.stackitmarketplace.models.register_testing import (
186-
RegisterTesting as RegisterTesting,
187-
)
188-
from stackit.stackitmarketplace.models.request_private_plan import (
189-
RequestPrivatePlan as RequestPrivatePlan,
88+
from stackit.stackitmarketplace.models.marketplace_subscription_v1_subscription_redirect import (
89+
MarketplaceSubscriptionV1SubscriptionRedirect as MarketplaceSubscriptionV1SubscriptionRedirect,
19090
)
19191
from stackit.stackitmarketplace.models.resolve_customer_payload import (
19292
ResolveCustomerPayload as ResolveCustomerPayload,
19393
)
194-
from stackit.stackitmarketplace.models.scope import Scope as Scope
195-
from stackit.stackitmarketplace.models.service_certificate import (
196-
ServiceCertificate as ServiceCertificate,
197-
)
198-
from stackit.stackitmarketplace.models.subscription_lifecycle_state import (
199-
SubscriptionLifecycleState as SubscriptionLifecycleState,
200-
)
201-
from stackit.stackitmarketplace.models.subscription_product import (
202-
SubscriptionProduct as SubscriptionProduct,
203-
)
204-
from stackit.stackitmarketplace.models.suggest_product import (
205-
SuggestProduct as SuggestProduct,
206-
)
207-
from stackit.stackitmarketplace.models.vendor_subscription import (
208-
VendorSubscription as VendorSubscription,
209-
)

0 commit comments

Comments
 (0)