@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,28 @@
1
+ # SeriesTranslationUpdateInputs
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
+ **longDescription** | **string** | | [optional] [default to undefined]
11
+ **subject** | **string** | | [optional] [default to undefined]
12
+ **body** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { SeriesTranslationUpdateInputs } from '@connectedxm/admin-sdk';
18
+
19
+ const instance: SeriesTranslationUpdateInputs = {
20
+ name,
21
+ description,
22
+ longDescription,
23
+ subject,
24
+ body,
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)
@@ -13,6 +13,14 @@ Name | Type | Description | Notes
13
13
  **templateId** | **string** | | [optional] [default to undefined]
14
14
  **startDate** | **string** | | [optional] [default to undefined]
15
15
  **endDate** | **string** | | [optional] [default to undefined]
16
+ **registration** | **boolean** | | [optional] [default to undefined]
17
+ **price** | **number** | | [optional] [default to undefined]
18
+ **taxCode** | **string** | | [optional] [default to undefined]
19
+ **taxIncluded** | **boolean** | | [optional] [default to undefined]
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]
16
24
 
17
25
  ## Example
18
26
 
@@ -28,6 +36,14 @@ const instance: SeriesUpdateInputs = {
28
36
  templateId,
29
37
  startDate,
30
38
  endDate,
39
+ registration,
40
+ price,
41
+ taxCode,
42
+ taxIncluded,
43
+ taxLocation,
44
+ subject,
45
+ replyTo,
46
+ body,
31
47
  };
32
48
  ```
33
49
 
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
  **addToTierId** | **string** | | [default to undefined]
16
16
  **subscribeToChannelId** | **string** | | [default to undefined]
17
17
  **sendWebhookId** | **string** | | [default to undefined]
18
+ **completeActivationId** | **string** | | [default to undefined]
18
19
  **organizationId** | **string** | | [default to undefined]
19
20
  **newPassOfPassType** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
20
21
  **checkedInPassEvent** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
25
26
  **addToTier** | [**BaseTier**](BaseTier.md) | | [default to undefined]
26
27
  **subscribeToChannel** | [**BaseChannel**](BaseChannel.md) | | [default to undefined]
27
28
  **sendWebhook** | [**BaseWebhook**](BaseWebhook.md) | | [default to undefined]
29
+ **completeActivation** | [**BaseEventActivation**](BaseEventActivation.md) | | [default to undefined]
28
30
  **createdAt** | **string** | | [default to undefined]
29
31
  **updatedAt** | **string** | | [default to undefined]
30
32
 
@@ -44,6 +46,7 @@ const instance: SideEffect = {
44
46
  addToTierId,
45
47
  subscribeToChannelId,
46
48
  sendWebhookId,
49
+ completeActivationId,
47
50
  organizationId,
48
51
  newPassOfPassType,
49
52
  checkedInPassEvent,
@@ -54,6 +57,7 @@ const instance: SideEffect = {
54
57
  addToTier,
55
58
  subscribeToChannel,
56
59
  sendWebhook,
60
+ completeActivation,
57
61
  createdAt,
58
62
  updatedAt,
59
63
  };
@@ -13,4 +13,6 @@
13
13
 
14
14
  * `SendWebhook` (value: `'SEND_WEBHOOK'`)
15
15
 
16
+ * `CompleteActivation` (value: `'COMPLETE_ACTIVATION'`)
17
+
16
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)
package/docs/Survey.md CHANGED
@@ -19,8 +19,6 @@ Name | Type | Description | Notes
19
19
  **updatedAt** | **string** | | [default to undefined]
20
20
  **eventId** | **string** | | [default to undefined]
21
21
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
22
- **sessionId** | **string** | | [default to undefined]
23
- **session** | [**BaseEventSession**](BaseEventSession.md) | | [default to undefined]
24
22
  **activationId** | **string** | | [default to undefined]
25
23
  **activation** | [**BaseEventActivation**](BaseEventActivation.md) | | [default to undefined]
26
24
  **passTypes** | [**Array<BaseEventPassType>**](BaseEventPassType.md) | | [default to undefined]
@@ -46,8 +44,6 @@ const instance: Survey = {
46
44
  updatedAt,
47
45
  eventId,
48
46
  event,
49
- sessionId,
50
- session,
51
47
  activationId,
52
48
  activation,
53
49
  passTypes,
@@ -15,7 +15,6 @@ Name | Type | Description | Notes
15
15
  **replyTo** | **string** | | [optional] [default to undefined]
16
16
  **emailBody** | **string** | | [optional] [default to undefined]
17
17
  **eventId** | **string** | | [optional] [default to undefined]
18
- **sessionId** | **string** | | [optional] [default to undefined]
19
18
  **activationId** | **string** | | [optional] [default to undefined]
20
19
 
21
20
  ## Example
@@ -34,7 +33,6 @@ const instance: SurveyCreateInputs = {
34
33
  replyTo,
35
34
  emailBody,
36
35
  eventId,
37
- sessionId,
38
36
  activationId,
39
37
  };
40
38
  ```
@@ -15,7 +15,6 @@ Name | Type | Description | Notes
15
15
  **replyTo** | **string** | | [optional] [default to undefined]
16
16
  **emailBody** | **string** | | [optional] [default to undefined]
17
17
  **eventId** | **string** | | [optional] [default to undefined]
18
- **sessionId** | **string** | | [optional] [default to undefined]
19
18
  **activationId** | **string** | | [optional] [default to undefined]
20
19
 
21
20
  ## Example
@@ -34,7 +33,6 @@ const instance: SurveyUpdateInputs = {
34
33
  replyTo,
35
34
  emailBody,
36
35
  eventId,
37
- sessionId,
38
36
  activationId,
39
37
  };
40
38
  ```
@@ -7,6 +7,7 @@ All URIs are relative to *https://admin-api.connected.dev*
7
7
  |[**createSurvey**](#createsurvey) | **POST** /surveys | Create Survey|
8
8
  |[**deleteSurvey**](#deletesurvey) | **DELETE** /surveys/{surveyId} | Delete Survey|
9
9
  |[**getSurvey**](#getsurvey) | **GET** /surveys/{surveyId} | Get Survey|
10
+ |[**getSurveySessions**](#getsurveysessions) | **GET** /surveys/{surveyId}/sessions | Get Survey Sessions|
10
11
  |[**getSurveys**](#getsurveys) | **GET** /surveys | Get Surveys|
11
12
  |[**updateSurvey**](#updatesurvey) | **PUT** /surveys/{surveyId} | Update Survey|
12
13
 
@@ -157,6 +158,69 @@ const { status, data } = await apiInstance.getSurvey(
157
158
  - **Accept**: application/json
158
159
 
159
160
 
161
+ ### HTTP response details
162
+ | Status code | Description | Response headers |
163
+ |-------------|-------------|------------------|
164
+ |**200** | Successful response | - |
165
+
166
+ [[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)
167
+
168
+ # **getSurveySessions**
169
+ > GetEventSessions200Response getSurveySessions()
170
+
171
+ Get Survey Sessions endpoint
172
+
173
+ ### Example
174
+
175
+ ```typescript
176
+ import {
177
+ SurveysApi,
178
+ Configuration
179
+ } from '@connectedxm/admin-sdk';
180
+
181
+ const configuration = new Configuration();
182
+ const apiInstance = new SurveysApi(configuration);
183
+
184
+ let surveyId: string; //The survey identifier (default to undefined)
185
+ let page: number; //Page number (optional) (default to 1)
186
+ let pageSize: number; //Number of items per page (optional) (default to 25)
187
+ let orderBy: string; //Field to order by (optional) (default to undefined)
188
+ let search: string; //Search query (optional) (default to undefined)
189
+
190
+ const { status, data } = await apiInstance.getSurveySessions(
191
+ surveyId,
192
+ page,
193
+ pageSize,
194
+ orderBy,
195
+ search
196
+ );
197
+ ```
198
+
199
+ ### Parameters
200
+
201
+ |Name | Type | Description | Notes|
202
+ |------------- | ------------- | ------------- | -------------|
203
+ | **surveyId** | [**string**] | The survey identifier | defaults to undefined|
204
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
205
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
206
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
207
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
208
+
209
+
210
+ ### Return type
211
+
212
+ **GetEventSessions200Response**
213
+
214
+ ### Authorization
215
+
216
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
217
+
218
+ ### HTTP request headers
219
+
220
+ - **Content-Type**: Not defined
221
+ - **Accept**: application/json
222
+
223
+
160
224
  ### HTTP response details
161
225
  | Status code | Description | Response headers |
162
226
  |-------------|-------------|------------------|
@@ -0,0 +1,117 @@
1
+ # SurveysSessionsApi
2
+
3
+ All URIs are relative to *https://admin-api.connected.dev*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**addSurveySession**](#addsurveysession) | **POST** /surveys/{surveyId}/sessions/{sessionId} | Add Survey Session|
8
+ |[**removeSurveySession**](#removesurveysession) | **DELETE** /surveys/{surveyId}/sessions/{sessionId} | Remove Survey Session|
9
+
10
+ # **addSurveySession**
11
+ > CreateSurvey200Response addSurveySession()
12
+
13
+ Add Survey Session endpoint
14
+
15
+ ### Example
16
+
17
+ ```typescript
18
+ import {
19
+ SurveysSessionsApi,
20
+ Configuration
21
+ } from '@connectedxm/admin-sdk';
22
+
23
+ const configuration = new Configuration();
24
+ const apiInstance = new SurveysSessionsApi(configuration);
25
+
26
+ let surveyId: string; //The survey identifier (default to undefined)
27
+ let sessionId: string; //The session identifier (default to undefined)
28
+
29
+ const { status, data } = await apiInstance.addSurveySession(
30
+ surveyId,
31
+ sessionId
32
+ );
33
+ ```
34
+
35
+ ### Parameters
36
+
37
+ |Name | Type | Description | Notes|
38
+ |------------- | ------------- | ------------- | -------------|
39
+ | **surveyId** | [**string**] | The survey identifier | defaults to undefined|
40
+ | **sessionId** | [**string**] | The session identifier | defaults to undefined|
41
+
42
+
43
+ ### Return type
44
+
45
+ **CreateSurvey200Response**
46
+
47
+ ### Authorization
48
+
49
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
50
+
51
+ ### HTTP request headers
52
+
53
+ - **Content-Type**: Not defined
54
+ - **Accept**: application/json
55
+
56
+
57
+ ### HTTP response details
58
+ | Status code | Description | Response headers |
59
+ |-------------|-------------|------------------|
60
+ |**200** | Successful response | - |
61
+
62
+ [[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)
63
+
64
+ # **removeSurveySession**
65
+ > CreateSurvey200Response removeSurveySession()
66
+
67
+ Remove Survey Session endpoint
68
+
69
+ ### Example
70
+
71
+ ```typescript
72
+ import {
73
+ SurveysSessionsApi,
74
+ Configuration
75
+ } from '@connectedxm/admin-sdk';
76
+
77
+ const configuration = new Configuration();
78
+ const apiInstance = new SurveysSessionsApi(configuration);
79
+
80
+ let surveyId: string; //The survey identifier (default to undefined)
81
+ let sessionId: string; //The session identifier (default to undefined)
82
+
83
+ const { status, data } = await apiInstance.removeSurveySession(
84
+ surveyId,
85
+ sessionId
86
+ );
87
+ ```
88
+
89
+ ### Parameters
90
+
91
+ |Name | Type | Description | Notes|
92
+ |------------- | ------------- | ------------- | -------------|
93
+ | **surveyId** | [**string**] | The survey identifier | defaults to undefined|
94
+ | **sessionId** | [**string**] | The session identifier | defaults to undefined|
95
+
96
+
97
+ ### Return type
98
+
99
+ **CreateSurvey200Response**
100
+
101
+ ### Authorization
102
+
103
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
104
+
105
+ ### HTTP request headers
106
+
107
+ - **Content-Type**: Not defined
108
+ - **Accept**: application/json
109
+
110
+
111
+ ### HTTP response details
112
+ | Status code | Description | Response headers |
113
+ |-------------|-------------|------------------|
114
+ |**200** | Successful response | - |
115
+
116
+ [[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)
117
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "6.8.6",
3
+ "version": "6.14.0",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,20 +0,0 @@
1
- # BadgeFieldType
2
-
3
-
4
- ## Enum
5
-
6
- * `Attribute` (value: `'attribute'`)
7
-
8
- * `Question` (value: `'question'`)
9
-
10
- * `Tier` (value: `'tier'`)
11
-
12
- * `Ticket` (value: `'ticket'`)
13
-
14
- * `Pass` (value: `'pass'`)
15
-
16
- * `Session` (value: `'session'`)
17
-
18
- * `SessionQuestion` (value: `'session_question'`)
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)
@@ -1,44 +0,0 @@
1
- # BaseEventOnSiteBadgeField
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **eventId** | **string** | | [default to undefined]
10
- **name** | **string** | | [default to undefined]
11
- **type** | [**BadgeFieldType**](BadgeFieldType.md) | | [default to undefined]
12
- **lookup** | **string** | | [default to undefined]
13
- **maxLength** | **number** | | [default to undefined]
14
- **defaultValue** | **string** | | [default to undefined]
15
- **transformation** | [**BadgeFieldTransformation**](BadgeFieldTransformation.md) | | [default to undefined]
16
- **iconData** | **string** | | [default to undefined]
17
- **sessionId** | **string** | | [default to undefined]
18
- **sortOrder** | **number** | | [default to undefined]
19
- **createdAt** | **string** | | [default to undefined]
20
- **updatedAt** | **string** | | [default to undefined]
21
-
22
- ## Example
23
-
24
- ```typescript
25
- import { BaseEventOnSiteBadgeField } from '@connectedxm/admin-sdk';
26
-
27
- const instance: BaseEventOnSiteBadgeField = {
28
- id,
29
- eventId,
30
- name,
31
- type,
32
- lookup,
33
- maxLength,
34
- defaultValue,
35
- transformation,
36
- iconData,
37
- sessionId,
38
- sortOrder,
39
- createdAt,
40
- updatedAt,
41
- };
42
- ```
43
-
44
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,34 +0,0 @@
1
- # EventBadgeFieldUpdateInputs
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **type** | [**BadgeFieldType**](BadgeFieldType.md) | | [optional] [default to undefined]
9
- **lookup** | **string** | | [optional] [default to undefined]
10
- **maxLength** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
11
- **defaultValue** | **string** | | [optional] [default to undefined]
12
- **transformation** | [**BadgeFieldTransformation**](BadgeFieldTransformation.md) | | [optional] [default to undefined]
13
- **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
14
- **iconData** | **string** | | [optional] [default to undefined]
15
- **sessionId** | **string** | | [optional] [default to undefined]
16
-
17
- ## Example
18
-
19
- ```typescript
20
- import { EventBadgeFieldUpdateInputs } from '@connectedxm/admin-sdk';
21
-
22
- const instance: EventBadgeFieldUpdateInputs = {
23
- type,
24
- lookup,
25
- maxLength,
26
- defaultValue,
27
- transformation,
28
- sortOrder,
29
- iconData,
30
- sessionId,
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)
@@ -1,46 +0,0 @@
1
- # EventOnSiteBadgeField
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **eventId** | **string** | | [default to undefined]
10
- **name** | **string** | | [default to undefined]
11
- **type** | [**BadgeFieldType**](BadgeFieldType.md) | | [default to undefined]
12
- **lookup** | **string** | | [default to undefined]
13
- **maxLength** | **number** | | [default to undefined]
14
- **defaultValue** | **string** | | [default to undefined]
15
- **transformation** | [**BadgeFieldTransformation**](BadgeFieldTransformation.md) | | [default to undefined]
16
- **iconData** | **string** | | [default to undefined]
17
- **sessionId** | **string** | | [default to undefined]
18
- **sortOrder** | **number** | | [default to undefined]
19
- **createdAt** | **string** | | [default to undefined]
20
- **updatedAt** | **string** | | [default to undefined]
21
- **onSite** | [**EventOnSite**](EventOnSite.md) | | [default to undefined]
22
-
23
- ## Example
24
-
25
- ```typescript
26
- import { EventOnSiteBadgeField } from '@connectedxm/admin-sdk';
27
-
28
- const instance: EventOnSiteBadgeField = {
29
- id,
30
- eventId,
31
- name,
32
- type,
33
- lookup,
34
- maxLength,
35
- defaultValue,
36
- transformation,
37
- iconData,
38
- sessionId,
39
- sortOrder,
40
- createdAt,
41
- updatedAt,
42
- onSite,
43
- };
44
- ```
45
-
46
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)