@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,20 @@
1
+ # SeriesRegistrationCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **accountId** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { SeriesRegistrationCreateInputs } from '@connectedxm/admin-sdk';
14
+
15
+ const instance: SeriesRegistrationCreateInputs = {
16
+ accountId,
17
+ };
18
+ ```
19
+
20
+ [[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
+ # SeriesRegistrationQuestionResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseSeriesQuestion**](BaseSeriesQuestion.md) | | [default to undefined]
12
+ **fileId** | **number** | | [default to undefined]
13
+ **file** | [**BaseFile**](BaseFile.md) | | [default to undefined]
14
+ **createdAt** | **string** | | [default to undefined]
15
+ **updatedAt** | **string** | | [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { SeriesRegistrationQuestionResponse } from '@connectedxm/admin-sdk';
21
+
22
+ const instance: SeriesRegistrationQuestionResponse = {
23
+ id,
24
+ value,
25
+ questionId,
26
+ question,
27
+ fileId,
28
+ file,
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,20 @@
1
+ # SeriesRegistrationResponsesUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **responses** | [**Array<SeriesRegistrationResponsesUpdateInputsResponsesInner>**](SeriesRegistrationResponsesUpdateInputsResponsesInner.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { SeriesRegistrationResponsesUpdateInputs } from '@connectedxm/admin-sdk';
14
+
15
+ const instance: SeriesRegistrationResponsesUpdateInputs = {
16
+ responses,
17
+ };
18
+ ```
19
+
20
+ [[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
+ # SeriesRegistrationResponsesUpdateInputsResponsesInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **questionId** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { SeriesRegistrationResponsesUpdateInputsResponsesInner } from '@connectedxm/admin-sdk';
15
+
16
+ const instance: SeriesRegistrationResponsesUpdateInputsResponsesInner = {
17
+ questionId,
18
+ value,
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,20 @@
1
+ # SeriesRegistrationUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { SeriesRegistrationUpdateInputs } from '@connectedxm/admin-sdk';
14
+
15
+ const instance: SeriesRegistrationUpdateInputs = {
16
+ status,
17
+ };
18
+ ```
19
+
20
+ [[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,547 @@
1
+ # SeriesRegistrationsApi
2
+
3
+ All URIs are relative to *https://admin-api.connected.dev*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**createSeriesRegistration**](#createseriesregistration) | **POST** /series/{seriesId}/registrations | Create Series Registration|
8
+ |[**deleteSeriesRegistration**](#deleteseriesregistration) | **DELETE** /series/{seriesId}/registrations/{registrationId} | Delete Series Registration|
9
+ |[**getSeriesRegistration**](#getseriesregistration) | **GET** /series/{seriesId}/registrations/{registrationId} | Get Series Registration|
10
+ |[**getSeriesRegistrationPasses**](#getseriesregistrationpasses) | **GET** /series/{seriesId}/registrations/{registrationId}/passes | Get Series Registration Passes|
11
+ |[**getSeriesRegistrationPayments**](#getseriesregistrationpayments) | **GET** /series/{seriesId}/registrations/{registrationId}/payments | Get Series Registration Payments|
12
+ |[**getSeriesRegistrationResponses**](#getseriesregistrationresponses) | **GET** /series/{seriesId}/registrations/{registrationId}/responses | Get Series Registration Responses|
13
+ |[**getSeriesRegistrations**](#getseriesregistrations) | **GET** /series/{seriesId}/registrations | Get Series Registrations|
14
+ |[**updateSeriesRegistration**](#updateseriesregistration) | **PUT** /series/{seriesId}/registrations/{registrationId} | Update Series Registration|
15
+ |[**updateSeriesRegistrationResponses**](#updateseriesregistrationresponses) | **PUT** /series/{seriesId}/registrations/{registrationId}/responses | Update Series Registration Responses|
16
+
17
+ # **createSeriesRegistration**
18
+ > CreateAccountAddress200Response createSeriesRegistration(seriesRegistrationCreateInputs)
19
+
20
+ Create Series Registration endpoint
21
+
22
+ ### Example
23
+
24
+ ```typescript
25
+ import {
26
+ SeriesRegistrationsApi,
27
+ Configuration,
28
+ SeriesRegistrationCreateInputs
29
+ } from '@connectedxm/admin-sdk';
30
+
31
+ const configuration = new Configuration();
32
+ const apiInstance = new SeriesRegistrationsApi(configuration);
33
+
34
+ let seriesId: string; //The series identifier (default to undefined)
35
+ let seriesRegistrationCreateInputs: SeriesRegistrationCreateInputs; //
36
+
37
+ const { status, data } = await apiInstance.createSeriesRegistration(
38
+ seriesId,
39
+ seriesRegistrationCreateInputs
40
+ );
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+ |Name | Type | Description | Notes|
46
+ |------------- | ------------- | ------------- | -------------|
47
+ | **seriesRegistrationCreateInputs** | **SeriesRegistrationCreateInputs**| | |
48
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
49
+
50
+
51
+ ### Return type
52
+
53
+ **CreateAccountAddress200Response**
54
+
55
+ ### Authorization
56
+
57
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
58
+
59
+ ### HTTP request headers
60
+
61
+ - **Content-Type**: application/json
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
+ # **deleteSeriesRegistration**
73
+ > CreateAccountInvitations200Response deleteSeriesRegistration()
74
+
75
+ Delete Series Registration endpoint
76
+
77
+ ### Example
78
+
79
+ ```typescript
80
+ import {
81
+ SeriesRegistrationsApi,
82
+ Configuration
83
+ } from '@connectedxm/admin-sdk';
84
+
85
+ const configuration = new Configuration();
86
+ const apiInstance = new SeriesRegistrationsApi(configuration);
87
+
88
+ let seriesId: string; //The series identifier (default to undefined)
89
+ let registrationId: string; //The registration identifier (default to undefined)
90
+
91
+ const { status, data } = await apiInstance.deleteSeriesRegistration(
92
+ seriesId,
93
+ registrationId
94
+ );
95
+ ```
96
+
97
+ ### Parameters
98
+
99
+ |Name | Type | Description | Notes|
100
+ |------------- | ------------- | ------------- | -------------|
101
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
102
+ | **registrationId** | [**string**] | The registration identifier | defaults to undefined|
103
+
104
+
105
+ ### Return type
106
+
107
+ **CreateAccountInvitations200Response**
108
+
109
+ ### Authorization
110
+
111
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: Not defined
116
+ - **Accept**: application/json
117
+
118
+
119
+ ### HTTP response details
120
+ | Status code | Description | Response headers |
121
+ |-------------|-------------|------------------|
122
+ |**200** | Successful response | - |
123
+
124
+ [[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)
125
+
126
+ # **getSeriesRegistration**
127
+ > CreateAccountAddress200Response getSeriesRegistration()
128
+
129
+ Get Series Registration endpoint
130
+
131
+ ### Example
132
+
133
+ ```typescript
134
+ import {
135
+ SeriesRegistrationsApi,
136
+ Configuration
137
+ } from '@connectedxm/admin-sdk';
138
+
139
+ const configuration = new Configuration();
140
+ const apiInstance = new SeriesRegistrationsApi(configuration);
141
+
142
+ let seriesId: string; //The series identifier (default to undefined)
143
+ let registrationId: string; //The registration identifier (default to undefined)
144
+
145
+ const { status, data } = await apiInstance.getSeriesRegistration(
146
+ seriesId,
147
+ registrationId
148
+ );
149
+ ```
150
+
151
+ ### Parameters
152
+
153
+ |Name | Type | Description | Notes|
154
+ |------------- | ------------- | ------------- | -------------|
155
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
156
+ | **registrationId** | [**string**] | The registration identifier | defaults to undefined|
157
+
158
+
159
+ ### Return type
160
+
161
+ **CreateAccountAddress200Response**
162
+
163
+ ### Authorization
164
+
165
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
166
+
167
+ ### HTTP request headers
168
+
169
+ - **Content-Type**: Not defined
170
+ - **Accept**: application/json
171
+
172
+
173
+ ### HTTP response details
174
+ | Status code | Description | Response headers |
175
+ |-------------|-------------|------------------|
176
+ |**200** | Successful response | - |
177
+
178
+ [[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)
179
+
180
+ # **getSeriesRegistrationPasses**
181
+ > GetAccountInvitations200Response getSeriesRegistrationPasses()
182
+
183
+ Get Series Registration Passes endpoint
184
+
185
+ ### Example
186
+
187
+ ```typescript
188
+ import {
189
+ SeriesRegistrationsApi,
190
+ Configuration
191
+ } from '@connectedxm/admin-sdk';
192
+
193
+ const configuration = new Configuration();
194
+ const apiInstance = new SeriesRegistrationsApi(configuration);
195
+
196
+ let seriesId: string; //The series identifier (default to undefined)
197
+ let registrationId: string; //The registration identifier (default to undefined)
198
+ let page: number; //Page number (optional) (default to 1)
199
+ let pageSize: number; //Number of items per page (optional) (default to 25)
200
+ let orderBy: string; //Field to order by (optional) (default to undefined)
201
+ let search: string; //Search query (optional) (default to undefined)
202
+
203
+ const { status, data } = await apiInstance.getSeriesRegistrationPasses(
204
+ seriesId,
205
+ registrationId,
206
+ page,
207
+ pageSize,
208
+ orderBy,
209
+ search
210
+ );
211
+ ```
212
+
213
+ ### Parameters
214
+
215
+ |Name | Type | Description | Notes|
216
+ |------------- | ------------- | ------------- | -------------|
217
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
218
+ | **registrationId** | [**string**] | The registration identifier | defaults to undefined|
219
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
220
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
221
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
222
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
223
+
224
+
225
+ ### Return type
226
+
227
+ **GetAccountInvitations200Response**
228
+
229
+ ### Authorization
230
+
231
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
232
+
233
+ ### HTTP request headers
234
+
235
+ - **Content-Type**: Not defined
236
+ - **Accept**: application/json
237
+
238
+
239
+ ### HTTP response details
240
+ | Status code | Description | Response headers |
241
+ |-------------|-------------|------------------|
242
+ |**200** | Successful response | - |
243
+
244
+ [[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)
245
+
246
+ # **getSeriesRegistrationPayments**
247
+ > GetAccountInvitations200Response getSeriesRegistrationPayments()
248
+
249
+ Get Series Registration Payments endpoint
250
+
251
+ ### Example
252
+
253
+ ```typescript
254
+ import {
255
+ SeriesRegistrationsApi,
256
+ Configuration
257
+ } from '@connectedxm/admin-sdk';
258
+
259
+ const configuration = new Configuration();
260
+ const apiInstance = new SeriesRegistrationsApi(configuration);
261
+
262
+ let seriesId: string; //The series identifier (default to undefined)
263
+ let registrationId: string; //The registration identifier (default to undefined)
264
+ let page: number; //Page number (optional) (default to 1)
265
+ let pageSize: number; //Number of items per page (optional) (default to 25)
266
+ let orderBy: string; //Field to order by (optional) (default to undefined)
267
+ let search: string; //Search query (optional) (default to undefined)
268
+
269
+ const { status, data } = await apiInstance.getSeriesRegistrationPayments(
270
+ seriesId,
271
+ registrationId,
272
+ page,
273
+ pageSize,
274
+ orderBy,
275
+ search
276
+ );
277
+ ```
278
+
279
+ ### Parameters
280
+
281
+ |Name | Type | Description | Notes|
282
+ |------------- | ------------- | ------------- | -------------|
283
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
284
+ | **registrationId** | [**string**] | The registration identifier | defaults to undefined|
285
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
286
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
287
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
288
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
289
+
290
+
291
+ ### Return type
292
+
293
+ **GetAccountInvitations200Response**
294
+
295
+ ### Authorization
296
+
297
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
298
+
299
+ ### HTTP request headers
300
+
301
+ - **Content-Type**: Not defined
302
+ - **Accept**: application/json
303
+
304
+
305
+ ### HTTP response details
306
+ | Status code | Description | Response headers |
307
+ |-------------|-------------|------------------|
308
+ |**200** | Successful response | - |
309
+
310
+ [[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)
311
+
312
+ # **getSeriesRegistrationResponses**
313
+ > CreateAccountAddress200Response getSeriesRegistrationResponses()
314
+
315
+ Get Series Registration Responses endpoint
316
+
317
+ ### Example
318
+
319
+ ```typescript
320
+ import {
321
+ SeriesRegistrationsApi,
322
+ Configuration
323
+ } from '@connectedxm/admin-sdk';
324
+
325
+ const configuration = new Configuration();
326
+ const apiInstance = new SeriesRegistrationsApi(configuration);
327
+
328
+ let seriesId: string; //The series identifier (default to undefined)
329
+ let registrationId: string; //The registration identifier (default to undefined)
330
+
331
+ const { status, data } = await apiInstance.getSeriesRegistrationResponses(
332
+ seriesId,
333
+ registrationId
334
+ );
335
+ ```
336
+
337
+ ### Parameters
338
+
339
+ |Name | Type | Description | Notes|
340
+ |------------- | ------------- | ------------- | -------------|
341
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
342
+ | **registrationId** | [**string**] | The registration identifier | defaults to undefined|
343
+
344
+
345
+ ### Return type
346
+
347
+ **CreateAccountAddress200Response**
348
+
349
+ ### Authorization
350
+
351
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
352
+
353
+ ### HTTP request headers
354
+
355
+ - **Content-Type**: Not defined
356
+ - **Accept**: application/json
357
+
358
+
359
+ ### HTTP response details
360
+ | Status code | Description | Response headers |
361
+ |-------------|-------------|------------------|
362
+ |**200** | Successful response | - |
363
+
364
+ [[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)
365
+
366
+ # **getSeriesRegistrations**
367
+ > GetAccountInvitations200Response getSeriesRegistrations()
368
+
369
+ Get Series Registrations endpoint
370
+
371
+ ### Example
372
+
373
+ ```typescript
374
+ import {
375
+ SeriesRegistrationsApi,
376
+ Configuration
377
+ } from '@connectedxm/admin-sdk';
378
+
379
+ const configuration = new Configuration();
380
+ const apiInstance = new SeriesRegistrationsApi(configuration);
381
+
382
+ let seriesId: string; //The series identifier (default to undefined)
383
+ let status: PurchaseStatus; //Filter by status (optional) (default to undefined)
384
+ let page: number; //Page number (optional) (default to 1)
385
+ let pageSize: number; //Number of items per page (optional) (default to 25)
386
+ let orderBy: string; //Field to order by (optional) (default to undefined)
387
+ let search: string; //Search query (optional) (default to undefined)
388
+
389
+ const { status, data } = await apiInstance.getSeriesRegistrations(
390
+ seriesId,
391
+ status,
392
+ page,
393
+ pageSize,
394
+ orderBy,
395
+ search
396
+ );
397
+ ```
398
+
399
+ ### Parameters
400
+
401
+ |Name | Type | Description | Notes|
402
+ |------------- | ------------- | ------------- | -------------|
403
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
404
+ | **status** | **PurchaseStatus** | Filter by status | (optional) defaults to undefined|
405
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
406
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
407
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
408
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
409
+
410
+
411
+ ### Return type
412
+
413
+ **GetAccountInvitations200Response**
414
+
415
+ ### Authorization
416
+
417
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
418
+
419
+ ### HTTP request headers
420
+
421
+ - **Content-Type**: Not defined
422
+ - **Accept**: application/json
423
+
424
+
425
+ ### HTTP response details
426
+ | Status code | Description | Response headers |
427
+ |-------------|-------------|------------------|
428
+ |**200** | Successful response | - |
429
+
430
+ [[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)
431
+
432
+ # **updateSeriesRegistration**
433
+ > CreateAccountAddress200Response updateSeriesRegistration(seriesRegistrationUpdateInputs)
434
+
435
+ Update Series Registration endpoint
436
+
437
+ ### Example
438
+
439
+ ```typescript
440
+ import {
441
+ SeriesRegistrationsApi,
442
+ Configuration,
443
+ SeriesRegistrationUpdateInputs
444
+ } from '@connectedxm/admin-sdk';
445
+
446
+ const configuration = new Configuration();
447
+ const apiInstance = new SeriesRegistrationsApi(configuration);
448
+
449
+ let seriesId: string; //The series identifier (default to undefined)
450
+ let registrationId: string; //The registration identifier (default to undefined)
451
+ let seriesRegistrationUpdateInputs: SeriesRegistrationUpdateInputs; //
452
+
453
+ const { status, data } = await apiInstance.updateSeriesRegistration(
454
+ seriesId,
455
+ registrationId,
456
+ seriesRegistrationUpdateInputs
457
+ );
458
+ ```
459
+
460
+ ### Parameters
461
+
462
+ |Name | Type | Description | Notes|
463
+ |------------- | ------------- | ------------- | -------------|
464
+ | **seriesRegistrationUpdateInputs** | **SeriesRegistrationUpdateInputs**| | |
465
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
466
+ | **registrationId** | [**string**] | The registration identifier | defaults to undefined|
467
+
468
+
469
+ ### Return type
470
+
471
+ **CreateAccountAddress200Response**
472
+
473
+ ### Authorization
474
+
475
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
476
+
477
+ ### HTTP request headers
478
+
479
+ - **Content-Type**: application/json
480
+ - **Accept**: application/json
481
+
482
+
483
+ ### HTTP response details
484
+ | Status code | Description | Response headers |
485
+ |-------------|-------------|------------------|
486
+ |**200** | Successful response | - |
487
+
488
+ [[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)
489
+
490
+ # **updateSeriesRegistrationResponses**
491
+ > CreateAccountAddress200Response updateSeriesRegistrationResponses(seriesRegistrationResponsesUpdateInputs)
492
+
493
+ Update Series Registration Responses endpoint
494
+
495
+ ### Example
496
+
497
+ ```typescript
498
+ import {
499
+ SeriesRegistrationsApi,
500
+ Configuration,
501
+ SeriesRegistrationResponsesUpdateInputs
502
+ } from '@connectedxm/admin-sdk';
503
+
504
+ const configuration = new Configuration();
505
+ const apiInstance = new SeriesRegistrationsApi(configuration);
506
+
507
+ let seriesId: string; //The series identifier (default to undefined)
508
+ let registrationId: string; //The registration identifier (default to undefined)
509
+ let seriesRegistrationResponsesUpdateInputs: SeriesRegistrationResponsesUpdateInputs; //
510
+
511
+ const { status, data } = await apiInstance.updateSeriesRegistrationResponses(
512
+ seriesId,
513
+ registrationId,
514
+ seriesRegistrationResponsesUpdateInputs
515
+ );
516
+ ```
517
+
518
+ ### Parameters
519
+
520
+ |Name | Type | Description | Notes|
521
+ |------------- | ------------- | ------------- | -------------|
522
+ | **seriesRegistrationResponsesUpdateInputs** | **SeriesRegistrationResponsesUpdateInputs**| | |
523
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
524
+ | **registrationId** | [**string**] | The registration identifier | defaults to undefined|
525
+
526
+
527
+ ### Return type
528
+
529
+ **CreateAccountAddress200Response**
530
+
531
+ ### Authorization
532
+
533
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
534
+
535
+ ### HTTP request headers
536
+
537
+ - **Content-Type**: application/json
538
+ - **Accept**: application/json
539
+
540
+
541
+ ### HTTP response details
542
+ | Status code | Description | Response headers |
543
+ |-------------|-------------|------------------|
544
+ |**200** | Successful response | - |
545
+
546
+ [[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)
547
+
@@ -0,0 +1,38 @@
1
+ # SeriesTranslation
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **locale** | **string** | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **description** | **string** | | [default to undefined]
12
+ **longDescription** | **string** | | [default to undefined]
13
+ **subject** | **string** | | [default to undefined]
14
+ **replyTo** | **string** | | [default to undefined]
15
+ **body** | **string** | | [default to undefined]
16
+ **createdAt** | **string** | | [default to undefined]
17
+ **updatedAt** | **string** | | [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { SeriesTranslation } from '@connectedxm/admin-sdk';
23
+
24
+ const instance: SeriesTranslation = {
25
+ id,
26
+ locale,
27
+ name,
28
+ description,
29
+ longDescription,
30
+ subject,
31
+ replyTo,
32
+ body,
33
+ createdAt,
34
+ updatedAt,
35
+ };
36
+ ```
37
+
38
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)