@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.
- package/.openapi-generator/FILES +46 -8
- package/AdminApi.ts +24 -1
- package/README.md +79 -12
- package/api.ts +5210 -700
- package/dist/AdminApi.d.ts +10 -1
- package/dist/AdminApi.js +9 -1
- package/dist/api.d.ts +2895 -456
- package/dist/api.js +4276 -1073
- package/dist/esm/AdminApi.d.ts +10 -1
- package/dist/esm/AdminApi.js +10 -2
- package/dist/esm/api.d.ts +2895 -456
- package/dist/esm/api.js +4225 -1051
- package/docs/AccountAttribute.md +3 -1
- package/docs/AccountAttributeCreateInputs.md +7 -1
- package/docs/AccountAttributeType.md +20 -0
- package/docs/AccountAttributeUpdateInputs.md +6 -0
- package/docs/AccountCreateInputs.md +2 -0
- package/docs/AccountUpdateInputs.md +2 -0
- package/docs/BaseAccountAttribute.md +3 -1
- package/docs/BaseEventActivation.md +2 -0
- package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
- package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
- package/docs/BaseEventBlock.md +6 -0
- package/docs/BaseEventOnSite.md +2 -2
- package/docs/BaseEventPass.md +2 -0
- package/docs/BaseEventSession.md +2 -4
- package/docs/BaseEventSessionQuestionChoice.md +1 -1
- package/docs/BasePassAttribute.md +26 -0
- package/docs/BasePassAttributeAttribute.md +22 -0
- package/docs/BasePayment.md +2 -0
- package/docs/BaseRegistrationQuestionChoice.md +1 -1
- package/docs/BaseSeriesQuestion.md +60 -0
- package/docs/BaseSeriesQuestionChoice.md +30 -0
- package/docs/BaseSeriesRegistration.md +34 -0
- package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
- package/docs/BaseSideEffect.md +2 -0
- package/docs/BaseSurveyQuestionChoice.md +1 -1
- package/docs/CloneOptions.md +2 -0
- package/docs/Event.md +4 -0
- package/docs/EventActivation.md +6 -0
- package/docs/EventActivationCreateInputs.md +4 -0
- package/docs/EventActivationUpdateInputs.md +4 -0
- package/docs/EventAttribute.md +26 -0
- package/docs/EventAttributeCreateInputs.md +20 -0
- package/docs/EventAttributeUpdateInputs.md +20 -0
- package/docs/EventBlock.md +6 -0
- package/docs/EventBlockCreateInputs.md +6 -0
- package/docs/EventBlockUpdateInputs.md +6 -0
- package/docs/EventCreateInputs.md +4 -0
- package/docs/EventMediaItemTranslation.md +30 -0
- package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
- package/docs/EventOnSite.md +2 -4
- package/docs/EventPass.md +8 -0
- package/docs/EventPassCreateInputs.md +2 -0
- package/docs/EventPassType.md +4 -0
- package/docs/EventPassUpdateInputs.md +2 -0
- package/docs/EventRoomTypeReservationPassesInner.md +1 -1
- package/docs/EventSession.md +12 -4
- package/docs/EventSessionCloneOptions.md +22 -0
- package/docs/EventSessionCreateInputs.md +8 -4
- package/docs/EventSessionUpdateInputs.md +8 -4
- package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
- package/docs/EventTrack.md +1 -1
- package/docs/EventUpdateInputs.md +4 -0
- package/docs/EventsActivationsApi.md +67 -0
- package/docs/EventsActivationsSessionsApi.md +123 -0
- package/docs/EventsAttributesApi.md +296 -0
- package/docs/EventsOnSiteApi.md +9 -187
- package/docs/EventsPassesAttributesApi.md +191 -0
- package/docs/EventsSessionsApi.md +242 -0
- package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
- package/docs/PassAttribute.md +30 -0
- package/docs/PassAttributesUpdateInputs.md +20 -0
- package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
- package/docs/PassTypeCreateInputs.md +4 -0
- package/docs/PassTypeUpdateInputs.md +4 -0
- package/docs/Payment.md +4 -0
- package/docs/PaymentLineItem.md +2 -0
- package/docs/PaymentLineItemType.md +2 -0
- package/docs/Series.md +14 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +16 -0
- package/docs/SeriesQuestion.md +68 -0
- package/docs/SeriesQuestionChoice.md +38 -0
- package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
- package/docs/SeriesQuestionChoiceTranslation.md +32 -0
- package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SeriesQuestionCreateInputs.md +56 -0
- package/docs/SeriesQuestionTranslation.md +32 -0
- package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SeriesQuestionType.md +30 -0
- package/docs/SeriesQuestionUpdateInputs.md +56 -0
- package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
- package/docs/SeriesQuestionsApi.md +421 -0
- package/docs/SeriesQuestionsChoicesApi.md +244 -0
- package/docs/SeriesRegistration.md +40 -0
- package/docs/SeriesRegistrationCreateInputs.md +20 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationsApi.md +547 -0
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +16 -0
- package/docs/SideEffect.md +4 -0
- package/docs/SideEffectActionType.md +2 -0
- package/docs/Survey.md +0 -4
- package/docs/SurveyCreateInputs.md +0 -2
- package/docs/SurveyUpdateInputs.md +0 -2
- package/docs/SurveysApi.md +64 -0
- package/docs/SurveysSessionsApi.md +117 -0
- package/package.json +1 -1
- package/docs/BadgeFieldType.md +0 -20
- package/docs/BaseEventOnSiteBadgeField.md +0 -44
- package/docs/EventBadgeFieldUpdateInputs.md +0 -34
- 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
|
|
package/docs/SideEffect.md
CHANGED
|
@@ -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
|
```
|
package/docs/SurveysApi.md
CHANGED
|
@@ -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
package/docs/BadgeFieldType.md
DELETED
|
@@ -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)
|