@connectedxm/admin-sdk 6.32.2 → 6.33.1
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 +2 -1
- package/README.md +6 -1
- package/api.ts +546 -206
- package/dist/api.d.ts +467 -302
- package/dist/api.js +313 -30
- package/dist/esm/api.d.ts +467 -302
- package/dist/esm/api.js +287 -4
- package/docs/AccountsApi.md +97 -0
- package/docs/AnnouncementsTranslationsApi.md +4 -4
- package/docs/BaseEventActivation.md +2 -0
- package/docs/BenefitsTranslationsApi.md +4 -4
- package/docs/BookingsPlacesTranslationsApi.md +4 -4
- package/docs/BookingsQuestionsChoicesTranslationsApi.md +2 -2
- package/docs/BookingsQuestionsTranslationsApi.md +2 -2
- package/docs/BookingsSpacesTranslationsApi.md +4 -4
- package/docs/ChannelsTranslationsApi.md +8 -8
- package/docs/DashboardsApi.md +2 -2
- package/docs/DashboardsWidgetsApi.md +2 -2
- package/docs/EventActivation.md +2 -0
- package/docs/EventActivationCreateInputs.md +2 -0
- package/docs/EventActivationRewardType.md +10 -0
- package/docs/EventActivationUpdateInputs.md +2 -0
- package/docs/EventsAccessApi.md +4 -4
- package/docs/EventsActivationsSessionsApi.md +55 -0
- package/docs/EventsActivationsTranslationsApi.md +2 -2
- package/docs/EventsAddonsTranslationsApi.md +2 -2
- package/docs/EventsApi.md +6 -6
- package/docs/EventsAttendeesApi.md +52 -0
- package/docs/EventsAttendeesPackagesApi.md +2 -2
- package/docs/EventsEmailsTranslationsApi.md +4 -4
- package/docs/EventsFaqsTranslationsApi.md +8 -8
- package/docs/EventsFollowupsTranslationsApi.md +4 -4
- package/docs/EventsMediaTranslationsApi.md +2 -2
- package/docs/EventsPagesTranslationsApi.md +4 -4
- package/docs/EventsPasstypesPriceschedulesApi.md +4 -4
- package/docs/EventsPasstypesRefundschedulesApi.md +4 -4
- package/docs/EventsPasstypesTranslationsApi.md +4 -4
- package/docs/EventsQuestionsApi.md +2 -2
- package/docs/EventsQuestionsTranslationsApi.md +8 -8
- package/docs/EventsRoomtypesTranslationsApi.md +4 -4
- package/docs/EventsSectionsTranslationsApi.md +4 -4
- package/docs/EventsSessionsApi.md +2 -2
- package/docs/EventsSessionsLocationsTranslationsApi.md +4 -4
- package/docs/EventsSessionsQuestionsApi.md +2 -2
- package/docs/EventsSessionsQuestionsTranslationsApi.md +8 -8
- package/docs/EventsSessionsSectionsTranslationsApi.md +4 -4
- package/docs/EventsSessionsTimesApi.md +2 -2
- package/docs/EventsSessionsTimesTranslationsApi.md +4 -4
- package/docs/EventsSessionsTranslationsApi.md +4 -4
- package/docs/EventsSpeakersTranslationsApi.md +4 -4
- package/docs/EventsTracksTranslationsApi.md +4 -4
- package/docs/EventsTranslationsApi.md +4 -4
- package/docs/GroupsTranslationsApi.md +4 -4
- package/docs/MeetingsParticipantsApi.md +4 -4
- package/docs/MeetingsSessionsApi.md +2 -2
- package/docs/NotificationsApi.md +4 -4
- package/docs/OrganizationModulesSettingsTranslationsApi.md +4 -4
- package/docs/OrganizationPaymentsApi.md +2 -2
- package/docs/OrganizationTeammembersApi.md +2 -2
- package/docs/SeriesTranslationsApi.md +4 -4
- package/docs/SponsorsTranslationsApi.md +4 -4
- package/docs/StorageVideosApi.md +4 -4
- package/docs/StorageVideosCaptionsApi.md +2 -2
- package/docs/SurveysQuestionsApi.md +2 -2
- package/docs/SurveysQuestionsTranslationsApi.md +8 -8
- package/docs/SurveysSectionsTranslationsApi.md +4 -4
- package/docs/SurveysTranslationsApi.md +4 -4
- package/docs/{UpdateAnnouncementTranslation200Response.md → SyncAccounts200Response.md} +3 -3
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**updateBookingSpaceTranslation**](#updatebookingspacetranslation) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/translations/{locale} | Update Booking Space Translation|
|
|
9
9
|
|
|
10
10
|
# **deleteBookingSpaceTranslation**
|
|
11
|
-
>
|
|
11
|
+
> SyncAccounts200Response deleteBookingSpaceTranslation()
|
|
12
12
|
|
|
13
13
|
Delete Booking Space Translation endpoint
|
|
14
14
|
|
|
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.deleteBookingSpaceTranslation(
|
|
|
45
45
|
|
|
46
46
|
### Return type
|
|
47
47
|
|
|
48
|
-
**
|
|
48
|
+
**SyncAccounts200Response**
|
|
49
49
|
|
|
50
50
|
### Authorization
|
|
51
51
|
|
|
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.deleteBookingSpaceTranslation(
|
|
|
65
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
66
|
|
|
67
67
|
# **updateBookingSpaceTranslation**
|
|
68
|
-
>
|
|
68
|
+
> SyncAccounts200Response updateBookingSpaceTranslation(bookingSpaceTranslationUpdateInputs)
|
|
69
69
|
|
|
70
70
|
Update Booking Space Translation endpoint
|
|
71
71
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.updateBookingSpaceTranslation(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**SyncAccounts200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
@@ -18,7 +18,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
18
18
|
|[**updateChannelTranslation**](#updatechanneltranslation) | **PUT** /channels/{channelId}/translations/{locale} | Update Channel Translation|
|
|
19
19
|
|
|
20
20
|
# **deleteChannelContentGuestTranslation**
|
|
21
|
-
>
|
|
21
|
+
> SyncAccounts200Response deleteChannelContentGuestTranslation()
|
|
22
22
|
|
|
23
23
|
Delete Channel Content Guest Translation endpoint
|
|
24
24
|
|
|
@@ -58,7 +58,7 @@ const { status, data } = await apiInstance.deleteChannelContentGuestTranslation(
|
|
|
58
58
|
|
|
59
59
|
### Return type
|
|
60
60
|
|
|
61
|
-
**
|
|
61
|
+
**SyncAccounts200Response**
|
|
62
62
|
|
|
63
63
|
### Authorization
|
|
64
64
|
|
|
@@ -78,7 +78,7 @@ const { status, data } = await apiInstance.deleteChannelContentGuestTranslation(
|
|
|
78
78
|
[[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)
|
|
79
79
|
|
|
80
80
|
# **deleteChannelContentTranslation**
|
|
81
|
-
>
|
|
81
|
+
> SyncAccounts200Response deleteChannelContentTranslation()
|
|
82
82
|
|
|
83
83
|
Delete Channel Content Translation endpoint
|
|
84
84
|
|
|
@@ -115,7 +115,7 @@ const { status, data } = await apiInstance.deleteChannelContentTranslation(
|
|
|
115
115
|
|
|
116
116
|
### Return type
|
|
117
117
|
|
|
118
|
-
**
|
|
118
|
+
**SyncAccounts200Response**
|
|
119
119
|
|
|
120
120
|
### Authorization
|
|
121
121
|
|
|
@@ -135,7 +135,7 @@ const { status, data } = await apiInstance.deleteChannelContentTranslation(
|
|
|
135
135
|
[[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)
|
|
136
136
|
|
|
137
137
|
# **deleteChannelTranslation**
|
|
138
|
-
>
|
|
138
|
+
> SyncAccounts200Response deleteChannelTranslation()
|
|
139
139
|
|
|
140
140
|
Delete Channel Translation endpoint
|
|
141
141
|
|
|
@@ -169,7 +169,7 @@ const { status, data } = await apiInstance.deleteChannelTranslation(
|
|
|
169
169
|
|
|
170
170
|
### Return type
|
|
171
171
|
|
|
172
|
-
**
|
|
172
|
+
**SyncAccounts200Response**
|
|
173
173
|
|
|
174
174
|
### Authorization
|
|
175
175
|
|
|
@@ -622,7 +622,7 @@ const { status, data } = await apiInstance.updateChannelContentGuestTranslation(
|
|
|
622
622
|
[[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)
|
|
623
623
|
|
|
624
624
|
# **updateChannelContentTranslation**
|
|
625
|
-
>
|
|
625
|
+
> SyncAccounts200Response updateChannelContentTranslation(channelContentTranslationUpdateInputs)
|
|
626
626
|
|
|
627
627
|
Update Channel Content Translation endpoint
|
|
628
628
|
|
|
@@ -663,7 +663,7 @@ const { status, data } = await apiInstance.updateChannelContentTranslation(
|
|
|
663
663
|
|
|
664
664
|
### Return type
|
|
665
665
|
|
|
666
|
-
**
|
|
666
|
+
**SyncAccounts200Response**
|
|
667
667
|
|
|
668
668
|
### Authorization
|
|
669
669
|
|
package/docs/DashboardsApi.md
CHANGED
|
@@ -63,7 +63,7 @@ const { status, data } = await apiInstance.createDashboard(
|
|
|
63
63
|
[[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)
|
|
64
64
|
|
|
65
65
|
# **deleteDashboard**
|
|
66
|
-
>
|
|
66
|
+
> SyncAccounts200Response deleteDashboard()
|
|
67
67
|
|
|
68
68
|
Delete Dashboard endpoint
|
|
69
69
|
|
|
@@ -94,7 +94,7 @@ const { status, data } = await apiInstance.deleteDashboard(
|
|
|
94
94
|
|
|
95
95
|
### Return type
|
|
96
96
|
|
|
97
|
-
**
|
|
97
|
+
**SyncAccounts200Response**
|
|
98
98
|
|
|
99
99
|
### Authorization
|
|
100
100
|
|
|
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.createDashboardWidget(
|
|
|
65
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
66
|
|
|
67
67
|
# **deleteDashboardWidget**
|
|
68
|
-
>
|
|
68
|
+
> SyncAccounts200Response deleteDashboardWidget()
|
|
69
69
|
|
|
70
70
|
Delete Dashboard Widget endpoint
|
|
71
71
|
|
|
@@ -99,7 +99,7 @@ const { status, data } = await apiInstance.deleteDashboardWidget(
|
|
|
99
99
|
|
|
100
100
|
### Return type
|
|
101
101
|
|
|
102
|
-
**
|
|
102
|
+
**SyncAccounts200Response**
|
|
103
103
|
|
|
104
104
|
### Authorization
|
|
105
105
|
|
package/docs/EventActivation.md
CHANGED
|
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**maxPoints** | **number** | | [default to undefined]
|
|
14
14
|
**startAfter** | **string** | | [default to undefined]
|
|
15
15
|
**type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
|
|
16
|
+
**rewardType** | [**EventActivationRewardType**](EventActivationRewardType.md) | | [default to undefined]
|
|
16
17
|
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
|
|
17
18
|
**sortOrder** | **number** | | [default to undefined]
|
|
18
19
|
**survey** | [**BaseSurvey**](BaseSurvey.md) | | [default to undefined]
|
|
@@ -43,6 +44,7 @@ const instance: EventActivation = {
|
|
|
43
44
|
maxPoints,
|
|
44
45
|
startAfter,
|
|
45
46
|
type,
|
|
47
|
+
rewardType,
|
|
46
48
|
accessLevel,
|
|
47
49
|
sortOrder,
|
|
48
50
|
survey,
|
|
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**maxPoints** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
15
15
|
**startAfter** | **string** | | [optional] [default to undefined]
|
|
16
16
|
**type** | [**EventActivationType**](EventActivationType.md) | | [optional] [default to undefined]
|
|
17
|
+
**rewardType** | [**EventActivationRewardType**](EventActivationRewardType.md) | | [optional] [default to undefined]
|
|
17
18
|
**protectionCode** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
18
19
|
**email** | **boolean** | | [optional] [default to undefined]
|
|
19
20
|
**push** | **boolean** | | [optional] [default to undefined]
|
|
@@ -38,6 +39,7 @@ const instance: EventActivationCreateInputs = {
|
|
|
38
39
|
maxPoints,
|
|
39
40
|
startAfter,
|
|
40
41
|
type,
|
|
42
|
+
rewardType,
|
|
41
43
|
protectionCode,
|
|
42
44
|
email,
|
|
43
45
|
push,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# EventActivationRewardType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `Max` (value: `'max'`)
|
|
7
|
+
|
|
8
|
+
* `Input` (value: `'input'`)
|
|
9
|
+
|
|
10
|
+
[[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,6 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**maxPoints** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
15
15
|
**startAfter** | **string** | | [optional] [default to undefined]
|
|
16
16
|
**type** | [**EventActivationType**](EventActivationType.md) | | [optional] [default to undefined]
|
|
17
|
+
**rewardType** | [**EventActivationRewardType**](EventActivationRewardType.md) | | [optional] [default to undefined]
|
|
17
18
|
**protectionCode** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
18
19
|
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [optional] [default to undefined]
|
|
19
20
|
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
@@ -36,6 +37,7 @@ const instance: EventActivationUpdateInputs = {
|
|
|
36
37
|
maxPoints,
|
|
37
38
|
startAfter,
|
|
38
39
|
type,
|
|
40
|
+
rewardType,
|
|
39
41
|
protectionCode,
|
|
40
42
|
accessLevel,
|
|
41
43
|
continuousScanning,
|
package/docs/EventsAccessApi.md
CHANGED
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**removeEventAccessUser**](#removeeventaccessuser) | **DELETE** /events/{eventId}/access-users/{userId} | Remove Event Access User|
|
|
10
10
|
|
|
11
11
|
# **addEventAccessUser**
|
|
12
|
-
>
|
|
12
|
+
> SyncAccounts200Response addEventAccessUser()
|
|
13
13
|
|
|
14
14
|
Add Event Access User endpoint
|
|
15
15
|
|
|
@@ -43,7 +43,7 @@ const { status, data } = await apiInstance.addEventAccessUser(
|
|
|
43
43
|
|
|
44
44
|
### Return type
|
|
45
45
|
|
|
46
|
-
**
|
|
46
|
+
**SyncAccounts200Response**
|
|
47
47
|
|
|
48
48
|
### Authorization
|
|
49
49
|
|
|
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.getEventAccessUsers(
|
|
|
126
126
|
[[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)
|
|
127
127
|
|
|
128
128
|
# **removeEventAccessUser**
|
|
129
|
-
>
|
|
129
|
+
> SyncAccounts200Response removeEventAccessUser()
|
|
130
130
|
|
|
131
131
|
Remove Event Access User endpoint
|
|
132
132
|
|
|
@@ -160,7 +160,7 @@ const { status, data } = await apiInstance.removeEventAccessUser(
|
|
|
160
160
|
|
|
161
161
|
### Return type
|
|
162
162
|
|
|
163
|
-
**
|
|
163
|
+
**SyncAccounts200Response**
|
|
164
164
|
|
|
165
165
|
### Authorization
|
|
166
166
|
|
|
@@ -6,6 +6,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
7
|
|[**addEventActivationSession**](#addeventactivationsession) | **POST** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Add Event Activation Session|
|
|
8
8
|
|[**removeEventActivationSession**](#removeeventactivationsession) | **DELETE** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Remove Event Activation Session|
|
|
9
|
+
|[**removeEventActivationSessions**](#removeeventactivationsessions) | **DELETE** /events/{eventId}/activations/{activationId}/sessions | Remove Event Activation Sessions|
|
|
9
10
|
|
|
10
11
|
# **addEventActivationSession**
|
|
11
12
|
> CreateEventActivation200Response addEventActivationSession()
|
|
@@ -121,3 +122,57 @@ const { status, data } = await apiInstance.removeEventActivationSession(
|
|
|
121
122
|
|
|
122
123
|
[[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
124
|
|
|
125
|
+
# **removeEventActivationSessions**
|
|
126
|
+
> CreateEventActivation200Response removeEventActivationSessions()
|
|
127
|
+
|
|
128
|
+
Remove Event Activation Sessions endpoint
|
|
129
|
+
|
|
130
|
+
### Example
|
|
131
|
+
|
|
132
|
+
```typescript
|
|
133
|
+
import {
|
|
134
|
+
EventsActivationsSessionsApi,
|
|
135
|
+
Configuration
|
|
136
|
+
} from '@connectedxm/admin-sdk';
|
|
137
|
+
|
|
138
|
+
const configuration = new Configuration();
|
|
139
|
+
const apiInstance = new EventsActivationsSessionsApi(configuration);
|
|
140
|
+
|
|
141
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
142
|
+
let activationId: string; //The activation identifier (default to undefined)
|
|
143
|
+
|
|
144
|
+
const { status, data } = await apiInstance.removeEventActivationSessions(
|
|
145
|
+
eventId,
|
|
146
|
+
activationId
|
|
147
|
+
);
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Parameters
|
|
151
|
+
|
|
152
|
+
|Name | Type | Description | Notes|
|
|
153
|
+
|------------- | ------------- | ------------- | -------------|
|
|
154
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
155
|
+
| **activationId** | [**string**] | The activation identifier | defaults to undefined|
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Return type
|
|
159
|
+
|
|
160
|
+
**CreateEventActivation200Response**
|
|
161
|
+
|
|
162
|
+
### Authorization
|
|
163
|
+
|
|
164
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
165
|
+
|
|
166
|
+
### HTTP request headers
|
|
167
|
+
|
|
168
|
+
- **Content-Type**: Not defined
|
|
169
|
+
- **Accept**: application/json
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### HTTP response details
|
|
173
|
+
| Status code | Description | Response headers |
|
|
174
|
+
|-------------|-------------|------------------|
|
|
175
|
+
|**200** | Successful response | - |
|
|
176
|
+
|
|
177
|
+
[[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)
|
|
178
|
+
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventActivationTranslation**](#updateeventactivationtranslation) | **PUT** /events/{eventId}/activations/{activationId}/translations/{locale} | Update Event Activation Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventActivationTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventActivationTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Activation Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventActivationTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventAddOnTranslation**](#updateeventaddontranslation) | **PUT** /events/{eventId}/addOns/{addOnId}/translations/{locale} | Update Event Add On Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventAddOnTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventAddOnTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Add On Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventAddOnTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
package/docs/EventsApi.md
CHANGED
|
@@ -18,7 +18,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
18
18
|
|[**updateEvent**](#updateevent) | **PUT** /events/{eventId} | Update Event|
|
|
19
19
|
|
|
20
20
|
# **cloneEvent**
|
|
21
|
-
>
|
|
21
|
+
> SyncAccounts200Response cloneEvent(cloneOptions)
|
|
22
22
|
|
|
23
23
|
Clone Event endpoint
|
|
24
24
|
|
|
@@ -53,7 +53,7 @@ const { status, data } = await apiInstance.cloneEvent(
|
|
|
53
53
|
|
|
54
54
|
### Return type
|
|
55
55
|
|
|
56
|
-
**
|
|
56
|
+
**SyncAccounts200Response**
|
|
57
57
|
|
|
58
58
|
### Authorization
|
|
59
59
|
|
|
@@ -176,7 +176,7 @@ const { status, data } = await apiInstance.deleteEvent(
|
|
|
176
176
|
[[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)
|
|
177
177
|
|
|
178
178
|
# **disableEventBuildMode**
|
|
179
|
-
>
|
|
179
|
+
> SyncAccounts200Response disableEventBuildMode()
|
|
180
180
|
|
|
181
181
|
Disable Event Build Mode endpoint
|
|
182
182
|
|
|
@@ -207,7 +207,7 @@ const { status, data } = await apiInstance.disableEventBuildMode(
|
|
|
207
207
|
|
|
208
208
|
### Return type
|
|
209
209
|
|
|
210
|
-
**
|
|
210
|
+
**SyncAccounts200Response**
|
|
211
211
|
|
|
212
212
|
### Authorization
|
|
213
213
|
|
|
@@ -227,7 +227,7 @@ const { status, data } = await apiInstance.disableEventBuildMode(
|
|
|
227
227
|
[[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)
|
|
228
228
|
|
|
229
229
|
# **enableEventBuildMode**
|
|
230
|
-
>
|
|
230
|
+
> SyncAccounts200Response enableEventBuildMode()
|
|
231
231
|
|
|
232
232
|
Enable Event Build Mode endpoint
|
|
233
233
|
|
|
@@ -258,7 +258,7 @@ const { status, data } = await apiInstance.enableEventBuildMode(
|
|
|
258
258
|
|
|
259
259
|
### Return type
|
|
260
260
|
|
|
261
|
-
**
|
|
261
|
+
**SyncAccounts200Response**
|
|
262
262
|
|
|
263
263
|
### Authorization
|
|
264
264
|
|
|
@@ -14,6 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**getEventAttendees**](#geteventattendees) | **GET** /events/{eventId}/attendees | Get Event Attendees|
|
|
15
15
|
|[**getEventPassAttendeePasses**](#geteventpassattendeepasses) | **GET** /events/{eventId}/passes/{passId}/attendee/passes | Get Event Pass Attendee Passes|
|
|
16
16
|
|[**resendRegistrationConfirmationEmail**](#resendregistrationconfirmationemail) | **POST** /events/{eventId}/attendees/{accountId}/resendEmail | Resend Registration Confirmation Email|
|
|
17
|
+
|[**syncEventAttendees**](#synceventattendees) | **POST** /events/{eventId}/attendees/sync | Sync Event Attendees|
|
|
17
18
|
|[**updateEventAttendee**](#updateeventattendee) | **PUT** /events/{eventId}/attendees/{accountId} | Update Event Attendee|
|
|
18
19
|
|
|
19
20
|
# **createEventAttendee**
|
|
@@ -631,6 +632,57 @@ const { status, data } = await apiInstance.resendRegistrationConfirmationEmail(
|
|
|
631
632
|
- **Accept**: application/json
|
|
632
633
|
|
|
633
634
|
|
|
635
|
+
### HTTP response details
|
|
636
|
+
| Status code | Description | Response headers |
|
|
637
|
+
|-------------|-------------|------------------|
|
|
638
|
+
|**200** | Successful response | - |
|
|
639
|
+
|
|
640
|
+
[[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)
|
|
641
|
+
|
|
642
|
+
# **syncEventAttendees**
|
|
643
|
+
> SyncAccounts200Response syncEventAttendees()
|
|
644
|
+
|
|
645
|
+
Sync Event Attendees endpoint
|
|
646
|
+
|
|
647
|
+
### Example
|
|
648
|
+
|
|
649
|
+
```typescript
|
|
650
|
+
import {
|
|
651
|
+
EventsAttendeesApi,
|
|
652
|
+
Configuration
|
|
653
|
+
} from '@connectedxm/admin-sdk';
|
|
654
|
+
|
|
655
|
+
const configuration = new Configuration();
|
|
656
|
+
const apiInstance = new EventsAttendeesApi(configuration);
|
|
657
|
+
|
|
658
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
659
|
+
|
|
660
|
+
const { status, data } = await apiInstance.syncEventAttendees(
|
|
661
|
+
eventId
|
|
662
|
+
);
|
|
663
|
+
```
|
|
664
|
+
|
|
665
|
+
### Parameters
|
|
666
|
+
|
|
667
|
+
|Name | Type | Description | Notes|
|
|
668
|
+
|------------- | ------------- | ------------- | -------------|
|
|
669
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Return type
|
|
673
|
+
|
|
674
|
+
**SyncAccounts200Response**
|
|
675
|
+
|
|
676
|
+
### Authorization
|
|
677
|
+
|
|
678
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
679
|
+
|
|
680
|
+
### HTTP request headers
|
|
681
|
+
|
|
682
|
+
- **Content-Type**: Not defined
|
|
683
|
+
- **Accept**: application/json
|
|
684
|
+
|
|
685
|
+
|
|
634
686
|
### HTTP response details
|
|
635
687
|
| Status code | Description | Response headers |
|
|
636
688
|
|-------------|-------------|------------------|
|
|
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.createEventAttendeePackage(
|
|
|
69
69
|
[[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)
|
|
70
70
|
|
|
71
71
|
# **deleteEventAttendeePackage**
|
|
72
|
-
>
|
|
72
|
+
> SyncAccounts200Response deleteEventAttendeePackage()
|
|
73
73
|
|
|
74
74
|
Delete Event Attendee Package endpoint
|
|
75
75
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.deleteEventAttendeePackage(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**SyncAccounts200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventEmailTranslation**](#updateeventemailtranslation) | **PUT** /events/{eventId}/emails/{type}/translations/{locale} | Update Event Email Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventEmailTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventEmailTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Email Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventEmailTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventEmailTranslations(
|
|
|
190
190
|
[[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)
|
|
191
191
|
|
|
192
192
|
# **updateEventEmailTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateEventEmailTranslation(eventEmailTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Event Email Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventEmailTranslation(
|
|
|
231
231
|
|
|
232
232
|
### Return type
|
|
233
233
|
|
|
234
|
-
**
|
|
234
|
+
**SyncAccounts200Response**
|
|
235
235
|
|
|
236
236
|
### Authorization
|
|
237
237
|
|
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**updateEventFaqSectionTranslation**](#updateeventfaqsectiontranslation) | **PUT** /events/{eventId}/faqs/{sectionId}/translations/{locale} | Update Event Faq Section Translation|
|
|
15
15
|
|
|
16
16
|
# **deleteEventFaqSectionQuestionTranslation**
|
|
17
|
-
>
|
|
17
|
+
> SyncAccounts200Response deleteEventFaqSectionQuestionTranslation()
|
|
18
18
|
|
|
19
19
|
Delete Event Faq Section Question Translation endpoint
|
|
20
20
|
|
|
@@ -54,7 +54,7 @@ const { status, data } = await apiInstance.deleteEventFaqSectionQuestionTranslat
|
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
57
|
-
**
|
|
57
|
+
**SyncAccounts200Response**
|
|
58
58
|
|
|
59
59
|
### Authorization
|
|
60
60
|
|
|
@@ -74,7 +74,7 @@ const { status, data } = await apiInstance.deleteEventFaqSectionQuestionTranslat
|
|
|
74
74
|
[[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)
|
|
75
75
|
|
|
76
76
|
# **deleteEventFaqSectionTranslation**
|
|
77
|
-
>
|
|
77
|
+
> SyncAccounts200Response deleteEventFaqSectionTranslation()
|
|
78
78
|
|
|
79
79
|
Delete Event Faq Section Translation endpoint
|
|
80
80
|
|
|
@@ -111,7 +111,7 @@ const { status, data } = await apiInstance.deleteEventFaqSectionTranslation(
|
|
|
111
111
|
|
|
112
112
|
### Return type
|
|
113
113
|
|
|
114
|
-
**
|
|
114
|
+
**SyncAccounts200Response**
|
|
115
115
|
|
|
116
116
|
### Authorization
|
|
117
117
|
|
|
@@ -383,7 +383,7 @@ const { status, data } = await apiInstance.getEventFaqSectionTranslations(
|
|
|
383
383
|
[[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)
|
|
384
384
|
|
|
385
385
|
# **updateEventFaqSectionQuestionTranslation**
|
|
386
|
-
>
|
|
386
|
+
> SyncAccounts200Response updateEventFaqSectionQuestionTranslation(eventFaqSectionQuestionTranslationUpdateInputs)
|
|
387
387
|
|
|
388
388
|
Update Event Faq Section Question Translation endpoint
|
|
389
389
|
|
|
@@ -427,7 +427,7 @@ const { status, data } = await apiInstance.updateEventFaqSectionQuestionTranslat
|
|
|
427
427
|
|
|
428
428
|
### Return type
|
|
429
429
|
|
|
430
|
-
**
|
|
430
|
+
**SyncAccounts200Response**
|
|
431
431
|
|
|
432
432
|
### Authorization
|
|
433
433
|
|
|
@@ -447,7 +447,7 @@ const { status, data } = await apiInstance.updateEventFaqSectionQuestionTranslat
|
|
|
447
447
|
[[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)
|
|
448
448
|
|
|
449
449
|
# **updateEventFaqSectionTranslation**
|
|
450
|
-
>
|
|
450
|
+
> SyncAccounts200Response updateEventFaqSectionTranslation(eventFaqSectionTranslationUpdateInputs)
|
|
451
451
|
|
|
452
452
|
Update Event Faq Section Translation endpoint
|
|
453
453
|
|
|
@@ -488,7 +488,7 @@ const { status, data } = await apiInstance.updateEventFaqSectionTranslation(
|
|
|
488
488
|
|
|
489
489
|
### Return type
|
|
490
490
|
|
|
491
|
-
**
|
|
491
|
+
**SyncAccounts200Response**
|
|
492
492
|
|
|
493
493
|
### Authorization
|
|
494
494
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventFollowupTranslation**](#updateeventfollowuptranslation) | **PUT** /events/{eventId}/followups/{followupId}/translations/{locale} | Update Event Followup Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventFollowupTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventFollowupTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Followup Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventFollowupTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventFollowupTranslations(
|
|
|
190
190
|
[[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)
|
|
191
191
|
|
|
192
192
|
# **updateEventFollowupTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateEventFollowupTranslation(eventFollowupTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Event Followup Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventFollowupTranslation(
|
|
|
231
231
|
|
|
232
232
|
### Return type
|
|
233
233
|
|
|
234
|
-
**
|
|
234
|
+
**SyncAccounts200Response**
|
|
235
235
|
|
|
236
236
|
### Authorization
|
|
237
237
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventMediaItemTranslation**](#updateeventmediaitemtranslation) | **PUT** /events/{eventId}/media/{mediaItemId}/translations/{locale} | Update Event Media Item Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventMediaItemTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventMediaItemTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Media Item Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventMediaItemTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|