@connectedxm/admin-sdk 6.9.0 → 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 (113) hide show
  1. package/.openapi-generator/FILES +41 -8
  2. package/AdminApi.ts +18 -0
  3. package/README.md +69 -12
  4. package/api.ts +4508 -708
  5. package/dist/AdminApi.d.ts +7 -1
  6. package/dist/AdminApi.js +6 -0
  7. package/dist/api.d.ts +2356 -293
  8. package/dist/api.js +3612 -918
  9. package/dist/esm/AdminApi.d.ts +7 -1
  10. package/dist/esm/AdminApi.js +7 -1
  11. package/dist/esm/api.d.ts +2356 -293
  12. package/dist/esm/api.js +3569 -900
  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/BaseAccountAttribute.md +3 -1
  18. package/docs/BaseEventActivation.md +2 -0
  19. package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
  20. package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
  21. package/docs/BaseEventBlock.md +2 -0
  22. package/docs/BaseEventOnSite.md +2 -2
  23. package/docs/BaseEventPass.md +2 -0
  24. package/docs/BaseEventSession.md +2 -4
  25. package/docs/BaseEventSessionQuestionChoice.md +1 -1
  26. package/docs/BasePassAttribute.md +26 -0
  27. package/docs/BasePassAttributeAttribute.md +22 -0
  28. package/docs/BasePayment.md +2 -0
  29. package/docs/BaseRegistrationQuestionChoice.md +1 -1
  30. package/docs/BaseSeriesQuestion.md +60 -0
  31. package/docs/BaseSeriesQuestionChoice.md +30 -0
  32. package/docs/BaseSeriesRegistration.md +2 -0
  33. package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
  34. package/docs/BaseSideEffect.md +2 -0
  35. package/docs/BaseSurveyQuestionChoice.md +1 -1
  36. package/docs/CloneOptions.md +2 -0
  37. package/docs/Event.md +4 -0
  38. package/docs/EventActivation.md +6 -0
  39. package/docs/EventActivationCreateInputs.md +4 -0
  40. package/docs/EventActivationUpdateInputs.md +4 -0
  41. package/docs/EventAttribute.md +26 -0
  42. package/docs/EventAttributeCreateInputs.md +20 -0
  43. package/docs/EventAttributeUpdateInputs.md +20 -0
  44. package/docs/EventBlock.md +2 -0
  45. package/docs/EventBlockCreateInputs.md +2 -0
  46. package/docs/EventBlockUpdateInputs.md +2 -0
  47. package/docs/EventCreateInputs.md +4 -0
  48. package/docs/EventMediaItemTranslation.md +30 -0
  49. package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
  50. package/docs/EventOnSite.md +2 -4
  51. package/docs/EventPass.md +8 -0
  52. package/docs/EventPassCreateInputs.md +2 -0
  53. package/docs/EventPassType.md +4 -0
  54. package/docs/EventPassUpdateInputs.md +2 -0
  55. package/docs/EventRoomTypeReservationPassesInner.md +1 -1
  56. package/docs/EventSession.md +12 -4
  57. package/docs/EventSessionCloneOptions.md +22 -0
  58. package/docs/EventSessionCreateInputs.md +8 -4
  59. package/docs/EventSessionUpdateInputs.md +8 -4
  60. package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
  61. package/docs/EventTrack.md +1 -1
  62. package/docs/EventUpdateInputs.md +4 -0
  63. package/docs/EventsActivationsApi.md +67 -0
  64. package/docs/EventsActivationsSessionsApi.md +123 -0
  65. package/docs/EventsAttributesApi.md +296 -0
  66. package/docs/EventsOnSiteApi.md +9 -187
  67. package/docs/EventsPassesAttributesApi.md +191 -0
  68. package/docs/EventsSessionsApi.md +242 -0
  69. package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
  70. package/docs/PassAttribute.md +30 -0
  71. package/docs/PassAttributesUpdateInputs.md +20 -0
  72. package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
  73. package/docs/PassTypeCreateInputs.md +4 -0
  74. package/docs/PassTypeUpdateInputs.md +4 -0
  75. package/docs/Payment.md +4 -0
  76. package/docs/PaymentLineItem.md +2 -0
  77. package/docs/PaymentLineItemType.md +2 -0
  78. package/docs/Series.md +6 -0
  79. package/docs/SeriesApi.md +64 -0
  80. package/docs/SeriesCreateInputs.md +6 -0
  81. package/docs/SeriesQuestion.md +68 -0
  82. package/docs/SeriesQuestionChoice.md +38 -0
  83. package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
  84. package/docs/SeriesQuestionChoiceTranslation.md +32 -0
  85. package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
  86. package/docs/SeriesQuestionCreateInputs.md +56 -0
  87. package/docs/SeriesQuestionTranslation.md +32 -0
  88. package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
  89. package/docs/SeriesQuestionType.md +30 -0
  90. package/docs/SeriesQuestionUpdateInputs.md +56 -0
  91. package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
  92. package/docs/SeriesQuestionsApi.md +421 -0
  93. package/docs/SeriesQuestionsChoicesApi.md +244 -0
  94. package/docs/SeriesRegistration.md +4 -0
  95. package/docs/SeriesRegistrationQuestionResponse.md +34 -0
  96. package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
  97. package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
  98. package/docs/SeriesRegistrationsApi.md +194 -1
  99. package/docs/SeriesTranslation.md +38 -0
  100. package/docs/SeriesTranslationUpdateInputs.md +28 -0
  101. package/docs/SeriesUpdateInputs.md +6 -0
  102. package/docs/SideEffect.md +4 -0
  103. package/docs/SideEffectActionType.md +2 -0
  104. package/docs/Survey.md +0 -4
  105. package/docs/SurveyCreateInputs.md +0 -2
  106. package/docs/SurveyUpdateInputs.md +0 -2
  107. package/docs/SurveysApi.md +64 -0
  108. package/docs/SurveysSessionsApi.md +117 -0
  109. package/package.json +1 -1
  110. package/docs/BadgeFieldType.md +0 -20
  111. package/docs/BaseEventOnSiteBadgeField.md +0 -44
  112. package/docs/EventBadgeFieldUpdateInputs.md +0 -34
  113. package/docs/EventOnSiteBadgeField.md +0 -46
package/docs/SeriesApi.md CHANGED
@@ -10,6 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**getSeries**](#getseries) | **GET** /series/{seriesId} | Get Series|
11
11
  |[**getSeriesEvents**](#getseriesevents) | **GET** /series/{seriesId}/events | Get Series Events|
12
12
  |[**getSeriesList**](#getserieslist) | **GET** /series | Get Series List|
13
+ |[**getSeriesPayments**](#getseriespayments) | **GET** /series/{seriesId}/payments | Get Series Payments|
13
14
  |[**removeSeriesEvent**](#removeseriesevent) | **DELETE** /series/{seriesId}/events/{eventId} | Remove Series Event|
14
15
  |[**updateSeries**](#updateseries) | **PUT** /series/{seriesId} | Update Series|
15
16
 
@@ -337,6 +338,69 @@ const { status, data } = await apiInstance.getSeriesList(
337
338
  - **Accept**: application/json
338
339
 
339
340
 
341
+ ### HTTP response details
342
+ | Status code | Description | Response headers |
343
+ |-------------|-------------|------------------|
344
+ |**200** | Successful response | - |
345
+
346
+ [[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)
347
+
348
+ # **getSeriesPayments**
349
+ > GetAccountPayments200Response getSeriesPayments()
350
+
351
+ Get Series Payments endpoint
352
+
353
+ ### Example
354
+
355
+ ```typescript
356
+ import {
357
+ SeriesApi,
358
+ Configuration
359
+ } from '@connectedxm/admin-sdk';
360
+
361
+ const configuration = new Configuration();
362
+ const apiInstance = new SeriesApi(configuration);
363
+
364
+ let seriesId: string; //The series identifier (default to undefined)
365
+ let page: number; //Page number (optional) (default to 1)
366
+ let pageSize: number; //Number of items per page (optional) (default to 25)
367
+ let orderBy: string; //Field to order by (optional) (default to undefined)
368
+ let search: string; //Search query (optional) (default to undefined)
369
+
370
+ const { status, data } = await apiInstance.getSeriesPayments(
371
+ seriesId,
372
+ page,
373
+ pageSize,
374
+ orderBy,
375
+ search
376
+ );
377
+ ```
378
+
379
+ ### Parameters
380
+
381
+ |Name | Type | Description | Notes|
382
+ |------------- | ------------- | ------------- | -------------|
383
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
384
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
385
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
386
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
387
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
388
+
389
+
390
+ ### Return type
391
+
392
+ **GetAccountPayments200Response**
393
+
394
+ ### Authorization
395
+
396
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
397
+
398
+ ### HTTP request headers
399
+
400
+ - **Content-Type**: Not defined
401
+ - **Accept**: application/json
402
+
403
+
340
404
  ### HTTP response details
341
405
  | Status code | Description | Response headers |
342
406
  |-------------|-------------|------------------|
@@ -18,6 +18,9 @@ Name | Type | Description | Notes
18
18
  **taxCode** | **string** | | [optional] [default to undefined]
19
19
  **taxIncluded** | **boolean** | | [optional] [default to undefined]
20
20
  **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
21
+ **subject** | **string** | | [optional] [default to undefined]
22
+ **replyTo** | **string** | | [optional] [default to undefined]
23
+ **body** | **string** | | [optional] [default to undefined]
21
24
 
22
25
  ## Example
23
26
 
@@ -38,6 +41,9 @@ const instance: SeriesCreateInputs = {
38
41
  taxCode,
39
42
  taxIncluded,
40
43
  taxLocation,
44
+ subject,
45
+ replyTo,
46
+ body,
41
47
  };
42
48
  ```
43
49
 
@@ -0,0 +1,68 @@
1
+ # SeriesQuestion
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **seriesId** | **string** | | [default to undefined]
10
+ **type** | [**SeriesQuestionType**](SeriesQuestionType.md) | | [default to undefined]
11
+ **name** | **string** | | [default to undefined]
12
+ **required** | **boolean** | | [default to undefined]
13
+ **description** | **string** | | [default to undefined]
14
+ **label** | **string** | | [default to undefined]
15
+ **placeholder** | **string** | | [default to undefined]
16
+ **_default** | **string** | | [default to undefined]
17
+ **searchListId** | **string** | | [default to undefined]
18
+ **searchList** | [**BaseSearchList**](BaseSearchList.md) | | [default to undefined]
19
+ **mutable** | **boolean** | | [default to undefined]
20
+ **min** | **string** | | [default to undefined]
21
+ **max** | **string** | | [default to undefined]
22
+ **masked** | **boolean** | | [default to undefined]
23
+ **validation** | **string** | | [default to undefined]
24
+ **validationMessage** | **string** | | [default to undefined]
25
+ **locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
26
+ **sortOrder** | **number** | | [default to undefined]
27
+ **featured** | **boolean** | | [default to undefined]
28
+ **choices** | [**Array<BaseSeriesQuestionChoice>**](BaseSeriesQuestionChoice.md) | | [default to undefined]
29
+ **dashboardVisibility** | **boolean** | | [default to undefined]
30
+ **createdAt** | **string** | | [default to undefined]
31
+ **updatedAt** | **string** | | [default to undefined]
32
+ **translations** | [**Array<SeriesQuestionTranslation>**](SeriesQuestionTranslation.md) | | [optional] [default to undefined]
33
+
34
+ ## Example
35
+
36
+ ```typescript
37
+ import { SeriesQuestion } from '@connectedxm/admin-sdk';
38
+
39
+ const instance: SeriesQuestion = {
40
+ id,
41
+ seriesId,
42
+ type,
43
+ name,
44
+ required,
45
+ description,
46
+ label,
47
+ placeholder,
48
+ _default,
49
+ searchListId,
50
+ searchList,
51
+ mutable,
52
+ min,
53
+ max,
54
+ masked,
55
+ validation,
56
+ validationMessage,
57
+ locationOption,
58
+ sortOrder,
59
+ featured,
60
+ choices,
61
+ dashboardVisibility,
62
+ createdAt,
63
+ updatedAt,
64
+ translations,
65
+ };
66
+ ```
67
+
68
+ [[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,38 @@
1
+ # SeriesQuestionChoice
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **text** | **string** | | [default to undefined]
11
+ **description** | **string** | | [default to undefined]
12
+ **supply** | **number** | | [default to undefined]
13
+ **sortOrder** | **number** | | [default to undefined]
14
+ **questionId** | **string** | | [default to undefined]
15
+ **question** | [**BaseSeriesQuestion**](BaseSeriesQuestion.md) | | [default to undefined]
16
+ **createdAt** | **string** | | [default to undefined]
17
+ **updatedAt** | **string** | | [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { SeriesQuestionChoice } from '@connectedxm/admin-sdk';
23
+
24
+ const instance: SeriesQuestionChoice = {
25
+ id,
26
+ value,
27
+ text,
28
+ description,
29
+ supply,
30
+ sortOrder,
31
+ questionId,
32
+ question,
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)
@@ -0,0 +1,28 @@
1
+ # SeriesQuestionChoiceCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **value** | **string** | | [default to undefined]
9
+ **text** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **supply** | **number** | | [optional] [default to undefined]
12
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { SeriesQuestionChoiceCreateInputs } from '@connectedxm/admin-sdk';
18
+
19
+ const instance: SeriesQuestionChoiceCreateInputs = {
20
+ value,
21
+ text,
22
+ description,
23
+ supply,
24
+ sortOrder,
25
+ };
26
+ ```
27
+
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,32 @@
1
+ # SeriesQuestionChoiceTranslation
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **locale** | **string** | | [default to undefined]
10
+ **value** | **string** | | [default to undefined]
11
+ **text** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
14
+ **updatedAt** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { SeriesQuestionChoiceTranslation } from '@connectedxm/admin-sdk';
20
+
21
+ const instance: SeriesQuestionChoiceTranslation = {
22
+ id,
23
+ locale,
24
+ value,
25
+ text,
26
+ description,
27
+ createdAt,
28
+ updatedAt,
29
+ };
30
+ ```
31
+
32
+ [[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,28 @@
1
+ # SeriesQuestionChoiceUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **value** | **string** | | [optional] [default to undefined]
9
+ **text** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **supply** | **number** | | [optional] [default to undefined]
12
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { SeriesQuestionChoiceUpdateInputs } from '@connectedxm/admin-sdk';
18
+
19
+ const instance: SeriesQuestionChoiceUpdateInputs = {
20
+ value,
21
+ text,
22
+ description,
23
+ supply,
24
+ sortOrder,
25
+ };
26
+ ```
27
+
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,56 @@
1
+ # SeriesQuestionCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+ **type** | [**SeriesQuestionType**](SeriesQuestionType.md) | | [default to undefined]
10
+ **required** | **boolean** | | [optional] [default to undefined]
11
+ **label** | **string** | | [optional] [default to undefined]
12
+ **placeholder** | **string** | | [optional] [default to undefined]
13
+ **description** | **string** | | [optional] [default to undefined]
14
+ **_default** | **string** | | [optional] [default to undefined]
15
+ **dashboardVisibility** | **boolean** | | [optional] [default to undefined]
16
+ **mutable** | **boolean** | | [optional] [default to undefined]
17
+ **min** | **string** | | [optional] [default to undefined]
18
+ **max** | **string** | | [optional] [default to undefined]
19
+ **masked** | **boolean** | | [optional] [default to undefined]
20
+ **validation** | **string** | | [optional] [default to undefined]
21
+ **validationMessage** | **string** | | [optional] [default to undefined]
22
+ **locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
23
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
24
+ **featured** | **boolean** | | [optional] [default to undefined]
25
+ **searchListId** | **string** | | [optional] [default to undefined]
26
+ **choices** | **Array<string>** | | [optional] [default to undefined]
27
+
28
+ ## Example
29
+
30
+ ```typescript
31
+ import { SeriesQuestionCreateInputs } from '@connectedxm/admin-sdk';
32
+
33
+ const instance: SeriesQuestionCreateInputs = {
34
+ name,
35
+ type,
36
+ required,
37
+ label,
38
+ placeholder,
39
+ description,
40
+ _default,
41
+ dashboardVisibility,
42
+ mutable,
43
+ min,
44
+ max,
45
+ masked,
46
+ validation,
47
+ validationMessage,
48
+ locationOption,
49
+ sortOrder,
50
+ featured,
51
+ searchListId,
52
+ choices,
53
+ };
54
+ ```
55
+
56
+ [[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,32 @@
1
+ # SeriesQuestionTranslation
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **locale** | **string** | | [default to undefined]
10
+ **label** | **string** | | [default to undefined]
11
+ **placeholder** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
14
+ **updatedAt** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { SeriesQuestionTranslation } from '@connectedxm/admin-sdk';
20
+
21
+ const instance: SeriesQuestionTranslation = {
22
+ id,
23
+ locale,
24
+ label,
25
+ placeholder,
26
+ description,
27
+ createdAt,
28
+ updatedAt,
29
+ };
30
+ ```
31
+
32
+ [[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
+ # SeriesQuestionTranslationUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **label** | **string** | | [optional] [default to undefined]
9
+ **placeholder** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SeriesQuestionTranslationUpdateInputs } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: SeriesQuestionTranslationUpdateInputs = {
18
+ label,
19
+ placeholder,
20
+ description,
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
+ # SeriesQuestionType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Text` (value: `'text'`)
7
+
8
+ * `Textarea` (value: `'textarea'`)
9
+
10
+ * `Number` (value: `'number'`)
11
+
12
+ * `Time` (value: `'time'`)
13
+
14
+ * `Date` (value: `'date'`)
15
+
16
+ * `Toggle` (value: `'toggle'`)
17
+
18
+ * `Select` (value: `'select'`)
19
+
20
+ * `Radio` (value: `'radio'`)
21
+
22
+ * `Checkbox` (value: `'checkbox'`)
23
+
24
+ * `Search` (value: `'search'`)
25
+
26
+ * `File` (value: `'file'`)
27
+
28
+ * `Location` (value: `'location'`)
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,56 @@
1
+ # SeriesQuestionUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **type** | [**SeriesQuestionType**](SeriesQuestionType.md) | | [optional] [default to undefined]
10
+ **required** | **boolean** | | [optional] [default to undefined]
11
+ **label** | **string** | | [optional] [default to undefined]
12
+ **placeholder** | **string** | | [optional] [default to undefined]
13
+ **description** | **string** | | [optional] [default to undefined]
14
+ **_default** | **string** | | [optional] [default to undefined]
15
+ **dashboardVisibility** | **boolean** | | [optional] [default to undefined]
16
+ **mutable** | **boolean** | | [optional] [default to undefined]
17
+ **min** | **string** | | [optional] [default to undefined]
18
+ **max** | **string** | | [optional] [default to undefined]
19
+ **masked** | **boolean** | | [optional] [default to undefined]
20
+ **validation** | **string** | | [optional] [default to undefined]
21
+ **validationMessage** | **string** | | [optional] [default to undefined]
22
+ **locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
23
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
24
+ **featured** | **boolean** | | [optional] [default to undefined]
25
+ **searchListId** | **string** | | [optional] [default to undefined]
26
+ **choices** | [**SeriesQuestionUpdateInputsChoices**](SeriesQuestionUpdateInputsChoices.md) | | [optional] [default to undefined]
27
+
28
+ ## Example
29
+
30
+ ```typescript
31
+ import { SeriesQuestionUpdateInputs } from '@connectedxm/admin-sdk';
32
+
33
+ const instance: SeriesQuestionUpdateInputs = {
34
+ name,
35
+ type,
36
+ required,
37
+ label,
38
+ placeholder,
39
+ description,
40
+ _default,
41
+ dashboardVisibility,
42
+ mutable,
43
+ min,
44
+ max,
45
+ masked,
46
+ validation,
47
+ validationMessage,
48
+ locationOption,
49
+ sortOrder,
50
+ featured,
51
+ searchListId,
52
+ choices,
53
+ };
54
+ ```
55
+
56
+ [[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,18 @@
1
+ # SeriesQuestionUpdateInputsChoices
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { SeriesQuestionUpdateInputsChoices } from '@connectedxm/admin-sdk';
13
+
14
+ const instance: SeriesQuestionUpdateInputsChoices = {
15
+ };
16
+ ```
17
+
18
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)