|
8 | 8 | API to manage STACKIT Marketplace.
|
9 | 9 |
|
10 | 10 | The version of the OpenAPI document: 1
|
11 |
| - Contact: marketplace@stackit.de |
| 11 | + Contact: marketplace@stackit.cloud |
12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13 | 13 |
|
14 | 14 | Do not edit the class manually.
|
|
34 | 34 | )
|
35 | 35 |
|
36 | 36 | # import models into sdk package
|
| 37 | +from stackit.stackitmarketplace.models.approve_subscription_payload import ( |
| 38 | + ApproveSubscriptionPayload, |
| 39 | +) |
| 40 | +from stackit.stackitmarketplace.models.become_vendor import BecomeVendor |
| 41 | +from stackit.stackitmarketplace.models.become_vendor_become_vendor import ( |
| 42 | + BecomeVendorBecomeVendor, |
| 43 | +) |
37 | 44 | from stackit.stackitmarketplace.models.catalog_pricing_option_highlight import (
|
38 | 45 | CatalogPricingOptionHighlight,
|
39 | 46 | )
|
|
61 | 68 | from stackit.stackitmarketplace.models.catalog_product_vendor_terms import (
|
62 | 69 | CatalogProductVendorTerms,
|
63 | 70 | )
|
| 71 | +from stackit.stackitmarketplace.models.contact_sales import ContactSales |
| 72 | +from stackit.stackitmarketplace.models.contact_sales_contact_sales import ( |
| 73 | + ContactSalesContactSales, |
| 74 | +) |
64 | 75 | from stackit.stackitmarketplace.models.current_subscription_state_response import (
|
65 | 76 | CurrentSubscriptionStateResponse,
|
66 | 77 | )
|
67 | 78 | from stackit.stackitmarketplace.models.error_response import ErrorResponse
|
| 79 | +from stackit.stackitmarketplace.models.inquiries_create_inquiry_payload import ( |
| 80 | + InquiriesCreateInquiryPayload, |
| 81 | +) |
68 | 82 | from stackit.stackitmarketplace.models.list_catalog_products_response import (
|
69 | 83 | ListCatalogProductsResponse,
|
70 | 84 | )
|
71 | 85 | from stackit.stackitmarketplace.models.list_vendor_subscriptions_response import (
|
72 | 86 | ListVendorSubscriptionsResponse,
|
73 | 87 | )
|
| 88 | +from stackit.stackitmarketplace.models.register_testing import RegisterTesting |
| 89 | +from stackit.stackitmarketplace.models.register_testing_register_testing import ( |
| 90 | + RegisterTestingRegisterTesting, |
| 91 | +) |
74 | 92 | from stackit.stackitmarketplace.models.requested_subscription_state_response import (
|
75 | 93 | RequestedSubscriptionStateResponse,
|
76 | 94 | )
|
|
81 | 99 | SubscriptionCancelResponse,
|
82 | 100 | )
|
83 | 101 | from stackit.stackitmarketplace.models.subscription_product import SubscriptionProduct
|
| 102 | +from stackit.stackitmarketplace.models.suggest_product import SuggestProduct |
| 103 | +from stackit.stackitmarketplace.models.suggest_product_suggest_product import ( |
| 104 | + SuggestProductSuggestProduct, |
| 105 | +) |
84 | 106 | from stackit.stackitmarketplace.models.vendor_subscription import VendorSubscription
|
0 commit comments