@connectedxm/admin-sdk 6.20.0 → 6.23.7
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/.openapi-generator/FILES +45 -0
- package/AdminApi.ts +18 -0
- package/README.md +77 -0
- package/api.ts +10520 -5445
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +3180 -410
- package/dist/api.js +8504 -4932
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +3180 -410
- package/dist/esm/api.js +9571 -6023
- package/docs/BaseBookingQuestionResponse.md +26 -0
- package/docs/BaseBookingSpaceQuestion.md +58 -0
- package/docs/BaseBookingSpaceQuestionChoice.md +30 -0
- package/docs/BaseEventPassType.md +2 -0
- package/docs/BaseLogin.md +4 -4
- package/docs/BaseSurvey.md +2 -2
- package/docs/Booking.md +2 -0
- package/docs/BookingQuestionResponse.md +34 -0
- package/docs/BookingSpace.md +6 -0
- package/docs/BookingSpaceCreateInputs.md +4 -0
- package/docs/BookingSpaceQuestion.md +66 -0
- package/docs/BookingSpaceQuestionChoice.md +38 -0
- package/docs/BookingSpaceQuestionChoiceCreateInputs.md +28 -0
- package/docs/BookingSpaceQuestionChoiceTranslation.md +32 -0
- package/docs/BookingSpaceQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/BookingSpaceQuestionChoiceUpdateInputs.md +28 -0
- package/docs/BookingSpaceQuestionCreateInputs.md +56 -0
- package/docs/BookingSpaceQuestionTranslation.md +32 -0
- package/docs/BookingSpaceQuestionTranslationUpdateInputs.md +24 -0
- package/docs/BookingSpaceQuestionType.md +30 -0
- package/docs/BookingSpaceQuestionUpdateInputs.md +56 -0
- package/docs/BookingSpaceQuestionUpdateInputsChoices.md +18 -0
- package/docs/BookingSpaceUpdateInputs.md +4 -0
- package/docs/BookingsApi.md +52 -0
- package/docs/BookingsQuestionsApi.md +489 -0
- package/docs/BookingsQuestionsChoicesApi.md +387 -0
- package/docs/BookingsQuestionsChoicesTranslationsApi.md +264 -0
- package/docs/BookingsQuestionsTranslationsApi.md +252 -0
- package/docs/CreateBookingSpaceQuestion200Response.md +24 -0
- package/docs/CreateBookingSpaceQuestionChoice200Response.md +24 -0
- package/docs/CreateEventSessionTime200Response.md +24 -0
- package/docs/EventEmailType.md +4 -0
- package/docs/EventPassType.md +2 -0
- package/docs/EventSessionQuestionType.md +0 -2
- package/docs/EventSessionTime.md +34 -0
- package/docs/EventSessionTimeCreateInputs.md +24 -0
- package/docs/EventSessionTimeTranslation.md +30 -0
- package/docs/EventSessionTimeTranslationUpdateInputs.md +22 -0
- package/docs/EventSessionTimeUpdateInputs.md +24 -0
- package/docs/EventsPassesApi.md +183 -0
- package/docs/EventsSessionsTimesApi.md +503 -0
- package/docs/EventsSessionsTimesTranslationsApi.md +264 -0
- package/docs/GetBookingResponses200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoiceTranslations200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoices200Response.md +26 -0
- package/docs/GetBookingSpaceQuestionTranslation200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionTranslations200Response.md +24 -0
- package/docs/GetBookingSpaceQuestions200Response.md +26 -0
- package/docs/GetEventSessionTimeTranslation200Response.md +24 -0
- package/docs/GetEventSessionTimeTranslations200Response.md +26 -0
- package/docs/GetEventSessionTimes200Response.md +26 -0
- package/docs/Login.md +4 -0
- package/docs/Meeting.md +2 -0
- package/docs/MeetingCreateInputs.md +4 -0
- package/docs/MeetingUpdateInputs.md +4 -0
- package/docs/PassTypeCreateInputs.md +2 -0
- package/docs/PassTypeUpdateInputs.md +2 -0
- package/docs/PurchaseStatus.md +2 -0
- package/docs/ReorderBookingSpaceQuestionChoices200Response.md +24 -0
- package/docs/ReorderBookingSpaceQuestions200Response.md +24 -0
- package/docs/Survey.md +2 -2
- package/docs/SurveyCreateInputs.md +2 -2
- package/docs/SurveyStatus.md +12 -0
- package/docs/SurveyUpdateInputs.md +2 -2
- package/docs/SurveysApi.md +3 -0
- package/docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
- package/docs/UpdateBookingSpaceQuestionTranslation200Response.md +24 -0
- package/package.json +2 -2
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
# BookingsQuestionsTranslationsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**deleteBookingSpaceQuestionTranslation**](#deletebookingspacequestiontranslation) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Delete Booking Space Question Translation|
|
|
8
|
+
|[**getBookingSpaceQuestionTranslation**](#getbookingspacequestiontranslation) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Get Booking Space Question Translation|
|
|
9
|
+
|[**getBookingSpaceQuestionTranslations**](#getbookingspacequestiontranslations) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations | Get Booking Space Question Translations|
|
|
10
|
+
|[**updateBookingSpaceQuestionTranslation**](#updatebookingspacequestiontranslation) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Update Booking Space Question Translation|
|
|
11
|
+
|
|
12
|
+
# **deleteBookingSpaceQuestionTranslation**
|
|
13
|
+
> UpdateAnnouncementTranslation200Response deleteBookingSpaceQuestionTranslation()
|
|
14
|
+
|
|
15
|
+
Delete Booking Space Question Translation endpoint
|
|
16
|
+
|
|
17
|
+
### Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import {
|
|
21
|
+
BookingsQuestionsTranslationsApi,
|
|
22
|
+
Configuration
|
|
23
|
+
} from '@connectedxm/admin-sdk';
|
|
24
|
+
|
|
25
|
+
const configuration = new Configuration();
|
|
26
|
+
const apiInstance = new BookingsQuestionsTranslationsApi(configuration);
|
|
27
|
+
|
|
28
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
29
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
30
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
31
|
+
let locale: string; //The locale identifier (default to undefined)
|
|
32
|
+
|
|
33
|
+
const { status, data } = await apiInstance.deleteBookingSpaceQuestionTranslation(
|
|
34
|
+
placeId,
|
|
35
|
+
spaceId,
|
|
36
|
+
questionId,
|
|
37
|
+
locale
|
|
38
|
+
);
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Parameters
|
|
42
|
+
|
|
43
|
+
|Name | Type | Description | Notes|
|
|
44
|
+
|------------- | ------------- | ------------- | -------------|
|
|
45
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
46
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
47
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
48
|
+
| **locale** | [**string**] | The locale identifier | defaults to undefined|
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Return type
|
|
52
|
+
|
|
53
|
+
**UpdateAnnouncementTranslation200Response**
|
|
54
|
+
|
|
55
|
+
### Authorization
|
|
56
|
+
|
|
57
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
58
|
+
|
|
59
|
+
### HTTP request headers
|
|
60
|
+
|
|
61
|
+
- **Content-Type**: Not defined
|
|
62
|
+
- **Accept**: application/json
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### HTTP response details
|
|
66
|
+
| Status code | Description | Response headers |
|
|
67
|
+
|-------------|-------------|------------------|
|
|
68
|
+
|**200** | Successful response | - |
|
|
69
|
+
|
|
70
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
71
|
+
|
|
72
|
+
# **getBookingSpaceQuestionTranslation**
|
|
73
|
+
> GetBookingSpaceQuestionTranslation200Response getBookingSpaceQuestionTranslation()
|
|
74
|
+
|
|
75
|
+
Get Booking Space Question Translation endpoint
|
|
76
|
+
|
|
77
|
+
### Example
|
|
78
|
+
|
|
79
|
+
```typescript
|
|
80
|
+
import {
|
|
81
|
+
BookingsQuestionsTranslationsApi,
|
|
82
|
+
Configuration
|
|
83
|
+
} from '@connectedxm/admin-sdk';
|
|
84
|
+
|
|
85
|
+
const configuration = new Configuration();
|
|
86
|
+
const apiInstance = new BookingsQuestionsTranslationsApi(configuration);
|
|
87
|
+
|
|
88
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
89
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
90
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
91
|
+
let locale: string; //The locale identifier (default to undefined)
|
|
92
|
+
|
|
93
|
+
const { status, data } = await apiInstance.getBookingSpaceQuestionTranslation(
|
|
94
|
+
placeId,
|
|
95
|
+
spaceId,
|
|
96
|
+
questionId,
|
|
97
|
+
locale
|
|
98
|
+
);
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### Parameters
|
|
102
|
+
|
|
103
|
+
|Name | Type | Description | Notes|
|
|
104
|
+
|------------- | ------------- | ------------- | -------------|
|
|
105
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
106
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
107
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
108
|
+
| **locale** | [**string**] | The locale identifier | defaults to undefined|
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Return type
|
|
112
|
+
|
|
113
|
+
**GetBookingSpaceQuestionTranslation200Response**
|
|
114
|
+
|
|
115
|
+
### Authorization
|
|
116
|
+
|
|
117
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
118
|
+
|
|
119
|
+
### HTTP request headers
|
|
120
|
+
|
|
121
|
+
- **Content-Type**: Not defined
|
|
122
|
+
- **Accept**: application/json
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### HTTP response details
|
|
126
|
+
| Status code | Description | Response headers |
|
|
127
|
+
|-------------|-------------|------------------|
|
|
128
|
+
|**200** | Successful response | - |
|
|
129
|
+
|
|
130
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
131
|
+
|
|
132
|
+
# **getBookingSpaceQuestionTranslations**
|
|
133
|
+
> GetBookingSpaceQuestionTranslations200Response getBookingSpaceQuestionTranslations()
|
|
134
|
+
|
|
135
|
+
Get Booking Space Question Translations endpoint
|
|
136
|
+
|
|
137
|
+
### Example
|
|
138
|
+
|
|
139
|
+
```typescript
|
|
140
|
+
import {
|
|
141
|
+
BookingsQuestionsTranslationsApi,
|
|
142
|
+
Configuration
|
|
143
|
+
} from '@connectedxm/admin-sdk';
|
|
144
|
+
|
|
145
|
+
const configuration = new Configuration();
|
|
146
|
+
const apiInstance = new BookingsQuestionsTranslationsApi(configuration);
|
|
147
|
+
|
|
148
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
149
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
150
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
151
|
+
|
|
152
|
+
const { status, data } = await apiInstance.getBookingSpaceQuestionTranslations(
|
|
153
|
+
placeId,
|
|
154
|
+
spaceId,
|
|
155
|
+
questionId
|
|
156
|
+
);
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Parameters
|
|
160
|
+
|
|
161
|
+
|Name | Type | Description | Notes|
|
|
162
|
+
|------------- | ------------- | ------------- | -------------|
|
|
163
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
164
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
165
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### Return type
|
|
169
|
+
|
|
170
|
+
**GetBookingSpaceQuestionTranslations200Response**
|
|
171
|
+
|
|
172
|
+
### Authorization
|
|
173
|
+
|
|
174
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
175
|
+
|
|
176
|
+
### HTTP request headers
|
|
177
|
+
|
|
178
|
+
- **Content-Type**: Not defined
|
|
179
|
+
- **Accept**: application/json
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### HTTP response details
|
|
183
|
+
| Status code | Description | Response headers |
|
|
184
|
+
|-------------|-------------|------------------|
|
|
185
|
+
|**200** | Successful response | - |
|
|
186
|
+
|
|
187
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
188
|
+
|
|
189
|
+
# **updateBookingSpaceQuestionTranslation**
|
|
190
|
+
> UpdateBookingSpaceQuestionTranslation200Response updateBookingSpaceQuestionTranslation(bookingSpaceQuestionTranslationUpdateInputs)
|
|
191
|
+
|
|
192
|
+
Update Booking Space Question Translation endpoint
|
|
193
|
+
|
|
194
|
+
### Example
|
|
195
|
+
|
|
196
|
+
```typescript
|
|
197
|
+
import {
|
|
198
|
+
BookingsQuestionsTranslationsApi,
|
|
199
|
+
Configuration,
|
|
200
|
+
BookingSpaceQuestionTranslationUpdateInputs
|
|
201
|
+
} from '@connectedxm/admin-sdk';
|
|
202
|
+
|
|
203
|
+
const configuration = new Configuration();
|
|
204
|
+
const apiInstance = new BookingsQuestionsTranslationsApi(configuration);
|
|
205
|
+
|
|
206
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
207
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
208
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
209
|
+
let locale: string; //The locale identifier (default to undefined)
|
|
210
|
+
let bookingSpaceQuestionTranslationUpdateInputs: BookingSpaceQuestionTranslationUpdateInputs; //
|
|
211
|
+
|
|
212
|
+
const { status, data } = await apiInstance.updateBookingSpaceQuestionTranslation(
|
|
213
|
+
placeId,
|
|
214
|
+
spaceId,
|
|
215
|
+
questionId,
|
|
216
|
+
locale,
|
|
217
|
+
bookingSpaceQuestionTranslationUpdateInputs
|
|
218
|
+
);
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
### Parameters
|
|
222
|
+
|
|
223
|
+
|Name | Type | Description | Notes|
|
|
224
|
+
|------------- | ------------- | ------------- | -------------|
|
|
225
|
+
| **bookingSpaceQuestionTranslationUpdateInputs** | **BookingSpaceQuestionTranslationUpdateInputs**| | |
|
|
226
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
227
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
228
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
229
|
+
| **locale** | [**string**] | The locale identifier | defaults to undefined|
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Return type
|
|
233
|
+
|
|
234
|
+
**UpdateBookingSpaceQuestionTranslation200Response**
|
|
235
|
+
|
|
236
|
+
### Authorization
|
|
237
|
+
|
|
238
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
239
|
+
|
|
240
|
+
### HTTP request headers
|
|
241
|
+
|
|
242
|
+
- **Content-Type**: application/json
|
|
243
|
+
- **Accept**: application/json
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### HTTP response details
|
|
247
|
+
| Status code | Description | Response headers |
|
|
248
|
+
|-------------|-------------|------------------|
|
|
249
|
+
|**200** | Successful response | - |
|
|
250
|
+
|
|
251
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
252
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# CreateBookingSpaceQuestion200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**BookingSpaceQuestion**](BookingSpaceQuestion.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { CreateBookingSpaceQuestion200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: CreateBookingSpaceQuestion200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# CreateBookingSpaceQuestionChoice200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**BookingSpaceQuestionChoice**](BookingSpaceQuestionChoice.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { CreateBookingSpaceQuestionChoice200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: CreateBookingSpaceQuestionChoice200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# CreateEventSessionTime200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**EventSessionTime**](EventSessionTime.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { CreateEventSessionTime200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: CreateEventSessionTime200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/EventEmailType.md
CHANGED
|
@@ -9,4 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
* `Reminder` (value: `'reminder'`)
|
|
11
11
|
|
|
12
|
+
* `Approval` (value: `'approval'`)
|
|
13
|
+
|
|
14
|
+
* `Denial` (value: `'denial'`)
|
|
15
|
+
|
|
12
16
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/EventPassType.md
CHANGED
|
@@ -33,6 +33,7 @@ Name | Type | Description | Notes
|
|
|
33
33
|
**createdAt** | **string** | | [default to undefined]
|
|
34
34
|
**updatedAt** | **string** | | [default to undefined]
|
|
35
35
|
**requiredPassTypeId** | **string** | | [default to undefined]
|
|
36
|
+
**requiresApproval** | **boolean** | | [default to undefined]
|
|
36
37
|
**overrideStartDate** | **string** | | [default to undefined]
|
|
37
38
|
**sortOrder** | **number** | | [default to undefined]
|
|
38
39
|
**event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
|
|
@@ -78,6 +79,7 @@ const instance: EventPassType = {
|
|
|
78
79
|
createdAt,
|
|
79
80
|
updatedAt,
|
|
80
81
|
requiredPassTypeId,
|
|
82
|
+
requiresApproval,
|
|
81
83
|
overrideStartDate,
|
|
82
84
|
sortOrder,
|
|
83
85
|
event,
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
|
|
24
24
|
* `File` (value: `'file'`)
|
|
25
25
|
|
|
26
|
-
* `Quantity` (value: `'quantity'`)
|
|
27
|
-
|
|
28
26
|
* `Location` (value: `'location'`)
|
|
29
27
|
|
|
30
28
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# EventSessionTime
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**name** | **string** | | [default to undefined]
|
|
10
|
+
**description** | **string** | | [default to undefined]
|
|
11
|
+
**startTime** | **string** | | [default to undefined]
|
|
12
|
+
**speakers** | [**Array<BaseEventSpeaker>**](BaseEventSpeaker.md) | | [default to undefined]
|
|
13
|
+
**translations** | [**Array<EventSessionTimeTranslation>**](EventSessionTimeTranslation.md) | | [default to undefined]
|
|
14
|
+
**createdAt** | **string** | | [default to undefined]
|
|
15
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { EventSessionTime } from '@connectedxm/admin-sdk';
|
|
21
|
+
|
|
22
|
+
const instance: EventSessionTime = {
|
|
23
|
+
id,
|
|
24
|
+
name,
|
|
25
|
+
description,
|
|
26
|
+
startTime,
|
|
27
|
+
speakers,
|
|
28
|
+
translations,
|
|
29
|
+
createdAt,
|
|
30
|
+
updatedAt,
|
|
31
|
+
};
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# EventSessionTimeCreateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [default to undefined]
|
|
9
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**startTime** | **string** | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { EventSessionTimeCreateInputs } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: EventSessionTimeCreateInputs = {
|
|
18
|
+
name,
|
|
19
|
+
description,
|
|
20
|
+
startTime,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# EventSessionTimeTranslation
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**locale** | **string** | | [default to undefined]
|
|
10
|
+
**name** | **string** | | [default to undefined]
|
|
11
|
+
**description** | **string** | | [default to undefined]
|
|
12
|
+
**createdAt** | **string** | | [default to undefined]
|
|
13
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { EventSessionTimeTranslation } from '@connectedxm/admin-sdk';
|
|
19
|
+
|
|
20
|
+
const instance: EventSessionTimeTranslation = {
|
|
21
|
+
id,
|
|
22
|
+
locale,
|
|
23
|
+
name,
|
|
24
|
+
description,
|
|
25
|
+
createdAt,
|
|
26
|
+
updatedAt,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EventSessionTimeTranslationUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { EventSessionTimeTranslationUpdateInputs } from '@connectedxm/admin-sdk';
|
|
15
|
+
|
|
16
|
+
const instance: EventSessionTimeTranslationUpdateInputs = {
|
|
17
|
+
name,
|
|
18
|
+
description,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# EventSessionTimeUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**startTime** | **string** | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { EventSessionTimeUpdateInputs } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: EventSessionTimeUpdateInputs = {
|
|
18
|
+
name,
|
|
19
|
+
description,
|
|
20
|
+
startTime,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|