@connectedxm/admin-sdk 6.32.1 → 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.
Files changed (65) hide show
  1. package/.openapi-generator/FILES +1 -1
  2. package/README.md +4 -1
  3. package/api.ts +444 -207
  4. package/dist/api.d.ts +415 -303
  5. package/dist/api.js +209 -5
  6. package/dist/esm/api.d.ts +415 -303
  7. package/dist/esm/api.js +208 -4
  8. package/docs/AccountsApi.md +97 -0
  9. package/docs/AnnouncementsTranslationsApi.md +4 -4
  10. package/docs/BenefitsTranslationsApi.md +4 -4
  11. package/docs/BookingsPlacesTranslationsApi.md +4 -4
  12. package/docs/BookingsQuestionsChoicesTranslationsApi.md +2 -2
  13. package/docs/BookingsQuestionsTranslationsApi.md +2 -2
  14. package/docs/BookingsSpacesTranslationsApi.md +4 -4
  15. package/docs/ChannelsTranslationsApi.md +8 -8
  16. package/docs/DashboardsApi.md +2 -2
  17. package/docs/DashboardsWidgetsApi.md +2 -2
  18. package/docs/EventsAccessApi.md +4 -4
  19. package/docs/EventsActivationsTranslationsApi.md +2 -2
  20. package/docs/EventsAddonsTranslationsApi.md +2 -2
  21. package/docs/EventsApi.md +6 -6
  22. package/docs/EventsAttendeesApi.md +52 -0
  23. package/docs/EventsAttendeesPackagesApi.md +2 -2
  24. package/docs/EventsEmailsTranslationsApi.md +4 -4
  25. package/docs/EventsFaqsTranslationsApi.md +8 -8
  26. package/docs/EventsFollowupsTranslationsApi.md +4 -4
  27. package/docs/EventsMediaTranslationsApi.md +2 -2
  28. package/docs/EventsPagesTranslationsApi.md +4 -4
  29. package/docs/EventsPasstypesPriceschedulesApi.md +4 -4
  30. package/docs/EventsPasstypesRefundschedulesApi.md +4 -4
  31. package/docs/EventsPasstypesTranslationsApi.md +4 -4
  32. package/docs/EventsQuestionsApi.md +2 -2
  33. package/docs/EventsQuestionsTranslationsApi.md +8 -8
  34. package/docs/EventsRoomtypesTranslationsApi.md +4 -4
  35. package/docs/EventsSectionsTranslationsApi.md +4 -4
  36. package/docs/EventsSessionsApi.md +2 -2
  37. package/docs/EventsSessionsLocationsTranslationsApi.md +4 -4
  38. package/docs/EventsSessionsQuestionsApi.md +2 -2
  39. package/docs/EventsSessionsQuestionsTranslationsApi.md +8 -8
  40. package/docs/EventsSessionsSectionsTranslationsApi.md +4 -4
  41. package/docs/EventsSessionsTimesApi.md +2 -2
  42. package/docs/EventsSessionsTimesTranslationsApi.md +4 -4
  43. package/docs/EventsSessionsTranslationsApi.md +4 -4
  44. package/docs/EventsSpeakersTranslationsApi.md +4 -4
  45. package/docs/EventsTracksTranslationsApi.md +4 -4
  46. package/docs/EventsTranslationsApi.md +4 -4
  47. package/docs/GroupsTranslationsApi.md +4 -4
  48. package/docs/MeetingsParticipantsApi.md +4 -4
  49. package/docs/MeetingsSessionsApi.md +2 -2
  50. package/docs/NotificationPreferences.md +2 -0
  51. package/docs/NotificationType.md +2 -0
  52. package/docs/NotificationsApi.md +4 -4
  53. package/docs/OrganizationModulesSettingsTranslationsApi.md +4 -4
  54. package/docs/OrganizationPaymentsApi.md +2 -2
  55. package/docs/OrganizationTeammembersApi.md +2 -2
  56. package/docs/SeriesTranslationsApi.md +4 -4
  57. package/docs/SponsorsTranslationsApi.md +4 -4
  58. package/docs/StorageVideosApi.md +4 -4
  59. package/docs/StorageVideosCaptionsApi.md +2 -2
  60. package/docs/SurveysQuestionsApi.md +2 -2
  61. package/docs/SurveysQuestionsTranslationsApi.md +8 -8
  62. package/docs/SurveysSectionsTranslationsApi.md +4 -4
  63. package/docs/SurveysTranslationsApi.md +4 -4
  64. package/docs/{UpdateAnnouncementTranslation200Response.md → SyncAccounts200Response.md} +3 -3
  65. package/package.json +1 -1
package/dist/esm/api.js CHANGED
@@ -2112,6 +2112,7 @@ export var NotificationType;
2112
2112
  NotificationType["GroupRequestAccepted"] = "GROUP_REQUEST_ACCEPTED";
2113
2113
  NotificationType["Content"] = "CONTENT";
2114
2114
  NotificationType["SupportTicketMessage"] = "SUPPORT_TICKET_MESSAGE";
2115
+ NotificationType["Mention"] = "MENTION";
2115
2116
  })(NotificationType || (NotificationType = {}));
2116
2117
  export var OnSiteScanType;
2117
2118
  (function (OnSiteScanType) {
@@ -2526,6 +2527,10 @@ export var SurveyStatus;
2526
2527
  SurveyStatus["Published"] = "published";
2527
2528
  SurveyStatus["Archived"] = "archived";
2528
2529
  })(SurveyStatus || (SurveyStatus = {}));
2530
+ export var SyncAccounts200ResponseStatusEnum;
2531
+ (function (SyncAccounts200ResponseStatusEnum) {
2532
+ SyncAccounts200ResponseStatusEnum["Ok"] = "ok";
2533
+ })(SyncAccounts200ResponseStatusEnum || (SyncAccounts200ResponseStatusEnum = {}));
2529
2534
  export var SystemEventLogStatus;
2530
2535
  (function (SystemEventLogStatus) {
2531
2536
  SystemEventLogStatus["Pending"] = "pending";
@@ -2587,10 +2592,6 @@ export var ThreadType;
2587
2592
  ThreadType["Event"] = "event";
2588
2593
  ThreadType["Stream"] = "stream";
2589
2594
  })(ThreadType || (ThreadType = {}));
2590
- export var UpdateAnnouncementTranslation200ResponseStatusEnum;
2591
- (function (UpdateAnnouncementTranslation200ResponseStatusEnum) {
2592
- UpdateAnnouncementTranslation200ResponseStatusEnum["Ok"] = "ok";
2593
- })(UpdateAnnouncementTranslation200ResponseStatusEnum || (UpdateAnnouncementTranslation200ResponseStatusEnum = {}));
2594
2595
  export var UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum;
2595
2596
  (function (UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum) {
2596
2597
  UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum["Ok"] = "ok";
@@ -3418,6 +3419,70 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
3418
3419
  options: localVarRequestOptions,
3419
3420
  };
3420
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
+ }),
3421
3486
  /**
3422
3487
  * Update Account endpoint
3423
3488
  * @summary Update Account
@@ -3762,6 +3827,37 @@ export const AccountsApiFp = function (configuration) {
3762
3827
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3763
3828
  });
3764
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
+ },
3765
3861
  /**
3766
3862
  * Update Account endpoint
3767
3863
  * @summary Update Account
@@ -3947,6 +4043,25 @@ export const AccountsApiFactory = function (configuration, basePath, axios) {
3947
4043
  impersonateAccount(requestParameters, options) {
3948
4044
  return localVarFp.impersonateAccount(requestParameters.accountId, requestParameters.username, options).then((request) => request(axios, basePath));
3949
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
+ },
3950
4065
  /**
3951
4066
  * Update Account endpoint
3952
4067
  * @summary Update Account
@@ -4123,6 +4238,25 @@ export class AccountsApi extends BaseAPI {
4123
4238
  impersonateAccount(requestParameters, options) {
4124
4239
  return AccountsApiFp(this.configuration).impersonateAccount(requestParameters.accountId, requestParameters.username, options).then((request) => request(this.axios, this.basePath));
4125
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
+ }
4126
4260
  /**
4127
4261
  * Update Account endpoint
4128
4262
  * @summary Update Account
@@ -25071,6 +25205,40 @@ export const EventsAttendeesApiAxiosParamCreator = function (configuration) {
25071
25205
  options: localVarRequestOptions,
25072
25206
  };
25073
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
+ }),
25074
25242
  /**
25075
25243
  * Update Event Attendee endpoint
25076
25244
  * @summary Update Event Attendee
@@ -25319,6 +25487,22 @@ export const EventsAttendeesApiFp = function (configuration) {
25319
25487
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
25320
25488
  });
25321
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
+ },
25322
25506
  /**
25323
25507
  * Update Event Attendee endpoint
25324
25508
  * @summary Update Event Attendee
@@ -25445,6 +25629,16 @@ export const EventsAttendeesApiFactory = function (configuration, basePath, axio
25445
25629
  resendRegistrationConfirmationEmail(requestParameters, options) {
25446
25630
  return localVarFp.resendRegistrationConfirmationEmail(requestParameters.eventId, requestParameters.accountId, options).then((request) => request(axios, basePath));
25447
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
+ },
25448
25642
  /**
25449
25643
  * Update Event Attendee endpoint
25450
25644
  * @summary Update Event Attendee
@@ -25561,6 +25755,16 @@ export class EventsAttendeesApi extends BaseAPI {
25561
25755
  resendRegistrationConfirmationEmail(requestParameters, options) {
25562
25756
  return EventsAttendeesApiFp(this.configuration).resendRegistrationConfirmationEmail(requestParameters.eventId, requestParameters.accountId, options).then((request) => request(this.axios, this.basePath));
25563
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
+ }
25564
25768
  /**
25565
25769
  * Update Event Attendee endpoint
25566
25770
  * @summary Update Event Attendee
@@ -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
- > UpdateAnnouncementTranslation200Response deleteAnnouncementTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response updateAnnouncementTranslation(announcementTranslationUpdateInputs)
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteBenefitTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response updateBenefitTranslation(benefitTranslationUpdateInputs)
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteBookingPlaceTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response updateBookingPlaceTranslation(bookingPlaceTranslationUpdateInputs)
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteBookingSpaceQuestionChoiceTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteBookingSpaceQuestionTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteBookingSpaceTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response updateBookingSpaceTranslation(bookingSpaceTranslationUpdateInputs)
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteChannelContentGuestTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteChannelContentTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response deleteChannelTranslation()
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
- **UpdateAnnouncementTranslation200Response**
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
- > UpdateAnnouncementTranslation200Response updateChannelContentTranslation(channelContentTranslationUpdateInputs)
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
- **UpdateAnnouncementTranslation200Response**
666
+ **SyncAccounts200Response**
667
667
 
668
668
  ### Authorization
669
669
 
@@ -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
- > UpdateAnnouncementTranslation200Response deleteDashboard()
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
- **UpdateAnnouncementTranslation200Response**
97
+ **SyncAccounts200Response**
98
98
 
99
99
  ### Authorization
100
100