@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.
- package/.openapi-generator/FILES +41 -8
- package/AdminApi.ts +18 -0
- package/README.md +69 -12
- package/api.ts +4508 -708
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +2356 -293
- package/dist/api.js +3612 -918
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +2356 -293
- package/dist/esm/api.js +3569 -900
- 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/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 +2 -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 +2 -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 +2 -0
- package/docs/EventBlockCreateInputs.md +2 -0
- package/docs/EventBlockUpdateInputs.md +2 -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 +6 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +6 -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 +4 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationsApi.md +194 -1
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +6 -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,20 @@
|
|
|
1
|
+
# EventAttributeUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { EventAttributeUpdateInputs } from '@connectedxm/admin-sdk';
|
|
14
|
+
|
|
15
|
+
const instance: EventAttributeUpdateInputs = {
|
|
16
|
+
name,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/EventBlock.md
CHANGED
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**description** | **string** | | [default to undefined]
|
|
11
11
|
**limit** | **number** | | [default to undefined]
|
|
12
12
|
**grouped** | **boolean** | | [default to undefined]
|
|
13
|
+
**collapsed** | **boolean** | | [default to undefined]
|
|
13
14
|
**event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
|
|
14
15
|
**sessions** | [**Array<BaseEventSession>**](BaseEventSession.md) | | [default to undefined]
|
|
15
16
|
**createdAt** | **string** | | [default to undefined]
|
|
@@ -26,6 +27,7 @@ const instance: EventBlock = {
|
|
|
26
27
|
description,
|
|
27
28
|
limit,
|
|
28
29
|
grouped,
|
|
30
|
+
collapsed,
|
|
29
31
|
event,
|
|
30
32
|
sessions,
|
|
31
33
|
createdAt,
|
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**description** | **string** | | [optional] [default to undefined]
|
|
10
10
|
**limit** | **number** | | [optional] [default to undefined]
|
|
11
11
|
**grouped** | **boolean** | | [optional] [default to undefined]
|
|
12
|
+
**collapsed** | **boolean** | | [optional] [default to undefined]
|
|
12
13
|
|
|
13
14
|
## Example
|
|
14
15
|
|
|
@@ -20,6 +21,7 @@ const instance: EventBlockCreateInputs = {
|
|
|
20
21
|
description,
|
|
21
22
|
limit,
|
|
22
23
|
grouped,
|
|
24
|
+
collapsed,
|
|
23
25
|
};
|
|
24
26
|
```
|
|
25
27
|
|
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**description** | **string** | | [optional] [default to undefined]
|
|
10
10
|
**limit** | **number** | | [optional] [default to undefined]
|
|
11
11
|
**grouped** | **boolean** | | [optional] [default to undefined]
|
|
12
|
+
**collapsed** | **boolean** | | [optional] [default to undefined]
|
|
12
13
|
|
|
13
14
|
## Example
|
|
14
15
|
|
|
@@ -20,6 +21,7 @@ const instance: EventBlockUpdateInputs = {
|
|
|
20
21
|
description,
|
|
21
22
|
limit,
|
|
22
23
|
grouped,
|
|
24
|
+
collapsed,
|
|
23
25
|
};
|
|
24
26
|
```
|
|
25
27
|
|
|
@@ -61,6 +61,8 @@ Name | Type | Description | Notes
|
|
|
61
61
|
**paymentIntegrationId** | **string** | | [optional] [default to undefined]
|
|
62
62
|
**template** | **boolean** | | [optional] [default to undefined]
|
|
63
63
|
**meetingId** | **string** | | [optional] [default to undefined]
|
|
64
|
+
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
65
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
64
66
|
|
|
65
67
|
## Example
|
|
66
68
|
|
|
@@ -124,6 +126,8 @@ const instance: EventCreateInputs = {
|
|
|
124
126
|
paymentIntegrationId,
|
|
125
127
|
template,
|
|
126
128
|
meetingId,
|
|
129
|
+
continuousScanning,
|
|
130
|
+
scanType,
|
|
127
131
|
};
|
|
128
132
|
```
|
|
129
133
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# EventMediaItemTranslation
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**locale** | **string** | | [default to undefined]
|
|
10
|
+
**name** | **string** | | [default to undefined]
|
|
11
|
+
**description** | **string** | | [default to undefined]
|
|
12
|
+
**createdAt** | **string** | | [default to undefined]
|
|
13
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { EventMediaItemTranslation } from '@connectedxm/admin-sdk';
|
|
19
|
+
|
|
20
|
+
const instance: EventMediaItemTranslation = {
|
|
21
|
+
id,
|
|
22
|
+
locale,
|
|
23
|
+
name,
|
|
24
|
+
description,
|
|
25
|
+
createdAt,
|
|
26
|
+
updatedAt,
|
|
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,22 @@
|
|
|
1
|
+
# EventMediaItemTranslationUpdateInputs
|
|
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
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { EventMediaItemTranslationUpdateInputs } from '@connectedxm/admin-sdk';
|
|
15
|
+
|
|
16
|
+
const instance: EventMediaItemTranslationUpdateInputs = {
|
|
17
|
+
name,
|
|
18
|
+
description,
|
|
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/EventOnSite.md
CHANGED
|
@@ -7,10 +7,9 @@ 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
|
-
**badgeFields** | [**Array<BaseEventOnSiteBadgeField>**](BaseEventOnSiteBadgeField.md) | | [default to undefined]
|
|
14
13
|
|
|
15
14
|
## Example
|
|
16
15
|
|
|
@@ -20,10 +19,9 @@ import { EventOnSite } from '@connectedxm/admin-sdk';
|
|
|
20
19
|
const instance: EventOnSite = {
|
|
21
20
|
eventId,
|
|
22
21
|
authenticationCode,
|
|
23
|
-
|
|
22
|
+
badgeTemplate,
|
|
24
23
|
createdAt,
|
|
25
24
|
updatedAt,
|
|
26
|
-
badgeFields,
|
|
27
25
|
};
|
|
28
26
|
```
|
|
29
27
|
|
package/docs/EventPass.md
CHANGED
|
@@ -24,12 +24,16 @@ 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
|
**passAddOns** | [**Array<BasePassAddOn>**](BasePassAddOn.md) | | [default to undefined]
|
|
30
31
|
**lineItem** | [**PaymentLineItem**](PaymentLineItem.md) | | [default to undefined]
|
|
31
32
|
**payerId** | **string** | | [default to undefined]
|
|
32
33
|
**payer** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
|
|
34
|
+
**seriesRegistration** | [**BaseSeriesRegistration**](BaseSeriesRegistration.md) | | [default to undefined]
|
|
35
|
+
**attributes** | [**Array<BasePassAttribute>**](BasePassAttribute.md) | | [default to undefined]
|
|
36
|
+
**badgeColor** | **string** | | [default to undefined]
|
|
33
37
|
|
|
34
38
|
## Example
|
|
35
39
|
|
|
@@ -56,12 +60,16 @@ const instance: EventPass = {
|
|
|
56
60
|
coupon,
|
|
57
61
|
packageId,
|
|
58
62
|
_package,
|
|
63
|
+
seriesRegistrationId,
|
|
59
64
|
createdAt,
|
|
60
65
|
updatedAt,
|
|
61
66
|
passAddOns,
|
|
62
67
|
lineItem,
|
|
63
68
|
payerId,
|
|
64
69
|
payer,
|
|
70
|
+
seriesRegistration,
|
|
71
|
+
attributes,
|
|
72
|
+
badgeColor,
|
|
65
73
|
};
|
|
66
74
|
```
|
|
67
75
|
|
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**location** | **string** | | [optional] [default to undefined]
|
|
10
10
|
**ticketId** | **string** | | [optional] [default to undefined]
|
|
11
11
|
**usedAt** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**badgeColor** | **string** | | [optional] [default to undefined]
|
|
12
13
|
|
|
13
14
|
## Example
|
|
14
15
|
|
|
@@ -20,6 +21,7 @@ const instance: EventPassCreateInputs = {
|
|
|
20
21
|
location,
|
|
21
22
|
ticketId,
|
|
22
23
|
usedAt,
|
|
24
|
+
badgeColor,
|
|
23
25
|
};
|
|
24
26
|
```
|
|
25
27
|
|
package/docs/EventPassType.md
CHANGED
|
@@ -40,6 +40,8 @@ Name | Type | Description | Notes
|
|
|
40
40
|
**disallowedTiers** | [**Array<BaseTier>**](BaseTier.md) | | [default to undefined]
|
|
41
41
|
**groupPassDescription** | **string** | | [default to undefined]
|
|
42
42
|
**requiredPassType** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
|
|
43
|
+
**printable** | **boolean** | | [default to undefined]
|
|
44
|
+
**badgeColor** | **string** | | [default to undefined]
|
|
43
45
|
**_count** | [**EventPassTypeAllOfCount**](EventPassTypeAllOfCount.md) | | [default to undefined]
|
|
44
46
|
|
|
45
47
|
## Example
|
|
@@ -83,6 +85,8 @@ const instance: EventPassType = {
|
|
|
83
85
|
disallowedTiers,
|
|
84
86
|
groupPassDescription,
|
|
85
87
|
requiredPassType,
|
|
88
|
+
printable,
|
|
89
|
+
badgeColor,
|
|
86
90
|
_count,
|
|
87
91
|
};
|
|
88
92
|
```
|
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**ticketId** | **string** | | [optional] [default to undefined]
|
|
11
11
|
**couponId** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**usedAt** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**badgeColor** | **string** | | [optional] [default to undefined]
|
|
13
14
|
|
|
14
15
|
## Example
|
|
15
16
|
|
|
@@ -22,6 +23,7 @@ const instance: EventPassUpdateInputs = {
|
|
|
22
23
|
ticketId,
|
|
23
24
|
couponId,
|
|
24
25
|
usedAt,
|
|
26
|
+
badgeColor,
|
|
25
27
|
};
|
|
26
28
|
```
|
|
27
29
|
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
|
|
10
|
-
**ticket** | [**
|
|
10
|
+
**ticket** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [optional] [default to undefined]
|
|
11
11
|
**attendee** | [**EventRoomTypeReservationPassesInnerAttendee**](EventRoomTypeReservationPassesInnerAttendee.md) | | [default to undefined]
|
|
12
12
|
|
|
13
13
|
## Example
|
package/docs/EventSession.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]
|
|
@@ -38,6 +37,11 @@ Name | Type | Description | Notes
|
|
|
38
37
|
**meetingId** | **string** | | [default to undefined]
|
|
39
38
|
**meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
|
|
40
39
|
**blocks** | [**Array<BaseEventBlock>**](BaseEventBlock.md) | | [default to undefined]
|
|
40
|
+
**activationId** | **string** | | [default to undefined]
|
|
41
|
+
**activation** | [**BaseEventActivation**](BaseEventActivation.md) | | [default to undefined]
|
|
42
|
+
**allowedTiers** | [**Array<BaseTier>**](BaseTier.md) | | [default to undefined]
|
|
43
|
+
**continuousScanning** | **boolean** | | [default to undefined]
|
|
44
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [default to undefined]
|
|
41
45
|
|
|
42
46
|
## Example
|
|
43
47
|
|
|
@@ -58,8 +62,7 @@ const instance: EventSession = {
|
|
|
58
62
|
allowQuickRegister,
|
|
59
63
|
tracks,
|
|
60
64
|
nonSession,
|
|
61
|
-
|
|
62
|
-
access,
|
|
65
|
+
visibility,
|
|
63
66
|
location,
|
|
64
67
|
registrationEnabled,
|
|
65
68
|
price,
|
|
@@ -78,6 +81,11 @@ const instance: EventSession = {
|
|
|
78
81
|
meetingId,
|
|
79
82
|
meeting,
|
|
80
83
|
blocks,
|
|
84
|
+
activationId,
|
|
85
|
+
activation,
|
|
86
|
+
allowedTiers,
|
|
87
|
+
continuousScanning,
|
|
88
|
+
scanType,
|
|
81
89
|
};
|
|
82
90
|
```
|
|
83
91
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EventSessionCloneOptions
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**startTime** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { EventSessionCloneOptions } from '@connectedxm/admin-sdk';
|
|
15
|
+
|
|
16
|
+
const instance: EventSessionCloneOptions = {
|
|
17
|
+
name,
|
|
18
|
+
startTime,
|
|
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)
|
|
@@ -14,8 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**longDescription** | **string** | | [optional] [default to undefined]
|
|
15
15
|
**nonSession** | **boolean** | | [optional] [default to undefined]
|
|
16
16
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
17
|
-
**
|
|
18
|
-
**access** | [**SessionAccess**](SessionAccess.md) | | [optional] [default to undefined]
|
|
17
|
+
**visibility** | [**EventSessionVisibility**](EventSessionVisibility.md) | | [optional] [default to undefined]
|
|
19
18
|
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
20
19
|
**registrationEnabled** | **boolean** | | [optional] [default to undefined]
|
|
21
20
|
**allowQuickRegister** | **boolean** | | [optional] [default to undefined]
|
|
@@ -28,6 +27,9 @@ Name | Type | Description | Notes
|
|
|
28
27
|
**taxIncluded** | **boolean** | | [optional] [default to undefined]
|
|
29
28
|
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
|
|
30
29
|
**meetingId** | **string** | | [optional] [default to undefined]
|
|
30
|
+
**activationId** | **string** | | [optional] [default to undefined]
|
|
31
|
+
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
32
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
31
33
|
|
|
32
34
|
## Example
|
|
33
35
|
|
|
@@ -44,8 +46,7 @@ const instance: EventSessionCreateInputs = {
|
|
|
44
46
|
longDescription,
|
|
45
47
|
nonSession,
|
|
46
48
|
imageId,
|
|
47
|
-
|
|
48
|
-
access,
|
|
49
|
+
visibility,
|
|
49
50
|
sortOrder,
|
|
50
51
|
registrationEnabled,
|
|
51
52
|
allowQuickRegister,
|
|
@@ -58,6 +59,9 @@ const instance: EventSessionCreateInputs = {
|
|
|
58
59
|
taxIncluded,
|
|
59
60
|
taxLocation,
|
|
60
61
|
meetingId,
|
|
62
|
+
activationId,
|
|
63
|
+
continuousScanning,
|
|
64
|
+
scanType,
|
|
61
65
|
};
|
|
62
66
|
```
|
|
63
67
|
|
|
@@ -14,8 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**longDescription** | **string** | | [optional] [default to undefined]
|
|
15
15
|
**nonSession** | **boolean** | | [optional] [default to undefined]
|
|
16
16
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
17
|
-
**
|
|
18
|
-
**access** | [**SessionAccess**](SessionAccess.md) | | [optional] [default to undefined]
|
|
17
|
+
**visibility** | [**EventSessionVisibility**](EventSessionVisibility.md) | | [optional] [default to undefined]
|
|
19
18
|
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
20
19
|
**registrationEnabled** | **boolean** | | [optional] [default to undefined]
|
|
21
20
|
**allowQuickRegister** | **boolean** | | [optional] [default to undefined]
|
|
@@ -28,6 +27,9 @@ Name | Type | Description | Notes
|
|
|
28
27
|
**taxIncluded** | **boolean** | | [optional] [default to undefined]
|
|
29
28
|
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
|
|
30
29
|
**meetingId** | **string** | | [optional] [default to undefined]
|
|
30
|
+
**activationId** | **string** | | [optional] [default to undefined]
|
|
31
|
+
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
32
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
31
33
|
|
|
32
34
|
## Example
|
|
33
35
|
|
|
@@ -44,8 +46,7 @@ const instance: EventSessionUpdateInputs = {
|
|
|
44
46
|
longDescription,
|
|
45
47
|
nonSession,
|
|
46
48
|
imageId,
|
|
47
|
-
|
|
48
|
-
access,
|
|
49
|
+
visibility,
|
|
49
50
|
sortOrder,
|
|
50
51
|
registrationEnabled,
|
|
51
52
|
allowQuickRegister,
|
|
@@ -58,6 +59,9 @@ const instance: EventSessionUpdateInputs = {
|
|
|
58
59
|
taxIncluded,
|
|
59
60
|
taxLocation,
|
|
60
61
|
meetingId,
|
|
62
|
+
activationId,
|
|
63
|
+
continuousScanning,
|
|
64
|
+
scanType,
|
|
61
65
|
};
|
|
62
66
|
```
|
|
63
67
|
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
#
|
|
1
|
+
# EventSessionVisibility
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Enum
|
|
5
5
|
|
|
6
6
|
* `Public` (value: `'PUBLIC'`)
|
|
7
7
|
|
|
8
|
-
* `
|
|
8
|
+
* `Restricted` (value: `'RESTRICTED'`)
|
|
9
|
+
|
|
10
|
+
* `Registered` (value: `'REGISTERED'`)
|
|
11
|
+
|
|
12
|
+
* `Hidden` (value: `'HIDDEN'`)
|
|
9
13
|
|
|
10
14
|
[[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/EventTrack.md
CHANGED
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**color** | **string** | | [default to undefined]
|
|
13
13
|
**createdAt** | **string** | | [default to undefined]
|
|
14
14
|
**updatedAt** | **string** | | [default to undefined]
|
|
15
|
-
**_count** | [**
|
|
15
|
+
**_count** | [**BaseEventActivationCount**](BaseEventActivationCount.md) | | [default to undefined]
|
|
16
16
|
|
|
17
17
|
## Example
|
|
18
18
|
|
|
@@ -61,6 +61,8 @@ Name | Type | Description | Notes
|
|
|
61
61
|
**_options** | **object** | | [optional] [default to undefined]
|
|
62
62
|
**paymentIntegrationId** | **string** | | [optional] [default to undefined]
|
|
63
63
|
**meetingId** | **string** | | [optional] [default to undefined]
|
|
64
|
+
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
65
|
+
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
64
66
|
|
|
65
67
|
## Example
|
|
66
68
|
|
|
@@ -124,6 +126,8 @@ const instance: EventUpdateInputs = {
|
|
|
124
126
|
_options,
|
|
125
127
|
paymentIntegrationId,
|
|
126
128
|
meetingId,
|
|
129
|
+
continuousScanning,
|
|
130
|
+
scanType,
|
|
127
131
|
};
|
|
128
132
|
```
|
|
129
133
|
|
|
@@ -11,6 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**getEventActivation**](#geteventactivation) | **GET** /events/{eventId}/activations/{activationId} | Get Event Activation|
|
|
12
12
|
|[**getEventActivationCompletion**](#geteventactivationcompletion) | **GET** /events/{eventId}/activations/{activationId}/completions/{completionId} | Get Event Activation Completion|
|
|
13
13
|
|[**getEventActivationCompletions**](#geteventactivationcompletions) | **GET** /events/{eventId}/activations/{activationId}/completions | Get Event Activation Completions|
|
|
14
|
+
|[**getEventActivationSessions**](#geteventactivationsessions) | **GET** /events/{eventId}/activations/{activationId}/sessions | Get Event Activation Sessions|
|
|
14
15
|
|[**getEventActivations**](#geteventactivations) | **GET** /events/{eventId}/activations | Get Event Activations|
|
|
15
16
|
|[**updateEventActivation**](#updateeventactivation) | **PUT** /events/{eventId}/activations/{activationId} | Update Event Activation|
|
|
16
17
|
|[**updateEventActivationCompletion**](#updateeventactivationcompletion) | **PUT** /events/{eventId}/activations/{activationId}/completions/{completionId} | Update Event Activation Completion|
|
|
@@ -395,6 +396,72 @@ const { status, data } = await apiInstance.getEventActivationCompletions(
|
|
|
395
396
|
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
396
397
|
|
|
397
398
|
|
|
399
|
+
### Return type
|
|
400
|
+
|
|
401
|
+
**GetAccountInvitations200Response**
|
|
402
|
+
|
|
403
|
+
### Authorization
|
|
404
|
+
|
|
405
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
406
|
+
|
|
407
|
+
### HTTP request headers
|
|
408
|
+
|
|
409
|
+
- **Content-Type**: Not defined
|
|
410
|
+
- **Accept**: application/json
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### HTTP response details
|
|
414
|
+
| Status code | Description | Response headers |
|
|
415
|
+
|-------------|-------------|------------------|
|
|
416
|
+
|**200** | Successful response | - |
|
|
417
|
+
|
|
418
|
+
[[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)
|
|
419
|
+
|
|
420
|
+
# **getEventActivationSessions**
|
|
421
|
+
> GetAccountInvitations200Response getEventActivationSessions()
|
|
422
|
+
|
|
423
|
+
Get Event Activation Sessions endpoint
|
|
424
|
+
|
|
425
|
+
### Example
|
|
426
|
+
|
|
427
|
+
```typescript
|
|
428
|
+
import {
|
|
429
|
+
EventsActivationsApi,
|
|
430
|
+
Configuration
|
|
431
|
+
} from '@connectedxm/admin-sdk';
|
|
432
|
+
|
|
433
|
+
const configuration = new Configuration();
|
|
434
|
+
const apiInstance = new EventsActivationsApi(configuration);
|
|
435
|
+
|
|
436
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
437
|
+
let activationId: string; //The activation identifier (default to undefined)
|
|
438
|
+
let page: number; //Page number (optional) (default to 1)
|
|
439
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
440
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
441
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
442
|
+
|
|
443
|
+
const { status, data } = await apiInstance.getEventActivationSessions(
|
|
444
|
+
eventId,
|
|
445
|
+
activationId,
|
|
446
|
+
page,
|
|
447
|
+
pageSize,
|
|
448
|
+
orderBy,
|
|
449
|
+
search
|
|
450
|
+
);
|
|
451
|
+
```
|
|
452
|
+
|
|
453
|
+
### Parameters
|
|
454
|
+
|
|
455
|
+
|Name | Type | Description | Notes|
|
|
456
|
+
|------------- | ------------- | ------------- | -------------|
|
|
457
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
458
|
+
| **activationId** | [**string**] | The activation identifier | defaults to undefined|
|
|
459
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
460
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
461
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
462
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
463
|
+
|
|
464
|
+
|
|
398
465
|
### Return type
|
|
399
466
|
|
|
400
467
|
**GetAccountInvitations200Response**
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# EventsActivationsSessionsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**addEventActivationSession**](#addeventactivationsession) | **POST** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Add Event Activation Session|
|
|
8
|
+
|[**removeEventActivationSession**](#removeeventactivationsession) | **DELETE** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Remove Event Activation Session|
|
|
9
|
+
|
|
10
|
+
# **addEventActivationSession**
|
|
11
|
+
> CreateAccountAddress200Response addEventActivationSession()
|
|
12
|
+
|
|
13
|
+
Add Event Activation Session endpoint
|
|
14
|
+
|
|
15
|
+
### Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import {
|
|
19
|
+
EventsActivationsSessionsApi,
|
|
20
|
+
Configuration
|
|
21
|
+
} from '@connectedxm/admin-sdk';
|
|
22
|
+
|
|
23
|
+
const configuration = new Configuration();
|
|
24
|
+
const apiInstance = new EventsActivationsSessionsApi(configuration);
|
|
25
|
+
|
|
26
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
27
|
+
let activationId: string; //The activation identifier (default to undefined)
|
|
28
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
29
|
+
|
|
30
|
+
const { status, data } = await apiInstance.addEventActivationSession(
|
|
31
|
+
eventId,
|
|
32
|
+
activationId,
|
|
33
|
+
sessionId
|
|
34
|
+
);
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Parameters
|
|
38
|
+
|
|
39
|
+
|Name | Type | Description | Notes|
|
|
40
|
+
|------------- | ------------- | ------------- | -------------|
|
|
41
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
42
|
+
| **activationId** | [**string**] | The activation identifier | defaults to undefined|
|
|
43
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Return type
|
|
47
|
+
|
|
48
|
+
**CreateAccountAddress200Response**
|
|
49
|
+
|
|
50
|
+
### Authorization
|
|
51
|
+
|
|
52
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
53
|
+
|
|
54
|
+
### HTTP request headers
|
|
55
|
+
|
|
56
|
+
- **Content-Type**: Not defined
|
|
57
|
+
- **Accept**: application/json
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### HTTP response details
|
|
61
|
+
| Status code | Description | Response headers |
|
|
62
|
+
|-------------|-------------|------------------|
|
|
63
|
+
|**200** | Successful response | - |
|
|
64
|
+
|
|
65
|
+
[[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)
|
|
66
|
+
|
|
67
|
+
# **removeEventActivationSession**
|
|
68
|
+
> CreateAccountAddress200Response removeEventActivationSession()
|
|
69
|
+
|
|
70
|
+
Remove Event Activation Session endpoint
|
|
71
|
+
|
|
72
|
+
### Example
|
|
73
|
+
|
|
74
|
+
```typescript
|
|
75
|
+
import {
|
|
76
|
+
EventsActivationsSessionsApi,
|
|
77
|
+
Configuration
|
|
78
|
+
} from '@connectedxm/admin-sdk';
|
|
79
|
+
|
|
80
|
+
const configuration = new Configuration();
|
|
81
|
+
const apiInstance = new EventsActivationsSessionsApi(configuration);
|
|
82
|
+
|
|
83
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
84
|
+
let activationId: string; //The activation identifier (default to undefined)
|
|
85
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
86
|
+
|
|
87
|
+
const { status, data } = await apiInstance.removeEventActivationSession(
|
|
88
|
+
eventId,
|
|
89
|
+
activationId,
|
|
90
|
+
sessionId
|
|
91
|
+
);
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Parameters
|
|
95
|
+
|
|
96
|
+
|Name | Type | Description | Notes|
|
|
97
|
+
|------------- | ------------- | ------------- | -------------|
|
|
98
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
99
|
+
| **activationId** | [**string**] | The activation identifier | defaults to undefined|
|
|
100
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Return type
|
|
104
|
+
|
|
105
|
+
**CreateAccountAddress200Response**
|
|
106
|
+
|
|
107
|
+
### Authorization
|
|
108
|
+
|
|
109
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
110
|
+
|
|
111
|
+
### HTTP request headers
|
|
112
|
+
|
|
113
|
+
- **Content-Type**: Not defined
|
|
114
|
+
- **Accept**: application/json
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### HTTP response details
|
|
118
|
+
| Status code | Description | Response headers |
|
|
119
|
+
|-------------|-------------|------------------|
|
|
120
|
+
|**200** | Successful response | - |
|
|
121
|
+
|
|
122
|
+
[[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)
|
|
123
|
+
|