@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
package/dist/esm/api.js
CHANGED
|
@@ -589,6 +589,11 @@ export var EmailReceiptStatus;
|
|
|
589
589
|
EmailReceiptStatus["Complaint"] = "complaint";
|
|
590
590
|
EmailReceiptStatus["Opened"] = "opened";
|
|
591
591
|
})(EmailReceiptStatus || (EmailReceiptStatus = {}));
|
|
592
|
+
export var EventActivationRewardType;
|
|
593
|
+
(function (EventActivationRewardType) {
|
|
594
|
+
EventActivationRewardType["Max"] = "max";
|
|
595
|
+
EventActivationRewardType["Input"] = "input";
|
|
596
|
+
})(EventActivationRewardType || (EventActivationRewardType = {}));
|
|
592
597
|
export var EventActivationType;
|
|
593
598
|
(function (EventActivationType) {
|
|
594
599
|
EventActivationType["Public"] = "public";
|
|
@@ -2527,6 +2532,10 @@ export var SurveyStatus;
|
|
|
2527
2532
|
SurveyStatus["Published"] = "published";
|
|
2528
2533
|
SurveyStatus["Archived"] = "archived";
|
|
2529
2534
|
})(SurveyStatus || (SurveyStatus = {}));
|
|
2535
|
+
export var SyncAccounts200ResponseStatusEnum;
|
|
2536
|
+
(function (SyncAccounts200ResponseStatusEnum) {
|
|
2537
|
+
SyncAccounts200ResponseStatusEnum["Ok"] = "ok";
|
|
2538
|
+
})(SyncAccounts200ResponseStatusEnum || (SyncAccounts200ResponseStatusEnum = {}));
|
|
2530
2539
|
export var SystemEventLogStatus;
|
|
2531
2540
|
(function (SystemEventLogStatus) {
|
|
2532
2541
|
SystemEventLogStatus["Pending"] = "pending";
|
|
@@ -2588,10 +2597,6 @@ export var ThreadType;
|
|
|
2588
2597
|
ThreadType["Event"] = "event";
|
|
2589
2598
|
ThreadType["Stream"] = "stream";
|
|
2590
2599
|
})(ThreadType || (ThreadType = {}));
|
|
2591
|
-
export var UpdateAnnouncementTranslation200ResponseStatusEnum;
|
|
2592
|
-
(function (UpdateAnnouncementTranslation200ResponseStatusEnum) {
|
|
2593
|
-
UpdateAnnouncementTranslation200ResponseStatusEnum["Ok"] = "ok";
|
|
2594
|
-
})(UpdateAnnouncementTranslation200ResponseStatusEnum || (UpdateAnnouncementTranslation200ResponseStatusEnum = {}));
|
|
2595
2600
|
export var UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum;
|
|
2596
2601
|
(function (UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum) {
|
|
2597
2602
|
UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum["Ok"] = "ok";
|
|
@@ -3419,6 +3424,70 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
3419
3424
|
options: localVarRequestOptions,
|
|
3420
3425
|
};
|
|
3421
3426
|
}),
|
|
3427
|
+
/**
|
|
3428
|
+
* Sync Account endpoint
|
|
3429
|
+
* @summary Sync Account
|
|
3430
|
+
* @param {string} accountId The account identifier
|
|
3431
|
+
* @param {*} [options] Override http request option.
|
|
3432
|
+
* @throws {RequiredError}
|
|
3433
|
+
*/
|
|
3434
|
+
syncAccount: (accountId_1, ...args_1) => __awaiter(this, [accountId_1, ...args_1], void 0, function* (accountId, options = {}) {
|
|
3435
|
+
// verify required parameter 'accountId' is not null or undefined
|
|
3436
|
+
assertParamExists('syncAccount', 'accountId', accountId);
|
|
3437
|
+
const localVarPath = `/accounts/{accountId}/sync`
|
|
3438
|
+
.replace(`{${"accountId"}}`, encodeURIComponent(String(accountId)));
|
|
3439
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3440
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3441
|
+
let baseOptions;
|
|
3442
|
+
if (configuration) {
|
|
3443
|
+
baseOptions = configuration.baseOptions;
|
|
3444
|
+
}
|
|
3445
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3446
|
+
const localVarHeaderParameter = {};
|
|
3447
|
+
const localVarQueryParameter = {};
|
|
3448
|
+
// authentication ApiKeyAuth required
|
|
3449
|
+
yield setApiKeyToObject(localVarHeaderParameter, "api-key", configuration);
|
|
3450
|
+
// authentication OrganizationId required
|
|
3451
|
+
yield setApiKeyToObject(localVarHeaderParameter, "organization", configuration);
|
|
3452
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
3453
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3454
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3455
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3456
|
+
return {
|
|
3457
|
+
url: toPathString(localVarUrlObj),
|
|
3458
|
+
options: localVarRequestOptions,
|
|
3459
|
+
};
|
|
3460
|
+
}),
|
|
3461
|
+
/**
|
|
3462
|
+
* Sync Accounts endpoint
|
|
3463
|
+
* @summary Sync Accounts
|
|
3464
|
+
* @param {*} [options] Override http request option.
|
|
3465
|
+
* @throws {RequiredError}
|
|
3466
|
+
*/
|
|
3467
|
+
syncAccounts: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
3468
|
+
const localVarPath = `/accounts/sync`;
|
|
3469
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3470
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3471
|
+
let baseOptions;
|
|
3472
|
+
if (configuration) {
|
|
3473
|
+
baseOptions = configuration.baseOptions;
|
|
3474
|
+
}
|
|
3475
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3476
|
+
const localVarHeaderParameter = {};
|
|
3477
|
+
const localVarQueryParameter = {};
|
|
3478
|
+
// authentication ApiKeyAuth required
|
|
3479
|
+
yield setApiKeyToObject(localVarHeaderParameter, "api-key", configuration);
|
|
3480
|
+
// authentication OrganizationId required
|
|
3481
|
+
yield setApiKeyToObject(localVarHeaderParameter, "organization", configuration);
|
|
3482
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
3483
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3484
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3485
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3486
|
+
return {
|
|
3487
|
+
url: toPathString(localVarUrlObj),
|
|
3488
|
+
options: localVarRequestOptions,
|
|
3489
|
+
};
|
|
3490
|
+
}),
|
|
3422
3491
|
/**
|
|
3423
3492
|
* Update Account endpoint
|
|
3424
3493
|
* @summary Update Account
|
|
@@ -3763,6 +3832,37 @@ export const AccountsApiFp = function (configuration) {
|
|
|
3763
3832
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3764
3833
|
});
|
|
3765
3834
|
},
|
|
3835
|
+
/**
|
|
3836
|
+
* Sync Account endpoint
|
|
3837
|
+
* @summary Sync Account
|
|
3838
|
+
* @param {string} accountId The account identifier
|
|
3839
|
+
* @param {*} [options] Override http request option.
|
|
3840
|
+
* @throws {RequiredError}
|
|
3841
|
+
*/
|
|
3842
|
+
syncAccount(accountId, options) {
|
|
3843
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3844
|
+
var _a, _b, _c;
|
|
3845
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncAccount(accountId, options);
|
|
3846
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3847
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccountsApi.syncAccount']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3848
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3849
|
+
});
|
|
3850
|
+
},
|
|
3851
|
+
/**
|
|
3852
|
+
* Sync Accounts endpoint
|
|
3853
|
+
* @summary Sync Accounts
|
|
3854
|
+
* @param {*} [options] Override http request option.
|
|
3855
|
+
* @throws {RequiredError}
|
|
3856
|
+
*/
|
|
3857
|
+
syncAccounts(options) {
|
|
3858
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3859
|
+
var _a, _b, _c;
|
|
3860
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncAccounts(options);
|
|
3861
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3862
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccountsApi.syncAccounts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3863
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3864
|
+
});
|
|
3865
|
+
},
|
|
3766
3866
|
/**
|
|
3767
3867
|
* Update Account endpoint
|
|
3768
3868
|
* @summary Update Account
|
|
@@ -3948,6 +4048,25 @@ export const AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
3948
4048
|
impersonateAccount(requestParameters, options) {
|
|
3949
4049
|
return localVarFp.impersonateAccount(requestParameters.accountId, requestParameters.username, options).then((request) => request(axios, basePath));
|
|
3950
4050
|
},
|
|
4051
|
+
/**
|
|
4052
|
+
* Sync Account endpoint
|
|
4053
|
+
* @summary Sync Account
|
|
4054
|
+
* @param {AccountsApiSyncAccountRequest} requestParameters Request parameters.
|
|
4055
|
+
* @param {*} [options] Override http request option.
|
|
4056
|
+
* @throws {RequiredError}
|
|
4057
|
+
*/
|
|
4058
|
+
syncAccount(requestParameters, options) {
|
|
4059
|
+
return localVarFp.syncAccount(requestParameters.accountId, options).then((request) => request(axios, basePath));
|
|
4060
|
+
},
|
|
4061
|
+
/**
|
|
4062
|
+
* Sync Accounts endpoint
|
|
4063
|
+
* @summary Sync Accounts
|
|
4064
|
+
* @param {*} [options] Override http request option.
|
|
4065
|
+
* @throws {RequiredError}
|
|
4066
|
+
*/
|
|
4067
|
+
syncAccounts(options) {
|
|
4068
|
+
return localVarFp.syncAccounts(options).then((request) => request(axios, basePath));
|
|
4069
|
+
},
|
|
3951
4070
|
/**
|
|
3952
4071
|
* Update Account endpoint
|
|
3953
4072
|
* @summary Update Account
|
|
@@ -4124,6 +4243,25 @@ export class AccountsApi extends BaseAPI {
|
|
|
4124
4243
|
impersonateAccount(requestParameters, options) {
|
|
4125
4244
|
return AccountsApiFp(this.configuration).impersonateAccount(requestParameters.accountId, requestParameters.username, options).then((request) => request(this.axios, this.basePath));
|
|
4126
4245
|
}
|
|
4246
|
+
/**
|
|
4247
|
+
* Sync Account endpoint
|
|
4248
|
+
* @summary Sync Account
|
|
4249
|
+
* @param {AccountsApiSyncAccountRequest} requestParameters Request parameters.
|
|
4250
|
+
* @param {*} [options] Override http request option.
|
|
4251
|
+
* @throws {RequiredError}
|
|
4252
|
+
*/
|
|
4253
|
+
syncAccount(requestParameters, options) {
|
|
4254
|
+
return AccountsApiFp(this.configuration).syncAccount(requestParameters.accountId, options).then((request) => request(this.axios, this.basePath));
|
|
4255
|
+
}
|
|
4256
|
+
/**
|
|
4257
|
+
* Sync Accounts endpoint
|
|
4258
|
+
* @summary Sync Accounts
|
|
4259
|
+
* @param {*} [options] Override http request option.
|
|
4260
|
+
* @throws {RequiredError}
|
|
4261
|
+
*/
|
|
4262
|
+
syncAccounts(options) {
|
|
4263
|
+
return AccountsApiFp(this.configuration).syncAccounts(options).then((request) => request(this.axios, this.basePath));
|
|
4264
|
+
}
|
|
4127
4265
|
/**
|
|
4128
4266
|
* Update Account endpoint
|
|
4129
4267
|
* @summary Update Account
|
|
@@ -22687,6 +22825,44 @@ export const EventsActivationsSessionsApiAxiosParamCreator = function (configura
|
|
|
22687
22825
|
options: localVarRequestOptions,
|
|
22688
22826
|
};
|
|
22689
22827
|
}),
|
|
22828
|
+
/**
|
|
22829
|
+
* Remove Event Activation Sessions endpoint
|
|
22830
|
+
* @summary Remove Event Activation Sessions
|
|
22831
|
+
* @param {string} eventId The event identifier
|
|
22832
|
+
* @param {string} activationId The activation identifier
|
|
22833
|
+
* @param {*} [options] Override http request option.
|
|
22834
|
+
* @throws {RequiredError}
|
|
22835
|
+
*/
|
|
22836
|
+
removeEventActivationSessions: (eventId_1, activationId_1, ...args_1) => __awaiter(this, [eventId_1, activationId_1, ...args_1], void 0, function* (eventId, activationId, options = {}) {
|
|
22837
|
+
// verify required parameter 'eventId' is not null or undefined
|
|
22838
|
+
assertParamExists('removeEventActivationSessions', 'eventId', eventId);
|
|
22839
|
+
// verify required parameter 'activationId' is not null or undefined
|
|
22840
|
+
assertParamExists('removeEventActivationSessions', 'activationId', activationId);
|
|
22841
|
+
const localVarPath = `/events/{eventId}/activations/{activationId}/sessions`
|
|
22842
|
+
.replace(`{${"eventId"}}`, encodeURIComponent(String(eventId)))
|
|
22843
|
+
.replace(`{${"activationId"}}`, encodeURIComponent(String(activationId)));
|
|
22844
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
22845
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
22846
|
+
let baseOptions;
|
|
22847
|
+
if (configuration) {
|
|
22848
|
+
baseOptions = configuration.baseOptions;
|
|
22849
|
+
}
|
|
22850
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
22851
|
+
const localVarHeaderParameter = {};
|
|
22852
|
+
const localVarQueryParameter = {};
|
|
22853
|
+
// authentication ApiKeyAuth required
|
|
22854
|
+
yield setApiKeyToObject(localVarHeaderParameter, "api-key", configuration);
|
|
22855
|
+
// authentication OrganizationId required
|
|
22856
|
+
yield setApiKeyToObject(localVarHeaderParameter, "organization", configuration);
|
|
22857
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
22858
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
22859
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
22860
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
22861
|
+
return {
|
|
22862
|
+
url: toPathString(localVarUrlObj),
|
|
22863
|
+
options: localVarRequestOptions,
|
|
22864
|
+
};
|
|
22865
|
+
}),
|
|
22690
22866
|
};
|
|
22691
22867
|
};
|
|
22692
22868
|
/**
|
|
@@ -22731,6 +22907,23 @@ export const EventsActivationsSessionsApiFp = function (configuration) {
|
|
|
22731
22907
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
22732
22908
|
});
|
|
22733
22909
|
},
|
|
22910
|
+
/**
|
|
22911
|
+
* Remove Event Activation Sessions endpoint
|
|
22912
|
+
* @summary Remove Event Activation Sessions
|
|
22913
|
+
* @param {string} eventId The event identifier
|
|
22914
|
+
* @param {string} activationId The activation identifier
|
|
22915
|
+
* @param {*} [options] Override http request option.
|
|
22916
|
+
* @throws {RequiredError}
|
|
22917
|
+
*/
|
|
22918
|
+
removeEventActivationSessions(eventId, activationId, options) {
|
|
22919
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
22920
|
+
var _a, _b, _c;
|
|
22921
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.removeEventActivationSessions(eventId, activationId, options);
|
|
22922
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
22923
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EventsActivationsSessionsApi.removeEventActivationSessions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
22924
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
22925
|
+
});
|
|
22926
|
+
},
|
|
22734
22927
|
};
|
|
22735
22928
|
};
|
|
22736
22929
|
/**
|
|
@@ -22759,6 +22952,16 @@ export const EventsActivationsSessionsApiFactory = function (configuration, base
|
|
|
22759
22952
|
removeEventActivationSession(requestParameters, options) {
|
|
22760
22953
|
return localVarFp.removeEventActivationSession(requestParameters.eventId, requestParameters.activationId, requestParameters.sessionId, options).then((request) => request(axios, basePath));
|
|
22761
22954
|
},
|
|
22955
|
+
/**
|
|
22956
|
+
* Remove Event Activation Sessions endpoint
|
|
22957
|
+
* @summary Remove Event Activation Sessions
|
|
22958
|
+
* @param {EventsActivationsSessionsApiRemoveEventActivationSessionsRequest} requestParameters Request parameters.
|
|
22959
|
+
* @param {*} [options] Override http request option.
|
|
22960
|
+
* @throws {RequiredError}
|
|
22961
|
+
*/
|
|
22962
|
+
removeEventActivationSessions(requestParameters, options) {
|
|
22963
|
+
return localVarFp.removeEventActivationSessions(requestParameters.eventId, requestParameters.activationId, options).then((request) => request(axios, basePath));
|
|
22964
|
+
},
|
|
22762
22965
|
};
|
|
22763
22966
|
};
|
|
22764
22967
|
/**
|
|
@@ -22785,6 +22988,16 @@ export class EventsActivationsSessionsApi extends BaseAPI {
|
|
|
22785
22988
|
removeEventActivationSession(requestParameters, options) {
|
|
22786
22989
|
return EventsActivationsSessionsApiFp(this.configuration).removeEventActivationSession(requestParameters.eventId, requestParameters.activationId, requestParameters.sessionId, options).then((request) => request(this.axios, this.basePath));
|
|
22787
22990
|
}
|
|
22991
|
+
/**
|
|
22992
|
+
* Remove Event Activation Sessions endpoint
|
|
22993
|
+
* @summary Remove Event Activation Sessions
|
|
22994
|
+
* @param {EventsActivationsSessionsApiRemoveEventActivationSessionsRequest} requestParameters Request parameters.
|
|
22995
|
+
* @param {*} [options] Override http request option.
|
|
22996
|
+
* @throws {RequiredError}
|
|
22997
|
+
*/
|
|
22998
|
+
removeEventActivationSessions(requestParameters, options) {
|
|
22999
|
+
return EventsActivationsSessionsApiFp(this.configuration).removeEventActivationSessions(requestParameters.eventId, requestParameters.activationId, options).then((request) => request(this.axios, this.basePath));
|
|
23000
|
+
}
|
|
22788
23001
|
}
|
|
22789
23002
|
/**
|
|
22790
23003
|
* EventsActivationsTranslationsApi - axios parameter creator
|
|
@@ -25072,6 +25285,40 @@ export const EventsAttendeesApiAxiosParamCreator = function (configuration) {
|
|
|
25072
25285
|
options: localVarRequestOptions,
|
|
25073
25286
|
};
|
|
25074
25287
|
}),
|
|
25288
|
+
/**
|
|
25289
|
+
* Sync Event Attendees endpoint
|
|
25290
|
+
* @summary Sync Event Attendees
|
|
25291
|
+
* @param {string} eventId The event identifier
|
|
25292
|
+
* @param {*} [options] Override http request option.
|
|
25293
|
+
* @throws {RequiredError}
|
|
25294
|
+
*/
|
|
25295
|
+
syncEventAttendees: (eventId_1, ...args_1) => __awaiter(this, [eventId_1, ...args_1], void 0, function* (eventId, options = {}) {
|
|
25296
|
+
// verify required parameter 'eventId' is not null or undefined
|
|
25297
|
+
assertParamExists('syncEventAttendees', 'eventId', eventId);
|
|
25298
|
+
const localVarPath = `/events/{eventId}/attendees/sync`
|
|
25299
|
+
.replace(`{${"eventId"}}`, encodeURIComponent(String(eventId)));
|
|
25300
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
25301
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
25302
|
+
let baseOptions;
|
|
25303
|
+
if (configuration) {
|
|
25304
|
+
baseOptions = configuration.baseOptions;
|
|
25305
|
+
}
|
|
25306
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
25307
|
+
const localVarHeaderParameter = {};
|
|
25308
|
+
const localVarQueryParameter = {};
|
|
25309
|
+
// authentication ApiKeyAuth required
|
|
25310
|
+
yield setApiKeyToObject(localVarHeaderParameter, "api-key", configuration);
|
|
25311
|
+
// authentication OrganizationId required
|
|
25312
|
+
yield setApiKeyToObject(localVarHeaderParameter, "organization", configuration);
|
|
25313
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
25314
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
25315
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
25316
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
25317
|
+
return {
|
|
25318
|
+
url: toPathString(localVarUrlObj),
|
|
25319
|
+
options: localVarRequestOptions,
|
|
25320
|
+
};
|
|
25321
|
+
}),
|
|
25075
25322
|
/**
|
|
25076
25323
|
* Update Event Attendee endpoint
|
|
25077
25324
|
* @summary Update Event Attendee
|
|
@@ -25320,6 +25567,22 @@ export const EventsAttendeesApiFp = function (configuration) {
|
|
|
25320
25567
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
25321
25568
|
});
|
|
25322
25569
|
},
|
|
25570
|
+
/**
|
|
25571
|
+
* Sync Event Attendees endpoint
|
|
25572
|
+
* @summary Sync Event Attendees
|
|
25573
|
+
* @param {string} eventId The event identifier
|
|
25574
|
+
* @param {*} [options] Override http request option.
|
|
25575
|
+
* @throws {RequiredError}
|
|
25576
|
+
*/
|
|
25577
|
+
syncEventAttendees(eventId, options) {
|
|
25578
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
25579
|
+
var _a, _b, _c;
|
|
25580
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncEventAttendees(eventId, options);
|
|
25581
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
25582
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EventsAttendeesApi.syncEventAttendees']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
25583
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
25584
|
+
});
|
|
25585
|
+
},
|
|
25323
25586
|
/**
|
|
25324
25587
|
* Update Event Attendee endpoint
|
|
25325
25588
|
* @summary Update Event Attendee
|
|
@@ -25446,6 +25709,16 @@ export const EventsAttendeesApiFactory = function (configuration, basePath, axio
|
|
|
25446
25709
|
resendRegistrationConfirmationEmail(requestParameters, options) {
|
|
25447
25710
|
return localVarFp.resendRegistrationConfirmationEmail(requestParameters.eventId, requestParameters.accountId, options).then((request) => request(axios, basePath));
|
|
25448
25711
|
},
|
|
25712
|
+
/**
|
|
25713
|
+
* Sync Event Attendees endpoint
|
|
25714
|
+
* @summary Sync Event Attendees
|
|
25715
|
+
* @param {EventsAttendeesApiSyncEventAttendeesRequest} requestParameters Request parameters.
|
|
25716
|
+
* @param {*} [options] Override http request option.
|
|
25717
|
+
* @throws {RequiredError}
|
|
25718
|
+
*/
|
|
25719
|
+
syncEventAttendees(requestParameters, options) {
|
|
25720
|
+
return localVarFp.syncEventAttendees(requestParameters.eventId, options).then((request) => request(axios, basePath));
|
|
25721
|
+
},
|
|
25449
25722
|
/**
|
|
25450
25723
|
* Update Event Attendee endpoint
|
|
25451
25724
|
* @summary Update Event Attendee
|
|
@@ -25562,6 +25835,16 @@ export class EventsAttendeesApi extends BaseAPI {
|
|
|
25562
25835
|
resendRegistrationConfirmationEmail(requestParameters, options) {
|
|
25563
25836
|
return EventsAttendeesApiFp(this.configuration).resendRegistrationConfirmationEmail(requestParameters.eventId, requestParameters.accountId, options).then((request) => request(this.axios, this.basePath));
|
|
25564
25837
|
}
|
|
25838
|
+
/**
|
|
25839
|
+
* Sync Event Attendees endpoint
|
|
25840
|
+
* @summary Sync Event Attendees
|
|
25841
|
+
* @param {EventsAttendeesApiSyncEventAttendeesRequest} requestParameters Request parameters.
|
|
25842
|
+
* @param {*} [options] Override http request option.
|
|
25843
|
+
* @throws {RequiredError}
|
|
25844
|
+
*/
|
|
25845
|
+
syncEventAttendees(requestParameters, options) {
|
|
25846
|
+
return EventsAttendeesApiFp(this.configuration).syncEventAttendees(requestParameters.eventId, options).then((request) => request(this.axios, this.basePath));
|
|
25847
|
+
}
|
|
25565
25848
|
/**
|
|
25566
25849
|
* Update Event Attendee endpoint
|
|
25567
25850
|
* @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
|
|
|
@@ -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]
|
|
@@ -33,6 +34,7 @@ const instance: BaseEventActivation = {
|
|
|
33
34
|
maxPoints,
|
|
34
35
|
startAfter,
|
|
35
36
|
type,
|
|
37
|
+
rewardType,
|
|
36
38
|
accessLevel,
|
|
37
39
|
sortOrder,
|
|
38
40
|
survey,
|
|
@@ -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
|
|