@connectedxm/admin 3.0.0 → 3.0.3
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.cjs +1083 -1
- package/dist/index.d.cts +682 -8
- package/dist/index.d.ts +682 -8
- package/dist/index.js +1011 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -96,6 +96,10 @@ __export(index_exports, {
|
|
|
96
96
|
AddEventAddOnTier: () => AddEventAddOnTier,
|
|
97
97
|
AddEventBenefit: () => AddEventBenefit,
|
|
98
98
|
AddEventCoHost: () => AddEventCoHost,
|
|
99
|
+
AddEventFollowupAddOn: () => AddEventFollowupAddOn,
|
|
100
|
+
AddEventFollowupPassType: () => AddEventFollowupPassType,
|
|
101
|
+
AddEventFollowupQuestion: () => AddEventFollowupQuestion,
|
|
102
|
+
AddEventFollowupTier: () => AddEventFollowupTier,
|
|
99
103
|
AddEventMatchPass: () => AddEventMatchPass,
|
|
100
104
|
AddEventMediaItemPassType: () => AddEventMediaItemPassType,
|
|
101
105
|
AddEventPageImage: () => AddEventPageImage,
|
|
@@ -239,6 +243,8 @@ __export(index_exports, {
|
|
|
239
243
|
CreateEventFaqSectionQuestion: () => CreateEventFaqSectionQuestion,
|
|
240
244
|
CreateEventFaqSectionQuestionTranslation: () => CreateEventFaqSectionQuestionTranslation,
|
|
241
245
|
CreateEventFaqSectionTranslation: () => CreateEventFaqSectionTranslation,
|
|
246
|
+
CreateEventFollowup: () => CreateEventFollowup,
|
|
247
|
+
CreateEventFollowupTranslation: () => CreateEventFollowupTranslation,
|
|
242
248
|
CreateEventMatch: () => CreateEventMatch,
|
|
243
249
|
CreateEventMediaItem: () => CreateEventMediaItem,
|
|
244
250
|
CreateEventPackage: () => CreateEventPackage,
|
|
@@ -381,6 +387,8 @@ __export(index_exports, {
|
|
|
381
387
|
DeleteEventFaqSectionQuestion: () => DeleteEventFaqSectionQuestion,
|
|
382
388
|
DeleteEventFaqSectionQuestionTranslation: () => DeleteEventFaqSectionQuestionTranslation,
|
|
383
389
|
DeleteEventFaqSectionTranslation: () => DeleteEventFaqSectionTranslation,
|
|
390
|
+
DeleteEventFollowup: () => DeleteEventFollowup,
|
|
391
|
+
DeleteEventFollowupTranslation: () => DeleteEventFollowupTranslation,
|
|
384
392
|
DeleteEventMatch: () => DeleteEventMatch,
|
|
385
393
|
DeleteEventMediaItem: () => DeleteEventMediaItem,
|
|
386
394
|
DeleteEventPackage: () => DeleteEventPackage,
|
|
@@ -526,6 +534,14 @@ __export(index_exports, {
|
|
|
526
534
|
EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_KEY: () => EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_KEY,
|
|
527
535
|
EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_KEY: () => EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_KEY,
|
|
528
536
|
EVENT_FAQ_SECTION_TRANSLATION_QUERY_KEY: () => EVENT_FAQ_SECTION_TRANSLATION_QUERY_KEY,
|
|
537
|
+
EVENT_FOLLOWUPS_QUERY_KEY: () => EVENT_FOLLOWUPS_QUERY_KEY,
|
|
538
|
+
EVENT_FOLLOWUP_ADDONS_QUERY_KEY: () => EVENT_FOLLOWUP_ADDONS_QUERY_KEY,
|
|
539
|
+
EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY: () => EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY,
|
|
540
|
+
EVENT_FOLLOWUP_QUERY_KEY: () => EVENT_FOLLOWUP_QUERY_KEY,
|
|
541
|
+
EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY: () => EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY,
|
|
542
|
+
EVENT_FOLLOWUP_TIERS_QUERY_KEY: () => EVENT_FOLLOWUP_TIERS_QUERY_KEY,
|
|
543
|
+
EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY: () => EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY,
|
|
544
|
+
EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY: () => EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY,
|
|
529
545
|
EVENT_MEDIA_ITEMS_QUERY_KEY: () => EVENT_MEDIA_ITEMS_QUERY_KEY,
|
|
530
546
|
EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_KEY: () => EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_KEY,
|
|
531
547
|
EVENT_MEDIA_ITEM_QUERY_KEY: () => EVENT_MEDIA_ITEM_QUERY_KEY,
|
|
@@ -547,6 +563,7 @@ __export(index_exports, {
|
|
|
547
563
|
EVENT_PASS_ATTENDEE_PASSES_QUERY_KEY: () => EVENT_PASS_ATTENDEE_PASSES_QUERY_KEY,
|
|
548
564
|
EVENT_PASS_MATCHES_QUERY_KEY: () => EVENT_PASS_MATCHES_QUERY_KEY,
|
|
549
565
|
EVENT_PASS_QUERY_KEY: () => EVENT_PASS_QUERY_KEY,
|
|
566
|
+
EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY: () => EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY,
|
|
550
567
|
EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY: () => EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY,
|
|
551
568
|
EVENT_PASS_RESPONSES_QUERY_KEY: () => EVENT_PASS_RESPONSES_QUERY_KEY,
|
|
552
569
|
EVENT_PASS_RESPONSE_CHANGES_QUERY_KEY: () => EVENT_PASS_RESPONSE_CHANGES_QUERY_KEY,
|
|
@@ -850,6 +867,14 @@ __export(index_exports, {
|
|
|
850
867
|
GetEventFaqSectionTranslation: () => GetEventFaqSectionTranslation,
|
|
851
868
|
GetEventFaqSectionTranslations: () => GetEventFaqSectionTranslations,
|
|
852
869
|
GetEventFaqSections: () => GetEventFaqSections,
|
|
870
|
+
GetEventFollowup: () => GetEventFollowup,
|
|
871
|
+
GetEventFollowupAddOns: () => GetEventFollowupAddOns,
|
|
872
|
+
GetEventFollowupPassTypes: () => GetEventFollowupPassTypes,
|
|
873
|
+
GetEventFollowupQuestions: () => GetEventFollowupQuestions,
|
|
874
|
+
GetEventFollowupTiers: () => GetEventFollowupTiers,
|
|
875
|
+
GetEventFollowupTranslation: () => GetEventFollowupTranslation,
|
|
876
|
+
GetEventFollowupTranslations: () => GetEventFollowupTranslations,
|
|
877
|
+
GetEventFollowups: () => GetEventFollowups,
|
|
853
878
|
GetEventMediaItem: () => GetEventMediaItem,
|
|
854
879
|
GetEventMediaItemPassTypes: () => GetEventMediaItemPassTypes,
|
|
855
880
|
GetEventMediaItems: () => GetEventMediaItems,
|
|
@@ -870,6 +895,7 @@ __export(index_exports, {
|
|
|
870
895
|
GetEventPassAddOns: () => GetEventPassAddOns,
|
|
871
896
|
GetEventPassAttendeePasses: () => GetEventPassAttendeePasses,
|
|
872
897
|
GetEventPassMatches: () => GetEventPassMatches,
|
|
898
|
+
GetEventPassQuestionFollowups: () => GetEventPassQuestionFollowups,
|
|
873
899
|
GetEventPassQuestionSections: () => GetEventPassQuestionSections,
|
|
874
900
|
GetEventPassResponse: () => GetEventPassResponse,
|
|
875
901
|
GetEventPassResponseChanges: () => GetEventPassResponseChanges,
|
|
@@ -1256,6 +1282,10 @@ __export(index_exports, {
|
|
|
1256
1282
|
RemoveEventAddOnTier: () => RemoveEventAddOnTier,
|
|
1257
1283
|
RemoveEventBenefit: () => RemoveEventBenefit,
|
|
1258
1284
|
RemoveEventCoHost: () => RemoveEventCoHost,
|
|
1285
|
+
RemoveEventFollowupAddOn: () => RemoveEventFollowupAddOn,
|
|
1286
|
+
RemoveEventFollowupPassType: () => RemoveEventFollowupPassType,
|
|
1287
|
+
RemoveEventFollowupQuestion: () => RemoveEventFollowupQuestion,
|
|
1288
|
+
RemoveEventFollowupTier: () => RemoveEventFollowupTier,
|
|
1259
1289
|
RemoveEventMatchPass: () => RemoveEventMatchPass,
|
|
1260
1290
|
RemoveEventMediaItemPassType: () => RemoveEventMediaItemPassType,
|
|
1261
1291
|
RemoveEventPageImage: () => RemoveEventPageImage,
|
|
@@ -1296,6 +1326,7 @@ __export(index_exports, {
|
|
|
1296
1326
|
RemoveSurveySectionQuestion: () => RemoveSurveySectionQuestion,
|
|
1297
1327
|
RemoveTierAccounts: () => RemoveTierAccounts,
|
|
1298
1328
|
ReorderEventFaqSectionQuestions: () => ReorderEventFaqSectionQuestions,
|
|
1329
|
+
ReorderEventFollowupQuestions: () => ReorderEventFollowupQuestions,
|
|
1299
1330
|
ReorderEventQuestionChoiceSubQuestions: () => ReorderEventQuestionChoiceSubQuestions,
|
|
1300
1331
|
ReorderEventQuestionChoices: () => ReorderEventQuestionChoices,
|
|
1301
1332
|
ReorderEventSectionQuestions: () => ReorderEventSectionQuestions,
|
|
@@ -1453,6 +1484,14 @@ __export(index_exports, {
|
|
|
1453
1484
|
SET_EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_DATA: () => SET_EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_DATA,
|
|
1454
1485
|
SET_EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_DATA: () => SET_EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_DATA,
|
|
1455
1486
|
SET_EVENT_FAQ_SECTION_TRANSLATION_QUERY_DATA: () => SET_EVENT_FAQ_SECTION_TRANSLATION_QUERY_DATA,
|
|
1487
|
+
SET_EVENT_FOLLOWUPS_QUERY_DATA: () => SET_EVENT_FOLLOWUPS_QUERY_DATA,
|
|
1488
|
+
SET_EVENT_FOLLOWUP_ADDONS_QUERY_DATA: () => SET_EVENT_FOLLOWUP_ADDONS_QUERY_DATA,
|
|
1489
|
+
SET_EVENT_FOLLOWUP_PASS_TYPES_QUERY_DATA: () => SET_EVENT_FOLLOWUP_PASS_TYPES_QUERY_DATA,
|
|
1490
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA: () => SET_EVENT_FOLLOWUP_QUERY_DATA,
|
|
1491
|
+
SET_EVENT_FOLLOWUP_QUESTIONS_QUERY_DATA: () => SET_EVENT_FOLLOWUP_QUESTIONS_QUERY_DATA,
|
|
1492
|
+
SET_EVENT_FOLLOWUP_TIERS_QUERY_DATA: () => SET_EVENT_FOLLOWUP_TIERS_QUERY_DATA,
|
|
1493
|
+
SET_EVENT_FOLLOWUP_TRANSLATIONS_QUERY_DATA: () => SET_EVENT_FOLLOWUP_TRANSLATIONS_QUERY_DATA,
|
|
1494
|
+
SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA: () => SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA,
|
|
1456
1495
|
SET_EVENT_MEDIA_ITEMS_QUERY_DATA: () => SET_EVENT_MEDIA_ITEMS_QUERY_DATA,
|
|
1457
1496
|
SET_EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_DATA: () => SET_EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_DATA,
|
|
1458
1497
|
SET_EVENT_MEDIA_ITEM_QUERY_DATA: () => SET_EVENT_MEDIA_ITEM_QUERY_DATA,
|
|
@@ -1473,6 +1512,7 @@ __export(index_exports, {
|
|
|
1473
1512
|
SET_EVENT_PASS_ATTENDEE_PASSES_QUERY_DATA: () => SET_EVENT_PASS_ATTENDEE_PASSES_QUERY_DATA,
|
|
1474
1513
|
SET_EVENT_PASS_MATCHES_QUERY_DATA: () => SET_EVENT_PASS_MATCHES_QUERY_DATA,
|
|
1475
1514
|
SET_EVENT_PASS_QUERY_DATA: () => SET_EVENT_PASS_QUERY_DATA,
|
|
1515
|
+
SET_EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_DATA: () => SET_EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_DATA,
|
|
1476
1516
|
SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA: () => SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA,
|
|
1477
1517
|
SET_EVENT_PASS_RESPONSES_QUERY_DATA: () => SET_EVENT_PASS_RESPONSES_QUERY_DATA,
|
|
1478
1518
|
SET_EVENT_PASS_RESPONSE_CHANGES_QUERY_DATA: () => SET_EVENT_PASS_RESPONSE_CHANGES_QUERY_DATA,
|
|
@@ -1880,6 +1920,9 @@ __export(index_exports, {
|
|
|
1880
1920
|
UpdateEventFaqSectionQuestion: () => UpdateEventFaqSectionQuestion,
|
|
1881
1921
|
UpdateEventFaqSectionQuestionTranslation: () => UpdateEventFaqSectionQuestionTranslation,
|
|
1882
1922
|
UpdateEventFaqSectionTranslation: () => UpdateEventFaqSectionTranslation,
|
|
1923
|
+
UpdateEventFollowup: () => UpdateEventFollowup,
|
|
1924
|
+
UpdateEventFollowupQuestion: () => UpdateEventFollowupQuestion,
|
|
1925
|
+
UpdateEventFollowupTranslation: () => UpdateEventFollowupTranslation,
|
|
1883
1926
|
UpdateEventMatch: () => UpdateEventMatch,
|
|
1884
1927
|
UpdateEventMediaItem: () => UpdateEventMediaItem,
|
|
1885
1928
|
UpdateEventPackage: () => UpdateEventPackage,
|
|
@@ -1888,8 +1931,10 @@ __export(index_exports, {
|
|
|
1888
1931
|
UpdateEventPage: () => UpdateEventPage,
|
|
1889
1932
|
UpdateEventPageTranslation: () => UpdateEventPageTranslation,
|
|
1890
1933
|
UpdateEventPass: () => UpdateEventPass,
|
|
1934
|
+
UpdateEventPassFollowupResponses: () => UpdateEventPassFollowupResponses,
|
|
1891
1935
|
UpdateEventPassResponse: () => UpdateEventPassResponse,
|
|
1892
1936
|
UpdateEventPassResponses: () => UpdateEventPassResponses,
|
|
1937
|
+
UpdateEventPassSingleFollowupResponses: () => UpdateEventPassSingleFollowupResponses,
|
|
1893
1938
|
UpdateEventPassType: () => UpdateEventPassType,
|
|
1894
1939
|
UpdateEventPassTypePriceSchedule: () => UpdateEventPassTypePriceSchedule,
|
|
1895
1940
|
UpdateEventPassTypeRefundSchedule: () => UpdateEventPassTypeRefundSchedule,
|
|
@@ -2020,6 +2065,10 @@ __export(index_exports, {
|
|
|
2020
2065
|
useAddEventAddOnTier: () => useAddEventAddOnTier,
|
|
2021
2066
|
useAddEventBenefit: () => useAddEventBenefit,
|
|
2022
2067
|
useAddEventCoHost: () => useAddEventCoHost,
|
|
2068
|
+
useAddEventFollowupAddOn: () => useAddEventFollowupAddOn,
|
|
2069
|
+
useAddEventFollowupPassType: () => useAddEventFollowupPassType,
|
|
2070
|
+
useAddEventFollowupQuestion: () => useAddEventFollowupQuestion,
|
|
2071
|
+
useAddEventFollowupTier: () => useAddEventFollowupTier,
|
|
2023
2072
|
useAddEventMatchPass: () => useAddEventMatchPass,
|
|
2024
2073
|
useAddEventMediaItemPassType: () => useAddEventMediaItemPassType,
|
|
2025
2074
|
useAddEventPageImage: () => useAddEventPageImage,
|
|
@@ -2112,6 +2161,8 @@ __export(index_exports, {
|
|
|
2112
2161
|
useCreateEventFaqSectionQuestion: () => useCreateEventFaqSectionQuestion,
|
|
2113
2162
|
useCreateEventFaqSectionQuestionTranslation: () => useCreateEventFaqSectionQuestionTranslation,
|
|
2114
2163
|
useCreateEventFaqSectionTranslation: () => useCreateEventFaqSectionTranslation,
|
|
2164
|
+
useCreateEventFollowup: () => useCreateEventFollowup,
|
|
2165
|
+
useCreateEventFollowupTranslation: () => useCreateEventFollowupTranslation,
|
|
2115
2166
|
useCreateEventMatch: () => useCreateEventMatch,
|
|
2116
2167
|
useCreateEventMediaItem: () => useCreateEventMediaItem,
|
|
2117
2168
|
useCreateEventPackage: () => useCreateEventPackage,
|
|
@@ -2246,6 +2297,8 @@ __export(index_exports, {
|
|
|
2246
2297
|
useDeleteEventFaqSectionQuestion: () => useDeleteEventFaqSectionQuestion,
|
|
2247
2298
|
useDeleteEventFaqSectionQuestionTranslation: () => useDeleteEventFaqSectionQuestionTranslation,
|
|
2248
2299
|
useDeleteEventFaqSectionTranslation: () => useDeleteEventFaqSectionTranslation,
|
|
2300
|
+
useDeleteEventFollowup: () => useDeleteEventFollowup,
|
|
2301
|
+
useDeleteEventFollowupTranslation: () => useDeleteEventFollowupTranslation,
|
|
2249
2302
|
useDeleteEventMatch: () => useDeleteEventMatch,
|
|
2250
2303
|
useDeleteEventMediaItem: () => useDeleteEventMediaItem,
|
|
2251
2304
|
useDeleteEventPackage: () => useDeleteEventPackage,
|
|
@@ -2492,6 +2545,14 @@ __export(index_exports, {
|
|
|
2492
2545
|
useGetEventFaqSectionTranslation: () => useGetEventFaqSectionTranslation,
|
|
2493
2546
|
useGetEventFaqSectionTranslations: () => useGetEventFaqSectionTranslations,
|
|
2494
2547
|
useGetEventFaqSections: () => useGetEventFaqSections,
|
|
2548
|
+
useGetEventFollowup: () => useGetEventFollowup,
|
|
2549
|
+
useGetEventFollowupAddOns: () => useGetEventFollowupAddOns,
|
|
2550
|
+
useGetEventFollowupPassTypes: () => useGetEventFollowupPassTypes,
|
|
2551
|
+
useGetEventFollowupQuestions: () => useGetEventFollowupQuestions,
|
|
2552
|
+
useGetEventFollowupTiers: () => useGetEventFollowupTiers,
|
|
2553
|
+
useGetEventFollowupTranslation: () => useGetEventFollowupTranslation,
|
|
2554
|
+
useGetEventFollowupTranslations: () => useGetEventFollowupTranslations,
|
|
2555
|
+
useGetEventFollowups: () => useGetEventFollowups,
|
|
2495
2556
|
useGetEventMediaItem: () => useGetEventMediaItem,
|
|
2496
2557
|
useGetEventMediaItemPassTypes: () => useGetEventMediaItemPassTypes,
|
|
2497
2558
|
useGetEventMediaItems: () => useGetEventMediaItems,
|
|
@@ -2512,6 +2573,7 @@ __export(index_exports, {
|
|
|
2512
2573
|
useGetEventPassAddOns: () => useGetEventPassAddOns,
|
|
2513
2574
|
useGetEventPassAttendeePasses: () => useGetEventPassAttendeePasses,
|
|
2514
2575
|
useGetEventPassMatches: () => useGetEventPassMatches,
|
|
2576
|
+
useGetEventPassQuestionFollowups: () => useGetEventPassQuestionFollowups,
|
|
2515
2577
|
useGetEventPassQuestionSections: () => useGetEventPassQuestionSections,
|
|
2516
2578
|
useGetEventPassResponse: () => useGetEventPassResponse,
|
|
2517
2579
|
useGetEventPassResponseChanges: () => useGetEventPassResponseChanges,
|
|
@@ -2809,6 +2871,10 @@ __export(index_exports, {
|
|
|
2809
2871
|
useRemoveEventAddOnTier: () => useRemoveEventAddOnTier,
|
|
2810
2872
|
useRemoveEventBenefit: () => useRemoveEventBenefit,
|
|
2811
2873
|
useRemoveEventCoHost: () => useRemoveEventCoHost,
|
|
2874
|
+
useRemoveEventFollowupAddOn: () => useRemoveEventFollowupAddOn,
|
|
2875
|
+
useRemoveEventFollowupPassType: () => useRemoveEventFollowupPassType,
|
|
2876
|
+
useRemoveEventFollowupQuestion: () => useRemoveEventFollowupQuestion,
|
|
2877
|
+
useRemoveEventFollowupTier: () => useRemoveEventFollowupTier,
|
|
2812
2878
|
useRemoveEventMatchPass: () => useRemoveEventMatchPass,
|
|
2813
2879
|
useRemoveEventMediaItemPassType: () => useRemoveEventMediaItemPassType,
|
|
2814
2880
|
useRemoveEventPageImage: () => useRemoveEventPageImage,
|
|
@@ -2849,6 +2915,7 @@ __export(index_exports, {
|
|
|
2849
2915
|
useRemoveSurveySectionQuestion: () => useRemoveSurveySectionQuestion,
|
|
2850
2916
|
useRemoveTierAccounts: () => useRemoveTierAccounts,
|
|
2851
2917
|
useReorderEventFaqSectionQuestions: () => useReorderEventFaqSectionQuestions,
|
|
2918
|
+
useReorderEventFollowupQuestions: () => useReorderEventFollowupQuestions,
|
|
2852
2919
|
useReorderEventQuestionChoiceSubQuestions: () => useReorderEventQuestionChoiceSubQuestions,
|
|
2853
2920
|
useReorderEventQuestionChoices: () => useReorderEventQuestionChoices,
|
|
2854
2921
|
useReorderEventSectionQuestions: () => useReorderEventSectionQuestions,
|
|
@@ -2917,6 +2984,9 @@ __export(index_exports, {
|
|
|
2917
2984
|
useUpdateEventFaqSectionQuestion: () => useUpdateEventFaqSectionQuestion,
|
|
2918
2985
|
useUpdateEventFaqSectionQuestionTranslation: () => useUpdateEventFaqSectionQuestionTranslation,
|
|
2919
2986
|
useUpdateEventFaqSectionTranslation: () => useUpdateEventFaqSectionTranslation,
|
|
2987
|
+
useUpdateEventFollowup: () => useUpdateEventFollowup,
|
|
2988
|
+
useUpdateEventFollowupQuestion: () => useUpdateEventFollowupQuestion,
|
|
2989
|
+
useUpdateEventFollowupTranslation: () => useUpdateEventFollowupTranslation,
|
|
2920
2990
|
useUpdateEventMatch: () => useUpdateEventMatch,
|
|
2921
2991
|
useUpdateEventMediaItem: () => useUpdateEventMediaItem,
|
|
2922
2992
|
useUpdateEventPackage: () => useUpdateEventPackage,
|
|
@@ -2925,8 +2995,10 @@ __export(index_exports, {
|
|
|
2925
2995
|
useUpdateEventPage: () => useUpdateEventPage,
|
|
2926
2996
|
useUpdateEventPageTranslation: () => useUpdateEventPageTranslation,
|
|
2927
2997
|
useUpdateEventPass: () => useUpdateEventPass,
|
|
2998
|
+
useUpdateEventPassFollowupResponses: () => useUpdateEventPassFollowupResponses,
|
|
2928
2999
|
useUpdateEventPassResponse: () => useUpdateEventPassResponse,
|
|
2929
3000
|
useUpdateEventPassResponses: () => useUpdateEventPassResponses,
|
|
3001
|
+
useUpdateEventPassSingleFollowupResponses: () => useUpdateEventPassSingleFollowupResponses,
|
|
2930
3002
|
useUpdateEventPassType: () => useUpdateEventPassType,
|
|
2931
3003
|
useUpdateEventPassTypePriceSchedule: () => useUpdateEventPassTypePriceSchedule,
|
|
2932
3004
|
useUpdateEventPassTypeRefundSchedule: () => useUpdateEventPassTypeRefundSchedule,
|
|
@@ -8288,6 +8360,42 @@ var useGetEventPassMatches = (eventId = "", passId = "", sessionId, roundId, opt
|
|
|
8288
8360
|
);
|
|
8289
8361
|
};
|
|
8290
8362
|
|
|
8363
|
+
// src/queries/events/passes/useGetEventPassQuestionFollowups.ts
|
|
8364
|
+
var EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY = (eventId, passId) => [...EVENT_PASS_QUERY_KEY(eventId, passId), "FOLLOWUPS"];
|
|
8365
|
+
var SET_EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_DATA = (client, keyParams, response) => {
|
|
8366
|
+
client.setQueryData(
|
|
8367
|
+
EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(...keyParams),
|
|
8368
|
+
response
|
|
8369
|
+
);
|
|
8370
|
+
};
|
|
8371
|
+
var GetEventPassQuestionFollowups = async ({
|
|
8372
|
+
eventId,
|
|
8373
|
+
accountId,
|
|
8374
|
+
passId,
|
|
8375
|
+
adminApiParams
|
|
8376
|
+
}) => {
|
|
8377
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
8378
|
+
const { data } = await connectedXM.get(`/events/${eventId}/attendees/${accountId}/passes/${passId}/followups`);
|
|
8379
|
+
return data;
|
|
8380
|
+
};
|
|
8381
|
+
var useGetEventPassQuestionFollowups = (eventId = "", accountId = "", passId = "", params = {}, options = {}) => {
|
|
8382
|
+
return useConnectedInfiniteQuery(
|
|
8383
|
+
EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId),
|
|
8384
|
+
(params2) => GetEventPassQuestionFollowups({
|
|
8385
|
+
...params2,
|
|
8386
|
+
eventId,
|
|
8387
|
+
accountId,
|
|
8388
|
+
passId
|
|
8389
|
+
}),
|
|
8390
|
+
params,
|
|
8391
|
+
{
|
|
8392
|
+
...options,
|
|
8393
|
+
enabled: !!eventId && !!accountId && !!passId
|
|
8394
|
+
},
|
|
8395
|
+
"events"
|
|
8396
|
+
);
|
|
8397
|
+
};
|
|
8398
|
+
|
|
8291
8399
|
// src/queries/events/passes/useGetEventPassQuestionSections.ts
|
|
8292
8400
|
var EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY = (eventId, passId) => [...EVENT_PASS_QUERY_KEY(eventId, passId), "SECTIONS"];
|
|
8293
8401
|
var SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA = (client, keyParams, response) => {
|
|
@@ -8303,7 +8411,7 @@ var GetEventPassQuestionSections = async ({
|
|
|
8303
8411
|
adminApiParams
|
|
8304
8412
|
}) => {
|
|
8305
8413
|
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
8306
|
-
const { data } = await connectedXM.get(`/events/${eventId}/attendees/${accountId}/passes/${passId}/
|
|
8414
|
+
const { data } = await connectedXM.get(`/events/${eventId}/attendees/${accountId}/passes/${passId}/sections`);
|
|
8307
8415
|
return data;
|
|
8308
8416
|
};
|
|
8309
8417
|
var useGetEventPassQuestionSections = (eventId = "", accountId = "", passId = "", params = {}, options = {}) => {
|
|
@@ -9261,6 +9369,365 @@ var useGetEventFaqSectionTranslation = (eventId = "", sectionId = "", locale = "
|
|
|
9261
9369
|
);
|
|
9262
9370
|
};
|
|
9263
9371
|
|
|
9372
|
+
// src/queries/events/followups/useGetEventFollowups.ts
|
|
9373
|
+
var EVENT_FOLLOWUPS_QUERY_KEY = (eventId) => [
|
|
9374
|
+
...EVENT_QUERY_KEY(eventId),
|
|
9375
|
+
"FOLLOWUPS"
|
|
9376
|
+
];
|
|
9377
|
+
var SET_EVENT_FOLLOWUPS_QUERY_DATA = (client, keyParams, response) => {
|
|
9378
|
+
client.setQueryData(EVENT_FOLLOWUPS_QUERY_KEY(...keyParams), response);
|
|
9379
|
+
};
|
|
9380
|
+
var GetEventFollowups = async ({
|
|
9381
|
+
eventId,
|
|
9382
|
+
pageParam,
|
|
9383
|
+
pageSize,
|
|
9384
|
+
orderBy,
|
|
9385
|
+
search,
|
|
9386
|
+
adminApiParams
|
|
9387
|
+
}) => {
|
|
9388
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9389
|
+
const { data } = await adminApi.get(`/events/${eventId}/followups`, {
|
|
9390
|
+
params: {
|
|
9391
|
+
page: pageParam || void 0,
|
|
9392
|
+
pageSize: pageSize || void 0,
|
|
9393
|
+
orderBy: orderBy || void 0,
|
|
9394
|
+
search: search || void 0
|
|
9395
|
+
}
|
|
9396
|
+
});
|
|
9397
|
+
return data;
|
|
9398
|
+
};
|
|
9399
|
+
var useGetEventFollowups = (eventId = "", params = {}, options = {}) => {
|
|
9400
|
+
return useConnectedInfiniteQuery(
|
|
9401
|
+
EVENT_FOLLOWUPS_QUERY_KEY(eventId),
|
|
9402
|
+
(params2) => GetEventFollowups({
|
|
9403
|
+
...params2,
|
|
9404
|
+
eventId
|
|
9405
|
+
}),
|
|
9406
|
+
params,
|
|
9407
|
+
{
|
|
9408
|
+
...options,
|
|
9409
|
+
enabled: !!eventId && (options.enabled ?? true)
|
|
9410
|
+
},
|
|
9411
|
+
"events"
|
|
9412
|
+
);
|
|
9413
|
+
};
|
|
9414
|
+
|
|
9415
|
+
// src/queries/events/followups/useGetEventFollowup.ts
|
|
9416
|
+
var EVENT_FOLLOWUP_QUERY_KEY = (eventId, followupId) => [
|
|
9417
|
+
...EVENT_FOLLOWUPS_QUERY_KEY(eventId),
|
|
9418
|
+
followupId
|
|
9419
|
+
];
|
|
9420
|
+
var SET_EVENT_FOLLOWUP_QUERY_DATA = (client, keyParams, response) => {
|
|
9421
|
+
client.setQueryData(EVENT_FOLLOWUP_QUERY_KEY(...keyParams), response);
|
|
9422
|
+
};
|
|
9423
|
+
var GetEventFollowup = async ({
|
|
9424
|
+
eventId,
|
|
9425
|
+
followupId,
|
|
9426
|
+
adminApiParams
|
|
9427
|
+
}) => {
|
|
9428
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9429
|
+
const { data } = await adminApi.get(
|
|
9430
|
+
`/events/${eventId}/followups/${followupId}`
|
|
9431
|
+
);
|
|
9432
|
+
return data;
|
|
9433
|
+
};
|
|
9434
|
+
var useGetEventFollowup = (eventId = "", followupId = "", options = {}) => {
|
|
9435
|
+
return useConnectedSingleQuery(
|
|
9436
|
+
EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId),
|
|
9437
|
+
(params) => GetEventFollowup({ eventId, followupId, ...params }),
|
|
9438
|
+
{
|
|
9439
|
+
...options,
|
|
9440
|
+
enabled: !!eventId && !!followupId && (options?.enabled ?? true)
|
|
9441
|
+
},
|
|
9442
|
+
"events"
|
|
9443
|
+
);
|
|
9444
|
+
};
|
|
9445
|
+
|
|
9446
|
+
// src/queries/events/followups/translations/useGetEventFollowupTranslation.ts
|
|
9447
|
+
var EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY = (eventId, followupId, locale) => [...EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId), locale];
|
|
9448
|
+
var SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA = (client, keyParams, response) => {
|
|
9449
|
+
client.setQueryData(
|
|
9450
|
+
EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY(...keyParams),
|
|
9451
|
+
response
|
|
9452
|
+
);
|
|
9453
|
+
};
|
|
9454
|
+
var GetEventFollowupTranslation = async ({
|
|
9455
|
+
eventId,
|
|
9456
|
+
followupId,
|
|
9457
|
+
locale,
|
|
9458
|
+
adminApiParams
|
|
9459
|
+
}) => {
|
|
9460
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9461
|
+
const { data } = await adminApi.get(
|
|
9462
|
+
`/events/${eventId}/followups/${followupId}/translations/${locale}`
|
|
9463
|
+
);
|
|
9464
|
+
return data;
|
|
9465
|
+
};
|
|
9466
|
+
var useGetEventFollowupTranslation = (eventId = "", followupId = "", locale = "", options = {}) => {
|
|
9467
|
+
return useConnectedSingleQuery(
|
|
9468
|
+
EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY(eventId, followupId, locale),
|
|
9469
|
+
(params) => GetEventFollowupTranslation({
|
|
9470
|
+
...params,
|
|
9471
|
+
eventId,
|
|
9472
|
+
followupId,
|
|
9473
|
+
locale
|
|
9474
|
+
}),
|
|
9475
|
+
{
|
|
9476
|
+
...options,
|
|
9477
|
+
enabled: !!eventId && !!followupId && !!locale && locale !== "en"
|
|
9478
|
+
},
|
|
9479
|
+
"events"
|
|
9480
|
+
);
|
|
9481
|
+
};
|
|
9482
|
+
|
|
9483
|
+
// src/queries/events/followups/translations/useGetEventFollowupTranslations.ts
|
|
9484
|
+
var EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY = (eventId, followupId) => [...EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId), "TRANSLATIONS"];
|
|
9485
|
+
var SET_EVENT_FOLLOWUP_TRANSLATIONS_QUERY_DATA = (client, keyParams, response) => {
|
|
9486
|
+
client.setQueryData(
|
|
9487
|
+
EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(...keyParams),
|
|
9488
|
+
response
|
|
9489
|
+
);
|
|
9490
|
+
};
|
|
9491
|
+
var GetEventFollowupTranslations = async ({
|
|
9492
|
+
pageParam,
|
|
9493
|
+
pageSize,
|
|
9494
|
+
orderBy,
|
|
9495
|
+
search,
|
|
9496
|
+
eventId,
|
|
9497
|
+
followupId,
|
|
9498
|
+
adminApiParams
|
|
9499
|
+
}) => {
|
|
9500
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9501
|
+
const { data } = await adminApi.get(
|
|
9502
|
+
`/events/${eventId}/followups/${followupId}/translations`,
|
|
9503
|
+
{
|
|
9504
|
+
params: {
|
|
9505
|
+
page: pageParam || void 0,
|
|
9506
|
+
pageSize: pageSize || void 0,
|
|
9507
|
+
orderBy: orderBy || void 0,
|
|
9508
|
+
search: search || void 0
|
|
9509
|
+
}
|
|
9510
|
+
}
|
|
9511
|
+
);
|
|
9512
|
+
return data;
|
|
9513
|
+
};
|
|
9514
|
+
var useGetEventFollowupTranslations = (eventId = "", followupId = "", params = {}, options = {}) => {
|
|
9515
|
+
return useConnectedInfiniteQuery(
|
|
9516
|
+
EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(eventId, followupId),
|
|
9517
|
+
(params2) => GetEventFollowupTranslations({
|
|
9518
|
+
...params2,
|
|
9519
|
+
eventId,
|
|
9520
|
+
followupId
|
|
9521
|
+
}),
|
|
9522
|
+
params,
|
|
9523
|
+
{
|
|
9524
|
+
...options,
|
|
9525
|
+
enabled: !!eventId && !!followupId && (options.enabled ?? true)
|
|
9526
|
+
},
|
|
9527
|
+
"events"
|
|
9528
|
+
);
|
|
9529
|
+
};
|
|
9530
|
+
|
|
9531
|
+
// src/queries/events/followups/useGetEventFollowupAddOns.ts
|
|
9532
|
+
var EVENT_FOLLOWUP_ADDONS_QUERY_KEY = (eventId, followupId) => [...EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId), "ADDONS"];
|
|
9533
|
+
var SET_EVENT_FOLLOWUP_ADDONS_QUERY_DATA = (client, keyParams, response) => {
|
|
9534
|
+
client.setQueryData(EVENT_FOLLOWUP_ADDONS_QUERY_KEY(...keyParams), response);
|
|
9535
|
+
};
|
|
9536
|
+
var GetEventFollowupAddOns = async ({
|
|
9537
|
+
eventId,
|
|
9538
|
+
followupId,
|
|
9539
|
+
pageParam,
|
|
9540
|
+
pageSize,
|
|
9541
|
+
orderBy,
|
|
9542
|
+
search,
|
|
9543
|
+
adminApiParams
|
|
9544
|
+
}) => {
|
|
9545
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9546
|
+
const { data } = await adminApi.get(
|
|
9547
|
+
`/events/${eventId}/followups/${followupId}/addOns`,
|
|
9548
|
+
{
|
|
9549
|
+
params: {
|
|
9550
|
+
page: pageParam || void 0,
|
|
9551
|
+
pageSize: pageSize || void 0,
|
|
9552
|
+
orderBy: orderBy || void 0,
|
|
9553
|
+
search: search || void 0
|
|
9554
|
+
}
|
|
9555
|
+
}
|
|
9556
|
+
);
|
|
9557
|
+
return data;
|
|
9558
|
+
};
|
|
9559
|
+
var useGetEventFollowupAddOns = (eventId = "", followupId = "", params = {}, options = {}) => {
|
|
9560
|
+
return useConnectedInfiniteQuery(
|
|
9561
|
+
EVENT_FOLLOWUP_ADDONS_QUERY_KEY(eventId, followupId),
|
|
9562
|
+
(params2) => GetEventFollowupAddOns({
|
|
9563
|
+
...params2,
|
|
9564
|
+
eventId,
|
|
9565
|
+
followupId
|
|
9566
|
+
}),
|
|
9567
|
+
params,
|
|
9568
|
+
{
|
|
9569
|
+
...options,
|
|
9570
|
+
enabled: !!eventId && !!followupId && (options.enabled ?? true)
|
|
9571
|
+
},
|
|
9572
|
+
"events"
|
|
9573
|
+
);
|
|
9574
|
+
};
|
|
9575
|
+
|
|
9576
|
+
// src/queries/events/followups/useGetEventFollowupPassTypes.ts
|
|
9577
|
+
var EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY = (eventId, followupId) => [...EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId), "PASS_TYPES"];
|
|
9578
|
+
var SET_EVENT_FOLLOWUP_PASS_TYPES_QUERY_DATA = (client, keyParams, response) => {
|
|
9579
|
+
client.setQueryData(
|
|
9580
|
+
EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY(...keyParams),
|
|
9581
|
+
response
|
|
9582
|
+
);
|
|
9583
|
+
};
|
|
9584
|
+
var GetEventFollowupPassTypes = async ({
|
|
9585
|
+
eventId,
|
|
9586
|
+
followupId,
|
|
9587
|
+
pageParam,
|
|
9588
|
+
pageSize,
|
|
9589
|
+
orderBy,
|
|
9590
|
+
search,
|
|
9591
|
+
adminApiParams
|
|
9592
|
+
}) => {
|
|
9593
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9594
|
+
const { data } = await adminApi.get(
|
|
9595
|
+
`/events/${eventId}/followups/${followupId}/passTypes`,
|
|
9596
|
+
{
|
|
9597
|
+
params: {
|
|
9598
|
+
page: pageParam || void 0,
|
|
9599
|
+
pageSize: pageSize || void 0,
|
|
9600
|
+
orderBy: orderBy || void 0,
|
|
9601
|
+
search: search || void 0
|
|
9602
|
+
}
|
|
9603
|
+
}
|
|
9604
|
+
);
|
|
9605
|
+
return data;
|
|
9606
|
+
};
|
|
9607
|
+
var useGetEventFollowupPassTypes = (eventId = "", followupId = "", params = {}, options = {}) => {
|
|
9608
|
+
return useConnectedInfiniteQuery(
|
|
9609
|
+
EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY(eventId, followupId),
|
|
9610
|
+
(params2) => GetEventFollowupPassTypes({
|
|
9611
|
+
...params2,
|
|
9612
|
+
eventId,
|
|
9613
|
+
followupId
|
|
9614
|
+
}),
|
|
9615
|
+
params,
|
|
9616
|
+
{
|
|
9617
|
+
...options,
|
|
9618
|
+
enabled: !!eventId && !!followupId
|
|
9619
|
+
},
|
|
9620
|
+
"events"
|
|
9621
|
+
);
|
|
9622
|
+
};
|
|
9623
|
+
|
|
9624
|
+
// src/queries/events/followups/useGetEventFollowupQuestions.ts
|
|
9625
|
+
var EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY = (eventId, followupId) => [...EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId), "QUESTIONS"];
|
|
9626
|
+
var SET_EVENT_FOLLOWUP_QUESTIONS_QUERY_DATA = (client, keyParams, response) => {
|
|
9627
|
+
client.setQueryData(
|
|
9628
|
+
[
|
|
9629
|
+
...EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(...keyParams),
|
|
9630
|
+
...GetBaseInfiniteQueryKeys("")
|
|
9631
|
+
],
|
|
9632
|
+
{
|
|
9633
|
+
pages: [response],
|
|
9634
|
+
pageParams: [null]
|
|
9635
|
+
},
|
|
9636
|
+
"events"
|
|
9637
|
+
);
|
|
9638
|
+
};
|
|
9639
|
+
var GetEventFollowupQuestions = async ({
|
|
9640
|
+
eventId,
|
|
9641
|
+
followupId,
|
|
9642
|
+
pageParam,
|
|
9643
|
+
pageSize,
|
|
9644
|
+
orderBy,
|
|
9645
|
+
search,
|
|
9646
|
+
adminApiParams
|
|
9647
|
+
}) => {
|
|
9648
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9649
|
+
const { data } = await adminApi.get(
|
|
9650
|
+
`/events/${eventId}/followups/${followupId}/questions`,
|
|
9651
|
+
{
|
|
9652
|
+
params: {
|
|
9653
|
+
page: pageParam || void 0,
|
|
9654
|
+
pageSize: pageSize || void 0,
|
|
9655
|
+
orderBy: orderBy || void 0,
|
|
9656
|
+
search: search || void 0
|
|
9657
|
+
}
|
|
9658
|
+
}
|
|
9659
|
+
);
|
|
9660
|
+
return data;
|
|
9661
|
+
};
|
|
9662
|
+
var useGetEventFollowupQuestions = (eventId = "", followupId = "", params = {}, options = {}) => {
|
|
9663
|
+
return useConnectedInfiniteQuery(
|
|
9664
|
+
EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId),
|
|
9665
|
+
(params2) => GetEventFollowupQuestions({
|
|
9666
|
+
...params2,
|
|
9667
|
+
eventId,
|
|
9668
|
+
followupId
|
|
9669
|
+
}),
|
|
9670
|
+
params,
|
|
9671
|
+
{
|
|
9672
|
+
...options,
|
|
9673
|
+
enabled: !!eventId && !!followupId && (options.enabled ?? true)
|
|
9674
|
+
},
|
|
9675
|
+
"events"
|
|
9676
|
+
);
|
|
9677
|
+
};
|
|
9678
|
+
|
|
9679
|
+
// src/queries/events/followups/useGetEventFollowupTiers.ts
|
|
9680
|
+
var EVENT_FOLLOWUP_TIERS_QUERY_KEY = (allowed, eventId, followupId) => [
|
|
9681
|
+
...EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId),
|
|
9682
|
+
"TIERS",
|
|
9683
|
+
allowed ? "ALLOWED" : "DISALLOWED"
|
|
9684
|
+
];
|
|
9685
|
+
var SET_EVENT_FOLLOWUP_TIERS_QUERY_DATA = (client, keyParams, response) => {
|
|
9686
|
+
client.setQueryData(EVENT_FOLLOWUP_TIERS_QUERY_KEY(...keyParams), response);
|
|
9687
|
+
};
|
|
9688
|
+
var GetEventFollowupTiers = async ({
|
|
9689
|
+
allowed,
|
|
9690
|
+
eventId,
|
|
9691
|
+
followupId,
|
|
9692
|
+
pageParam,
|
|
9693
|
+
pageSize,
|
|
9694
|
+
orderBy,
|
|
9695
|
+
search,
|
|
9696
|
+
adminApiParams
|
|
9697
|
+
}) => {
|
|
9698
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
9699
|
+
const { data } = await adminApi.get(
|
|
9700
|
+
`/events/${eventId}/followups/${followupId}/tiers`,
|
|
9701
|
+
{
|
|
9702
|
+
params: {
|
|
9703
|
+
allowed,
|
|
9704
|
+
page: pageParam || void 0,
|
|
9705
|
+
pageSize: pageSize || void 0,
|
|
9706
|
+
orderBy: orderBy || void 0,
|
|
9707
|
+
search: search || void 0
|
|
9708
|
+
}
|
|
9709
|
+
}
|
|
9710
|
+
);
|
|
9711
|
+
return data;
|
|
9712
|
+
};
|
|
9713
|
+
var useGetEventFollowupTiers = (allowed, eventId = "", followupId = "", params = {}, options = {}) => {
|
|
9714
|
+
return useConnectedInfiniteQuery(
|
|
9715
|
+
EVENT_FOLLOWUP_TIERS_QUERY_KEY(allowed, eventId, followupId),
|
|
9716
|
+
(params2) => GetEventFollowupTiers({
|
|
9717
|
+
...params2,
|
|
9718
|
+
allowed,
|
|
9719
|
+
eventId,
|
|
9720
|
+
followupId
|
|
9721
|
+
}),
|
|
9722
|
+
params,
|
|
9723
|
+
{
|
|
9724
|
+
...options,
|
|
9725
|
+
enabled: typeof allowed === "boolean" && !!eventId && !!followupId && (options.enabled ?? true)
|
|
9726
|
+
},
|
|
9727
|
+
"events"
|
|
9728
|
+
);
|
|
9729
|
+
};
|
|
9730
|
+
|
|
9264
9731
|
// src/queries/events/matches/useGetEventRounds.ts
|
|
9265
9732
|
var EVENT_ROUNDS_QUERY_KEY = (eventId) => [
|
|
9266
9733
|
...EVENT_QUERY_KEY(eventId),
|
|
@@ -15868,6 +16335,7 @@ var PaymentIntegrationType = /* @__PURE__ */ ((PaymentIntegrationType2) => {
|
|
|
15868
16335
|
return PaymentIntegrationType2;
|
|
15869
16336
|
})(PaymentIntegrationType || {});
|
|
15870
16337
|
var PaymentLineItemType = /* @__PURE__ */ ((PaymentLineItemType2) => {
|
|
16338
|
+
PaymentLineItemType2["general"] = "general";
|
|
15871
16339
|
PaymentLineItemType2["pass"] = "pass";
|
|
15872
16340
|
PaymentLineItemType2["package"] = "package";
|
|
15873
16341
|
PaymentLineItemType2["reservation"] = "reservation";
|
|
@@ -15877,6 +16345,7 @@ var PaymentLineItemType = /* @__PURE__ */ ((PaymentLineItemType2) => {
|
|
|
15877
16345
|
PaymentLineItemType2["booking"] = "booking";
|
|
15878
16346
|
PaymentLineItemType2["coupon"] = "coupon";
|
|
15879
16347
|
PaymentLineItemType2["subscription"] = "subscription";
|
|
16348
|
+
PaymentLineItemType2["refund"] = "refund";
|
|
15880
16349
|
return PaymentLineItemType2;
|
|
15881
16350
|
})(PaymentLineItemType || {});
|
|
15882
16351
|
var TaxIntegrationType = /* @__PURE__ */ ((TaxIntegrationType2) => {
|
|
@@ -26457,6 +26926,467 @@ var useUpdateEventFaqSectionQuestion = (options = {}) => {
|
|
|
26457
26926
|
});
|
|
26458
26927
|
};
|
|
26459
26928
|
|
|
26929
|
+
// src/mutations/event/followups/translations/useCreateEventFollowupTranslation.ts
|
|
26930
|
+
var CreateEventFollowupTranslation = async ({
|
|
26931
|
+
eventId,
|
|
26932
|
+
followupId,
|
|
26933
|
+
locale,
|
|
26934
|
+
autoTranslate,
|
|
26935
|
+
adminApiParams,
|
|
26936
|
+
queryClient
|
|
26937
|
+
}) => {
|
|
26938
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
26939
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups/${followupId}/translations`, {
|
|
26940
|
+
locale,
|
|
26941
|
+
autoTranslate
|
|
26942
|
+
});
|
|
26943
|
+
if (queryClient && data.status === "ok") {
|
|
26944
|
+
queryClient.invalidateQueries({
|
|
26945
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(eventId, followupId)
|
|
26946
|
+
});
|
|
26947
|
+
SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA(
|
|
26948
|
+
queryClient,
|
|
26949
|
+
[eventId, followupId, data.data?.locale],
|
|
26950
|
+
data
|
|
26951
|
+
);
|
|
26952
|
+
}
|
|
26953
|
+
return data;
|
|
26954
|
+
};
|
|
26955
|
+
var useCreateEventFollowupTranslation = (options = {}) => {
|
|
26956
|
+
return useConnectedMutation(CreateEventFollowupTranslation, options, {
|
|
26957
|
+
domain: "events",
|
|
26958
|
+
type: "update"
|
|
26959
|
+
});
|
|
26960
|
+
};
|
|
26961
|
+
|
|
26962
|
+
// src/mutations/event/followups/translations/useDeleteEventFollowupTranslation.ts
|
|
26963
|
+
var DeleteEventFollowupTranslation = async ({
|
|
26964
|
+
eventId,
|
|
26965
|
+
followupId,
|
|
26966
|
+
locale,
|
|
26967
|
+
adminApiParams,
|
|
26968
|
+
queryClient
|
|
26969
|
+
}) => {
|
|
26970
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
26971
|
+
const { data } = await connectedXM.delete(
|
|
26972
|
+
`/events/${eventId}/followups/${followupId}/translations/${locale}`
|
|
26973
|
+
);
|
|
26974
|
+
if (queryClient && data.status === "ok") {
|
|
26975
|
+
queryClient.invalidateQueries({
|
|
26976
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(eventId, followupId)
|
|
26977
|
+
});
|
|
26978
|
+
queryClient.invalidateQueries({
|
|
26979
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY(eventId, followupId, locale)
|
|
26980
|
+
});
|
|
26981
|
+
}
|
|
26982
|
+
return data;
|
|
26983
|
+
};
|
|
26984
|
+
var useDeleteEventFollowupTranslation = (options = {}) => {
|
|
26985
|
+
return useConnectedMutation(DeleteEventFollowupTranslation, options, {
|
|
26986
|
+
domain: "events",
|
|
26987
|
+
type: "update"
|
|
26988
|
+
});
|
|
26989
|
+
};
|
|
26990
|
+
|
|
26991
|
+
// src/mutations/event/followups/translations/useUpdateEventFollowupTranslation.ts
|
|
26992
|
+
var UpdateEventFollowupTranslation = async ({
|
|
26993
|
+
eventId,
|
|
26994
|
+
followupId,
|
|
26995
|
+
followupTranslation,
|
|
26996
|
+
locale,
|
|
26997
|
+
adminApiParams,
|
|
26998
|
+
queryClient
|
|
26999
|
+
}) => {
|
|
27000
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27001
|
+
const { data } = await connectedXM.put(
|
|
27002
|
+
`/events/${eventId}/followups/${followupId}/translations/${locale}`,
|
|
27003
|
+
followupTranslation
|
|
27004
|
+
);
|
|
27005
|
+
if (queryClient && data.status === "ok") {
|
|
27006
|
+
queryClient.invalidateQueries({
|
|
27007
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(eventId, followupId)
|
|
27008
|
+
});
|
|
27009
|
+
SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA(
|
|
27010
|
+
queryClient,
|
|
27011
|
+
[eventId, followupId, data.data?.locale],
|
|
27012
|
+
data
|
|
27013
|
+
);
|
|
27014
|
+
}
|
|
27015
|
+
return data;
|
|
27016
|
+
};
|
|
27017
|
+
var useUpdateEventFollowupTranslation = (options = {}) => {
|
|
27018
|
+
return useConnectedMutation(UpdateEventFollowupTranslation, options, {
|
|
27019
|
+
domain: "events",
|
|
27020
|
+
type: "update"
|
|
27021
|
+
});
|
|
27022
|
+
};
|
|
27023
|
+
|
|
27024
|
+
// src/mutations/event/followups/useAddEventFollowupAddOn.ts
|
|
27025
|
+
var AddEventFollowupAddOn = async ({
|
|
27026
|
+
eventId,
|
|
27027
|
+
followupId,
|
|
27028
|
+
addOnId,
|
|
27029
|
+
adminApiParams,
|
|
27030
|
+
queryClient
|
|
27031
|
+
}) => {
|
|
27032
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27033
|
+
const { data } = await connectedXM.post(
|
|
27034
|
+
`/events/${eventId}/followups/${followupId}/addOns/${addOnId}`
|
|
27035
|
+
);
|
|
27036
|
+
if (queryClient && data.status === "ok") {
|
|
27037
|
+
queryClient.invalidateQueries({
|
|
27038
|
+
queryKey: EVENT_FOLLOWUP_ADDONS_QUERY_KEY(eventId, followupId)
|
|
27039
|
+
});
|
|
27040
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27041
|
+
}
|
|
27042
|
+
return data;
|
|
27043
|
+
};
|
|
27044
|
+
var useAddEventFollowupAddOn = (options = {}) => {
|
|
27045
|
+
return useConnectedMutation(AddEventFollowupAddOn, options, {
|
|
27046
|
+
domain: "events",
|
|
27047
|
+
type: "update"
|
|
27048
|
+
});
|
|
27049
|
+
};
|
|
27050
|
+
|
|
27051
|
+
// src/mutations/event/followups/useAddEventFollowupPassType.ts
|
|
27052
|
+
var AddEventFollowupPassType = async ({
|
|
27053
|
+
eventId,
|
|
27054
|
+
followupId,
|
|
27055
|
+
passTypeId,
|
|
27056
|
+
adminApiParams,
|
|
27057
|
+
queryClient
|
|
27058
|
+
}) => {
|
|
27059
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27060
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups/${followupId}/passTypes/${passTypeId}`);
|
|
27061
|
+
if (queryClient && data.status === "ok") {
|
|
27062
|
+
queryClient.invalidateQueries({
|
|
27063
|
+
queryKey: EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY(eventId, followupId)
|
|
27064
|
+
});
|
|
27065
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27066
|
+
}
|
|
27067
|
+
return data;
|
|
27068
|
+
};
|
|
27069
|
+
var useAddEventFollowupPassType = (options = {}) => {
|
|
27070
|
+
return useConnectedMutation(AddEventFollowupPassType, options, {
|
|
27071
|
+
domain: "events",
|
|
27072
|
+
type: "update"
|
|
27073
|
+
});
|
|
27074
|
+
};
|
|
27075
|
+
|
|
27076
|
+
// src/mutations/event/followups/useAddEventFollowupQuestion.ts
|
|
27077
|
+
var AddEventFollowupQuestion = async ({
|
|
27078
|
+
eventId,
|
|
27079
|
+
followupId,
|
|
27080
|
+
questionId,
|
|
27081
|
+
adminApiParams,
|
|
27082
|
+
queryClient
|
|
27083
|
+
}) => {
|
|
27084
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27085
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups/${followupId}/questions/${questionId}`);
|
|
27086
|
+
if (queryClient && data.status === "ok") {
|
|
27087
|
+
queryClient.invalidateQueries({
|
|
27088
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId)
|
|
27089
|
+
});
|
|
27090
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27091
|
+
}
|
|
27092
|
+
return data;
|
|
27093
|
+
};
|
|
27094
|
+
var useAddEventFollowupQuestion = (options = {}) => {
|
|
27095
|
+
return useConnectedMutation(AddEventFollowupQuestion, options, {
|
|
27096
|
+
domain: "events",
|
|
27097
|
+
type: "update"
|
|
27098
|
+
});
|
|
27099
|
+
};
|
|
27100
|
+
|
|
27101
|
+
// src/mutations/event/followups/useAddEventFollowupTier.ts
|
|
27102
|
+
var AddEventFollowupTier = async ({
|
|
27103
|
+
allowed,
|
|
27104
|
+
eventId,
|
|
27105
|
+
followupId,
|
|
27106
|
+
tierId,
|
|
27107
|
+
adminApiParams,
|
|
27108
|
+
queryClient
|
|
27109
|
+
}) => {
|
|
27110
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27111
|
+
const { data } = await connectedXM.post(
|
|
27112
|
+
`/events/${eventId}/followups/${followupId}/tiers/${tierId}`,
|
|
27113
|
+
{
|
|
27114
|
+
allowed
|
|
27115
|
+
}
|
|
27116
|
+
);
|
|
27117
|
+
if (queryClient && data.status === "ok") {
|
|
27118
|
+
queryClient.invalidateQueries({
|
|
27119
|
+
queryKey: EVENT_FOLLOWUP_TIERS_QUERY_KEY(allowed, eventId, followupId)
|
|
27120
|
+
});
|
|
27121
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27122
|
+
}
|
|
27123
|
+
return data;
|
|
27124
|
+
};
|
|
27125
|
+
var useAddEventFollowupTier = (options = {}) => {
|
|
27126
|
+
return useConnectedMutation(AddEventFollowupTier, options, {
|
|
27127
|
+
domain: "events",
|
|
27128
|
+
type: "update"
|
|
27129
|
+
});
|
|
27130
|
+
};
|
|
27131
|
+
|
|
27132
|
+
// src/mutations/event/followups/useCreateEventFollowup.ts
|
|
27133
|
+
var CreateEventFollowup = async ({
|
|
27134
|
+
eventId,
|
|
27135
|
+
followup,
|
|
27136
|
+
adminApiParams,
|
|
27137
|
+
queryClient
|
|
27138
|
+
}) => {
|
|
27139
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27140
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups`, followup);
|
|
27141
|
+
if (queryClient && data.status === "ok") {
|
|
27142
|
+
queryClient.invalidateQueries({
|
|
27143
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27144
|
+
});
|
|
27145
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(
|
|
27146
|
+
queryClient,
|
|
27147
|
+
[eventId, data.data.id.toString()],
|
|
27148
|
+
data
|
|
27149
|
+
);
|
|
27150
|
+
}
|
|
27151
|
+
return data;
|
|
27152
|
+
};
|
|
27153
|
+
var useCreateEventFollowup = (options = {}) => {
|
|
27154
|
+
return useConnectedMutation(CreateEventFollowup, options, {
|
|
27155
|
+
domain: "events",
|
|
27156
|
+
type: "update"
|
|
27157
|
+
});
|
|
27158
|
+
};
|
|
27159
|
+
|
|
27160
|
+
// src/mutations/event/followups/useDeleteEventFollowup.ts
|
|
27161
|
+
var DeleteEventFollowup = async ({
|
|
27162
|
+
eventId,
|
|
27163
|
+
followupId,
|
|
27164
|
+
adminApiParams,
|
|
27165
|
+
queryClient
|
|
27166
|
+
}) => {
|
|
27167
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27168
|
+
const { data } = await connectedXM.delete(
|
|
27169
|
+
`/events/${eventId}/followups/${followupId}`
|
|
27170
|
+
);
|
|
27171
|
+
if (queryClient && data.status === "ok") {
|
|
27172
|
+
queryClient.invalidateQueries({
|
|
27173
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27174
|
+
});
|
|
27175
|
+
queryClient.removeQueries({
|
|
27176
|
+
queryKey: EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId)
|
|
27177
|
+
});
|
|
27178
|
+
}
|
|
27179
|
+
return data;
|
|
27180
|
+
};
|
|
27181
|
+
var useDeleteEventFollowup = (options = {}) => {
|
|
27182
|
+
return useConnectedMutation(DeleteEventFollowup, options, {
|
|
27183
|
+
domain: "events",
|
|
27184
|
+
type: "update"
|
|
27185
|
+
});
|
|
27186
|
+
};
|
|
27187
|
+
|
|
27188
|
+
// src/mutations/event/followups/useRemoveEventFollowupAddOn.ts
|
|
27189
|
+
var RemoveEventFollowupAddOn = async ({
|
|
27190
|
+
eventId,
|
|
27191
|
+
followupId,
|
|
27192
|
+
addOnId,
|
|
27193
|
+
adminApiParams,
|
|
27194
|
+
queryClient
|
|
27195
|
+
}) => {
|
|
27196
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27197
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/addOns/${addOnId}`);
|
|
27198
|
+
if (queryClient && data.status === "ok") {
|
|
27199
|
+
queryClient.invalidateQueries({
|
|
27200
|
+
queryKey: EVENT_FOLLOWUP_ADDONS_QUERY_KEY(eventId, followupId)
|
|
27201
|
+
});
|
|
27202
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27203
|
+
}
|
|
27204
|
+
return data;
|
|
27205
|
+
};
|
|
27206
|
+
var useRemoveEventFollowupAddOn = (options = {}) => {
|
|
27207
|
+
return useConnectedMutation(RemoveEventFollowupAddOn, options, {
|
|
27208
|
+
domain: "events",
|
|
27209
|
+
type: "update"
|
|
27210
|
+
});
|
|
27211
|
+
};
|
|
27212
|
+
|
|
27213
|
+
// src/mutations/event/followups/useRemoveEventFollowupPassType.ts
|
|
27214
|
+
var RemoveEventFollowupPassType = async ({
|
|
27215
|
+
eventId,
|
|
27216
|
+
followupId,
|
|
27217
|
+
passTypeId,
|
|
27218
|
+
adminApiParams,
|
|
27219
|
+
queryClient
|
|
27220
|
+
}) => {
|
|
27221
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27222
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/passTypes/${passTypeId}`);
|
|
27223
|
+
if (queryClient && data.status === "ok") {
|
|
27224
|
+
queryClient.invalidateQueries({
|
|
27225
|
+
queryKey: EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY(eventId, followupId)
|
|
27226
|
+
});
|
|
27227
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27228
|
+
}
|
|
27229
|
+
return data;
|
|
27230
|
+
};
|
|
27231
|
+
var useRemoveEventFollowupPassType = (options = {}) => {
|
|
27232
|
+
return useConnectedMutation(RemoveEventFollowupPassType, options, {
|
|
27233
|
+
domain: "events",
|
|
27234
|
+
type: "update"
|
|
27235
|
+
});
|
|
27236
|
+
};
|
|
27237
|
+
|
|
27238
|
+
// src/mutations/event/followups/useRemoveEventFollowupQuestion.ts
|
|
27239
|
+
var RemoveEventFollowupQuestion = async ({
|
|
27240
|
+
eventId,
|
|
27241
|
+
followupId,
|
|
27242
|
+
questionId,
|
|
27243
|
+
adminApiParams,
|
|
27244
|
+
queryClient
|
|
27245
|
+
}) => {
|
|
27246
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27247
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/questions/${questionId}`);
|
|
27248
|
+
if (queryClient && data.status === "ok") {
|
|
27249
|
+
queryClient.invalidateQueries({
|
|
27250
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId)
|
|
27251
|
+
});
|
|
27252
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27253
|
+
}
|
|
27254
|
+
return data;
|
|
27255
|
+
};
|
|
27256
|
+
var useRemoveEventFollowupQuestion = (options = {}) => {
|
|
27257
|
+
return useConnectedMutation(RemoveEventFollowupQuestion, options, {
|
|
27258
|
+
domain: "events",
|
|
27259
|
+
type: "update"
|
|
27260
|
+
});
|
|
27261
|
+
};
|
|
27262
|
+
|
|
27263
|
+
// src/mutations/event/followups/useRemoveEventFollowupTier.ts
|
|
27264
|
+
var RemoveEventFollowupTier = async ({
|
|
27265
|
+
allowed,
|
|
27266
|
+
eventId,
|
|
27267
|
+
followupId,
|
|
27268
|
+
tierId,
|
|
27269
|
+
adminApiParams,
|
|
27270
|
+
queryClient
|
|
27271
|
+
}) => {
|
|
27272
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27273
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/tiers/${tierId}`, {
|
|
27274
|
+
params: {
|
|
27275
|
+
allowed
|
|
27276
|
+
}
|
|
27277
|
+
});
|
|
27278
|
+
if (queryClient && data.status === "ok") {
|
|
27279
|
+
queryClient.invalidateQueries({
|
|
27280
|
+
queryKey: EVENT_FOLLOWUP_TIERS_QUERY_KEY(allowed, eventId, followupId)
|
|
27281
|
+
});
|
|
27282
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27283
|
+
}
|
|
27284
|
+
return data;
|
|
27285
|
+
};
|
|
27286
|
+
var useRemoveEventFollowupTier = (options = {}) => {
|
|
27287
|
+
return useConnectedMutation(RemoveEventFollowupTier, options, {
|
|
27288
|
+
domain: "events",
|
|
27289
|
+
type: "update"
|
|
27290
|
+
});
|
|
27291
|
+
};
|
|
27292
|
+
|
|
27293
|
+
// src/mutations/event/followups/useReorderEventFollowupQuestions.ts
|
|
27294
|
+
var ReorderEventFollowupQuestions = async ({
|
|
27295
|
+
eventId,
|
|
27296
|
+
followupId,
|
|
27297
|
+
questionIds,
|
|
27298
|
+
adminApiParams,
|
|
27299
|
+
queryClient
|
|
27300
|
+
}) => {
|
|
27301
|
+
if (!followupId) throw new Error("Followup ID Undefined");
|
|
27302
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27303
|
+
const { data } = await connectedXM.put(`/events/${eventId}/followups/${followupId}/questions/reorder`, {
|
|
27304
|
+
questionIds
|
|
27305
|
+
});
|
|
27306
|
+
if (queryClient && data.status === "ok") {
|
|
27307
|
+
SET_EVENT_FOLLOWUP_QUESTIONS_QUERY_DATA(
|
|
27308
|
+
queryClient,
|
|
27309
|
+
[eventId, followupId],
|
|
27310
|
+
data
|
|
27311
|
+
);
|
|
27312
|
+
}
|
|
27313
|
+
return data;
|
|
27314
|
+
};
|
|
27315
|
+
var useReorderEventFollowupQuestions = (options = {}) => {
|
|
27316
|
+
return useConnectedMutation(ReorderEventFollowupQuestions, options, {
|
|
27317
|
+
domain: "events",
|
|
27318
|
+
type: "update"
|
|
27319
|
+
});
|
|
27320
|
+
};
|
|
27321
|
+
|
|
27322
|
+
// src/mutations/event/followups/useUpdateEventFollowup.ts
|
|
27323
|
+
var UpdateEventFollowup = async ({
|
|
27324
|
+
eventId,
|
|
27325
|
+
followupId,
|
|
27326
|
+
followup,
|
|
27327
|
+
adminApiParams,
|
|
27328
|
+
queryClient
|
|
27329
|
+
}) => {
|
|
27330
|
+
if (!followupId) throw new Error("Followup ID Undefined");
|
|
27331
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27332
|
+
const { data } = await connectedXM.put(`/events/${eventId}/followups/${followupId}`, {
|
|
27333
|
+
...followup,
|
|
27334
|
+
id: void 0,
|
|
27335
|
+
eventId: void 0,
|
|
27336
|
+
questions: void 0,
|
|
27337
|
+
passTypes: void 0,
|
|
27338
|
+
accountTiers: void 0,
|
|
27339
|
+
_count: void 0,
|
|
27340
|
+
createdAt: void 0,
|
|
27341
|
+
updatedAt: void 0
|
|
27342
|
+
});
|
|
27343
|
+
if (queryClient && data.status === "ok") {
|
|
27344
|
+
queryClient.invalidateQueries({
|
|
27345
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27346
|
+
});
|
|
27347
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(
|
|
27348
|
+
queryClient,
|
|
27349
|
+
[eventId, followupId || data.data?.id.toString()],
|
|
27350
|
+
data
|
|
27351
|
+
);
|
|
27352
|
+
}
|
|
27353
|
+
return data;
|
|
27354
|
+
};
|
|
27355
|
+
var useUpdateEventFollowup = (options = {}) => {
|
|
27356
|
+
return useConnectedMutation(UpdateEventFollowup, options, {
|
|
27357
|
+
domain: "events",
|
|
27358
|
+
type: "update"
|
|
27359
|
+
});
|
|
27360
|
+
};
|
|
27361
|
+
|
|
27362
|
+
// src/mutations/event/followups/useUpdateEventFollowupQuestion.ts
|
|
27363
|
+
var UpdateEventFollowupQuestion = async ({
|
|
27364
|
+
eventId,
|
|
27365
|
+
followupId,
|
|
27366
|
+
questionId,
|
|
27367
|
+
sortOrder,
|
|
27368
|
+
adminApiParams,
|
|
27369
|
+
queryClient
|
|
27370
|
+
}) => {
|
|
27371
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27372
|
+
const { data } = await connectedXM.put(`/events/${eventId}/followups/${followupId}/questions/${questionId}`, {
|
|
27373
|
+
sortOrder
|
|
27374
|
+
});
|
|
27375
|
+
if (queryClient && data.status === "ok") {
|
|
27376
|
+
queryClient.invalidateQueries({
|
|
27377
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27378
|
+
});
|
|
27379
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27380
|
+
}
|
|
27381
|
+
return data;
|
|
27382
|
+
};
|
|
27383
|
+
var useUpdateEventFollowupQuestion = (options = {}) => {
|
|
27384
|
+
return useConnectedMutation(UpdateEventFollowupQuestion, options, {
|
|
27385
|
+
domain: "events",
|
|
27386
|
+
type: "update"
|
|
27387
|
+
});
|
|
27388
|
+
};
|
|
27389
|
+
|
|
26460
27390
|
// src/mutations/event/matches/useAddEventMatchPass.ts
|
|
26461
27391
|
var AddEventMatchPass = async ({
|
|
26462
27392
|
eventId,
|
|
@@ -28294,6 +29224,9 @@ var UpdateEventPassResponse = async ({
|
|
|
28294
29224
|
queryClient.invalidateQueries({
|
|
28295
29225
|
queryKey: EVENT_PASS_RESPONSES_QUERY_KEY(eventId, passId)
|
|
28296
29226
|
});
|
|
29227
|
+
queryClient.invalidateQueries({
|
|
29228
|
+
queryKey: EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId)
|
|
29229
|
+
});
|
|
28297
29230
|
SET_EVENT_PASS_RESPONSE_QUERY_DATA(
|
|
28298
29231
|
queryClient,
|
|
28299
29232
|
[eventId, passId, questionId],
|
|
@@ -28340,6 +29273,69 @@ var useUpdateEventPassResponses = (options = {}) => {
|
|
|
28340
29273
|
});
|
|
28341
29274
|
};
|
|
28342
29275
|
|
|
29276
|
+
// src/mutations/event/passes/useUpdateEventPassFollowupResponses.ts
|
|
29277
|
+
var UpdateEventPassFollowupResponses = async ({
|
|
29278
|
+
eventId,
|
|
29279
|
+
accountId,
|
|
29280
|
+
passId,
|
|
29281
|
+
questions,
|
|
29282
|
+
adminApiParams,
|
|
29283
|
+
queryClient
|
|
29284
|
+
}) => {
|
|
29285
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
29286
|
+
const { data } = await connectedXM.put(
|
|
29287
|
+
`/events/${eventId}/attendees/${accountId}/passes/${passId}/followups`,
|
|
29288
|
+
{ questions }
|
|
29289
|
+
);
|
|
29290
|
+
if (queryClient && data.status === "ok") {
|
|
29291
|
+
queryClient.invalidateQueries({
|
|
29292
|
+
queryKey: EVENT_PASS_RESPONSES_QUERY_KEY(eventId, passId)
|
|
29293
|
+
});
|
|
29294
|
+
queryClient.invalidateQueries({
|
|
29295
|
+
queryKey: EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId)
|
|
29296
|
+
});
|
|
29297
|
+
}
|
|
29298
|
+
return data;
|
|
29299
|
+
};
|
|
29300
|
+
var useUpdateEventPassFollowupResponses = (options = {}) => {
|
|
29301
|
+
return useConnectedMutation(UpdateEventPassFollowupResponses, options, {
|
|
29302
|
+
domain: "events",
|
|
29303
|
+
type: "update"
|
|
29304
|
+
});
|
|
29305
|
+
};
|
|
29306
|
+
|
|
29307
|
+
// src/mutations/event/passes/useUpdateEventPassSingleFollowupResponses.ts
|
|
29308
|
+
var UpdateEventPassSingleFollowupResponses = async ({
|
|
29309
|
+
eventId,
|
|
29310
|
+
accountId,
|
|
29311
|
+
passId,
|
|
29312
|
+
followupId,
|
|
29313
|
+
questions,
|
|
29314
|
+
adminApiParams,
|
|
29315
|
+
queryClient
|
|
29316
|
+
}) => {
|
|
29317
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
29318
|
+
const { data } = await connectedXM.put(
|
|
29319
|
+
`/events/${eventId}/attendees/${accountId}/passes/${passId}/followups/${followupId}`,
|
|
29320
|
+
{ questions }
|
|
29321
|
+
);
|
|
29322
|
+
if (queryClient && data.status === "ok") {
|
|
29323
|
+
queryClient.invalidateQueries({
|
|
29324
|
+
queryKey: EVENT_PASS_RESPONSES_QUERY_KEY(eventId, passId)
|
|
29325
|
+
});
|
|
29326
|
+
queryClient.invalidateQueries({
|
|
29327
|
+
queryKey: EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId)
|
|
29328
|
+
});
|
|
29329
|
+
}
|
|
29330
|
+
return data;
|
|
29331
|
+
};
|
|
29332
|
+
var useUpdateEventPassSingleFollowupResponses = (options = {}) => {
|
|
29333
|
+
return useConnectedMutation(UpdateEventPassSingleFollowupResponses, options, {
|
|
29334
|
+
domain: "events",
|
|
29335
|
+
type: "update"
|
|
29336
|
+
});
|
|
29337
|
+
};
|
|
29338
|
+
|
|
28343
29339
|
// src/mutations/event/passes/useUpdateEventSessionAccess.ts
|
|
28344
29340
|
var UpdateEventSessionAccess = async ({
|
|
28345
29341
|
eventId,
|
|
@@ -28696,6 +29692,14 @@ var CreateEventQuestion = async ({
|
|
|
28696
29692
|
)
|
|
28697
29693
|
});
|
|
28698
29694
|
}
|
|
29695
|
+
if (question.followupId) {
|
|
29696
|
+
queryClient.invalidateQueries({
|
|
29697
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(
|
|
29698
|
+
eventId,
|
|
29699
|
+
question.followupId.toString()
|
|
29700
|
+
)
|
|
29701
|
+
});
|
|
29702
|
+
}
|
|
28699
29703
|
if (question.questionId) {
|
|
28700
29704
|
queryClient.invalidateQueries({
|
|
28701
29705
|
queryKey: EVENT_QUESTION_CHOICES_QUERY_KEY(
|
|
@@ -28772,6 +29776,7 @@ var DeleteEventQuestion = async ({
|
|
|
28772
29776
|
eventId,
|
|
28773
29777
|
questionId,
|
|
28774
29778
|
sectionId,
|
|
29779
|
+
followupId,
|
|
28775
29780
|
adminApiParams,
|
|
28776
29781
|
queryClient
|
|
28777
29782
|
}) => {
|
|
@@ -28786,6 +29791,11 @@ var DeleteEventQuestion = async ({
|
|
|
28786
29791
|
queryClient.removeQueries({
|
|
28787
29792
|
queryKey: EVENT_QUESTION_QUERY_KEY(eventId, questionId)
|
|
28788
29793
|
});
|
|
29794
|
+
if (followupId) {
|
|
29795
|
+
queryClient.invalidateQueries({
|
|
29796
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId)
|
|
29797
|
+
});
|
|
29798
|
+
}
|
|
28789
29799
|
if (sectionId) {
|
|
28790
29800
|
queryClient.invalidateQueries({
|
|
28791
29801
|
queryKey: EVENT_SECTION_QUESTIONS_QUERY_KEY(eventId, sectionId)
|
|
@@ -39121,6 +40131,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39121
40131
|
AddEventAddOnTier,
|
|
39122
40132
|
AddEventBenefit,
|
|
39123
40133
|
AddEventCoHost,
|
|
40134
|
+
AddEventFollowupAddOn,
|
|
40135
|
+
AddEventFollowupPassType,
|
|
40136
|
+
AddEventFollowupQuestion,
|
|
40137
|
+
AddEventFollowupTier,
|
|
39124
40138
|
AddEventMatchPass,
|
|
39125
40139
|
AddEventMediaItemPassType,
|
|
39126
40140
|
AddEventPageImage,
|
|
@@ -39264,6 +40278,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39264
40278
|
CreateEventFaqSectionQuestion,
|
|
39265
40279
|
CreateEventFaqSectionQuestionTranslation,
|
|
39266
40280
|
CreateEventFaqSectionTranslation,
|
|
40281
|
+
CreateEventFollowup,
|
|
40282
|
+
CreateEventFollowupTranslation,
|
|
39267
40283
|
CreateEventMatch,
|
|
39268
40284
|
CreateEventMediaItem,
|
|
39269
40285
|
CreateEventPackage,
|
|
@@ -39406,6 +40422,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39406
40422
|
DeleteEventFaqSectionQuestion,
|
|
39407
40423
|
DeleteEventFaqSectionQuestionTranslation,
|
|
39408
40424
|
DeleteEventFaqSectionTranslation,
|
|
40425
|
+
DeleteEventFollowup,
|
|
40426
|
+
DeleteEventFollowupTranslation,
|
|
39409
40427
|
DeleteEventMatch,
|
|
39410
40428
|
DeleteEventMediaItem,
|
|
39411
40429
|
DeleteEventPackage,
|
|
@@ -39551,6 +40569,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39551
40569
|
EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_KEY,
|
|
39552
40570
|
EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_KEY,
|
|
39553
40571
|
EVENT_FAQ_SECTION_TRANSLATION_QUERY_KEY,
|
|
40572
|
+
EVENT_FOLLOWUPS_QUERY_KEY,
|
|
40573
|
+
EVENT_FOLLOWUP_ADDONS_QUERY_KEY,
|
|
40574
|
+
EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY,
|
|
40575
|
+
EVENT_FOLLOWUP_QUERY_KEY,
|
|
40576
|
+
EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY,
|
|
40577
|
+
EVENT_FOLLOWUP_TIERS_QUERY_KEY,
|
|
40578
|
+
EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY,
|
|
40579
|
+
EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY,
|
|
39554
40580
|
EVENT_MEDIA_ITEMS_QUERY_KEY,
|
|
39555
40581
|
EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_KEY,
|
|
39556
40582
|
EVENT_MEDIA_ITEM_QUERY_KEY,
|
|
@@ -39572,6 +40598,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39572
40598
|
EVENT_PASS_ATTENDEE_PASSES_QUERY_KEY,
|
|
39573
40599
|
EVENT_PASS_MATCHES_QUERY_KEY,
|
|
39574
40600
|
EVENT_PASS_QUERY_KEY,
|
|
40601
|
+
EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY,
|
|
39575
40602
|
EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY,
|
|
39576
40603
|
EVENT_PASS_RESPONSES_QUERY_KEY,
|
|
39577
40604
|
EVENT_PASS_RESPONSE_CHANGES_QUERY_KEY,
|
|
@@ -39875,6 +40902,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39875
40902
|
GetEventFaqSectionTranslation,
|
|
39876
40903
|
GetEventFaqSectionTranslations,
|
|
39877
40904
|
GetEventFaqSections,
|
|
40905
|
+
GetEventFollowup,
|
|
40906
|
+
GetEventFollowupAddOns,
|
|
40907
|
+
GetEventFollowupPassTypes,
|
|
40908
|
+
GetEventFollowupQuestions,
|
|
40909
|
+
GetEventFollowupTiers,
|
|
40910
|
+
GetEventFollowupTranslation,
|
|
40911
|
+
GetEventFollowupTranslations,
|
|
40912
|
+
GetEventFollowups,
|
|
39878
40913
|
GetEventMediaItem,
|
|
39879
40914
|
GetEventMediaItemPassTypes,
|
|
39880
40915
|
GetEventMediaItems,
|
|
@@ -39895,6 +40930,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39895
40930
|
GetEventPassAddOns,
|
|
39896
40931
|
GetEventPassAttendeePasses,
|
|
39897
40932
|
GetEventPassMatches,
|
|
40933
|
+
GetEventPassQuestionFollowups,
|
|
39898
40934
|
GetEventPassQuestionSections,
|
|
39899
40935
|
GetEventPassResponse,
|
|
39900
40936
|
GetEventPassResponseChanges,
|
|
@@ -40281,6 +41317,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40281
41317
|
RemoveEventAddOnTier,
|
|
40282
41318
|
RemoveEventBenefit,
|
|
40283
41319
|
RemoveEventCoHost,
|
|
41320
|
+
RemoveEventFollowupAddOn,
|
|
41321
|
+
RemoveEventFollowupPassType,
|
|
41322
|
+
RemoveEventFollowupQuestion,
|
|
41323
|
+
RemoveEventFollowupTier,
|
|
40284
41324
|
RemoveEventMatchPass,
|
|
40285
41325
|
RemoveEventMediaItemPassType,
|
|
40286
41326
|
RemoveEventPageImage,
|
|
@@ -40321,6 +41361,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40321
41361
|
RemoveSurveySectionQuestion,
|
|
40322
41362
|
RemoveTierAccounts,
|
|
40323
41363
|
ReorderEventFaqSectionQuestions,
|
|
41364
|
+
ReorderEventFollowupQuestions,
|
|
40324
41365
|
ReorderEventQuestionChoiceSubQuestions,
|
|
40325
41366
|
ReorderEventQuestionChoices,
|
|
40326
41367
|
ReorderEventSectionQuestions,
|
|
@@ -40478,6 +41519,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40478
41519
|
SET_EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_DATA,
|
|
40479
41520
|
SET_EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_DATA,
|
|
40480
41521
|
SET_EVENT_FAQ_SECTION_TRANSLATION_QUERY_DATA,
|
|
41522
|
+
SET_EVENT_FOLLOWUPS_QUERY_DATA,
|
|
41523
|
+
SET_EVENT_FOLLOWUP_ADDONS_QUERY_DATA,
|
|
41524
|
+
SET_EVENT_FOLLOWUP_PASS_TYPES_QUERY_DATA,
|
|
41525
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA,
|
|
41526
|
+
SET_EVENT_FOLLOWUP_QUESTIONS_QUERY_DATA,
|
|
41527
|
+
SET_EVENT_FOLLOWUP_TIERS_QUERY_DATA,
|
|
41528
|
+
SET_EVENT_FOLLOWUP_TRANSLATIONS_QUERY_DATA,
|
|
41529
|
+
SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA,
|
|
40481
41530
|
SET_EVENT_MEDIA_ITEMS_QUERY_DATA,
|
|
40482
41531
|
SET_EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_DATA,
|
|
40483
41532
|
SET_EVENT_MEDIA_ITEM_QUERY_DATA,
|
|
@@ -40498,6 +41547,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40498
41547
|
SET_EVENT_PASS_ATTENDEE_PASSES_QUERY_DATA,
|
|
40499
41548
|
SET_EVENT_PASS_MATCHES_QUERY_DATA,
|
|
40500
41549
|
SET_EVENT_PASS_QUERY_DATA,
|
|
41550
|
+
SET_EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_DATA,
|
|
40501
41551
|
SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA,
|
|
40502
41552
|
SET_EVENT_PASS_RESPONSES_QUERY_DATA,
|
|
40503
41553
|
SET_EVENT_PASS_RESPONSE_CHANGES_QUERY_DATA,
|
|
@@ -40905,6 +41955,9 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40905
41955
|
UpdateEventFaqSectionQuestion,
|
|
40906
41956
|
UpdateEventFaqSectionQuestionTranslation,
|
|
40907
41957
|
UpdateEventFaqSectionTranslation,
|
|
41958
|
+
UpdateEventFollowup,
|
|
41959
|
+
UpdateEventFollowupQuestion,
|
|
41960
|
+
UpdateEventFollowupTranslation,
|
|
40908
41961
|
UpdateEventMatch,
|
|
40909
41962
|
UpdateEventMediaItem,
|
|
40910
41963
|
UpdateEventPackage,
|
|
@@ -40913,8 +41966,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40913
41966
|
UpdateEventPage,
|
|
40914
41967
|
UpdateEventPageTranslation,
|
|
40915
41968
|
UpdateEventPass,
|
|
41969
|
+
UpdateEventPassFollowupResponses,
|
|
40916
41970
|
UpdateEventPassResponse,
|
|
40917
41971
|
UpdateEventPassResponses,
|
|
41972
|
+
UpdateEventPassSingleFollowupResponses,
|
|
40918
41973
|
UpdateEventPassType,
|
|
40919
41974
|
UpdateEventPassTypePriceSchedule,
|
|
40920
41975
|
UpdateEventPassTypeRefundSchedule,
|
|
@@ -41045,6 +42100,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41045
42100
|
useAddEventAddOnTier,
|
|
41046
42101
|
useAddEventBenefit,
|
|
41047
42102
|
useAddEventCoHost,
|
|
42103
|
+
useAddEventFollowupAddOn,
|
|
42104
|
+
useAddEventFollowupPassType,
|
|
42105
|
+
useAddEventFollowupQuestion,
|
|
42106
|
+
useAddEventFollowupTier,
|
|
41048
42107
|
useAddEventMatchPass,
|
|
41049
42108
|
useAddEventMediaItemPassType,
|
|
41050
42109
|
useAddEventPageImage,
|
|
@@ -41137,6 +42196,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41137
42196
|
useCreateEventFaqSectionQuestion,
|
|
41138
42197
|
useCreateEventFaqSectionQuestionTranslation,
|
|
41139
42198
|
useCreateEventFaqSectionTranslation,
|
|
42199
|
+
useCreateEventFollowup,
|
|
42200
|
+
useCreateEventFollowupTranslation,
|
|
41140
42201
|
useCreateEventMatch,
|
|
41141
42202
|
useCreateEventMediaItem,
|
|
41142
42203
|
useCreateEventPackage,
|
|
@@ -41271,6 +42332,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41271
42332
|
useDeleteEventFaqSectionQuestion,
|
|
41272
42333
|
useDeleteEventFaqSectionQuestionTranslation,
|
|
41273
42334
|
useDeleteEventFaqSectionTranslation,
|
|
42335
|
+
useDeleteEventFollowup,
|
|
42336
|
+
useDeleteEventFollowupTranslation,
|
|
41274
42337
|
useDeleteEventMatch,
|
|
41275
42338
|
useDeleteEventMediaItem,
|
|
41276
42339
|
useDeleteEventPackage,
|
|
@@ -41517,6 +42580,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41517
42580
|
useGetEventFaqSectionTranslation,
|
|
41518
42581
|
useGetEventFaqSectionTranslations,
|
|
41519
42582
|
useGetEventFaqSections,
|
|
42583
|
+
useGetEventFollowup,
|
|
42584
|
+
useGetEventFollowupAddOns,
|
|
42585
|
+
useGetEventFollowupPassTypes,
|
|
42586
|
+
useGetEventFollowupQuestions,
|
|
42587
|
+
useGetEventFollowupTiers,
|
|
42588
|
+
useGetEventFollowupTranslation,
|
|
42589
|
+
useGetEventFollowupTranslations,
|
|
42590
|
+
useGetEventFollowups,
|
|
41520
42591
|
useGetEventMediaItem,
|
|
41521
42592
|
useGetEventMediaItemPassTypes,
|
|
41522
42593
|
useGetEventMediaItems,
|
|
@@ -41537,6 +42608,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41537
42608
|
useGetEventPassAddOns,
|
|
41538
42609
|
useGetEventPassAttendeePasses,
|
|
41539
42610
|
useGetEventPassMatches,
|
|
42611
|
+
useGetEventPassQuestionFollowups,
|
|
41540
42612
|
useGetEventPassQuestionSections,
|
|
41541
42613
|
useGetEventPassResponse,
|
|
41542
42614
|
useGetEventPassResponseChanges,
|
|
@@ -41834,6 +42906,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41834
42906
|
useRemoveEventAddOnTier,
|
|
41835
42907
|
useRemoveEventBenefit,
|
|
41836
42908
|
useRemoveEventCoHost,
|
|
42909
|
+
useRemoveEventFollowupAddOn,
|
|
42910
|
+
useRemoveEventFollowupPassType,
|
|
42911
|
+
useRemoveEventFollowupQuestion,
|
|
42912
|
+
useRemoveEventFollowupTier,
|
|
41837
42913
|
useRemoveEventMatchPass,
|
|
41838
42914
|
useRemoveEventMediaItemPassType,
|
|
41839
42915
|
useRemoveEventPageImage,
|
|
@@ -41874,6 +42950,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41874
42950
|
useRemoveSurveySectionQuestion,
|
|
41875
42951
|
useRemoveTierAccounts,
|
|
41876
42952
|
useReorderEventFaqSectionQuestions,
|
|
42953
|
+
useReorderEventFollowupQuestions,
|
|
41877
42954
|
useReorderEventQuestionChoiceSubQuestions,
|
|
41878
42955
|
useReorderEventQuestionChoices,
|
|
41879
42956
|
useReorderEventSectionQuestions,
|
|
@@ -41942,6 +43019,9 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41942
43019
|
useUpdateEventFaqSectionQuestion,
|
|
41943
43020
|
useUpdateEventFaqSectionQuestionTranslation,
|
|
41944
43021
|
useUpdateEventFaqSectionTranslation,
|
|
43022
|
+
useUpdateEventFollowup,
|
|
43023
|
+
useUpdateEventFollowupQuestion,
|
|
43024
|
+
useUpdateEventFollowupTranslation,
|
|
41945
43025
|
useUpdateEventMatch,
|
|
41946
43026
|
useUpdateEventMediaItem,
|
|
41947
43027
|
useUpdateEventPackage,
|
|
@@ -41950,8 +43030,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41950
43030
|
useUpdateEventPage,
|
|
41951
43031
|
useUpdateEventPageTranslation,
|
|
41952
43032
|
useUpdateEventPass,
|
|
43033
|
+
useUpdateEventPassFollowupResponses,
|
|
41953
43034
|
useUpdateEventPassResponse,
|
|
41954
43035
|
useUpdateEventPassResponses,
|
|
43036
|
+
useUpdateEventPassSingleFollowupResponses,
|
|
41955
43037
|
useUpdateEventPassType,
|
|
41956
43038
|
useUpdateEventPassTypePriceSchedule,
|
|
41957
43039
|
useUpdateEventPassTypeRefundSchedule,
|