@connectedxm/admin 0.0.30 → 0.0.32
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/dist/index.d.mts +46 -45
- package/dist/index.d.ts +46 -45
- package/dist/index.js +28 -22
- package/dist/index.mjs +28 -22
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4474,12 +4474,12 @@ interface GetBenefitTranslationProps extends SingleQueryParams {
|
|
|
4474
4474
|
* @category Queries
|
|
4475
4475
|
* @group Benefits
|
|
4476
4476
|
*/
|
|
4477
|
-
declare const GetBenefitTranslation: ({ benefitId, locale, adminApiParams, }: GetBenefitTranslationProps) => Promise<ConnectedXMResponse<BenefitTranslation>>;
|
|
4477
|
+
declare const GetBenefitTranslation: ({ benefitId, locale, adminApiParams, }: GetBenefitTranslationProps) => Promise<ConnectedXMResponse<BenefitTranslation | null>>;
|
|
4478
4478
|
/**
|
|
4479
4479
|
* @category Hooks
|
|
4480
4480
|
* @group Benefits
|
|
4481
4481
|
*/
|
|
4482
|
-
declare const useGetBenefitTranslation: (benefitId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetBenefitTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<BenefitTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4482
|
+
declare const useGetBenefitTranslation: (benefitId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetBenefitTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<BenefitTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4483
4483
|
|
|
4484
4484
|
/**
|
|
4485
4485
|
* @category Keys
|
|
@@ -4597,12 +4597,12 @@ interface GetChannelContentGuestTranslationProps extends SingleQueryParams {
|
|
|
4597
4597
|
* @category Queries
|
|
4598
4598
|
* @group Channels
|
|
4599
4599
|
*/
|
|
4600
|
-
declare const GetChannelContentGuestTranslation: ({ channelId, contentId, guestId, locale, adminApiParams, }: GetChannelContentGuestTranslationProps) => Promise<ConnectedXMResponse<ChannelContentGuestTranslation>>;
|
|
4600
|
+
declare const GetChannelContentGuestTranslation: ({ channelId, contentId, guestId, locale, adminApiParams, }: GetChannelContentGuestTranslationProps) => Promise<ConnectedXMResponse<ChannelContentGuestTranslation | null>>;
|
|
4601
4601
|
/**
|
|
4602
4602
|
* @category Hooks
|
|
4603
4603
|
* @group Channels
|
|
4604
4604
|
*/
|
|
4605
|
-
declare const useGetChannelContentGuestTranslation: (channelId?: string, contentId?: string, guestId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentGuestTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentGuestTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4605
|
+
declare const useGetChannelContentGuestTranslation: (channelId?: string, contentId?: string, guestId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentGuestTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentGuestTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4606
4606
|
|
|
4607
4607
|
/**
|
|
4608
4608
|
* @category Keys
|
|
@@ -4648,12 +4648,12 @@ interface GetChannelContentTranslationProps extends SingleQueryParams {
|
|
|
4648
4648
|
* @category Queries
|
|
4649
4649
|
* @group Channels
|
|
4650
4650
|
*/
|
|
4651
|
-
declare const GetChannelContentTranslation: ({ contentId, locale, adminApiParams, }: GetChannelContentTranslationProps) => Promise<ConnectedXMResponse<ChannelContentTranslation>>;
|
|
4651
|
+
declare const GetChannelContentTranslation: ({ contentId, locale, adminApiParams, }: GetChannelContentTranslationProps) => Promise<ConnectedXMResponse<ChannelContentTranslation | null>>;
|
|
4652
4652
|
/**
|
|
4653
4653
|
* @category Hooks
|
|
4654
4654
|
* @group Channels
|
|
4655
4655
|
*/
|
|
4656
|
-
declare const useGetChannelContentTranslation: (channelId?: string, contentId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4656
|
+
declare const useGetChannelContentTranslation: (channelId?: string, contentId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4657
4657
|
|
|
4658
4658
|
/**
|
|
4659
4659
|
* @category Keys
|
|
@@ -4697,12 +4697,12 @@ interface GetChannelTranslationProps extends SingleQueryParams {
|
|
|
4697
4697
|
* @category Queries
|
|
4698
4698
|
* @group Channels
|
|
4699
4699
|
*/
|
|
4700
|
-
declare const GetChannelTranslation: ({ channelId, locale, adminApiParams, }: GetChannelTranslationProps) => Promise<ConnectedXMResponse<ChannelTranslation>>;
|
|
4700
|
+
declare const GetChannelTranslation: ({ channelId, locale, adminApiParams, }: GetChannelTranslationProps) => Promise<ConnectedXMResponse<ChannelTranslation | null>>;
|
|
4701
4701
|
/**
|
|
4702
4702
|
* @category Hooks
|
|
4703
4703
|
* @group Channels
|
|
4704
4704
|
*/
|
|
4705
|
-
declare const useGetChannelTranslation: (channelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4705
|
+
declare const useGetChannelTranslation: (channelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4706
4706
|
|
|
4707
4707
|
/**
|
|
4708
4708
|
* @category Keys
|
|
@@ -5069,12 +5069,12 @@ interface GetEventActivationTranslationProps extends SingleQueryParams {
|
|
|
5069
5069
|
* @category Queries
|
|
5070
5070
|
* @group Events
|
|
5071
5071
|
*/
|
|
5072
|
-
declare const GetEventActivationTranslation: ({ eventId, activationId, locale, adminApiParams, }: GetEventActivationTranslationProps) => Promise<ConnectedXMResponse<ActivationTranslation>>;
|
|
5072
|
+
declare const GetEventActivationTranslation: ({ eventId, activationId, locale, adminApiParams, }: GetEventActivationTranslationProps) => Promise<ConnectedXMResponse<ActivationTranslation | null>>;
|
|
5073
5073
|
/**
|
|
5074
5074
|
* @category Hooks
|
|
5075
5075
|
* @group Events
|
|
5076
5076
|
*/
|
|
5077
|
-
declare const useGetEventActivationTranslation: (eventId?: string, activationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventActivationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ActivationTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5077
|
+
declare const useGetEventActivationTranslation: (eventId?: string, activationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventActivationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ActivationTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5078
5078
|
|
|
5079
5079
|
/**
|
|
5080
5080
|
* @category Keys
|
|
@@ -5194,12 +5194,12 @@ interface GetEventAddOnTranslationProps extends SingleQueryParams {
|
|
|
5194
5194
|
* @category Queries
|
|
5195
5195
|
* @group Events
|
|
5196
5196
|
*/
|
|
5197
|
-
declare const GetEventAddOnTranslation: ({ eventId, addOnId, locale, adminApiParams, }: GetEventAddOnTranslationProps) => Promise<ConnectedXMResponse<EventAddOnTranslation>>;
|
|
5197
|
+
declare const GetEventAddOnTranslation: ({ eventId, addOnId, locale, adminApiParams, }: GetEventAddOnTranslationProps) => Promise<ConnectedXMResponse<EventAddOnTranslation | null>>;
|
|
5198
5198
|
/**
|
|
5199
5199
|
* @category Hooks
|
|
5200
5200
|
* @group Events
|
|
5201
5201
|
*/
|
|
5202
|
-
declare const useGetEventAddOnTranslation: (eventId?: string, addOnId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventAddOnTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventAddOnTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5202
|
+
declare const useGetEventAddOnTranslation: (eventId?: string, addOnId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventAddOnTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventAddOnTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5203
5203
|
|
|
5204
5204
|
/**
|
|
5205
5205
|
* @category Keys
|
|
@@ -5537,12 +5537,12 @@ interface GetEventFaqSectionQuestionTranslationProps extends SingleQueryParams {
|
|
|
5537
5537
|
* @category Queries
|
|
5538
5538
|
* @group Events
|
|
5539
5539
|
*/
|
|
5540
|
-
declare const GetEventFaqSectionQuestionTranslation: ({ eventId, sectionId, questionId, locale, adminApiParams, }: GetEventFaqSectionQuestionTranslationProps) => Promise<ConnectedXMResponse<FaqTranslation>>;
|
|
5540
|
+
declare const GetEventFaqSectionQuestionTranslation: ({ eventId, sectionId, questionId, locale, adminApiParams, }: GetEventFaqSectionQuestionTranslationProps) => Promise<ConnectedXMResponse<FaqTranslation | null>>;
|
|
5541
5541
|
/**
|
|
5542
5542
|
* @category Hooks
|
|
5543
5543
|
* @group Events
|
|
5544
5544
|
*/
|
|
5545
|
-
declare const useGetEventFaqSectionQuestionTranslation: (eventId?: string, sectionId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5545
|
+
declare const useGetEventFaqSectionQuestionTranslation: (eventId?: string, sectionId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5546
5546
|
|
|
5547
5547
|
/**
|
|
5548
5548
|
* @category Keys
|
|
@@ -5589,12 +5589,12 @@ interface GetEventFaqSectionTranslationProps extends SingleQueryParams {
|
|
|
5589
5589
|
* @category Queries
|
|
5590
5590
|
* @group Events
|
|
5591
5591
|
*/
|
|
5592
|
-
declare const GetEventFaqSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventFaqSectionTranslationProps) => Promise<ConnectedXMResponse<FaqSectionTranslation>>;
|
|
5592
|
+
declare const GetEventFaqSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventFaqSectionTranslationProps) => Promise<ConnectedXMResponse<FaqSectionTranslation | null>>;
|
|
5593
5593
|
/**
|
|
5594
5594
|
* @category Hooks
|
|
5595
5595
|
* @group Events
|
|
5596
5596
|
*/
|
|
5597
|
-
declare const useGetEventFaqSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqSectionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5597
|
+
declare const useGetEventFaqSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqSectionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5598
5598
|
|
|
5599
5599
|
/**
|
|
5600
5600
|
* @category Keys
|
|
@@ -5813,12 +5813,12 @@ interface GetEventPageTranslationProps extends SingleQueryParams {
|
|
|
5813
5813
|
* @category Queries
|
|
5814
5814
|
* @group Events
|
|
5815
5815
|
*/
|
|
5816
|
-
declare const GetEventPageTranslation: ({ eventId, pageId, locale, adminApiParams, }: GetEventPageTranslationProps) => Promise<ConnectedXMResponse<EventPageTranslation>>;
|
|
5816
|
+
declare const GetEventPageTranslation: ({ eventId, pageId, locale, adminApiParams, }: GetEventPageTranslationProps) => Promise<ConnectedXMResponse<EventPageTranslation | null>>;
|
|
5817
5817
|
/**
|
|
5818
5818
|
* @category Hooks
|
|
5819
5819
|
* @group Events
|
|
5820
5820
|
*/
|
|
5821
|
-
declare const useGetEventPageTranslation: (eventId?: string, pageId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventPageTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5821
|
+
declare const useGetEventPageTranslation: (eventId?: string, pageId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventPageTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5822
5822
|
|
|
5823
5823
|
/**
|
|
5824
5824
|
* @category Keys
|
|
@@ -5939,12 +5939,12 @@ interface GetEventQuestionChoiceTranslationProps extends SingleQueryParams {
|
|
|
5939
5939
|
* @category Queries
|
|
5940
5940
|
* @group Events
|
|
5941
5941
|
*/
|
|
5942
|
-
declare const GetEventQuestionChoiceTranslation: ({ eventId, questionId, choiceId, locale, adminApiParams, }: GetEventQuestionChoiceTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionChoiceTranslation>>;
|
|
5942
|
+
declare const GetEventQuestionChoiceTranslation: ({ eventId, questionId, choiceId, locale, adminApiParams, }: GetEventQuestionChoiceTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionChoiceTranslation | null>>;
|
|
5943
5943
|
/**
|
|
5944
5944
|
* @category Hooks
|
|
5945
5945
|
* @group Events
|
|
5946
5946
|
*/
|
|
5947
|
-
declare const useGetEventQuestionChoiceTranslation: (eventId?: string, questionId?: string, choiceId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionChoiceTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionChoiceTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5947
|
+
declare const useGetEventQuestionChoiceTranslation: (eventId?: string, questionId?: string, choiceId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionChoiceTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionChoiceTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5948
5948
|
|
|
5949
5949
|
/**
|
|
5950
5950
|
* @category Keys
|
|
@@ -5991,12 +5991,12 @@ interface GetEventQuestionTranslationProps extends SingleQueryParams {
|
|
|
5991
5991
|
* @category Queries
|
|
5992
5992
|
* @group Events
|
|
5993
5993
|
*/
|
|
5994
|
-
declare const GetEventQuestionTranslation: ({ eventId, questionId, locale, adminApiParams, }: GetEventQuestionTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionTranslation>>;
|
|
5994
|
+
declare const GetEventQuestionTranslation: ({ eventId, questionId, locale, adminApiParams, }: GetEventQuestionTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionTranslation | null>>;
|
|
5995
5995
|
/**
|
|
5996
5996
|
* @category Hooks
|
|
5997
5997
|
* @group Events
|
|
5998
5998
|
*/
|
|
5999
|
-
declare const useGetEventQuestionTranslation: (eventId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5999
|
+
declare const useGetEventQuestionTranslation: (eventId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6000
6000
|
|
|
6001
6001
|
/**
|
|
6002
6002
|
* @category Keys
|
|
@@ -6690,12 +6690,12 @@ interface GetReservationSectionLocationTranslationProps extends SingleQueryParam
|
|
|
6690
6690
|
* @category Queries
|
|
6691
6691
|
* @group Events
|
|
6692
6692
|
*/
|
|
6693
|
-
declare const GetReservationSectionLocationTranslation: ({ eventId, reservationSectionId, locationId, locale, adminApiParams, }: GetReservationSectionLocationTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionLocationTranslation>>;
|
|
6693
|
+
declare const GetReservationSectionLocationTranslation: ({ eventId, reservationSectionId, locationId, locale, adminApiParams, }: GetReservationSectionLocationTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionLocationTranslation | null>>;
|
|
6694
6694
|
/**
|
|
6695
6695
|
* @category Hooks
|
|
6696
6696
|
* @group Events
|
|
6697
6697
|
*/
|
|
6698
|
-
declare const useGetReservationSectionLocationTranslation: (eventId?: string, reservationSectionId?: string, locationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionLocationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionLocationTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6698
|
+
declare const useGetReservationSectionLocationTranslation: (eventId?: string, reservationSectionId?: string, locationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionLocationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionLocationTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6699
6699
|
|
|
6700
6700
|
/**
|
|
6701
6701
|
* @category Keys
|
|
@@ -6793,12 +6793,12 @@ interface GetReservationSectionTranslationProps extends SingleQueryParams {
|
|
|
6793
6793
|
* @category Queries
|
|
6794
6794
|
* @group Events
|
|
6795
6795
|
*/
|
|
6796
|
-
declare const GetReservationSectionTranslation: ({ eventId, reservationSectionId, locale, adminApiParams, }: GetReservationSectionTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionTranslation>>;
|
|
6796
|
+
declare const GetReservationSectionTranslation: ({ eventId, reservationSectionId, locale, adminApiParams, }: GetReservationSectionTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionTranslation | null>>;
|
|
6797
6797
|
/**
|
|
6798
6798
|
* @category Hooks
|
|
6799
6799
|
* @group Events
|
|
6800
6800
|
*/
|
|
6801
|
-
declare const useGetReservationSectionTranslation: (eventId?: string, reservationSectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6801
|
+
declare const useGetReservationSectionTranslation: (eventId?: string, reservationSectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6802
6802
|
|
|
6803
6803
|
/**
|
|
6804
6804
|
* @category Keys
|
|
@@ -6943,12 +6943,12 @@ interface GetEventSectionTranslationProps extends SingleQueryParams {
|
|
|
6943
6943
|
* @category Queries
|
|
6944
6944
|
* @group Events
|
|
6945
6945
|
*/
|
|
6946
|
-
declare const GetEventSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventSectionTranslationProps) => Promise<ConnectedXMResponse<RegistrationSectionTranslation>>;
|
|
6946
|
+
declare const GetEventSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventSectionTranslationProps) => Promise<ConnectedXMResponse<RegistrationSectionTranslation | null>>;
|
|
6947
6947
|
/**
|
|
6948
6948
|
* @category Hooks
|
|
6949
6949
|
* @group Events
|
|
6950
6950
|
*/
|
|
6951
|
-
declare const useGetEventSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationSectionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6951
|
+
declare const useGetEventSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationSectionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6952
6952
|
|
|
6953
6953
|
/**
|
|
6954
6954
|
* @category Keys
|
|
@@ -7143,12 +7143,12 @@ interface GetEventSessionTranslationProps extends SingleQueryParams {
|
|
|
7143
7143
|
* @category Queries
|
|
7144
7144
|
* @group Events
|
|
7145
7145
|
*/
|
|
7146
|
-
declare const GetEventSessionTranslation: ({ eventId, sessionId, locale, adminApiParams, }: GetEventSessionTranslationProps) => Promise<ConnectedXMResponse<EventSessionTranslation>>;
|
|
7146
|
+
declare const GetEventSessionTranslation: ({ eventId, sessionId, locale, adminApiParams, }: GetEventSessionTranslationProps) => Promise<ConnectedXMResponse<EventSessionTranslation | null>>;
|
|
7147
7147
|
/**
|
|
7148
7148
|
* @category Hooks
|
|
7149
7149
|
* @group Events
|
|
7150
7150
|
*/
|
|
7151
|
-
declare const useGetEventSessionTranslation: (eventId?: string, sessionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSessionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSessionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7151
|
+
declare const useGetEventSessionTranslation: (eventId?: string, sessionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSessionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSessionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7152
7152
|
|
|
7153
7153
|
/**
|
|
7154
7154
|
* @category Keys
|
|
@@ -7343,12 +7343,12 @@ interface GetEventSpeakerTranslationProps extends SingleQueryParams {
|
|
|
7343
7343
|
* @category Queries
|
|
7344
7344
|
* @group Events
|
|
7345
7345
|
*/
|
|
7346
|
-
declare const GetEventSpeakerTranslation: ({ eventId, speakerId, locale, adminApiParams, }: GetEventSpeakerTranslationProps) => Promise<ConnectedXMResponse<EventSpeakerTranslation>>;
|
|
7346
|
+
declare const GetEventSpeakerTranslation: ({ eventId, speakerId, locale, adminApiParams, }: GetEventSpeakerTranslationProps) => Promise<ConnectedXMResponse<EventSpeakerTranslation | null>>;
|
|
7347
7347
|
/**
|
|
7348
7348
|
* @category Hooks
|
|
7349
7349
|
* @group Events
|
|
7350
7350
|
*/
|
|
7351
|
-
declare const useGetEventSpeakerTranslation: (eventId?: string, speakerId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSpeakerTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSpeakerTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7351
|
+
declare const useGetEventSpeakerTranslation: (eventId?: string, speakerId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSpeakerTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSpeakerTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7352
7352
|
|
|
7353
7353
|
/**
|
|
7354
7354
|
* @category Keys
|
|
@@ -7516,12 +7516,12 @@ interface GetEventTicketTranslationProps extends SingleQueryParams {
|
|
|
7516
7516
|
* @category Queries
|
|
7517
7517
|
* @group Events
|
|
7518
7518
|
*/
|
|
7519
|
-
declare const GetEventTicketTranslation: ({ eventId, ticketId, locale, adminApiParams, }: GetEventTicketTranslationProps) => Promise<ConnectedXMResponse<EventTicketTranslation>>;
|
|
7519
|
+
declare const GetEventTicketTranslation: ({ eventId, ticketId, locale, adminApiParams, }: GetEventTicketTranslationProps) => Promise<ConnectedXMResponse<EventTicketTranslation | null>>;
|
|
7520
7520
|
/**
|
|
7521
7521
|
* @category Hooks
|
|
7522
7522
|
* @group Events
|
|
7523
7523
|
*/
|
|
7524
|
-
declare const useGetEventTicketTranslation: (eventId?: string, ticketId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTicketTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTicketTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7524
|
+
declare const useGetEventTicketTranslation: (eventId?: string, ticketId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTicketTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTicketTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7525
7525
|
|
|
7526
7526
|
/**
|
|
7527
7527
|
* @category Keys
|
|
@@ -7716,12 +7716,12 @@ interface GetEventTrackTranslationProps extends SingleQueryParams {
|
|
|
7716
7716
|
* @category Queries
|
|
7717
7717
|
* @group Events
|
|
7718
7718
|
*/
|
|
7719
|
-
declare const GetEventTrackTranslation: ({ eventId, trackId, locale, adminApiParams, }: GetEventTrackTranslationProps) => Promise<ConnectedXMResponse<EventTrackTranslation>>;
|
|
7719
|
+
declare const GetEventTrackTranslation: ({ eventId, trackId, locale, adminApiParams, }: GetEventTrackTranslationProps) => Promise<ConnectedXMResponse<EventTrackTranslation | null>>;
|
|
7720
7720
|
/**
|
|
7721
7721
|
* @category Hooks
|
|
7722
7722
|
* @group Events
|
|
7723
7723
|
*/
|
|
7724
|
-
declare const useGetEventTrackTranslation: (eventId?: string, trackId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTrackTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTrackTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7724
|
+
declare const useGetEventTrackTranslation: (eventId?: string, trackId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTrackTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTrackTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7725
7725
|
|
|
7726
7726
|
/**
|
|
7727
7727
|
* @category Keys
|
|
@@ -7865,12 +7865,12 @@ interface GetEventTranslationProps extends SingleQueryParams {
|
|
|
7865
7865
|
* @category Queries
|
|
7866
7866
|
* @group Events
|
|
7867
7867
|
*/
|
|
7868
|
-
declare const GetEventTranslation: ({ eventId, locale, adminApiParams, }: GetEventTranslationProps) => Promise<ConnectedXMResponse<EventTranslation>>;
|
|
7868
|
+
declare const GetEventTranslation: ({ eventId, locale, adminApiParams, }: GetEventTranslationProps) => Promise<ConnectedXMResponse<EventTranslation | null>>;
|
|
7869
7869
|
/**
|
|
7870
7870
|
* @category Hooks
|
|
7871
7871
|
* @group Events
|
|
7872
7872
|
*/
|
|
7873
|
-
declare const useGetEventTranslation: (eventId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7873
|
+
declare const useGetEventTranslation: (eventId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7874
7874
|
|
|
7875
7875
|
/**
|
|
7876
7876
|
* @category Keys
|
|
@@ -8125,12 +8125,12 @@ interface GetGroupTranslationProps extends SingleQueryParams {
|
|
|
8125
8125
|
* @category Queries
|
|
8126
8126
|
* @group Groups
|
|
8127
8127
|
*/
|
|
8128
|
-
declare const GetGroupTranslation: ({ groupId, locale, adminApiParams, }: GetGroupTranslationProps) => Promise<ConnectedXMResponse<GroupTranslation>>;
|
|
8128
|
+
declare const GetGroupTranslation: ({ groupId, locale, adminApiParams, }: GetGroupTranslationProps) => Promise<ConnectedXMResponse<GroupTranslation | null>>;
|
|
8129
8129
|
/**
|
|
8130
8130
|
* @category Hooks
|
|
8131
8131
|
* @group Groups
|
|
8132
8132
|
*/
|
|
8133
|
-
declare const useGetGroupTranslation: (groupId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetGroupTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<GroupTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8133
|
+
declare const useGetGroupTranslation: (groupId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetGroupTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<GroupTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8134
8134
|
|
|
8135
8135
|
/**
|
|
8136
8136
|
* @category Keys
|
|
@@ -8927,12 +8927,12 @@ interface GetLevelTranslationProps extends SingleQueryParams {
|
|
|
8927
8927
|
* @category Queries
|
|
8928
8928
|
* @group Levels
|
|
8929
8929
|
*/
|
|
8930
|
-
declare const GetLevelTranslation: ({ levelId, locale, adminApiParams, }: GetLevelTranslationProps) => Promise<ConnectedXMResponse<SponsorshipLevelTranslation>>;
|
|
8930
|
+
declare const GetLevelTranslation: ({ levelId, locale, adminApiParams, }: GetLevelTranslationProps) => Promise<ConnectedXMResponse<SponsorshipLevelTranslation | null>>;
|
|
8931
8931
|
/**
|
|
8932
8932
|
* @category Hooks
|
|
8933
8933
|
* @group Levels
|
|
8934
8934
|
*/
|
|
8935
|
-
declare const useGetLevelTranslation: (levelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetLevelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<SponsorshipLevelTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8935
|
+
declare const useGetLevelTranslation: (levelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetLevelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<SponsorshipLevelTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8936
8936
|
|
|
8937
8937
|
/**
|
|
8938
8938
|
* @category Keys
|
|
@@ -9094,12 +9094,12 @@ interface GetOrganizationPageTranslationProps extends SingleQueryParams {
|
|
|
9094
9094
|
* @category Queries
|
|
9095
9095
|
* @group Organization
|
|
9096
9096
|
*/
|
|
9097
|
-
declare const GetOrganizationPageTranslation: ({ type, locale, adminApiParams, }: GetOrganizationPageTranslationProps) => Promise<ConnectedXMResponse<PageTranslation>>;
|
|
9097
|
+
declare const GetOrganizationPageTranslation: ({ type, locale, adminApiParams, }: GetOrganizationPageTranslationProps) => Promise<ConnectedXMResponse<PageTranslation | null>>;
|
|
9098
9098
|
/**
|
|
9099
9099
|
* @category Hooks
|
|
9100
9100
|
* @group Organization
|
|
9101
9101
|
*/
|
|
9102
|
-
declare const useGetOrganizationPageTranslation: (type: PageType, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetOrganizationPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<PageTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
9102
|
+
declare const useGetOrganizationPageTranslation: (type: PageType, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetOrganizationPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<PageTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
9103
9103
|
|
|
9104
9104
|
/**
|
|
9105
9105
|
* @category Keys
|
|
@@ -12809,12 +12809,13 @@ declare const useCreateEventQuestionSearchValues: (options?: Omit<ConnectedXMMut
|
|
|
12809
12809
|
interface DeleteEventQuestionParams extends MutationParams {
|
|
12810
12810
|
eventId: string;
|
|
12811
12811
|
questionId: string;
|
|
12812
|
+
sectionId?: string;
|
|
12812
12813
|
}
|
|
12813
12814
|
/**
|
|
12814
12815
|
* @category Methods
|
|
12815
12816
|
* @group Event-Questions
|
|
12816
12817
|
*/
|
|
12817
|
-
declare const DeleteEventQuestion: ({ eventId, questionId, adminApiParams, queryClient, }: DeleteEventQuestionParams) => Promise<ConnectedXMResponse<null>>;
|
|
12818
|
+
declare const DeleteEventQuestion: ({ eventId, questionId, sectionId, adminApiParams, queryClient, }: DeleteEventQuestionParams) => Promise<ConnectedXMResponse<null>>;
|
|
12818
12819
|
/**
|
|
12819
12820
|
* @category Mutations
|
|
12820
12821
|
* @group Event-Questions
|
package/dist/index.d.ts
CHANGED
|
@@ -4474,12 +4474,12 @@ interface GetBenefitTranslationProps extends SingleQueryParams {
|
|
|
4474
4474
|
* @category Queries
|
|
4475
4475
|
* @group Benefits
|
|
4476
4476
|
*/
|
|
4477
|
-
declare const GetBenefitTranslation: ({ benefitId, locale, adminApiParams, }: GetBenefitTranslationProps) => Promise<ConnectedXMResponse<BenefitTranslation>>;
|
|
4477
|
+
declare const GetBenefitTranslation: ({ benefitId, locale, adminApiParams, }: GetBenefitTranslationProps) => Promise<ConnectedXMResponse<BenefitTranslation | null>>;
|
|
4478
4478
|
/**
|
|
4479
4479
|
* @category Hooks
|
|
4480
4480
|
* @group Benefits
|
|
4481
4481
|
*/
|
|
4482
|
-
declare const useGetBenefitTranslation: (benefitId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetBenefitTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<BenefitTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4482
|
+
declare const useGetBenefitTranslation: (benefitId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetBenefitTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<BenefitTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4483
4483
|
|
|
4484
4484
|
/**
|
|
4485
4485
|
* @category Keys
|
|
@@ -4597,12 +4597,12 @@ interface GetChannelContentGuestTranslationProps extends SingleQueryParams {
|
|
|
4597
4597
|
* @category Queries
|
|
4598
4598
|
* @group Channels
|
|
4599
4599
|
*/
|
|
4600
|
-
declare const GetChannelContentGuestTranslation: ({ channelId, contentId, guestId, locale, adminApiParams, }: GetChannelContentGuestTranslationProps) => Promise<ConnectedXMResponse<ChannelContentGuestTranslation>>;
|
|
4600
|
+
declare const GetChannelContentGuestTranslation: ({ channelId, contentId, guestId, locale, adminApiParams, }: GetChannelContentGuestTranslationProps) => Promise<ConnectedXMResponse<ChannelContentGuestTranslation | null>>;
|
|
4601
4601
|
/**
|
|
4602
4602
|
* @category Hooks
|
|
4603
4603
|
* @group Channels
|
|
4604
4604
|
*/
|
|
4605
|
-
declare const useGetChannelContentGuestTranslation: (channelId?: string, contentId?: string, guestId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentGuestTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentGuestTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4605
|
+
declare const useGetChannelContentGuestTranslation: (channelId?: string, contentId?: string, guestId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentGuestTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentGuestTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4606
4606
|
|
|
4607
4607
|
/**
|
|
4608
4608
|
* @category Keys
|
|
@@ -4648,12 +4648,12 @@ interface GetChannelContentTranslationProps extends SingleQueryParams {
|
|
|
4648
4648
|
* @category Queries
|
|
4649
4649
|
* @group Channels
|
|
4650
4650
|
*/
|
|
4651
|
-
declare const GetChannelContentTranslation: ({ contentId, locale, adminApiParams, }: GetChannelContentTranslationProps) => Promise<ConnectedXMResponse<ChannelContentTranslation>>;
|
|
4651
|
+
declare const GetChannelContentTranslation: ({ contentId, locale, adminApiParams, }: GetChannelContentTranslationProps) => Promise<ConnectedXMResponse<ChannelContentTranslation | null>>;
|
|
4652
4652
|
/**
|
|
4653
4653
|
* @category Hooks
|
|
4654
4654
|
* @group Channels
|
|
4655
4655
|
*/
|
|
4656
|
-
declare const useGetChannelContentTranslation: (channelId?: string, contentId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4656
|
+
declare const useGetChannelContentTranslation: (channelId?: string, contentId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelContentTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelContentTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4657
4657
|
|
|
4658
4658
|
/**
|
|
4659
4659
|
* @category Keys
|
|
@@ -4697,12 +4697,12 @@ interface GetChannelTranslationProps extends SingleQueryParams {
|
|
|
4697
4697
|
* @category Queries
|
|
4698
4698
|
* @group Channels
|
|
4699
4699
|
*/
|
|
4700
|
-
declare const GetChannelTranslation: ({ channelId, locale, adminApiParams, }: GetChannelTranslationProps) => Promise<ConnectedXMResponse<ChannelTranslation>>;
|
|
4700
|
+
declare const GetChannelTranslation: ({ channelId, locale, adminApiParams, }: GetChannelTranslationProps) => Promise<ConnectedXMResponse<ChannelTranslation | null>>;
|
|
4701
4701
|
/**
|
|
4702
4702
|
* @category Hooks
|
|
4703
4703
|
* @group Channels
|
|
4704
4704
|
*/
|
|
4705
|
-
declare const useGetChannelTranslation: (channelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4705
|
+
declare const useGetChannelTranslation: (channelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetChannelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ChannelTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4706
4706
|
|
|
4707
4707
|
/**
|
|
4708
4708
|
* @category Keys
|
|
@@ -5069,12 +5069,12 @@ interface GetEventActivationTranslationProps extends SingleQueryParams {
|
|
|
5069
5069
|
* @category Queries
|
|
5070
5070
|
* @group Events
|
|
5071
5071
|
*/
|
|
5072
|
-
declare const GetEventActivationTranslation: ({ eventId, activationId, locale, adminApiParams, }: GetEventActivationTranslationProps) => Promise<ConnectedXMResponse<ActivationTranslation>>;
|
|
5072
|
+
declare const GetEventActivationTranslation: ({ eventId, activationId, locale, adminApiParams, }: GetEventActivationTranslationProps) => Promise<ConnectedXMResponse<ActivationTranslation | null>>;
|
|
5073
5073
|
/**
|
|
5074
5074
|
* @category Hooks
|
|
5075
5075
|
* @group Events
|
|
5076
5076
|
*/
|
|
5077
|
-
declare const useGetEventActivationTranslation: (eventId?: string, activationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventActivationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ActivationTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5077
|
+
declare const useGetEventActivationTranslation: (eventId?: string, activationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventActivationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<ActivationTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5078
5078
|
|
|
5079
5079
|
/**
|
|
5080
5080
|
* @category Keys
|
|
@@ -5194,12 +5194,12 @@ interface GetEventAddOnTranslationProps extends SingleQueryParams {
|
|
|
5194
5194
|
* @category Queries
|
|
5195
5195
|
* @group Events
|
|
5196
5196
|
*/
|
|
5197
|
-
declare const GetEventAddOnTranslation: ({ eventId, addOnId, locale, adminApiParams, }: GetEventAddOnTranslationProps) => Promise<ConnectedXMResponse<EventAddOnTranslation>>;
|
|
5197
|
+
declare const GetEventAddOnTranslation: ({ eventId, addOnId, locale, adminApiParams, }: GetEventAddOnTranslationProps) => Promise<ConnectedXMResponse<EventAddOnTranslation | null>>;
|
|
5198
5198
|
/**
|
|
5199
5199
|
* @category Hooks
|
|
5200
5200
|
* @group Events
|
|
5201
5201
|
*/
|
|
5202
|
-
declare const useGetEventAddOnTranslation: (eventId?: string, addOnId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventAddOnTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventAddOnTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5202
|
+
declare const useGetEventAddOnTranslation: (eventId?: string, addOnId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventAddOnTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventAddOnTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5203
5203
|
|
|
5204
5204
|
/**
|
|
5205
5205
|
* @category Keys
|
|
@@ -5537,12 +5537,12 @@ interface GetEventFaqSectionQuestionTranslationProps extends SingleQueryParams {
|
|
|
5537
5537
|
* @category Queries
|
|
5538
5538
|
* @group Events
|
|
5539
5539
|
*/
|
|
5540
|
-
declare const GetEventFaqSectionQuestionTranslation: ({ eventId, sectionId, questionId, locale, adminApiParams, }: GetEventFaqSectionQuestionTranslationProps) => Promise<ConnectedXMResponse<FaqTranslation>>;
|
|
5540
|
+
declare const GetEventFaqSectionQuestionTranslation: ({ eventId, sectionId, questionId, locale, adminApiParams, }: GetEventFaqSectionQuestionTranslationProps) => Promise<ConnectedXMResponse<FaqTranslation | null>>;
|
|
5541
5541
|
/**
|
|
5542
5542
|
* @category Hooks
|
|
5543
5543
|
* @group Events
|
|
5544
5544
|
*/
|
|
5545
|
-
declare const useGetEventFaqSectionQuestionTranslation: (eventId?: string, sectionId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5545
|
+
declare const useGetEventFaqSectionQuestionTranslation: (eventId?: string, sectionId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5546
5546
|
|
|
5547
5547
|
/**
|
|
5548
5548
|
* @category Keys
|
|
@@ -5589,12 +5589,12 @@ interface GetEventFaqSectionTranslationProps extends SingleQueryParams {
|
|
|
5589
5589
|
* @category Queries
|
|
5590
5590
|
* @group Events
|
|
5591
5591
|
*/
|
|
5592
|
-
declare const GetEventFaqSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventFaqSectionTranslationProps) => Promise<ConnectedXMResponse<FaqSectionTranslation>>;
|
|
5592
|
+
declare const GetEventFaqSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventFaqSectionTranslationProps) => Promise<ConnectedXMResponse<FaqSectionTranslation | null>>;
|
|
5593
5593
|
/**
|
|
5594
5594
|
* @category Hooks
|
|
5595
5595
|
* @group Events
|
|
5596
5596
|
*/
|
|
5597
|
-
declare const useGetEventFaqSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqSectionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5597
|
+
declare const useGetEventFaqSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventFaqSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<FaqSectionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5598
5598
|
|
|
5599
5599
|
/**
|
|
5600
5600
|
* @category Keys
|
|
@@ -5813,12 +5813,12 @@ interface GetEventPageTranslationProps extends SingleQueryParams {
|
|
|
5813
5813
|
* @category Queries
|
|
5814
5814
|
* @group Events
|
|
5815
5815
|
*/
|
|
5816
|
-
declare const GetEventPageTranslation: ({ eventId, pageId, locale, adminApiParams, }: GetEventPageTranslationProps) => Promise<ConnectedXMResponse<EventPageTranslation>>;
|
|
5816
|
+
declare const GetEventPageTranslation: ({ eventId, pageId, locale, adminApiParams, }: GetEventPageTranslationProps) => Promise<ConnectedXMResponse<EventPageTranslation | null>>;
|
|
5817
5817
|
/**
|
|
5818
5818
|
* @category Hooks
|
|
5819
5819
|
* @group Events
|
|
5820
5820
|
*/
|
|
5821
|
-
declare const useGetEventPageTranslation: (eventId?: string, pageId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventPageTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5821
|
+
declare const useGetEventPageTranslation: (eventId?: string, pageId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventPageTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5822
5822
|
|
|
5823
5823
|
/**
|
|
5824
5824
|
* @category Keys
|
|
@@ -5939,12 +5939,12 @@ interface GetEventQuestionChoiceTranslationProps extends SingleQueryParams {
|
|
|
5939
5939
|
* @category Queries
|
|
5940
5940
|
* @group Events
|
|
5941
5941
|
*/
|
|
5942
|
-
declare const GetEventQuestionChoiceTranslation: ({ eventId, questionId, choiceId, locale, adminApiParams, }: GetEventQuestionChoiceTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionChoiceTranslation>>;
|
|
5942
|
+
declare const GetEventQuestionChoiceTranslation: ({ eventId, questionId, choiceId, locale, adminApiParams, }: GetEventQuestionChoiceTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionChoiceTranslation | null>>;
|
|
5943
5943
|
/**
|
|
5944
5944
|
* @category Hooks
|
|
5945
5945
|
* @group Events
|
|
5946
5946
|
*/
|
|
5947
|
-
declare const useGetEventQuestionChoiceTranslation: (eventId?: string, questionId?: string, choiceId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionChoiceTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionChoiceTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5947
|
+
declare const useGetEventQuestionChoiceTranslation: (eventId?: string, questionId?: string, choiceId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionChoiceTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionChoiceTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5948
5948
|
|
|
5949
5949
|
/**
|
|
5950
5950
|
* @category Keys
|
|
@@ -5991,12 +5991,12 @@ interface GetEventQuestionTranslationProps extends SingleQueryParams {
|
|
|
5991
5991
|
* @category Queries
|
|
5992
5992
|
* @group Events
|
|
5993
5993
|
*/
|
|
5994
|
-
declare const GetEventQuestionTranslation: ({ eventId, questionId, locale, adminApiParams, }: GetEventQuestionTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionTranslation>>;
|
|
5994
|
+
declare const GetEventQuestionTranslation: ({ eventId, questionId, locale, adminApiParams, }: GetEventQuestionTranslationProps) => Promise<ConnectedXMResponse<RegistrationQuestionTranslation | null>>;
|
|
5995
5995
|
/**
|
|
5996
5996
|
* @category Hooks
|
|
5997
5997
|
* @group Events
|
|
5998
5998
|
*/
|
|
5999
|
-
declare const useGetEventQuestionTranslation: (eventId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
5999
|
+
declare const useGetEventQuestionTranslation: (eventId?: string, questionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventQuestionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationQuestionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6000
6000
|
|
|
6001
6001
|
/**
|
|
6002
6002
|
* @category Keys
|
|
@@ -6690,12 +6690,12 @@ interface GetReservationSectionLocationTranslationProps extends SingleQueryParam
|
|
|
6690
6690
|
* @category Queries
|
|
6691
6691
|
* @group Events
|
|
6692
6692
|
*/
|
|
6693
|
-
declare const GetReservationSectionLocationTranslation: ({ eventId, reservationSectionId, locationId, locale, adminApiParams, }: GetReservationSectionLocationTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionLocationTranslation>>;
|
|
6693
|
+
declare const GetReservationSectionLocationTranslation: ({ eventId, reservationSectionId, locationId, locale, adminApiParams, }: GetReservationSectionLocationTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionLocationTranslation | null>>;
|
|
6694
6694
|
/**
|
|
6695
6695
|
* @category Hooks
|
|
6696
6696
|
* @group Events
|
|
6697
6697
|
*/
|
|
6698
|
-
declare const useGetReservationSectionLocationTranslation: (eventId?: string, reservationSectionId?: string, locationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionLocationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionLocationTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6698
|
+
declare const useGetReservationSectionLocationTranslation: (eventId?: string, reservationSectionId?: string, locationId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionLocationTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionLocationTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6699
6699
|
|
|
6700
6700
|
/**
|
|
6701
6701
|
* @category Keys
|
|
@@ -6793,12 +6793,12 @@ interface GetReservationSectionTranslationProps extends SingleQueryParams {
|
|
|
6793
6793
|
* @category Queries
|
|
6794
6794
|
* @group Events
|
|
6795
6795
|
*/
|
|
6796
|
-
declare const GetReservationSectionTranslation: ({ eventId, reservationSectionId, locale, adminApiParams, }: GetReservationSectionTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionTranslation>>;
|
|
6796
|
+
declare const GetReservationSectionTranslation: ({ eventId, reservationSectionId, locale, adminApiParams, }: GetReservationSectionTranslationProps) => Promise<ConnectedXMResponse<EventReservationSectionTranslation | null>>;
|
|
6797
6797
|
/**
|
|
6798
6798
|
* @category Hooks
|
|
6799
6799
|
* @group Events
|
|
6800
6800
|
*/
|
|
6801
|
-
declare const useGetReservationSectionTranslation: (eventId?: string, reservationSectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6801
|
+
declare const useGetReservationSectionTranslation: (eventId?: string, reservationSectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetReservationSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventReservationSectionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6802
6802
|
|
|
6803
6803
|
/**
|
|
6804
6804
|
* @category Keys
|
|
@@ -6943,12 +6943,12 @@ interface GetEventSectionTranslationProps extends SingleQueryParams {
|
|
|
6943
6943
|
* @category Queries
|
|
6944
6944
|
* @group Events
|
|
6945
6945
|
*/
|
|
6946
|
-
declare const GetEventSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventSectionTranslationProps) => Promise<ConnectedXMResponse<RegistrationSectionTranslation>>;
|
|
6946
|
+
declare const GetEventSectionTranslation: ({ eventId, sectionId, locale, adminApiParams, }: GetEventSectionTranslationProps) => Promise<ConnectedXMResponse<RegistrationSectionTranslation | null>>;
|
|
6947
6947
|
/**
|
|
6948
6948
|
* @category Hooks
|
|
6949
6949
|
* @group Events
|
|
6950
6950
|
*/
|
|
6951
|
-
declare const useGetEventSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationSectionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6951
|
+
declare const useGetEventSectionTranslation: (eventId?: string, sectionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSectionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<RegistrationSectionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
6952
6952
|
|
|
6953
6953
|
/**
|
|
6954
6954
|
* @category Keys
|
|
@@ -7143,12 +7143,12 @@ interface GetEventSessionTranslationProps extends SingleQueryParams {
|
|
|
7143
7143
|
* @category Queries
|
|
7144
7144
|
* @group Events
|
|
7145
7145
|
*/
|
|
7146
|
-
declare const GetEventSessionTranslation: ({ eventId, sessionId, locale, adminApiParams, }: GetEventSessionTranslationProps) => Promise<ConnectedXMResponse<EventSessionTranslation>>;
|
|
7146
|
+
declare const GetEventSessionTranslation: ({ eventId, sessionId, locale, adminApiParams, }: GetEventSessionTranslationProps) => Promise<ConnectedXMResponse<EventSessionTranslation | null>>;
|
|
7147
7147
|
/**
|
|
7148
7148
|
* @category Hooks
|
|
7149
7149
|
* @group Events
|
|
7150
7150
|
*/
|
|
7151
|
-
declare const useGetEventSessionTranslation: (eventId?: string, sessionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSessionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSessionTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7151
|
+
declare const useGetEventSessionTranslation: (eventId?: string, sessionId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSessionTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSessionTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7152
7152
|
|
|
7153
7153
|
/**
|
|
7154
7154
|
* @category Keys
|
|
@@ -7343,12 +7343,12 @@ interface GetEventSpeakerTranslationProps extends SingleQueryParams {
|
|
|
7343
7343
|
* @category Queries
|
|
7344
7344
|
* @group Events
|
|
7345
7345
|
*/
|
|
7346
|
-
declare const GetEventSpeakerTranslation: ({ eventId, speakerId, locale, adminApiParams, }: GetEventSpeakerTranslationProps) => Promise<ConnectedXMResponse<EventSpeakerTranslation>>;
|
|
7346
|
+
declare const GetEventSpeakerTranslation: ({ eventId, speakerId, locale, adminApiParams, }: GetEventSpeakerTranslationProps) => Promise<ConnectedXMResponse<EventSpeakerTranslation | null>>;
|
|
7347
7347
|
/**
|
|
7348
7348
|
* @category Hooks
|
|
7349
7349
|
* @group Events
|
|
7350
7350
|
*/
|
|
7351
|
-
declare const useGetEventSpeakerTranslation: (eventId?: string, speakerId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSpeakerTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSpeakerTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7351
|
+
declare const useGetEventSpeakerTranslation: (eventId?: string, speakerId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventSpeakerTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventSpeakerTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7352
7352
|
|
|
7353
7353
|
/**
|
|
7354
7354
|
* @category Keys
|
|
@@ -7516,12 +7516,12 @@ interface GetEventTicketTranslationProps extends SingleQueryParams {
|
|
|
7516
7516
|
* @category Queries
|
|
7517
7517
|
* @group Events
|
|
7518
7518
|
*/
|
|
7519
|
-
declare const GetEventTicketTranslation: ({ eventId, ticketId, locale, adminApiParams, }: GetEventTicketTranslationProps) => Promise<ConnectedXMResponse<EventTicketTranslation>>;
|
|
7519
|
+
declare const GetEventTicketTranslation: ({ eventId, ticketId, locale, adminApiParams, }: GetEventTicketTranslationProps) => Promise<ConnectedXMResponse<EventTicketTranslation | null>>;
|
|
7520
7520
|
/**
|
|
7521
7521
|
* @category Hooks
|
|
7522
7522
|
* @group Events
|
|
7523
7523
|
*/
|
|
7524
|
-
declare const useGetEventTicketTranslation: (eventId?: string, ticketId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTicketTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTicketTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7524
|
+
declare const useGetEventTicketTranslation: (eventId?: string, ticketId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTicketTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTicketTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7525
7525
|
|
|
7526
7526
|
/**
|
|
7527
7527
|
* @category Keys
|
|
@@ -7716,12 +7716,12 @@ interface GetEventTrackTranslationProps extends SingleQueryParams {
|
|
|
7716
7716
|
* @category Queries
|
|
7717
7717
|
* @group Events
|
|
7718
7718
|
*/
|
|
7719
|
-
declare const GetEventTrackTranslation: ({ eventId, trackId, locale, adminApiParams, }: GetEventTrackTranslationProps) => Promise<ConnectedXMResponse<EventTrackTranslation>>;
|
|
7719
|
+
declare const GetEventTrackTranslation: ({ eventId, trackId, locale, adminApiParams, }: GetEventTrackTranslationProps) => Promise<ConnectedXMResponse<EventTrackTranslation | null>>;
|
|
7720
7720
|
/**
|
|
7721
7721
|
* @category Hooks
|
|
7722
7722
|
* @group Events
|
|
7723
7723
|
*/
|
|
7724
|
-
declare const useGetEventTrackTranslation: (eventId?: string, trackId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTrackTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTrackTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7724
|
+
declare const useGetEventTrackTranslation: (eventId?: string, trackId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTrackTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTrackTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7725
7725
|
|
|
7726
7726
|
/**
|
|
7727
7727
|
* @category Keys
|
|
@@ -7865,12 +7865,12 @@ interface GetEventTranslationProps extends SingleQueryParams {
|
|
|
7865
7865
|
* @category Queries
|
|
7866
7866
|
* @group Events
|
|
7867
7867
|
*/
|
|
7868
|
-
declare const GetEventTranslation: ({ eventId, locale, adminApiParams, }: GetEventTranslationProps) => Promise<ConnectedXMResponse<EventTranslation>>;
|
|
7868
|
+
declare const GetEventTranslation: ({ eventId, locale, adminApiParams, }: GetEventTranslationProps) => Promise<ConnectedXMResponse<EventTranslation | null>>;
|
|
7869
7869
|
/**
|
|
7870
7870
|
* @category Hooks
|
|
7871
7871
|
* @group Events
|
|
7872
7872
|
*/
|
|
7873
|
-
declare const useGetEventTranslation: (eventId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7873
|
+
declare const useGetEventTranslation: (eventId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetEventTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<EventTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
7874
7874
|
|
|
7875
7875
|
/**
|
|
7876
7876
|
* @category Keys
|
|
@@ -8125,12 +8125,12 @@ interface GetGroupTranslationProps extends SingleQueryParams {
|
|
|
8125
8125
|
* @category Queries
|
|
8126
8126
|
* @group Groups
|
|
8127
8127
|
*/
|
|
8128
|
-
declare const GetGroupTranslation: ({ groupId, locale, adminApiParams, }: GetGroupTranslationProps) => Promise<ConnectedXMResponse<GroupTranslation>>;
|
|
8128
|
+
declare const GetGroupTranslation: ({ groupId, locale, adminApiParams, }: GetGroupTranslationProps) => Promise<ConnectedXMResponse<GroupTranslation | null>>;
|
|
8129
8129
|
/**
|
|
8130
8130
|
* @category Hooks
|
|
8131
8131
|
* @group Groups
|
|
8132
8132
|
*/
|
|
8133
|
-
declare const useGetGroupTranslation: (groupId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetGroupTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<GroupTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8133
|
+
declare const useGetGroupTranslation: (groupId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetGroupTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<GroupTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8134
8134
|
|
|
8135
8135
|
/**
|
|
8136
8136
|
* @category Keys
|
|
@@ -8927,12 +8927,12 @@ interface GetLevelTranslationProps extends SingleQueryParams {
|
|
|
8927
8927
|
* @category Queries
|
|
8928
8928
|
* @group Levels
|
|
8929
8929
|
*/
|
|
8930
|
-
declare const GetLevelTranslation: ({ levelId, locale, adminApiParams, }: GetLevelTranslationProps) => Promise<ConnectedXMResponse<SponsorshipLevelTranslation>>;
|
|
8930
|
+
declare const GetLevelTranslation: ({ levelId, locale, adminApiParams, }: GetLevelTranslationProps) => Promise<ConnectedXMResponse<SponsorshipLevelTranslation | null>>;
|
|
8931
8931
|
/**
|
|
8932
8932
|
* @category Hooks
|
|
8933
8933
|
* @group Levels
|
|
8934
8934
|
*/
|
|
8935
|
-
declare const useGetLevelTranslation: (levelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetLevelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<SponsorshipLevelTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8935
|
+
declare const useGetLevelTranslation: (levelId?: string, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetLevelTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<SponsorshipLevelTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
8936
8936
|
|
|
8937
8937
|
/**
|
|
8938
8938
|
* @category Keys
|
|
@@ -9094,12 +9094,12 @@ interface GetOrganizationPageTranslationProps extends SingleQueryParams {
|
|
|
9094
9094
|
* @category Queries
|
|
9095
9095
|
* @group Organization
|
|
9096
9096
|
*/
|
|
9097
|
-
declare const GetOrganizationPageTranslation: ({ type, locale, adminApiParams, }: GetOrganizationPageTranslationProps) => Promise<ConnectedXMResponse<PageTranslation>>;
|
|
9097
|
+
declare const GetOrganizationPageTranslation: ({ type, locale, adminApiParams, }: GetOrganizationPageTranslationProps) => Promise<ConnectedXMResponse<PageTranslation | null>>;
|
|
9098
9098
|
/**
|
|
9099
9099
|
* @category Hooks
|
|
9100
9100
|
* @group Organization
|
|
9101
9101
|
*/
|
|
9102
|
-
declare const useGetOrganizationPageTranslation: (type: PageType, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetOrganizationPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<PageTranslation>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
9102
|
+
declare const useGetOrganizationPageTranslation: (type: PageType, locale?: string, options?: SingleQueryOptions<ReturnType<typeof GetOrganizationPageTranslation>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<PageTranslation | null>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
9103
9103
|
|
|
9104
9104
|
/**
|
|
9105
9105
|
* @category Keys
|
|
@@ -12809,12 +12809,13 @@ declare const useCreateEventQuestionSearchValues: (options?: Omit<ConnectedXMMut
|
|
|
12809
12809
|
interface DeleteEventQuestionParams extends MutationParams {
|
|
12810
12810
|
eventId: string;
|
|
12811
12811
|
questionId: string;
|
|
12812
|
+
sectionId?: string;
|
|
12812
12813
|
}
|
|
12813
12814
|
/**
|
|
12814
12815
|
* @category Methods
|
|
12815
12816
|
* @group Event-Questions
|
|
12816
12817
|
*/
|
|
12817
|
-
declare const DeleteEventQuestion: ({ eventId, questionId, adminApiParams, queryClient, }: DeleteEventQuestionParams) => Promise<ConnectedXMResponse<null>>;
|
|
12818
|
+
declare const DeleteEventQuestion: ({ eventId, questionId, sectionId, adminApiParams, queryClient, }: DeleteEventQuestionParams) => Promise<ConnectedXMResponse<null>>;
|
|
12818
12819
|
/**
|
|
12819
12820
|
* @category Mutations
|
|
12820
12821
|
* @group Event-Questions
|
package/dist/index.js
CHANGED
|
@@ -3540,7 +3540,7 @@ var useGetBenefitTranslation = (benefitId = "", locale = "", options = {}) => {
|
|
|
3540
3540
|
}),
|
|
3541
3541
|
{
|
|
3542
3542
|
...options,
|
|
3543
|
-
enabled: !!benefitId && !!locale && (options?.enabled ?? true)
|
|
3543
|
+
enabled: !!benefitId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
3544
3544
|
},
|
|
3545
3545
|
"benefits"
|
|
3546
3546
|
);
|
|
@@ -3896,7 +3896,7 @@ var useGetChannelContentGuestTranslation = (channelId = "", contentId = "", gues
|
|
|
3896
3896
|
}),
|
|
3897
3897
|
{
|
|
3898
3898
|
...options,
|
|
3899
|
-
enabled: !!channelId && !!contentId && !!locale && !!guestId && (options?.enabled ?? true)
|
|
3899
|
+
enabled: !!channelId && !!contentId && !!locale && !!guestId && locale !== "en" && (options?.enabled ?? true)
|
|
3900
3900
|
},
|
|
3901
3901
|
"contents"
|
|
3902
3902
|
);
|
|
@@ -3974,7 +3974,7 @@ var useGetChannelContentTranslation = (channelId = "", contentId = "", locale =
|
|
|
3974
3974
|
}),
|
|
3975
3975
|
{
|
|
3976
3976
|
...options,
|
|
3977
|
-
enabled: !!channelId && !!contentId && !!locale
|
|
3977
|
+
enabled: !!channelId && !!contentId && !!locale && locale !== "en"
|
|
3978
3978
|
},
|
|
3979
3979
|
"contents"
|
|
3980
3980
|
);
|
|
@@ -4049,7 +4049,7 @@ var useGetChannelTranslation = (channelId = "", locale = "", options = {}) => {
|
|
|
4049
4049
|
}),
|
|
4050
4050
|
{
|
|
4051
4051
|
...options,
|
|
4052
|
-
enabled: !!channelId && !!locale
|
|
4052
|
+
enabled: !!channelId && !!locale && locale !== "en"
|
|
4053
4053
|
},
|
|
4054
4054
|
"contents"
|
|
4055
4055
|
);
|
|
@@ -4559,7 +4559,7 @@ var useGetEventActivationTranslation = (eventId = "", activationId = "", locale
|
|
|
4559
4559
|
}),
|
|
4560
4560
|
{
|
|
4561
4561
|
...options,
|
|
4562
|
-
enabled: !!eventId && !!activationId && !!locale && (options?.enabled ?? true)
|
|
4562
|
+
enabled: !!eventId && !!activationId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
4563
4563
|
},
|
|
4564
4564
|
"events"
|
|
4565
4565
|
);
|
|
@@ -4764,7 +4764,7 @@ var useGetEventAddOnTranslation = (eventId = "", addOnId = "", locale = "", opti
|
|
|
4764
4764
|
}),
|
|
4765
4765
|
{
|
|
4766
4766
|
...options,
|
|
4767
|
-
enabled: !!eventId && !!addOnId && !!locale && (options?.enabled ?? true)
|
|
4767
|
+
enabled: !!eventId && !!addOnId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
4768
4768
|
},
|
|
4769
4769
|
"events"
|
|
4770
4770
|
);
|
|
@@ -5425,7 +5425,7 @@ var useGetEventFaqSectionQuestionTranslation = (eventId = "", sectionId = "", qu
|
|
|
5425
5425
|
}),
|
|
5426
5426
|
{
|
|
5427
5427
|
...options,
|
|
5428
|
-
enabled: !!eventId && !!sectionId && !!questionId && !!locale && (options?.enabled ?? true)
|
|
5428
|
+
enabled: !!eventId && !!sectionId && !!questionId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
5429
5429
|
},
|
|
5430
5430
|
"events"
|
|
5431
5431
|
);
|
|
@@ -5510,7 +5510,7 @@ var useGetEventFaqSectionTranslation = (eventId = "", sectionId = "", locale = "
|
|
|
5510
5510
|
}),
|
|
5511
5511
|
{
|
|
5512
5512
|
...options,
|
|
5513
|
-
enabled: !!eventId && !!sectionId && !!locale && (options.enabled ?? true)
|
|
5513
|
+
enabled: !!eventId && !!sectionId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
5514
5514
|
},
|
|
5515
5515
|
"events"
|
|
5516
5516
|
);
|
|
@@ -5767,7 +5767,7 @@ var useGetEventPageTranslation = (eventId = "", pageId = "", locale = "", option
|
|
|
5767
5767
|
}),
|
|
5768
5768
|
{
|
|
5769
5769
|
...options,
|
|
5770
|
-
enabled: !!eventId && !!pageId && !!locale
|
|
5770
|
+
enabled: !!eventId && !!pageId && !!locale && locale !== "en"
|
|
5771
5771
|
},
|
|
5772
5772
|
"events"
|
|
5773
5773
|
);
|
|
@@ -6066,7 +6066,7 @@ var useGetEventQuestionChoiceTranslation = (eventId = "", questionId = "", choic
|
|
|
6066
6066
|
}),
|
|
6067
6067
|
{
|
|
6068
6068
|
...options,
|
|
6069
|
-
enabled: !!eventId && !!questionId && !!choiceId && !!locale
|
|
6069
|
+
enabled: !!eventId && !!questionId && !!choiceId && !!locale && locale !== "en"
|
|
6070
6070
|
},
|
|
6071
6071
|
"events"
|
|
6072
6072
|
);
|
|
@@ -6151,7 +6151,7 @@ var useGetEventQuestionTranslation = (eventId = "", questionId = "", locale = ""
|
|
|
6151
6151
|
}),
|
|
6152
6152
|
{
|
|
6153
6153
|
...options,
|
|
6154
|
-
enabled: !!eventId && !!questionId && !!locale && (options?.enabled ?? true)
|
|
6154
|
+
enabled: !!eventId && !!questionId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
6155
6155
|
},
|
|
6156
6156
|
"events"
|
|
6157
6157
|
);
|
|
@@ -7381,7 +7381,7 @@ var useGetReservationSectionLocationTranslation = (eventId = "", reservationSect
|
|
|
7381
7381
|
}),
|
|
7382
7382
|
{
|
|
7383
7383
|
...options,
|
|
7384
|
-
enabled: !!eventId && !!reservationSectionId && !!locationId && !!locale && (options.enabled ?? true)
|
|
7384
|
+
enabled: !!eventId && !!reservationSectionId && !!locationId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
7385
7385
|
},
|
|
7386
7386
|
"events"
|
|
7387
7387
|
);
|
|
@@ -7482,7 +7482,7 @@ var useGetReservationSectionTranslation = (eventId = "", reservationSectionId =
|
|
|
7482
7482
|
}),
|
|
7483
7483
|
{
|
|
7484
7484
|
...options,
|
|
7485
|
-
enabled: !!eventId && !!reservationSectionId && !!locale && (options?.enabled ?? true)
|
|
7485
|
+
enabled: !!eventId && !!reservationSectionId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
7486
7486
|
},
|
|
7487
7487
|
"events"
|
|
7488
7488
|
);
|
|
@@ -7743,7 +7743,7 @@ var useGetEventSectionTranslation = (eventId = "", sectionId = "", locale = "",
|
|
|
7743
7743
|
}),
|
|
7744
7744
|
{
|
|
7745
7745
|
...options,
|
|
7746
|
-
enabled: !!eventId && !!sectionId && !!locale
|
|
7746
|
+
enabled: !!eventId && !!sectionId && !!locale && locale !== "en"
|
|
7747
7747
|
},
|
|
7748
7748
|
"events"
|
|
7749
7749
|
);
|
|
@@ -8092,7 +8092,7 @@ var useGetEventSessionTranslation = (eventId = "", sessionId = "", locale = "",
|
|
|
8092
8092
|
}),
|
|
8093
8093
|
{
|
|
8094
8094
|
...options,
|
|
8095
|
-
enabled: !!eventId && !!locale
|
|
8095
|
+
enabled: !!eventId && !!locale && locale !== "en"
|
|
8096
8096
|
},
|
|
8097
8097
|
"events"
|
|
8098
8098
|
);
|
|
@@ -8431,7 +8431,7 @@ var useGetEventSpeakerTranslation = (eventId = "", speakerId = "", locale = "",
|
|
|
8431
8431
|
}),
|
|
8432
8432
|
{
|
|
8433
8433
|
...options,
|
|
8434
|
-
enabled: !!eventId && !!speakerId && !!locale && (options.enabled ?? true)
|
|
8434
|
+
enabled: !!eventId && !!speakerId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
8435
8435
|
},
|
|
8436
8436
|
"events"
|
|
8437
8437
|
);
|
|
@@ -8719,7 +8719,7 @@ var useGetEventTicketTranslation = (eventId = "", ticketId = "", locale = "", op
|
|
|
8719
8719
|
}),
|
|
8720
8720
|
{
|
|
8721
8721
|
...options,
|
|
8722
|
-
enabled: !!eventId && !!ticketId && !!locale
|
|
8722
|
+
enabled: !!eventId && !!ticketId && !!locale && locale !== "en"
|
|
8723
8723
|
},
|
|
8724
8724
|
"events"
|
|
8725
8725
|
);
|
|
@@ -9056,7 +9056,7 @@ var useGetEventTrackTranslation = (eventId = "", trackId = "", locale = "", opti
|
|
|
9056
9056
|
}),
|
|
9057
9057
|
{
|
|
9058
9058
|
...options,
|
|
9059
|
-
enabled: !!eventId && !!trackId && !!locale && (options.enabled ?? true)
|
|
9059
|
+
enabled: !!eventId && !!trackId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
9060
9060
|
},
|
|
9061
9061
|
"events"
|
|
9062
9062
|
);
|
|
@@ -9221,7 +9221,7 @@ var useGetEventTranslation = (eventId = "", locale = "", options = {}) => {
|
|
|
9221
9221
|
}),
|
|
9222
9222
|
{
|
|
9223
9223
|
...options,
|
|
9224
|
-
enabled: !!eventId && !!locale && (options?.enabled ?? true)
|
|
9224
|
+
enabled: !!eventId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
9225
9225
|
},
|
|
9226
9226
|
"events"
|
|
9227
9227
|
);
|
|
@@ -9628,7 +9628,7 @@ var useGetGroupTranslation = (groupId = "", locale = "", options = {}) => {
|
|
|
9628
9628
|
}),
|
|
9629
9629
|
{
|
|
9630
9630
|
...options,
|
|
9631
|
-
enabled: !!groupId && !!locale && (options.enabled ?? true)
|
|
9631
|
+
enabled: !!groupId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
9632
9632
|
},
|
|
9633
9633
|
"groups"
|
|
9634
9634
|
);
|
|
@@ -11160,7 +11160,7 @@ var useGetLevelTranslation = (levelId = "", locale = "", options = {}) => {
|
|
|
11160
11160
|
}),
|
|
11161
11161
|
{
|
|
11162
11162
|
...options,
|
|
11163
|
-
enabled: !!levelId && !!locale && (options.enabled ?? true)
|
|
11163
|
+
enabled: !!levelId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
11164
11164
|
},
|
|
11165
11165
|
"levels"
|
|
11166
11166
|
);
|
|
@@ -11332,7 +11332,7 @@ var useGetOrganizationPageTranslation = (type, locale = "", options = {}) => {
|
|
|
11332
11332
|
}),
|
|
11333
11333
|
{
|
|
11334
11334
|
...options,
|
|
11335
|
-
enabled: !!type && !!locale && (options.enabled ?? true)
|
|
11335
|
+
enabled: !!type && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
11336
11336
|
},
|
|
11337
11337
|
"org"
|
|
11338
11338
|
);
|
|
@@ -17164,6 +17164,7 @@ var useCreateEventQuestionSearchValues = (options = {}) => {
|
|
|
17164
17164
|
var DeleteEventQuestion = async ({
|
|
17165
17165
|
eventId,
|
|
17166
17166
|
questionId,
|
|
17167
|
+
sectionId,
|
|
17167
17168
|
adminApiParams,
|
|
17168
17169
|
queryClient
|
|
17169
17170
|
}) => {
|
|
@@ -17178,6 +17179,11 @@ var DeleteEventQuestion = async ({
|
|
|
17178
17179
|
queryClient.removeQueries({
|
|
17179
17180
|
queryKey: EVENT_QUESTION_QUERY_KEY(eventId, questionId)
|
|
17180
17181
|
});
|
|
17182
|
+
if (sectionId) {
|
|
17183
|
+
queryClient.invalidateQueries({
|
|
17184
|
+
queryKey: EVENT_SECTION_QUESTIONS_QUERY_KEY(eventId, sectionId)
|
|
17185
|
+
});
|
|
17186
|
+
}
|
|
17181
17187
|
}
|
|
17182
17188
|
return data;
|
|
17183
17189
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -1654,7 +1654,7 @@ var useGetBenefitTranslation = (benefitId = "", locale = "", options = {}) => {
|
|
|
1654
1654
|
}),
|
|
1655
1655
|
{
|
|
1656
1656
|
...options,
|
|
1657
|
-
enabled: !!benefitId && !!locale && (options?.enabled ?? true)
|
|
1657
|
+
enabled: !!benefitId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
1658
1658
|
},
|
|
1659
1659
|
"benefits"
|
|
1660
1660
|
);
|
|
@@ -2010,7 +2010,7 @@ var useGetChannelContentGuestTranslation = (channelId = "", contentId = "", gues
|
|
|
2010
2010
|
}),
|
|
2011
2011
|
{
|
|
2012
2012
|
...options,
|
|
2013
|
-
enabled: !!channelId && !!contentId && !!locale && !!guestId && (options?.enabled ?? true)
|
|
2013
|
+
enabled: !!channelId && !!contentId && !!locale && !!guestId && locale !== "en" && (options?.enabled ?? true)
|
|
2014
2014
|
},
|
|
2015
2015
|
"contents"
|
|
2016
2016
|
);
|
|
@@ -2088,7 +2088,7 @@ var useGetChannelContentTranslation = (channelId = "", contentId = "", locale =
|
|
|
2088
2088
|
}),
|
|
2089
2089
|
{
|
|
2090
2090
|
...options,
|
|
2091
|
-
enabled: !!channelId && !!contentId && !!locale
|
|
2091
|
+
enabled: !!channelId && !!contentId && !!locale && locale !== "en"
|
|
2092
2092
|
},
|
|
2093
2093
|
"contents"
|
|
2094
2094
|
);
|
|
@@ -2163,7 +2163,7 @@ var useGetChannelTranslation = (channelId = "", locale = "", options = {}) => {
|
|
|
2163
2163
|
}),
|
|
2164
2164
|
{
|
|
2165
2165
|
...options,
|
|
2166
|
-
enabled: !!channelId && !!locale
|
|
2166
|
+
enabled: !!channelId && !!locale && locale !== "en"
|
|
2167
2167
|
},
|
|
2168
2168
|
"contents"
|
|
2169
2169
|
);
|
|
@@ -2673,7 +2673,7 @@ var useGetEventActivationTranslation = (eventId = "", activationId = "", locale
|
|
|
2673
2673
|
}),
|
|
2674
2674
|
{
|
|
2675
2675
|
...options,
|
|
2676
|
-
enabled: !!eventId && !!activationId && !!locale && (options?.enabled ?? true)
|
|
2676
|
+
enabled: !!eventId && !!activationId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
2677
2677
|
},
|
|
2678
2678
|
"events"
|
|
2679
2679
|
);
|
|
@@ -2878,7 +2878,7 @@ var useGetEventAddOnTranslation = (eventId = "", addOnId = "", locale = "", opti
|
|
|
2878
2878
|
}),
|
|
2879
2879
|
{
|
|
2880
2880
|
...options,
|
|
2881
|
-
enabled: !!eventId && !!addOnId && !!locale && (options?.enabled ?? true)
|
|
2881
|
+
enabled: !!eventId && !!addOnId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
2882
2882
|
},
|
|
2883
2883
|
"events"
|
|
2884
2884
|
);
|
|
@@ -3539,7 +3539,7 @@ var useGetEventFaqSectionQuestionTranslation = (eventId = "", sectionId = "", qu
|
|
|
3539
3539
|
}),
|
|
3540
3540
|
{
|
|
3541
3541
|
...options,
|
|
3542
|
-
enabled: !!eventId && !!sectionId && !!questionId && !!locale && (options?.enabled ?? true)
|
|
3542
|
+
enabled: !!eventId && !!sectionId && !!questionId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
3543
3543
|
},
|
|
3544
3544
|
"events"
|
|
3545
3545
|
);
|
|
@@ -3624,7 +3624,7 @@ var useGetEventFaqSectionTranslation = (eventId = "", sectionId = "", locale = "
|
|
|
3624
3624
|
}),
|
|
3625
3625
|
{
|
|
3626
3626
|
...options,
|
|
3627
|
-
enabled: !!eventId && !!sectionId && !!locale && (options.enabled ?? true)
|
|
3627
|
+
enabled: !!eventId && !!sectionId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
3628
3628
|
},
|
|
3629
3629
|
"events"
|
|
3630
3630
|
);
|
|
@@ -3881,7 +3881,7 @@ var useGetEventPageTranslation = (eventId = "", pageId = "", locale = "", option
|
|
|
3881
3881
|
}),
|
|
3882
3882
|
{
|
|
3883
3883
|
...options,
|
|
3884
|
-
enabled: !!eventId && !!pageId && !!locale
|
|
3884
|
+
enabled: !!eventId && !!pageId && !!locale && locale !== "en"
|
|
3885
3885
|
},
|
|
3886
3886
|
"events"
|
|
3887
3887
|
);
|
|
@@ -4180,7 +4180,7 @@ var useGetEventQuestionChoiceTranslation = (eventId = "", questionId = "", choic
|
|
|
4180
4180
|
}),
|
|
4181
4181
|
{
|
|
4182
4182
|
...options,
|
|
4183
|
-
enabled: !!eventId && !!questionId && !!choiceId && !!locale
|
|
4183
|
+
enabled: !!eventId && !!questionId && !!choiceId && !!locale && locale !== "en"
|
|
4184
4184
|
},
|
|
4185
4185
|
"events"
|
|
4186
4186
|
);
|
|
@@ -4265,7 +4265,7 @@ var useGetEventQuestionTranslation = (eventId = "", questionId = "", locale = ""
|
|
|
4265
4265
|
}),
|
|
4266
4266
|
{
|
|
4267
4267
|
...options,
|
|
4268
|
-
enabled: !!eventId && !!questionId && !!locale && (options?.enabled ?? true)
|
|
4268
|
+
enabled: !!eventId && !!questionId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
4269
4269
|
},
|
|
4270
4270
|
"events"
|
|
4271
4271
|
);
|
|
@@ -5495,7 +5495,7 @@ var useGetReservationSectionLocationTranslation = (eventId = "", reservationSect
|
|
|
5495
5495
|
}),
|
|
5496
5496
|
{
|
|
5497
5497
|
...options,
|
|
5498
|
-
enabled: !!eventId && !!reservationSectionId && !!locationId && !!locale && (options.enabled ?? true)
|
|
5498
|
+
enabled: !!eventId && !!reservationSectionId && !!locationId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
5499
5499
|
},
|
|
5500
5500
|
"events"
|
|
5501
5501
|
);
|
|
@@ -5596,7 +5596,7 @@ var useGetReservationSectionTranslation = (eventId = "", reservationSectionId =
|
|
|
5596
5596
|
}),
|
|
5597
5597
|
{
|
|
5598
5598
|
...options,
|
|
5599
|
-
enabled: !!eventId && !!reservationSectionId && !!locale && (options?.enabled ?? true)
|
|
5599
|
+
enabled: !!eventId && !!reservationSectionId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
5600
5600
|
},
|
|
5601
5601
|
"events"
|
|
5602
5602
|
);
|
|
@@ -5857,7 +5857,7 @@ var useGetEventSectionTranslation = (eventId = "", sectionId = "", locale = "",
|
|
|
5857
5857
|
}),
|
|
5858
5858
|
{
|
|
5859
5859
|
...options,
|
|
5860
|
-
enabled: !!eventId && !!sectionId && !!locale
|
|
5860
|
+
enabled: !!eventId && !!sectionId && !!locale && locale !== "en"
|
|
5861
5861
|
},
|
|
5862
5862
|
"events"
|
|
5863
5863
|
);
|
|
@@ -6206,7 +6206,7 @@ var useGetEventSessionTranslation = (eventId = "", sessionId = "", locale = "",
|
|
|
6206
6206
|
}),
|
|
6207
6207
|
{
|
|
6208
6208
|
...options,
|
|
6209
|
-
enabled: !!eventId && !!locale
|
|
6209
|
+
enabled: !!eventId && !!locale && locale !== "en"
|
|
6210
6210
|
},
|
|
6211
6211
|
"events"
|
|
6212
6212
|
);
|
|
@@ -6545,7 +6545,7 @@ var useGetEventSpeakerTranslation = (eventId = "", speakerId = "", locale = "",
|
|
|
6545
6545
|
}),
|
|
6546
6546
|
{
|
|
6547
6547
|
...options,
|
|
6548
|
-
enabled: !!eventId && !!speakerId && !!locale && (options.enabled ?? true)
|
|
6548
|
+
enabled: !!eventId && !!speakerId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
6549
6549
|
},
|
|
6550
6550
|
"events"
|
|
6551
6551
|
);
|
|
@@ -6833,7 +6833,7 @@ var useGetEventTicketTranslation = (eventId = "", ticketId = "", locale = "", op
|
|
|
6833
6833
|
}),
|
|
6834
6834
|
{
|
|
6835
6835
|
...options,
|
|
6836
|
-
enabled: !!eventId && !!ticketId && !!locale
|
|
6836
|
+
enabled: !!eventId && !!ticketId && !!locale && locale !== "en"
|
|
6837
6837
|
},
|
|
6838
6838
|
"events"
|
|
6839
6839
|
);
|
|
@@ -7170,7 +7170,7 @@ var useGetEventTrackTranslation = (eventId = "", trackId = "", locale = "", opti
|
|
|
7170
7170
|
}),
|
|
7171
7171
|
{
|
|
7172
7172
|
...options,
|
|
7173
|
-
enabled: !!eventId && !!trackId && !!locale && (options.enabled ?? true)
|
|
7173
|
+
enabled: !!eventId && !!trackId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
7174
7174
|
},
|
|
7175
7175
|
"events"
|
|
7176
7176
|
);
|
|
@@ -7335,7 +7335,7 @@ var useGetEventTranslation = (eventId = "", locale = "", options = {}) => {
|
|
|
7335
7335
|
}),
|
|
7336
7336
|
{
|
|
7337
7337
|
...options,
|
|
7338
|
-
enabled: !!eventId && !!locale && (options?.enabled ?? true)
|
|
7338
|
+
enabled: !!eventId && !!locale && locale !== "en" && (options?.enabled ?? true)
|
|
7339
7339
|
},
|
|
7340
7340
|
"events"
|
|
7341
7341
|
);
|
|
@@ -7742,7 +7742,7 @@ var useGetGroupTranslation = (groupId = "", locale = "", options = {}) => {
|
|
|
7742
7742
|
}),
|
|
7743
7743
|
{
|
|
7744
7744
|
...options,
|
|
7745
|
-
enabled: !!groupId && !!locale && (options.enabled ?? true)
|
|
7745
|
+
enabled: !!groupId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
7746
7746
|
},
|
|
7747
7747
|
"groups"
|
|
7748
7748
|
);
|
|
@@ -9274,7 +9274,7 @@ var useGetLevelTranslation = (levelId = "", locale = "", options = {}) => {
|
|
|
9274
9274
|
}),
|
|
9275
9275
|
{
|
|
9276
9276
|
...options,
|
|
9277
|
-
enabled: !!levelId && !!locale && (options.enabled ?? true)
|
|
9277
|
+
enabled: !!levelId && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
9278
9278
|
},
|
|
9279
9279
|
"levels"
|
|
9280
9280
|
);
|
|
@@ -9446,7 +9446,7 @@ var useGetOrganizationPageTranslation = (type, locale = "", options = {}) => {
|
|
|
9446
9446
|
}),
|
|
9447
9447
|
{
|
|
9448
9448
|
...options,
|
|
9449
|
-
enabled: !!type && !!locale && (options.enabled ?? true)
|
|
9449
|
+
enabled: !!type && !!locale && locale !== "en" && (options.enabled ?? true)
|
|
9450
9450
|
},
|
|
9451
9451
|
"org"
|
|
9452
9452
|
);
|
|
@@ -15281,6 +15281,7 @@ var useCreateEventQuestionSearchValues = (options = {}) => {
|
|
|
15281
15281
|
var DeleteEventQuestion = async ({
|
|
15282
15282
|
eventId,
|
|
15283
15283
|
questionId,
|
|
15284
|
+
sectionId,
|
|
15284
15285
|
adminApiParams,
|
|
15285
15286
|
queryClient
|
|
15286
15287
|
}) => {
|
|
@@ -15295,6 +15296,11 @@ var DeleteEventQuestion = async ({
|
|
|
15295
15296
|
queryClient.removeQueries({
|
|
15296
15297
|
queryKey: EVENT_QUESTION_QUERY_KEY(eventId, questionId)
|
|
15297
15298
|
});
|
|
15299
|
+
if (sectionId) {
|
|
15300
|
+
queryClient.invalidateQueries({
|
|
15301
|
+
queryKey: EVENT_SECTION_QUESTIONS_QUERY_KEY(eventId, sectionId)
|
|
15302
|
+
});
|
|
15303
|
+
}
|
|
15298
15304
|
}
|
|
15299
15305
|
return data;
|
|
15300
15306
|
};
|