@gomusdev/web-components 1.5.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-js/components/auth/entry.d.ts +0 -0
- package/dist-js/components/auth/signIn/SignIn.spec.d.ts +1 -0
- package/dist-js/components/auth/signIn/SignIn.svelte.d.ts +1 -0
- package/dist-js/components/auth/signIn/lib.d.ts +7 -0
- package/dist-js/components/auth/signUp/SignUp.svelte.d.ts +1 -0
- package/dist-js/components/auth/signUp/specs/SignUp.spec.d.ts +1 -0
- package/dist-js/components/cart/components/Cart.spec.d.ts +1 -0
- package/dist-js/components/cart/components/Cart.svelte.d.ts +1 -0
- package/dist-js/components/cart/entry.d.ts +0 -0
- package/dist-js/components/cart/lib/CartItem.d.ts +135 -0
- package/dist-js/components/cart/lib/cart.svelte.d.ts +616 -0
- package/dist-js/components/cart/lib/cart.svelte.spec.d.ts +1 -0
- package/dist-js/components/cart/lib/localStorage.spec.d.ts +1 -0
- package/dist-js/components/cart/lib/localStorage.svelte.d.ts +146 -0
- package/dist-js/components/cart/mocks/gomusTicketMocks.d.ts +112 -0
- package/dist-js/components/cart/mocks/testCart.d.ts +306 -0
- package/dist-js/components/checkoutForm/CheckoutForm.spec.d.ts +1 -0
- package/dist-js/components/checkoutForm/CheckoutForm.svelte.d.ts +1 -0
- package/dist-js/components/checkoutForm/entry.d.ts +0 -0
- package/dist-js/components/checkoutForm/lib.d.ts +1 -0
- package/dist-js/components/donations/lib/donation.spec.d.ts +1 -0
- package/dist-js/components/donations/lib/donation.svelte.d.ts +9 -0
- package/dist-js/components/entry.d.ts +0 -0
- package/dist-js/components/forms/entry.d.ts +0 -0
- package/dist-js/components/forms/lib/Field.spec.d.ts +1 -0
- package/dist-js/components/forms/lib/Field.svelte.d.ts +28 -0
- package/dist-js/components/forms/lib/Forms.svelte.d.ts +31 -0
- package/dist-js/components/forms/lib/allFields.d.ts +3 -0
- package/dist-js/components/forms/lib/forms.spec.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/AllFields.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/ErrorsFeedback.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/Field.spec.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/Field.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/Form.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/FormDetails.spec.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/FormDetails.svelte.d.ts +25 -0
- package/dist-js/components/forms/ui/generic/FormFeedback.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/InputAndLabel.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/Submit.spec.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/Submit.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/generic/SuccessFeedback.svelte.d.ts +1 -0
- package/dist-js/components/forms/ui/specs/IfInForm.spec.d.ts +1 -0
- package/dist-js/components/forms/ui/specs/TestForm.spec.d.ts +1 -0
- package/dist-js/components/graveyard/event/entry.d.ts +0 -0
- package/dist-js/components/graveyard/event/lib.svelte.d.ts +43 -0
- package/dist-js/components/graveyard/events/entry.d.ts +0 -0
- package/dist-js/components/if/If.svelte.d.ts +1 -0
- package/dist-js/components/if/If.svelte.spec.d.ts +1 -0
- package/dist-js/components/if/entry.d.ts +0 -0
- package/dist-js/components/if/expression.d.ts +1 -0
- package/dist-js/components/if/expression.spec.d.ts +1 -0
- package/dist-js/components/init/GomusInit.svelte.d.ts +1 -0
- package/dist-js/components/init/GomusInit.test.d.ts +1 -0
- package/dist-js/components/init/Init.svelte.d.ts +1 -0
- package/dist-js/components/init/entry.d.ts +0 -0
- package/dist-js/components/mainnav/components/MainNav.spec.d.ts +1 -0
- package/dist-js/components/mainnav/fixtures/fixtures.d.ts +2 -0
- package/dist-js/components/mainnav/lib/generators/generate.d.ts +4 -0
- package/dist-js/components/mainnav/lib/generators/generate.spec.d.ts +1 -0
- package/dist-js/components/mainnav/lib/generators/labelGenerators.d.ts +2 -0
- package/dist-js/components/mainnav/lib/generators/navGenerators.d.ts +2 -0
- package/dist-js/components/mainnav/lib/generators/subNavGenerators.d.ts +7 -0
- package/dist-js/components/mainnav/lib/generators/urlGenerators.d.ts +2 -0
- package/dist-js/components/mainnav/lib/navigation.d.ts +32 -0
- package/dist-js/components/mainnav/lib/navigation.spec.d.ts +1 -0
- package/dist-js/components/mainnav/lib/states/OpenedDropdown.svelte.d.ts +20 -0
- package/dist-js/components/mainnav/lib/states/pageState.svelte.d.ts +7 -0
- package/dist-js/components/paypal/lib/PaymentError.d.ts +3 -0
- package/dist-js/components/paypal/lib/approvePaypalOrder.d.ts +4 -0
- package/dist-js/components/paypal/lib/getPaypalOrder.d.ts +1 -0
- package/dist-js/components/paypal/payment-method-component/paymentIcons.d.ts +14 -0
- package/dist-js/components/paypal/payment-method-component/paymentMethodStore.svelte.d.ts +3 -0
- package/dist-js/components/paypal/payment-methods/apm.d.ts +3 -0
- package/dist-js/components/paypal/payment-methods/applepay/applePay.d.ts +2 -0
- package/dist-js/components/paypal/payment-methods/currentOrder.svelte.d.ts +3 -0
- package/dist-js/components/paypal/payment-methods/defaults.d.ts +28 -0
- package/dist-js/components/paypal/payment-methods/googlepay/googlePay.d.ts +2 -0
- package/dist-js/components/paypal/payment-methods/loadPaypalScript.d.ts +5 -0
- package/dist-js/components/ticketSelection/SpecUtils.d.ts +3 -0
- package/dist-js/components/ticketSelection/TicketSelection.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/TicketSelection.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/TicketSelectionDetails.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/TicketSelectionDetails.svelte.d.ts +27 -0
- package/dist-js/components/ticketSelection/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/AddToCartButton.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/AddToCartButton.svelte.d.ts +6 -0
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/AddToCartButton.svelte.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/components/Calendar.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/components/CalendarUI.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/components/CalendarUI.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/lib/calendar.svelte.d.ts +35 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/mocks/datesMock.d.ts +33 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/Tickets.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/Tickets.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/fixtures/ticketFixtures.d.ts +191 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/GroupBody.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/GroupSum.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/TicketGroup.svelte.d.ts +764 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/TicketsSum.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/addToCartButton/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/utils.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/utils.svelte.d.ts +9 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/Timeslots.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/Timeslots.svelte.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/entry.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/__mocks__/generateAvailableTimeSlots.d.ts +8 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/generateAvailableTimeSlots.d.ts +50 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/generateAvailableTimeSlots.specs.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/lib.spec.d.ts +1 -0
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/lib.svelte.d.ts +6 -0
- package/dist-js/config/config.d.ts +8 -0
- package/dist-js/config/config.spec.d.ts +1 -0
- package/dist-js/config/defaultConfig.d.ts +16 -0
- package/dist-js/e2e/APMs.e2e.spec.d.ts +1 -0
- package/dist-js/e2e/Card.e2e.spec.d.ts +1 -0
- package/dist-js/e2e/testApm.d.ts +7 -0
- package/dist-js/go.svelte.d.ts +1 -0
- package/dist-js/gomus-webcomponents.css +1255 -0
- package/dist-js/gomus-webcomponents.iife.js +18833 -0
- package/dist-js/gomus-webcomponents.js +18832 -0
- package/dist-js/lib/annual-ticket-personalization/index.d.ts +1 -0
- package/dist-js/lib/annual-ticket-personalization/stores.d.ts +3 -0
- package/dist-js/lib/gomusTicket.spec.d.ts +1 -0
- package/dist-js/lib/gomusTicket.svelte.d.ts +122 -0
- package/dist-js/lib/helpers/DataHolder.d.ts +3 -0
- package/dist-js/lib/helpers/Events.d.ts +6 -0
- package/dist-js/lib/helpers/PropertyTracker.d.ts +9 -0
- package/dist-js/lib/helpers/PropertyTracker.spec.d.ts +1 -0
- package/dist-js/lib/helpers/ShadowStyles.svelte.d.ts +7 -0
- package/dist-js/lib/helpers/Wrapper.svelte.d.ts +1 -0
- package/dist-js/lib/helpers/context.spec.d.ts +1 -0
- package/dist-js/lib/helpers/context.svelte.d.ts +2 -0
- package/dist-js/lib/helpers/cookies.d.ts +7 -0
- package/dist-js/lib/helpers/cookies.spec.d.ts +1 -0
- package/dist-js/lib/helpers/dataAttr.d.ts +9 -0
- package/dist-js/lib/helpers/dataAttr.spec.d.ts +1 -0
- package/dist-js/lib/helpers/fixtures/context/lib.d.ts +5 -0
- package/dist-js/lib/helpers/shopCart.d.ts +34 -0
- package/dist-js/lib/helpers/translations.d.ts +752 -0
- package/dist-js/lib/helpers/urls.d.ts +64 -0
- package/dist-js/lib/helpers/utils.d.ts +24 -0
- package/dist-js/lib/helpers/wrapInElement.d.ts +1 -0
- package/dist-js/lib/helpers/wrapInElement.spec.d.ts +1 -0
- package/dist-js/lib/middlewares/AuthMiddleware.d.ts +23 -0
- package/dist-js/lib/middlewares/AuthMiddleware.spec.d.ts +1 -0
- package/dist-js/lib/stores/__mocks__/shop.svelte.d.ts +2 -0
- package/dist-js/lib/stores/auth.svelte.d.ts +25 -0
- package/dist-js/lib/stores/auth.svelte.spec.d.ts +1 -0
- package/dist-js/lib/stores/shop.svelte.d.ts +412 -0
- package/dist-js/lib/stores/shop.svelte.test.d.ts +1 -0
- package/dist-js/lib/stores/user.svelte.d.ts +16 -0
- package/dist-js/lib/stores/user.svelte.test.d.ts +1 -0
- package/dist-js/lib/storybook/WrapperComponent.d.ts +1 -0
- package/dist-js/lib/storybook/sbGlobals.svelte.d.ts +9 -0
- package/dist-js/lib/types/types.d.ts +1 -0
- package/dist-js/lib/utils.d.ts +16 -0
- package/dist-js/lib/vitest/mockedCookies.d.ts +2 -0
- package/dist-js/lib/vitest/msw/RequestLogger.d.ts +1 -0
- package/dist-js/lib/vitest/msw/basicHandlers.d.ts +3 -0
- package/dist-js/lib/vitest/msw/handlers.d.ts +1758 -0
- package/dist-js/lib/vitest/msw/vitestMSWSetup.d.ts +3 -0
- package/dist-js/lib/vitest/snapshotSerializer.d.ts +1 -0
- package/dist-js/main.d.ts +5 -0
- package/dist-js/mocks/MSWMocks.d.ts +11 -0
- package/dist-js/mocks/ShopMocks.d.ts +179 -0
- package/dist-js/mocks/mocks.d.ts +2049 -0
- package/dist-js/sveltekit/app/environment.d.ts +1 -0
- package/dist-js/sveltekit/app/forms.d.ts +23 -0
- package/dist-js/sveltekit/app/navigation.d.ts +4 -0
- package/dist-js/sveltekit/app/stores.d.ts +2 -0
- package/dist-js/vitest-setup.d.ts +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1758 @@
|
|
|
1
|
+
export function getGetCountriesV3200Response(): {
|
|
2
|
+
countries: {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
}[];
|
|
6
|
+
};
|
|
7
|
+
export function getGetCustomerSalutations200Response(): {
|
|
8
|
+
customer_salutations: {
|
|
9
|
+
id: number;
|
|
10
|
+
salutation: string;
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export function getPostAuthorization200Response(): {
|
|
14
|
+
status: string;
|
|
15
|
+
data: {
|
|
16
|
+
id: number;
|
|
17
|
+
customer_salutation_id: number;
|
|
18
|
+
customer_title_id: string;
|
|
19
|
+
name: string;
|
|
20
|
+
surname: string;
|
|
21
|
+
institution: string;
|
|
22
|
+
category_id: string;
|
|
23
|
+
email: string;
|
|
24
|
+
tel: string;
|
|
25
|
+
created_at: string;
|
|
26
|
+
updated_at: string;
|
|
27
|
+
is_institution: boolean;
|
|
28
|
+
price_target_audience_id: number;
|
|
29
|
+
payment_mode_id: number;
|
|
30
|
+
debitor_number: number;
|
|
31
|
+
notes: string;
|
|
32
|
+
mobile: string;
|
|
33
|
+
language_id: number;
|
|
34
|
+
fax: string;
|
|
35
|
+
provider: string;
|
|
36
|
+
uid: string;
|
|
37
|
+
has_collective_invoice_payment: boolean;
|
|
38
|
+
has_voucher_payment: boolean;
|
|
39
|
+
level: number;
|
|
40
|
+
is_archived: boolean;
|
|
41
|
+
creator_id: string;
|
|
42
|
+
date_of_birth: string;
|
|
43
|
+
vat_number: string;
|
|
44
|
+
shop_id: number;
|
|
45
|
+
deleted_at: string;
|
|
46
|
+
personalization_token: string;
|
|
47
|
+
foreign_id: string;
|
|
48
|
+
coupon_codes: never[];
|
|
49
|
+
allow_password_change: boolean;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export function getPostAuthorization422Response(): {
|
|
53
|
+
status: string;
|
|
54
|
+
data: {};
|
|
55
|
+
errors: {
|
|
56
|
+
full_messages: string[];
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export function getPostSignIn200Response(): {
|
|
60
|
+
data: {
|
|
61
|
+
category_id: number;
|
|
62
|
+
created_at: string;
|
|
63
|
+
customer_title_id: number;
|
|
64
|
+
debitor_number: string;
|
|
65
|
+
email: string;
|
|
66
|
+
fax: string;
|
|
67
|
+
has_collective_invoice_payment: boolean;
|
|
68
|
+
has_voucher_payment: boolean;
|
|
69
|
+
id: number;
|
|
70
|
+
institution: string;
|
|
71
|
+
is_institution: boolean;
|
|
72
|
+
language_id: number;
|
|
73
|
+
level: number;
|
|
74
|
+
mobile: string;
|
|
75
|
+
name: string;
|
|
76
|
+
notes: string;
|
|
77
|
+
payment_mode_id: number;
|
|
78
|
+
price_target_audience_id: number;
|
|
79
|
+
provider: string;
|
|
80
|
+
surname: string;
|
|
81
|
+
tel: string;
|
|
82
|
+
updated_at: string;
|
|
83
|
+
newsletter_groups: string;
|
|
84
|
+
wants_newsletter: boolean;
|
|
85
|
+
salutation: string;
|
|
86
|
+
customer_salutation_id: number;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
export function getPostSignIn401Response(): {
|
|
90
|
+
success: boolean;
|
|
91
|
+
errors: string[];
|
|
92
|
+
};
|
|
93
|
+
export function getGetValidateToken200Response(): {
|
|
94
|
+
success: boolean;
|
|
95
|
+
data: {
|
|
96
|
+
category_id: number;
|
|
97
|
+
created_at: string;
|
|
98
|
+
customer_title_id: number;
|
|
99
|
+
debitor_number: string;
|
|
100
|
+
email: string;
|
|
101
|
+
fax: string;
|
|
102
|
+
has_collective_invoice_payment: boolean;
|
|
103
|
+
has_voucher_payment: boolean;
|
|
104
|
+
id: number;
|
|
105
|
+
institution: string;
|
|
106
|
+
is_institution: boolean;
|
|
107
|
+
language_id: number;
|
|
108
|
+
level: number;
|
|
109
|
+
mobile: string;
|
|
110
|
+
name: string;
|
|
111
|
+
notes: string;
|
|
112
|
+
payment_mode_id: number;
|
|
113
|
+
price_target_audience_id: number;
|
|
114
|
+
provider: string;
|
|
115
|
+
surname: string;
|
|
116
|
+
tel: string;
|
|
117
|
+
updated_at: string;
|
|
118
|
+
newsletter_groups: string;
|
|
119
|
+
wants_newsletter: boolean;
|
|
120
|
+
salutation: string;
|
|
121
|
+
customer_salutation_id: number;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
export function getGetValidateToken401Response(): {
|
|
125
|
+
success: boolean;
|
|
126
|
+
errors: string[];
|
|
127
|
+
};
|
|
128
|
+
export function getUpdatePassword200Response(): {
|
|
129
|
+
success: boolean;
|
|
130
|
+
data: {
|
|
131
|
+
id: number;
|
|
132
|
+
customer_salutation_id: number;
|
|
133
|
+
customer_title_id: string;
|
|
134
|
+
name: string;
|
|
135
|
+
surname: string;
|
|
136
|
+
institution: string;
|
|
137
|
+
category_id: string;
|
|
138
|
+
email: string;
|
|
139
|
+
tel: string;
|
|
140
|
+
created_at: string;
|
|
141
|
+
updated_at: string;
|
|
142
|
+
is_institution: boolean;
|
|
143
|
+
price_target_audience_id: number;
|
|
144
|
+
payment_mode_id: number;
|
|
145
|
+
debitor_number: number;
|
|
146
|
+
notes: string;
|
|
147
|
+
mobile: string;
|
|
148
|
+
language_id: number;
|
|
149
|
+
fax: string;
|
|
150
|
+
provider: string;
|
|
151
|
+
uid: string;
|
|
152
|
+
has_collective_invoice_payment: boolean;
|
|
153
|
+
has_voucher_payment: boolean;
|
|
154
|
+
level: number;
|
|
155
|
+
is_archived: boolean;
|
|
156
|
+
creator_id: string;
|
|
157
|
+
date_of_birth: string;
|
|
158
|
+
vat_number: string;
|
|
159
|
+
shop_id: number;
|
|
160
|
+
deleted_at: string;
|
|
161
|
+
personalization_token: string;
|
|
162
|
+
foreign_id: string;
|
|
163
|
+
coupon_codes: never[];
|
|
164
|
+
allow_password_change: boolean;
|
|
165
|
+
};
|
|
166
|
+
message: string;
|
|
167
|
+
};
|
|
168
|
+
export function getPasswordRecoveryRequest200Response(): {
|
|
169
|
+
success: boolean;
|
|
170
|
+
message: string;
|
|
171
|
+
};
|
|
172
|
+
export function getPasswordRecoveryRequest404Response(): {
|
|
173
|
+
success: boolean;
|
|
174
|
+
errors: string[];
|
|
175
|
+
};
|
|
176
|
+
export function getSignOut200Response(): {
|
|
177
|
+
success: boolean;
|
|
178
|
+
};
|
|
179
|
+
export function getSignOut404Response(): {
|
|
180
|
+
success: boolean;
|
|
181
|
+
errors: string[];
|
|
182
|
+
};
|
|
183
|
+
export function getGetVersion200Response(): {
|
|
184
|
+
version: {
|
|
185
|
+
system: string;
|
|
186
|
+
api: string;
|
|
187
|
+
release: string;
|
|
188
|
+
instance: string;
|
|
189
|
+
time: string;
|
|
190
|
+
zone: string;
|
|
191
|
+
currency: string;
|
|
192
|
+
per_page: number;
|
|
193
|
+
shops: string[];
|
|
194
|
+
base: string;
|
|
195
|
+
next: boolean;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
export function getGetCalendar200Response(): {
|
|
199
|
+
data: {
|
|
200
|
+
[x: string]: {
|
|
201
|
+
date: {
|
|
202
|
+
id: number;
|
|
203
|
+
bookable: boolean;
|
|
204
|
+
event_id: number;
|
|
205
|
+
location: {
|
|
206
|
+
city: string;
|
|
207
|
+
};
|
|
208
|
+
title: string;
|
|
209
|
+
sub_title: string;
|
|
210
|
+
start_time: Date;
|
|
211
|
+
seats: {
|
|
212
|
+
max: number;
|
|
213
|
+
booked: number;
|
|
214
|
+
available: number;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
}[];
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
export function getPostCart200Response(): {
|
|
221
|
+
items: ({
|
|
222
|
+
readonly type: string;
|
|
223
|
+
readonly attributes: {
|
|
224
|
+
readonly id: 2;
|
|
225
|
+
readonly time: string;
|
|
226
|
+
readonly quantity: 1;
|
|
227
|
+
readonly shipped_with_merchandise_id: number;
|
|
228
|
+
readonly grade_id?: undefined;
|
|
229
|
+
readonly language_id?: undefined;
|
|
230
|
+
readonly start_time?: undefined;
|
|
231
|
+
readonly surcharges?: undefined;
|
|
232
|
+
};
|
|
233
|
+
} | {
|
|
234
|
+
readonly type: string;
|
|
235
|
+
readonly attributes: {
|
|
236
|
+
readonly id: number;
|
|
237
|
+
readonly quantity: {
|
|
238
|
+
[x: string]: number;
|
|
239
|
+
};
|
|
240
|
+
readonly time?: undefined;
|
|
241
|
+
readonly shipped_with_merchandise_id?: undefined;
|
|
242
|
+
readonly grade_id?: undefined;
|
|
243
|
+
readonly language_id?: undefined;
|
|
244
|
+
readonly start_time?: undefined;
|
|
245
|
+
readonly surcharges?: undefined;
|
|
246
|
+
};
|
|
247
|
+
} | {
|
|
248
|
+
readonly type: string;
|
|
249
|
+
readonly attributes: {
|
|
250
|
+
readonly id: number;
|
|
251
|
+
readonly grade_id: number;
|
|
252
|
+
readonly language_id: number;
|
|
253
|
+
readonly quantity: number;
|
|
254
|
+
readonly start_time: "2021-11-18T00:00:00Z";
|
|
255
|
+
readonly surcharges: {
|
|
256
|
+
[x: string]: number;
|
|
257
|
+
};
|
|
258
|
+
readonly time?: undefined;
|
|
259
|
+
readonly shipped_with_merchandise_id?: undefined;
|
|
260
|
+
};
|
|
261
|
+
} | {
|
|
262
|
+
readonly type: string;
|
|
263
|
+
readonly attributes: {
|
|
264
|
+
readonly id: number;
|
|
265
|
+
readonly quantity: number;
|
|
266
|
+
readonly shipped_with_merchandise_id: number;
|
|
267
|
+
readonly time?: undefined;
|
|
268
|
+
readonly grade_id?: undefined;
|
|
269
|
+
readonly language_id?: undefined;
|
|
270
|
+
readonly start_time?: undefined;
|
|
271
|
+
readonly surcharges?: undefined;
|
|
272
|
+
};
|
|
273
|
+
})[];
|
|
274
|
+
};
|
|
275
|
+
export function getGetCountriesV4200Response(): {
|
|
276
|
+
countries: {
|
|
277
|
+
id: number;
|
|
278
|
+
name: string;
|
|
279
|
+
code: string;
|
|
280
|
+
}[];
|
|
281
|
+
meta: {
|
|
282
|
+
total_count: number;
|
|
283
|
+
page: number;
|
|
284
|
+
per_page: number;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
export function getGetCountriesV4422Response(): {
|
|
288
|
+
error: string;
|
|
289
|
+
};
|
|
290
|
+
export function getGetCouponSale200Response(): {
|
|
291
|
+
coupon_sale: {
|
|
292
|
+
id: number;
|
|
293
|
+
is_valid: boolean;
|
|
294
|
+
is_voucher_for: number;
|
|
295
|
+
value_cents: number;
|
|
296
|
+
value_action: string;
|
|
297
|
+
value: number;
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
export function getGetCouponSale404Response(): null;
|
|
301
|
+
export function getGetCoupons200Response(): {
|
|
302
|
+
coupons: {
|
|
303
|
+
id: number;
|
|
304
|
+
title: string;
|
|
305
|
+
price_cents: number;
|
|
306
|
+
value_cents: number;
|
|
307
|
+
vat_pct: string;
|
|
308
|
+
created_at: string;
|
|
309
|
+
updated_at: string;
|
|
310
|
+
shipped_with_merchandise_id: number;
|
|
311
|
+
}[];
|
|
312
|
+
meta: {
|
|
313
|
+
total_count: number;
|
|
314
|
+
page: number;
|
|
315
|
+
per_page: number;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
export function getGetCoupon200Response(): {
|
|
319
|
+
coupon: {
|
|
320
|
+
id: number;
|
|
321
|
+
title: string;
|
|
322
|
+
sub_title: string;
|
|
323
|
+
description: string;
|
|
324
|
+
price_cents: number;
|
|
325
|
+
value_cents: number;
|
|
326
|
+
vat_pct: string;
|
|
327
|
+
created_at: string;
|
|
328
|
+
updated_at: string;
|
|
329
|
+
shipped_with_merchandise_id: number;
|
|
330
|
+
content: {
|
|
331
|
+
[x: string]: string;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
export function getGetCustomerAddresses200Response(): {
|
|
336
|
+
customer_addresses: {
|
|
337
|
+
id: number;
|
|
338
|
+
adressat: string;
|
|
339
|
+
city: string;
|
|
340
|
+
street: string;
|
|
341
|
+
zip: string;
|
|
342
|
+
country_id: number;
|
|
343
|
+
adress_type_id: number;
|
|
344
|
+
has_collective_invoice_payment: boolean;
|
|
345
|
+
cost_centre: string;
|
|
346
|
+
email: string;
|
|
347
|
+
korona_customer_number: string;
|
|
348
|
+
vat_number: string;
|
|
349
|
+
for_select: string;
|
|
350
|
+
price_target_audience: {
|
|
351
|
+
id: number;
|
|
352
|
+
name: string;
|
|
353
|
+
};
|
|
354
|
+
institution: string;
|
|
355
|
+
}[];
|
|
356
|
+
};
|
|
357
|
+
export function getGetCustomerAddress200Response(): {
|
|
358
|
+
customer_adress: {
|
|
359
|
+
id: number;
|
|
360
|
+
adressat: string;
|
|
361
|
+
city: string;
|
|
362
|
+
street: string;
|
|
363
|
+
zip: string;
|
|
364
|
+
country_id: number;
|
|
365
|
+
adress_type_id: number;
|
|
366
|
+
has_collective_invoice_payment: boolean;
|
|
367
|
+
cost_centre: string;
|
|
368
|
+
email: string;
|
|
369
|
+
korona_customer_number: string;
|
|
370
|
+
vat_number: string;
|
|
371
|
+
for_select: string;
|
|
372
|
+
price_target_audience: {
|
|
373
|
+
id: number;
|
|
374
|
+
name: string;
|
|
375
|
+
};
|
|
376
|
+
institution: string;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
export function getGetDates200Response(): {
|
|
380
|
+
dates: {
|
|
381
|
+
event_id: number;
|
|
382
|
+
category: {
|
|
383
|
+
id: number;
|
|
384
|
+
name: string;
|
|
385
|
+
filtername: string;
|
|
386
|
+
};
|
|
387
|
+
bookable: boolean;
|
|
388
|
+
registerable: boolean;
|
|
389
|
+
event_title: string;
|
|
390
|
+
event_sub_title: string;
|
|
391
|
+
start_time: string;
|
|
392
|
+
duration: number;
|
|
393
|
+
seats: {
|
|
394
|
+
min: number;
|
|
395
|
+
max: number;
|
|
396
|
+
booked: number;
|
|
397
|
+
available: number;
|
|
398
|
+
max_per_registration: number;
|
|
399
|
+
overbook: boolean;
|
|
400
|
+
};
|
|
401
|
+
}[];
|
|
402
|
+
meta: {
|
|
403
|
+
total_count: number;
|
|
404
|
+
page: number;
|
|
405
|
+
per_page: number;
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
export function getGetEvents200Response(): {
|
|
409
|
+
events: {
|
|
410
|
+
id: number;
|
|
411
|
+
description: string;
|
|
412
|
+
museum_id: number;
|
|
413
|
+
exhibition_id: number;
|
|
414
|
+
foreign_id: string;
|
|
415
|
+
title: string;
|
|
416
|
+
sub_title: string;
|
|
417
|
+
created_at: string;
|
|
418
|
+
updated_at: string;
|
|
419
|
+
featured: boolean;
|
|
420
|
+
bookable: boolean;
|
|
421
|
+
registerable: boolean;
|
|
422
|
+
picture: {
|
|
423
|
+
title: string;
|
|
424
|
+
description: string;
|
|
425
|
+
copyright_info: string;
|
|
426
|
+
original: string;
|
|
427
|
+
teaser: string;
|
|
428
|
+
teaser_3x2: string;
|
|
429
|
+
preview: string;
|
|
430
|
+
preview_3x2: string;
|
|
431
|
+
detail: string;
|
|
432
|
+
detail_3x2: string;
|
|
433
|
+
article: string;
|
|
434
|
+
article_3x2: string;
|
|
435
|
+
thumbnail: string;
|
|
436
|
+
};
|
|
437
|
+
duration: number;
|
|
438
|
+
location: {
|
|
439
|
+
id: number;
|
|
440
|
+
name: string;
|
|
441
|
+
city: string;
|
|
442
|
+
country: string;
|
|
443
|
+
street: string;
|
|
444
|
+
zip: string;
|
|
445
|
+
latitude: number;
|
|
446
|
+
longitude: number;
|
|
447
|
+
};
|
|
448
|
+
age_groups: {
|
|
449
|
+
id: number;
|
|
450
|
+
name: string;
|
|
451
|
+
}[];
|
|
452
|
+
audiences: {
|
|
453
|
+
id: number;
|
|
454
|
+
name: string;
|
|
455
|
+
}[];
|
|
456
|
+
catch_words: {
|
|
457
|
+
id: number;
|
|
458
|
+
name: string;
|
|
459
|
+
}[];
|
|
460
|
+
disablements: {
|
|
461
|
+
id: number;
|
|
462
|
+
name: string;
|
|
463
|
+
}[];
|
|
464
|
+
grades: {
|
|
465
|
+
id: number;
|
|
466
|
+
name: string;
|
|
467
|
+
}[];
|
|
468
|
+
proposal_categories: {
|
|
469
|
+
id: number;
|
|
470
|
+
name: string;
|
|
471
|
+
}[];
|
|
472
|
+
languages: {
|
|
473
|
+
id: number;
|
|
474
|
+
name: string;
|
|
475
|
+
locale: string;
|
|
476
|
+
}[];
|
|
477
|
+
category: {
|
|
478
|
+
id: number;
|
|
479
|
+
name: string;
|
|
480
|
+
filtername: string;
|
|
481
|
+
};
|
|
482
|
+
upcoming_bookings_start_times: string[];
|
|
483
|
+
}[];
|
|
484
|
+
meta: {
|
|
485
|
+
total_count: number;
|
|
486
|
+
page: number;
|
|
487
|
+
per_page: number;
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
export function getGetEvent200Response(): {
|
|
491
|
+
event: {
|
|
492
|
+
id: number;
|
|
493
|
+
description: string;
|
|
494
|
+
museum_id: number;
|
|
495
|
+
exhibition_id: number;
|
|
496
|
+
foreign_id: string;
|
|
497
|
+
title: string;
|
|
498
|
+
sub_title: string;
|
|
499
|
+
created_at: string;
|
|
500
|
+
updated_at: string;
|
|
501
|
+
featured: boolean;
|
|
502
|
+
bookable: boolean;
|
|
503
|
+
registerable: boolean;
|
|
504
|
+
picture: {
|
|
505
|
+
title: string;
|
|
506
|
+
description: string;
|
|
507
|
+
copyright_info: string;
|
|
508
|
+
original: string;
|
|
509
|
+
teaser: string;
|
|
510
|
+
teaser_3x2: string;
|
|
511
|
+
preview: string;
|
|
512
|
+
preview_3x2: string;
|
|
513
|
+
detail: string;
|
|
514
|
+
detail_3x2: string;
|
|
515
|
+
article: string;
|
|
516
|
+
article_3x2: string;
|
|
517
|
+
thumbnail: string;
|
|
518
|
+
};
|
|
519
|
+
duration: number;
|
|
520
|
+
location: {
|
|
521
|
+
id: number;
|
|
522
|
+
name: string;
|
|
523
|
+
city: string;
|
|
524
|
+
country: string;
|
|
525
|
+
street: string;
|
|
526
|
+
zip: string;
|
|
527
|
+
latitude: number;
|
|
528
|
+
longitude: number;
|
|
529
|
+
};
|
|
530
|
+
age_groups: {
|
|
531
|
+
id: number;
|
|
532
|
+
name: string;
|
|
533
|
+
}[];
|
|
534
|
+
audiences: {
|
|
535
|
+
id: number;
|
|
536
|
+
name: string;
|
|
537
|
+
}[];
|
|
538
|
+
catch_words: {
|
|
539
|
+
id: number;
|
|
540
|
+
name: string;
|
|
541
|
+
}[];
|
|
542
|
+
disablements: {
|
|
543
|
+
id: number;
|
|
544
|
+
name: string;
|
|
545
|
+
}[];
|
|
546
|
+
grades: {
|
|
547
|
+
id: number;
|
|
548
|
+
name: string;
|
|
549
|
+
}[];
|
|
550
|
+
proposal_categories: {
|
|
551
|
+
id: number;
|
|
552
|
+
name: string;
|
|
553
|
+
}[];
|
|
554
|
+
languages: {
|
|
555
|
+
id: number;
|
|
556
|
+
name: string;
|
|
557
|
+
locale: string;
|
|
558
|
+
}[];
|
|
559
|
+
category: {
|
|
560
|
+
id: number;
|
|
561
|
+
name: string;
|
|
562
|
+
filtername: string;
|
|
563
|
+
};
|
|
564
|
+
upcoming_bookings_start_times: string[];
|
|
565
|
+
tickets: number[];
|
|
566
|
+
quotas: number[];
|
|
567
|
+
ticket_sales_in_shop: boolean;
|
|
568
|
+
dates: {
|
|
569
|
+
first: Date;
|
|
570
|
+
last: Date;
|
|
571
|
+
count: number;
|
|
572
|
+
};
|
|
573
|
+
sellabilities: {
|
|
574
|
+
start_at: string;
|
|
575
|
+
end_at: string;
|
|
576
|
+
}[];
|
|
577
|
+
documents: {
|
|
578
|
+
id: number;
|
|
579
|
+
name: string;
|
|
580
|
+
path: string;
|
|
581
|
+
size: number;
|
|
582
|
+
type: string;
|
|
583
|
+
dynamic: number;
|
|
584
|
+
}[];
|
|
585
|
+
content: {};
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
export function getGetEventDates200Response(): {
|
|
589
|
+
dates: {
|
|
590
|
+
id: number;
|
|
591
|
+
event_id: number;
|
|
592
|
+
exhibition_id: number;
|
|
593
|
+
museum_id: number;
|
|
594
|
+
foreign_id: number;
|
|
595
|
+
category: {
|
|
596
|
+
id: number;
|
|
597
|
+
name: string;
|
|
598
|
+
filtername: string;
|
|
599
|
+
};
|
|
600
|
+
bookable: boolean;
|
|
601
|
+
registerable: boolean;
|
|
602
|
+
entry_fee: number;
|
|
603
|
+
title: string;
|
|
604
|
+
sub_title: string;
|
|
605
|
+
description: string;
|
|
606
|
+
meeting_point: string;
|
|
607
|
+
event_title: string;
|
|
608
|
+
event_sub_title: string;
|
|
609
|
+
start_time: string;
|
|
610
|
+
duration: number;
|
|
611
|
+
vat_pct: number;
|
|
612
|
+
seats: {
|
|
613
|
+
min: number;
|
|
614
|
+
max: number;
|
|
615
|
+
booked: number;
|
|
616
|
+
available: number;
|
|
617
|
+
max_per_registration: number;
|
|
618
|
+
overbook: boolean;
|
|
619
|
+
};
|
|
620
|
+
created_at: Date;
|
|
621
|
+
updated_at: Date;
|
|
622
|
+
language: {
|
|
623
|
+
id: number;
|
|
624
|
+
name: string;
|
|
625
|
+
locale: string;
|
|
626
|
+
};
|
|
627
|
+
location: {
|
|
628
|
+
id: number;
|
|
629
|
+
name: string;
|
|
630
|
+
city: string;
|
|
631
|
+
country: string;
|
|
632
|
+
street: string;
|
|
633
|
+
zip: string;
|
|
634
|
+
latitude: number;
|
|
635
|
+
longitude: number;
|
|
636
|
+
};
|
|
637
|
+
prices: {
|
|
638
|
+
group: boolean;
|
|
639
|
+
optional: boolean;
|
|
640
|
+
price_cents: number;
|
|
641
|
+
vat_pct: number;
|
|
642
|
+
accounting_article_id: number;
|
|
643
|
+
accounting_article_type: string;
|
|
644
|
+
}[];
|
|
645
|
+
status: "booked" | "cancelled";
|
|
646
|
+
discount: number;
|
|
647
|
+
tax_included: boolean;
|
|
648
|
+
seatings: {}[];
|
|
649
|
+
comment: string;
|
|
650
|
+
guides: {}[];
|
|
651
|
+
}[];
|
|
652
|
+
meta: {
|
|
653
|
+
total_count: number;
|
|
654
|
+
page: number;
|
|
655
|
+
per_page: number;
|
|
656
|
+
};
|
|
657
|
+
};
|
|
658
|
+
export function getGetEventDate200Response(): {
|
|
659
|
+
date: {
|
|
660
|
+
id: number;
|
|
661
|
+
event_id: number;
|
|
662
|
+
exhibition_id: number;
|
|
663
|
+
museum_id: number;
|
|
664
|
+
foreign_id: number;
|
|
665
|
+
category: {
|
|
666
|
+
id: number;
|
|
667
|
+
name: string;
|
|
668
|
+
filtername: string;
|
|
669
|
+
};
|
|
670
|
+
bookable: boolean;
|
|
671
|
+
registerable: boolean;
|
|
672
|
+
entry_fee: number;
|
|
673
|
+
title: string;
|
|
674
|
+
sub_title: string;
|
|
675
|
+
description: string;
|
|
676
|
+
meeting_point: string;
|
|
677
|
+
event_title: string;
|
|
678
|
+
event_sub_title: string;
|
|
679
|
+
start_time: string;
|
|
680
|
+
duration: number;
|
|
681
|
+
vat_pct: number;
|
|
682
|
+
seats: {
|
|
683
|
+
min: number;
|
|
684
|
+
max: number;
|
|
685
|
+
booked: number;
|
|
686
|
+
available: number;
|
|
687
|
+
max_per_registration: number;
|
|
688
|
+
overbook: boolean;
|
|
689
|
+
};
|
|
690
|
+
created_at: Date;
|
|
691
|
+
updated_at: Date;
|
|
692
|
+
language: {
|
|
693
|
+
id: number;
|
|
694
|
+
name: string;
|
|
695
|
+
locale: string;
|
|
696
|
+
};
|
|
697
|
+
location: {
|
|
698
|
+
id: number;
|
|
699
|
+
name: string;
|
|
700
|
+
city: string;
|
|
701
|
+
country: string;
|
|
702
|
+
street: string;
|
|
703
|
+
zip: string;
|
|
704
|
+
latitude: number;
|
|
705
|
+
longitude: number;
|
|
706
|
+
};
|
|
707
|
+
prices: {
|
|
708
|
+
group: boolean;
|
|
709
|
+
optional: boolean;
|
|
710
|
+
price_cents: number;
|
|
711
|
+
vat_pct: number;
|
|
712
|
+
accounting_article_id: number;
|
|
713
|
+
accounting_article_type: string;
|
|
714
|
+
}[];
|
|
715
|
+
status: "booked" | "cancelled";
|
|
716
|
+
discount: number;
|
|
717
|
+
tax_included: boolean;
|
|
718
|
+
seatings: {}[];
|
|
719
|
+
comment: string;
|
|
720
|
+
guides: {}[];
|
|
721
|
+
};
|
|
722
|
+
};
|
|
723
|
+
export function getGetEventCategories200Response(): {
|
|
724
|
+
categories: {
|
|
725
|
+
id: number;
|
|
726
|
+
name: string;
|
|
727
|
+
filtername: string;
|
|
728
|
+
}[];
|
|
729
|
+
};
|
|
730
|
+
export function getGetExhibitions200Response(): {
|
|
731
|
+
exhibitions: {
|
|
732
|
+
id: number;
|
|
733
|
+
museum_id: number;
|
|
734
|
+
foreign_id: string;
|
|
735
|
+
title: string;
|
|
736
|
+
sub_title: string;
|
|
737
|
+
created_at: string;
|
|
738
|
+
updated_at: string;
|
|
739
|
+
featured: boolean;
|
|
740
|
+
description: string;
|
|
741
|
+
picture: {
|
|
742
|
+
title: string;
|
|
743
|
+
description: string;
|
|
744
|
+
copyright_info: string;
|
|
745
|
+
original: string;
|
|
746
|
+
teaser: string;
|
|
747
|
+
teaser_3x2: string;
|
|
748
|
+
preview: string;
|
|
749
|
+
preview_3x2: string;
|
|
750
|
+
detail: string;
|
|
751
|
+
detail_3x2: string;
|
|
752
|
+
article: string;
|
|
753
|
+
article_3x2: string;
|
|
754
|
+
thumbnail: string;
|
|
755
|
+
};
|
|
756
|
+
time_frames: {
|
|
757
|
+
start_at: string;
|
|
758
|
+
end_at: string;
|
|
759
|
+
}[];
|
|
760
|
+
location: {
|
|
761
|
+
id: number;
|
|
762
|
+
name: string;
|
|
763
|
+
city: string;
|
|
764
|
+
country: string;
|
|
765
|
+
street: string;
|
|
766
|
+
zip: string;
|
|
767
|
+
latitude: number;
|
|
768
|
+
longitude: number;
|
|
769
|
+
};
|
|
770
|
+
}[];
|
|
771
|
+
meta: {
|
|
772
|
+
total_count: number;
|
|
773
|
+
page: number;
|
|
774
|
+
per_page: number;
|
|
775
|
+
};
|
|
776
|
+
};
|
|
777
|
+
export function getGetExhibition200Response(): {
|
|
778
|
+
exhibition: {
|
|
779
|
+
id: number;
|
|
780
|
+
museum_id: number;
|
|
781
|
+
foreign_id: string;
|
|
782
|
+
title: string;
|
|
783
|
+
sub_title: string;
|
|
784
|
+
created_at: string;
|
|
785
|
+
updated_at: string;
|
|
786
|
+
featured: boolean;
|
|
787
|
+
description: string;
|
|
788
|
+
picture: {
|
|
789
|
+
title: string;
|
|
790
|
+
description: string;
|
|
791
|
+
copyright_info: string;
|
|
792
|
+
original: string;
|
|
793
|
+
teaser: string;
|
|
794
|
+
teaser_3x2: string;
|
|
795
|
+
preview: string;
|
|
796
|
+
preview_3x2: string;
|
|
797
|
+
detail: string;
|
|
798
|
+
detail_3x2: string;
|
|
799
|
+
article: string;
|
|
800
|
+
article_3x2: string;
|
|
801
|
+
thumbnail: string;
|
|
802
|
+
};
|
|
803
|
+
time_frames: {
|
|
804
|
+
start_at: string;
|
|
805
|
+
end_at: string;
|
|
806
|
+
}[];
|
|
807
|
+
location: {
|
|
808
|
+
id: number;
|
|
809
|
+
name: string;
|
|
810
|
+
city: string;
|
|
811
|
+
country: string;
|
|
812
|
+
street: string;
|
|
813
|
+
zip: string;
|
|
814
|
+
latitude: number;
|
|
815
|
+
longitude: number;
|
|
816
|
+
};
|
|
817
|
+
content: {
|
|
818
|
+
shop_title: string;
|
|
819
|
+
shop_description: string;
|
|
820
|
+
shop_subtitle: string;
|
|
821
|
+
meeting_point: string;
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
};
|
|
825
|
+
export function getGetTicketGroups200Response(): {
|
|
826
|
+
ticket_groups: {
|
|
827
|
+
id: number;
|
|
828
|
+
name: string;
|
|
829
|
+
exclusive: boolean;
|
|
830
|
+
ticket_ids: number[];
|
|
831
|
+
translations: {
|
|
832
|
+
description: string;
|
|
833
|
+
};
|
|
834
|
+
}[];
|
|
835
|
+
};
|
|
836
|
+
export function getGetLocales200Response(): {
|
|
837
|
+
locales: string[];
|
|
838
|
+
multi_locales: boolean;
|
|
839
|
+
current: string;
|
|
840
|
+
};
|
|
841
|
+
export function getGetMerchandises200Response(): {
|
|
842
|
+
merchandises: {
|
|
843
|
+
id: number;
|
|
844
|
+
title: string;
|
|
845
|
+
description: string;
|
|
846
|
+
price_cents: number;
|
|
847
|
+
vat_pct: number;
|
|
848
|
+
tax_included: boolean;
|
|
849
|
+
sellable: boolean;
|
|
850
|
+
picture: {
|
|
851
|
+
original: string;
|
|
852
|
+
teaser: string;
|
|
853
|
+
teaser_3x2: string;
|
|
854
|
+
preview: string;
|
|
855
|
+
preview_3x2: string;
|
|
856
|
+
detail: string;
|
|
857
|
+
detail_3x2: string;
|
|
858
|
+
article: string;
|
|
859
|
+
article_3x2: string;
|
|
860
|
+
thumbnail: string;
|
|
861
|
+
};
|
|
862
|
+
created_at: string;
|
|
863
|
+
updated_at: string;
|
|
864
|
+
shipped_with_merchandise_id: number;
|
|
865
|
+
is_shipping_article: boolean;
|
|
866
|
+
}[];
|
|
867
|
+
meta: {
|
|
868
|
+
total_count: number;
|
|
869
|
+
page: number;
|
|
870
|
+
per_page: number;
|
|
871
|
+
};
|
|
872
|
+
};
|
|
873
|
+
export function getGetMerchandise200Response(): {
|
|
874
|
+
merchandise: {
|
|
875
|
+
id: number;
|
|
876
|
+
title: string;
|
|
877
|
+
sub_title: string;
|
|
878
|
+
description: string;
|
|
879
|
+
price_cents: number;
|
|
880
|
+
vat_pct: number;
|
|
881
|
+
tax_included: boolean;
|
|
882
|
+
sellable: boolean;
|
|
883
|
+
content: {
|
|
884
|
+
[x: string]: string;
|
|
885
|
+
};
|
|
886
|
+
picture: {
|
|
887
|
+
original: string;
|
|
888
|
+
teaser: string;
|
|
889
|
+
teaser_3x2: string;
|
|
890
|
+
preview: string;
|
|
891
|
+
preview_3x2: string;
|
|
892
|
+
detail: string;
|
|
893
|
+
detail_3x2: string;
|
|
894
|
+
article: string;
|
|
895
|
+
article_3x2: string;
|
|
896
|
+
thumbnail: string;
|
|
897
|
+
};
|
|
898
|
+
created_at: string;
|
|
899
|
+
updated_at: string;
|
|
900
|
+
shipped_with_merchandise_id: number;
|
|
901
|
+
is_shipping_article: boolean;
|
|
902
|
+
};
|
|
903
|
+
};
|
|
904
|
+
export function getGetMuseums200Response(): {
|
|
905
|
+
museums: {
|
|
906
|
+
id: number;
|
|
907
|
+
title: string;
|
|
908
|
+
sub_title: string;
|
|
909
|
+
created_at: string;
|
|
910
|
+
updated_at: string;
|
|
911
|
+
picture: {
|
|
912
|
+
title: string;
|
|
913
|
+
description: string;
|
|
914
|
+
copyright_info: string;
|
|
915
|
+
original: string;
|
|
916
|
+
teaser: string;
|
|
917
|
+
teaser_3x2: string;
|
|
918
|
+
preview: string;
|
|
919
|
+
preview_3x2: string;
|
|
920
|
+
detail: string;
|
|
921
|
+
detail_3x2: string;
|
|
922
|
+
article: string;
|
|
923
|
+
article_3x2: string;
|
|
924
|
+
thumbnail: string;
|
|
925
|
+
};
|
|
926
|
+
}[];
|
|
927
|
+
meta: {
|
|
928
|
+
total_count: number;
|
|
929
|
+
page: number;
|
|
930
|
+
per_page: number;
|
|
931
|
+
};
|
|
932
|
+
};
|
|
933
|
+
export function getGetNewsletterSubscriberGroups200Response(): {
|
|
934
|
+
newsletter_subscriber_groups: {
|
|
935
|
+
id: number;
|
|
936
|
+
name: string;
|
|
937
|
+
checkbox_text: string;
|
|
938
|
+
language: string;
|
|
939
|
+
}[];
|
|
940
|
+
meta: {
|
|
941
|
+
total_count: number;
|
|
942
|
+
};
|
|
943
|
+
};
|
|
944
|
+
export function getGetOrders200Response(): {
|
|
945
|
+
orders: {
|
|
946
|
+
id: number;
|
|
947
|
+
token: string;
|
|
948
|
+
is_valid: boolean;
|
|
949
|
+
total_price_cents: number;
|
|
950
|
+
payment_status: number;
|
|
951
|
+
comment: string;
|
|
952
|
+
reference: string;
|
|
953
|
+
rating: string;
|
|
954
|
+
invoice: boolean;
|
|
955
|
+
reserved_until: string;
|
|
956
|
+
canceled: boolean;
|
|
957
|
+
created_at: string;
|
|
958
|
+
source: string;
|
|
959
|
+
items: {
|
|
960
|
+
id: number;
|
|
961
|
+
type: string;
|
|
962
|
+
splitable: boolean;
|
|
963
|
+
price_cents: number;
|
|
964
|
+
vat_pct: string;
|
|
965
|
+
tax_included: boolean;
|
|
966
|
+
attributes: {
|
|
967
|
+
readonly id: 1474;
|
|
968
|
+
readonly ticket_id: 1;
|
|
969
|
+
readonly is_voucher: boolean;
|
|
970
|
+
readonly voucher_id: number;
|
|
971
|
+
readonly quantity: 1;
|
|
972
|
+
readonly start_time: "2023-06-20T13:00:00+02:00";
|
|
973
|
+
readonly canceled_at: "2023-06-20T13:00:00+02:00";
|
|
974
|
+
readonly ticket_type: "time_slot";
|
|
975
|
+
readonly passbooks: boolean;
|
|
976
|
+
readonly accounting_article_usings: null[];
|
|
977
|
+
readonly location: "Berlin";
|
|
978
|
+
readonly title: "this is a title";
|
|
979
|
+
readonly after_sale_information: string;
|
|
980
|
+
readonly description: string;
|
|
981
|
+
readonly barcodes: {
|
|
982
|
+
id: number;
|
|
983
|
+
barcode: string;
|
|
984
|
+
method: string;
|
|
985
|
+
}[];
|
|
986
|
+
readonly ical: boolean;
|
|
987
|
+
readonly is_collective: boolean;
|
|
988
|
+
readonly is_personalizable: boolean;
|
|
989
|
+
readonly sub_ticket_times: {};
|
|
990
|
+
readonly sub_ticket_quantities: {};
|
|
991
|
+
readonly sub_ticket_sales: null[];
|
|
992
|
+
readonly date_id?: undefined;
|
|
993
|
+
readonly event_id?: undefined;
|
|
994
|
+
readonly comment?: undefined;
|
|
995
|
+
readonly reservations?: undefined;
|
|
996
|
+
readonly barcode?: undefined;
|
|
997
|
+
readonly language?: undefined;
|
|
998
|
+
readonly duration?: undefined;
|
|
999
|
+
readonly meeting_point?: undefined;
|
|
1000
|
+
readonly quantities?: undefined;
|
|
1001
|
+
} | {
|
|
1002
|
+
readonly id: 1473;
|
|
1003
|
+
readonly date_id: 5153;
|
|
1004
|
+
readonly event_id: 190;
|
|
1005
|
+
readonly accounting_article_usings: {
|
|
1006
|
+
quantity: number;
|
|
1007
|
+
number: string;
|
|
1008
|
+
original_price_cents: number;
|
|
1009
|
+
scale_price_id: number;
|
|
1010
|
+
vat_pct: number;
|
|
1011
|
+
discount_price_cents: number;
|
|
1012
|
+
seat: string;
|
|
1013
|
+
}[];
|
|
1014
|
+
readonly start_time: "2023-06-22T10:00:00+02:00";
|
|
1015
|
+
readonly location: {
|
|
1016
|
+
readonly id: 17;
|
|
1017
|
+
readonly name: "Elefantenhaus Maximilianpark Hamm";
|
|
1018
|
+
readonly city: "Hamm";
|
|
1019
|
+
readonly country: "Deutschland";
|
|
1020
|
+
readonly street: "Alter Grenzweg 2";
|
|
1021
|
+
readonly zip: "59071";
|
|
1022
|
+
readonly latitude: 52.136;
|
|
1023
|
+
readonly longitude: 7.10405;
|
|
1024
|
+
};
|
|
1025
|
+
readonly title: string;
|
|
1026
|
+
readonly comment: string;
|
|
1027
|
+
readonly reservations: null[];
|
|
1028
|
+
readonly barcode: {
|
|
1029
|
+
readonly id: 26639;
|
|
1030
|
+
readonly barcode: "201yxLK_OzM5xJq4b";
|
|
1031
|
+
readonly method: "code128b";
|
|
1032
|
+
};
|
|
1033
|
+
readonly barcodes: {
|
|
1034
|
+
id: number;
|
|
1035
|
+
barcode: string;
|
|
1036
|
+
method: string;
|
|
1037
|
+
}[];
|
|
1038
|
+
readonly ical: boolean;
|
|
1039
|
+
readonly canceled_at: Date;
|
|
1040
|
+
readonly language: "Deutsch";
|
|
1041
|
+
readonly duration: 120;
|
|
1042
|
+
readonly meeting_point: string;
|
|
1043
|
+
readonly quantities: {
|
|
1044
|
+
id: number;
|
|
1045
|
+
title: string;
|
|
1046
|
+
price_cents: number;
|
|
1047
|
+
quantity: number;
|
|
1048
|
+
total_price_cents: number;
|
|
1049
|
+
}[];
|
|
1050
|
+
readonly ticket_id?: undefined;
|
|
1051
|
+
readonly is_voucher?: undefined;
|
|
1052
|
+
readonly voucher_id?: undefined;
|
|
1053
|
+
readonly quantity?: undefined;
|
|
1054
|
+
readonly ticket_type?: undefined;
|
|
1055
|
+
readonly passbooks?: undefined;
|
|
1056
|
+
readonly after_sale_information?: undefined;
|
|
1057
|
+
readonly description?: undefined;
|
|
1058
|
+
readonly is_collective?: undefined;
|
|
1059
|
+
readonly is_personalizable?: undefined;
|
|
1060
|
+
readonly sub_ticket_times?: undefined;
|
|
1061
|
+
readonly sub_ticket_quantities?: undefined;
|
|
1062
|
+
readonly sub_ticket_sales?: undefined;
|
|
1063
|
+
} | {
|
|
1064
|
+
readonly id: 1474;
|
|
1065
|
+
readonly date_id: 4401;
|
|
1066
|
+
readonly event_id: 114;
|
|
1067
|
+
readonly accounting_article_usings: null[];
|
|
1068
|
+
readonly start_time: "2023-06-20T13:00:00+02:00";
|
|
1069
|
+
readonly location: {
|
|
1070
|
+
readonly id: 17;
|
|
1071
|
+
readonly name: "Elefantenhaus Maximilianpark Hamm";
|
|
1072
|
+
readonly city: "Hamm";
|
|
1073
|
+
readonly country: "Deutschland";
|
|
1074
|
+
readonly street: "Alter Grenzweg 2";
|
|
1075
|
+
readonly zip: "59071";
|
|
1076
|
+
readonly latitude: 52.136;
|
|
1077
|
+
readonly longitude: 7.10405;
|
|
1078
|
+
};
|
|
1079
|
+
readonly title: "this is a title";
|
|
1080
|
+
readonly comment: string;
|
|
1081
|
+
readonly reservations: null[];
|
|
1082
|
+
readonly barcode: {
|
|
1083
|
+
readonly id: 26639;
|
|
1084
|
+
readonly barcode: "201yxLK_OzM5xJq4b";
|
|
1085
|
+
readonly method: "code128b";
|
|
1086
|
+
};
|
|
1087
|
+
readonly barcodes: {
|
|
1088
|
+
id: number;
|
|
1089
|
+
barcode: string;
|
|
1090
|
+
method: string;
|
|
1091
|
+
}[];
|
|
1092
|
+
readonly ical: boolean;
|
|
1093
|
+
readonly canceled_at: Date;
|
|
1094
|
+
readonly language: "Deutsch";
|
|
1095
|
+
readonly duration: 60;
|
|
1096
|
+
readonly meeting_point: string;
|
|
1097
|
+
readonly quantities: {
|
|
1098
|
+
readonly id: 97;
|
|
1099
|
+
readonly title: "Mitarbeiter";
|
|
1100
|
+
readonly price_cents: number;
|
|
1101
|
+
readonly quantity: 1;
|
|
1102
|
+
readonly total_price_cents: number;
|
|
1103
|
+
};
|
|
1104
|
+
readonly ticket_id?: undefined;
|
|
1105
|
+
readonly is_voucher?: undefined;
|
|
1106
|
+
readonly voucher_id?: undefined;
|
|
1107
|
+
readonly quantity?: undefined;
|
|
1108
|
+
readonly ticket_type?: undefined;
|
|
1109
|
+
readonly passbooks?: undefined;
|
|
1110
|
+
readonly after_sale_information?: undefined;
|
|
1111
|
+
readonly description?: undefined;
|
|
1112
|
+
readonly is_collective?: undefined;
|
|
1113
|
+
readonly is_personalizable?: undefined;
|
|
1114
|
+
readonly sub_ticket_times?: undefined;
|
|
1115
|
+
readonly sub_ticket_quantities?: undefined;
|
|
1116
|
+
readonly sub_ticket_sales?: undefined;
|
|
1117
|
+
};
|
|
1118
|
+
canceled: boolean;
|
|
1119
|
+
}[];
|
|
1120
|
+
customer: {
|
|
1121
|
+
category_id: number;
|
|
1122
|
+
created_at: string;
|
|
1123
|
+
customer_title_id: number;
|
|
1124
|
+
debitor_number: string;
|
|
1125
|
+
email: string;
|
|
1126
|
+
fax: string;
|
|
1127
|
+
has_collective_invoice_payment: boolean;
|
|
1128
|
+
has_voucher_payment: boolean;
|
|
1129
|
+
id: number;
|
|
1130
|
+
institution: string;
|
|
1131
|
+
is_institution: boolean;
|
|
1132
|
+
language_id: number;
|
|
1133
|
+
level: number;
|
|
1134
|
+
mobile: string;
|
|
1135
|
+
name: string;
|
|
1136
|
+
notes: string;
|
|
1137
|
+
payment_mode_id: number;
|
|
1138
|
+
price_target_audience_id: number;
|
|
1139
|
+
provider: string;
|
|
1140
|
+
surname: string;
|
|
1141
|
+
tel: string;
|
|
1142
|
+
updated_at: string;
|
|
1143
|
+
newsletter_groups: string;
|
|
1144
|
+
wants_newsletter: boolean;
|
|
1145
|
+
salutation: string;
|
|
1146
|
+
customer_salutation_id: number;
|
|
1147
|
+
};
|
|
1148
|
+
}[];
|
|
1149
|
+
meta: {
|
|
1150
|
+
total_count: number;
|
|
1151
|
+
page: number;
|
|
1152
|
+
per_page: number;
|
|
1153
|
+
};
|
|
1154
|
+
};
|
|
1155
|
+
export function getCreateOrder200Response(): {
|
|
1156
|
+
order: {
|
|
1157
|
+
id: number;
|
|
1158
|
+
billing_address_id: number;
|
|
1159
|
+
shipping_address_id: number;
|
|
1160
|
+
korona_customer_number: string;
|
|
1161
|
+
cash_point_comment: string;
|
|
1162
|
+
customer_comment: string;
|
|
1163
|
+
token: string;
|
|
1164
|
+
is_valid: boolean;
|
|
1165
|
+
total_price_cents: number;
|
|
1166
|
+
payment_status: number;
|
|
1167
|
+
comment: string;
|
|
1168
|
+
reference: string;
|
|
1169
|
+
rating: string;
|
|
1170
|
+
invoice: boolean;
|
|
1171
|
+
updateable_by_cash_point: boolean;
|
|
1172
|
+
canceled: boolean;
|
|
1173
|
+
splitable: boolean;
|
|
1174
|
+
reserved_until: string;
|
|
1175
|
+
created_at: string;
|
|
1176
|
+
canceled_at: string;
|
|
1177
|
+
source: string;
|
|
1178
|
+
payment_mode: {
|
|
1179
|
+
id: number;
|
|
1180
|
+
name: string;
|
|
1181
|
+
};
|
|
1182
|
+
payment: {
|
|
1183
|
+
payment_id: number;
|
|
1184
|
+
provider_id: number;
|
|
1185
|
+
provider_name: string;
|
|
1186
|
+
message: string;
|
|
1187
|
+
};
|
|
1188
|
+
donations: null[];
|
|
1189
|
+
customer: {
|
|
1190
|
+
category_id: number;
|
|
1191
|
+
created_at: string;
|
|
1192
|
+
customer_title_id: number;
|
|
1193
|
+
debitor_number: string;
|
|
1194
|
+
email: string;
|
|
1195
|
+
fax: string;
|
|
1196
|
+
has_collective_invoice_payment: boolean;
|
|
1197
|
+
has_voucher_payment: boolean;
|
|
1198
|
+
id: number;
|
|
1199
|
+
institution: string;
|
|
1200
|
+
is_institution: boolean;
|
|
1201
|
+
language_id: number;
|
|
1202
|
+
level: number;
|
|
1203
|
+
mobile: string;
|
|
1204
|
+
name: string;
|
|
1205
|
+
notes: string;
|
|
1206
|
+
payment_mode_id: number;
|
|
1207
|
+
price_target_audience_id: number;
|
|
1208
|
+
provider: string;
|
|
1209
|
+
surname: string;
|
|
1210
|
+
tel: string;
|
|
1211
|
+
updated_at: string;
|
|
1212
|
+
newsletter_groups: string;
|
|
1213
|
+
wants_newsletter: boolean;
|
|
1214
|
+
salutation: string;
|
|
1215
|
+
customer_salutation_id: number;
|
|
1216
|
+
};
|
|
1217
|
+
items: {
|
|
1218
|
+
id: number;
|
|
1219
|
+
type: string;
|
|
1220
|
+
splitable: boolean;
|
|
1221
|
+
price_cents: number;
|
|
1222
|
+
vat_pct: number;
|
|
1223
|
+
tax_included: boolean;
|
|
1224
|
+
canceled: boolean;
|
|
1225
|
+
attributes: {
|
|
1226
|
+
readonly id: 1474;
|
|
1227
|
+
readonly ticket_id: 1;
|
|
1228
|
+
readonly is_voucher: boolean;
|
|
1229
|
+
readonly voucher_id: number;
|
|
1230
|
+
readonly quantity: 1;
|
|
1231
|
+
readonly start_time: "2023-06-20T13:00:00+02:00";
|
|
1232
|
+
readonly canceled_at: "2023-06-20T13:00:00+02:00";
|
|
1233
|
+
readonly ticket_type: "time_slot";
|
|
1234
|
+
readonly passbooks: boolean;
|
|
1235
|
+
readonly accounting_article_usings: null[];
|
|
1236
|
+
readonly location: "Berlin";
|
|
1237
|
+
readonly title: "this is a title";
|
|
1238
|
+
readonly after_sale_information: string;
|
|
1239
|
+
readonly description: string;
|
|
1240
|
+
readonly barcodes: {
|
|
1241
|
+
id: number;
|
|
1242
|
+
barcode: string;
|
|
1243
|
+
method: string;
|
|
1244
|
+
}[];
|
|
1245
|
+
readonly ical: boolean;
|
|
1246
|
+
readonly is_collective: boolean;
|
|
1247
|
+
readonly is_personalizable: boolean;
|
|
1248
|
+
readonly sub_ticket_times: {};
|
|
1249
|
+
readonly sub_ticket_quantities: {};
|
|
1250
|
+
readonly sub_ticket_sales: null[];
|
|
1251
|
+
readonly coupon_id?: undefined;
|
|
1252
|
+
readonly value_cents?: undefined;
|
|
1253
|
+
} | {
|
|
1254
|
+
readonly id: number;
|
|
1255
|
+
readonly coupon_id: number;
|
|
1256
|
+
readonly accounting_article_usings: null[];
|
|
1257
|
+
readonly quantity: number;
|
|
1258
|
+
readonly barcodes: {
|
|
1259
|
+
id: number;
|
|
1260
|
+
barcode: string;
|
|
1261
|
+
method: string;
|
|
1262
|
+
}[];
|
|
1263
|
+
readonly title: string;
|
|
1264
|
+
readonly description: string;
|
|
1265
|
+
readonly value_cents: number;
|
|
1266
|
+
readonly canceled_at: boolean;
|
|
1267
|
+
readonly ticket_id?: undefined;
|
|
1268
|
+
readonly is_voucher?: undefined;
|
|
1269
|
+
readonly voucher_id?: undefined;
|
|
1270
|
+
readonly start_time?: undefined;
|
|
1271
|
+
readonly ticket_type?: undefined;
|
|
1272
|
+
readonly passbooks?: undefined;
|
|
1273
|
+
readonly location?: undefined;
|
|
1274
|
+
readonly after_sale_information?: undefined;
|
|
1275
|
+
readonly ical?: undefined;
|
|
1276
|
+
readonly is_collective?: undefined;
|
|
1277
|
+
readonly is_personalizable?: undefined;
|
|
1278
|
+
readonly sub_ticket_times?: undefined;
|
|
1279
|
+
readonly sub_ticket_quantities?: undefined;
|
|
1280
|
+
readonly sub_ticket_sales?: undefined;
|
|
1281
|
+
};
|
|
1282
|
+
}[];
|
|
1283
|
+
};
|
|
1284
|
+
meta: {
|
|
1285
|
+
payment_url: string;
|
|
1286
|
+
shop_behavior: string;
|
|
1287
|
+
status: string;
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
export function getCreateOrder401Response(): {
|
|
1291
|
+
error: string;
|
|
1292
|
+
};
|
|
1293
|
+
export function getGetOrder200Response(): {
|
|
1294
|
+
order: {
|
|
1295
|
+
id: number;
|
|
1296
|
+
billing_address_id: number;
|
|
1297
|
+
shipping_address_id: number;
|
|
1298
|
+
korona_customer_number: string;
|
|
1299
|
+
cash_point_comment: string;
|
|
1300
|
+
customer_comment: string;
|
|
1301
|
+
token: string;
|
|
1302
|
+
is_valid: boolean;
|
|
1303
|
+
total_price_cents: number;
|
|
1304
|
+
payment_status: number;
|
|
1305
|
+
comment: string;
|
|
1306
|
+
reference: string;
|
|
1307
|
+
rating: string;
|
|
1308
|
+
invoice: boolean;
|
|
1309
|
+
updateable_by_cash_point: boolean;
|
|
1310
|
+
canceled: boolean;
|
|
1311
|
+
splitable: boolean;
|
|
1312
|
+
reserved_until: string;
|
|
1313
|
+
created_at: string;
|
|
1314
|
+
canceled_at: string;
|
|
1315
|
+
source: string;
|
|
1316
|
+
payment_mode: {
|
|
1317
|
+
id: number;
|
|
1318
|
+
name: string;
|
|
1319
|
+
};
|
|
1320
|
+
payment: {
|
|
1321
|
+
payment_id: number;
|
|
1322
|
+
provider_id: number;
|
|
1323
|
+
provider_name: string;
|
|
1324
|
+
message: string;
|
|
1325
|
+
};
|
|
1326
|
+
donations: null[];
|
|
1327
|
+
customer: {
|
|
1328
|
+
category_id: number;
|
|
1329
|
+
created_at: string;
|
|
1330
|
+
customer_title_id: number;
|
|
1331
|
+
debitor_number: string;
|
|
1332
|
+
email: string;
|
|
1333
|
+
fax: string;
|
|
1334
|
+
has_collective_invoice_payment: boolean;
|
|
1335
|
+
has_voucher_payment: boolean;
|
|
1336
|
+
id: number;
|
|
1337
|
+
institution: string;
|
|
1338
|
+
is_institution: boolean;
|
|
1339
|
+
language_id: number;
|
|
1340
|
+
level: number;
|
|
1341
|
+
mobile: string;
|
|
1342
|
+
name: string;
|
|
1343
|
+
notes: string;
|
|
1344
|
+
payment_mode_id: number;
|
|
1345
|
+
price_target_audience_id: number;
|
|
1346
|
+
provider: string;
|
|
1347
|
+
surname: string;
|
|
1348
|
+
tel: string;
|
|
1349
|
+
updated_at: string;
|
|
1350
|
+
newsletter_groups: string;
|
|
1351
|
+
wants_newsletter: boolean;
|
|
1352
|
+
salutation: string;
|
|
1353
|
+
customer_salutation_id: number;
|
|
1354
|
+
};
|
|
1355
|
+
items: {
|
|
1356
|
+
id: number;
|
|
1357
|
+
type: string;
|
|
1358
|
+
splitable: boolean;
|
|
1359
|
+
price_cents: number;
|
|
1360
|
+
vat_pct: number;
|
|
1361
|
+
tax_included: boolean;
|
|
1362
|
+
canceled: boolean;
|
|
1363
|
+
attributes: {
|
|
1364
|
+
readonly id: 1474;
|
|
1365
|
+
readonly ticket_id: 1;
|
|
1366
|
+
readonly is_voucher: boolean;
|
|
1367
|
+
readonly voucher_id: number;
|
|
1368
|
+
readonly quantity: 1;
|
|
1369
|
+
readonly start_time: "2023-06-20T13:00:00+02:00";
|
|
1370
|
+
readonly canceled_at: "2023-06-20T13:00:00+02:00";
|
|
1371
|
+
readonly ticket_type: "time_slot";
|
|
1372
|
+
readonly passbooks: boolean;
|
|
1373
|
+
readonly accounting_article_usings: null[];
|
|
1374
|
+
readonly location: "Berlin";
|
|
1375
|
+
readonly title: "this is a title";
|
|
1376
|
+
readonly after_sale_information: string;
|
|
1377
|
+
readonly description: string;
|
|
1378
|
+
readonly barcodes: {
|
|
1379
|
+
id: number;
|
|
1380
|
+
barcode: string;
|
|
1381
|
+
method: string;
|
|
1382
|
+
}[];
|
|
1383
|
+
readonly ical: boolean;
|
|
1384
|
+
readonly is_collective: boolean;
|
|
1385
|
+
readonly is_personalizable: boolean;
|
|
1386
|
+
readonly sub_ticket_times: {};
|
|
1387
|
+
readonly sub_ticket_quantities: {};
|
|
1388
|
+
readonly sub_ticket_sales: null[];
|
|
1389
|
+
readonly coupon_id?: undefined;
|
|
1390
|
+
readonly value_cents?: undefined;
|
|
1391
|
+
} | {
|
|
1392
|
+
readonly id: number;
|
|
1393
|
+
readonly coupon_id: number;
|
|
1394
|
+
readonly accounting_article_usings: null[];
|
|
1395
|
+
readonly quantity: number;
|
|
1396
|
+
readonly barcodes: {
|
|
1397
|
+
id: number;
|
|
1398
|
+
barcode: string;
|
|
1399
|
+
method: string;
|
|
1400
|
+
}[];
|
|
1401
|
+
readonly title: string;
|
|
1402
|
+
readonly description: string;
|
|
1403
|
+
readonly value_cents: number;
|
|
1404
|
+
readonly canceled_at: boolean;
|
|
1405
|
+
readonly ticket_id?: undefined;
|
|
1406
|
+
readonly is_voucher?: undefined;
|
|
1407
|
+
readonly voucher_id?: undefined;
|
|
1408
|
+
readonly start_time?: undefined;
|
|
1409
|
+
readonly ticket_type?: undefined;
|
|
1410
|
+
readonly passbooks?: undefined;
|
|
1411
|
+
readonly location?: undefined;
|
|
1412
|
+
readonly after_sale_information?: undefined;
|
|
1413
|
+
readonly ical?: undefined;
|
|
1414
|
+
readonly is_collective?: undefined;
|
|
1415
|
+
readonly is_personalizable?: undefined;
|
|
1416
|
+
readonly sub_ticket_times?: undefined;
|
|
1417
|
+
readonly sub_ticket_quantities?: undefined;
|
|
1418
|
+
readonly sub_ticket_sales?: undefined;
|
|
1419
|
+
};
|
|
1420
|
+
}[];
|
|
1421
|
+
};
|
|
1422
|
+
};
|
|
1423
|
+
export function getGetOrder422Response(): {
|
|
1424
|
+
error: string;
|
|
1425
|
+
};
|
|
1426
|
+
export function getGetShop200Response(): {
|
|
1427
|
+
shop: {
|
|
1428
|
+
name: string;
|
|
1429
|
+
config: {
|
|
1430
|
+
url: string;
|
|
1431
|
+
success_link: string;
|
|
1432
|
+
pending_link: string;
|
|
1433
|
+
fail_link: string;
|
|
1434
|
+
back_link: string;
|
|
1435
|
+
confirmation_link: string;
|
|
1436
|
+
password_reset_link: string;
|
|
1437
|
+
personalization_link: string;
|
|
1438
|
+
registration: boolean;
|
|
1439
|
+
guest: {
|
|
1440
|
+
enabled: boolean;
|
|
1441
|
+
limit: number;
|
|
1442
|
+
};
|
|
1443
|
+
min_total: number;
|
|
1444
|
+
max_total: number;
|
|
1445
|
+
defaults: {
|
|
1446
|
+
price_target_audience_id: number;
|
|
1447
|
+
};
|
|
1448
|
+
currency: string;
|
|
1449
|
+
time_zone: string;
|
|
1450
|
+
locale: string;
|
|
1451
|
+
custom_css: string;
|
|
1452
|
+
custom_js: string;
|
|
1453
|
+
donations: {
|
|
1454
|
+
enabled: boolean;
|
|
1455
|
+
options: number[];
|
|
1456
|
+
guest_limit: number;
|
|
1457
|
+
free_donations: boolean;
|
|
1458
|
+
};
|
|
1459
|
+
dynamic_pricing: boolean;
|
|
1460
|
+
};
|
|
1461
|
+
translations: {
|
|
1462
|
+
[x: string]: string;
|
|
1463
|
+
};
|
|
1464
|
+
payment_modes: {
|
|
1465
|
+
[x: string]: {
|
|
1466
|
+
id: number;
|
|
1467
|
+
name: string;
|
|
1468
|
+
icons: string[];
|
|
1469
|
+
};
|
|
1470
|
+
};
|
|
1471
|
+
content: {
|
|
1472
|
+
[x: string]: string;
|
|
1473
|
+
};
|
|
1474
|
+
settings: {};
|
|
1475
|
+
};
|
|
1476
|
+
};
|
|
1477
|
+
export function getGetTicketsPrices200Response(): {
|
|
1478
|
+
data: {
|
|
1479
|
+
[x: string]: {
|
|
1480
|
+
[x: string]: {
|
|
1481
|
+
[x: string]: number;
|
|
1482
|
+
};
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1485
|
+
};
|
|
1486
|
+
export function getGetTickets200Response(): {
|
|
1487
|
+
tickets: {
|
|
1488
|
+
id: number;
|
|
1489
|
+
title: string;
|
|
1490
|
+
ticket_type: "annual" | "time_slot" | "normal";
|
|
1491
|
+
bookable: boolean;
|
|
1492
|
+
museum_ids: number[];
|
|
1493
|
+
exhibition_ids: number[];
|
|
1494
|
+
price_cents: number;
|
|
1495
|
+
discount: number;
|
|
1496
|
+
vat_pct: number;
|
|
1497
|
+
tax_included: boolean;
|
|
1498
|
+
entry_duration: number;
|
|
1499
|
+
quota_ids: number[];
|
|
1500
|
+
first_entry: number;
|
|
1501
|
+
last_entry: number;
|
|
1502
|
+
personalizeable: boolean;
|
|
1503
|
+
attendees: true | "Some text";
|
|
1504
|
+
identification: boolean | "Some other text";
|
|
1505
|
+
free_timing: boolean;
|
|
1506
|
+
is_collective: boolean;
|
|
1507
|
+
is_upgrade: boolean;
|
|
1508
|
+
is_mantle: boolean;
|
|
1509
|
+
description: string;
|
|
1510
|
+
sub_ticket_ids: number[];
|
|
1511
|
+
sub_tickets: {
|
|
1512
|
+
[x: string]: {
|
|
1513
|
+
title: string;
|
|
1514
|
+
min_persons: number;
|
|
1515
|
+
max_persons: number;
|
|
1516
|
+
description: string;
|
|
1517
|
+
};
|
|
1518
|
+
};
|
|
1519
|
+
is_sub_ticket: boolean;
|
|
1520
|
+
created_at: string;
|
|
1521
|
+
updated_at: string;
|
|
1522
|
+
cash_point_order: number;
|
|
1523
|
+
shop_order: number;
|
|
1524
|
+
shipped_with_merchandise_id: number;
|
|
1525
|
+
restricted_shop_account: boolean;
|
|
1526
|
+
min_persons: number;
|
|
1527
|
+
max_persons: number;
|
|
1528
|
+
dynamic_prices: {
|
|
1529
|
+
[x: string]: number;
|
|
1530
|
+
};
|
|
1531
|
+
}[];
|
|
1532
|
+
meta: {
|
|
1533
|
+
total_count: number;
|
|
1534
|
+
page: number;
|
|
1535
|
+
per_page: number;
|
|
1536
|
+
};
|
|
1537
|
+
};
|
|
1538
|
+
export function getGetTicketsCapacity200Response(): {
|
|
1539
|
+
data: {
|
|
1540
|
+
[x: string]: {
|
|
1541
|
+
tickets: number[];
|
|
1542
|
+
capacities: {
|
|
1543
|
+
[x: string]: number;
|
|
1544
|
+
};
|
|
1545
|
+
total_capacities: {
|
|
1546
|
+
[x: string]: number;
|
|
1547
|
+
};
|
|
1548
|
+
};
|
|
1549
|
+
};
|
|
1550
|
+
};
|
|
1551
|
+
export function getGetTicketsAndQuotas200Response(): {
|
|
1552
|
+
tickets: {
|
|
1553
|
+
1: {
|
|
1554
|
+
id: number;
|
|
1555
|
+
title: string;
|
|
1556
|
+
};
|
|
1557
|
+
};
|
|
1558
|
+
quotas: {
|
|
1559
|
+
[x: string]: {
|
|
1560
|
+
ticket_ids: number[];
|
|
1561
|
+
capacities: {
|
|
1562
|
+
[x: string]: number;
|
|
1563
|
+
};
|
|
1564
|
+
total_capacities: {
|
|
1565
|
+
[x: string]: number;
|
|
1566
|
+
};
|
|
1567
|
+
};
|
|
1568
|
+
};
|
|
1569
|
+
meta: {
|
|
1570
|
+
total_count: number;
|
|
1571
|
+
page: number;
|
|
1572
|
+
per_page: number;
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1575
|
+
export function getGetTicketsCalendar200Response(): {
|
|
1576
|
+
data: {
|
|
1577
|
+
[x: string]: boolean;
|
|
1578
|
+
};
|
|
1579
|
+
};
|
|
1580
|
+
export function getGetTours200Response(): {
|
|
1581
|
+
tours: {
|
|
1582
|
+
id: number;
|
|
1583
|
+
exhibition_id: number;
|
|
1584
|
+
museum_id: number;
|
|
1585
|
+
foreign_id: number;
|
|
1586
|
+
min_persons: number;
|
|
1587
|
+
max_persons: number;
|
|
1588
|
+
title: string;
|
|
1589
|
+
sub_title: string;
|
|
1590
|
+
bookable: boolean;
|
|
1591
|
+
registerable: boolean;
|
|
1592
|
+
featured: boolean;
|
|
1593
|
+
category: {
|
|
1594
|
+
id: number;
|
|
1595
|
+
name: string;
|
|
1596
|
+
filtername: string;
|
|
1597
|
+
};
|
|
1598
|
+
equipment: boolean;
|
|
1599
|
+
picture: {
|
|
1600
|
+
title: string;
|
|
1601
|
+
description: string;
|
|
1602
|
+
copyright_info: string;
|
|
1603
|
+
original: string;
|
|
1604
|
+
teaser: string;
|
|
1605
|
+
teaser_3x2: string;
|
|
1606
|
+
preview: string;
|
|
1607
|
+
preview_3x2: string;
|
|
1608
|
+
detail: string;
|
|
1609
|
+
detail_3x2: string;
|
|
1610
|
+
article: string;
|
|
1611
|
+
article_3x2: string;
|
|
1612
|
+
thumbnail: string;
|
|
1613
|
+
};
|
|
1614
|
+
created_at: string;
|
|
1615
|
+
updated_at: string;
|
|
1616
|
+
duration: number;
|
|
1617
|
+
location: {
|
|
1618
|
+
id: number;
|
|
1619
|
+
name: string;
|
|
1620
|
+
city: string;
|
|
1621
|
+
country: string;
|
|
1622
|
+
street: string;
|
|
1623
|
+
zip: string;
|
|
1624
|
+
latitude: number;
|
|
1625
|
+
longitude: number;
|
|
1626
|
+
};
|
|
1627
|
+
age_groups: never[];
|
|
1628
|
+
audiences: never[];
|
|
1629
|
+
catch_words: never[];
|
|
1630
|
+
disablements: never[];
|
|
1631
|
+
grades: never[];
|
|
1632
|
+
proposal_categories: {
|
|
1633
|
+
id: number;
|
|
1634
|
+
name: string;
|
|
1635
|
+
}[];
|
|
1636
|
+
languages: {
|
|
1637
|
+
id: number;
|
|
1638
|
+
name: string;
|
|
1639
|
+
locale: string;
|
|
1640
|
+
}[];
|
|
1641
|
+
}[];
|
|
1642
|
+
meta: {
|
|
1643
|
+
total_count: number;
|
|
1644
|
+
page: number;
|
|
1645
|
+
per_page: number;
|
|
1646
|
+
};
|
|
1647
|
+
};
|
|
1648
|
+
export function getGetTour200Response(): {
|
|
1649
|
+
tour: {
|
|
1650
|
+
id: number;
|
|
1651
|
+
museum_id: number;
|
|
1652
|
+
exhibition_id: number;
|
|
1653
|
+
foreign_id: string;
|
|
1654
|
+
title: string;
|
|
1655
|
+
sub_title: string;
|
|
1656
|
+
created_at: string;
|
|
1657
|
+
updated_at: string;
|
|
1658
|
+
min_persons: number;
|
|
1659
|
+
max_persons: number;
|
|
1660
|
+
description: string;
|
|
1661
|
+
featured: boolean;
|
|
1662
|
+
bookable: boolean;
|
|
1663
|
+
registerable: boolean;
|
|
1664
|
+
tickets: {}[];
|
|
1665
|
+
quotas: {}[];
|
|
1666
|
+
limitations: {
|
|
1667
|
+
language: boolean;
|
|
1668
|
+
};
|
|
1669
|
+
category: {
|
|
1670
|
+
id: number;
|
|
1671
|
+
name: string;
|
|
1672
|
+
filtername: string;
|
|
1673
|
+
};
|
|
1674
|
+
duration: number;
|
|
1675
|
+
equipment: {}[];
|
|
1676
|
+
picture: {
|
|
1677
|
+
title: string;
|
|
1678
|
+
description: string;
|
|
1679
|
+
copyright_info: string;
|
|
1680
|
+
original: string;
|
|
1681
|
+
teaser: string;
|
|
1682
|
+
teaser_3x2: string;
|
|
1683
|
+
preview: string;
|
|
1684
|
+
preview_3x2: string;
|
|
1685
|
+
detail: string;
|
|
1686
|
+
detail_3x2: string;
|
|
1687
|
+
article: string;
|
|
1688
|
+
article_3x2: string;
|
|
1689
|
+
thumbnail: string;
|
|
1690
|
+
};
|
|
1691
|
+
sellabilities: {}[];
|
|
1692
|
+
validities: {}[];
|
|
1693
|
+
content: {};
|
|
1694
|
+
documents: {}[];
|
|
1695
|
+
location: {
|
|
1696
|
+
id: number;
|
|
1697
|
+
name: string;
|
|
1698
|
+
city: string;
|
|
1699
|
+
country: string;
|
|
1700
|
+
street: string;
|
|
1701
|
+
zip: string;
|
|
1702
|
+
latitude: number;
|
|
1703
|
+
longitude: number;
|
|
1704
|
+
};
|
|
1705
|
+
age_groups: {}[];
|
|
1706
|
+
audiences: {}[];
|
|
1707
|
+
catch_words: {}[];
|
|
1708
|
+
disablements: {}[];
|
|
1709
|
+
grades: {}[];
|
|
1710
|
+
proposal_categories: {
|
|
1711
|
+
id: number;
|
|
1712
|
+
name: string;
|
|
1713
|
+
}[];
|
|
1714
|
+
languages: {
|
|
1715
|
+
id: number;
|
|
1716
|
+
name: string;
|
|
1717
|
+
locale: string;
|
|
1718
|
+
}[];
|
|
1719
|
+
};
|
|
1720
|
+
};
|
|
1721
|
+
export function getGetTourStartTimes200Response(): {
|
|
1722
|
+
data: {
|
|
1723
|
+
[x: string]: boolean;
|
|
1724
|
+
};
|
|
1725
|
+
};
|
|
1726
|
+
export function getGetTourStartTimesDate200Response(): {
|
|
1727
|
+
data: {
|
|
1728
|
+
start_time: Date;
|
|
1729
|
+
participants: {
|
|
1730
|
+
min: number;
|
|
1731
|
+
max: number;
|
|
1732
|
+
bookable: number;
|
|
1733
|
+
};
|
|
1734
|
+
}[];
|
|
1735
|
+
};
|
|
1736
|
+
export function getGetTourPrices200Response(): {
|
|
1737
|
+
prices: {
|
|
1738
|
+
title: string;
|
|
1739
|
+
description: string;
|
|
1740
|
+
group: boolean;
|
|
1741
|
+
optional: boolean;
|
|
1742
|
+
price_cents: number;
|
|
1743
|
+
vat_pct: number;
|
|
1744
|
+
accounting_article_id: number;
|
|
1745
|
+
accounting_article_type: string;
|
|
1746
|
+
}[];
|
|
1747
|
+
discount: number;
|
|
1748
|
+
vat_pct: number;
|
|
1749
|
+
tax_included: boolean;
|
|
1750
|
+
};
|
|
1751
|
+
export function getGetTourCategories200Response(): {
|
|
1752
|
+
categories: {
|
|
1753
|
+
id: number;
|
|
1754
|
+
name: string;
|
|
1755
|
+
filtername: string;
|
|
1756
|
+
}[];
|
|
1757
|
+
};
|
|
1758
|
+
export const handlers: import('msw').HttpHandler[];
|