@connectedxm/admin-sdk 6.8.6 → 6.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/.openapi-generator/FILES +46 -8
  2. package/AdminApi.ts +24 -1
  3. package/README.md +79 -12
  4. package/api.ts +5210 -700
  5. package/dist/AdminApi.d.ts +10 -1
  6. package/dist/AdminApi.js +9 -1
  7. package/dist/api.d.ts +2895 -456
  8. package/dist/api.js +4276 -1073
  9. package/dist/esm/AdminApi.d.ts +10 -1
  10. package/dist/esm/AdminApi.js +10 -2
  11. package/dist/esm/api.d.ts +2895 -456
  12. package/dist/esm/api.js +4225 -1051
  13. package/docs/AccountAttribute.md +3 -1
  14. package/docs/AccountAttributeCreateInputs.md +7 -1
  15. package/docs/AccountAttributeType.md +20 -0
  16. package/docs/AccountAttributeUpdateInputs.md +6 -0
  17. package/docs/AccountCreateInputs.md +2 -0
  18. package/docs/AccountUpdateInputs.md +2 -0
  19. package/docs/BaseAccountAttribute.md +3 -1
  20. package/docs/BaseEventActivation.md +2 -0
  21. package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
  22. package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
  23. package/docs/BaseEventBlock.md +6 -0
  24. package/docs/BaseEventOnSite.md +2 -2
  25. package/docs/BaseEventPass.md +2 -0
  26. package/docs/BaseEventSession.md +2 -4
  27. package/docs/BaseEventSessionQuestionChoice.md +1 -1
  28. package/docs/BasePassAttribute.md +26 -0
  29. package/docs/BasePassAttributeAttribute.md +22 -0
  30. package/docs/BasePayment.md +2 -0
  31. package/docs/BaseRegistrationQuestionChoice.md +1 -1
  32. package/docs/BaseSeriesQuestion.md +60 -0
  33. package/docs/BaseSeriesQuestionChoice.md +30 -0
  34. package/docs/BaseSeriesRegistration.md +34 -0
  35. package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
  36. package/docs/BaseSideEffect.md +2 -0
  37. package/docs/BaseSurveyQuestionChoice.md +1 -1
  38. package/docs/CloneOptions.md +2 -0
  39. package/docs/Event.md +4 -0
  40. package/docs/EventActivation.md +6 -0
  41. package/docs/EventActivationCreateInputs.md +4 -0
  42. package/docs/EventActivationUpdateInputs.md +4 -0
  43. package/docs/EventAttribute.md +26 -0
  44. package/docs/EventAttributeCreateInputs.md +20 -0
  45. package/docs/EventAttributeUpdateInputs.md +20 -0
  46. package/docs/EventBlock.md +6 -0
  47. package/docs/EventBlockCreateInputs.md +6 -0
  48. package/docs/EventBlockUpdateInputs.md +6 -0
  49. package/docs/EventCreateInputs.md +4 -0
  50. package/docs/EventMediaItemTranslation.md +30 -0
  51. package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
  52. package/docs/EventOnSite.md +2 -4
  53. package/docs/EventPass.md +8 -0
  54. package/docs/EventPassCreateInputs.md +2 -0
  55. package/docs/EventPassType.md +4 -0
  56. package/docs/EventPassUpdateInputs.md +2 -0
  57. package/docs/EventRoomTypeReservationPassesInner.md +1 -1
  58. package/docs/EventSession.md +12 -4
  59. package/docs/EventSessionCloneOptions.md +22 -0
  60. package/docs/EventSessionCreateInputs.md +8 -4
  61. package/docs/EventSessionUpdateInputs.md +8 -4
  62. package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
  63. package/docs/EventTrack.md +1 -1
  64. package/docs/EventUpdateInputs.md +4 -0
  65. package/docs/EventsActivationsApi.md +67 -0
  66. package/docs/EventsActivationsSessionsApi.md +123 -0
  67. package/docs/EventsAttributesApi.md +296 -0
  68. package/docs/EventsOnSiteApi.md +9 -187
  69. package/docs/EventsPassesAttributesApi.md +191 -0
  70. package/docs/EventsSessionsApi.md +242 -0
  71. package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
  72. package/docs/PassAttribute.md +30 -0
  73. package/docs/PassAttributesUpdateInputs.md +20 -0
  74. package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
  75. package/docs/PassTypeCreateInputs.md +4 -0
  76. package/docs/PassTypeUpdateInputs.md +4 -0
  77. package/docs/Payment.md +4 -0
  78. package/docs/PaymentLineItem.md +2 -0
  79. package/docs/PaymentLineItemType.md +2 -0
  80. package/docs/Series.md +14 -0
  81. package/docs/SeriesApi.md +64 -0
  82. package/docs/SeriesCreateInputs.md +16 -0
  83. package/docs/SeriesQuestion.md +68 -0
  84. package/docs/SeriesQuestionChoice.md +38 -0
  85. package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
  86. package/docs/SeriesQuestionChoiceTranslation.md +32 -0
  87. package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
  88. package/docs/SeriesQuestionCreateInputs.md +56 -0
  89. package/docs/SeriesQuestionTranslation.md +32 -0
  90. package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
  91. package/docs/SeriesQuestionType.md +30 -0
  92. package/docs/SeriesQuestionUpdateInputs.md +56 -0
  93. package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
  94. package/docs/SeriesQuestionsApi.md +421 -0
  95. package/docs/SeriesQuestionsChoicesApi.md +244 -0
  96. package/docs/SeriesRegistration.md +40 -0
  97. package/docs/SeriesRegistrationCreateInputs.md +20 -0
  98. package/docs/SeriesRegistrationQuestionResponse.md +34 -0
  99. package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
  100. package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
  101. package/docs/SeriesRegistrationUpdateInputs.md +20 -0
  102. package/docs/SeriesRegistrationsApi.md +547 -0
  103. package/docs/SeriesTranslation.md +38 -0
  104. package/docs/SeriesTranslationUpdateInputs.md +28 -0
  105. package/docs/SeriesUpdateInputs.md +16 -0
  106. package/docs/SideEffect.md +4 -0
  107. package/docs/SideEffectActionType.md +2 -0
  108. package/docs/Survey.md +0 -4
  109. package/docs/SurveyCreateInputs.md +0 -2
  110. package/docs/SurveyUpdateInputs.md +0 -2
  111. package/docs/SurveysApi.md +64 -0
  112. package/docs/SurveysSessionsApi.md +117 -0
  113. package/package.json +1 -1
  114. package/docs/BadgeFieldType.md +0 -20
  115. package/docs/BaseEventOnSiteBadgeField.md +0 -44
  116. package/docs/EventBadgeFieldUpdateInputs.md +0 -34
  117. package/docs/EventOnSiteBadgeField.md +0 -46
@@ -0,0 +1,26 @@
1
+ # EventAttribute
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **createdAt** | **string** | | [default to undefined]
11
+ **updatedAt** | **string** | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { EventAttribute } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: EventAttribute = {
19
+ id,
20
+ name,
21
+ createdAt,
22
+ updatedAt,
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,20 @@
1
+ # EventAttributeCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { EventAttributeCreateInputs } from '@connectedxm/admin-sdk';
14
+
15
+ const instance: EventAttributeCreateInputs = {
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)
@@ -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)
@@ -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
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
12
15
  **sessions** | [**Array<BaseEventSession>**](BaseEventSession.md) | | [default to undefined]
13
16
  **createdAt** | **string** | | [default to undefined]
@@ -21,7 +24,10 @@ import { EventBlock } from '@connectedxm/admin-sdk';
21
24
  const instance: EventBlock = {
22
25
  id,
23
26
  name,
27
+ description,
24
28
  limit,
29
+ grouped,
30
+ collapsed,
25
31
  event,
26
32
  sessions,
27
33
  createdAt,
@@ -6,7 +6,10 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **name** | **string** | | [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
9
10
  **limit** | **number** | | [optional] [default to undefined]
11
+ **grouped** | **boolean** | | [optional] [default to undefined]
12
+ **collapsed** | **boolean** | | [optional] [default to undefined]
10
13
 
11
14
  ## Example
12
15
 
@@ -15,7 +18,10 @@ import { EventBlockCreateInputs } from '@connectedxm/admin-sdk';
15
18
 
16
19
  const instance: EventBlockCreateInputs = {
17
20
  name,
21
+ description,
18
22
  limit,
23
+ grouped,
24
+ collapsed,
19
25
  };
20
26
  ```
21
27
 
@@ -6,7 +6,10 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **name** | **string** | | [optional] [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
9
10
  **limit** | **number** | | [optional] [default to undefined]
11
+ **grouped** | **boolean** | | [optional] [default to undefined]
12
+ **collapsed** | **boolean** | | [optional] [default to undefined]
10
13
 
11
14
  ## Example
12
15
 
@@ -15,7 +18,10 @@ import { EventBlockUpdateInputs } from '@connectedxm/admin-sdk';
15
18
 
16
19
  const instance: EventBlockUpdateInputs = {
17
20
  name,
21
+ description,
18
22
  limit,
23
+ grouped,
24
+ collapsed,
19
25
  };
20
26
  ```
21
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)
@@ -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
- **zplTemplate** | **string** | | [default to undefined]
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
- zplTemplate,
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
 
@@ -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** | [**BaseRegistrationQuestionChoiceQuestion**](BaseRegistrationQuestionChoiceQuestion.md) | | [optional] [default to undefined]
10
+ **ticket** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [optional] [default to undefined]
11
11
  **attendee** | [**EventRoomTypeReservationPassesInnerAttendee**](EventRoomTypeReservationPassesInnerAttendee.md) | | [default to undefined]
12
12
 
13
13
  ## Example
@@ -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
- **visible** | **boolean** | | [default to undefined]
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
- visible,
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
- **visible** | **boolean** | | [optional] [default to undefined]
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
- visible,
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
- **visible** | **boolean** | | [optional] [default to undefined]
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
- visible,
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
- # SessionAccess
1
+ # EventSessionVisibility
2
2
 
3
3
 
4
4
  ## Enum
5
5
 
6
6
  * `Public` (value: `'PUBLIC'`)
7
7
 
8
- * `Private` (value: `'PRIVATE'`)
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)
@@ -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** | [**EventTrackAllOfCount**](EventTrackAllOfCount.md) | | [default to undefined]
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**