@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/api.d.ts
CHANGED
|
@@ -12022,6 +12022,14 @@ export interface SurveyUpdateInputs {
|
|
|
12022
12022
|
'eventId'?: string | null;
|
|
12023
12023
|
'activationId'?: string | null;
|
|
12024
12024
|
}
|
|
12025
|
+
export interface SyncAccounts200Response {
|
|
12026
|
+
'status': SyncAccounts200ResponseStatusEnum;
|
|
12027
|
+
'message': string;
|
|
12028
|
+
'data': object;
|
|
12029
|
+
}
|
|
12030
|
+
export declare enum SyncAccounts200ResponseStatusEnum {
|
|
12031
|
+
Ok = "ok"
|
|
12032
|
+
}
|
|
12025
12033
|
export interface SystemEventLog {
|
|
12026
12034
|
'id': string;
|
|
12027
12035
|
'organizationId': string;
|
|
@@ -12374,14 +12382,6 @@ export interface TriggerUpdateInputs {
|
|
|
12374
12382
|
'code'?: string | null;
|
|
12375
12383
|
'enabled'?: boolean;
|
|
12376
12384
|
}
|
|
12377
|
-
export interface UpdateAnnouncementTranslation200Response {
|
|
12378
|
-
'status': UpdateAnnouncementTranslation200ResponseStatusEnum;
|
|
12379
|
-
'message': string;
|
|
12380
|
-
'data': object;
|
|
12381
|
-
}
|
|
12382
|
-
export declare enum UpdateAnnouncementTranslation200ResponseStatusEnum {
|
|
12383
|
-
Ok = "ok"
|
|
12384
|
-
}
|
|
12385
12385
|
export interface UpdateBookingSpaceQuestionChoiceTranslation200Response {
|
|
12386
12386
|
'status': UpdateBookingSpaceQuestionChoiceTranslation200ResponseStatusEnum;
|
|
12387
12387
|
'message': string;
|
|
@@ -12841,6 +12841,21 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
12841
12841
|
* @throws {RequiredError}
|
|
12842
12842
|
*/
|
|
12843
12843
|
impersonateAccount: (accountId: string, username: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12844
|
+
/**
|
|
12845
|
+
* Sync Account endpoint
|
|
12846
|
+
* @summary Sync Account
|
|
12847
|
+
* @param {string} accountId The account identifier
|
|
12848
|
+
* @param {*} [options] Override http request option.
|
|
12849
|
+
* @throws {RequiredError}
|
|
12850
|
+
*/
|
|
12851
|
+
syncAccount: (accountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12852
|
+
/**
|
|
12853
|
+
* Sync Accounts endpoint
|
|
12854
|
+
* @summary Sync Accounts
|
|
12855
|
+
* @param {*} [options] Override http request option.
|
|
12856
|
+
* @throws {RequiredError}
|
|
12857
|
+
*/
|
|
12858
|
+
syncAccounts: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12844
12859
|
/**
|
|
12845
12860
|
* Update Account endpoint
|
|
12846
12861
|
* @summary Update Account
|
|
@@ -13024,6 +13039,21 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
13024
13039
|
* @throws {RequiredError}
|
|
13025
13040
|
*/
|
|
13026
13041
|
impersonateAccount(accountId: string, username: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ImpersonateAccount200Response>>;
|
|
13042
|
+
/**
|
|
13043
|
+
* Sync Account endpoint
|
|
13044
|
+
* @summary Sync Account
|
|
13045
|
+
* @param {string} accountId The account identifier
|
|
13046
|
+
* @param {*} [options] Override http request option.
|
|
13047
|
+
* @throws {RequiredError}
|
|
13048
|
+
*/
|
|
13049
|
+
syncAccount(accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
13050
|
+
/**
|
|
13051
|
+
* Sync Accounts endpoint
|
|
13052
|
+
* @summary Sync Accounts
|
|
13053
|
+
* @param {*} [options] Override http request option.
|
|
13054
|
+
* @throws {RequiredError}
|
|
13055
|
+
*/
|
|
13056
|
+
syncAccounts(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
13027
13057
|
/**
|
|
13028
13058
|
* Update Account endpoint
|
|
13029
13059
|
* @summary Update Account
|
|
@@ -13166,6 +13196,21 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
13166
13196
|
* @throws {RequiredError}
|
|
13167
13197
|
*/
|
|
13168
13198
|
impersonateAccount(requestParameters: AccountsApiImpersonateAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<ImpersonateAccount200Response>;
|
|
13199
|
+
/**
|
|
13200
|
+
* Sync Account endpoint
|
|
13201
|
+
* @summary Sync Account
|
|
13202
|
+
* @param {AccountsApiSyncAccountRequest} requestParameters Request parameters.
|
|
13203
|
+
* @param {*} [options] Override http request option.
|
|
13204
|
+
* @throws {RequiredError}
|
|
13205
|
+
*/
|
|
13206
|
+
syncAccount(requestParameters: AccountsApiSyncAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
13207
|
+
/**
|
|
13208
|
+
* Sync Accounts endpoint
|
|
13209
|
+
* @summary Sync Accounts
|
|
13210
|
+
* @param {*} [options] Override http request option.
|
|
13211
|
+
* @throws {RequiredError}
|
|
13212
|
+
*/
|
|
13213
|
+
syncAccounts(options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
13169
13214
|
/**
|
|
13170
13215
|
* Update Account endpoint
|
|
13171
13216
|
* @summary Update Account
|
|
@@ -13480,6 +13525,15 @@ export interface AccountsApiImpersonateAccountRequest {
|
|
|
13480
13525
|
*/
|
|
13481
13526
|
readonly username: string;
|
|
13482
13527
|
}
|
|
13528
|
+
/**
|
|
13529
|
+
* Request parameters for syncAccount operation in AccountsApi.
|
|
13530
|
+
*/
|
|
13531
|
+
export interface AccountsApiSyncAccountRequest {
|
|
13532
|
+
/**
|
|
13533
|
+
* The account identifier
|
|
13534
|
+
*/
|
|
13535
|
+
readonly accountId: string;
|
|
13536
|
+
}
|
|
13483
13537
|
/**
|
|
13484
13538
|
* Request parameters for updateAccount operation in AccountsApi.
|
|
13485
13539
|
*/
|
|
@@ -13622,6 +13676,21 @@ export declare class AccountsApi extends BaseAPI {
|
|
|
13622
13676
|
* @throws {RequiredError}
|
|
13623
13677
|
*/
|
|
13624
13678
|
impersonateAccount(requestParameters: AccountsApiImpersonateAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImpersonateAccount200Response, any, {}>>;
|
|
13679
|
+
/**
|
|
13680
|
+
* Sync Account endpoint
|
|
13681
|
+
* @summary Sync Account
|
|
13682
|
+
* @param {AccountsApiSyncAccountRequest} requestParameters Request parameters.
|
|
13683
|
+
* @param {*} [options] Override http request option.
|
|
13684
|
+
* @throws {RequiredError}
|
|
13685
|
+
*/
|
|
13686
|
+
syncAccount(requestParameters: AccountsApiSyncAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
13687
|
+
/**
|
|
13688
|
+
* Sync Accounts endpoint
|
|
13689
|
+
* @summary Sync Accounts
|
|
13690
|
+
* @param {*} [options] Override http request option.
|
|
13691
|
+
* @throws {RequiredError}
|
|
13692
|
+
*/
|
|
13693
|
+
syncAccounts(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
13625
13694
|
/**
|
|
13626
13695
|
* Update Account endpoint
|
|
13627
13696
|
* @summary Update Account
|
|
@@ -16833,7 +16902,7 @@ export declare const AnnouncementsTranslationsApiFp: (configuration?: Configurat
|
|
|
16833
16902
|
* @param {*} [options] Override http request option.
|
|
16834
16903
|
* @throws {RequiredError}
|
|
16835
16904
|
*/
|
|
16836
|
-
deleteAnnouncementTranslation(announcementId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
16905
|
+
deleteAnnouncementTranslation(announcementId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
16837
16906
|
/**
|
|
16838
16907
|
* Get Announcement Translation endpoint
|
|
16839
16908
|
* @summary Get Announcement Translation
|
|
@@ -16864,7 +16933,7 @@ export declare const AnnouncementsTranslationsApiFp: (configuration?: Configurat
|
|
|
16864
16933
|
* @param {*} [options] Override http request option.
|
|
16865
16934
|
* @throws {RequiredError}
|
|
16866
16935
|
*/
|
|
16867
|
-
updateAnnouncementTranslation(announcementId: string, locale: string, announcementTranslationUpdateInputs: AnnouncementTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
16936
|
+
updateAnnouncementTranslation(announcementId: string, locale: string, announcementTranslationUpdateInputs: AnnouncementTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
16868
16937
|
};
|
|
16869
16938
|
/**
|
|
16870
16939
|
* AnnouncementsTranslationsApi - factory interface
|
|
@@ -16877,7 +16946,7 @@ export declare const AnnouncementsTranslationsApiFactory: (configuration?: Confi
|
|
|
16877
16946
|
* @param {*} [options] Override http request option.
|
|
16878
16947
|
* @throws {RequiredError}
|
|
16879
16948
|
*/
|
|
16880
|
-
deleteAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiDeleteAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
16949
|
+
deleteAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiDeleteAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
16881
16950
|
/**
|
|
16882
16951
|
* Get Announcement Translation endpoint
|
|
16883
16952
|
* @summary Get Announcement Translation
|
|
@@ -16901,7 +16970,7 @@ export declare const AnnouncementsTranslationsApiFactory: (configuration?: Confi
|
|
|
16901
16970
|
* @param {*} [options] Override http request option.
|
|
16902
16971
|
* @throws {RequiredError}
|
|
16903
16972
|
*/
|
|
16904
|
-
updateAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiUpdateAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
16973
|
+
updateAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiUpdateAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
16905
16974
|
};
|
|
16906
16975
|
/**
|
|
16907
16976
|
* Request parameters for deleteAnnouncementTranslation operation in AnnouncementsTranslationsApi.
|
|
@@ -16979,7 +17048,7 @@ export declare class AnnouncementsTranslationsApi extends BaseAPI {
|
|
|
16979
17048
|
* @param {*} [options] Override http request option.
|
|
16980
17049
|
* @throws {RequiredError}
|
|
16981
17050
|
*/
|
|
16982
|
-
deleteAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiDeleteAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
17051
|
+
deleteAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiDeleteAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
16983
17052
|
/**
|
|
16984
17053
|
* Get Announcement Translation endpoint
|
|
16985
17054
|
* @summary Get Announcement Translation
|
|
@@ -17003,7 +17072,7 @@ export declare class AnnouncementsTranslationsApi extends BaseAPI {
|
|
|
17003
17072
|
* @param {*} [options] Override http request option.
|
|
17004
17073
|
* @throws {RequiredError}
|
|
17005
17074
|
*/
|
|
17006
|
-
updateAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiUpdateAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
17075
|
+
updateAnnouncementTranslation(requestParameters: AnnouncementsTranslationsApiUpdateAnnouncementTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
17007
17076
|
}
|
|
17008
17077
|
/**
|
|
17009
17078
|
* ApiLogsApi - axios parameter creator
|
|
@@ -17665,7 +17734,7 @@ export declare const BenefitsTranslationsApiFp: (configuration?: Configuration)
|
|
|
17665
17734
|
* @param {*} [options] Override http request option.
|
|
17666
17735
|
* @throws {RequiredError}
|
|
17667
17736
|
*/
|
|
17668
|
-
deleteBenefitTranslation(benefitId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
17737
|
+
deleteBenefitTranslation(benefitId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
17669
17738
|
/**
|
|
17670
17739
|
* Get Benefit Translation endpoint
|
|
17671
17740
|
* @summary Get Benefit Translation
|
|
@@ -17696,7 +17765,7 @@ export declare const BenefitsTranslationsApiFp: (configuration?: Configuration)
|
|
|
17696
17765
|
* @param {*} [options] Override http request option.
|
|
17697
17766
|
* @throws {RequiredError}
|
|
17698
17767
|
*/
|
|
17699
|
-
updateBenefitTranslation(benefitId: string, locale: string, benefitTranslationUpdateInputs: BenefitTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
17768
|
+
updateBenefitTranslation(benefitId: string, locale: string, benefitTranslationUpdateInputs: BenefitTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
17700
17769
|
};
|
|
17701
17770
|
/**
|
|
17702
17771
|
* BenefitsTranslationsApi - factory interface
|
|
@@ -17709,7 +17778,7 @@ export declare const BenefitsTranslationsApiFactory: (configuration?: Configurat
|
|
|
17709
17778
|
* @param {*} [options] Override http request option.
|
|
17710
17779
|
* @throws {RequiredError}
|
|
17711
17780
|
*/
|
|
17712
|
-
deleteBenefitTranslation(requestParameters: BenefitsTranslationsApiDeleteBenefitTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
17781
|
+
deleteBenefitTranslation(requestParameters: BenefitsTranslationsApiDeleteBenefitTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
17713
17782
|
/**
|
|
17714
17783
|
* Get Benefit Translation endpoint
|
|
17715
17784
|
* @summary Get Benefit Translation
|
|
@@ -17733,7 +17802,7 @@ export declare const BenefitsTranslationsApiFactory: (configuration?: Configurat
|
|
|
17733
17802
|
* @param {*} [options] Override http request option.
|
|
17734
17803
|
* @throws {RequiredError}
|
|
17735
17804
|
*/
|
|
17736
|
-
updateBenefitTranslation(requestParameters: BenefitsTranslationsApiUpdateBenefitTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
17805
|
+
updateBenefitTranslation(requestParameters: BenefitsTranslationsApiUpdateBenefitTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
17737
17806
|
};
|
|
17738
17807
|
/**
|
|
17739
17808
|
* Request parameters for deleteBenefitTranslation operation in BenefitsTranslationsApi.
|
|
@@ -17811,7 +17880,7 @@ export declare class BenefitsTranslationsApi extends BaseAPI {
|
|
|
17811
17880
|
* @param {*} [options] Override http request option.
|
|
17812
17881
|
* @throws {RequiredError}
|
|
17813
17882
|
*/
|
|
17814
|
-
deleteBenefitTranslation(requestParameters: BenefitsTranslationsApiDeleteBenefitTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
17883
|
+
deleteBenefitTranslation(requestParameters: BenefitsTranslationsApiDeleteBenefitTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
17815
17884
|
/**
|
|
17816
17885
|
* Get Benefit Translation endpoint
|
|
17817
17886
|
* @summary Get Benefit Translation
|
|
@@ -17835,7 +17904,7 @@ export declare class BenefitsTranslationsApi extends BaseAPI {
|
|
|
17835
17904
|
* @param {*} [options] Override http request option.
|
|
17836
17905
|
* @throws {RequiredError}
|
|
17837
17906
|
*/
|
|
17838
|
-
updateBenefitTranslation(requestParameters: BenefitsTranslationsApiUpdateBenefitTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
17907
|
+
updateBenefitTranslation(requestParameters: BenefitsTranslationsApiUpdateBenefitTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
17839
17908
|
}
|
|
17840
17909
|
/**
|
|
17841
17910
|
* BookingsApi - axios parameter creator
|
|
@@ -19736,7 +19805,7 @@ export declare const BookingsPlacesTranslationsApiFp: (configuration?: Configura
|
|
|
19736
19805
|
* @param {*} [options] Override http request option.
|
|
19737
19806
|
* @throws {RequiredError}
|
|
19738
19807
|
*/
|
|
19739
|
-
deleteBookingPlaceTranslation(placeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
19808
|
+
deleteBookingPlaceTranslation(placeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
19740
19809
|
/**
|
|
19741
19810
|
* Update Booking Place Translation endpoint
|
|
19742
19811
|
* @summary Update Booking Place Translation
|
|
@@ -19746,7 +19815,7 @@ export declare const BookingsPlacesTranslationsApiFp: (configuration?: Configura
|
|
|
19746
19815
|
* @param {*} [options] Override http request option.
|
|
19747
19816
|
* @throws {RequiredError}
|
|
19748
19817
|
*/
|
|
19749
|
-
updateBookingPlaceTranslation(placeId: string, locale: string, bookingPlaceTranslationUpdateInputs: BookingPlaceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
19818
|
+
updateBookingPlaceTranslation(placeId: string, locale: string, bookingPlaceTranslationUpdateInputs: BookingPlaceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
19750
19819
|
};
|
|
19751
19820
|
/**
|
|
19752
19821
|
* BookingsPlacesTranslationsApi - factory interface
|
|
@@ -19759,7 +19828,7 @@ export declare const BookingsPlacesTranslationsApiFactory: (configuration?: Conf
|
|
|
19759
19828
|
* @param {*} [options] Override http request option.
|
|
19760
19829
|
* @throws {RequiredError}
|
|
19761
19830
|
*/
|
|
19762
|
-
deleteBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiDeleteBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
19831
|
+
deleteBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiDeleteBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
19763
19832
|
/**
|
|
19764
19833
|
* Update Booking Place Translation endpoint
|
|
19765
19834
|
* @summary Update Booking Place Translation
|
|
@@ -19767,7 +19836,7 @@ export declare const BookingsPlacesTranslationsApiFactory: (configuration?: Conf
|
|
|
19767
19836
|
* @param {*} [options] Override http request option.
|
|
19768
19837
|
* @throws {RequiredError}
|
|
19769
19838
|
*/
|
|
19770
|
-
updateBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiUpdateBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
19839
|
+
updateBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiUpdateBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
19771
19840
|
};
|
|
19772
19841
|
/**
|
|
19773
19842
|
* Request parameters for deleteBookingPlaceTranslation operation in BookingsPlacesTranslationsApi.
|
|
@@ -19807,7 +19876,7 @@ export declare class BookingsPlacesTranslationsApi extends BaseAPI {
|
|
|
19807
19876
|
* @param {*} [options] Override http request option.
|
|
19808
19877
|
* @throws {RequiredError}
|
|
19809
19878
|
*/
|
|
19810
|
-
deleteBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiDeleteBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
19879
|
+
deleteBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiDeleteBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
19811
19880
|
/**
|
|
19812
19881
|
* Update Booking Place Translation endpoint
|
|
19813
19882
|
* @summary Update Booking Place Translation
|
|
@@ -19815,7 +19884,7 @@ export declare class BookingsPlacesTranslationsApi extends BaseAPI {
|
|
|
19815
19884
|
* @param {*} [options] Override http request option.
|
|
19816
19885
|
* @throws {RequiredError}
|
|
19817
19886
|
*/
|
|
19818
|
-
updateBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiUpdateBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
19887
|
+
updateBookingPlaceTranslation(requestParameters: BookingsPlacesTranslationsApiUpdateBookingPlaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
19819
19888
|
}
|
|
19820
19889
|
/**
|
|
19821
19890
|
* BookingsQuestionsApi - axios parameter creator
|
|
@@ -20742,7 +20811,7 @@ export declare const BookingsQuestionsChoicesTranslationsApiFp: (configuration?:
|
|
|
20742
20811
|
* @param {*} [options] Override http request option.
|
|
20743
20812
|
* @throws {RequiredError}
|
|
20744
20813
|
*/
|
|
20745
|
-
deleteBookingSpaceQuestionChoiceTranslation(placeId: string, spaceId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
20814
|
+
deleteBookingSpaceQuestionChoiceTranslation(placeId: string, spaceId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
20746
20815
|
/**
|
|
20747
20816
|
* Get Booking Space Question Choice Translation endpoint
|
|
20748
20817
|
* @summary Get Booking Space Question Choice Translation
|
|
@@ -20791,7 +20860,7 @@ export declare const BookingsQuestionsChoicesTranslationsApiFactory: (configurat
|
|
|
20791
20860
|
* @param {*} [options] Override http request option.
|
|
20792
20861
|
* @throws {RequiredError}
|
|
20793
20862
|
*/
|
|
20794
|
-
deleteBookingSpaceQuestionChoiceTranslation(requestParameters: BookingsQuestionsChoicesTranslationsApiDeleteBookingSpaceQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
20863
|
+
deleteBookingSpaceQuestionChoiceTranslation(requestParameters: BookingsQuestionsChoicesTranslationsApiDeleteBookingSpaceQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
20795
20864
|
/**
|
|
20796
20865
|
* Get Booking Space Question Choice Translation endpoint
|
|
20797
20866
|
* @summary Get Booking Space Question Choice Translation
|
|
@@ -20925,7 +20994,7 @@ export declare class BookingsQuestionsChoicesTranslationsApi extends BaseAPI {
|
|
|
20925
20994
|
* @param {*} [options] Override http request option.
|
|
20926
20995
|
* @throws {RequiredError}
|
|
20927
20996
|
*/
|
|
20928
|
-
deleteBookingSpaceQuestionChoiceTranslation(requestParameters: BookingsQuestionsChoicesTranslationsApiDeleteBookingSpaceQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
20997
|
+
deleteBookingSpaceQuestionChoiceTranslation(requestParameters: BookingsQuestionsChoicesTranslationsApiDeleteBookingSpaceQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
20929
20998
|
/**
|
|
20930
20999
|
* Get Booking Space Question Choice Translation endpoint
|
|
20931
21000
|
* @summary Get Booking Space Question Choice Translation
|
|
@@ -21014,7 +21083,7 @@ export declare const BookingsQuestionsTranslationsApiFp: (configuration?: Config
|
|
|
21014
21083
|
* @param {*} [options] Override http request option.
|
|
21015
21084
|
* @throws {RequiredError}
|
|
21016
21085
|
*/
|
|
21017
|
-
deleteBookingSpaceQuestionTranslation(placeId: string, spaceId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
21086
|
+
deleteBookingSpaceQuestionTranslation(placeId: string, spaceId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
21018
21087
|
/**
|
|
21019
21088
|
* Get Booking Space Question Translation endpoint
|
|
21020
21089
|
* @summary Get Booking Space Question Translation
|
|
@@ -21060,7 +21129,7 @@ export declare const BookingsQuestionsTranslationsApiFactory: (configuration?: C
|
|
|
21060
21129
|
* @param {*} [options] Override http request option.
|
|
21061
21130
|
* @throws {RequiredError}
|
|
21062
21131
|
*/
|
|
21063
|
-
deleteBookingSpaceQuestionTranslation(requestParameters: BookingsQuestionsTranslationsApiDeleteBookingSpaceQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
21132
|
+
deleteBookingSpaceQuestionTranslation(requestParameters: BookingsQuestionsTranslationsApiDeleteBookingSpaceQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
21064
21133
|
/**
|
|
21065
21134
|
* Get Booking Space Question Translation endpoint
|
|
21066
21135
|
* @summary Get Booking Space Question Translation
|
|
@@ -21178,7 +21247,7 @@ export declare class BookingsQuestionsTranslationsApi extends BaseAPI {
|
|
|
21178
21247
|
* @param {*} [options] Override http request option.
|
|
21179
21248
|
* @throws {RequiredError}
|
|
21180
21249
|
*/
|
|
21181
|
-
deleteBookingSpaceQuestionTranslation(requestParameters: BookingsQuestionsTranslationsApiDeleteBookingSpaceQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
21250
|
+
deleteBookingSpaceQuestionTranslation(requestParameters: BookingsQuestionsTranslationsApiDeleteBookingSpaceQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
21182
21251
|
/**
|
|
21183
21252
|
* Get Booking Space Question Translation endpoint
|
|
21184
21253
|
* @summary Get Booking Space Question Translation
|
|
@@ -21407,7 +21476,7 @@ export declare const BookingsSpacesTranslationsApiFp: (configuration?: Configura
|
|
|
21407
21476
|
* @param {*} [options] Override http request option.
|
|
21408
21477
|
* @throws {RequiredError}
|
|
21409
21478
|
*/
|
|
21410
|
-
deleteBookingSpaceTranslation(placeId: string, spaceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
21479
|
+
deleteBookingSpaceTranslation(placeId: string, spaceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
21411
21480
|
/**
|
|
21412
21481
|
* Update Booking Space Translation endpoint
|
|
21413
21482
|
* @summary Update Booking Space Translation
|
|
@@ -21418,7 +21487,7 @@ export declare const BookingsSpacesTranslationsApiFp: (configuration?: Configura
|
|
|
21418
21487
|
* @param {*} [options] Override http request option.
|
|
21419
21488
|
* @throws {RequiredError}
|
|
21420
21489
|
*/
|
|
21421
|
-
updateBookingSpaceTranslation(placeId: string, spaceId: string, locale: string, bookingSpaceTranslationUpdateInputs: BookingSpaceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
21490
|
+
updateBookingSpaceTranslation(placeId: string, spaceId: string, locale: string, bookingSpaceTranslationUpdateInputs: BookingSpaceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
21422
21491
|
};
|
|
21423
21492
|
/**
|
|
21424
21493
|
* BookingsSpacesTranslationsApi - factory interface
|
|
@@ -21431,7 +21500,7 @@ export declare const BookingsSpacesTranslationsApiFactory: (configuration?: Conf
|
|
|
21431
21500
|
* @param {*} [options] Override http request option.
|
|
21432
21501
|
* @throws {RequiredError}
|
|
21433
21502
|
*/
|
|
21434
|
-
deleteBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiDeleteBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
21503
|
+
deleteBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiDeleteBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
21435
21504
|
/**
|
|
21436
21505
|
* Update Booking Space Translation endpoint
|
|
21437
21506
|
* @summary Update Booking Space Translation
|
|
@@ -21439,7 +21508,7 @@ export declare const BookingsSpacesTranslationsApiFactory: (configuration?: Conf
|
|
|
21439
21508
|
* @param {*} [options] Override http request option.
|
|
21440
21509
|
* @throws {RequiredError}
|
|
21441
21510
|
*/
|
|
21442
|
-
updateBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiUpdateBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
21511
|
+
updateBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiUpdateBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
21443
21512
|
};
|
|
21444
21513
|
/**
|
|
21445
21514
|
* Request parameters for deleteBookingSpaceTranslation operation in BookingsSpacesTranslationsApi.
|
|
@@ -21487,7 +21556,7 @@ export declare class BookingsSpacesTranslationsApi extends BaseAPI {
|
|
|
21487
21556
|
* @param {*} [options] Override http request option.
|
|
21488
21557
|
* @throws {RequiredError}
|
|
21489
21558
|
*/
|
|
21490
|
-
deleteBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiDeleteBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
21559
|
+
deleteBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiDeleteBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
21491
21560
|
/**
|
|
21492
21561
|
* Update Booking Space Translation endpoint
|
|
21493
21562
|
* @summary Update Booking Space Translation
|
|
@@ -21495,7 +21564,7 @@ export declare class BookingsSpacesTranslationsApi extends BaseAPI {
|
|
|
21495
21564
|
* @param {*} [options] Override http request option.
|
|
21496
21565
|
* @throws {RequiredError}
|
|
21497
21566
|
*/
|
|
21498
|
-
updateBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiUpdateBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
21567
|
+
updateBookingSpaceTranslation(requestParameters: BookingsSpacesTranslationsApiUpdateBookingSpaceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
21499
21568
|
}
|
|
21500
21569
|
/**
|
|
21501
21570
|
* ChannelsApi - axios parameter creator
|
|
@@ -23261,7 +23330,7 @@ export declare const ChannelsTranslationsApiFp: (configuration?: Configuration)
|
|
|
23261
23330
|
* @param {*} [options] Override http request option.
|
|
23262
23331
|
* @throws {RequiredError}
|
|
23263
23332
|
*/
|
|
23264
|
-
deleteChannelContentGuestTranslation(channelId: string, contentId: string, guestId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
23333
|
+
deleteChannelContentGuestTranslation(channelId: string, contentId: string, guestId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
23265
23334
|
/**
|
|
23266
23335
|
* Delete Channel Content Translation endpoint
|
|
23267
23336
|
* @summary Delete Channel Content Translation
|
|
@@ -23271,7 +23340,7 @@ export declare const ChannelsTranslationsApiFp: (configuration?: Configuration)
|
|
|
23271
23340
|
* @param {*} [options] Override http request option.
|
|
23272
23341
|
* @throws {RequiredError}
|
|
23273
23342
|
*/
|
|
23274
|
-
deleteChannelContentTranslation(channelId: string, contentId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
23343
|
+
deleteChannelContentTranslation(channelId: string, contentId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
23275
23344
|
/**
|
|
23276
23345
|
* Delete Channel Translation endpoint
|
|
23277
23346
|
* @summary Delete Channel Translation
|
|
@@ -23280,7 +23349,7 @@ export declare const ChannelsTranslationsApiFp: (configuration?: Configuration)
|
|
|
23280
23349
|
* @param {*} [options] Override http request option.
|
|
23281
23350
|
* @throws {RequiredError}
|
|
23282
23351
|
*/
|
|
23283
|
-
deleteChannelTranslation(channelId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
23352
|
+
deleteChannelTranslation(channelId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
23284
23353
|
/**
|
|
23285
23354
|
* Get Channel Content Guest Translation endpoint
|
|
23286
23355
|
* @summary Get Channel Content Guest Translation
|
|
@@ -23372,7 +23441,7 @@ export declare const ChannelsTranslationsApiFp: (configuration?: Configuration)
|
|
|
23372
23441
|
* @param {*} [options] Override http request option.
|
|
23373
23442
|
* @throws {RequiredError}
|
|
23374
23443
|
*/
|
|
23375
|
-
updateChannelContentTranslation(channelId: string, contentId: string, locale: string, channelContentTranslationUpdateInputs: ChannelContentTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
23444
|
+
updateChannelContentTranslation(channelId: string, contentId: string, locale: string, channelContentTranslationUpdateInputs: ChannelContentTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
23376
23445
|
/**
|
|
23377
23446
|
* Update Channel Translation endpoint
|
|
23378
23447
|
* @summary Update Channel Translation
|
|
@@ -23395,7 +23464,7 @@ export declare const ChannelsTranslationsApiFactory: (configuration?: Configurat
|
|
|
23395
23464
|
* @param {*} [options] Override http request option.
|
|
23396
23465
|
* @throws {RequiredError}
|
|
23397
23466
|
*/
|
|
23398
|
-
deleteChannelContentGuestTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentGuestTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
23467
|
+
deleteChannelContentGuestTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentGuestTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
23399
23468
|
/**
|
|
23400
23469
|
* Delete Channel Content Translation endpoint
|
|
23401
23470
|
* @summary Delete Channel Content Translation
|
|
@@ -23403,7 +23472,7 @@ export declare const ChannelsTranslationsApiFactory: (configuration?: Configurat
|
|
|
23403
23472
|
* @param {*} [options] Override http request option.
|
|
23404
23473
|
* @throws {RequiredError}
|
|
23405
23474
|
*/
|
|
23406
|
-
deleteChannelContentTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
23475
|
+
deleteChannelContentTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
23407
23476
|
/**
|
|
23408
23477
|
* Delete Channel Translation endpoint
|
|
23409
23478
|
* @summary Delete Channel Translation
|
|
@@ -23411,7 +23480,7 @@ export declare const ChannelsTranslationsApiFactory: (configuration?: Configurat
|
|
|
23411
23480
|
* @param {*} [options] Override http request option.
|
|
23412
23481
|
* @throws {RequiredError}
|
|
23413
23482
|
*/
|
|
23414
|
-
deleteChannelTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
23483
|
+
deleteChannelTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
23415
23484
|
/**
|
|
23416
23485
|
* Get Channel Content Guest Translation endpoint
|
|
23417
23486
|
* @summary Get Channel Content Guest Translation
|
|
@@ -23475,7 +23544,7 @@ export declare const ChannelsTranslationsApiFactory: (configuration?: Configurat
|
|
|
23475
23544
|
* @param {*} [options] Override http request option.
|
|
23476
23545
|
* @throws {RequiredError}
|
|
23477
23546
|
*/
|
|
23478
|
-
updateChannelContentTranslation(requestParameters: ChannelsTranslationsApiUpdateChannelContentTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
23547
|
+
updateChannelContentTranslation(requestParameters: ChannelsTranslationsApiUpdateChannelContentTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
23479
23548
|
/**
|
|
23480
23549
|
* Update Channel Translation endpoint
|
|
23481
23550
|
* @summary Update Channel Translation
|
|
@@ -23739,7 +23808,7 @@ export declare class ChannelsTranslationsApi extends BaseAPI {
|
|
|
23739
23808
|
* @param {*} [options] Override http request option.
|
|
23740
23809
|
* @throws {RequiredError}
|
|
23741
23810
|
*/
|
|
23742
|
-
deleteChannelContentGuestTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentGuestTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
23811
|
+
deleteChannelContentGuestTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentGuestTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
23743
23812
|
/**
|
|
23744
23813
|
* Delete Channel Content Translation endpoint
|
|
23745
23814
|
* @summary Delete Channel Content Translation
|
|
@@ -23747,7 +23816,7 @@ export declare class ChannelsTranslationsApi extends BaseAPI {
|
|
|
23747
23816
|
* @param {*} [options] Override http request option.
|
|
23748
23817
|
* @throws {RequiredError}
|
|
23749
23818
|
*/
|
|
23750
|
-
deleteChannelContentTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
23819
|
+
deleteChannelContentTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelContentTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
23751
23820
|
/**
|
|
23752
23821
|
* Delete Channel Translation endpoint
|
|
23753
23822
|
* @summary Delete Channel Translation
|
|
@@ -23755,7 +23824,7 @@ export declare class ChannelsTranslationsApi extends BaseAPI {
|
|
|
23755
23824
|
* @param {*} [options] Override http request option.
|
|
23756
23825
|
* @throws {RequiredError}
|
|
23757
23826
|
*/
|
|
23758
|
-
deleteChannelTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
23827
|
+
deleteChannelTranslation(requestParameters: ChannelsTranslationsApiDeleteChannelTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
23759
23828
|
/**
|
|
23760
23829
|
* Get Channel Content Guest Translation endpoint
|
|
23761
23830
|
* @summary Get Channel Content Guest Translation
|
|
@@ -23819,7 +23888,7 @@ export declare class ChannelsTranslationsApi extends BaseAPI {
|
|
|
23819
23888
|
* @param {*} [options] Override http request option.
|
|
23820
23889
|
* @throws {RequiredError}
|
|
23821
23890
|
*/
|
|
23822
|
-
updateChannelContentTranslation(requestParameters: ChannelsTranslationsApiUpdateChannelContentTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
23891
|
+
updateChannelContentTranslation(requestParameters: ChannelsTranslationsApiUpdateChannelContentTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
23823
23892
|
/**
|
|
23824
23893
|
* Update Channel Translation endpoint
|
|
23825
23894
|
* @summary Update Channel Translation
|
|
@@ -23898,7 +23967,7 @@ export declare const DashboardsApiFp: (configuration?: Configuration) => {
|
|
|
23898
23967
|
* @param {*} [options] Override http request option.
|
|
23899
23968
|
* @throws {RequiredError}
|
|
23900
23969
|
*/
|
|
23901
|
-
deleteDashboard(dashboardId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
23970
|
+
deleteDashboard(dashboardId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
23902
23971
|
/**
|
|
23903
23972
|
* Get Dashboard endpoint
|
|
23904
23973
|
* @summary Get Dashboard
|
|
@@ -23948,7 +24017,7 @@ export declare const DashboardsApiFactory: (configuration?: Configuration, baseP
|
|
|
23948
24017
|
* @param {*} [options] Override http request option.
|
|
23949
24018
|
* @throws {RequiredError}
|
|
23950
24019
|
*/
|
|
23951
|
-
deleteDashboard(requestParameters: DashboardsApiDeleteDashboardRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
24020
|
+
deleteDashboard(requestParameters: DashboardsApiDeleteDashboardRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
23952
24021
|
/**
|
|
23953
24022
|
* Get Dashboard endpoint
|
|
23954
24023
|
* @summary Get Dashboard
|
|
@@ -24052,7 +24121,7 @@ export declare class DashboardsApi extends BaseAPI {
|
|
|
24052
24121
|
* @param {*} [options] Override http request option.
|
|
24053
24122
|
* @throws {RequiredError}
|
|
24054
24123
|
*/
|
|
24055
|
-
deleteDashboard(requestParameters: DashboardsApiDeleteDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
24124
|
+
deleteDashboard(requestParameters: DashboardsApiDeleteDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
24056
24125
|
/**
|
|
24057
24126
|
* Get Dashboard endpoint
|
|
24058
24127
|
* @summary Get Dashboard
|
|
@@ -24141,7 +24210,7 @@ export declare const DashboardsWidgetsApiFp: (configuration?: Configuration) =>
|
|
|
24141
24210
|
* @param {*} [options] Override http request option.
|
|
24142
24211
|
* @throws {RequiredError}
|
|
24143
24212
|
*/
|
|
24144
|
-
deleteDashboardWidget(dashboardId: string, widgetId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
24213
|
+
deleteDashboardWidget(dashboardId: string, widgetId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
24145
24214
|
/**
|
|
24146
24215
|
* Get Dashboard Widgets endpoint
|
|
24147
24216
|
* @summary Get Dashboard Widgets
|
|
@@ -24181,7 +24250,7 @@ export declare const DashboardsWidgetsApiFactory: (configuration?: Configuration
|
|
|
24181
24250
|
* @param {*} [options] Override http request option.
|
|
24182
24251
|
* @throws {RequiredError}
|
|
24183
24252
|
*/
|
|
24184
|
-
deleteDashboardWidget(requestParameters: DashboardsWidgetsApiDeleteDashboardWidgetRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
24253
|
+
deleteDashboardWidget(requestParameters: DashboardsWidgetsApiDeleteDashboardWidgetRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
24185
24254
|
/**
|
|
24186
24255
|
* Get Dashboard Widgets endpoint
|
|
24187
24256
|
* @summary Get Dashboard Widgets
|
|
@@ -24268,7 +24337,7 @@ export declare class DashboardsWidgetsApi extends BaseAPI {
|
|
|
24268
24337
|
* @param {*} [options] Override http request option.
|
|
24269
24338
|
* @throws {RequiredError}
|
|
24270
24339
|
*/
|
|
24271
|
-
deleteDashboardWidget(requestParameters: DashboardsWidgetsApiDeleteDashboardWidgetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
24340
|
+
deleteDashboardWidget(requestParameters: DashboardsWidgetsApiDeleteDashboardWidgetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
24272
24341
|
/**
|
|
24273
24342
|
* Get Dashboard Widgets endpoint
|
|
24274
24343
|
* @summary Get Dashboard Widgets
|
|
@@ -24546,7 +24615,7 @@ export declare const EventsApiFp: (configuration?: Configuration) => {
|
|
|
24546
24615
|
* @param {*} [options] Override http request option.
|
|
24547
24616
|
* @throws {RequiredError}
|
|
24548
24617
|
*/
|
|
24549
|
-
cloneEvent(eventId: string, cloneOptions: CloneOptions, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
24618
|
+
cloneEvent(eventId: string, cloneOptions: CloneOptions, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
24550
24619
|
/**
|
|
24551
24620
|
* Create Event endpoint
|
|
24552
24621
|
* @summary Create Event
|
|
@@ -24570,7 +24639,7 @@ export declare const EventsApiFp: (configuration?: Configuration) => {
|
|
|
24570
24639
|
* @param {*} [options] Override http request option.
|
|
24571
24640
|
* @throws {RequiredError}
|
|
24572
24641
|
*/
|
|
24573
|
-
disableEventBuildMode(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
24642
|
+
disableEventBuildMode(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
24574
24643
|
/**
|
|
24575
24644
|
* Enable Event Build Mode endpoint
|
|
24576
24645
|
* @summary Enable Event Build Mode
|
|
@@ -24578,7 +24647,7 @@ export declare const EventsApiFp: (configuration?: Configuration) => {
|
|
|
24578
24647
|
* @param {*} [options] Override http request option.
|
|
24579
24648
|
* @throws {RequiredError}
|
|
24580
24649
|
*/
|
|
24581
|
-
enableEventBuildMode(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
24650
|
+
enableEventBuildMode(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
24582
24651
|
/**
|
|
24583
24652
|
* Get Event endpoint
|
|
24584
24653
|
* @summary Get Event
|
|
@@ -24667,7 +24736,7 @@ export declare const EventsApiFactory: (configuration?: Configuration, basePath?
|
|
|
24667
24736
|
* @param {*} [options] Override http request option.
|
|
24668
24737
|
* @throws {RequiredError}
|
|
24669
24738
|
*/
|
|
24670
|
-
cloneEvent(requestParameters: EventsApiCloneEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
24739
|
+
cloneEvent(requestParameters: EventsApiCloneEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
24671
24740
|
/**
|
|
24672
24741
|
* Create Event endpoint
|
|
24673
24742
|
* @summary Create Event
|
|
@@ -24691,7 +24760,7 @@ export declare const EventsApiFactory: (configuration?: Configuration, basePath?
|
|
|
24691
24760
|
* @param {*} [options] Override http request option.
|
|
24692
24761
|
* @throws {RequiredError}
|
|
24693
24762
|
*/
|
|
24694
|
-
disableEventBuildMode(requestParameters: EventsApiDisableEventBuildModeRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
24763
|
+
disableEventBuildMode(requestParameters: EventsApiDisableEventBuildModeRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
24695
24764
|
/**
|
|
24696
24765
|
* Enable Event Build Mode endpoint
|
|
24697
24766
|
* @summary Enable Event Build Mode
|
|
@@ -24699,7 +24768,7 @@ export declare const EventsApiFactory: (configuration?: Configuration, basePath?
|
|
|
24699
24768
|
* @param {*} [options] Override http request option.
|
|
24700
24769
|
* @throws {RequiredError}
|
|
24701
24770
|
*/
|
|
24702
|
-
enableEventBuildMode(requestParameters: EventsApiEnableEventBuildModeRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
24771
|
+
enableEventBuildMode(requestParameters: EventsApiEnableEventBuildModeRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
24703
24772
|
/**
|
|
24704
24773
|
* Get Event endpoint
|
|
24705
24774
|
* @summary Get Event
|
|
@@ -24951,7 +25020,7 @@ export declare class EventsApi extends BaseAPI {
|
|
|
24951
25020
|
* @param {*} [options] Override http request option.
|
|
24952
25021
|
* @throws {RequiredError}
|
|
24953
25022
|
*/
|
|
24954
|
-
cloneEvent(requestParameters: EventsApiCloneEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
25023
|
+
cloneEvent(requestParameters: EventsApiCloneEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
24955
25024
|
/**
|
|
24956
25025
|
* Create Event endpoint
|
|
24957
25026
|
* @summary Create Event
|
|
@@ -24975,7 +25044,7 @@ export declare class EventsApi extends BaseAPI {
|
|
|
24975
25044
|
* @param {*} [options] Override http request option.
|
|
24976
25045
|
* @throws {RequiredError}
|
|
24977
25046
|
*/
|
|
24978
|
-
disableEventBuildMode(requestParameters: EventsApiDisableEventBuildModeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
25047
|
+
disableEventBuildMode(requestParameters: EventsApiDisableEventBuildModeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
24979
25048
|
/**
|
|
24980
25049
|
* Enable Event Build Mode endpoint
|
|
24981
25050
|
* @summary Enable Event Build Mode
|
|
@@ -24983,7 +25052,7 @@ export declare class EventsApi extends BaseAPI {
|
|
|
24983
25052
|
* @param {*} [options] Override http request option.
|
|
24984
25053
|
* @throws {RequiredError}
|
|
24985
25054
|
*/
|
|
24986
|
-
enableEventBuildMode(requestParameters: EventsApiEnableEventBuildModeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
25055
|
+
enableEventBuildMode(requestParameters: EventsApiEnableEventBuildModeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
24987
25056
|
/**
|
|
24988
25057
|
* Get Event endpoint
|
|
24989
25058
|
* @summary Get Event
|
|
@@ -25088,7 +25157,7 @@ export declare const EventsAccessApiFp: (configuration?: Configuration) => {
|
|
|
25088
25157
|
* @param {*} [options] Override http request option.
|
|
25089
25158
|
* @throws {RequiredError}
|
|
25090
25159
|
*/
|
|
25091
|
-
addEventAccessUser(eventId: string, email: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
25160
|
+
addEventAccessUser(eventId: string, email: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
25092
25161
|
/**
|
|
25093
25162
|
* Get Event Access Users endpoint
|
|
25094
25163
|
* @summary Get Event Access Users
|
|
@@ -25109,7 +25178,7 @@ export declare const EventsAccessApiFp: (configuration?: Configuration) => {
|
|
|
25109
25178
|
* @param {*} [options] Override http request option.
|
|
25110
25179
|
* @throws {RequiredError}
|
|
25111
25180
|
*/
|
|
25112
|
-
removeEventAccessUser(eventId: string, userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
25181
|
+
removeEventAccessUser(eventId: string, userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
25113
25182
|
};
|
|
25114
25183
|
/**
|
|
25115
25184
|
* EventsAccessApi - factory interface
|
|
@@ -25122,7 +25191,7 @@ export declare const EventsAccessApiFactory: (configuration?: Configuration, bas
|
|
|
25122
25191
|
* @param {*} [options] Override http request option.
|
|
25123
25192
|
* @throws {RequiredError}
|
|
25124
25193
|
*/
|
|
25125
|
-
addEventAccessUser(requestParameters: EventsAccessApiAddEventAccessUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
25194
|
+
addEventAccessUser(requestParameters: EventsAccessApiAddEventAccessUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
25126
25195
|
/**
|
|
25127
25196
|
* Get Event Access Users endpoint
|
|
25128
25197
|
* @summary Get Event Access Users
|
|
@@ -25138,7 +25207,7 @@ export declare const EventsAccessApiFactory: (configuration?: Configuration, bas
|
|
|
25138
25207
|
* @param {*} [options] Override http request option.
|
|
25139
25208
|
* @throws {RequiredError}
|
|
25140
25209
|
*/
|
|
25141
|
-
removeEventAccessUser(requestParameters: EventsAccessApiRemoveEventAccessUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
25210
|
+
removeEventAccessUser(requestParameters: EventsAccessApiRemoveEventAccessUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
25142
25211
|
};
|
|
25143
25212
|
/**
|
|
25144
25213
|
* Request parameters for addEventAccessUser operation in EventsAccessApi.
|
|
@@ -25202,7 +25271,7 @@ export declare class EventsAccessApi extends BaseAPI {
|
|
|
25202
25271
|
* @param {*} [options] Override http request option.
|
|
25203
25272
|
* @throws {RequiredError}
|
|
25204
25273
|
*/
|
|
25205
|
-
addEventAccessUser(requestParameters: EventsAccessApiAddEventAccessUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
25274
|
+
addEventAccessUser(requestParameters: EventsAccessApiAddEventAccessUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
25206
25275
|
/**
|
|
25207
25276
|
* Get Event Access Users endpoint
|
|
25208
25277
|
* @summary Get Event Access Users
|
|
@@ -25218,7 +25287,7 @@ export declare class EventsAccessApi extends BaseAPI {
|
|
|
25218
25287
|
* @param {*} [options] Override http request option.
|
|
25219
25288
|
* @throws {RequiredError}
|
|
25220
25289
|
*/
|
|
25221
|
-
removeEventAccessUser(requestParameters: EventsAccessApiRemoveEventAccessUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
25290
|
+
removeEventAccessUser(requestParameters: EventsAccessApiRemoveEventAccessUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
25222
25291
|
}
|
|
25223
25292
|
/**
|
|
25224
25293
|
* EventsActivationsApi - axios parameter creator
|
|
@@ -26035,7 +26104,7 @@ export declare const EventsActivationsTranslationsApiFp: (configuration?: Config
|
|
|
26035
26104
|
* @param {*} [options] Override http request option.
|
|
26036
26105
|
* @throws {RequiredError}
|
|
26037
26106
|
*/
|
|
26038
|
-
deleteEventActivationTranslation(eventId: string, activationId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
26107
|
+
deleteEventActivationTranslation(eventId: string, activationId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
26039
26108
|
/**
|
|
26040
26109
|
* Get Event Activation Translation endpoint
|
|
26041
26110
|
* @summary Get Event Activation Translation
|
|
@@ -26082,7 +26151,7 @@ export declare const EventsActivationsTranslationsApiFactory: (configuration?: C
|
|
|
26082
26151
|
* @param {*} [options] Override http request option.
|
|
26083
26152
|
* @throws {RequiredError}
|
|
26084
26153
|
*/
|
|
26085
|
-
deleteEventActivationTranslation(requestParameters: EventsActivationsTranslationsApiDeleteEventActivationTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
26154
|
+
deleteEventActivationTranslation(requestParameters: EventsActivationsTranslationsApiDeleteEventActivationTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
26086
26155
|
/**
|
|
26087
26156
|
* Get Event Activation Translation endpoint
|
|
26088
26157
|
* @summary Get Event Activation Translation
|
|
@@ -26200,7 +26269,7 @@ export declare class EventsActivationsTranslationsApi extends BaseAPI {
|
|
|
26200
26269
|
* @param {*} [options] Override http request option.
|
|
26201
26270
|
* @throws {RequiredError}
|
|
26202
26271
|
*/
|
|
26203
|
-
deleteEventActivationTranslation(requestParameters: EventsActivationsTranslationsApiDeleteEventActivationTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
26272
|
+
deleteEventActivationTranslation(requestParameters: EventsActivationsTranslationsApiDeleteEventActivationTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
26204
26273
|
/**
|
|
26205
26274
|
* Get Event Activation Translation endpoint
|
|
26206
26275
|
* @summary Get Event Activation Translation
|
|
@@ -27007,7 +27076,7 @@ export declare const EventsAddonsTranslationsApiFp: (configuration?: Configurati
|
|
|
27007
27076
|
* @param {*} [options] Override http request option.
|
|
27008
27077
|
* @throws {RequiredError}
|
|
27009
27078
|
*/
|
|
27010
|
-
deleteEventAddOnTranslation(eventId: string, addOnId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
27079
|
+
deleteEventAddOnTranslation(eventId: string, addOnId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
27011
27080
|
/**
|
|
27012
27081
|
* Get Event Add On Translation endpoint
|
|
27013
27082
|
* @summary Get Event Add On Translation
|
|
@@ -27054,7 +27123,7 @@ export declare const EventsAddonsTranslationsApiFactory: (configuration?: Config
|
|
|
27054
27123
|
* @param {*} [options] Override http request option.
|
|
27055
27124
|
* @throws {RequiredError}
|
|
27056
27125
|
*/
|
|
27057
|
-
deleteEventAddOnTranslation(requestParameters: EventsAddonsTranslationsApiDeleteEventAddOnTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
27126
|
+
deleteEventAddOnTranslation(requestParameters: EventsAddonsTranslationsApiDeleteEventAddOnTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
27058
27127
|
/**
|
|
27059
27128
|
* Get Event Add On Translation endpoint
|
|
27060
27129
|
* @summary Get Event Add On Translation
|
|
@@ -27172,7 +27241,7 @@ export declare class EventsAddonsTranslationsApi extends BaseAPI {
|
|
|
27172
27241
|
* @param {*} [options] Override http request option.
|
|
27173
27242
|
* @throws {RequiredError}
|
|
27174
27243
|
*/
|
|
27175
|
-
deleteEventAddOnTranslation(requestParameters: EventsAddonsTranslationsApiDeleteEventAddOnTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
27244
|
+
deleteEventAddOnTranslation(requestParameters: EventsAddonsTranslationsApiDeleteEventAddOnTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
27176
27245
|
/**
|
|
27177
27246
|
* Get Event Add On Translation endpoint
|
|
27178
27247
|
* @summary Get Event Add On Translation
|
|
@@ -27319,6 +27388,14 @@ export declare const EventsAttendeesApiAxiosParamCreator: (configuration?: Confi
|
|
|
27319
27388
|
* @throws {RequiredError}
|
|
27320
27389
|
*/
|
|
27321
27390
|
resendRegistrationConfirmationEmail: (eventId: string, accountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27391
|
+
/**
|
|
27392
|
+
* Sync Event Attendees endpoint
|
|
27393
|
+
* @summary Sync Event Attendees
|
|
27394
|
+
* @param {string} eventId The event identifier
|
|
27395
|
+
* @param {*} [options] Override http request option.
|
|
27396
|
+
* @throws {RequiredError}
|
|
27397
|
+
*/
|
|
27398
|
+
syncEventAttendees: (eventId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27322
27399
|
/**
|
|
27323
27400
|
* Update Event Attendee endpoint
|
|
27324
27401
|
* @summary Update Event Attendee
|
|
@@ -27451,6 +27528,14 @@ export declare const EventsAttendeesApiFp: (configuration?: Configuration) => {
|
|
|
27451
27528
|
* @throws {RequiredError}
|
|
27452
27529
|
*/
|
|
27453
27530
|
resendRegistrationConfirmationEmail(eventId: string, accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
|
|
27531
|
+
/**
|
|
27532
|
+
* Sync Event Attendees endpoint
|
|
27533
|
+
* @summary Sync Event Attendees
|
|
27534
|
+
* @param {string} eventId The event identifier
|
|
27535
|
+
* @param {*} [options] Override http request option.
|
|
27536
|
+
* @throws {RequiredError}
|
|
27537
|
+
*/
|
|
27538
|
+
syncEventAttendees(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
27454
27539
|
/**
|
|
27455
27540
|
* Update Event Attendee endpoint
|
|
27456
27541
|
* @summary Update Event Attendee
|
|
@@ -27546,6 +27631,14 @@ export declare const EventsAttendeesApiFactory: (configuration?: Configuration,
|
|
|
27546
27631
|
* @throws {RequiredError}
|
|
27547
27632
|
*/
|
|
27548
27633
|
resendRegistrationConfirmationEmail(requestParameters: EventsAttendeesApiResendRegistrationConfirmationEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
|
|
27634
|
+
/**
|
|
27635
|
+
* Sync Event Attendees endpoint
|
|
27636
|
+
* @summary Sync Event Attendees
|
|
27637
|
+
* @param {EventsAttendeesApiSyncEventAttendeesRequest} requestParameters Request parameters.
|
|
27638
|
+
* @param {*} [options] Override http request option.
|
|
27639
|
+
* @throws {RequiredError}
|
|
27640
|
+
*/
|
|
27641
|
+
syncEventAttendees(requestParameters: EventsAttendeesApiSyncEventAttendeesRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
27549
27642
|
/**
|
|
27550
27643
|
* Update Event Attendee endpoint
|
|
27551
27644
|
* @summary Update Event Attendee
|
|
@@ -27790,6 +27883,15 @@ export interface EventsAttendeesApiResendRegistrationConfirmationEmailRequest {
|
|
|
27790
27883
|
*/
|
|
27791
27884
|
readonly accountId: string;
|
|
27792
27885
|
}
|
|
27886
|
+
/**
|
|
27887
|
+
* Request parameters for syncEventAttendees operation in EventsAttendeesApi.
|
|
27888
|
+
*/
|
|
27889
|
+
export interface EventsAttendeesApiSyncEventAttendeesRequest {
|
|
27890
|
+
/**
|
|
27891
|
+
* The event identifier
|
|
27892
|
+
*/
|
|
27893
|
+
readonly eventId: string;
|
|
27894
|
+
}
|
|
27793
27895
|
/**
|
|
27794
27896
|
* Request parameters for updateEventAttendee operation in EventsAttendeesApi.
|
|
27795
27897
|
*/
|
|
@@ -27888,6 +27990,14 @@ export declare class EventsAttendeesApi extends BaseAPI {
|
|
|
27888
27990
|
* @throws {RequiredError}
|
|
27889
27991
|
*/
|
|
27890
27992
|
resendRegistrationConfirmationEmail(requestParameters: EventsAttendeesApiResendRegistrationConfirmationEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
|
|
27993
|
+
/**
|
|
27994
|
+
* Sync Event Attendees endpoint
|
|
27995
|
+
* @summary Sync Event Attendees
|
|
27996
|
+
* @param {EventsAttendeesApiSyncEventAttendeesRequest} requestParameters Request parameters.
|
|
27997
|
+
* @param {*} [options] Override http request option.
|
|
27998
|
+
* @throws {RequiredError}
|
|
27999
|
+
*/
|
|
28000
|
+
syncEventAttendees(requestParameters: EventsAttendeesApiSyncEventAttendeesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
27891
28001
|
/**
|
|
27892
28002
|
* Update Event Attendee endpoint
|
|
27893
28003
|
* @summary Update Event Attendee
|
|
@@ -27980,7 +28090,7 @@ export declare const EventsAttendeesPackagesApiFp: (configuration?: Configuratio
|
|
|
27980
28090
|
* @param {*} [options] Override http request option.
|
|
27981
28091
|
* @throws {RequiredError}
|
|
27982
28092
|
*/
|
|
27983
|
-
deleteEventAttendeePackage(eventId: string, accountId: string, packageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
28093
|
+
deleteEventAttendeePackage(eventId: string, accountId: string, packageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
27984
28094
|
/**
|
|
27985
28095
|
* Get Event Attendee Package endpoint
|
|
27986
28096
|
* @summary Get Event Attendee Package
|
|
@@ -28036,7 +28146,7 @@ export declare const EventsAttendeesPackagesApiFactory: (configuration?: Configu
|
|
|
28036
28146
|
* @param {*} [options] Override http request option.
|
|
28037
28147
|
* @throws {RequiredError}
|
|
28038
28148
|
*/
|
|
28039
|
-
deleteEventAttendeePackage(requestParameters: EventsAttendeesPackagesApiDeleteEventAttendeePackageRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
28149
|
+
deleteEventAttendeePackage(requestParameters: EventsAttendeesPackagesApiDeleteEventAttendeePackageRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
28040
28150
|
/**
|
|
28041
28151
|
* Get Event Attendee Package endpoint
|
|
28042
28152
|
* @summary Get Event Attendee Package
|
|
@@ -28186,7 +28296,7 @@ export declare class EventsAttendeesPackagesApi extends BaseAPI {
|
|
|
28186
28296
|
* @param {*} [options] Override http request option.
|
|
28187
28297
|
* @throws {RequiredError}
|
|
28188
28298
|
*/
|
|
28189
|
-
deleteEventAttendeePackage(requestParameters: EventsAttendeesPackagesApiDeleteEventAttendeePackageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
28299
|
+
deleteEventAttendeePackage(requestParameters: EventsAttendeesPackagesApiDeleteEventAttendeePackageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
28190
28300
|
/**
|
|
28191
28301
|
* Get Event Attendee Package endpoint
|
|
28192
28302
|
* @summary Get Event Attendee Package
|
|
@@ -30879,7 +30989,7 @@ export declare const EventsEmailsTranslationsApiFp: (configuration?: Configurati
|
|
|
30879
30989
|
* @param {*} [options] Override http request option.
|
|
30880
30990
|
* @throws {RequiredError}
|
|
30881
30991
|
*/
|
|
30882
|
-
deleteEventEmailTranslation(eventId: string, type: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
30992
|
+
deleteEventEmailTranslation(eventId: string, type: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
30883
30993
|
/**
|
|
30884
30994
|
* Get Event Email Translation endpoint
|
|
30885
30995
|
* @summary Get Event Email Translation
|
|
@@ -30913,7 +31023,7 @@ export declare const EventsEmailsTranslationsApiFp: (configuration?: Configurati
|
|
|
30913
31023
|
* @param {*} [options] Override http request option.
|
|
30914
31024
|
* @throws {RequiredError}
|
|
30915
31025
|
*/
|
|
30916
|
-
updateEventEmailTranslation(eventId: string, type: string, locale: string, eventEmailTranslationUpdateInputs: EventEmailTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
31026
|
+
updateEventEmailTranslation(eventId: string, type: string, locale: string, eventEmailTranslationUpdateInputs: EventEmailTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
30917
31027
|
};
|
|
30918
31028
|
/**
|
|
30919
31029
|
* EventsEmailsTranslationsApi - factory interface
|
|
@@ -30926,7 +31036,7 @@ export declare const EventsEmailsTranslationsApiFactory: (configuration?: Config
|
|
|
30926
31036
|
* @param {*} [options] Override http request option.
|
|
30927
31037
|
* @throws {RequiredError}
|
|
30928
31038
|
*/
|
|
30929
|
-
deleteEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiDeleteEventEmailTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
31039
|
+
deleteEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiDeleteEventEmailTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
30930
31040
|
/**
|
|
30931
31041
|
* Get Event Email Translation endpoint
|
|
30932
31042
|
* @summary Get Event Email Translation
|
|
@@ -30950,7 +31060,7 @@ export declare const EventsEmailsTranslationsApiFactory: (configuration?: Config
|
|
|
30950
31060
|
* @param {*} [options] Override http request option.
|
|
30951
31061
|
* @throws {RequiredError}
|
|
30952
31062
|
*/
|
|
30953
|
-
updateEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiUpdateEventEmailTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
31063
|
+
updateEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiUpdateEventEmailTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
30954
31064
|
};
|
|
30955
31065
|
/**
|
|
30956
31066
|
* Request parameters for deleteEventEmailTranslation operation in EventsEmailsTranslationsApi.
|
|
@@ -31044,7 +31154,7 @@ export declare class EventsEmailsTranslationsApi extends BaseAPI {
|
|
|
31044
31154
|
* @param {*} [options] Override http request option.
|
|
31045
31155
|
* @throws {RequiredError}
|
|
31046
31156
|
*/
|
|
31047
|
-
deleteEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiDeleteEventEmailTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
31157
|
+
deleteEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiDeleteEventEmailTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
31048
31158
|
/**
|
|
31049
31159
|
* Get Event Email Translation endpoint
|
|
31050
31160
|
* @summary Get Event Email Translation
|
|
@@ -31068,7 +31178,7 @@ export declare class EventsEmailsTranslationsApi extends BaseAPI {
|
|
|
31068
31178
|
* @param {*} [options] Override http request option.
|
|
31069
31179
|
* @throws {RequiredError}
|
|
31070
31180
|
*/
|
|
31071
|
-
updateEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiUpdateEventEmailTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
31181
|
+
updateEventEmailTranslation(requestParameters: EventsEmailsTranslationsApiUpdateEventEmailTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
31072
31182
|
}
|
|
31073
31183
|
/**
|
|
31074
31184
|
* EventsFaqsApi - axios parameter creator
|
|
@@ -31796,7 +31906,7 @@ export declare const EventsFaqsTranslationsApiFp: (configuration?: Configuration
|
|
|
31796
31906
|
* @param {*} [options] Override http request option.
|
|
31797
31907
|
* @throws {RequiredError}
|
|
31798
31908
|
*/
|
|
31799
|
-
deleteEventFaqSectionQuestionTranslation(eventId: string, sectionId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
31909
|
+
deleteEventFaqSectionQuestionTranslation(eventId: string, sectionId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
31800
31910
|
/**
|
|
31801
31911
|
* Delete Event Faq Section Translation endpoint
|
|
31802
31912
|
* @summary Delete Event Faq Section Translation
|
|
@@ -31806,7 +31916,7 @@ export declare const EventsFaqsTranslationsApiFp: (configuration?: Configuration
|
|
|
31806
31916
|
* @param {*} [options] Override http request option.
|
|
31807
31917
|
* @throws {RequiredError}
|
|
31808
31918
|
*/
|
|
31809
|
-
deleteEventFaqSectionTranslation(eventId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
31919
|
+
deleteEventFaqSectionTranslation(eventId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
31810
31920
|
/**
|
|
31811
31921
|
* Get Event Faq Section Question Translation endpoint
|
|
31812
31922
|
* @summary Get Event Faq Section Question Translation
|
|
@@ -31866,7 +31976,7 @@ export declare const EventsFaqsTranslationsApiFp: (configuration?: Configuration
|
|
|
31866
31976
|
* @param {*} [options] Override http request option.
|
|
31867
31977
|
* @throws {RequiredError}
|
|
31868
31978
|
*/
|
|
31869
|
-
updateEventFaqSectionQuestionTranslation(eventId: string, sectionId: string, questionId: string, locale: string, eventFaqSectionQuestionTranslationUpdateInputs: EventFaqSectionQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
31979
|
+
updateEventFaqSectionQuestionTranslation(eventId: string, sectionId: string, questionId: string, locale: string, eventFaqSectionQuestionTranslationUpdateInputs: EventFaqSectionQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
31870
31980
|
/**
|
|
31871
31981
|
* Update Event Faq Section Translation endpoint
|
|
31872
31982
|
* @summary Update Event Faq Section Translation
|
|
@@ -31877,7 +31987,7 @@ export declare const EventsFaqsTranslationsApiFp: (configuration?: Configuration
|
|
|
31877
31987
|
* @param {*} [options] Override http request option.
|
|
31878
31988
|
* @throws {RequiredError}
|
|
31879
31989
|
*/
|
|
31880
|
-
updateEventFaqSectionTranslation(eventId: string, sectionId: string, locale: string, eventFaqSectionTranslationUpdateInputs: EventFaqSectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
31990
|
+
updateEventFaqSectionTranslation(eventId: string, sectionId: string, locale: string, eventFaqSectionTranslationUpdateInputs: EventFaqSectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
31881
31991
|
};
|
|
31882
31992
|
/**
|
|
31883
31993
|
* EventsFaqsTranslationsApi - factory interface
|
|
@@ -31890,7 +32000,7 @@ export declare const EventsFaqsTranslationsApiFactory: (configuration?: Configur
|
|
|
31890
32000
|
* @param {*} [options] Override http request option.
|
|
31891
32001
|
* @throws {RequiredError}
|
|
31892
32002
|
*/
|
|
31893
|
-
deleteEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
32003
|
+
deleteEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
31894
32004
|
/**
|
|
31895
32005
|
* Delete Event Faq Section Translation endpoint
|
|
31896
32006
|
* @summary Delete Event Faq Section Translation
|
|
@@ -31898,7 +32008,7 @@ export declare const EventsFaqsTranslationsApiFactory: (configuration?: Configur
|
|
|
31898
32008
|
* @param {*} [options] Override http request option.
|
|
31899
32009
|
* @throws {RequiredError}
|
|
31900
32010
|
*/
|
|
31901
|
-
deleteEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
32011
|
+
deleteEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
31902
32012
|
/**
|
|
31903
32013
|
* Get Event Faq Section Question Translation endpoint
|
|
31904
32014
|
* @summary Get Event Faq Section Question Translation
|
|
@@ -31938,7 +32048,7 @@ export declare const EventsFaqsTranslationsApiFactory: (configuration?: Configur
|
|
|
31938
32048
|
* @param {*} [options] Override http request option.
|
|
31939
32049
|
* @throws {RequiredError}
|
|
31940
32050
|
*/
|
|
31941
|
-
updateEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
32051
|
+
updateEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
31942
32052
|
/**
|
|
31943
32053
|
* Update Event Faq Section Translation endpoint
|
|
31944
32054
|
* @summary Update Event Faq Section Translation
|
|
@@ -31946,7 +32056,7 @@ export declare const EventsFaqsTranslationsApiFactory: (configuration?: Configur
|
|
|
31946
32056
|
* @param {*} [options] Override http request option.
|
|
31947
32057
|
* @throws {RequiredError}
|
|
31948
32058
|
*/
|
|
31949
|
-
updateEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
32059
|
+
updateEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
31950
32060
|
};
|
|
31951
32061
|
/**
|
|
31952
32062
|
* Request parameters for deleteEventFaqSectionQuestionTranslation operation in EventsFaqsTranslationsApi.
|
|
@@ -32137,7 +32247,7 @@ export declare class EventsFaqsTranslationsApi extends BaseAPI {
|
|
|
32137
32247
|
* @param {*} [options] Override http request option.
|
|
32138
32248
|
* @throws {RequiredError}
|
|
32139
32249
|
*/
|
|
32140
|
-
deleteEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
32250
|
+
deleteEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
32141
32251
|
/**
|
|
32142
32252
|
* Delete Event Faq Section Translation endpoint
|
|
32143
32253
|
* @summary Delete Event Faq Section Translation
|
|
@@ -32145,7 +32255,7 @@ export declare class EventsFaqsTranslationsApi extends BaseAPI {
|
|
|
32145
32255
|
* @param {*} [options] Override http request option.
|
|
32146
32256
|
* @throws {RequiredError}
|
|
32147
32257
|
*/
|
|
32148
|
-
deleteEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
32258
|
+
deleteEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiDeleteEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
32149
32259
|
/**
|
|
32150
32260
|
* Get Event Faq Section Question Translation endpoint
|
|
32151
32261
|
* @summary Get Event Faq Section Question Translation
|
|
@@ -32185,7 +32295,7 @@ export declare class EventsFaqsTranslationsApi extends BaseAPI {
|
|
|
32185
32295
|
* @param {*} [options] Override http request option.
|
|
32186
32296
|
* @throws {RequiredError}
|
|
32187
32297
|
*/
|
|
32188
|
-
updateEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
32298
|
+
updateEventFaqSectionQuestionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
32189
32299
|
/**
|
|
32190
32300
|
* Update Event Faq Section Translation endpoint
|
|
32191
32301
|
* @summary Update Event Faq Section Translation
|
|
@@ -32193,7 +32303,7 @@ export declare class EventsFaqsTranslationsApi extends BaseAPI {
|
|
|
32193
32303
|
* @param {*} [options] Override http request option.
|
|
32194
32304
|
* @throws {RequiredError}
|
|
32195
32305
|
*/
|
|
32196
|
-
updateEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
32306
|
+
updateEventFaqSectionTranslation(requestParameters: EventsFaqsTranslationsApiUpdateEventFaqSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
32197
32307
|
}
|
|
32198
32308
|
/**
|
|
32199
32309
|
* EventsFollowupsApi - axios parameter creator
|
|
@@ -33371,7 +33481,7 @@ export declare const EventsFollowupsTranslationsApiFp: (configuration?: Configur
|
|
|
33371
33481
|
* @param {*} [options] Override http request option.
|
|
33372
33482
|
* @throws {RequiredError}
|
|
33373
33483
|
*/
|
|
33374
|
-
deleteEventFollowupTranslation(eventId: string, followupId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
33484
|
+
deleteEventFollowupTranslation(eventId: string, followupId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
33375
33485
|
/**
|
|
33376
33486
|
* Get Event Followup Translation endpoint
|
|
33377
33487
|
* @summary Get Event Followup Translation
|
|
@@ -33405,7 +33515,7 @@ export declare const EventsFollowupsTranslationsApiFp: (configuration?: Configur
|
|
|
33405
33515
|
* @param {*} [options] Override http request option.
|
|
33406
33516
|
* @throws {RequiredError}
|
|
33407
33517
|
*/
|
|
33408
|
-
updateEventFollowupTranslation(eventId: string, followupId: string, locale: string, eventFollowupTranslationUpdateInputs: EventFollowupTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
33518
|
+
updateEventFollowupTranslation(eventId: string, followupId: string, locale: string, eventFollowupTranslationUpdateInputs: EventFollowupTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
33409
33519
|
};
|
|
33410
33520
|
/**
|
|
33411
33521
|
* EventsFollowupsTranslationsApi - factory interface
|
|
@@ -33418,7 +33528,7 @@ export declare const EventsFollowupsTranslationsApiFactory: (configuration?: Con
|
|
|
33418
33528
|
* @param {*} [options] Override http request option.
|
|
33419
33529
|
* @throws {RequiredError}
|
|
33420
33530
|
*/
|
|
33421
|
-
deleteEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiDeleteEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
33531
|
+
deleteEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiDeleteEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
33422
33532
|
/**
|
|
33423
33533
|
* Get Event Followup Translation endpoint
|
|
33424
33534
|
* @summary Get Event Followup Translation
|
|
@@ -33442,7 +33552,7 @@ export declare const EventsFollowupsTranslationsApiFactory: (configuration?: Con
|
|
|
33442
33552
|
* @param {*} [options] Override http request option.
|
|
33443
33553
|
* @throws {RequiredError}
|
|
33444
33554
|
*/
|
|
33445
|
-
updateEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiUpdateEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
33555
|
+
updateEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiUpdateEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
33446
33556
|
};
|
|
33447
33557
|
/**
|
|
33448
33558
|
* Request parameters for deleteEventFollowupTranslation operation in EventsFollowupsTranslationsApi.
|
|
@@ -33536,7 +33646,7 @@ export declare class EventsFollowupsTranslationsApi extends BaseAPI {
|
|
|
33536
33646
|
* @param {*} [options] Override http request option.
|
|
33537
33647
|
* @throws {RequiredError}
|
|
33538
33648
|
*/
|
|
33539
|
-
deleteEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiDeleteEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
33649
|
+
deleteEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiDeleteEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
33540
33650
|
/**
|
|
33541
33651
|
* Get Event Followup Translation endpoint
|
|
33542
33652
|
* @summary Get Event Followup Translation
|
|
@@ -33560,7 +33670,7 @@ export declare class EventsFollowupsTranslationsApi extends BaseAPI {
|
|
|
33560
33670
|
* @param {*} [options] Override http request option.
|
|
33561
33671
|
* @throws {RequiredError}
|
|
33562
33672
|
*/
|
|
33563
|
-
updateEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiUpdateEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
33673
|
+
updateEventFollowupTranslation(requestParameters: EventsFollowupsTranslationsApiUpdateEventFollowupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
33564
33674
|
}
|
|
33565
33675
|
/**
|
|
33566
33676
|
* EventsMatchesApi - axios parameter creator
|
|
@@ -35054,7 +35164,7 @@ export declare const EventsMediaTranslationsApiFp: (configuration?: Configuratio
|
|
|
35054
35164
|
* @param {*} [options] Override http request option.
|
|
35055
35165
|
* @throws {RequiredError}
|
|
35056
35166
|
*/
|
|
35057
|
-
deleteEventMediaItemTranslation(eventId: string, mediaItemId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
35167
|
+
deleteEventMediaItemTranslation(eventId: string, mediaItemId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
35058
35168
|
/**
|
|
35059
35169
|
* Get Event Media Item Translation endpoint
|
|
35060
35170
|
* @summary Get Event Media Item Translation
|
|
@@ -35101,7 +35211,7 @@ export declare const EventsMediaTranslationsApiFactory: (configuration?: Configu
|
|
|
35101
35211
|
* @param {*} [options] Override http request option.
|
|
35102
35212
|
* @throws {RequiredError}
|
|
35103
35213
|
*/
|
|
35104
|
-
deleteEventMediaItemTranslation(requestParameters: EventsMediaTranslationsApiDeleteEventMediaItemTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
35214
|
+
deleteEventMediaItemTranslation(requestParameters: EventsMediaTranslationsApiDeleteEventMediaItemTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
35105
35215
|
/**
|
|
35106
35216
|
* Get Event Media Item Translation endpoint
|
|
35107
35217
|
* @summary Get Event Media Item Translation
|
|
@@ -35219,7 +35329,7 @@ export declare class EventsMediaTranslationsApi extends BaseAPI {
|
|
|
35219
35329
|
* @param {*} [options] Override http request option.
|
|
35220
35330
|
* @throws {RequiredError}
|
|
35221
35331
|
*/
|
|
35222
|
-
deleteEventMediaItemTranslation(requestParameters: EventsMediaTranslationsApiDeleteEventMediaItemTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
35332
|
+
deleteEventMediaItemTranslation(requestParameters: EventsMediaTranslationsApiDeleteEventMediaItemTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
35223
35333
|
/**
|
|
35224
35334
|
* Get Event Media Item Translation endpoint
|
|
35225
35335
|
* @summary Get Event Media Item Translation
|
|
@@ -36744,7 +36854,7 @@ export declare const EventsPagesTranslationsApiFp: (configuration?: Configuratio
|
|
|
36744
36854
|
* @param {*} [options] Override http request option.
|
|
36745
36855
|
* @throws {RequiredError}
|
|
36746
36856
|
*/
|
|
36747
|
-
deleteEventPageTranslation(eventId: string, pageId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
36857
|
+
deleteEventPageTranslation(eventId: string, pageId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
36748
36858
|
/**
|
|
36749
36859
|
* Get Event Page Translation endpoint
|
|
36750
36860
|
* @summary Get Event Page Translation
|
|
@@ -36778,7 +36888,7 @@ export declare const EventsPagesTranslationsApiFp: (configuration?: Configuratio
|
|
|
36778
36888
|
* @param {*} [options] Override http request option.
|
|
36779
36889
|
* @throws {RequiredError}
|
|
36780
36890
|
*/
|
|
36781
|
-
updateEventPageTranslation(eventId: string, pageId: string, locale: string, eventPageTranslationUpdateInputs: EventPageTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
36891
|
+
updateEventPageTranslation(eventId: string, pageId: string, locale: string, eventPageTranslationUpdateInputs: EventPageTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
36782
36892
|
};
|
|
36783
36893
|
/**
|
|
36784
36894
|
* EventsPagesTranslationsApi - factory interface
|
|
@@ -36791,7 +36901,7 @@ export declare const EventsPagesTranslationsApiFactory: (configuration?: Configu
|
|
|
36791
36901
|
* @param {*} [options] Override http request option.
|
|
36792
36902
|
* @throws {RequiredError}
|
|
36793
36903
|
*/
|
|
36794
|
-
deleteEventPageTranslation(requestParameters: EventsPagesTranslationsApiDeleteEventPageTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
36904
|
+
deleteEventPageTranslation(requestParameters: EventsPagesTranslationsApiDeleteEventPageTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
36795
36905
|
/**
|
|
36796
36906
|
* Get Event Page Translation endpoint
|
|
36797
36907
|
* @summary Get Event Page Translation
|
|
@@ -36815,7 +36925,7 @@ export declare const EventsPagesTranslationsApiFactory: (configuration?: Configu
|
|
|
36815
36925
|
* @param {*} [options] Override http request option.
|
|
36816
36926
|
* @throws {RequiredError}
|
|
36817
36927
|
*/
|
|
36818
|
-
updateEventPageTranslation(requestParameters: EventsPagesTranslationsApiUpdateEventPageTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
36928
|
+
updateEventPageTranslation(requestParameters: EventsPagesTranslationsApiUpdateEventPageTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
36819
36929
|
};
|
|
36820
36930
|
/**
|
|
36821
36931
|
* Request parameters for deleteEventPageTranslation operation in EventsPagesTranslationsApi.
|
|
@@ -36909,7 +37019,7 @@ export declare class EventsPagesTranslationsApi extends BaseAPI {
|
|
|
36909
37019
|
* @param {*} [options] Override http request option.
|
|
36910
37020
|
* @throws {RequiredError}
|
|
36911
37021
|
*/
|
|
36912
|
-
deleteEventPageTranslation(requestParameters: EventsPagesTranslationsApiDeleteEventPageTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
37022
|
+
deleteEventPageTranslation(requestParameters: EventsPagesTranslationsApiDeleteEventPageTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
36913
37023
|
/**
|
|
36914
37024
|
* Get Event Page Translation endpoint
|
|
36915
37025
|
* @summary Get Event Page Translation
|
|
@@ -36933,7 +37043,7 @@ export declare class EventsPagesTranslationsApi extends BaseAPI {
|
|
|
36933
37043
|
* @param {*} [options] Override http request option.
|
|
36934
37044
|
* @throws {RequiredError}
|
|
36935
37045
|
*/
|
|
36936
|
-
updateEventPageTranslation(requestParameters: EventsPagesTranslationsApiUpdateEventPageTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
37046
|
+
updateEventPageTranslation(requestParameters: EventsPagesTranslationsApiUpdateEventPageTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
36937
37047
|
}
|
|
36938
37048
|
/**
|
|
36939
37049
|
* EventsPassesApi - axios parameter creator
|
|
@@ -40349,7 +40459,7 @@ export declare const EventsPasstypesPriceschedulesApiFp: (configuration?: Config
|
|
|
40349
40459
|
* @param {*} [options] Override http request option.
|
|
40350
40460
|
* @throws {RequiredError}
|
|
40351
40461
|
*/
|
|
40352
|
-
deleteEventPassTypePriceSchedule(eventId: string, passTypeId: string, scheduleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
40462
|
+
deleteEventPassTypePriceSchedule(eventId: string, passTypeId: string, scheduleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
40353
40463
|
/**
|
|
40354
40464
|
* Get Event Pass Type Price Schedule endpoint
|
|
40355
40465
|
* @summary Get Event Pass Type Price Schedule
|
|
@@ -40383,7 +40493,7 @@ export declare const EventsPasstypesPriceschedulesApiFp: (configuration?: Config
|
|
|
40383
40493
|
* @param {*} [options] Override http request option.
|
|
40384
40494
|
* @throws {RequiredError}
|
|
40385
40495
|
*/
|
|
40386
|
-
updateEventPassTypePriceSchedule(eventId: string, passTypeId: string, scheduleId: string, passTypePriceScheduleUpdateInputs: PassTypePriceScheduleUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
40496
|
+
updateEventPassTypePriceSchedule(eventId: string, passTypeId: string, scheduleId: string, passTypePriceScheduleUpdateInputs: PassTypePriceScheduleUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
40387
40497
|
};
|
|
40388
40498
|
/**
|
|
40389
40499
|
* EventsPasstypesPriceschedulesApi - factory interface
|
|
@@ -40404,7 +40514,7 @@ export declare const EventsPasstypesPriceschedulesApiFactory: (configuration?: C
|
|
|
40404
40514
|
* @param {*} [options] Override http request option.
|
|
40405
40515
|
* @throws {RequiredError}
|
|
40406
40516
|
*/
|
|
40407
|
-
deleteEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiDeleteEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
40517
|
+
deleteEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiDeleteEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
40408
40518
|
/**
|
|
40409
40519
|
* Get Event Pass Type Price Schedule endpoint
|
|
40410
40520
|
* @summary Get Event Pass Type Price Schedule
|
|
@@ -40428,7 +40538,7 @@ export declare const EventsPasstypesPriceschedulesApiFactory: (configuration?: C
|
|
|
40428
40538
|
* @param {*} [options] Override http request option.
|
|
40429
40539
|
* @throws {RequiredError}
|
|
40430
40540
|
*/
|
|
40431
|
-
updateEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiUpdateEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
40541
|
+
updateEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiUpdateEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
40432
40542
|
};
|
|
40433
40543
|
/**
|
|
40434
40544
|
* Request parameters for createEventPassTypePriceSchedule operation in EventsPasstypesPriceschedulesApi.
|
|
@@ -40544,7 +40654,7 @@ export declare class EventsPasstypesPriceschedulesApi extends BaseAPI {
|
|
|
40544
40654
|
* @param {*} [options] Override http request option.
|
|
40545
40655
|
* @throws {RequiredError}
|
|
40546
40656
|
*/
|
|
40547
|
-
deleteEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiDeleteEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
40657
|
+
deleteEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiDeleteEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
40548
40658
|
/**
|
|
40549
40659
|
* Get Event Pass Type Price Schedule endpoint
|
|
40550
40660
|
* @summary Get Event Pass Type Price Schedule
|
|
@@ -40568,7 +40678,7 @@ export declare class EventsPasstypesPriceschedulesApi extends BaseAPI {
|
|
|
40568
40678
|
* @param {*} [options] Override http request option.
|
|
40569
40679
|
* @throws {RequiredError}
|
|
40570
40680
|
*/
|
|
40571
|
-
updateEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiUpdateEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
40681
|
+
updateEventPassTypePriceSchedule(requestParameters: EventsPasstypesPriceschedulesApiUpdateEventPassTypePriceScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
40572
40682
|
}
|
|
40573
40683
|
/**
|
|
40574
40684
|
* EventsPasstypesRefundschedulesApi - axios parameter creator
|
|
@@ -40652,7 +40762,7 @@ export declare const EventsPasstypesRefundschedulesApiFp: (configuration?: Confi
|
|
|
40652
40762
|
* @param {*} [options] Override http request option.
|
|
40653
40763
|
* @throws {RequiredError}
|
|
40654
40764
|
*/
|
|
40655
|
-
deleteEventPassTypeRefundSchedule(eventId: string, passTypeId: string, scheduleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
40765
|
+
deleteEventPassTypeRefundSchedule(eventId: string, passTypeId: string, scheduleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
40656
40766
|
/**
|
|
40657
40767
|
* Get Event Pass Type Refund Schedule endpoint
|
|
40658
40768
|
* @summary Get Event Pass Type Refund Schedule
|
|
@@ -40686,7 +40796,7 @@ export declare const EventsPasstypesRefundschedulesApiFp: (configuration?: Confi
|
|
|
40686
40796
|
* @param {*} [options] Override http request option.
|
|
40687
40797
|
* @throws {RequiredError}
|
|
40688
40798
|
*/
|
|
40689
|
-
updateEventPassTypeRefundSchedule(eventId: string, passTypeId: string, scheduleId: string, passTypeRefundScheduleUpdateInputs: PassTypeRefundScheduleUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
40799
|
+
updateEventPassTypeRefundSchedule(eventId: string, passTypeId: string, scheduleId: string, passTypeRefundScheduleUpdateInputs: PassTypeRefundScheduleUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
40690
40800
|
};
|
|
40691
40801
|
/**
|
|
40692
40802
|
* EventsPasstypesRefundschedulesApi - factory interface
|
|
@@ -40707,7 +40817,7 @@ export declare const EventsPasstypesRefundschedulesApiFactory: (configuration?:
|
|
|
40707
40817
|
* @param {*} [options] Override http request option.
|
|
40708
40818
|
* @throws {RequiredError}
|
|
40709
40819
|
*/
|
|
40710
|
-
deleteEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiDeleteEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
40820
|
+
deleteEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiDeleteEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
40711
40821
|
/**
|
|
40712
40822
|
* Get Event Pass Type Refund Schedule endpoint
|
|
40713
40823
|
* @summary Get Event Pass Type Refund Schedule
|
|
@@ -40731,7 +40841,7 @@ export declare const EventsPasstypesRefundschedulesApiFactory: (configuration?:
|
|
|
40731
40841
|
* @param {*} [options] Override http request option.
|
|
40732
40842
|
* @throws {RequiredError}
|
|
40733
40843
|
*/
|
|
40734
|
-
updateEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiUpdateEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
40844
|
+
updateEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiUpdateEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
40735
40845
|
};
|
|
40736
40846
|
/**
|
|
40737
40847
|
* Request parameters for createEventPassTypeRefundSchedule operation in EventsPasstypesRefundschedulesApi.
|
|
@@ -40847,7 +40957,7 @@ export declare class EventsPasstypesRefundschedulesApi extends BaseAPI {
|
|
|
40847
40957
|
* @param {*} [options] Override http request option.
|
|
40848
40958
|
* @throws {RequiredError}
|
|
40849
40959
|
*/
|
|
40850
|
-
deleteEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiDeleteEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
40960
|
+
deleteEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiDeleteEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
40851
40961
|
/**
|
|
40852
40962
|
* Get Event Pass Type Refund Schedule endpoint
|
|
40853
40963
|
* @summary Get Event Pass Type Refund Schedule
|
|
@@ -40871,7 +40981,7 @@ export declare class EventsPasstypesRefundschedulesApi extends BaseAPI {
|
|
|
40871
40981
|
* @param {*} [options] Override http request option.
|
|
40872
40982
|
* @throws {RequiredError}
|
|
40873
40983
|
*/
|
|
40874
|
-
updateEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiUpdateEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
40984
|
+
updateEventPassTypeRefundSchedule(requestParameters: EventsPasstypesRefundschedulesApiUpdateEventPassTypeRefundScheduleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
40875
40985
|
}
|
|
40876
40986
|
/**
|
|
40877
40987
|
* EventsPasstypesTranslationsApi - axios parameter creator
|
|
@@ -40935,7 +41045,7 @@ export declare const EventsPasstypesTranslationsApiFp: (configuration?: Configur
|
|
|
40935
41045
|
* @param {*} [options] Override http request option.
|
|
40936
41046
|
* @throws {RequiredError}
|
|
40937
41047
|
*/
|
|
40938
|
-
deleteEventPassTypeTranslation(eventId: string, passTypeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
41048
|
+
deleteEventPassTypeTranslation(eventId: string, passTypeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
40939
41049
|
/**
|
|
40940
41050
|
* Get Event Pass Type Translation endpoint
|
|
40941
41051
|
* @summary Get Event Pass Type Translation
|
|
@@ -40969,7 +41079,7 @@ export declare const EventsPasstypesTranslationsApiFp: (configuration?: Configur
|
|
|
40969
41079
|
* @param {*} [options] Override http request option.
|
|
40970
41080
|
* @throws {RequiredError}
|
|
40971
41081
|
*/
|
|
40972
|
-
updateEventPassTypeTranslation(eventId: string, passTypeId: string, locale: string, eventTranslationUpdateInputs: EventTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
41082
|
+
updateEventPassTypeTranslation(eventId: string, passTypeId: string, locale: string, eventTranslationUpdateInputs: EventTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
40973
41083
|
};
|
|
40974
41084
|
/**
|
|
40975
41085
|
* EventsPasstypesTranslationsApi - factory interface
|
|
@@ -40982,7 +41092,7 @@ export declare const EventsPasstypesTranslationsApiFactory: (configuration?: Con
|
|
|
40982
41092
|
* @param {*} [options] Override http request option.
|
|
40983
41093
|
* @throws {RequiredError}
|
|
40984
41094
|
*/
|
|
40985
|
-
deleteEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiDeleteEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
41095
|
+
deleteEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiDeleteEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
40986
41096
|
/**
|
|
40987
41097
|
* Get Event Pass Type Translation endpoint
|
|
40988
41098
|
* @summary Get Event Pass Type Translation
|
|
@@ -41006,7 +41116,7 @@ export declare const EventsPasstypesTranslationsApiFactory: (configuration?: Con
|
|
|
41006
41116
|
* @param {*} [options] Override http request option.
|
|
41007
41117
|
* @throws {RequiredError}
|
|
41008
41118
|
*/
|
|
41009
|
-
updateEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiUpdateEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
41119
|
+
updateEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiUpdateEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
41010
41120
|
};
|
|
41011
41121
|
/**
|
|
41012
41122
|
* Request parameters for deleteEventPassTypeTranslation operation in EventsPasstypesTranslationsApi.
|
|
@@ -41100,7 +41210,7 @@ export declare class EventsPasstypesTranslationsApi extends BaseAPI {
|
|
|
41100
41210
|
* @param {*} [options] Override http request option.
|
|
41101
41211
|
* @throws {RequiredError}
|
|
41102
41212
|
*/
|
|
41103
|
-
deleteEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiDeleteEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
41213
|
+
deleteEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiDeleteEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
41104
41214
|
/**
|
|
41105
41215
|
* Get Event Pass Type Translation endpoint
|
|
41106
41216
|
* @summary Get Event Pass Type Translation
|
|
@@ -41124,7 +41234,7 @@ export declare class EventsPasstypesTranslationsApi extends BaseAPI {
|
|
|
41124
41234
|
* @param {*} [options] Override http request option.
|
|
41125
41235
|
* @throws {RequiredError}
|
|
41126
41236
|
*/
|
|
41127
|
-
updateEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiUpdateEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
41237
|
+
updateEventPassTypeTranslation(requestParameters: EventsPasstypesTranslationsApiUpdateEventPassTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
41128
41238
|
}
|
|
41129
41239
|
/**
|
|
41130
41240
|
* EventsQuestionsApi - axios parameter creator
|
|
@@ -41592,7 +41702,7 @@ export declare const EventsQuestionsApiFp: (configuration?: Configuration) => {
|
|
|
41592
41702
|
* @param {*} [options] Override http request option.
|
|
41593
41703
|
* @throws {RequiredError}
|
|
41594
41704
|
*/
|
|
41595
|
-
updateEventQuestionChoice(eventId: string, questionId: string, choiceId: string, choice: EventQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
41705
|
+
updateEventQuestionChoice(eventId: string, questionId: string, choiceId: string, choice: EventQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
41596
41706
|
/**
|
|
41597
41707
|
* Update Event Question Choice Sub Question endpoint
|
|
41598
41708
|
* @summary Update Event Question Choice Sub Question
|
|
@@ -41777,7 +41887,7 @@ export declare const EventsQuestionsApiFactory: (configuration?: Configuration,
|
|
|
41777
41887
|
* @param {*} [options] Override http request option.
|
|
41778
41888
|
* @throws {RequiredError}
|
|
41779
41889
|
*/
|
|
41780
|
-
updateEventQuestionChoice(requestParameters: EventsQuestionsApiUpdateEventQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
41890
|
+
updateEventQuestionChoice(requestParameters: EventsQuestionsApiUpdateEventQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
41781
41891
|
/**
|
|
41782
41892
|
* Update Event Question Choice Sub Question endpoint
|
|
41783
41893
|
* @summary Update Event Question Choice Sub Question
|
|
@@ -42383,7 +42493,7 @@ export declare class EventsQuestionsApi extends BaseAPI {
|
|
|
42383
42493
|
* @param {*} [options] Override http request option.
|
|
42384
42494
|
* @throws {RequiredError}
|
|
42385
42495
|
*/
|
|
42386
|
-
updateEventQuestionChoice(requestParameters: EventsQuestionsApiUpdateEventQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
42496
|
+
updateEventQuestionChoice(requestParameters: EventsQuestionsApiUpdateEventQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
42387
42497
|
/**
|
|
42388
42498
|
* Update Event Question Choice Sub Question endpoint
|
|
42389
42499
|
* @summary Update Event Question Choice Sub Question
|
|
@@ -42504,7 +42614,7 @@ export declare const EventsQuestionsTranslationsApiFp: (configuration?: Configur
|
|
|
42504
42614
|
* @param {*} [options] Override http request option.
|
|
42505
42615
|
* @throws {RequiredError}
|
|
42506
42616
|
*/
|
|
42507
|
-
deleteEventQuestionChoiceTranslation(eventId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
42617
|
+
deleteEventQuestionChoiceTranslation(eventId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
42508
42618
|
/**
|
|
42509
42619
|
* Delete Event Question Translation endpoint
|
|
42510
42620
|
* @summary Delete Event Question Translation
|
|
@@ -42514,7 +42624,7 @@ export declare const EventsQuestionsTranslationsApiFp: (configuration?: Configur
|
|
|
42514
42624
|
* @param {*} [options] Override http request option.
|
|
42515
42625
|
* @throws {RequiredError}
|
|
42516
42626
|
*/
|
|
42517
|
-
deleteEventQuestionTranslation(eventId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
42627
|
+
deleteEventQuestionTranslation(eventId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
42518
42628
|
/**
|
|
42519
42629
|
* Get Event Question Choice Translation endpoint
|
|
42520
42630
|
* @summary Get Event Question Choice Translation
|
|
@@ -42574,7 +42684,7 @@ export declare const EventsQuestionsTranslationsApiFp: (configuration?: Configur
|
|
|
42574
42684
|
* @param {*} [options] Override http request option.
|
|
42575
42685
|
* @throws {RequiredError}
|
|
42576
42686
|
*/
|
|
42577
|
-
updateEventQuestionChoiceTranslation(eventId: string, questionId: string, choiceId: string, locale: string, eventQuestionChoiceTranslationUpdateInputs: EventQuestionChoiceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
42687
|
+
updateEventQuestionChoiceTranslation(eventId: string, questionId: string, choiceId: string, locale: string, eventQuestionChoiceTranslationUpdateInputs: EventQuestionChoiceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
42578
42688
|
/**
|
|
42579
42689
|
* Update Event Question Translation endpoint
|
|
42580
42690
|
* @summary Update Event Question Translation
|
|
@@ -42585,7 +42695,7 @@ export declare const EventsQuestionsTranslationsApiFp: (configuration?: Configur
|
|
|
42585
42695
|
* @param {*} [options] Override http request option.
|
|
42586
42696
|
* @throws {RequiredError}
|
|
42587
42697
|
*/
|
|
42588
|
-
updateEventQuestionTranslation(eventId: string, questionId: string, locale: string, eventQuestionTranslationUpdateInputs: EventQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
42698
|
+
updateEventQuestionTranslation(eventId: string, questionId: string, locale: string, eventQuestionTranslationUpdateInputs: EventQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
42589
42699
|
};
|
|
42590
42700
|
/**
|
|
42591
42701
|
* EventsQuestionsTranslationsApi - factory interface
|
|
@@ -42598,7 +42708,7 @@ export declare const EventsQuestionsTranslationsApiFactory: (configuration?: Con
|
|
|
42598
42708
|
* @param {*} [options] Override http request option.
|
|
42599
42709
|
* @throws {RequiredError}
|
|
42600
42710
|
*/
|
|
42601
|
-
deleteEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
42711
|
+
deleteEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
42602
42712
|
/**
|
|
42603
42713
|
* Delete Event Question Translation endpoint
|
|
42604
42714
|
* @summary Delete Event Question Translation
|
|
@@ -42606,7 +42716,7 @@ export declare const EventsQuestionsTranslationsApiFactory: (configuration?: Con
|
|
|
42606
42716
|
* @param {*} [options] Override http request option.
|
|
42607
42717
|
* @throws {RequiredError}
|
|
42608
42718
|
*/
|
|
42609
|
-
deleteEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
42719
|
+
deleteEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
42610
42720
|
/**
|
|
42611
42721
|
* Get Event Question Choice Translation endpoint
|
|
42612
42722
|
* @summary Get Event Question Choice Translation
|
|
@@ -42646,7 +42756,7 @@ export declare const EventsQuestionsTranslationsApiFactory: (configuration?: Con
|
|
|
42646
42756
|
* @param {*} [options] Override http request option.
|
|
42647
42757
|
* @throws {RequiredError}
|
|
42648
42758
|
*/
|
|
42649
|
-
updateEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
42759
|
+
updateEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
42650
42760
|
/**
|
|
42651
42761
|
* Update Event Question Translation endpoint
|
|
42652
42762
|
* @summary Update Event Question Translation
|
|
@@ -42654,7 +42764,7 @@ export declare const EventsQuestionsTranslationsApiFactory: (configuration?: Con
|
|
|
42654
42764
|
* @param {*} [options] Override http request option.
|
|
42655
42765
|
* @throws {RequiredError}
|
|
42656
42766
|
*/
|
|
42657
|
-
updateEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
42767
|
+
updateEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
42658
42768
|
};
|
|
42659
42769
|
/**
|
|
42660
42770
|
* Request parameters for deleteEventQuestionChoiceTranslation operation in EventsQuestionsTranslationsApi.
|
|
@@ -42845,7 +42955,7 @@ export declare class EventsQuestionsTranslationsApi extends BaseAPI {
|
|
|
42845
42955
|
* @param {*} [options] Override http request option.
|
|
42846
42956
|
* @throws {RequiredError}
|
|
42847
42957
|
*/
|
|
42848
|
-
deleteEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
42958
|
+
deleteEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
42849
42959
|
/**
|
|
42850
42960
|
* Delete Event Question Translation endpoint
|
|
42851
42961
|
* @summary Delete Event Question Translation
|
|
@@ -42853,7 +42963,7 @@ export declare class EventsQuestionsTranslationsApi extends BaseAPI {
|
|
|
42853
42963
|
* @param {*} [options] Override http request option.
|
|
42854
42964
|
* @throws {RequiredError}
|
|
42855
42965
|
*/
|
|
42856
|
-
deleteEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
42966
|
+
deleteEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiDeleteEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
42857
42967
|
/**
|
|
42858
42968
|
* Get Event Question Choice Translation endpoint
|
|
42859
42969
|
* @summary Get Event Question Choice Translation
|
|
@@ -42893,7 +43003,7 @@ export declare class EventsQuestionsTranslationsApi extends BaseAPI {
|
|
|
42893
43003
|
* @param {*} [options] Override http request option.
|
|
42894
43004
|
* @throws {RequiredError}
|
|
42895
43005
|
*/
|
|
42896
|
-
updateEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
43006
|
+
updateEventQuestionChoiceTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
42897
43007
|
/**
|
|
42898
43008
|
* Update Event Question Translation endpoint
|
|
42899
43009
|
* @summary Update Event Question Translation
|
|
@@ -42901,7 +43011,7 @@ export declare class EventsQuestionsTranslationsApi extends BaseAPI {
|
|
|
42901
43011
|
* @param {*} [options] Override http request option.
|
|
42902
43012
|
* @throws {RequiredError}
|
|
42903
43013
|
*/
|
|
42904
|
-
updateEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
43014
|
+
updateEventQuestionTranslation(requestParameters: EventsQuestionsTranslationsApiUpdateEventQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
42905
43015
|
}
|
|
42906
43016
|
/**
|
|
42907
43017
|
* EventsRoomsApi - axios parameter creator
|
|
@@ -44193,7 +44303,7 @@ export declare const EventsRoomtypesTranslationsApiFp: (configuration?: Configur
|
|
|
44193
44303
|
* @param {*} [options] Override http request option.
|
|
44194
44304
|
* @throws {RequiredError}
|
|
44195
44305
|
*/
|
|
44196
|
-
deleteEventRoomTypeTranslation(eventId: string, roomTypeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
44306
|
+
deleteEventRoomTypeTranslation(eventId: string, roomTypeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
44197
44307
|
/**
|
|
44198
44308
|
* Get Event Room Type Translation endpoint
|
|
44199
44309
|
* @summary Get Event Room Type Translation
|
|
@@ -44227,7 +44337,7 @@ export declare const EventsRoomtypesTranslationsApiFp: (configuration?: Configur
|
|
|
44227
44337
|
* @param {*} [options] Override http request option.
|
|
44228
44338
|
* @throws {RequiredError}
|
|
44229
44339
|
*/
|
|
44230
|
-
updateEventRoomTypeTranslation(eventId: string, roomTypeId: string, locale: string, eventRoomTypeTranslationUpdateInputs: EventRoomTypeTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
44340
|
+
updateEventRoomTypeTranslation(eventId: string, roomTypeId: string, locale: string, eventRoomTypeTranslationUpdateInputs: EventRoomTypeTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
44231
44341
|
};
|
|
44232
44342
|
/**
|
|
44233
44343
|
* EventsRoomtypesTranslationsApi - factory interface
|
|
@@ -44240,7 +44350,7 @@ export declare const EventsRoomtypesTranslationsApiFactory: (configuration?: Con
|
|
|
44240
44350
|
* @param {*} [options] Override http request option.
|
|
44241
44351
|
* @throws {RequiredError}
|
|
44242
44352
|
*/
|
|
44243
|
-
deleteEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiDeleteEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
44353
|
+
deleteEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiDeleteEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
44244
44354
|
/**
|
|
44245
44355
|
* Get Event Room Type Translation endpoint
|
|
44246
44356
|
* @summary Get Event Room Type Translation
|
|
@@ -44264,7 +44374,7 @@ export declare const EventsRoomtypesTranslationsApiFactory: (configuration?: Con
|
|
|
44264
44374
|
* @param {*} [options] Override http request option.
|
|
44265
44375
|
* @throws {RequiredError}
|
|
44266
44376
|
*/
|
|
44267
|
-
updateEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiUpdateEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
44377
|
+
updateEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiUpdateEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
44268
44378
|
};
|
|
44269
44379
|
/**
|
|
44270
44380
|
* Request parameters for deleteEventRoomTypeTranslation operation in EventsRoomtypesTranslationsApi.
|
|
@@ -44358,7 +44468,7 @@ export declare class EventsRoomtypesTranslationsApi extends BaseAPI {
|
|
|
44358
44468
|
* @param {*} [options] Override http request option.
|
|
44359
44469
|
* @throws {RequiredError}
|
|
44360
44470
|
*/
|
|
44361
|
-
deleteEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiDeleteEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
44471
|
+
deleteEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiDeleteEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
44362
44472
|
/**
|
|
44363
44473
|
* Get Event Room Type Translation endpoint
|
|
44364
44474
|
* @summary Get Event Room Type Translation
|
|
@@ -44382,7 +44492,7 @@ export declare class EventsRoomtypesTranslationsApi extends BaseAPI {
|
|
|
44382
44492
|
* @param {*} [options] Override http request option.
|
|
44383
44493
|
* @throws {RequiredError}
|
|
44384
44494
|
*/
|
|
44385
|
-
updateEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiUpdateEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
44495
|
+
updateEventRoomTypeTranslation(requestParameters: EventsRoomtypesTranslationsApiUpdateEventRoomTypeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
44386
44496
|
}
|
|
44387
44497
|
/**
|
|
44388
44498
|
* EventsSectionsApi - axios parameter creator
|
|
@@ -45560,7 +45670,7 @@ export declare const EventsSectionsTranslationsApiFp: (configuration?: Configura
|
|
|
45560
45670
|
* @param {*} [options] Override http request option.
|
|
45561
45671
|
* @throws {RequiredError}
|
|
45562
45672
|
*/
|
|
45563
|
-
deleteEventSectionTranslation(eventId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
45673
|
+
deleteEventSectionTranslation(eventId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
45564
45674
|
/**
|
|
45565
45675
|
* Get Event Section Translation endpoint
|
|
45566
45676
|
* @summary Get Event Section Translation
|
|
@@ -45594,7 +45704,7 @@ export declare const EventsSectionsTranslationsApiFp: (configuration?: Configura
|
|
|
45594
45704
|
* @param {*} [options] Override http request option.
|
|
45595
45705
|
* @throws {RequiredError}
|
|
45596
45706
|
*/
|
|
45597
|
-
updateEventSectionTranslation(eventId: string, sectionId: string, locale: string, eventSectionTranslationUpdateInputs: EventSectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
45707
|
+
updateEventSectionTranslation(eventId: string, sectionId: string, locale: string, eventSectionTranslationUpdateInputs: EventSectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
45598
45708
|
};
|
|
45599
45709
|
/**
|
|
45600
45710
|
* EventsSectionsTranslationsApi - factory interface
|
|
@@ -45607,7 +45717,7 @@ export declare const EventsSectionsTranslationsApiFactory: (configuration?: Conf
|
|
|
45607
45717
|
* @param {*} [options] Override http request option.
|
|
45608
45718
|
* @throws {RequiredError}
|
|
45609
45719
|
*/
|
|
45610
|
-
deleteEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiDeleteEventSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
45720
|
+
deleteEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiDeleteEventSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
45611
45721
|
/**
|
|
45612
45722
|
* Get Event Section Translation endpoint
|
|
45613
45723
|
* @summary Get Event Section Translation
|
|
@@ -45631,7 +45741,7 @@ export declare const EventsSectionsTranslationsApiFactory: (configuration?: Conf
|
|
|
45631
45741
|
* @param {*} [options] Override http request option.
|
|
45632
45742
|
* @throws {RequiredError}
|
|
45633
45743
|
*/
|
|
45634
|
-
updateEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiUpdateEventSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
45744
|
+
updateEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiUpdateEventSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
45635
45745
|
};
|
|
45636
45746
|
/**
|
|
45637
45747
|
* Request parameters for deleteEventSectionTranslation operation in EventsSectionsTranslationsApi.
|
|
@@ -45725,7 +45835,7 @@ export declare class EventsSectionsTranslationsApi extends BaseAPI {
|
|
|
45725
45835
|
* @param {*} [options] Override http request option.
|
|
45726
45836
|
* @throws {RequiredError}
|
|
45727
45837
|
*/
|
|
45728
|
-
deleteEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiDeleteEventSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
45838
|
+
deleteEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiDeleteEventSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
45729
45839
|
/**
|
|
45730
45840
|
* Get Event Section Translation endpoint
|
|
45731
45841
|
* @summary Get Event Section Translation
|
|
@@ -45749,7 +45859,7 @@ export declare class EventsSectionsTranslationsApi extends BaseAPI {
|
|
|
45749
45859
|
* @param {*} [options] Override http request option.
|
|
45750
45860
|
* @throws {RequiredError}
|
|
45751
45861
|
*/
|
|
45752
|
-
updateEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiUpdateEventSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
45862
|
+
updateEventSectionTranslation(requestParameters: EventsSectionsTranslationsApiUpdateEventSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
45753
45863
|
}
|
|
45754
45864
|
/**
|
|
45755
45865
|
* EventsSessionsApi - axios parameter creator
|
|
@@ -46242,7 +46352,7 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
|
|
|
46242
46352
|
* @param {*} [options] Override http request option.
|
|
46243
46353
|
* @throws {RequiredError}
|
|
46244
46354
|
*/
|
|
46245
|
-
cloneEventSession(eventId: string, sessionId: string, eventSessionCloneOptions: EventSessionCloneOptions, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
46355
|
+
cloneEventSession(eventId: string, sessionId: string, eventSessionCloneOptions: EventSessionCloneOptions, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
46246
46356
|
/**
|
|
46247
46357
|
* Create Event Session endpoint
|
|
46248
46358
|
* @summary Create Event Session
|
|
@@ -46610,7 +46720,7 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
|
|
|
46610
46720
|
* @param {*} [options] Override http request option.
|
|
46611
46721
|
* @throws {RequiredError}
|
|
46612
46722
|
*/
|
|
46613
|
-
cloneEventSession(requestParameters: EventsSessionsApiCloneEventSessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
46723
|
+
cloneEventSession(requestParameters: EventsSessionsApiCloneEventSessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
46614
46724
|
/**
|
|
46615
46725
|
* Create Event Session endpoint
|
|
46616
46726
|
* @summary Create Event Session
|
|
@@ -47616,7 +47726,7 @@ export declare class EventsSessionsApi extends BaseAPI {
|
|
|
47616
47726
|
* @param {*} [options] Override http request option.
|
|
47617
47727
|
* @throws {RequiredError}
|
|
47618
47728
|
*/
|
|
47619
|
-
cloneEventSession(requestParameters: EventsSessionsApiCloneEventSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
47729
|
+
cloneEventSession(requestParameters: EventsSessionsApiCloneEventSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
47620
47730
|
/**
|
|
47621
47731
|
* Create Event Session endpoint
|
|
47622
47732
|
* @summary Create Event Session
|
|
@@ -48566,7 +48676,7 @@ export declare const EventsSessionsLocationsTranslationsApiFp: (configuration?:
|
|
|
48566
48676
|
* @param {*} [options] Override http request option.
|
|
48567
48677
|
* @throws {RequiredError}
|
|
48568
48678
|
*/
|
|
48569
|
-
deleteEventSessionLocationTranslation(eventId: string, locationId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
48679
|
+
deleteEventSessionLocationTranslation(eventId: string, locationId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
48570
48680
|
/**
|
|
48571
48681
|
* Get Event Session Location Translation endpoint
|
|
48572
48682
|
* @summary Get Event Session Location Translation
|
|
@@ -48600,7 +48710,7 @@ export declare const EventsSessionsLocationsTranslationsApiFp: (configuration?:
|
|
|
48600
48710
|
* @param {*} [options] Override http request option.
|
|
48601
48711
|
* @throws {RequiredError}
|
|
48602
48712
|
*/
|
|
48603
|
-
updateEventSessionLocationTranslation(eventId: string, locationId: string, locale: string, eventSessionLocationTranslationUpdateInputs: EventSessionLocationTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
48713
|
+
updateEventSessionLocationTranslation(eventId: string, locationId: string, locale: string, eventSessionLocationTranslationUpdateInputs: EventSessionLocationTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
48604
48714
|
};
|
|
48605
48715
|
/**
|
|
48606
48716
|
* EventsSessionsLocationsTranslationsApi - factory interface
|
|
@@ -48613,7 +48723,7 @@ export declare const EventsSessionsLocationsTranslationsApiFactory: (configurati
|
|
|
48613
48723
|
* @param {*} [options] Override http request option.
|
|
48614
48724
|
* @throws {RequiredError}
|
|
48615
48725
|
*/
|
|
48616
|
-
deleteEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiDeleteEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
48726
|
+
deleteEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiDeleteEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
48617
48727
|
/**
|
|
48618
48728
|
* Get Event Session Location Translation endpoint
|
|
48619
48729
|
* @summary Get Event Session Location Translation
|
|
@@ -48637,7 +48747,7 @@ export declare const EventsSessionsLocationsTranslationsApiFactory: (configurati
|
|
|
48637
48747
|
* @param {*} [options] Override http request option.
|
|
48638
48748
|
* @throws {RequiredError}
|
|
48639
48749
|
*/
|
|
48640
|
-
updateEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiUpdateEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
48750
|
+
updateEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiUpdateEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
48641
48751
|
};
|
|
48642
48752
|
/**
|
|
48643
48753
|
* Request parameters for deleteEventSessionLocationTranslation operation in EventsSessionsLocationsTranslationsApi.
|
|
@@ -48731,7 +48841,7 @@ export declare class EventsSessionsLocationsTranslationsApi extends BaseAPI {
|
|
|
48731
48841
|
* @param {*} [options] Override http request option.
|
|
48732
48842
|
* @throws {RequiredError}
|
|
48733
48843
|
*/
|
|
48734
|
-
deleteEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiDeleteEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
48844
|
+
deleteEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiDeleteEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
48735
48845
|
/**
|
|
48736
48846
|
* Get Event Session Location Translation endpoint
|
|
48737
48847
|
* @summary Get Event Session Location Translation
|
|
@@ -48755,7 +48865,7 @@ export declare class EventsSessionsLocationsTranslationsApi extends BaseAPI {
|
|
|
48755
48865
|
* @param {*} [options] Override http request option.
|
|
48756
48866
|
* @throws {RequiredError}
|
|
48757
48867
|
*/
|
|
48758
|
-
updateEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiUpdateEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
48868
|
+
updateEventSessionLocationTranslation(requestParameters: EventsSessionsLocationsTranslationsApiUpdateEventSessionLocationTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
48759
48869
|
}
|
|
48760
48870
|
/**
|
|
48761
48871
|
* EventsSessionsMatchesApi - axios parameter creator
|
|
@@ -50421,7 +50531,7 @@ export declare const EventsSessionsQuestionsApiFp: (configuration?: Configuratio
|
|
|
50421
50531
|
* @param {*} [options] Override http request option.
|
|
50422
50532
|
* @throws {RequiredError}
|
|
50423
50533
|
*/
|
|
50424
|
-
updateEventSessionQuestionChoice(eventId: string, sessionId: string, questionId: string, choiceId: string, choice: EventSessionQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
50534
|
+
updateEventSessionQuestionChoice(eventId: string, sessionId: string, questionId: string, choiceId: string, choice: EventSessionQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
50425
50535
|
/**
|
|
50426
50536
|
* Update Event Session Question Choice Sub Question endpoint
|
|
50427
50537
|
* @summary Update Event Session Question Choice Sub Question
|
|
@@ -50583,7 +50693,7 @@ export declare const EventsSessionsQuestionsApiFactory: (configuration?: Configu
|
|
|
50583
50693
|
* @param {*} [options] Override http request option.
|
|
50584
50694
|
* @throws {RequiredError}
|
|
50585
50695
|
*/
|
|
50586
|
-
updateEventSessionQuestionChoice(requestParameters: EventsSessionsQuestionsApiUpdateEventSessionQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
50696
|
+
updateEventSessionQuestionChoice(requestParameters: EventsSessionsQuestionsApiUpdateEventSessionQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
50587
50697
|
/**
|
|
50588
50698
|
* Update Event Session Question Choice Sub Question endpoint
|
|
50589
50699
|
* @summary Update Event Session Question Choice Sub Question
|
|
@@ -51190,7 +51300,7 @@ export declare class EventsSessionsQuestionsApi extends BaseAPI {
|
|
|
51190
51300
|
* @param {*} [options] Override http request option.
|
|
51191
51301
|
* @throws {RequiredError}
|
|
51192
51302
|
*/
|
|
51193
|
-
updateEventSessionQuestionChoice(requestParameters: EventsSessionsQuestionsApiUpdateEventSessionQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
51303
|
+
updateEventSessionQuestionChoice(requestParameters: EventsSessionsQuestionsApiUpdateEventSessionQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
51194
51304
|
/**
|
|
51195
51305
|
* Update Event Session Question Choice Sub Question endpoint
|
|
51196
51306
|
* @summary Update Event Session Question Choice Sub Question
|
|
@@ -51320,7 +51430,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFp: (configuration?:
|
|
|
51320
51430
|
* @param {*} [options] Override http request option.
|
|
51321
51431
|
* @throws {RequiredError}
|
|
51322
51432
|
*/
|
|
51323
|
-
deleteEventSessionQuestionChoiceTranslation(eventId: string, sessionId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
51433
|
+
deleteEventSessionQuestionChoiceTranslation(eventId: string, sessionId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
51324
51434
|
/**
|
|
51325
51435
|
* Delete Event Session Question Translation endpoint
|
|
51326
51436
|
* @summary Delete Event Session Question Translation
|
|
@@ -51331,7 +51441,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFp: (configuration?:
|
|
|
51331
51441
|
* @param {*} [options] Override http request option.
|
|
51332
51442
|
* @throws {RequiredError}
|
|
51333
51443
|
*/
|
|
51334
|
-
deleteEventSessionQuestionTranslation(eventId: string, sessionId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
51444
|
+
deleteEventSessionQuestionTranslation(eventId: string, sessionId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
51335
51445
|
/**
|
|
51336
51446
|
* Get Event Session Question Choice Translation endpoint
|
|
51337
51447
|
* @summary Get Event Session Question Choice Translation
|
|
@@ -51396,7 +51506,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFp: (configuration?:
|
|
|
51396
51506
|
* @param {*} [options] Override http request option.
|
|
51397
51507
|
* @throws {RequiredError}
|
|
51398
51508
|
*/
|
|
51399
|
-
updateEventSessionQuestionChoiceTranslation(eventId: string, sessionId: string, questionId: string, choiceId: string, locale: string, eventSessionQuestionChoiceTranslationUpdateInputs: EventSessionQuestionChoiceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
51509
|
+
updateEventSessionQuestionChoiceTranslation(eventId: string, sessionId: string, questionId: string, choiceId: string, locale: string, eventSessionQuestionChoiceTranslationUpdateInputs: EventSessionQuestionChoiceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
51400
51510
|
/**
|
|
51401
51511
|
* Update Event Session Question Translation endpoint
|
|
51402
51512
|
* @summary Update Event Session Question Translation
|
|
@@ -51408,7 +51518,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFp: (configuration?:
|
|
|
51408
51518
|
* @param {*} [options] Override http request option.
|
|
51409
51519
|
* @throws {RequiredError}
|
|
51410
51520
|
*/
|
|
51411
|
-
updateEventSessionQuestionTranslation(eventId: string, sessionId: string, questionId: string, locale: string, eventSessionQuestionTranslationUpdateInputs: EventSessionQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
51521
|
+
updateEventSessionQuestionTranslation(eventId: string, sessionId: string, questionId: string, locale: string, eventSessionQuestionTranslationUpdateInputs: EventSessionQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
51412
51522
|
};
|
|
51413
51523
|
/**
|
|
51414
51524
|
* EventsSessionsQuestionsTranslationsApi - factory interface
|
|
@@ -51421,7 +51531,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFactory: (configurati
|
|
|
51421
51531
|
* @param {*} [options] Override http request option.
|
|
51422
51532
|
* @throws {RequiredError}
|
|
51423
51533
|
*/
|
|
51424
|
-
deleteEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
51534
|
+
deleteEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
51425
51535
|
/**
|
|
51426
51536
|
* Delete Event Session Question Translation endpoint
|
|
51427
51537
|
* @summary Delete Event Session Question Translation
|
|
@@ -51429,7 +51539,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFactory: (configurati
|
|
|
51429
51539
|
* @param {*} [options] Override http request option.
|
|
51430
51540
|
* @throws {RequiredError}
|
|
51431
51541
|
*/
|
|
51432
|
-
deleteEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
51542
|
+
deleteEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
51433
51543
|
/**
|
|
51434
51544
|
* Get Event Session Question Choice Translation endpoint
|
|
51435
51545
|
* @summary Get Event Session Question Choice Translation
|
|
@@ -51469,7 +51579,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFactory: (configurati
|
|
|
51469
51579
|
* @param {*} [options] Override http request option.
|
|
51470
51580
|
* @throws {RequiredError}
|
|
51471
51581
|
*/
|
|
51472
|
-
updateEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
51582
|
+
updateEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
51473
51583
|
/**
|
|
51474
51584
|
* Update Event Session Question Translation endpoint
|
|
51475
51585
|
* @summary Update Event Session Question Translation
|
|
@@ -51477,7 +51587,7 @@ export declare const EventsSessionsQuestionsTranslationsApiFactory: (configurati
|
|
|
51477
51587
|
* @param {*} [options] Override http request option.
|
|
51478
51588
|
* @throws {RequiredError}
|
|
51479
51589
|
*/
|
|
51480
|
-
updateEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
51590
|
+
updateEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
51481
51591
|
};
|
|
51482
51592
|
/**
|
|
51483
51593
|
* Request parameters for deleteEventSessionQuestionChoiceTranslation operation in EventsSessionsQuestionsTranslationsApi.
|
|
@@ -51700,7 +51810,7 @@ export declare class EventsSessionsQuestionsTranslationsApi extends BaseAPI {
|
|
|
51700
51810
|
* @param {*} [options] Override http request option.
|
|
51701
51811
|
* @throws {RequiredError}
|
|
51702
51812
|
*/
|
|
51703
|
-
deleteEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
51813
|
+
deleteEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
51704
51814
|
/**
|
|
51705
51815
|
* Delete Event Session Question Translation endpoint
|
|
51706
51816
|
* @summary Delete Event Session Question Translation
|
|
@@ -51708,7 +51818,7 @@ export declare class EventsSessionsQuestionsTranslationsApi extends BaseAPI {
|
|
|
51708
51818
|
* @param {*} [options] Override http request option.
|
|
51709
51819
|
* @throws {RequiredError}
|
|
51710
51820
|
*/
|
|
51711
|
-
deleteEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
51821
|
+
deleteEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiDeleteEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
51712
51822
|
/**
|
|
51713
51823
|
* Get Event Session Question Choice Translation endpoint
|
|
51714
51824
|
* @summary Get Event Session Question Choice Translation
|
|
@@ -51748,7 +51858,7 @@ export declare class EventsSessionsQuestionsTranslationsApi extends BaseAPI {
|
|
|
51748
51858
|
* @param {*} [options] Override http request option.
|
|
51749
51859
|
* @throws {RequiredError}
|
|
51750
51860
|
*/
|
|
51751
|
-
updateEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
51861
|
+
updateEventSessionQuestionChoiceTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
51752
51862
|
/**
|
|
51753
51863
|
* Update Event Session Question Translation endpoint
|
|
51754
51864
|
* @summary Update Event Session Question Translation
|
|
@@ -51756,7 +51866,7 @@ export declare class EventsSessionsQuestionsTranslationsApi extends BaseAPI {
|
|
|
51756
51866
|
* @param {*} [options] Override http request option.
|
|
51757
51867
|
* @throws {RequiredError}
|
|
51758
51868
|
*/
|
|
51759
|
-
updateEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
51869
|
+
updateEventSessionQuestionTranslation(requestParameters: EventsSessionsQuestionsTranslationsApiUpdateEventSessionQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
51760
51870
|
}
|
|
51761
51871
|
/**
|
|
51762
51872
|
* EventsSessionsSectionsApi - axios parameter creator
|
|
@@ -52450,7 +52560,7 @@ export declare const EventsSessionsSectionsTranslationsApiFp: (configuration?: C
|
|
|
52450
52560
|
* @param {*} [options] Override http request option.
|
|
52451
52561
|
* @throws {RequiredError}
|
|
52452
52562
|
*/
|
|
52453
|
-
deleteEventSessionSectionTranslation(eventId: string, sessionId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
52563
|
+
deleteEventSessionSectionTranslation(eventId: string, sessionId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
52454
52564
|
/**
|
|
52455
52565
|
* Get Event Session Section Translation endpoint
|
|
52456
52566
|
* @summary Get Event Session Section Translation
|
|
@@ -52487,7 +52597,7 @@ export declare const EventsSessionsSectionsTranslationsApiFp: (configuration?: C
|
|
|
52487
52597
|
* @param {*} [options] Override http request option.
|
|
52488
52598
|
* @throws {RequiredError}
|
|
52489
52599
|
*/
|
|
52490
|
-
updateEventSessionSectionTranslation(eventId: string, sessionId: string, sectionId: string, locale: string, eventSessionSectionTranslationUpdateInputs: EventSessionSectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
52600
|
+
updateEventSessionSectionTranslation(eventId: string, sessionId: string, sectionId: string, locale: string, eventSessionSectionTranslationUpdateInputs: EventSessionSectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
52491
52601
|
};
|
|
52492
52602
|
/**
|
|
52493
52603
|
* EventsSessionsSectionsTranslationsApi - factory interface
|
|
@@ -52500,7 +52610,7 @@ export declare const EventsSessionsSectionsTranslationsApiFactory: (configuratio
|
|
|
52500
52610
|
* @param {*} [options] Override http request option.
|
|
52501
52611
|
* @throws {RequiredError}
|
|
52502
52612
|
*/
|
|
52503
|
-
deleteEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiDeleteEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
52613
|
+
deleteEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiDeleteEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
52504
52614
|
/**
|
|
52505
52615
|
* Get Event Session Section Translation endpoint
|
|
52506
52616
|
* @summary Get Event Session Section Translation
|
|
@@ -52524,7 +52634,7 @@ export declare const EventsSessionsSectionsTranslationsApiFactory: (configuratio
|
|
|
52524
52634
|
* @param {*} [options] Override http request option.
|
|
52525
52635
|
* @throws {RequiredError}
|
|
52526
52636
|
*/
|
|
52527
|
-
updateEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiUpdateEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
52637
|
+
updateEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiUpdateEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
52528
52638
|
};
|
|
52529
52639
|
/**
|
|
52530
52640
|
* Request parameters for deleteEventSessionSectionTranslation operation in EventsSessionsSectionsTranslationsApi.
|
|
@@ -52634,7 +52744,7 @@ export declare class EventsSessionsSectionsTranslationsApi extends BaseAPI {
|
|
|
52634
52744
|
* @param {*} [options] Override http request option.
|
|
52635
52745
|
* @throws {RequiredError}
|
|
52636
52746
|
*/
|
|
52637
|
-
deleteEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiDeleteEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
52747
|
+
deleteEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiDeleteEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
52638
52748
|
/**
|
|
52639
52749
|
* Get Event Session Section Translation endpoint
|
|
52640
52750
|
* @summary Get Event Session Section Translation
|
|
@@ -52658,7 +52768,7 @@ export declare class EventsSessionsSectionsTranslationsApi extends BaseAPI {
|
|
|
52658
52768
|
* @param {*} [options] Override http request option.
|
|
52659
52769
|
* @throws {RequiredError}
|
|
52660
52770
|
*/
|
|
52661
|
-
updateEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiUpdateEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
52771
|
+
updateEventSessionSectionTranslation(requestParameters: EventsSessionsSectionsTranslationsApiUpdateEventSessionSectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
52662
52772
|
}
|
|
52663
52773
|
/**
|
|
52664
52774
|
* EventsSessionsTimesApi - axios parameter creator
|
|
@@ -52789,7 +52899,7 @@ export declare const EventsSessionsTimesApiFp: (configuration?: Configuration) =
|
|
|
52789
52899
|
* @param {*} [options] Override http request option.
|
|
52790
52900
|
* @throws {RequiredError}
|
|
52791
52901
|
*/
|
|
52792
|
-
deleteEventSessionTime(eventId: string, sessionId: string, timeId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
52902
|
+
deleteEventSessionTime(eventId: string, sessionId: string, timeId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
52793
52903
|
/**
|
|
52794
52904
|
* Get Event Session Time endpoint
|
|
52795
52905
|
* @summary Get Event Session Time
|
|
@@ -52877,7 +52987,7 @@ export declare const EventsSessionsTimesApiFactory: (configuration?: Configurati
|
|
|
52877
52987
|
* @param {*} [options] Override http request option.
|
|
52878
52988
|
* @throws {RequiredError}
|
|
52879
52989
|
*/
|
|
52880
|
-
deleteEventSessionTime(requestParameters: EventsSessionsTimesApiDeleteEventSessionTimeRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
52990
|
+
deleteEventSessionTime(requestParameters: EventsSessionsTimesApiDeleteEventSessionTimeRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
52881
52991
|
/**
|
|
52882
52992
|
* Get Event Session Time endpoint
|
|
52883
52993
|
* @summary Get Event Session Time
|
|
@@ -53116,7 +53226,7 @@ export declare class EventsSessionsTimesApi extends BaseAPI {
|
|
|
53116
53226
|
* @param {*} [options] Override http request option.
|
|
53117
53227
|
* @throws {RequiredError}
|
|
53118
53228
|
*/
|
|
53119
|
-
deleteEventSessionTime(requestParameters: EventsSessionsTimesApiDeleteEventSessionTimeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
53229
|
+
deleteEventSessionTime(requestParameters: EventsSessionsTimesApiDeleteEventSessionTimeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
53120
53230
|
/**
|
|
53121
53231
|
* Get Event Session Time endpoint
|
|
53122
53232
|
* @summary Get Event Session Time
|
|
@@ -53225,7 +53335,7 @@ export declare const EventsSessionsTimesTranslationsApiFp: (configuration?: Conf
|
|
|
53225
53335
|
* @param {*} [options] Override http request option.
|
|
53226
53336
|
* @throws {RequiredError}
|
|
53227
53337
|
*/
|
|
53228
|
-
deleteEventSessionTimeTranslation(eventId: string, sessionId: string, timeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
53338
|
+
deleteEventSessionTimeTranslation(eventId: string, sessionId: string, timeId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
53229
53339
|
/**
|
|
53230
53340
|
* Get Event Session Time Translation endpoint
|
|
53231
53341
|
* @summary Get Event Session Time Translation
|
|
@@ -53262,7 +53372,7 @@ export declare const EventsSessionsTimesTranslationsApiFp: (configuration?: Conf
|
|
|
53262
53372
|
* @param {*} [options] Override http request option.
|
|
53263
53373
|
* @throws {RequiredError}
|
|
53264
53374
|
*/
|
|
53265
|
-
updateEventSessionTimeTranslation(eventId: string, sessionId: string, timeId: string, locale: string, eventSessionTimeTranslationUpdateInputs: EventSessionTimeTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
53375
|
+
updateEventSessionTimeTranslation(eventId: string, sessionId: string, timeId: string, locale: string, eventSessionTimeTranslationUpdateInputs: EventSessionTimeTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
53266
53376
|
};
|
|
53267
53377
|
/**
|
|
53268
53378
|
* EventsSessionsTimesTranslationsApi - factory interface
|
|
@@ -53275,7 +53385,7 @@ export declare const EventsSessionsTimesTranslationsApiFactory: (configuration?:
|
|
|
53275
53385
|
* @param {*} [options] Override http request option.
|
|
53276
53386
|
* @throws {RequiredError}
|
|
53277
53387
|
*/
|
|
53278
|
-
deleteEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiDeleteEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
53388
|
+
deleteEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiDeleteEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
53279
53389
|
/**
|
|
53280
53390
|
* Get Event Session Time Translation endpoint
|
|
53281
53391
|
* @summary Get Event Session Time Translation
|
|
@@ -53299,7 +53409,7 @@ export declare const EventsSessionsTimesTranslationsApiFactory: (configuration?:
|
|
|
53299
53409
|
* @param {*} [options] Override http request option.
|
|
53300
53410
|
* @throws {RequiredError}
|
|
53301
53411
|
*/
|
|
53302
|
-
updateEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiUpdateEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
53412
|
+
updateEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiUpdateEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
53303
53413
|
};
|
|
53304
53414
|
/**
|
|
53305
53415
|
* Request parameters for deleteEventSessionTimeTranslation operation in EventsSessionsTimesTranslationsApi.
|
|
@@ -53409,7 +53519,7 @@ export declare class EventsSessionsTimesTranslationsApi extends BaseAPI {
|
|
|
53409
53519
|
* @param {*} [options] Override http request option.
|
|
53410
53520
|
* @throws {RequiredError}
|
|
53411
53521
|
*/
|
|
53412
|
-
deleteEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiDeleteEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
53522
|
+
deleteEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiDeleteEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
53413
53523
|
/**
|
|
53414
53524
|
* Get Event Session Time Translation endpoint
|
|
53415
53525
|
* @summary Get Event Session Time Translation
|
|
@@ -53433,7 +53543,7 @@ export declare class EventsSessionsTimesTranslationsApi extends BaseAPI {
|
|
|
53433
53543
|
* @param {*} [options] Override http request option.
|
|
53434
53544
|
* @throws {RequiredError}
|
|
53435
53545
|
*/
|
|
53436
|
-
updateEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiUpdateEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
53546
|
+
updateEventSessionTimeTranslation(requestParameters: EventsSessionsTimesTranslationsApiUpdateEventSessionTimeTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
53437
53547
|
}
|
|
53438
53548
|
/**
|
|
53439
53549
|
* EventsSessionsTranslationsApi - axios parameter creator
|
|
@@ -53497,7 +53607,7 @@ export declare const EventsSessionsTranslationsApiFp: (configuration?: Configura
|
|
|
53497
53607
|
* @param {*} [options] Override http request option.
|
|
53498
53608
|
* @throws {RequiredError}
|
|
53499
53609
|
*/
|
|
53500
|
-
deleteEventSessionTranslation(eventId: string, sessionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
53610
|
+
deleteEventSessionTranslation(eventId: string, sessionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
53501
53611
|
/**
|
|
53502
53612
|
* Get Event Session Translation endpoint
|
|
53503
53613
|
* @summary Get Event Session Translation
|
|
@@ -53531,7 +53641,7 @@ export declare const EventsSessionsTranslationsApiFp: (configuration?: Configura
|
|
|
53531
53641
|
* @param {*} [options] Override http request option.
|
|
53532
53642
|
* @throws {RequiredError}
|
|
53533
53643
|
*/
|
|
53534
|
-
updateEventSessionTranslation(eventId: string, sessionId: string, locale: string, eventSessionTranslationUpdateInputs: EventSessionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
53644
|
+
updateEventSessionTranslation(eventId: string, sessionId: string, locale: string, eventSessionTranslationUpdateInputs: EventSessionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
53535
53645
|
};
|
|
53536
53646
|
/**
|
|
53537
53647
|
* EventsSessionsTranslationsApi - factory interface
|
|
@@ -53544,7 +53654,7 @@ export declare const EventsSessionsTranslationsApiFactory: (configuration?: Conf
|
|
|
53544
53654
|
* @param {*} [options] Override http request option.
|
|
53545
53655
|
* @throws {RequiredError}
|
|
53546
53656
|
*/
|
|
53547
|
-
deleteEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiDeleteEventSessionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
53657
|
+
deleteEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiDeleteEventSessionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
53548
53658
|
/**
|
|
53549
53659
|
* Get Event Session Translation endpoint
|
|
53550
53660
|
* @summary Get Event Session Translation
|
|
@@ -53568,7 +53678,7 @@ export declare const EventsSessionsTranslationsApiFactory: (configuration?: Conf
|
|
|
53568
53678
|
* @param {*} [options] Override http request option.
|
|
53569
53679
|
* @throws {RequiredError}
|
|
53570
53680
|
*/
|
|
53571
|
-
updateEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiUpdateEventSessionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
53681
|
+
updateEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiUpdateEventSessionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
53572
53682
|
};
|
|
53573
53683
|
/**
|
|
53574
53684
|
* Request parameters for deleteEventSessionTranslation operation in EventsSessionsTranslationsApi.
|
|
@@ -53662,7 +53772,7 @@ export declare class EventsSessionsTranslationsApi extends BaseAPI {
|
|
|
53662
53772
|
* @param {*} [options] Override http request option.
|
|
53663
53773
|
* @throws {RequiredError}
|
|
53664
53774
|
*/
|
|
53665
|
-
deleteEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiDeleteEventSessionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
53775
|
+
deleteEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiDeleteEventSessionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
53666
53776
|
/**
|
|
53667
53777
|
* Get Event Session Translation endpoint
|
|
53668
53778
|
* @summary Get Event Session Translation
|
|
@@ -53686,7 +53796,7 @@ export declare class EventsSessionsTranslationsApi extends BaseAPI {
|
|
|
53686
53796
|
* @param {*} [options] Override http request option.
|
|
53687
53797
|
* @throws {RequiredError}
|
|
53688
53798
|
*/
|
|
53689
|
-
updateEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiUpdateEventSessionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
53799
|
+
updateEventSessionTranslation(requestParameters: EventsSessionsTranslationsApiUpdateEventSessionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
53690
53800
|
}
|
|
53691
53801
|
/**
|
|
53692
53802
|
* EventsSpeakersApi - axios parameter creator
|
|
@@ -54203,7 +54313,7 @@ export declare const EventsSpeakersTranslationsApiFp: (configuration?: Configura
|
|
|
54203
54313
|
* @param {*} [options] Override http request option.
|
|
54204
54314
|
* @throws {RequiredError}
|
|
54205
54315
|
*/
|
|
54206
|
-
deleteEventSpeakerTranslation(eventId: string, speakerId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
54316
|
+
deleteEventSpeakerTranslation(eventId: string, speakerId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
54207
54317
|
/**
|
|
54208
54318
|
* Get Event Speaker Translation endpoint
|
|
54209
54319
|
* @summary Get Event Speaker Translation
|
|
@@ -54237,7 +54347,7 @@ export declare const EventsSpeakersTranslationsApiFp: (configuration?: Configura
|
|
|
54237
54347
|
* @param {*} [options] Override http request option.
|
|
54238
54348
|
* @throws {RequiredError}
|
|
54239
54349
|
*/
|
|
54240
|
-
updateEventSpeakerTranslation(eventId: string, speakerId: string, locale: string, eventSpeakerTranslationUpdateInputs: EventSpeakerTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
54350
|
+
updateEventSpeakerTranslation(eventId: string, speakerId: string, locale: string, eventSpeakerTranslationUpdateInputs: EventSpeakerTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
54241
54351
|
};
|
|
54242
54352
|
/**
|
|
54243
54353
|
* EventsSpeakersTranslationsApi - factory interface
|
|
@@ -54250,7 +54360,7 @@ export declare const EventsSpeakersTranslationsApiFactory: (configuration?: Conf
|
|
|
54250
54360
|
* @param {*} [options] Override http request option.
|
|
54251
54361
|
* @throws {RequiredError}
|
|
54252
54362
|
*/
|
|
54253
|
-
deleteEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiDeleteEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54363
|
+
deleteEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiDeleteEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
54254
54364
|
/**
|
|
54255
54365
|
* Get Event Speaker Translation endpoint
|
|
54256
54366
|
* @summary Get Event Speaker Translation
|
|
@@ -54274,7 +54384,7 @@ export declare const EventsSpeakersTranslationsApiFactory: (configuration?: Conf
|
|
|
54274
54384
|
* @param {*} [options] Override http request option.
|
|
54275
54385
|
* @throws {RequiredError}
|
|
54276
54386
|
*/
|
|
54277
|
-
updateEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiUpdateEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54387
|
+
updateEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiUpdateEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
54278
54388
|
};
|
|
54279
54389
|
/**
|
|
54280
54390
|
* Request parameters for deleteEventSpeakerTranslation operation in EventsSpeakersTranslationsApi.
|
|
@@ -54368,7 +54478,7 @@ export declare class EventsSpeakersTranslationsApi extends BaseAPI {
|
|
|
54368
54478
|
* @param {*} [options] Override http request option.
|
|
54369
54479
|
* @throws {RequiredError}
|
|
54370
54480
|
*/
|
|
54371
|
-
deleteEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiDeleteEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
54481
|
+
deleteEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiDeleteEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
54372
54482
|
/**
|
|
54373
54483
|
* Get Event Speaker Translation endpoint
|
|
54374
54484
|
* @summary Get Event Speaker Translation
|
|
@@ -54392,7 +54502,7 @@ export declare class EventsSpeakersTranslationsApi extends BaseAPI {
|
|
|
54392
54502
|
* @param {*} [options] Override http request option.
|
|
54393
54503
|
* @throws {RequiredError}
|
|
54394
54504
|
*/
|
|
54395
|
-
updateEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiUpdateEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
54505
|
+
updateEventSpeakerTranslation(requestParameters: EventsSpeakersTranslationsApiUpdateEventSpeakerTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
54396
54506
|
}
|
|
54397
54507
|
/**
|
|
54398
54508
|
* EventsSponsorsApi - axios parameter creator
|
|
@@ -56624,7 +56734,7 @@ export declare const EventsTracksTranslationsApiFp: (configuration?: Configurati
|
|
|
56624
56734
|
* @param {*} [options] Override http request option.
|
|
56625
56735
|
* @throws {RequiredError}
|
|
56626
56736
|
*/
|
|
56627
|
-
deleteEventTrackTranslation(eventId: string, trackId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
56737
|
+
deleteEventTrackTranslation(eventId: string, trackId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
56628
56738
|
/**
|
|
56629
56739
|
* Get Event Track Translation endpoint
|
|
56630
56740
|
* @summary Get Event Track Translation
|
|
@@ -56658,7 +56768,7 @@ export declare const EventsTracksTranslationsApiFp: (configuration?: Configurati
|
|
|
56658
56768
|
* @param {*} [options] Override http request option.
|
|
56659
56769
|
* @throws {RequiredError}
|
|
56660
56770
|
*/
|
|
56661
|
-
updateEventTrackTranslation(eventId: string, trackId: string, locale: string, eventTrackTranslationUpdateInputs: EventTrackTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
56771
|
+
updateEventTrackTranslation(eventId: string, trackId: string, locale: string, eventTrackTranslationUpdateInputs: EventTrackTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
56662
56772
|
};
|
|
56663
56773
|
/**
|
|
56664
56774
|
* EventsTracksTranslationsApi - factory interface
|
|
@@ -56671,7 +56781,7 @@ export declare const EventsTracksTranslationsApiFactory: (configuration?: Config
|
|
|
56671
56781
|
* @param {*} [options] Override http request option.
|
|
56672
56782
|
* @throws {RequiredError}
|
|
56673
56783
|
*/
|
|
56674
|
-
deleteEventTrackTranslation(requestParameters: EventsTracksTranslationsApiDeleteEventTrackTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
56784
|
+
deleteEventTrackTranslation(requestParameters: EventsTracksTranslationsApiDeleteEventTrackTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
56675
56785
|
/**
|
|
56676
56786
|
* Get Event Track Translation endpoint
|
|
56677
56787
|
* @summary Get Event Track Translation
|
|
@@ -56695,7 +56805,7 @@ export declare const EventsTracksTranslationsApiFactory: (configuration?: Config
|
|
|
56695
56805
|
* @param {*} [options] Override http request option.
|
|
56696
56806
|
* @throws {RequiredError}
|
|
56697
56807
|
*/
|
|
56698
|
-
updateEventTrackTranslation(requestParameters: EventsTracksTranslationsApiUpdateEventTrackTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
56808
|
+
updateEventTrackTranslation(requestParameters: EventsTracksTranslationsApiUpdateEventTrackTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
56699
56809
|
};
|
|
56700
56810
|
/**
|
|
56701
56811
|
* Request parameters for deleteEventTrackTranslation operation in EventsTracksTranslationsApi.
|
|
@@ -56789,7 +56899,7 @@ export declare class EventsTracksTranslationsApi extends BaseAPI {
|
|
|
56789
56899
|
* @param {*} [options] Override http request option.
|
|
56790
56900
|
* @throws {RequiredError}
|
|
56791
56901
|
*/
|
|
56792
|
-
deleteEventTrackTranslation(requestParameters: EventsTracksTranslationsApiDeleteEventTrackTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
56902
|
+
deleteEventTrackTranslation(requestParameters: EventsTracksTranslationsApiDeleteEventTrackTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
56793
56903
|
/**
|
|
56794
56904
|
* Get Event Track Translation endpoint
|
|
56795
56905
|
* @summary Get Event Track Translation
|
|
@@ -56813,7 +56923,7 @@ export declare class EventsTracksTranslationsApi extends BaseAPI {
|
|
|
56813
56923
|
* @param {*} [options] Override http request option.
|
|
56814
56924
|
* @throws {RequiredError}
|
|
56815
56925
|
*/
|
|
56816
|
-
updateEventTrackTranslation(requestParameters: EventsTracksTranslationsApiUpdateEventTrackTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
56926
|
+
updateEventTrackTranslation(requestParameters: EventsTracksTranslationsApiUpdateEventTrackTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
56817
56927
|
}
|
|
56818
56928
|
/**
|
|
56819
56929
|
* EventsTranslationsApi - axios parameter creator
|
|
@@ -56872,7 +56982,7 @@ export declare const EventsTranslationsApiFp: (configuration?: Configuration) =>
|
|
|
56872
56982
|
* @param {*} [options] Override http request option.
|
|
56873
56983
|
* @throws {RequiredError}
|
|
56874
56984
|
*/
|
|
56875
|
-
deleteEventTranslation(eventId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
56985
|
+
deleteEventTranslation(eventId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
56876
56986
|
/**
|
|
56877
56987
|
* Get Event Translation endpoint
|
|
56878
56988
|
* @summary Get Event Translation
|
|
@@ -56903,7 +57013,7 @@ export declare const EventsTranslationsApiFp: (configuration?: Configuration) =>
|
|
|
56903
57013
|
* @param {*} [options] Override http request option.
|
|
56904
57014
|
* @throws {RequiredError}
|
|
56905
57015
|
*/
|
|
56906
|
-
updateEventTranslation(eventId: string, locale: string, eventTranslationUpdateInputs: EventTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
57016
|
+
updateEventTranslation(eventId: string, locale: string, eventTranslationUpdateInputs: EventTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
56907
57017
|
};
|
|
56908
57018
|
/**
|
|
56909
57019
|
* EventsTranslationsApi - factory interface
|
|
@@ -56916,7 +57026,7 @@ export declare const EventsTranslationsApiFactory: (configuration?: Configuratio
|
|
|
56916
57026
|
* @param {*} [options] Override http request option.
|
|
56917
57027
|
* @throws {RequiredError}
|
|
56918
57028
|
*/
|
|
56919
|
-
deleteEventTranslation(requestParameters: EventsTranslationsApiDeleteEventTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
57029
|
+
deleteEventTranslation(requestParameters: EventsTranslationsApiDeleteEventTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
56920
57030
|
/**
|
|
56921
57031
|
* Get Event Translation endpoint
|
|
56922
57032
|
* @summary Get Event Translation
|
|
@@ -56940,7 +57050,7 @@ export declare const EventsTranslationsApiFactory: (configuration?: Configuratio
|
|
|
56940
57050
|
* @param {*} [options] Override http request option.
|
|
56941
57051
|
* @throws {RequiredError}
|
|
56942
57052
|
*/
|
|
56943
|
-
updateEventTranslation(requestParameters: EventsTranslationsApiUpdateEventTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
57053
|
+
updateEventTranslation(requestParameters: EventsTranslationsApiUpdateEventTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
56944
57054
|
};
|
|
56945
57055
|
/**
|
|
56946
57056
|
* Request parameters for deleteEventTranslation operation in EventsTranslationsApi.
|
|
@@ -57018,7 +57128,7 @@ export declare class EventsTranslationsApi extends BaseAPI {
|
|
|
57018
57128
|
* @param {*} [options] Override http request option.
|
|
57019
57129
|
* @throws {RequiredError}
|
|
57020
57130
|
*/
|
|
57021
|
-
deleteEventTranslation(requestParameters: EventsTranslationsApiDeleteEventTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
57131
|
+
deleteEventTranslation(requestParameters: EventsTranslationsApiDeleteEventTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
57022
57132
|
/**
|
|
57023
57133
|
* Get Event Translation endpoint
|
|
57024
57134
|
* @summary Get Event Translation
|
|
@@ -57042,7 +57152,7 @@ export declare class EventsTranslationsApi extends BaseAPI {
|
|
|
57042
57152
|
* @param {*} [options] Override http request option.
|
|
57043
57153
|
* @throws {RequiredError}
|
|
57044
57154
|
*/
|
|
57045
|
-
updateEventTranslation(requestParameters: EventsTranslationsApiUpdateEventTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
57155
|
+
updateEventTranslation(requestParameters: EventsTranslationsApiUpdateEventTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
57046
57156
|
}
|
|
57047
57157
|
/**
|
|
57048
57158
|
* FilesApi - axios parameter creator
|
|
@@ -59160,7 +59270,7 @@ export declare const GroupsTranslationsApiFp: (configuration?: Configuration) =>
|
|
|
59160
59270
|
* @param {*} [options] Override http request option.
|
|
59161
59271
|
* @throws {RequiredError}
|
|
59162
59272
|
*/
|
|
59163
|
-
deleteGroupTranslation(groupId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
59273
|
+
deleteGroupTranslation(groupId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
59164
59274
|
/**
|
|
59165
59275
|
* Get Group Translation endpoint
|
|
59166
59276
|
* @summary Get Group Translation
|
|
@@ -59191,7 +59301,7 @@ export declare const GroupsTranslationsApiFp: (configuration?: Configuration) =>
|
|
|
59191
59301
|
* @param {*} [options] Override http request option.
|
|
59192
59302
|
* @throws {RequiredError}
|
|
59193
59303
|
*/
|
|
59194
|
-
updateGroupTranslation(groupId: string, locale: string, groupTranslationUpdateInputs: GroupTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
59304
|
+
updateGroupTranslation(groupId: string, locale: string, groupTranslationUpdateInputs: GroupTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
59195
59305
|
};
|
|
59196
59306
|
/**
|
|
59197
59307
|
* GroupsTranslationsApi - factory interface
|
|
@@ -59204,7 +59314,7 @@ export declare const GroupsTranslationsApiFactory: (configuration?: Configuratio
|
|
|
59204
59314
|
* @param {*} [options] Override http request option.
|
|
59205
59315
|
* @throws {RequiredError}
|
|
59206
59316
|
*/
|
|
59207
|
-
deleteGroupTranslation(requestParameters: GroupsTranslationsApiDeleteGroupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
59317
|
+
deleteGroupTranslation(requestParameters: GroupsTranslationsApiDeleteGroupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
59208
59318
|
/**
|
|
59209
59319
|
* Get Group Translation endpoint
|
|
59210
59320
|
* @summary Get Group Translation
|
|
@@ -59228,7 +59338,7 @@ export declare const GroupsTranslationsApiFactory: (configuration?: Configuratio
|
|
|
59228
59338
|
* @param {*} [options] Override http request option.
|
|
59229
59339
|
* @throws {RequiredError}
|
|
59230
59340
|
*/
|
|
59231
|
-
updateGroupTranslation(requestParameters: GroupsTranslationsApiUpdateGroupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
59341
|
+
updateGroupTranslation(requestParameters: GroupsTranslationsApiUpdateGroupTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
59232
59342
|
};
|
|
59233
59343
|
/**
|
|
59234
59344
|
* Request parameters for deleteGroupTranslation operation in GroupsTranslationsApi.
|
|
@@ -59306,7 +59416,7 @@ export declare class GroupsTranslationsApi extends BaseAPI {
|
|
|
59306
59416
|
* @param {*} [options] Override http request option.
|
|
59307
59417
|
* @throws {RequiredError}
|
|
59308
59418
|
*/
|
|
59309
|
-
deleteGroupTranslation(requestParameters: GroupsTranslationsApiDeleteGroupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
59419
|
+
deleteGroupTranslation(requestParameters: GroupsTranslationsApiDeleteGroupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
59310
59420
|
/**
|
|
59311
59421
|
* Get Group Translation endpoint
|
|
59312
59422
|
* @summary Get Group Translation
|
|
@@ -59330,7 +59440,7 @@ export declare class GroupsTranslationsApi extends BaseAPI {
|
|
|
59330
59440
|
* @param {*} [options] Override http request option.
|
|
59331
59441
|
* @throws {RequiredError}
|
|
59332
59442
|
*/
|
|
59333
|
-
updateGroupTranslation(requestParameters: GroupsTranslationsApiUpdateGroupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
59443
|
+
updateGroupTranslation(requestParameters: GroupsTranslationsApiUpdateGroupTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
59334
59444
|
}
|
|
59335
59445
|
/**
|
|
59336
59446
|
* ImportsApi - axios parameter creator
|
|
@@ -62497,7 +62607,7 @@ export declare const MeetingsParticipantsApiFp: (configuration?: Configuration)
|
|
|
62497
62607
|
* @param {*} [options] Override http request option.
|
|
62498
62608
|
* @throws {RequiredError}
|
|
62499
62609
|
*/
|
|
62500
|
-
createMeetingParticipant(meetingId: string, meetingParticipantCreateInputs: MeetingParticipantCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
62610
|
+
createMeetingParticipant(meetingId: string, meetingParticipantCreateInputs: MeetingParticipantCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
62501
62611
|
/**
|
|
62502
62612
|
* Delete Meeting Participant endpoint
|
|
62503
62613
|
* @summary Delete Meeting Participant
|
|
@@ -62536,7 +62646,7 @@ export declare const MeetingsParticipantsApiFp: (configuration?: Configuration)
|
|
|
62536
62646
|
* @param {*} [options] Override http request option.
|
|
62537
62647
|
* @throws {RequiredError}
|
|
62538
62648
|
*/
|
|
62539
|
-
regenerateMeetingParticipantToken(meetingId: string, participantId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
62649
|
+
regenerateMeetingParticipantToken(meetingId: string, participantId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
62540
62650
|
/**
|
|
62541
62651
|
* Update Meeting Participant endpoint
|
|
62542
62652
|
* @summary Update Meeting Participant
|
|
@@ -62559,7 +62669,7 @@ export declare const MeetingsParticipantsApiFactory: (configuration?: Configurat
|
|
|
62559
62669
|
* @param {*} [options] Override http request option.
|
|
62560
62670
|
* @throws {RequiredError}
|
|
62561
62671
|
*/
|
|
62562
|
-
createMeetingParticipant(requestParameters: MeetingsParticipantsApiCreateMeetingParticipantRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
62672
|
+
createMeetingParticipant(requestParameters: MeetingsParticipantsApiCreateMeetingParticipantRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
62563
62673
|
/**
|
|
62564
62674
|
* Delete Meeting Participant endpoint
|
|
62565
62675
|
* @summary Delete Meeting Participant
|
|
@@ -62591,7 +62701,7 @@ export declare const MeetingsParticipantsApiFactory: (configuration?: Configurat
|
|
|
62591
62701
|
* @param {*} [options] Override http request option.
|
|
62592
62702
|
* @throws {RequiredError}
|
|
62593
62703
|
*/
|
|
62594
|
-
regenerateMeetingParticipantToken(requestParameters: MeetingsParticipantsApiRegenerateMeetingParticipantTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
62704
|
+
regenerateMeetingParticipantToken(requestParameters: MeetingsParticipantsApiRegenerateMeetingParticipantTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
62595
62705
|
/**
|
|
62596
62706
|
* Update Meeting Participant endpoint
|
|
62597
62707
|
* @summary Update Meeting Participant
|
|
@@ -62700,7 +62810,7 @@ export declare class MeetingsParticipantsApi extends BaseAPI {
|
|
|
62700
62810
|
* @param {*} [options] Override http request option.
|
|
62701
62811
|
* @throws {RequiredError}
|
|
62702
62812
|
*/
|
|
62703
|
-
createMeetingParticipant(requestParameters: MeetingsParticipantsApiCreateMeetingParticipantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
62813
|
+
createMeetingParticipant(requestParameters: MeetingsParticipantsApiCreateMeetingParticipantRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
62704
62814
|
/**
|
|
62705
62815
|
* Delete Meeting Participant endpoint
|
|
62706
62816
|
* @summary Delete Meeting Participant
|
|
@@ -62732,7 +62842,7 @@ export declare class MeetingsParticipantsApi extends BaseAPI {
|
|
|
62732
62842
|
* @param {*} [options] Override http request option.
|
|
62733
62843
|
* @throws {RequiredError}
|
|
62734
62844
|
*/
|
|
62735
|
-
regenerateMeetingParticipantToken(requestParameters: MeetingsParticipantsApiRegenerateMeetingParticipantTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
62845
|
+
regenerateMeetingParticipantToken(requestParameters: MeetingsParticipantsApiRegenerateMeetingParticipantTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
62736
62846
|
/**
|
|
62737
62847
|
* Update Meeting Participant endpoint
|
|
62738
62848
|
* @summary Update Meeting Participant
|
|
@@ -63200,7 +63310,7 @@ export declare const MeetingsSessionsApiFp: (configuration?: Configuration) => {
|
|
|
63200
63310
|
* @param {*} [options] Override http request option.
|
|
63201
63311
|
* @throws {RequiredError}
|
|
63202
63312
|
*/
|
|
63203
|
-
generateMeetingSessionSummary(sessionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
63313
|
+
generateMeetingSessionSummary(sessionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
63204
63314
|
/**
|
|
63205
63315
|
* Get Meeting Session endpoint
|
|
63206
63316
|
* @summary Get Meeting Session
|
|
@@ -63278,7 +63388,7 @@ export declare const MeetingsSessionsApiFactory: (configuration?: Configuration,
|
|
|
63278
63388
|
* @param {*} [options] Override http request option.
|
|
63279
63389
|
* @throws {RequiredError}
|
|
63280
63390
|
*/
|
|
63281
|
-
generateMeetingSessionSummary(requestParameters: MeetingsSessionsApiGenerateMeetingSessionSummaryRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
63391
|
+
generateMeetingSessionSummary(requestParameters: MeetingsSessionsApiGenerateMeetingSessionSummaryRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
63282
63392
|
/**
|
|
63283
63393
|
* Get Meeting Session endpoint
|
|
63284
63394
|
* @summary Get Meeting Session
|
|
@@ -63455,7 +63565,7 @@ export declare class MeetingsSessionsApi extends BaseAPI {
|
|
|
63455
63565
|
* @param {*} [options] Override http request option.
|
|
63456
63566
|
* @throws {RequiredError}
|
|
63457
63567
|
*/
|
|
63458
|
-
generateMeetingSessionSummary(requestParameters: MeetingsSessionsApiGenerateMeetingSessionSummaryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
63568
|
+
generateMeetingSessionSummary(requestParameters: MeetingsSessionsApiGenerateMeetingSessionSummaryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
63459
63569
|
/**
|
|
63460
63570
|
* Get Meeting Session endpoint
|
|
63461
63571
|
* @summary Get Meeting Session
|
|
@@ -63564,7 +63674,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
|
|
|
63564
63674
|
* @param {*} [options] Override http request option.
|
|
63565
63675
|
* @throws {RequiredError}
|
|
63566
63676
|
*/
|
|
63567
|
-
getNotificationCount(filters?: NotificationFilters, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
63677
|
+
getNotificationCount(filters?: NotificationFilters, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
63568
63678
|
/**
|
|
63569
63679
|
* Get Notification Stats endpoint
|
|
63570
63680
|
* @summary Get Notification Stats
|
|
@@ -63591,7 +63701,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
|
|
|
63591
63701
|
* @param {*} [options] Override http request option.
|
|
63592
63702
|
* @throws {RequiredError}
|
|
63593
63703
|
*/
|
|
63594
|
-
markNotificationsRead(notificationIds: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
63704
|
+
markNotificationsRead(notificationIds: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
63595
63705
|
};
|
|
63596
63706
|
/**
|
|
63597
63707
|
* NotificationsApi - factory interface
|
|
@@ -63604,7 +63714,7 @@ export declare const NotificationsApiFactory: (configuration?: Configuration, ba
|
|
|
63604
63714
|
* @param {*} [options] Override http request option.
|
|
63605
63715
|
* @throws {RequiredError}
|
|
63606
63716
|
*/
|
|
63607
|
-
getNotificationCount(requestParameters?: NotificationsApiGetNotificationCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
63717
|
+
getNotificationCount(requestParameters?: NotificationsApiGetNotificationCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
63608
63718
|
/**
|
|
63609
63719
|
* Get Notification Stats endpoint
|
|
63610
63720
|
* @summary Get Notification Stats
|
|
@@ -63627,7 +63737,7 @@ export declare const NotificationsApiFactory: (configuration?: Configuration, ba
|
|
|
63627
63737
|
* @param {*} [options] Override http request option.
|
|
63628
63738
|
* @throws {RequiredError}
|
|
63629
63739
|
*/
|
|
63630
|
-
markNotificationsRead(requestParameters: NotificationsApiMarkNotificationsReadRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
63740
|
+
markNotificationsRead(requestParameters: NotificationsApiMarkNotificationsReadRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
63631
63741
|
};
|
|
63632
63742
|
/**
|
|
63633
63743
|
* Request parameters for getNotificationCount operation in NotificationsApi.
|
|
@@ -63683,7 +63793,7 @@ export declare class NotificationsApi extends BaseAPI {
|
|
|
63683
63793
|
* @param {*} [options] Override http request option.
|
|
63684
63794
|
* @throws {RequiredError}
|
|
63685
63795
|
*/
|
|
63686
|
-
getNotificationCount(requestParameters?: NotificationsApiGetNotificationCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
63796
|
+
getNotificationCount(requestParameters?: NotificationsApiGetNotificationCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
63687
63797
|
/**
|
|
63688
63798
|
* Get Notification Stats endpoint
|
|
63689
63799
|
* @summary Get Notification Stats
|
|
@@ -63706,7 +63816,7 @@ export declare class NotificationsApi extends BaseAPI {
|
|
|
63706
63816
|
* @param {*} [options] Override http request option.
|
|
63707
63817
|
* @throws {RequiredError}
|
|
63708
63818
|
*/
|
|
63709
|
-
markNotificationsRead(requestParameters: NotificationsApiMarkNotificationsReadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
63819
|
+
markNotificationsRead(requestParameters: NotificationsApiMarkNotificationsReadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
63710
63820
|
}
|
|
63711
63821
|
/**
|
|
63712
63822
|
* OrganizationApi - axios parameter creator
|
|
@@ -65565,7 +65675,7 @@ export declare const OrganizationModulesSettingsTranslationsApiFp: (configuratio
|
|
|
65565
65675
|
* @param {*} [options] Override http request option.
|
|
65566
65676
|
* @throws {RequiredError}
|
|
65567
65677
|
*/
|
|
65568
|
-
deleteOrganizationModuleSettingsTranslation(locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
65678
|
+
deleteOrganizationModuleSettingsTranslation(locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
65569
65679
|
/**
|
|
65570
65680
|
* Get Organization Module Settings Translation endpoint
|
|
65571
65681
|
* @summary Get Organization Module Settings Translation
|
|
@@ -65593,7 +65703,7 @@ export declare const OrganizationModulesSettingsTranslationsApiFp: (configuratio
|
|
|
65593
65703
|
* @param {*} [options] Override http request option.
|
|
65594
65704
|
* @throws {RequiredError}
|
|
65595
65705
|
*/
|
|
65596
|
-
updateOrganizationModuleSettingsTranslation(locale: string, organizationModuleSettingsTranslationUpdateInputs: OrganizationModuleSettingsTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
65706
|
+
updateOrganizationModuleSettingsTranslation(locale: string, organizationModuleSettingsTranslationUpdateInputs: OrganizationModuleSettingsTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
65597
65707
|
};
|
|
65598
65708
|
/**
|
|
65599
65709
|
* OrganizationModulesSettingsTranslationsApi - factory interface
|
|
@@ -65606,7 +65716,7 @@ export declare const OrganizationModulesSettingsTranslationsApiFactory: (configu
|
|
|
65606
65716
|
* @param {*} [options] Override http request option.
|
|
65607
65717
|
* @throws {RequiredError}
|
|
65608
65718
|
*/
|
|
65609
|
-
deleteOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiDeleteOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
65719
|
+
deleteOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiDeleteOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
65610
65720
|
/**
|
|
65611
65721
|
* Get Organization Module Settings Translation endpoint
|
|
65612
65722
|
* @summary Get Organization Module Settings Translation
|
|
@@ -65630,7 +65740,7 @@ export declare const OrganizationModulesSettingsTranslationsApiFactory: (configu
|
|
|
65630
65740
|
* @param {*} [options] Override http request option.
|
|
65631
65741
|
* @throws {RequiredError}
|
|
65632
65742
|
*/
|
|
65633
|
-
updateOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiUpdateOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
65743
|
+
updateOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiUpdateOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
65634
65744
|
};
|
|
65635
65745
|
/**
|
|
65636
65746
|
* Request parameters for deleteOrganizationModuleSettingsTranslation operation in OrganizationModulesSettingsTranslationsApi.
|
|
@@ -65692,7 +65802,7 @@ export declare class OrganizationModulesSettingsTranslationsApi extends BaseAPI
|
|
|
65692
65802
|
* @param {*} [options] Override http request option.
|
|
65693
65803
|
* @throws {RequiredError}
|
|
65694
65804
|
*/
|
|
65695
|
-
deleteOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiDeleteOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
65805
|
+
deleteOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiDeleteOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
65696
65806
|
/**
|
|
65697
65807
|
* Get Organization Module Settings Translation endpoint
|
|
65698
65808
|
* @summary Get Organization Module Settings Translation
|
|
@@ -65716,7 +65826,7 @@ export declare class OrganizationModulesSettingsTranslationsApi extends BaseAPI
|
|
|
65716
65826
|
* @param {*} [options] Override http request option.
|
|
65717
65827
|
* @throws {RequiredError}
|
|
65718
65828
|
*/
|
|
65719
|
-
updateOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiUpdateOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
65829
|
+
updateOrganizationModuleSettingsTranslation(requestParameters: OrganizationModulesSettingsTranslationsApiUpdateOrganizationModuleSettingsTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
65720
65830
|
}
|
|
65721
65831
|
/**
|
|
65722
65832
|
* OrganizationModulesTiersApi - axios parameter creator
|
|
@@ -66169,7 +66279,7 @@ export declare const OrganizationPaymentsApiFp: (configuration?: Configuration)
|
|
|
66169
66279
|
* @param {*} [options] Override http request option.
|
|
66170
66280
|
* @throws {RequiredError}
|
|
66171
66281
|
*/
|
|
66172
|
-
deleteOrganizationPaymentIntegration(integrationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
66282
|
+
deleteOrganizationPaymentIntegration(integrationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
66173
66283
|
/**
|
|
66174
66284
|
* Get Organization Payment Integration endpoint
|
|
66175
66285
|
* @summary Get Organization Payment Integration
|
|
@@ -66263,7 +66373,7 @@ export declare const OrganizationPaymentsApiFactory: (configuration?: Configurat
|
|
|
66263
66373
|
* @param {*} [options] Override http request option.
|
|
66264
66374
|
* @throws {RequiredError}
|
|
66265
66375
|
*/
|
|
66266
|
-
deleteOrganizationPaymentIntegration(requestParameters: OrganizationPaymentsApiDeleteOrganizationPaymentIntegrationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
66376
|
+
deleteOrganizationPaymentIntegration(requestParameters: OrganizationPaymentsApiDeleteOrganizationPaymentIntegrationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
66267
66377
|
/**
|
|
66268
66378
|
* Get Organization Payment Integration endpoint
|
|
66269
66379
|
* @summary Get Organization Payment Integration
|
|
@@ -66465,7 +66575,7 @@ export declare class OrganizationPaymentsApi extends BaseAPI {
|
|
|
66465
66575
|
* @param {*} [options] Override http request option.
|
|
66466
66576
|
* @throws {RequiredError}
|
|
66467
66577
|
*/
|
|
66468
|
-
deleteOrganizationPaymentIntegration(requestParameters: OrganizationPaymentsApiDeleteOrganizationPaymentIntegrationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
66578
|
+
deleteOrganizationPaymentIntegration(requestParameters: OrganizationPaymentsApiDeleteOrganizationPaymentIntegrationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
66469
66579
|
/**
|
|
66470
66580
|
* Get Organization Payment Integration endpoint
|
|
66471
66581
|
* @summary Get Organization Payment Integration
|
|
@@ -67364,7 +67474,7 @@ export declare const OrganizationTeammembersApiFp: (configuration?: Configuratio
|
|
|
67364
67474
|
* @param {*} [options] Override http request option.
|
|
67365
67475
|
* @throws {RequiredError}
|
|
67366
67476
|
*/
|
|
67367
|
-
getOrganizationTeamMember(teamMemberId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
67477
|
+
getOrganizationTeamMember(teamMemberId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
67368
67478
|
/**
|
|
67369
67479
|
* Get Organization Team Members endpoint
|
|
67370
67480
|
* @summary Get Organization Team Members
|
|
@@ -67413,7 +67523,7 @@ export declare const OrganizationTeammembersApiFactory: (configuration?: Configu
|
|
|
67413
67523
|
* @param {*} [options] Override http request option.
|
|
67414
67524
|
* @throws {RequiredError}
|
|
67415
67525
|
*/
|
|
67416
|
-
getOrganizationTeamMember(requestParameters: OrganizationTeammembersApiGetOrganizationTeamMemberRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
67526
|
+
getOrganizationTeamMember(requestParameters: OrganizationTeammembersApiGetOrganizationTeamMemberRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
67417
67527
|
/**
|
|
67418
67528
|
* Get Organization Team Members endpoint
|
|
67419
67529
|
* @summary Get Organization Team Members
|
|
@@ -67516,7 +67626,7 @@ export declare class OrganizationTeammembersApi extends BaseAPI {
|
|
|
67516
67626
|
* @param {*} [options] Override http request option.
|
|
67517
67627
|
* @throws {RequiredError}
|
|
67518
67628
|
*/
|
|
67519
|
-
getOrganizationTeamMember(requestParameters: OrganizationTeammembersApiGetOrganizationTeamMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
67629
|
+
getOrganizationTeamMember(requestParameters: OrganizationTeammembersApiGetOrganizationTeamMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
67520
67630
|
/**
|
|
67521
67631
|
* Get Organization Team Members endpoint
|
|
67522
67632
|
* @summary Get Organization Team Members
|
|
@@ -71879,7 +71989,7 @@ export declare const SeriesTranslationsApiFp: (configuration?: Configuration) =>
|
|
|
71879
71989
|
* @param {*} [options] Override http request option.
|
|
71880
71990
|
* @throws {RequiredError}
|
|
71881
71991
|
*/
|
|
71882
|
-
deleteSeriesTranslation(seriesId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
71992
|
+
deleteSeriesTranslation(seriesId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
71883
71993
|
/**
|
|
71884
71994
|
* Get Series Translation endpoint
|
|
71885
71995
|
* @summary Get Series Translation
|
|
@@ -71910,7 +72020,7 @@ export declare const SeriesTranslationsApiFp: (configuration?: Configuration) =>
|
|
|
71910
72020
|
* @param {*} [options] Override http request option.
|
|
71911
72021
|
* @throws {RequiredError}
|
|
71912
72022
|
*/
|
|
71913
|
-
updateSeriesTranslation(seriesId: string, locale: string, seriesTranslationUpdateInputs: SeriesTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
72023
|
+
updateSeriesTranslation(seriesId: string, locale: string, seriesTranslationUpdateInputs: SeriesTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
71914
72024
|
};
|
|
71915
72025
|
/**
|
|
71916
72026
|
* SeriesTranslationsApi - factory interface
|
|
@@ -71923,7 +72033,7 @@ export declare const SeriesTranslationsApiFactory: (configuration?: Configuratio
|
|
|
71923
72033
|
* @param {*} [options] Override http request option.
|
|
71924
72034
|
* @throws {RequiredError}
|
|
71925
72035
|
*/
|
|
71926
|
-
deleteSeriesTranslation(requestParameters: SeriesTranslationsApiDeleteSeriesTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
72036
|
+
deleteSeriesTranslation(requestParameters: SeriesTranslationsApiDeleteSeriesTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
71927
72037
|
/**
|
|
71928
72038
|
* Get Series Translation endpoint
|
|
71929
72039
|
* @summary Get Series Translation
|
|
@@ -71947,7 +72057,7 @@ export declare const SeriesTranslationsApiFactory: (configuration?: Configuratio
|
|
|
71947
72057
|
* @param {*} [options] Override http request option.
|
|
71948
72058
|
* @throws {RequiredError}
|
|
71949
72059
|
*/
|
|
71950
|
-
updateSeriesTranslation(requestParameters: SeriesTranslationsApiUpdateSeriesTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
72060
|
+
updateSeriesTranslation(requestParameters: SeriesTranslationsApiUpdateSeriesTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
71951
72061
|
};
|
|
71952
72062
|
/**
|
|
71953
72063
|
* Request parameters for deleteSeriesTranslation operation in SeriesTranslationsApi.
|
|
@@ -72025,7 +72135,7 @@ export declare class SeriesTranslationsApi extends BaseAPI {
|
|
|
72025
72135
|
* @param {*} [options] Override http request option.
|
|
72026
72136
|
* @throws {RequiredError}
|
|
72027
72137
|
*/
|
|
72028
|
-
deleteSeriesTranslation(requestParameters: SeriesTranslationsApiDeleteSeriesTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
72138
|
+
deleteSeriesTranslation(requestParameters: SeriesTranslationsApiDeleteSeriesTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
72029
72139
|
/**
|
|
72030
72140
|
* Get Series Translation endpoint
|
|
72031
72141
|
* @summary Get Series Translation
|
|
@@ -72049,7 +72159,7 @@ export declare class SeriesTranslationsApi extends BaseAPI {
|
|
|
72049
72159
|
* @param {*} [options] Override http request option.
|
|
72050
72160
|
* @throws {RequiredError}
|
|
72051
72161
|
*/
|
|
72052
|
-
updateSeriesTranslation(requestParameters: SeriesTranslationsApiUpdateSeriesTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
72162
|
+
updateSeriesTranslation(requestParameters: SeriesTranslationsApiUpdateSeriesTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
72053
72163
|
}
|
|
72054
72164
|
/**
|
|
72055
72165
|
* SponsorsApi - axios parameter creator
|
|
@@ -72533,7 +72643,7 @@ export declare const SponsorsTranslationsApiFp: (configuration?: Configuration)
|
|
|
72533
72643
|
* @param {*} [options] Override http request option.
|
|
72534
72644
|
* @throws {RequiredError}
|
|
72535
72645
|
*/
|
|
72536
|
-
deleteLevelTranslation(levelId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
72646
|
+
deleteLevelTranslation(levelId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
72537
72647
|
/**
|
|
72538
72648
|
* Get Level Translation endpoint
|
|
72539
72649
|
* @summary Get Level Translation
|
|
@@ -72564,7 +72674,7 @@ export declare const SponsorsTranslationsApiFp: (configuration?: Configuration)
|
|
|
72564
72674
|
* @param {*} [options] Override http request option.
|
|
72565
72675
|
* @throws {RequiredError}
|
|
72566
72676
|
*/
|
|
72567
|
-
updateLevelTranslation(levelId: string, locale: string, levelTranslationUpdateInputs: LevelTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
72677
|
+
updateLevelTranslation(levelId: string, locale: string, levelTranslationUpdateInputs: LevelTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
72568
72678
|
};
|
|
72569
72679
|
/**
|
|
72570
72680
|
* SponsorsTranslationsApi - factory interface
|
|
@@ -72577,7 +72687,7 @@ export declare const SponsorsTranslationsApiFactory: (configuration?: Configurat
|
|
|
72577
72687
|
* @param {*} [options] Override http request option.
|
|
72578
72688
|
* @throws {RequiredError}
|
|
72579
72689
|
*/
|
|
72580
|
-
deleteLevelTranslation(requestParameters: SponsorsTranslationsApiDeleteLevelTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
72690
|
+
deleteLevelTranslation(requestParameters: SponsorsTranslationsApiDeleteLevelTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
72581
72691
|
/**
|
|
72582
72692
|
* Get Level Translation endpoint
|
|
72583
72693
|
* @summary Get Level Translation
|
|
@@ -72601,7 +72711,7 @@ export declare const SponsorsTranslationsApiFactory: (configuration?: Configurat
|
|
|
72601
72711
|
* @param {*} [options] Override http request option.
|
|
72602
72712
|
* @throws {RequiredError}
|
|
72603
72713
|
*/
|
|
72604
|
-
updateLevelTranslation(requestParameters: SponsorsTranslationsApiUpdateLevelTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
72714
|
+
updateLevelTranslation(requestParameters: SponsorsTranslationsApiUpdateLevelTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
72605
72715
|
};
|
|
72606
72716
|
/**
|
|
72607
72717
|
* Request parameters for deleteLevelTranslation operation in SponsorsTranslationsApi.
|
|
@@ -72679,7 +72789,7 @@ export declare class SponsorsTranslationsApi extends BaseAPI {
|
|
|
72679
72789
|
* @param {*} [options] Override http request option.
|
|
72680
72790
|
* @throws {RequiredError}
|
|
72681
72791
|
*/
|
|
72682
|
-
deleteLevelTranslation(requestParameters: SponsorsTranslationsApiDeleteLevelTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
72792
|
+
deleteLevelTranslation(requestParameters: SponsorsTranslationsApiDeleteLevelTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
72683
72793
|
/**
|
|
72684
72794
|
* Get Level Translation endpoint
|
|
72685
72795
|
* @summary Get Level Translation
|
|
@@ -72703,7 +72813,7 @@ export declare class SponsorsTranslationsApi extends BaseAPI {
|
|
|
72703
72813
|
* @param {*} [options] Override http request option.
|
|
72704
72814
|
* @throws {RequiredError}
|
|
72705
72815
|
*/
|
|
72706
|
-
updateLevelTranslation(requestParameters: SponsorsTranslationsApiUpdateLevelTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
72816
|
+
updateLevelTranslation(requestParameters: SponsorsTranslationsApiUpdateLevelTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
72707
72817
|
}
|
|
72708
72818
|
/**
|
|
72709
72819
|
* StorageFilesApi - axios parameter creator
|
|
@@ -73364,7 +73474,7 @@ export declare const StorageVideosApiFp: (configuration?: Configuration) => {
|
|
|
73364
73474
|
* @param {*} [options] Override http request option.
|
|
73365
73475
|
* @throws {RequiredError}
|
|
73366
73476
|
*/
|
|
73367
|
-
getVideoDownloadStatus(videoId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
73477
|
+
getVideoDownloadStatus(videoId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
73368
73478
|
/**
|
|
73369
73479
|
* Get Videos endpoint
|
|
73370
73480
|
* @summary Get Videos
|
|
@@ -73384,7 +73494,7 @@ export declare const StorageVideosApiFp: (configuration?: Configuration) => {
|
|
|
73384
73494
|
* @param {*} [options] Override http request option.
|
|
73385
73495
|
* @throws {RequiredError}
|
|
73386
73496
|
*/
|
|
73387
|
-
initiateVideoDownload(videoId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
73497
|
+
initiateVideoDownload(videoId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
73388
73498
|
/**
|
|
73389
73499
|
* Update Video endpoint
|
|
73390
73500
|
* @summary Update Video
|
|
@@ -73430,7 +73540,7 @@ export declare const StorageVideosApiFactory: (configuration?: Configuration, ba
|
|
|
73430
73540
|
* @param {*} [options] Override http request option.
|
|
73431
73541
|
* @throws {RequiredError}
|
|
73432
73542
|
*/
|
|
73433
|
-
getVideoDownloadStatus(requestParameters: StorageVideosApiGetVideoDownloadStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
73543
|
+
getVideoDownloadStatus(requestParameters: StorageVideosApiGetVideoDownloadStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
73434
73544
|
/**
|
|
73435
73545
|
* Get Videos endpoint
|
|
73436
73546
|
* @summary Get Videos
|
|
@@ -73446,7 +73556,7 @@ export declare const StorageVideosApiFactory: (configuration?: Configuration, ba
|
|
|
73446
73556
|
* @param {*} [options] Override http request option.
|
|
73447
73557
|
* @throws {RequiredError}
|
|
73448
73558
|
*/
|
|
73449
|
-
initiateVideoDownload(requestParameters: StorageVideosApiInitiateVideoDownloadRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
73559
|
+
initiateVideoDownload(requestParameters: StorageVideosApiInitiateVideoDownloadRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
73450
73560
|
/**
|
|
73451
73561
|
* Update Video endpoint
|
|
73452
73562
|
* @summary Update Video
|
|
@@ -73568,7 +73678,7 @@ export declare class StorageVideosApi extends BaseAPI {
|
|
|
73568
73678
|
* @param {*} [options] Override http request option.
|
|
73569
73679
|
* @throws {RequiredError}
|
|
73570
73680
|
*/
|
|
73571
|
-
getVideoDownloadStatus(requestParameters: StorageVideosApiGetVideoDownloadStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
73681
|
+
getVideoDownloadStatus(requestParameters: StorageVideosApiGetVideoDownloadStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
73572
73682
|
/**
|
|
73573
73683
|
* Get Videos endpoint
|
|
73574
73684
|
* @summary Get Videos
|
|
@@ -73584,7 +73694,7 @@ export declare class StorageVideosApi extends BaseAPI {
|
|
|
73584
73694
|
* @param {*} [options] Override http request option.
|
|
73585
73695
|
* @throws {RequiredError}
|
|
73586
73696
|
*/
|
|
73587
|
-
initiateVideoDownload(requestParameters: StorageVideosApiInitiateVideoDownloadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
73697
|
+
initiateVideoDownload(requestParameters: StorageVideosApiInitiateVideoDownloadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
73588
73698
|
/**
|
|
73589
73699
|
* Update Video endpoint
|
|
73590
73700
|
* @summary Update Video
|
|
@@ -73670,7 +73780,7 @@ export declare const StorageVideosCaptionsApiFp: (configuration?: Configuration)
|
|
|
73670
73780
|
* @param {*} [options] Override http request option.
|
|
73671
73781
|
* @throws {RequiredError}
|
|
73672
73782
|
*/
|
|
73673
|
-
downloadVideoCaption(videoId: string, language: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
73783
|
+
downloadVideoCaption(videoId: string, language: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
73674
73784
|
/**
|
|
73675
73785
|
* Generate Video Captions endpoint
|
|
73676
73786
|
* @summary Generate Video Captions
|
|
@@ -73723,7 +73833,7 @@ export declare const StorageVideosCaptionsApiFactory: (configuration?: Configura
|
|
|
73723
73833
|
* @param {*} [options] Override http request option.
|
|
73724
73834
|
* @throws {RequiredError}
|
|
73725
73835
|
*/
|
|
73726
|
-
downloadVideoCaption(requestParameters: StorageVideosCaptionsApiDownloadVideoCaptionRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
73836
|
+
downloadVideoCaption(requestParameters: StorageVideosCaptionsApiDownloadVideoCaptionRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
73727
73837
|
/**
|
|
73728
73838
|
* Generate Video Captions endpoint
|
|
73729
73839
|
* @summary Generate Video Captions
|
|
@@ -73853,7 +73963,7 @@ export declare class StorageVideosCaptionsApi extends BaseAPI {
|
|
|
73853
73963
|
* @param {*} [options] Override http request option.
|
|
73854
73964
|
* @throws {RequiredError}
|
|
73855
73965
|
*/
|
|
73856
|
-
downloadVideoCaption(requestParameters: StorageVideosCaptionsApiDownloadVideoCaptionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
73966
|
+
downloadVideoCaption(requestParameters: StorageVideosCaptionsApiDownloadVideoCaptionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
73857
73967
|
/**
|
|
73858
73968
|
* Generate Video Captions endpoint
|
|
73859
73969
|
* @summary Generate Video Captions
|
|
@@ -76304,7 +76414,7 @@ export declare const SurveysQuestionsApiFp: (configuration?: Configuration) => {
|
|
|
76304
76414
|
* @param {*} [options] Override http request option.
|
|
76305
76415
|
* @throws {RequiredError}
|
|
76306
76416
|
*/
|
|
76307
|
-
updateSurveyQuestionChoice(surveyId: string, questionId: string, choiceId: string, choice: SurveyQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
76417
|
+
updateSurveyQuestionChoice(surveyId: string, questionId: string, choiceId: string, choice: SurveyQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
76308
76418
|
/**
|
|
76309
76419
|
* Update Survey Question Choice Sub Question endpoint
|
|
76310
76420
|
* @summary Update Survey Question Choice Sub Question
|
|
@@ -76465,7 +76575,7 @@ export declare const SurveysQuestionsApiFactory: (configuration?: Configuration,
|
|
|
76465
76575
|
* @param {*} [options] Override http request option.
|
|
76466
76576
|
* @throws {RequiredError}
|
|
76467
76577
|
*/
|
|
76468
|
-
updateSurveyQuestionChoice(requestParameters: SurveysQuestionsApiUpdateSurveyQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
76578
|
+
updateSurveyQuestionChoice(requestParameters: SurveysQuestionsApiUpdateSurveyQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
76469
76579
|
/**
|
|
76470
76580
|
* Update Survey Question Choice Sub Question endpoint
|
|
76471
76581
|
* @summary Update Survey Question Choice Sub Question
|
|
@@ -76996,7 +77106,7 @@ export declare class SurveysQuestionsApi extends BaseAPI {
|
|
|
76996
77106
|
* @param {*} [options] Override http request option.
|
|
76997
77107
|
* @throws {RequiredError}
|
|
76998
77108
|
*/
|
|
76999
|
-
updateSurveyQuestionChoice(requestParameters: SurveysQuestionsApiUpdateSurveyQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
77109
|
+
updateSurveyQuestionChoice(requestParameters: SurveysQuestionsApiUpdateSurveyQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
77000
77110
|
/**
|
|
77001
77111
|
* Update Survey Question Choice Sub Question endpoint
|
|
77002
77112
|
* @summary Update Survey Question Choice Sub Question
|
|
@@ -77117,7 +77227,7 @@ export declare const SurveysQuestionsTranslationsApiFp: (configuration?: Configu
|
|
|
77117
77227
|
* @param {*} [options] Override http request option.
|
|
77118
77228
|
* @throws {RequiredError}
|
|
77119
77229
|
*/
|
|
77120
|
-
deleteSurveyQuestionChoiceTranslation(surveyId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
77230
|
+
deleteSurveyQuestionChoiceTranslation(surveyId: string, questionId: string, choiceId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
77121
77231
|
/**
|
|
77122
77232
|
* Delete Survey Question Translation endpoint
|
|
77123
77233
|
* @summary Delete Survey Question Translation
|
|
@@ -77127,7 +77237,7 @@ export declare const SurveysQuestionsTranslationsApiFp: (configuration?: Configu
|
|
|
77127
77237
|
* @param {*} [options] Override http request option.
|
|
77128
77238
|
* @throws {RequiredError}
|
|
77129
77239
|
*/
|
|
77130
|
-
deleteSurveyQuestionTranslation(surveyId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
77240
|
+
deleteSurveyQuestionTranslation(surveyId: string, questionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
77131
77241
|
/**
|
|
77132
77242
|
* Get Survey Question Choice Translation endpoint
|
|
77133
77243
|
* @summary Get Survey Question Choice Translation
|
|
@@ -77187,7 +77297,7 @@ export declare const SurveysQuestionsTranslationsApiFp: (configuration?: Configu
|
|
|
77187
77297
|
* @param {*} [options] Override http request option.
|
|
77188
77298
|
* @throws {RequiredError}
|
|
77189
77299
|
*/
|
|
77190
|
-
updateSurveyQuestionChoiceTranslation(surveyId: string, questionId: string, choiceId: string, locale: string, surveyQuestionChoiceTranslationUpdateInputs: SurveyQuestionChoiceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
77300
|
+
updateSurveyQuestionChoiceTranslation(surveyId: string, questionId: string, choiceId: string, locale: string, surveyQuestionChoiceTranslationUpdateInputs: SurveyQuestionChoiceTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
77191
77301
|
/**
|
|
77192
77302
|
* Update Survey Question Translation endpoint
|
|
77193
77303
|
* @summary Update Survey Question Translation
|
|
@@ -77198,7 +77308,7 @@ export declare const SurveysQuestionsTranslationsApiFp: (configuration?: Configu
|
|
|
77198
77308
|
* @param {*} [options] Override http request option.
|
|
77199
77309
|
* @throws {RequiredError}
|
|
77200
77310
|
*/
|
|
77201
|
-
updateSurveyQuestionTranslation(surveyId: string, questionId: string, locale: string, surveyQuestionTranslationUpdateInputs: SurveyQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
77311
|
+
updateSurveyQuestionTranslation(surveyId: string, questionId: string, locale: string, surveyQuestionTranslationUpdateInputs: SurveyQuestionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
77202
77312
|
};
|
|
77203
77313
|
/**
|
|
77204
77314
|
* SurveysQuestionsTranslationsApi - factory interface
|
|
@@ -77211,7 +77321,7 @@ export declare const SurveysQuestionsTranslationsApiFactory: (configuration?: Co
|
|
|
77211
77321
|
* @param {*} [options] Override http request option.
|
|
77212
77322
|
* @throws {RequiredError}
|
|
77213
77323
|
*/
|
|
77214
|
-
deleteSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
77324
|
+
deleteSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
77215
77325
|
/**
|
|
77216
77326
|
* Delete Survey Question Translation endpoint
|
|
77217
77327
|
* @summary Delete Survey Question Translation
|
|
@@ -77219,7 +77329,7 @@ export declare const SurveysQuestionsTranslationsApiFactory: (configuration?: Co
|
|
|
77219
77329
|
* @param {*} [options] Override http request option.
|
|
77220
77330
|
* @throws {RequiredError}
|
|
77221
77331
|
*/
|
|
77222
|
-
deleteSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
77332
|
+
deleteSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
77223
77333
|
/**
|
|
77224
77334
|
* Get Survey Question Choice Translation endpoint
|
|
77225
77335
|
* @summary Get Survey Question Choice Translation
|
|
@@ -77259,7 +77369,7 @@ export declare const SurveysQuestionsTranslationsApiFactory: (configuration?: Co
|
|
|
77259
77369
|
* @param {*} [options] Override http request option.
|
|
77260
77370
|
* @throws {RequiredError}
|
|
77261
77371
|
*/
|
|
77262
|
-
updateSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
77372
|
+
updateSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
77263
77373
|
/**
|
|
77264
77374
|
* Update Survey Question Translation endpoint
|
|
77265
77375
|
* @summary Update Survey Question Translation
|
|
@@ -77267,7 +77377,7 @@ export declare const SurveysQuestionsTranslationsApiFactory: (configuration?: Co
|
|
|
77267
77377
|
* @param {*} [options] Override http request option.
|
|
77268
77378
|
* @throws {RequiredError}
|
|
77269
77379
|
*/
|
|
77270
|
-
updateSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
77380
|
+
updateSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
77271
77381
|
};
|
|
77272
77382
|
/**
|
|
77273
77383
|
* Request parameters for deleteSurveyQuestionChoiceTranslation operation in SurveysQuestionsTranslationsApi.
|
|
@@ -77458,7 +77568,7 @@ export declare class SurveysQuestionsTranslationsApi extends BaseAPI {
|
|
|
77458
77568
|
* @param {*} [options] Override http request option.
|
|
77459
77569
|
* @throws {RequiredError}
|
|
77460
77570
|
*/
|
|
77461
|
-
deleteSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
77571
|
+
deleteSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
77462
77572
|
/**
|
|
77463
77573
|
* Delete Survey Question Translation endpoint
|
|
77464
77574
|
* @summary Delete Survey Question Translation
|
|
@@ -77466,7 +77576,7 @@ export declare class SurveysQuestionsTranslationsApi extends BaseAPI {
|
|
|
77466
77576
|
* @param {*} [options] Override http request option.
|
|
77467
77577
|
* @throws {RequiredError}
|
|
77468
77578
|
*/
|
|
77469
|
-
deleteSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
77579
|
+
deleteSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiDeleteSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
77470
77580
|
/**
|
|
77471
77581
|
* Get Survey Question Choice Translation endpoint
|
|
77472
77582
|
* @summary Get Survey Question Choice Translation
|
|
@@ -77506,7 +77616,7 @@ export declare class SurveysQuestionsTranslationsApi extends BaseAPI {
|
|
|
77506
77616
|
* @param {*} [options] Override http request option.
|
|
77507
77617
|
* @throws {RequiredError}
|
|
77508
77618
|
*/
|
|
77509
|
-
updateSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
77619
|
+
updateSurveyQuestionChoiceTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionChoiceTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
77510
77620
|
/**
|
|
77511
77621
|
* Update Survey Question Translation endpoint
|
|
77512
77622
|
* @summary Update Survey Question Translation
|
|
@@ -77514,7 +77624,7 @@ export declare class SurveysQuestionsTranslationsApi extends BaseAPI {
|
|
|
77514
77624
|
* @param {*} [options] Override http request option.
|
|
77515
77625
|
* @throws {RequiredError}
|
|
77516
77626
|
*/
|
|
77517
|
-
updateSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
77627
|
+
updateSurveyQuestionTranslation(requestParameters: SurveysQuestionsTranslationsApiUpdateSurveyQuestionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
77518
77628
|
}
|
|
77519
77629
|
/**
|
|
77520
77630
|
* SurveysSectionsApi - axios parameter creator
|
|
@@ -78143,7 +78253,7 @@ export declare const SurveysSectionsTranslationsApiFp: (configuration?: Configur
|
|
|
78143
78253
|
* @param {*} [options] Override http request option.
|
|
78144
78254
|
* @throws {RequiredError}
|
|
78145
78255
|
*/
|
|
78146
|
-
deleteSurveySectionTranslation(surveyId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
78256
|
+
deleteSurveySectionTranslation(surveyId: string, sectionId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
78147
78257
|
/**
|
|
78148
78258
|
* Get Survey Section Translation endpoint
|
|
78149
78259
|
* @summary Get Survey Section Translation
|
|
@@ -78177,7 +78287,7 @@ export declare const SurveysSectionsTranslationsApiFp: (configuration?: Configur
|
|
|
78177
78287
|
* @param {*} [options] Override http request option.
|
|
78178
78288
|
* @throws {RequiredError}
|
|
78179
78289
|
*/
|
|
78180
|
-
updateSurveySectionTranslation(surveyId: string, sectionId: string, locale: string, surveySectionTranslationUpdateInputs: SurveySectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
78290
|
+
updateSurveySectionTranslation(surveyId: string, sectionId: string, locale: string, surveySectionTranslationUpdateInputs: SurveySectionTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
78181
78291
|
};
|
|
78182
78292
|
/**
|
|
78183
78293
|
* SurveysSectionsTranslationsApi - factory interface
|
|
@@ -78190,7 +78300,7 @@ export declare const SurveysSectionsTranslationsApiFactory: (configuration?: Con
|
|
|
78190
78300
|
* @param {*} [options] Override http request option.
|
|
78191
78301
|
* @throws {RequiredError}
|
|
78192
78302
|
*/
|
|
78193
|
-
deleteSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiDeleteSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
78303
|
+
deleteSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiDeleteSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
78194
78304
|
/**
|
|
78195
78305
|
* Get Survey Section Translation endpoint
|
|
78196
78306
|
* @summary Get Survey Section Translation
|
|
@@ -78214,7 +78324,7 @@ export declare const SurveysSectionsTranslationsApiFactory: (configuration?: Con
|
|
|
78214
78324
|
* @param {*} [options] Override http request option.
|
|
78215
78325
|
* @throws {RequiredError}
|
|
78216
78326
|
*/
|
|
78217
|
-
updateSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiUpdateSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
78327
|
+
updateSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiUpdateSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
78218
78328
|
};
|
|
78219
78329
|
/**
|
|
78220
78330
|
* Request parameters for deleteSurveySectionTranslation operation in SurveysSectionsTranslationsApi.
|
|
@@ -78308,7 +78418,7 @@ export declare class SurveysSectionsTranslationsApi extends BaseAPI {
|
|
|
78308
78418
|
* @param {*} [options] Override http request option.
|
|
78309
78419
|
* @throws {RequiredError}
|
|
78310
78420
|
*/
|
|
78311
|
-
deleteSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiDeleteSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
78421
|
+
deleteSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiDeleteSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
78312
78422
|
/**
|
|
78313
78423
|
* Get Survey Section Translation endpoint
|
|
78314
78424
|
* @summary Get Survey Section Translation
|
|
@@ -78332,7 +78442,7 @@ export declare class SurveysSectionsTranslationsApi extends BaseAPI {
|
|
|
78332
78442
|
* @param {*} [options] Override http request option.
|
|
78333
78443
|
* @throws {RequiredError}
|
|
78334
78444
|
*/
|
|
78335
|
-
updateSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiUpdateSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
78445
|
+
updateSurveySectionTranslation(requestParameters: SurveysSectionsTranslationsApiUpdateSurveySectionTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
78336
78446
|
}
|
|
78337
78447
|
/**
|
|
78338
78448
|
* SurveysSessionsApi - axios parameter creator
|
|
@@ -78938,7 +79048,7 @@ export declare const SurveysTranslationsApiFp: (configuration?: Configuration) =
|
|
|
78938
79048
|
* @param {*} [options] Override http request option.
|
|
78939
79049
|
* @throws {RequiredError}
|
|
78940
79050
|
*/
|
|
78941
|
-
deleteSurveyTranslation(surveyId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
79051
|
+
deleteSurveyTranslation(surveyId: string, locale: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
78942
79052
|
/**
|
|
78943
79053
|
* Get Survey Translation endpoint
|
|
78944
79054
|
* @summary Get Survey Translation
|
|
@@ -78969,7 +79079,7 @@ export declare const SurveysTranslationsApiFp: (configuration?: Configuration) =
|
|
|
78969
79079
|
* @param {*} [options] Override http request option.
|
|
78970
79080
|
* @throws {RequiredError}
|
|
78971
79081
|
*/
|
|
78972
|
-
updateSurveyTranslation(surveyId: string, locale: string, surveyTranslationUpdateInputs: SurveyTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
79082
|
+
updateSurveyTranslation(surveyId: string, locale: string, surveyTranslationUpdateInputs: SurveyTranslationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SyncAccounts200Response>>;
|
|
78973
79083
|
};
|
|
78974
79084
|
/**
|
|
78975
79085
|
* SurveysTranslationsApi - factory interface
|
|
@@ -78982,7 +79092,7 @@ export declare const SurveysTranslationsApiFactory: (configuration?: Configurati
|
|
|
78982
79092
|
* @param {*} [options] Override http request option.
|
|
78983
79093
|
* @throws {RequiredError}
|
|
78984
79094
|
*/
|
|
78985
|
-
deleteSurveyTranslation(requestParameters: SurveysTranslationsApiDeleteSurveyTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
79095
|
+
deleteSurveyTranslation(requestParameters: SurveysTranslationsApiDeleteSurveyTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
78986
79096
|
/**
|
|
78987
79097
|
* Get Survey Translation endpoint
|
|
78988
79098
|
* @summary Get Survey Translation
|
|
@@ -79006,7 +79116,7 @@ export declare const SurveysTranslationsApiFactory: (configuration?: Configurati
|
|
|
79006
79116
|
* @param {*} [options] Override http request option.
|
|
79007
79117
|
* @throws {RequiredError}
|
|
79008
79118
|
*/
|
|
79009
|
-
updateSurveyTranslation(requestParameters: SurveysTranslationsApiUpdateSurveyTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
79119
|
+
updateSurveyTranslation(requestParameters: SurveysTranslationsApiUpdateSurveyTranslationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SyncAccounts200Response>;
|
|
79010
79120
|
};
|
|
79011
79121
|
/**
|
|
79012
79122
|
* Request parameters for deleteSurveyTranslation operation in SurveysTranslationsApi.
|
|
@@ -79084,7 +79194,7 @@ export declare class SurveysTranslationsApi extends BaseAPI {
|
|
|
79084
79194
|
* @param {*} [options] Override http request option.
|
|
79085
79195
|
* @throws {RequiredError}
|
|
79086
79196
|
*/
|
|
79087
|
-
deleteSurveyTranslation(requestParameters: SurveysTranslationsApiDeleteSurveyTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
79197
|
+
deleteSurveyTranslation(requestParameters: SurveysTranslationsApiDeleteSurveyTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
79088
79198
|
/**
|
|
79089
79199
|
* Get Survey Translation endpoint
|
|
79090
79200
|
* @summary Get Survey Translation
|
|
@@ -79108,7 +79218,7 @@ export declare class SurveysTranslationsApi extends BaseAPI {
|
|
|
79108
79218
|
* @param {*} [options] Override http request option.
|
|
79109
79219
|
* @throws {RequiredError}
|
|
79110
79220
|
*/
|
|
79111
|
-
updateSurveyTranslation(requestParameters: SurveysTranslationsApiUpdateSurveyTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
79221
|
+
updateSurveyTranslation(requestParameters: SurveysTranslationsApiUpdateSurveyTranslationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SyncAccounts200Response, any, {}>>;
|
|
79112
79222
|
}
|
|
79113
79223
|
/**
|
|
79114
79224
|
* ThreadsApi - axios parameter creator
|