@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
package/docs/AccountAttribute.md
CHANGED
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
10
|
**label** | **string** | | [default to undefined]
|
|
11
|
-
**type** | **
|
|
11
|
+
**type** | [**AccountAttributeType**](AccountAttributeType.md) | | [default to undefined]
|
|
12
12
|
**description** | **string** | | [default to undefined]
|
|
13
13
|
**required** | **boolean** | | [default to undefined]
|
|
14
14
|
**adminOnly** | **boolean** | | [default to undefined]
|
|
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**_public** | **boolean** | | [default to undefined]
|
|
17
17
|
**includedInDashboards** | **boolean** | | [default to undefined]
|
|
18
18
|
**sortOrder** | **number** | | [default to undefined]
|
|
19
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
|
|
19
20
|
**createdAt** | **string** | | [default to undefined]
|
|
20
21
|
**updatedAt** | **string** | | [default to undefined]
|
|
21
22
|
**_count** | [**AccountAttributeAllOfCount**](AccountAttributeAllOfCount.md) | | [default to undefined]
|
|
@@ -37,6 +38,7 @@ const instance: AccountAttribute = {
|
|
|
37
38
|
_public,
|
|
38
39
|
includedInDashboards,
|
|
39
40
|
sortOrder,
|
|
41
|
+
locationOption,
|
|
40
42
|
createdAt,
|
|
41
43
|
updatedAt,
|
|
42
44
|
_count,
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**name** | **string** | | [default to undefined]
|
|
9
9
|
**label** | **string** | | [default to undefined]
|
|
10
|
-
**type** | **
|
|
10
|
+
**type** | [**AccountAttributeType**](AccountAttributeType.md) | | [default to undefined]
|
|
11
11
|
**description** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**required** | **boolean** | | [optional] [default to undefined]
|
|
13
13
|
**adminOnly** | **boolean** | | [optional] [default to undefined]
|
|
@@ -15,6 +15,9 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**_public** | **boolean** | | [optional] [default to undefined]
|
|
16
16
|
**includedInDashboards** | **boolean** | | [optional] [default to undefined]
|
|
17
17
|
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
18
|
+
**searchListId** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**_options** | **Array<string>** | | [optional] [default to undefined]
|
|
20
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
|
|
18
21
|
|
|
19
22
|
## Example
|
|
20
23
|
|
|
@@ -32,6 +35,9 @@ const instance: AccountAttributeCreateInputs = {
|
|
|
32
35
|
_public,
|
|
33
36
|
includedInDashboards,
|
|
34
37
|
sortOrder,
|
|
38
|
+
searchListId,
|
|
39
|
+
_options,
|
|
40
|
+
locationOption,
|
|
35
41
|
};
|
|
36
42
|
```
|
|
37
43
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# AccountAttributeType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `Text` (value: `'text'`)
|
|
7
|
+
|
|
8
|
+
* `Number` (value: `'number'`)
|
|
9
|
+
|
|
10
|
+
* `Date` (value: `'date'`)
|
|
11
|
+
|
|
12
|
+
* `Boolean` (value: `'boolean'`)
|
|
13
|
+
|
|
14
|
+
* `Search` (value: `'search'`)
|
|
15
|
+
|
|
16
|
+
* `Select` (value: `'select'`)
|
|
17
|
+
|
|
18
|
+
* `Location` (value: `'location'`)
|
|
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)
|
|
@@ -13,6 +13,9 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**_public** | **boolean** | | [optional] [default to undefined]
|
|
14
14
|
**includedInDashboards** | **boolean** | | [optional] [default to undefined]
|
|
15
15
|
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
16
|
+
**searchListId** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**_options** | **Array<string>** | | [optional] [default to undefined]
|
|
18
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
|
|
16
19
|
|
|
17
20
|
## Example
|
|
18
21
|
|
|
@@ -28,6 +31,9 @@ const instance: AccountAttributeUpdateInputs = {
|
|
|
28
31
|
_public,
|
|
29
32
|
includedInDashboards,
|
|
30
33
|
sortOrder,
|
|
34
|
+
searchListId,
|
|
35
|
+
_options,
|
|
36
|
+
locationOption,
|
|
31
37
|
};
|
|
32
38
|
```
|
|
33
39
|
|
|
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
|
|
|
30
30
|
**locale** | **string** | | [optional] [default to undefined]
|
|
31
31
|
**taxEntityUseCode** | **string** | | [optional] [default to undefined]
|
|
32
32
|
**attributes** | **{ [key: string]: any; }** | | [optional] [default to undefined]
|
|
33
|
+
**confirmationEmailCount** | **number** | | [optional] [default to undefined]
|
|
33
34
|
|
|
34
35
|
## Example
|
|
35
36
|
|
|
@@ -62,6 +63,7 @@ const instance: AccountCreateInputs = {
|
|
|
62
63
|
locale,
|
|
63
64
|
taxEntityUseCode,
|
|
64
65
|
attributes,
|
|
66
|
+
confirmationEmailCount,
|
|
65
67
|
};
|
|
66
68
|
```
|
|
67
69
|
|
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**locale** | **string** | | [optional] [default to undefined]
|
|
32
32
|
**taxEntityUseCode** | **string** | | [optional] [default to undefined]
|
|
33
33
|
**attributes** | **{ [key: string]: any; }** | | [optional] [default to undefined]
|
|
34
|
+
**confirmationEmailCount** | **number** | | [optional] [default to undefined]
|
|
34
35
|
|
|
35
36
|
## Example
|
|
36
37
|
|
|
@@ -64,6 +65,7 @@ const instance: AccountUpdateInputs = {
|
|
|
64
65
|
locale,
|
|
65
66
|
taxEntityUseCode,
|
|
66
67
|
attributes,
|
|
68
|
+
confirmationEmailCount,
|
|
67
69
|
};
|
|
68
70
|
```
|
|
69
71
|
|
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
10
|
**label** | **string** | | [default to undefined]
|
|
11
|
-
**type** | **
|
|
11
|
+
**type** | [**AccountAttributeType**](AccountAttributeType.md) | | [default to undefined]
|
|
12
12
|
**description** | **string** | | [default to undefined]
|
|
13
13
|
**required** | **boolean** | | [default to undefined]
|
|
14
14
|
**adminOnly** | **boolean** | | [default to undefined]
|
|
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**_public** | **boolean** | | [default to undefined]
|
|
17
17
|
**includedInDashboards** | **boolean** | | [default to undefined]
|
|
18
18
|
**sortOrder** | **number** | | [default to undefined]
|
|
19
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
|
|
19
20
|
|
|
20
21
|
## Example
|
|
21
22
|
|
|
@@ -34,6 +35,7 @@ const instance: BaseAccountAttribute = {
|
|
|
34
35
|
_public,
|
|
35
36
|
includedInDashboards,
|
|
36
37
|
sortOrder,
|
|
38
|
+
locationOption,
|
|
37
39
|
};
|
|
38
40
|
```
|
|
39
41
|
|
|
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
|
|
16
16
|
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
|
|
17
17
|
**survey** | [**BaseSurvey**](BaseSurvey.md) | | [default to undefined]
|
|
18
|
+
**_count** | [**BaseEventActivationCount**](BaseEventActivationCount.md) | | [default to undefined]
|
|
18
19
|
|
|
19
20
|
## Example
|
|
20
21
|
|
|
@@ -32,6 +33,7 @@ const instance: BaseEventActivation = {
|
|
|
32
33
|
type,
|
|
33
34
|
accessLevel,
|
|
34
35
|
survey,
|
|
36
|
+
_count,
|
|
35
37
|
};
|
|
36
38
|
```
|
|
37
39
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BaseEventActivationCount
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
12
12
|
```typescript
|
|
13
|
-
import {
|
|
13
|
+
import { BaseEventActivationCount } from '@connectedxm/admin-sdk';
|
|
14
14
|
|
|
15
|
-
const instance:
|
|
15
|
+
const instance: BaseEventActivationCount = {
|
|
16
16
|
sessions,
|
|
17
17
|
};
|
|
18
18
|
```
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BaseEventAttribute
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import {
|
|
14
|
+
import { BaseEventAttribute } from '@connectedxm/admin-sdk';
|
|
15
15
|
|
|
16
|
-
const instance:
|
|
16
|
+
const instance: BaseEventAttribute = {
|
|
17
17
|
id,
|
|
18
18
|
name,
|
|
19
19
|
};
|
package/docs/BaseEventBlock.md
CHANGED
|
@@ -7,7 +7,10 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
|
+
**description** | **string** | | [default to undefined]
|
|
10
11
|
**limit** | **number** | | [default to undefined]
|
|
12
|
+
**grouped** | **boolean** | | [default to undefined]
|
|
13
|
+
**collapsed** | **boolean** | | [default to undefined]
|
|
11
14
|
|
|
12
15
|
## Example
|
|
13
16
|
|
|
@@ -17,7 +20,10 @@ import { BaseEventBlock } from '@connectedxm/admin-sdk';
|
|
|
17
20
|
const instance: BaseEventBlock = {
|
|
18
21
|
id,
|
|
19
22
|
name,
|
|
23
|
+
description,
|
|
20
24
|
limit,
|
|
25
|
+
grouped,
|
|
26
|
+
collapsed,
|
|
21
27
|
};
|
|
22
28
|
```
|
|
23
29
|
|
package/docs/BaseEventOnSite.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**eventId** | **string** | | [default to undefined]
|
|
9
9
|
**authenticationCode** | **number** | | [default to undefined]
|
|
10
|
-
**
|
|
10
|
+
**badgeTemplate** | **string** | | [default to undefined]
|
|
11
11
|
**createdAt** | **string** | | [default to undefined]
|
|
12
12
|
**updatedAt** | **string** | | [default to undefined]
|
|
13
13
|
|
|
@@ -19,7 +19,7 @@ import { BaseEventOnSite } from '@connectedxm/admin-sdk';
|
|
|
19
19
|
const instance: BaseEventOnSite = {
|
|
20
20
|
eventId,
|
|
21
21
|
authenticationCode,
|
|
22
|
-
|
|
22
|
+
badgeTemplate,
|
|
23
23
|
createdAt,
|
|
24
24
|
updatedAt,
|
|
25
25
|
};
|
package/docs/BaseEventPass.md
CHANGED
|
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
|
|
|
24
24
|
**coupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
|
|
25
25
|
**packageId** | **string** | | [default to undefined]
|
|
26
26
|
**_package** | [**BaseAttendeePackage**](BaseAttendeePackage.md) | | [default to undefined]
|
|
27
|
+
**seriesRegistrationId** | **string** | | [default to undefined]
|
|
27
28
|
**createdAt** | **string** | | [default to undefined]
|
|
28
29
|
**updatedAt** | **string** | | [default to undefined]
|
|
29
30
|
|
|
@@ -52,6 +53,7 @@ const instance: BaseEventPass = {
|
|
|
52
53
|
coupon,
|
|
53
54
|
packageId,
|
|
54
55
|
_package,
|
|
56
|
+
seriesRegistrationId,
|
|
55
57
|
createdAt,
|
|
56
58
|
updatedAt,
|
|
57
59
|
};
|
package/docs/BaseEventSession.md
CHANGED
|
@@ -18,8 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**allowQuickRegister** | **boolean** | | [default to undefined]
|
|
19
19
|
**tracks** | [**Array<BaseEventTrack>**](BaseEventTrack.md) | | [default to undefined]
|
|
20
20
|
**nonSession** | **boolean** | | [default to undefined]
|
|
21
|
-
**
|
|
22
|
-
**access** | [**SessionAccess**](SessionAccess.md) | | [default to undefined]
|
|
21
|
+
**visibility** | [**EventSessionVisibility**](EventSessionVisibility.md) | | [default to undefined]
|
|
23
22
|
**location** | [**BaseEventSessionLocation**](BaseEventSessionLocation.md) | | [default to undefined]
|
|
24
23
|
**registrationEnabled** | **boolean** | | [default to undefined]
|
|
25
24
|
**price** | **number** | | [default to undefined]
|
|
@@ -49,8 +48,7 @@ const instance: BaseEventSession = {
|
|
|
49
48
|
allowQuickRegister,
|
|
50
49
|
tracks,
|
|
51
50
|
nonSession,
|
|
52
|
-
|
|
53
|
-
access,
|
|
51
|
+
visibility,
|
|
54
52
|
location,
|
|
55
53
|
registrationEnabled,
|
|
56
54
|
price,
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**supply** | **number** | | [default to undefined]
|
|
13
13
|
**sortOrder** | **number** | | [default to undefined]
|
|
14
14
|
**subQuestions** | [**BaseEventSessionQuestionChoiceSubQuestions**](BaseEventSessionQuestionChoiceSubQuestions.md) | | [optional] [default to undefined]
|
|
15
|
-
**question** | [**
|
|
15
|
+
**question** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [default to undefined]
|
|
16
16
|
**_count** | [**BaseRegistrationQuestionChoiceCount**](BaseRegistrationQuestionChoiceCount.md) | | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# BasePassAttribute
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**attributeId** | **string** | | [default to undefined]
|
|
10
|
+
**attribute** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [default to undefined]
|
|
11
|
+
**value** | **string** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { BasePassAttribute } from '@connectedxm/admin-sdk';
|
|
17
|
+
|
|
18
|
+
const instance: BasePassAttribute = {
|
|
19
|
+
id,
|
|
20
|
+
attributeId,
|
|
21
|
+
attribute,
|
|
22
|
+
value,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[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
|
+
# BasePassAttributeAttribute
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**name** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { BasePassAttributeAttribute } from '@connectedxm/admin-sdk';
|
|
15
|
+
|
|
16
|
+
const instance: BasePassAttributeAttribute = {
|
|
17
|
+
id,
|
|
18
|
+
name,
|
|
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)
|
package/docs/BasePayment.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**membershipId** | **string** | | [default to undefined]
|
|
32
32
|
**couponId** | **string** | | [default to undefined]
|
|
33
33
|
**invoiceId** | **string** | | [default to undefined]
|
|
34
|
+
**seriesId** | **string** | | [default to undefined]
|
|
34
35
|
**lineItems** | [**Array<BasePaymentLineItem>**](BasePaymentLineItem.md) | | [default to undefined]
|
|
35
36
|
**createdAt** | **string** | | [default to undefined]
|
|
36
37
|
|
|
@@ -66,6 +67,7 @@ const instance: BasePayment = {
|
|
|
66
67
|
membershipId,
|
|
67
68
|
couponId,
|
|
68
69
|
invoiceId,
|
|
70
|
+
seriesId,
|
|
69
71
|
lineItems,
|
|
70
72
|
createdAt,
|
|
71
73
|
};
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**supply** | **number** | | [default to undefined]
|
|
13
13
|
**sortOrder** | **number** | | [default to undefined]
|
|
14
14
|
**subQuestions** | [**BaseRegistrationQuestionChoiceSubQuestions**](BaseRegistrationQuestionChoiceSubQuestions.md) | | [optional] [default to undefined]
|
|
15
|
-
**question** | [**
|
|
15
|
+
**question** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [default to undefined]
|
|
16
16
|
**_count** | [**BaseRegistrationQuestionChoiceCount**](BaseRegistrationQuestionChoiceCount.md) | | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# BaseSeriesQuestion
|
|
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
|
+
|
|
30
|
+
## Example
|
|
31
|
+
|
|
32
|
+
```typescript
|
|
33
|
+
import { BaseSeriesQuestion } from '@connectedxm/admin-sdk';
|
|
34
|
+
|
|
35
|
+
const instance: BaseSeriesQuestion = {
|
|
36
|
+
id,
|
|
37
|
+
seriesId,
|
|
38
|
+
type,
|
|
39
|
+
name,
|
|
40
|
+
required,
|
|
41
|
+
description,
|
|
42
|
+
label,
|
|
43
|
+
placeholder,
|
|
44
|
+
_default,
|
|
45
|
+
searchListId,
|
|
46
|
+
searchList,
|
|
47
|
+
mutable,
|
|
48
|
+
min,
|
|
49
|
+
max,
|
|
50
|
+
masked,
|
|
51
|
+
validation,
|
|
52
|
+
validationMessage,
|
|
53
|
+
locationOption,
|
|
54
|
+
sortOrder,
|
|
55
|
+
featured,
|
|
56
|
+
choices,
|
|
57
|
+
};
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
[[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
|
+
# BaseSeriesQuestionChoice
|
|
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
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { BaseSeriesQuestionChoice } from '@connectedxm/admin-sdk';
|
|
19
|
+
|
|
20
|
+
const instance: BaseSeriesQuestionChoice = {
|
|
21
|
+
id,
|
|
22
|
+
value,
|
|
23
|
+
text,
|
|
24
|
+
description,
|
|
25
|
+
supply,
|
|
26
|
+
sortOrder,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
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,34 @@
|
|
|
1
|
+
# BaseSeriesRegistration
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**organizationId** | **string** | | [default to undefined]
|
|
10
|
+
**seriesId** | **string** | | [default to undefined]
|
|
11
|
+
**series** | [**BaseSeries**](BaseSeries.md) | | [default to undefined]
|
|
12
|
+
**accountId** | **string** | | [default to undefined]
|
|
13
|
+
**account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
|
|
14
|
+
**status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
|
|
15
|
+
**responses** | [**Array<BaseSeriesRegistrationQuestionResponse>**](BaseSeriesRegistrationQuestionResponse.md) | | [optional] [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { BaseSeriesRegistration } from '@connectedxm/admin-sdk';
|
|
21
|
+
|
|
22
|
+
const instance: BaseSeriesRegistration = {
|
|
23
|
+
id,
|
|
24
|
+
organizationId,
|
|
25
|
+
seriesId,
|
|
26
|
+
series,
|
|
27
|
+
accountId,
|
|
28
|
+
account,
|
|
29
|
+
status,
|
|
30
|
+
responses,
|
|
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,26 @@
|
|
|
1
|
+
# BaseSeriesRegistrationQuestionResponse
|
|
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
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { BaseSeriesRegistrationQuestionResponse } from '@connectedxm/admin-sdk';
|
|
17
|
+
|
|
18
|
+
const instance: BaseSeriesRegistrationQuestionResponse = {
|
|
19
|
+
id,
|
|
20
|
+
value,
|
|
21
|
+
questionId,
|
|
22
|
+
question,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[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/BaseSideEffect.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
|
|
|
19
20
|
## Example
|
|
20
21
|
|
|
@@ -32,6 +33,7 @@ const instance: BaseSideEffect = {
|
|
|
32
33
|
addToTierId,
|
|
33
34
|
subscribeToChannelId,
|
|
34
35
|
sendWebhookId,
|
|
36
|
+
completeActivationId,
|
|
35
37
|
};
|
|
36
38
|
```
|
|
37
39
|
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**supply** | **number** | | [default to undefined]
|
|
13
13
|
**sortOrder** | **number** | | [default to undefined]
|
|
14
14
|
**subQuestions** | [**BaseSurveyQuestionChoiceSubQuestions**](BaseSurveyQuestionChoiceSubQuestions.md) | | [optional] [default to undefined]
|
|
15
|
-
**question** | [**
|
|
15
|
+
**question** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [default to undefined]
|
|
16
16
|
**_count** | [**BaseRegistrationQuestionChoiceCount**](BaseRegistrationQuestionChoiceCount.md) | | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
package/docs/CloneOptions.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**sponsorshipLevels** | **boolean** | | [default to undefined]
|
|
32
32
|
**locations** | **boolean** | | [default to undefined]
|
|
33
33
|
**sessions** | **boolean** | | [default to undefined]
|
|
34
|
+
**blocks** | **boolean** | | [default to undefined]
|
|
34
35
|
**rounds** | **boolean** | | [default to undefined]
|
|
35
36
|
**sideEffects** | **boolean** | | [default to undefined]
|
|
36
37
|
**advancedSettings** | **boolean** | | [default to undefined]
|
|
@@ -67,6 +68,7 @@ const instance: CloneOptions = {
|
|
|
67
68
|
sponsorshipLevels,
|
|
68
69
|
locations,
|
|
69
70
|
sessions,
|
|
71
|
+
blocks,
|
|
70
72
|
rounds,
|
|
71
73
|
sideEffects,
|
|
72
74
|
advancedSettings,
|
package/docs/Event.md
CHANGED
|
@@ -76,6 +76,8 @@ Name | Type | Description | Notes
|
|
|
76
76
|
**activityFeedEnabled** | **boolean** | | [default to undefined]
|
|
77
77
|
**meetingId** | **string** | | [default to undefined]
|
|
78
78
|
**meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
|
|
79
|
+
**continuousScanning** | **boolean** | | [default to undefined]
|
|
80
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [default to undefined]
|
|
79
81
|
**_options** | **object** | | [default to undefined]
|
|
80
82
|
|
|
81
83
|
## Example
|
|
@@ -155,6 +157,8 @@ const instance: Event = {
|
|
|
155
157
|
activityFeedEnabled,
|
|
156
158
|
meetingId,
|
|
157
159
|
meeting,
|
|
160
|
+
continuousScanning,
|
|
161
|
+
scanType,
|
|
158
162
|
_options,
|
|
159
163
|
};
|
|
160
164
|
```
|
package/docs/EventActivation.md
CHANGED
|
@@ -15,12 +15,15 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
|
|
16
16
|
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
|
|
17
17
|
**survey** | [**BaseSurvey**](BaseSurvey.md) | | [default to undefined]
|
|
18
|
+
**_count** | [**BaseEventActivationCount**](BaseEventActivationCount.md) | | [default to undefined]
|
|
18
19
|
**eventId** | **string** | | [default to undefined]
|
|
19
20
|
**event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
|
|
20
21
|
**imageId** | **string** | | [default to undefined]
|
|
21
22
|
**image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
|
|
22
23
|
**protectionCode** | **number** | | [default to undefined]
|
|
23
24
|
**longDescription** | **string** | | [default to undefined]
|
|
25
|
+
**continuousScanning** | **boolean** | | [default to undefined]
|
|
26
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [default to undefined]
|
|
24
27
|
**createdAt** | **string** | | [default to undefined]
|
|
25
28
|
**updatedAt** | **string** | | [default to undefined]
|
|
26
29
|
|
|
@@ -40,12 +43,15 @@ const instance: EventActivation = {
|
|
|
40
43
|
type,
|
|
41
44
|
accessLevel,
|
|
42
45
|
survey,
|
|
46
|
+
_count,
|
|
43
47
|
eventId,
|
|
44
48
|
event,
|
|
45
49
|
imageId,
|
|
46
50
|
image,
|
|
47
51
|
protectionCode,
|
|
48
52
|
longDescription,
|
|
53
|
+
continuousScanning,
|
|
54
|
+
scanType,
|
|
49
55
|
createdAt,
|
|
50
56
|
updatedAt,
|
|
51
57
|
};
|
|
@@ -18,6 +18,8 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**email** | **boolean** | | [optional] [default to undefined]
|
|
19
19
|
**push** | **boolean** | | [optional] [default to undefined]
|
|
20
20
|
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [optional] [default to undefined]
|
|
21
|
+
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
22
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
21
23
|
|
|
22
24
|
## Example
|
|
23
25
|
|
|
@@ -38,6 +40,8 @@ const instance: EventActivationCreateInputs = {
|
|
|
38
40
|
email,
|
|
39
41
|
push,
|
|
40
42
|
accessLevel,
|
|
43
|
+
continuousScanning,
|
|
44
|
+
scanType,
|
|
41
45
|
};
|
|
42
46
|
```
|
|
43
47
|
|
|
@@ -16,6 +16,8 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**type** | [**EventActivationType**](EventActivationType.md) | | [optional] [default to undefined]
|
|
17
17
|
**protectionCode** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
18
18
|
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [optional] [default to undefined]
|
|
19
|
+
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
20
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
19
21
|
|
|
20
22
|
## Example
|
|
21
23
|
|
|
@@ -34,6 +36,8 @@ const instance: EventActivationUpdateInputs = {
|
|
|
34
36
|
type,
|
|
35
37
|
protectionCode,
|
|
36
38
|
accessLevel,
|
|
39
|
+
continuousScanning,
|
|
40
|
+
scanType,
|
|
37
41
|
};
|
|
38
42
|
```
|
|
39
43
|
|