@connectedxm/admin-sdk 6.8.6 → 6.14.0

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.
Files changed (117) hide show
  1. package/.openapi-generator/FILES +46 -8
  2. package/AdminApi.ts +24 -1
  3. package/README.md +79 -12
  4. package/api.ts +5210 -700
  5. package/dist/AdminApi.d.ts +10 -1
  6. package/dist/AdminApi.js +9 -1
  7. package/dist/api.d.ts +2895 -456
  8. package/dist/api.js +4276 -1073
  9. package/dist/esm/AdminApi.d.ts +10 -1
  10. package/dist/esm/AdminApi.js +10 -2
  11. package/dist/esm/api.d.ts +2895 -456
  12. package/dist/esm/api.js +4225 -1051
  13. package/docs/AccountAttribute.md +3 -1
  14. package/docs/AccountAttributeCreateInputs.md +7 -1
  15. package/docs/AccountAttributeType.md +20 -0
  16. package/docs/AccountAttributeUpdateInputs.md +6 -0
  17. package/docs/AccountCreateInputs.md +2 -0
  18. package/docs/AccountUpdateInputs.md +2 -0
  19. package/docs/BaseAccountAttribute.md +3 -1
  20. package/docs/BaseEventActivation.md +2 -0
  21. package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
  22. package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
  23. package/docs/BaseEventBlock.md +6 -0
  24. package/docs/BaseEventOnSite.md +2 -2
  25. package/docs/BaseEventPass.md +2 -0
  26. package/docs/BaseEventSession.md +2 -4
  27. package/docs/BaseEventSessionQuestionChoice.md +1 -1
  28. package/docs/BasePassAttribute.md +26 -0
  29. package/docs/BasePassAttributeAttribute.md +22 -0
  30. package/docs/BasePayment.md +2 -0
  31. package/docs/BaseRegistrationQuestionChoice.md +1 -1
  32. package/docs/BaseSeriesQuestion.md +60 -0
  33. package/docs/BaseSeriesQuestionChoice.md +30 -0
  34. package/docs/BaseSeriesRegistration.md +34 -0
  35. package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
  36. package/docs/BaseSideEffect.md +2 -0
  37. package/docs/BaseSurveyQuestionChoice.md +1 -1
  38. package/docs/CloneOptions.md +2 -0
  39. package/docs/Event.md +4 -0
  40. package/docs/EventActivation.md +6 -0
  41. package/docs/EventActivationCreateInputs.md +4 -0
  42. package/docs/EventActivationUpdateInputs.md +4 -0
  43. package/docs/EventAttribute.md +26 -0
  44. package/docs/EventAttributeCreateInputs.md +20 -0
  45. package/docs/EventAttributeUpdateInputs.md +20 -0
  46. package/docs/EventBlock.md +6 -0
  47. package/docs/EventBlockCreateInputs.md +6 -0
  48. package/docs/EventBlockUpdateInputs.md +6 -0
  49. package/docs/EventCreateInputs.md +4 -0
  50. package/docs/EventMediaItemTranslation.md +30 -0
  51. package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
  52. package/docs/EventOnSite.md +2 -4
  53. package/docs/EventPass.md +8 -0
  54. package/docs/EventPassCreateInputs.md +2 -0
  55. package/docs/EventPassType.md +4 -0
  56. package/docs/EventPassUpdateInputs.md +2 -0
  57. package/docs/EventRoomTypeReservationPassesInner.md +1 -1
  58. package/docs/EventSession.md +12 -4
  59. package/docs/EventSessionCloneOptions.md +22 -0
  60. package/docs/EventSessionCreateInputs.md +8 -4
  61. package/docs/EventSessionUpdateInputs.md +8 -4
  62. package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
  63. package/docs/EventTrack.md +1 -1
  64. package/docs/EventUpdateInputs.md +4 -0
  65. package/docs/EventsActivationsApi.md +67 -0
  66. package/docs/EventsActivationsSessionsApi.md +123 -0
  67. package/docs/EventsAttributesApi.md +296 -0
  68. package/docs/EventsOnSiteApi.md +9 -187
  69. package/docs/EventsPassesAttributesApi.md +191 -0
  70. package/docs/EventsSessionsApi.md +242 -0
  71. package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
  72. package/docs/PassAttribute.md +30 -0
  73. package/docs/PassAttributesUpdateInputs.md +20 -0
  74. package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
  75. package/docs/PassTypeCreateInputs.md +4 -0
  76. package/docs/PassTypeUpdateInputs.md +4 -0
  77. package/docs/Payment.md +4 -0
  78. package/docs/PaymentLineItem.md +2 -0
  79. package/docs/PaymentLineItemType.md +2 -0
  80. package/docs/Series.md +14 -0
  81. package/docs/SeriesApi.md +64 -0
  82. package/docs/SeriesCreateInputs.md +16 -0
  83. package/docs/SeriesQuestion.md +68 -0
  84. package/docs/SeriesQuestionChoice.md +38 -0
  85. package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
  86. package/docs/SeriesQuestionChoiceTranslation.md +32 -0
  87. package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
  88. package/docs/SeriesQuestionCreateInputs.md +56 -0
  89. package/docs/SeriesQuestionTranslation.md +32 -0
  90. package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
  91. package/docs/SeriesQuestionType.md +30 -0
  92. package/docs/SeriesQuestionUpdateInputs.md +56 -0
  93. package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
  94. package/docs/SeriesQuestionsApi.md +421 -0
  95. package/docs/SeriesQuestionsChoicesApi.md +244 -0
  96. package/docs/SeriesRegistration.md +40 -0
  97. package/docs/SeriesRegistrationCreateInputs.md +20 -0
  98. package/docs/SeriesRegistrationQuestionResponse.md +34 -0
  99. package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
  100. package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
  101. package/docs/SeriesRegistrationUpdateInputs.md +20 -0
  102. package/docs/SeriesRegistrationsApi.md +547 -0
  103. package/docs/SeriesTranslation.md +38 -0
  104. package/docs/SeriesTranslationUpdateInputs.md +28 -0
  105. package/docs/SeriesUpdateInputs.md +16 -0
  106. package/docs/SideEffect.md +4 -0
  107. package/docs/SideEffectActionType.md +2 -0
  108. package/docs/Survey.md +0 -4
  109. package/docs/SurveyCreateInputs.md +0 -2
  110. package/docs/SurveyUpdateInputs.md +0 -2
  111. package/docs/SurveysApi.md +64 -0
  112. package/docs/SurveysSessionsApi.md +117 -0
  113. package/package.json +1 -1
  114. package/docs/BadgeFieldType.md +0 -20
  115. package/docs/BaseEventOnSiteBadgeField.md +0 -44
  116. package/docs/EventBadgeFieldUpdateInputs.md +0 -34
  117. package/docs/EventOnSiteBadgeField.md +0 -46
@@ -0,0 +1,421 @@
1
+ # SeriesQuestionsApi
2
+
3
+ All URIs are relative to *https://admin-api.connected.dev*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**createSeriesQuestion**](#createseriesquestion) | **POST** /series/{seriesId}/questions | Create Series Question|
8
+ |[**deleteSeriesQuestion**](#deleteseriesquestion) | **DELETE** /series/{seriesId}/questions/{questionId} | Delete Series Question|
9
+ |[**getSeriesQuestion**](#getseriesquestion) | **GET** /series/{seriesId}/questions/{questionId} | Get Series Question|
10
+ |[**getSeriesQuestionChoice**](#getseriesquestionchoice) | **GET** /series/{seriesId}/questions/{questionId}/choices/{choiceId} | Get Series Question Choice|
11
+ |[**getSeriesQuestionChoices**](#getseriesquestionchoices) | **GET** /series/{seriesId}/questions/{questionId}/choices | Get Series Question Choices|
12
+ |[**getSeriesQuestions**](#getseriesquestions) | **GET** /series/{seriesId}/questions | Get Series Questions|
13
+ |[**updateSeriesQuestion**](#updateseriesquestion) | **PUT** /series/{seriesId}/questions/{questionId} | Update Series Question|
14
+
15
+ # **createSeriesQuestion**
16
+ > CreateAccountAddress200Response createSeriesQuestion(seriesQuestionCreateInputs)
17
+
18
+ Create Series Question endpoint
19
+
20
+ ### Example
21
+
22
+ ```typescript
23
+ import {
24
+ SeriesQuestionsApi,
25
+ Configuration,
26
+ SeriesQuestionCreateInputs
27
+ } from '@connectedxm/admin-sdk';
28
+
29
+ const configuration = new Configuration();
30
+ const apiInstance = new SeriesQuestionsApi(configuration);
31
+
32
+ let seriesId: string; //The series identifier (default to undefined)
33
+ let seriesQuestionCreateInputs: SeriesQuestionCreateInputs; //
34
+
35
+ const { status, data } = await apiInstance.createSeriesQuestion(
36
+ seriesId,
37
+ seriesQuestionCreateInputs
38
+ );
39
+ ```
40
+
41
+ ### Parameters
42
+
43
+ |Name | Type | Description | Notes|
44
+ |------------- | ------------- | ------------- | -------------|
45
+ | **seriesQuestionCreateInputs** | **SeriesQuestionCreateInputs**| | |
46
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
47
+
48
+
49
+ ### Return type
50
+
51
+ **CreateAccountAddress200Response**
52
+
53
+ ### Authorization
54
+
55
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json
60
+ - **Accept**: application/json
61
+
62
+
63
+ ### HTTP response details
64
+ | Status code | Description | Response headers |
65
+ |-------------|-------------|------------------|
66
+ |**200** | Successful response | - |
67
+
68
+ [[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)
69
+
70
+ # **deleteSeriesQuestion**
71
+ > CreateAccountInvitations200Response deleteSeriesQuestion()
72
+
73
+ Delete Series Question endpoint
74
+
75
+ ### Example
76
+
77
+ ```typescript
78
+ import {
79
+ SeriesQuestionsApi,
80
+ Configuration
81
+ } from '@connectedxm/admin-sdk';
82
+
83
+ const configuration = new Configuration();
84
+ const apiInstance = new SeriesQuestionsApi(configuration);
85
+
86
+ let seriesId: string; //The series identifier (default to undefined)
87
+ let questionId: string; //The question identifier (default to undefined)
88
+
89
+ const { status, data } = await apiInstance.deleteSeriesQuestion(
90
+ seriesId,
91
+ questionId
92
+ );
93
+ ```
94
+
95
+ ### Parameters
96
+
97
+ |Name | Type | Description | Notes|
98
+ |------------- | ------------- | ------------- | -------------|
99
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
100
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
101
+
102
+
103
+ ### Return type
104
+
105
+ **CreateAccountInvitations200Response**
106
+
107
+ ### Authorization
108
+
109
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
110
+
111
+ ### HTTP request headers
112
+
113
+ - **Content-Type**: Not defined
114
+ - **Accept**: application/json
115
+
116
+
117
+ ### HTTP response details
118
+ | Status code | Description | Response headers |
119
+ |-------------|-------------|------------------|
120
+ |**200** | Successful response | - |
121
+
122
+ [[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)
123
+
124
+ # **getSeriesQuestion**
125
+ > CreateAccountAddress200Response getSeriesQuestion()
126
+
127
+ Get Series Question endpoint
128
+
129
+ ### Example
130
+
131
+ ```typescript
132
+ import {
133
+ SeriesQuestionsApi,
134
+ Configuration
135
+ } from '@connectedxm/admin-sdk';
136
+
137
+ const configuration = new Configuration();
138
+ const apiInstance = new SeriesQuestionsApi(configuration);
139
+
140
+ let seriesId: string; //The series identifier (default to undefined)
141
+ let questionId: string; //The question identifier (default to undefined)
142
+
143
+ const { status, data } = await apiInstance.getSeriesQuestion(
144
+ seriesId,
145
+ questionId
146
+ );
147
+ ```
148
+
149
+ ### Parameters
150
+
151
+ |Name | Type | Description | Notes|
152
+ |------------- | ------------- | ------------- | -------------|
153
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
154
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
155
+
156
+
157
+ ### Return type
158
+
159
+ **CreateAccountAddress200Response**
160
+
161
+ ### Authorization
162
+
163
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
164
+
165
+ ### HTTP request headers
166
+
167
+ - **Content-Type**: Not defined
168
+ - **Accept**: application/json
169
+
170
+
171
+ ### HTTP response details
172
+ | Status code | Description | Response headers |
173
+ |-------------|-------------|------------------|
174
+ |**200** | Successful response | - |
175
+
176
+ [[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)
177
+
178
+ # **getSeriesQuestionChoice**
179
+ > CreateAccountAddress200Response getSeriesQuestionChoice()
180
+
181
+ Get Series Question Choice endpoint
182
+
183
+ ### Example
184
+
185
+ ```typescript
186
+ import {
187
+ SeriesQuestionsApi,
188
+ Configuration
189
+ } from '@connectedxm/admin-sdk';
190
+
191
+ const configuration = new Configuration();
192
+ const apiInstance = new SeriesQuestionsApi(configuration);
193
+
194
+ let seriesId: string; //The series identifier (default to undefined)
195
+ let questionId: string; //The question identifier (default to undefined)
196
+ let choiceId: string; //The choice identifier (default to undefined)
197
+
198
+ const { status, data } = await apiInstance.getSeriesQuestionChoice(
199
+ seriesId,
200
+ questionId,
201
+ choiceId
202
+ );
203
+ ```
204
+
205
+ ### Parameters
206
+
207
+ |Name | Type | Description | Notes|
208
+ |------------- | ------------- | ------------- | -------------|
209
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
210
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
211
+ | **choiceId** | [**string**] | The choice identifier | defaults to undefined|
212
+
213
+
214
+ ### Return type
215
+
216
+ **CreateAccountAddress200Response**
217
+
218
+ ### Authorization
219
+
220
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
221
+
222
+ ### HTTP request headers
223
+
224
+ - **Content-Type**: Not defined
225
+ - **Accept**: application/json
226
+
227
+
228
+ ### HTTP response details
229
+ | Status code | Description | Response headers |
230
+ |-------------|-------------|------------------|
231
+ |**200** | Successful response | - |
232
+
233
+ [[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)
234
+
235
+ # **getSeriesQuestionChoices**
236
+ > GetAccountInvitations200Response getSeriesQuestionChoices()
237
+
238
+ Get Series Question Choices endpoint
239
+
240
+ ### Example
241
+
242
+ ```typescript
243
+ import {
244
+ SeriesQuestionsApi,
245
+ Configuration
246
+ } from '@connectedxm/admin-sdk';
247
+
248
+ const configuration = new Configuration();
249
+ const apiInstance = new SeriesQuestionsApi(configuration);
250
+
251
+ let seriesId: string; //The series identifier (default to undefined)
252
+ let questionId: string; //The question identifier (default to undefined)
253
+ let page: number; //Page number (optional) (default to 1)
254
+ let pageSize: number; //Number of items per page (optional) (default to 25)
255
+ let orderBy: string; //Field to order by (optional) (default to undefined)
256
+ let search: string; //Search query (optional) (default to undefined)
257
+
258
+ const { status, data } = await apiInstance.getSeriesQuestionChoices(
259
+ seriesId,
260
+ questionId,
261
+ page,
262
+ pageSize,
263
+ orderBy,
264
+ search
265
+ );
266
+ ```
267
+
268
+ ### Parameters
269
+
270
+ |Name | Type | Description | Notes|
271
+ |------------- | ------------- | ------------- | -------------|
272
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
273
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
274
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
275
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
276
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
277
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
278
+
279
+
280
+ ### Return type
281
+
282
+ **GetAccountInvitations200Response**
283
+
284
+ ### Authorization
285
+
286
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
287
+
288
+ ### HTTP request headers
289
+
290
+ - **Content-Type**: Not defined
291
+ - **Accept**: application/json
292
+
293
+
294
+ ### HTTP response details
295
+ | Status code | Description | Response headers |
296
+ |-------------|-------------|------------------|
297
+ |**200** | Successful response | - |
298
+
299
+ [[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)
300
+
301
+ # **getSeriesQuestions**
302
+ > GetAccountInvitations200Response getSeriesQuestions()
303
+
304
+ Get Series Questions endpoint
305
+
306
+ ### Example
307
+
308
+ ```typescript
309
+ import {
310
+ SeriesQuestionsApi,
311
+ Configuration
312
+ } from '@connectedxm/admin-sdk';
313
+
314
+ const configuration = new Configuration();
315
+ const apiInstance = new SeriesQuestionsApi(configuration);
316
+
317
+ let seriesId: string; //The series identifier (default to undefined)
318
+ let page: number; //Page number (optional) (default to 1)
319
+ let pageSize: number; //Number of items per page (optional) (default to 25)
320
+ let orderBy: string; //Field to order by (optional) (default to undefined)
321
+ let search: string; //Search query (optional) (default to undefined)
322
+
323
+ const { status, data } = await apiInstance.getSeriesQuestions(
324
+ seriesId,
325
+ page,
326
+ pageSize,
327
+ orderBy,
328
+ search
329
+ );
330
+ ```
331
+
332
+ ### Parameters
333
+
334
+ |Name | Type | Description | Notes|
335
+ |------------- | ------------- | ------------- | -------------|
336
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
337
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
338
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
339
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
340
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
341
+
342
+
343
+ ### Return type
344
+
345
+ **GetAccountInvitations200Response**
346
+
347
+ ### Authorization
348
+
349
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
350
+
351
+ ### HTTP request headers
352
+
353
+ - **Content-Type**: Not defined
354
+ - **Accept**: application/json
355
+
356
+
357
+ ### HTTP response details
358
+ | Status code | Description | Response headers |
359
+ |-------------|-------------|------------------|
360
+ |**200** | Successful response | - |
361
+
362
+ [[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)
363
+
364
+ # **updateSeriesQuestion**
365
+ > CreateAccountAddress200Response updateSeriesQuestion()
366
+
367
+ Update Series Question endpoint
368
+
369
+ ### Example
370
+
371
+ ```typescript
372
+ import {
373
+ SeriesQuestionsApi,
374
+ Configuration,
375
+ SeriesQuestionUpdateInputs
376
+ } from '@connectedxm/admin-sdk';
377
+
378
+ const configuration = new Configuration();
379
+ const apiInstance = new SeriesQuestionsApi(configuration);
380
+
381
+ let seriesId: string; //The series identifier (default to undefined)
382
+ let questionId: string; //The question identifier (default to undefined)
383
+ let question: SeriesQuestionUpdateInputs; //Filter by question (default to undefined)
384
+
385
+ const { status, data } = await apiInstance.updateSeriesQuestion(
386
+ seriesId,
387
+ questionId,
388
+ question
389
+ );
390
+ ```
391
+
392
+ ### Parameters
393
+
394
+ |Name | Type | Description | Notes|
395
+ |------------- | ------------- | ------------- | -------------|
396
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
397
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
398
+ | **question** | **SeriesQuestionUpdateInputs** | Filter by question | defaults to undefined|
399
+
400
+
401
+ ### Return type
402
+
403
+ **CreateAccountAddress200Response**
404
+
405
+ ### Authorization
406
+
407
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
408
+
409
+ ### HTTP request headers
410
+
411
+ - **Content-Type**: Not defined
412
+ - **Accept**: application/json
413
+
414
+
415
+ ### HTTP response details
416
+ | Status code | Description | Response headers |
417
+ |-------------|-------------|------------------|
418
+ |**200** | Successful response | - |
419
+
420
+ [[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)
421
+
@@ -0,0 +1,244 @@
1
+ # SeriesQuestionsChoicesApi
2
+
3
+ All URIs are relative to *https://admin-api.connected.dev*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**createSeriesQuestionChoice**](#createseriesquestionchoice) | **POST** /series/{seriesId}/questions/{questionId}/choices | Create Series Question Choice|
8
+ |[**deleteSeriesQuestionChoice**](#deleteseriesquestionchoice) | **DELETE** /series/{seriesId}/questions/{questionId}/choices/{choiceId} | Delete Series Question Choice|
9
+ |[**reorderSeriesQuestionChoices**](#reorderseriesquestionchoices) | **PUT** /series/{seriesId}/questions/{questionId}/choices/reorder | Reorder Series Question Choices|
10
+ |[**updateSeriesQuestionChoice**](#updateseriesquestionchoice) | **PUT** /series/{seriesId}/questions/{questionId}/choices/{choiceId} | Update Series Question Choice|
11
+
12
+ # **createSeriesQuestionChoice**
13
+ > CreateAccountAddress200Response createSeriesQuestionChoice(seriesQuestionChoiceCreateInputs)
14
+
15
+ Create Series Question Choice endpoint
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ SeriesQuestionsChoicesApi,
22
+ Configuration,
23
+ SeriesQuestionChoiceCreateInputs
24
+ } from '@connectedxm/admin-sdk';
25
+
26
+ const configuration = new Configuration();
27
+ const apiInstance = new SeriesQuestionsChoicesApi(configuration);
28
+
29
+ let seriesId: string; //The series identifier (default to undefined)
30
+ let questionId: string; //The question identifier (default to undefined)
31
+ let seriesQuestionChoiceCreateInputs: SeriesQuestionChoiceCreateInputs; //
32
+
33
+ const { status, data } = await apiInstance.createSeriesQuestionChoice(
34
+ seriesId,
35
+ questionId,
36
+ seriesQuestionChoiceCreateInputs
37
+ );
38
+ ```
39
+
40
+ ### Parameters
41
+
42
+ |Name | Type | Description | Notes|
43
+ |------------- | ------------- | ------------- | -------------|
44
+ | **seriesQuestionChoiceCreateInputs** | **SeriesQuestionChoiceCreateInputs**| | |
45
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
46
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
47
+
48
+
49
+ ### Return type
50
+
51
+ **CreateAccountAddress200Response**
52
+
53
+ ### Authorization
54
+
55
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json
60
+ - **Accept**: application/json
61
+
62
+
63
+ ### HTTP response details
64
+ | Status code | Description | Response headers |
65
+ |-------------|-------------|------------------|
66
+ |**200** | Successful response | - |
67
+
68
+ [[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)
69
+
70
+ # **deleteSeriesQuestionChoice**
71
+ > CreateAccountInvitations200Response deleteSeriesQuestionChoice()
72
+
73
+ Delete Series Question Choice endpoint
74
+
75
+ ### Example
76
+
77
+ ```typescript
78
+ import {
79
+ SeriesQuestionsChoicesApi,
80
+ Configuration
81
+ } from '@connectedxm/admin-sdk';
82
+
83
+ const configuration = new Configuration();
84
+ const apiInstance = new SeriesQuestionsChoicesApi(configuration);
85
+
86
+ let seriesId: string; //The series identifier (default to undefined)
87
+ let questionId: string; //The question identifier (default to undefined)
88
+ let choiceId: string; //The choice identifier (default to undefined)
89
+
90
+ const { status, data } = await apiInstance.deleteSeriesQuestionChoice(
91
+ seriesId,
92
+ questionId,
93
+ choiceId
94
+ );
95
+ ```
96
+
97
+ ### Parameters
98
+
99
+ |Name | Type | Description | Notes|
100
+ |------------- | ------------- | ------------- | -------------|
101
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
102
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
103
+ | **choiceId** | [**string**] | The choice identifier | defaults to undefined|
104
+
105
+
106
+ ### Return type
107
+
108
+ **CreateAccountInvitations200Response**
109
+
110
+ ### Authorization
111
+
112
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
113
+
114
+ ### HTTP request headers
115
+
116
+ - **Content-Type**: Not defined
117
+ - **Accept**: application/json
118
+
119
+
120
+ ### HTTP response details
121
+ | Status code | Description | Response headers |
122
+ |-------------|-------------|------------------|
123
+ |**200** | Successful response | - |
124
+
125
+ [[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)
126
+
127
+ # **reorderSeriesQuestionChoices**
128
+ > CreateAccountAddress200Response reorderSeriesQuestionChoices()
129
+
130
+ Reorder Series Question Choices endpoint
131
+
132
+ ### Example
133
+
134
+ ```typescript
135
+ import {
136
+ SeriesQuestionsChoicesApi,
137
+ Configuration
138
+ } from '@connectedxm/admin-sdk';
139
+
140
+ const configuration = new Configuration();
141
+ const apiInstance = new SeriesQuestionsChoicesApi(configuration);
142
+
143
+ let seriesId: string; //The series identifier (default to undefined)
144
+ let questionId: string; //The question identifier (default to undefined)
145
+ let choicesIds: Array<string>; //Filter by choicesIds (default to undefined)
146
+
147
+ const { status, data } = await apiInstance.reorderSeriesQuestionChoices(
148
+ seriesId,
149
+ questionId,
150
+ choicesIds
151
+ );
152
+ ```
153
+
154
+ ### Parameters
155
+
156
+ |Name | Type | Description | Notes|
157
+ |------------- | ------------- | ------------- | -------------|
158
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
159
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
160
+ | **choicesIds** | **Array&lt;string&gt;** | Filter by choicesIds | defaults to undefined|
161
+
162
+
163
+ ### Return type
164
+
165
+ **CreateAccountAddress200Response**
166
+
167
+ ### Authorization
168
+
169
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
170
+
171
+ ### HTTP request headers
172
+
173
+ - **Content-Type**: Not defined
174
+ - **Accept**: application/json
175
+
176
+
177
+ ### HTTP response details
178
+ | Status code | Description | Response headers |
179
+ |-------------|-------------|------------------|
180
+ |**200** | Successful response | - |
181
+
182
+ [[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)
183
+
184
+ # **updateSeriesQuestionChoice**
185
+ > CreateAccountAddress200Response updateSeriesQuestionChoice()
186
+
187
+ Update Series Question Choice endpoint
188
+
189
+ ### Example
190
+
191
+ ```typescript
192
+ import {
193
+ SeriesQuestionsChoicesApi,
194
+ Configuration,
195
+ SeriesQuestionChoiceUpdateInputs
196
+ } from '@connectedxm/admin-sdk';
197
+
198
+ const configuration = new Configuration();
199
+ const apiInstance = new SeriesQuestionsChoicesApi(configuration);
200
+
201
+ let seriesId: string; //The series identifier (default to undefined)
202
+ let questionId: string; //The question identifier (default to undefined)
203
+ let choiceId: string; //The choice identifier (default to undefined)
204
+ let choice: SeriesQuestionChoiceUpdateInputs; //Filter by choice (default to undefined)
205
+
206
+ const { status, data } = await apiInstance.updateSeriesQuestionChoice(
207
+ seriesId,
208
+ questionId,
209
+ choiceId,
210
+ choice
211
+ );
212
+ ```
213
+
214
+ ### Parameters
215
+
216
+ |Name | Type | Description | Notes|
217
+ |------------- | ------------- | ------------- | -------------|
218
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
219
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
220
+ | **choiceId** | [**string**] | The choice identifier | defaults to undefined|
221
+ | **choice** | **SeriesQuestionChoiceUpdateInputs** | Filter by choice | defaults to undefined|
222
+
223
+
224
+ ### Return type
225
+
226
+ **CreateAccountAddress200Response**
227
+
228
+ ### Authorization
229
+
230
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
231
+
232
+ ### HTTP request headers
233
+
234
+ - **Content-Type**: Not defined
235
+ - **Accept**: application/json
236
+
237
+
238
+ ### HTTP response details
239
+ | Status code | Description | Response headers |
240
+ |-------------|-------------|------------------|
241
+ |**200** | Successful response | - |
242
+
243
+ [[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)
244
+
@@ -0,0 +1,40 @@
1
+ # SeriesRegistration
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **organizationId** | **string** | | [default to undefined]
10
+ **seriesId** | **string** | | [default to undefined]
11
+ **series** | [**BaseSeries**](BaseSeries.md) | | [default to undefined]
12
+ **accountId** | **string** | | [default to undefined]
13
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
14
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
15
+ **responses** | [**Array&lt;BaseSeriesRegistrationQuestionResponse&gt;**](BaseSeriesRegistrationQuestionResponse.md) | | [optional] [default to undefined]
16
+ **createdAt** | **string** | | [default to undefined]
17
+ **updatedAt** | **string** | | [default to undefined]
18
+ **_count** | [**EventAddOnAllOfCount**](EventAddOnAllOfCount.md) | | [default to undefined]
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import { SeriesRegistration } from '@connectedxm/admin-sdk';
24
+
25
+ const instance: SeriesRegistration = {
26
+ id,
27
+ organizationId,
28
+ seriesId,
29
+ series,
30
+ accountId,
31
+ account,
32
+ status,
33
+ responses,
34
+ createdAt,
35
+ updatedAt,
36
+ _count,
37
+ };
38
+ ```
39
+
40
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)