@connectedxm/admin-sdk 6.32.2 → 6.33.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 +1 -1
- package/README.md +4 -1
- package/api.ts +441 -206
- package/dist/api.d.ts +412 -302
- package/dist/api.js +208 -5
- package/dist/esm/api.d.ts +412 -302
- package/dist/esm/api.js +207 -4
- package/docs/AccountsApi.md +97 -0
- package/docs/AnnouncementsTranslationsApi.md +4 -4
- 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/EventsAccessApi.md +4 -4
- 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
package/dist/esm/api.js
CHANGED
|
@@ -2527,6 +2527,10 @@ export var SurveyStatus;
|
|
|
2527
2527
|
SurveyStatus["Published"] = "published";
|
|
2528
2528
|
SurveyStatus["Archived"] = "archived";
|
|
2529
2529
|
})(SurveyStatus || (SurveyStatus = {}));
|
|
2530
|
+
export var SyncAccounts200ResponseStatusEnum;
|
|
2531
|
+
(function (SyncAccounts200ResponseStatusEnum) {
|
|
2532
|
+
SyncAccounts200ResponseStatusEnum["Ok"] = "ok";
|
|
2533
|
+
})(SyncAccounts200ResponseStatusEnum || (SyncAccounts200ResponseStatusEnum = {}));
|
|
2530
2534
|
export var SystemEventLogStatus;
|
|
2531
2535
|
(function (SystemEventLogStatus) {
|
|
2532
2536
|
SystemEventLogStatus["Pending"] = "pending";
|
|
@@ -2588,10 +2592,6 @@ export var ThreadType;
|
|
|
2588
2592
|
ThreadType["Event"] = "event";
|
|
2589
2593
|
ThreadType["Stream"] = "stream";
|
|
2590
2594
|
})(ThreadType || (ThreadType = {}));
|
|
2591
|
-
export var UpdateAnnouncementTranslation200ResponseStatusEnum;
|
|
2592
|
-
(function (UpdateAnnouncementTranslation200ResponseStatusEnum) {
|
|
2593
|
-
UpdateAnnouncementTranslation200ResponseStatusEnum["Ok"] = "ok";
|
|
2594
|
-
})(UpdateAnnouncementTranslation200ResponseStatusEnum || (UpdateAnnouncementTranslation200ResponseStatusEnum = {}));
|
|
2595
2595
|
export var UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum;
|
|
2596
2596
|
(function (UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum) {
|
|
2597
2597
|
UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum["Ok"] = "ok";
|
|
@@ -3419,6 +3419,70 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
3419
3419
|
options: localVarRequestOptions,
|
|
3420
3420
|
};
|
|
3421
3421
|
}),
|
|
3422
|
+
/**
|
|
3423
|
+
* Sync Account endpoint
|
|
3424
|
+
* @summary Sync Account
|
|
3425
|
+
* @param {string} accountId The account identifier
|
|
3426
|
+
* @param {*} [options] Override http request option.
|
|
3427
|
+
* @throws {RequiredError}
|
|
3428
|
+
*/
|
|
3429
|
+
syncAccount: (accountId_1, ...args_1) => __awaiter(this, [accountId_1, ...args_1], void 0, function* (accountId, options = {}) {
|
|
3430
|
+
// verify required parameter 'accountId' is not null or undefined
|
|
3431
|
+
assertParamExists('syncAccount', 'accountId', accountId);
|
|
3432
|
+
const localVarPath = `/accounts/{accountId}/sync`
|
|
3433
|
+
.replace(`{${"accountId"}}`, encodeURIComponent(String(accountId)));
|
|
3434
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3435
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3436
|
+
let baseOptions;
|
|
3437
|
+
if (configuration) {
|
|
3438
|
+
baseOptions = configuration.baseOptions;
|
|
3439
|
+
}
|
|
3440
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3441
|
+
const localVarHeaderParameter = {};
|
|
3442
|
+
const localVarQueryParameter = {};
|
|
3443
|
+
// authentication ApiKeyAuth required
|
|
3444
|
+
yield setApiKeyToObject(localVarHeaderParameter, "api-key", configuration);
|
|
3445
|
+
// authentication OrganizationId required
|
|
3446
|
+
yield setApiKeyToObject(localVarHeaderParameter, "organization", configuration);
|
|
3447
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
3448
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3449
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3450
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3451
|
+
return {
|
|
3452
|
+
url: toPathString(localVarUrlObj),
|
|
3453
|
+
options: localVarRequestOptions,
|
|
3454
|
+
};
|
|
3455
|
+
}),
|
|
3456
|
+
/**
|
|
3457
|
+
* Sync Accounts endpoint
|
|
3458
|
+
* @summary Sync Accounts
|
|
3459
|
+
* @param {*} [options] Override http request option.
|
|
3460
|
+
* @throws {RequiredError}
|
|
3461
|
+
*/
|
|
3462
|
+
syncAccounts: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
3463
|
+
const localVarPath = `/accounts/sync`;
|
|
3464
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3465
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3466
|
+
let baseOptions;
|
|
3467
|
+
if (configuration) {
|
|
3468
|
+
baseOptions = configuration.baseOptions;
|
|
3469
|
+
}
|
|
3470
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3471
|
+
const localVarHeaderParameter = {};
|
|
3472
|
+
const localVarQueryParameter = {};
|
|
3473
|
+
// authentication ApiKeyAuth required
|
|
3474
|
+
yield setApiKeyToObject(localVarHeaderParameter, "api-key", configuration);
|
|
3475
|
+
// authentication OrganizationId required
|
|
3476
|
+
yield setApiKeyToObject(localVarHeaderParameter, "organization", configuration);
|
|
3477
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
3478
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3479
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3480
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3481
|
+
return {
|
|
3482
|
+
url: toPathString(localVarUrlObj),
|
|
3483
|
+
options: localVarRequestOptions,
|
|
3484
|
+
};
|
|
3485
|
+
}),
|
|
3422
3486
|
/**
|
|
3423
3487
|
* Update Account endpoint
|
|
3424
3488
|
* @summary Update Account
|
|
@@ -3763,6 +3827,37 @@ export const AccountsApiFp = function (configuration) {
|
|
|
3763
3827
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3764
3828
|
});
|
|
3765
3829
|
},
|
|
3830
|
+
/**
|
|
3831
|
+
* Sync Account endpoint
|
|
3832
|
+
* @summary Sync Account
|
|
3833
|
+
* @param {string} accountId The account identifier
|
|
3834
|
+
* @param {*} [options] Override http request option.
|
|
3835
|
+
* @throws {RequiredError}
|
|
3836
|
+
*/
|
|
3837
|
+
syncAccount(accountId, options) {
|
|
3838
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3839
|
+
var _a, _b, _c;
|
|
3840
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncAccount(accountId, options);
|
|
3841
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3842
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccountsApi.syncAccount']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3843
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3844
|
+
});
|
|
3845
|
+
},
|
|
3846
|
+
/**
|
|
3847
|
+
* Sync Accounts endpoint
|
|
3848
|
+
* @summary Sync Accounts
|
|
3849
|
+
* @param {*} [options] Override http request option.
|
|
3850
|
+
* @throws {RequiredError}
|
|
3851
|
+
*/
|
|
3852
|
+
syncAccounts(options) {
|
|
3853
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3854
|
+
var _a, _b, _c;
|
|
3855
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncAccounts(options);
|
|
3856
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3857
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccountsApi.syncAccounts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3858
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3859
|
+
});
|
|
3860
|
+
},
|
|
3766
3861
|
/**
|
|
3767
3862
|
* Update Account endpoint
|
|
3768
3863
|
* @summary Update Account
|
|
@@ -3948,6 +4043,25 @@ export const AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
3948
4043
|
impersonateAccount(requestParameters, options) {
|
|
3949
4044
|
return localVarFp.impersonateAccount(requestParameters.accountId, requestParameters.username, options).then((request) => request(axios, basePath));
|
|
3950
4045
|
},
|
|
4046
|
+
/**
|
|
4047
|
+
* Sync Account endpoint
|
|
4048
|
+
* @summary Sync Account
|
|
4049
|
+
* @param {AccountsApiSyncAccountRequest} requestParameters Request parameters.
|
|
4050
|
+
* @param {*} [options] Override http request option.
|
|
4051
|
+
* @throws {RequiredError}
|
|
4052
|
+
*/
|
|
4053
|
+
syncAccount(requestParameters, options) {
|
|
4054
|
+
return localVarFp.syncAccount(requestParameters.accountId, options).then((request) => request(axios, basePath));
|
|
4055
|
+
},
|
|
4056
|
+
/**
|
|
4057
|
+
* Sync Accounts endpoint
|
|
4058
|
+
* @summary Sync Accounts
|
|
4059
|
+
* @param {*} [options] Override http request option.
|
|
4060
|
+
* @throws {RequiredError}
|
|
4061
|
+
*/
|
|
4062
|
+
syncAccounts(options) {
|
|
4063
|
+
return localVarFp.syncAccounts(options).then((request) => request(axios, basePath));
|
|
4064
|
+
},
|
|
3951
4065
|
/**
|
|
3952
4066
|
* Update Account endpoint
|
|
3953
4067
|
* @summary Update Account
|
|
@@ -4124,6 +4238,25 @@ export class AccountsApi extends BaseAPI {
|
|
|
4124
4238
|
impersonateAccount(requestParameters, options) {
|
|
4125
4239
|
return AccountsApiFp(this.configuration).impersonateAccount(requestParameters.accountId, requestParameters.username, options).then((request) => request(this.axios, this.basePath));
|
|
4126
4240
|
}
|
|
4241
|
+
/**
|
|
4242
|
+
* Sync Account endpoint
|
|
4243
|
+
* @summary Sync Account
|
|
4244
|
+
* @param {AccountsApiSyncAccountRequest} requestParameters Request parameters.
|
|
4245
|
+
* @param {*} [options] Override http request option.
|
|
4246
|
+
* @throws {RequiredError}
|
|
4247
|
+
*/
|
|
4248
|
+
syncAccount(requestParameters, options) {
|
|
4249
|
+
return AccountsApiFp(this.configuration).syncAccount(requestParameters.accountId, options).then((request) => request(this.axios, this.basePath));
|
|
4250
|
+
}
|
|
4251
|
+
/**
|
|
4252
|
+
* Sync Accounts endpoint
|
|
4253
|
+
* @summary Sync Accounts
|
|
4254
|
+
* @param {*} [options] Override http request option.
|
|
4255
|
+
* @throws {RequiredError}
|
|
4256
|
+
*/
|
|
4257
|
+
syncAccounts(options) {
|
|
4258
|
+
return AccountsApiFp(this.configuration).syncAccounts(options).then((request) => request(this.axios, this.basePath));
|
|
4259
|
+
}
|
|
4127
4260
|
/**
|
|
4128
4261
|
* Update Account endpoint
|
|
4129
4262
|
* @summary Update Account
|
|
@@ -25072,6 +25205,40 @@ export const EventsAttendeesApiAxiosParamCreator = function (configuration) {
|
|
|
25072
25205
|
options: localVarRequestOptions,
|
|
25073
25206
|
};
|
|
25074
25207
|
}),
|
|
25208
|
+
/**
|
|
25209
|
+
* Sync Event Attendees endpoint
|
|
25210
|
+
* @summary Sync Event Attendees
|
|
25211
|
+
* @param {string} eventId The event identifier
|
|
25212
|
+
* @param {*} [options] Override http request option.
|
|
25213
|
+
* @throws {RequiredError}
|
|
25214
|
+
*/
|
|
25215
|
+
syncEventAttendees: (eventId_1, ...args_1) => __awaiter(this, [eventId_1, ...args_1], void 0, function* (eventId, options = {}) {
|
|
25216
|
+
// verify required parameter 'eventId' is not null or undefined
|
|
25217
|
+
assertParamExists('syncEventAttendees', 'eventId', eventId);
|
|
25218
|
+
const localVarPath = `/events/{eventId}/attendees/sync`
|
|
25219
|
+
.replace(`{${"eventId"}}`, encodeURIComponent(String(eventId)));
|
|
25220
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
25221
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
25222
|
+
let baseOptions;
|
|
25223
|
+
if (configuration) {
|
|
25224
|
+
baseOptions = configuration.baseOptions;
|
|
25225
|
+
}
|
|
25226
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
25227
|
+
const localVarHeaderParameter = {};
|
|
25228
|
+
const localVarQueryParameter = {};
|
|
25229
|
+
// authentication ApiKeyAuth required
|
|
25230
|
+
yield setApiKeyToObject(localVarHeaderParameter, "api-key", configuration);
|
|
25231
|
+
// authentication OrganizationId required
|
|
25232
|
+
yield setApiKeyToObject(localVarHeaderParameter, "organization", configuration);
|
|
25233
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
25234
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
25235
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
25236
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
25237
|
+
return {
|
|
25238
|
+
url: toPathString(localVarUrlObj),
|
|
25239
|
+
options: localVarRequestOptions,
|
|
25240
|
+
};
|
|
25241
|
+
}),
|
|
25075
25242
|
/**
|
|
25076
25243
|
* Update Event Attendee endpoint
|
|
25077
25244
|
* @summary Update Event Attendee
|
|
@@ -25320,6 +25487,22 @@ export const EventsAttendeesApiFp = function (configuration) {
|
|
|
25320
25487
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
25321
25488
|
});
|
|
25322
25489
|
},
|
|
25490
|
+
/**
|
|
25491
|
+
* Sync Event Attendees endpoint
|
|
25492
|
+
* @summary Sync Event Attendees
|
|
25493
|
+
* @param {string} eventId The event identifier
|
|
25494
|
+
* @param {*} [options] Override http request option.
|
|
25495
|
+
* @throws {RequiredError}
|
|
25496
|
+
*/
|
|
25497
|
+
syncEventAttendees(eventId, options) {
|
|
25498
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
25499
|
+
var _a, _b, _c;
|
|
25500
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncEventAttendees(eventId, options);
|
|
25501
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
25502
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EventsAttendeesApi.syncEventAttendees']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
25503
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
25504
|
+
});
|
|
25505
|
+
},
|
|
25323
25506
|
/**
|
|
25324
25507
|
* Update Event Attendee endpoint
|
|
25325
25508
|
* @summary Update Event Attendee
|
|
@@ -25446,6 +25629,16 @@ export const EventsAttendeesApiFactory = function (configuration, basePath, axio
|
|
|
25446
25629
|
resendRegistrationConfirmationEmail(requestParameters, options) {
|
|
25447
25630
|
return localVarFp.resendRegistrationConfirmationEmail(requestParameters.eventId, requestParameters.accountId, options).then((request) => request(axios, basePath));
|
|
25448
25631
|
},
|
|
25632
|
+
/**
|
|
25633
|
+
* Sync Event Attendees endpoint
|
|
25634
|
+
* @summary Sync Event Attendees
|
|
25635
|
+
* @param {EventsAttendeesApiSyncEventAttendeesRequest} requestParameters Request parameters.
|
|
25636
|
+
* @param {*} [options] Override http request option.
|
|
25637
|
+
* @throws {RequiredError}
|
|
25638
|
+
*/
|
|
25639
|
+
syncEventAttendees(requestParameters, options) {
|
|
25640
|
+
return localVarFp.syncEventAttendees(requestParameters.eventId, options).then((request) => request(axios, basePath));
|
|
25641
|
+
},
|
|
25449
25642
|
/**
|
|
25450
25643
|
* Update Event Attendee endpoint
|
|
25451
25644
|
* @summary Update Event Attendee
|
|
@@ -25562,6 +25755,16 @@ export class EventsAttendeesApi extends BaseAPI {
|
|
|
25562
25755
|
resendRegistrationConfirmationEmail(requestParameters, options) {
|
|
25563
25756
|
return EventsAttendeesApiFp(this.configuration).resendRegistrationConfirmationEmail(requestParameters.eventId, requestParameters.accountId, options).then((request) => request(this.axios, this.basePath));
|
|
25564
25757
|
}
|
|
25758
|
+
/**
|
|
25759
|
+
* Sync Event Attendees endpoint
|
|
25760
|
+
* @summary Sync Event Attendees
|
|
25761
|
+
* @param {EventsAttendeesApiSyncEventAttendeesRequest} requestParameters Request parameters.
|
|
25762
|
+
* @param {*} [options] Override http request option.
|
|
25763
|
+
* @throws {RequiredError}
|
|
25764
|
+
*/
|
|
25765
|
+
syncEventAttendees(requestParameters, options) {
|
|
25766
|
+
return EventsAttendeesApiFp(this.configuration).syncEventAttendees(requestParameters.eventId, options).then((request) => request(this.axios, this.basePath));
|
|
25767
|
+
}
|
|
25565
25768
|
/**
|
|
25566
25769
|
* Update Event Attendee endpoint
|
|
25567
25770
|
* @summary Update Event Attendee
|
package/docs/AccountsApi.md
CHANGED
|
@@ -20,6 +20,8 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
20
20
|
|[**getAccounts**](#getaccounts) | **GET** /accounts | Get Accounts|
|
|
21
21
|
|[**getAccountsByInternalRefId**](#getaccountsbyinternalrefid) | **GET** /accounts/internal-ref-id/{internalRefId} | Get Accounts By Internal Ref Id|
|
|
22
22
|
|[**impersonateAccount**](#impersonateaccount) | **POST** /accounts/{accountId}/impersonate/{username} | Impersonate Account|
|
|
23
|
+
|[**syncAccount**](#syncaccount) | **POST** /accounts/{accountId}/sync | Sync Account|
|
|
24
|
+
|[**syncAccounts**](#syncaccounts) | **POST** /accounts/sync | Sync Accounts|
|
|
23
25
|
|[**updateAccount**](#updateaccount) | **PUT** /accounts/{accountId} | Update Account|
|
|
24
26
|
|
|
25
27
|
# **createAccount**
|
|
@@ -955,6 +957,101 @@ const { status, data } = await apiInstance.impersonateAccount(
|
|
|
955
957
|
- **Accept**: application/json
|
|
956
958
|
|
|
957
959
|
|
|
960
|
+
### HTTP response details
|
|
961
|
+
| Status code | Description | Response headers |
|
|
962
|
+
|-------------|-------------|------------------|
|
|
963
|
+
|**200** | Successful response | - |
|
|
964
|
+
|
|
965
|
+
[[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)
|
|
966
|
+
|
|
967
|
+
# **syncAccount**
|
|
968
|
+
> SyncAccounts200Response syncAccount()
|
|
969
|
+
|
|
970
|
+
Sync Account endpoint
|
|
971
|
+
|
|
972
|
+
### Example
|
|
973
|
+
|
|
974
|
+
```typescript
|
|
975
|
+
import {
|
|
976
|
+
AccountsApi,
|
|
977
|
+
Configuration
|
|
978
|
+
} from '@connectedxm/admin-sdk';
|
|
979
|
+
|
|
980
|
+
const configuration = new Configuration();
|
|
981
|
+
const apiInstance = new AccountsApi(configuration);
|
|
982
|
+
|
|
983
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
984
|
+
|
|
985
|
+
const { status, data } = await apiInstance.syncAccount(
|
|
986
|
+
accountId
|
|
987
|
+
);
|
|
988
|
+
```
|
|
989
|
+
|
|
990
|
+
### Parameters
|
|
991
|
+
|
|
992
|
+
|Name | Type | Description | Notes|
|
|
993
|
+
|------------- | ------------- | ------------- | -------------|
|
|
994
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
### Return type
|
|
998
|
+
|
|
999
|
+
**SyncAccounts200Response**
|
|
1000
|
+
|
|
1001
|
+
### Authorization
|
|
1002
|
+
|
|
1003
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1004
|
+
|
|
1005
|
+
### HTTP request headers
|
|
1006
|
+
|
|
1007
|
+
- **Content-Type**: Not defined
|
|
1008
|
+
- **Accept**: application/json
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
### HTTP response details
|
|
1012
|
+
| Status code | Description | Response headers |
|
|
1013
|
+
|-------------|-------------|------------------|
|
|
1014
|
+
|**200** | Successful response | - |
|
|
1015
|
+
|
|
1016
|
+
[[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)
|
|
1017
|
+
|
|
1018
|
+
# **syncAccounts**
|
|
1019
|
+
> SyncAccounts200Response syncAccounts()
|
|
1020
|
+
|
|
1021
|
+
Sync Accounts endpoint
|
|
1022
|
+
|
|
1023
|
+
### Example
|
|
1024
|
+
|
|
1025
|
+
```typescript
|
|
1026
|
+
import {
|
|
1027
|
+
AccountsApi,
|
|
1028
|
+
Configuration
|
|
1029
|
+
} from '@connectedxm/admin-sdk';
|
|
1030
|
+
|
|
1031
|
+
const configuration = new Configuration();
|
|
1032
|
+
const apiInstance = new AccountsApi(configuration);
|
|
1033
|
+
|
|
1034
|
+
const { status, data } = await apiInstance.syncAccounts();
|
|
1035
|
+
```
|
|
1036
|
+
|
|
1037
|
+
### Parameters
|
|
1038
|
+
This endpoint does not have any parameters.
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
### Return type
|
|
1042
|
+
|
|
1043
|
+
**SyncAccounts200Response**
|
|
1044
|
+
|
|
1045
|
+
### Authorization
|
|
1046
|
+
|
|
1047
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1048
|
+
|
|
1049
|
+
### HTTP request headers
|
|
1050
|
+
|
|
1051
|
+
- **Content-Type**: Not defined
|
|
1052
|
+
- **Accept**: application/json
|
|
1053
|
+
|
|
1054
|
+
|
|
958
1055
|
### HTTP response details
|
|
959
1056
|
| Status code | Description | Response headers |
|
|
960
1057
|
|-------------|-------------|------------------|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateAnnouncementTranslation**](#updateannouncementtranslation) | **PUT** /announcements/{announcementId}/translations/{locale} | Update Announcement Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteAnnouncementTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteAnnouncementTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Announcement Translation endpoint
|
|
16
16
|
|
|
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.deleteAnnouncementTranslation(
|
|
|
44
44
|
|
|
45
45
|
### Return type
|
|
46
46
|
|
|
47
|
-
**
|
|
47
|
+
**SyncAccounts200Response**
|
|
48
48
|
|
|
49
49
|
### Authorization
|
|
50
50
|
|
|
@@ -181,7 +181,7 @@ const { status, data } = await apiInstance.getAnnouncementTranslations(
|
|
|
181
181
|
[[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)
|
|
182
182
|
|
|
183
183
|
# **updateAnnouncementTranslation**
|
|
184
|
-
>
|
|
184
|
+
> SyncAccounts200Response updateAnnouncementTranslation(announcementTranslationUpdateInputs)
|
|
185
185
|
|
|
186
186
|
Update Announcement Translation endpoint
|
|
187
187
|
|
|
@@ -219,7 +219,7 @@ const { status, data } = await apiInstance.updateAnnouncementTranslation(
|
|
|
219
219
|
|
|
220
220
|
### Return type
|
|
221
221
|
|
|
222
|
-
**
|
|
222
|
+
**SyncAccounts200Response**
|
|
223
223
|
|
|
224
224
|
### Authorization
|
|
225
225
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateBenefitTranslation**](#updatebenefittranslation) | **PUT** /benefits/{benefitId}/translations/{locale} | Update Benefit Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteBenefitTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteBenefitTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Benefit Translation endpoint
|
|
16
16
|
|
|
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.deleteBenefitTranslation(
|
|
|
44
44
|
|
|
45
45
|
### Return type
|
|
46
46
|
|
|
47
|
-
**
|
|
47
|
+
**SyncAccounts200Response**
|
|
48
48
|
|
|
49
49
|
### Authorization
|
|
50
50
|
|
|
@@ -181,7 +181,7 @@ const { status, data } = await apiInstance.getBenefitTranslations(
|
|
|
181
181
|
[[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)
|
|
182
182
|
|
|
183
183
|
# **updateBenefitTranslation**
|
|
184
|
-
>
|
|
184
|
+
> SyncAccounts200Response updateBenefitTranslation(benefitTranslationUpdateInputs)
|
|
185
185
|
|
|
186
186
|
Update Benefit Translation endpoint
|
|
187
187
|
|
|
@@ -219,7 +219,7 @@ const { status, data } = await apiInstance.updateBenefitTranslation(
|
|
|
219
219
|
|
|
220
220
|
### Return type
|
|
221
221
|
|
|
222
|
-
**
|
|
222
|
+
**SyncAccounts200Response**
|
|
223
223
|
|
|
224
224
|
### Authorization
|
|
225
225
|
|
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**updateBookingPlaceTranslation**](#updatebookingplacetranslation) | **PUT** /bookings/places/{placeId}/translations/{locale} | Update Booking Place Translation|
|
|
9
9
|
|
|
10
10
|
# **deleteBookingPlaceTranslation**
|
|
11
|
-
>
|
|
11
|
+
> SyncAccounts200Response deleteBookingPlaceTranslation()
|
|
12
12
|
|
|
13
13
|
Delete Booking Place Translation endpoint
|
|
14
14
|
|
|
@@ -42,7 +42,7 @@ const { status, data } = await apiInstance.deleteBookingPlaceTranslation(
|
|
|
42
42
|
|
|
43
43
|
### Return type
|
|
44
44
|
|
|
45
|
-
**
|
|
45
|
+
**SyncAccounts200Response**
|
|
46
46
|
|
|
47
47
|
### Authorization
|
|
48
48
|
|
|
@@ -62,7 +62,7 @@ const { status, data } = await apiInstance.deleteBookingPlaceTranslation(
|
|
|
62
62
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
63
63
|
|
|
64
64
|
# **updateBookingPlaceTranslation**
|
|
65
|
-
>
|
|
65
|
+
> SyncAccounts200Response updateBookingPlaceTranslation(bookingPlaceTranslationUpdateInputs)
|
|
66
66
|
|
|
67
67
|
Update Booking Place Translation endpoint
|
|
68
68
|
|
|
@@ -100,7 +100,7 @@ const { status, data } = await apiInstance.updateBookingPlaceTranslation(
|
|
|
100
100
|
|
|
101
101
|
### Return type
|
|
102
102
|
|
|
103
|
-
**
|
|
103
|
+
**SyncAccounts200Response**
|
|
104
104
|
|
|
105
105
|
### Authorization
|
|
106
106
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateBookingSpaceQuestionChoiceTranslation**](#updatebookingspacequestionchoicetranslation) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations/{locale} | Update Booking Space Question Choice Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteBookingSpaceQuestionChoiceTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteBookingSpaceQuestionChoiceTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Booking Space Question Choice Translation endpoint
|
|
16
16
|
|
|
@@ -53,7 +53,7 @@ const { status, data } = await apiInstance.deleteBookingSpaceQuestionChoiceTrans
|
|
|
53
53
|
|
|
54
54
|
### Return type
|
|
55
55
|
|
|
56
|
-
**
|
|
56
|
+
**SyncAccounts200Response**
|
|
57
57
|
|
|
58
58
|
### Authorization
|
|
59
59
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateBookingSpaceQuestionTranslation**](#updatebookingspacequestiontranslation) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Update Booking Space Question Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteBookingSpaceQuestionTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteBookingSpaceQuestionTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Booking Space Question Translation endpoint
|
|
16
16
|
|
|
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.deleteBookingSpaceQuestionTranslation
|
|
|
50
50
|
|
|
51
51
|
### Return type
|
|
52
52
|
|
|
53
|
-
**
|
|
53
|
+
**SyncAccounts200Response**
|
|
54
54
|
|
|
55
55
|
### Authorization
|
|
56
56
|
|
|
@@ -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
|
|