@connectedxm/admin 3.0.0 → 3.0.2
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 +1082 -1
- package/dist/index.d.cts +679 -6
- package/dist/index.d.ts +679 -6
- package/dist/index.js +1010 -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";
|
|
@@ -26457,6 +26925,467 @@ var useUpdateEventFaqSectionQuestion = (options = {}) => {
|
|
|
26457
26925
|
});
|
|
26458
26926
|
};
|
|
26459
26927
|
|
|
26928
|
+
// src/mutations/event/followups/translations/useCreateEventFollowupTranslation.ts
|
|
26929
|
+
var CreateEventFollowupTranslation = async ({
|
|
26930
|
+
eventId,
|
|
26931
|
+
followupId,
|
|
26932
|
+
locale,
|
|
26933
|
+
autoTranslate,
|
|
26934
|
+
adminApiParams,
|
|
26935
|
+
queryClient
|
|
26936
|
+
}) => {
|
|
26937
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
26938
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups/${followupId}/translations`, {
|
|
26939
|
+
locale,
|
|
26940
|
+
autoTranslate
|
|
26941
|
+
});
|
|
26942
|
+
if (queryClient && data.status === "ok") {
|
|
26943
|
+
queryClient.invalidateQueries({
|
|
26944
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(eventId, followupId)
|
|
26945
|
+
});
|
|
26946
|
+
SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA(
|
|
26947
|
+
queryClient,
|
|
26948
|
+
[eventId, followupId, data.data?.locale],
|
|
26949
|
+
data
|
|
26950
|
+
);
|
|
26951
|
+
}
|
|
26952
|
+
return data;
|
|
26953
|
+
};
|
|
26954
|
+
var useCreateEventFollowupTranslation = (options = {}) => {
|
|
26955
|
+
return useConnectedMutation(CreateEventFollowupTranslation, options, {
|
|
26956
|
+
domain: "events",
|
|
26957
|
+
type: "update"
|
|
26958
|
+
});
|
|
26959
|
+
};
|
|
26960
|
+
|
|
26961
|
+
// src/mutations/event/followups/translations/useDeleteEventFollowupTranslation.ts
|
|
26962
|
+
var DeleteEventFollowupTranslation = async ({
|
|
26963
|
+
eventId,
|
|
26964
|
+
followupId,
|
|
26965
|
+
locale,
|
|
26966
|
+
adminApiParams,
|
|
26967
|
+
queryClient
|
|
26968
|
+
}) => {
|
|
26969
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
26970
|
+
const { data } = await connectedXM.delete(
|
|
26971
|
+
`/events/${eventId}/followups/${followupId}/translations/${locale}`
|
|
26972
|
+
);
|
|
26973
|
+
if (queryClient && data.status === "ok") {
|
|
26974
|
+
queryClient.invalidateQueries({
|
|
26975
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(eventId, followupId)
|
|
26976
|
+
});
|
|
26977
|
+
queryClient.invalidateQueries({
|
|
26978
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY(eventId, followupId, locale)
|
|
26979
|
+
});
|
|
26980
|
+
}
|
|
26981
|
+
return data;
|
|
26982
|
+
};
|
|
26983
|
+
var useDeleteEventFollowupTranslation = (options = {}) => {
|
|
26984
|
+
return useConnectedMutation(DeleteEventFollowupTranslation, options, {
|
|
26985
|
+
domain: "events",
|
|
26986
|
+
type: "update"
|
|
26987
|
+
});
|
|
26988
|
+
};
|
|
26989
|
+
|
|
26990
|
+
// src/mutations/event/followups/translations/useUpdateEventFollowupTranslation.ts
|
|
26991
|
+
var UpdateEventFollowupTranslation = async ({
|
|
26992
|
+
eventId,
|
|
26993
|
+
followupId,
|
|
26994
|
+
followupTranslation,
|
|
26995
|
+
locale,
|
|
26996
|
+
adminApiParams,
|
|
26997
|
+
queryClient
|
|
26998
|
+
}) => {
|
|
26999
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27000
|
+
const { data } = await connectedXM.put(
|
|
27001
|
+
`/events/${eventId}/followups/${followupId}/translations/${locale}`,
|
|
27002
|
+
followupTranslation
|
|
27003
|
+
);
|
|
27004
|
+
if (queryClient && data.status === "ok") {
|
|
27005
|
+
queryClient.invalidateQueries({
|
|
27006
|
+
queryKey: EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY(eventId, followupId)
|
|
27007
|
+
});
|
|
27008
|
+
SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA(
|
|
27009
|
+
queryClient,
|
|
27010
|
+
[eventId, followupId, data.data?.locale],
|
|
27011
|
+
data
|
|
27012
|
+
);
|
|
27013
|
+
}
|
|
27014
|
+
return data;
|
|
27015
|
+
};
|
|
27016
|
+
var useUpdateEventFollowupTranslation = (options = {}) => {
|
|
27017
|
+
return useConnectedMutation(UpdateEventFollowupTranslation, options, {
|
|
27018
|
+
domain: "events",
|
|
27019
|
+
type: "update"
|
|
27020
|
+
});
|
|
27021
|
+
};
|
|
27022
|
+
|
|
27023
|
+
// src/mutations/event/followups/useAddEventFollowupAddOn.ts
|
|
27024
|
+
var AddEventFollowupAddOn = async ({
|
|
27025
|
+
eventId,
|
|
27026
|
+
followupId,
|
|
27027
|
+
addOnId,
|
|
27028
|
+
adminApiParams,
|
|
27029
|
+
queryClient
|
|
27030
|
+
}) => {
|
|
27031
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27032
|
+
const { data } = await connectedXM.post(
|
|
27033
|
+
`/events/${eventId}/followups/${followupId}/addOns/${addOnId}`
|
|
27034
|
+
);
|
|
27035
|
+
if (queryClient && data.status === "ok") {
|
|
27036
|
+
queryClient.invalidateQueries({
|
|
27037
|
+
queryKey: EVENT_FOLLOWUP_ADDONS_QUERY_KEY(eventId, followupId)
|
|
27038
|
+
});
|
|
27039
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27040
|
+
}
|
|
27041
|
+
return data;
|
|
27042
|
+
};
|
|
27043
|
+
var useAddEventFollowupAddOn = (options = {}) => {
|
|
27044
|
+
return useConnectedMutation(AddEventFollowupAddOn, options, {
|
|
27045
|
+
domain: "events",
|
|
27046
|
+
type: "update"
|
|
27047
|
+
});
|
|
27048
|
+
};
|
|
27049
|
+
|
|
27050
|
+
// src/mutations/event/followups/useAddEventFollowupPassType.ts
|
|
27051
|
+
var AddEventFollowupPassType = async ({
|
|
27052
|
+
eventId,
|
|
27053
|
+
followupId,
|
|
27054
|
+
passTypeId,
|
|
27055
|
+
adminApiParams,
|
|
27056
|
+
queryClient
|
|
27057
|
+
}) => {
|
|
27058
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27059
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups/${followupId}/passTypes/${passTypeId}`);
|
|
27060
|
+
if (queryClient && data.status === "ok") {
|
|
27061
|
+
queryClient.invalidateQueries({
|
|
27062
|
+
queryKey: EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY(eventId, followupId)
|
|
27063
|
+
});
|
|
27064
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27065
|
+
}
|
|
27066
|
+
return data;
|
|
27067
|
+
};
|
|
27068
|
+
var useAddEventFollowupPassType = (options = {}) => {
|
|
27069
|
+
return useConnectedMutation(AddEventFollowupPassType, options, {
|
|
27070
|
+
domain: "events",
|
|
27071
|
+
type: "update"
|
|
27072
|
+
});
|
|
27073
|
+
};
|
|
27074
|
+
|
|
27075
|
+
// src/mutations/event/followups/useAddEventFollowupQuestion.ts
|
|
27076
|
+
var AddEventFollowupQuestion = async ({
|
|
27077
|
+
eventId,
|
|
27078
|
+
followupId,
|
|
27079
|
+
questionId,
|
|
27080
|
+
adminApiParams,
|
|
27081
|
+
queryClient
|
|
27082
|
+
}) => {
|
|
27083
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27084
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups/${followupId}/questions/${questionId}`);
|
|
27085
|
+
if (queryClient && data.status === "ok") {
|
|
27086
|
+
queryClient.invalidateQueries({
|
|
27087
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId)
|
|
27088
|
+
});
|
|
27089
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27090
|
+
}
|
|
27091
|
+
return data;
|
|
27092
|
+
};
|
|
27093
|
+
var useAddEventFollowupQuestion = (options = {}) => {
|
|
27094
|
+
return useConnectedMutation(AddEventFollowupQuestion, options, {
|
|
27095
|
+
domain: "events",
|
|
27096
|
+
type: "update"
|
|
27097
|
+
});
|
|
27098
|
+
};
|
|
27099
|
+
|
|
27100
|
+
// src/mutations/event/followups/useAddEventFollowupTier.ts
|
|
27101
|
+
var AddEventFollowupTier = async ({
|
|
27102
|
+
allowed,
|
|
27103
|
+
eventId,
|
|
27104
|
+
followupId,
|
|
27105
|
+
tierId,
|
|
27106
|
+
adminApiParams,
|
|
27107
|
+
queryClient
|
|
27108
|
+
}) => {
|
|
27109
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27110
|
+
const { data } = await connectedXM.post(
|
|
27111
|
+
`/events/${eventId}/followups/${followupId}/tiers/${tierId}`,
|
|
27112
|
+
{
|
|
27113
|
+
allowed
|
|
27114
|
+
}
|
|
27115
|
+
);
|
|
27116
|
+
if (queryClient && data.status === "ok") {
|
|
27117
|
+
queryClient.invalidateQueries({
|
|
27118
|
+
queryKey: EVENT_FOLLOWUP_TIERS_QUERY_KEY(allowed, eventId, followupId)
|
|
27119
|
+
});
|
|
27120
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27121
|
+
}
|
|
27122
|
+
return data;
|
|
27123
|
+
};
|
|
27124
|
+
var useAddEventFollowupTier = (options = {}) => {
|
|
27125
|
+
return useConnectedMutation(AddEventFollowupTier, options, {
|
|
27126
|
+
domain: "events",
|
|
27127
|
+
type: "update"
|
|
27128
|
+
});
|
|
27129
|
+
};
|
|
27130
|
+
|
|
27131
|
+
// src/mutations/event/followups/useCreateEventFollowup.ts
|
|
27132
|
+
var CreateEventFollowup = async ({
|
|
27133
|
+
eventId,
|
|
27134
|
+
followup,
|
|
27135
|
+
adminApiParams,
|
|
27136
|
+
queryClient
|
|
27137
|
+
}) => {
|
|
27138
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27139
|
+
const { data } = await connectedXM.post(`/events/${eventId}/followups`, followup);
|
|
27140
|
+
if (queryClient && data.status === "ok") {
|
|
27141
|
+
queryClient.invalidateQueries({
|
|
27142
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27143
|
+
});
|
|
27144
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(
|
|
27145
|
+
queryClient,
|
|
27146
|
+
[eventId, data.data.id.toString()],
|
|
27147
|
+
data
|
|
27148
|
+
);
|
|
27149
|
+
}
|
|
27150
|
+
return data;
|
|
27151
|
+
};
|
|
27152
|
+
var useCreateEventFollowup = (options = {}) => {
|
|
27153
|
+
return useConnectedMutation(CreateEventFollowup, options, {
|
|
27154
|
+
domain: "events",
|
|
27155
|
+
type: "update"
|
|
27156
|
+
});
|
|
27157
|
+
};
|
|
27158
|
+
|
|
27159
|
+
// src/mutations/event/followups/useDeleteEventFollowup.ts
|
|
27160
|
+
var DeleteEventFollowup = async ({
|
|
27161
|
+
eventId,
|
|
27162
|
+
followupId,
|
|
27163
|
+
adminApiParams,
|
|
27164
|
+
queryClient
|
|
27165
|
+
}) => {
|
|
27166
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27167
|
+
const { data } = await connectedXM.delete(
|
|
27168
|
+
`/events/${eventId}/followups/${followupId}`
|
|
27169
|
+
);
|
|
27170
|
+
if (queryClient && data.status === "ok") {
|
|
27171
|
+
queryClient.invalidateQueries({
|
|
27172
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27173
|
+
});
|
|
27174
|
+
queryClient.removeQueries({
|
|
27175
|
+
queryKey: EVENT_FOLLOWUP_QUERY_KEY(eventId, followupId)
|
|
27176
|
+
});
|
|
27177
|
+
}
|
|
27178
|
+
return data;
|
|
27179
|
+
};
|
|
27180
|
+
var useDeleteEventFollowup = (options = {}) => {
|
|
27181
|
+
return useConnectedMutation(DeleteEventFollowup, options, {
|
|
27182
|
+
domain: "events",
|
|
27183
|
+
type: "update"
|
|
27184
|
+
});
|
|
27185
|
+
};
|
|
27186
|
+
|
|
27187
|
+
// src/mutations/event/followups/useRemoveEventFollowupAddOn.ts
|
|
27188
|
+
var RemoveEventFollowupAddOn = async ({
|
|
27189
|
+
eventId,
|
|
27190
|
+
followupId,
|
|
27191
|
+
addOnId,
|
|
27192
|
+
adminApiParams,
|
|
27193
|
+
queryClient
|
|
27194
|
+
}) => {
|
|
27195
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27196
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/addOns/${addOnId}`);
|
|
27197
|
+
if (queryClient && data.status === "ok") {
|
|
27198
|
+
queryClient.invalidateQueries({
|
|
27199
|
+
queryKey: EVENT_FOLLOWUP_ADDONS_QUERY_KEY(eventId, followupId)
|
|
27200
|
+
});
|
|
27201
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27202
|
+
}
|
|
27203
|
+
return data;
|
|
27204
|
+
};
|
|
27205
|
+
var useRemoveEventFollowupAddOn = (options = {}) => {
|
|
27206
|
+
return useConnectedMutation(RemoveEventFollowupAddOn, options, {
|
|
27207
|
+
domain: "events",
|
|
27208
|
+
type: "update"
|
|
27209
|
+
});
|
|
27210
|
+
};
|
|
27211
|
+
|
|
27212
|
+
// src/mutations/event/followups/useRemoveEventFollowupPassType.ts
|
|
27213
|
+
var RemoveEventFollowupPassType = async ({
|
|
27214
|
+
eventId,
|
|
27215
|
+
followupId,
|
|
27216
|
+
passTypeId,
|
|
27217
|
+
adminApiParams,
|
|
27218
|
+
queryClient
|
|
27219
|
+
}) => {
|
|
27220
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27221
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/passTypes/${passTypeId}`);
|
|
27222
|
+
if (queryClient && data.status === "ok") {
|
|
27223
|
+
queryClient.invalidateQueries({
|
|
27224
|
+
queryKey: EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY(eventId, followupId)
|
|
27225
|
+
});
|
|
27226
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27227
|
+
}
|
|
27228
|
+
return data;
|
|
27229
|
+
};
|
|
27230
|
+
var useRemoveEventFollowupPassType = (options = {}) => {
|
|
27231
|
+
return useConnectedMutation(RemoveEventFollowupPassType, options, {
|
|
27232
|
+
domain: "events",
|
|
27233
|
+
type: "update"
|
|
27234
|
+
});
|
|
27235
|
+
};
|
|
27236
|
+
|
|
27237
|
+
// src/mutations/event/followups/useRemoveEventFollowupQuestion.ts
|
|
27238
|
+
var RemoveEventFollowupQuestion = async ({
|
|
27239
|
+
eventId,
|
|
27240
|
+
followupId,
|
|
27241
|
+
questionId,
|
|
27242
|
+
adminApiParams,
|
|
27243
|
+
queryClient
|
|
27244
|
+
}) => {
|
|
27245
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27246
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/questions/${questionId}`);
|
|
27247
|
+
if (queryClient && data.status === "ok") {
|
|
27248
|
+
queryClient.invalidateQueries({
|
|
27249
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId)
|
|
27250
|
+
});
|
|
27251
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27252
|
+
}
|
|
27253
|
+
return data;
|
|
27254
|
+
};
|
|
27255
|
+
var useRemoveEventFollowupQuestion = (options = {}) => {
|
|
27256
|
+
return useConnectedMutation(RemoveEventFollowupQuestion, options, {
|
|
27257
|
+
domain: "events",
|
|
27258
|
+
type: "update"
|
|
27259
|
+
});
|
|
27260
|
+
};
|
|
27261
|
+
|
|
27262
|
+
// src/mutations/event/followups/useRemoveEventFollowupTier.ts
|
|
27263
|
+
var RemoveEventFollowupTier = async ({
|
|
27264
|
+
allowed,
|
|
27265
|
+
eventId,
|
|
27266
|
+
followupId,
|
|
27267
|
+
tierId,
|
|
27268
|
+
adminApiParams,
|
|
27269
|
+
queryClient
|
|
27270
|
+
}) => {
|
|
27271
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27272
|
+
const { data } = await connectedXM.delete(`/events/${eventId}/followups/${followupId}/tiers/${tierId}`, {
|
|
27273
|
+
params: {
|
|
27274
|
+
allowed
|
|
27275
|
+
}
|
|
27276
|
+
});
|
|
27277
|
+
if (queryClient && data.status === "ok") {
|
|
27278
|
+
queryClient.invalidateQueries({
|
|
27279
|
+
queryKey: EVENT_FOLLOWUP_TIERS_QUERY_KEY(allowed, eventId, followupId)
|
|
27280
|
+
});
|
|
27281
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27282
|
+
}
|
|
27283
|
+
return data;
|
|
27284
|
+
};
|
|
27285
|
+
var useRemoveEventFollowupTier = (options = {}) => {
|
|
27286
|
+
return useConnectedMutation(RemoveEventFollowupTier, options, {
|
|
27287
|
+
domain: "events",
|
|
27288
|
+
type: "update"
|
|
27289
|
+
});
|
|
27290
|
+
};
|
|
27291
|
+
|
|
27292
|
+
// src/mutations/event/followups/useReorderEventFollowupQuestions.ts
|
|
27293
|
+
var ReorderEventFollowupQuestions = async ({
|
|
27294
|
+
eventId,
|
|
27295
|
+
followupId,
|
|
27296
|
+
questionIds,
|
|
27297
|
+
adminApiParams,
|
|
27298
|
+
queryClient
|
|
27299
|
+
}) => {
|
|
27300
|
+
if (!followupId) throw new Error("Followup ID Undefined");
|
|
27301
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27302
|
+
const { data } = await connectedXM.put(`/events/${eventId}/followups/${followupId}/questions/reorder`, {
|
|
27303
|
+
questionIds
|
|
27304
|
+
});
|
|
27305
|
+
if (queryClient && data.status === "ok") {
|
|
27306
|
+
SET_EVENT_FOLLOWUP_QUESTIONS_QUERY_DATA(
|
|
27307
|
+
queryClient,
|
|
27308
|
+
[eventId, followupId],
|
|
27309
|
+
data
|
|
27310
|
+
);
|
|
27311
|
+
}
|
|
27312
|
+
return data;
|
|
27313
|
+
};
|
|
27314
|
+
var useReorderEventFollowupQuestions = (options = {}) => {
|
|
27315
|
+
return useConnectedMutation(ReorderEventFollowupQuestions, options, {
|
|
27316
|
+
domain: "events",
|
|
27317
|
+
type: "update"
|
|
27318
|
+
});
|
|
27319
|
+
};
|
|
27320
|
+
|
|
27321
|
+
// src/mutations/event/followups/useUpdateEventFollowup.ts
|
|
27322
|
+
var UpdateEventFollowup = async ({
|
|
27323
|
+
eventId,
|
|
27324
|
+
followupId,
|
|
27325
|
+
followup,
|
|
27326
|
+
adminApiParams,
|
|
27327
|
+
queryClient
|
|
27328
|
+
}) => {
|
|
27329
|
+
if (!followupId) throw new Error("Followup ID Undefined");
|
|
27330
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27331
|
+
const { data } = await connectedXM.put(`/events/${eventId}/followups/${followupId}`, {
|
|
27332
|
+
...followup,
|
|
27333
|
+
id: void 0,
|
|
27334
|
+
eventId: void 0,
|
|
27335
|
+
questions: void 0,
|
|
27336
|
+
passTypes: void 0,
|
|
27337
|
+
accountTiers: void 0,
|
|
27338
|
+
_count: void 0,
|
|
27339
|
+
createdAt: void 0,
|
|
27340
|
+
updatedAt: void 0
|
|
27341
|
+
});
|
|
27342
|
+
if (queryClient && data.status === "ok") {
|
|
27343
|
+
queryClient.invalidateQueries({
|
|
27344
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27345
|
+
});
|
|
27346
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(
|
|
27347
|
+
queryClient,
|
|
27348
|
+
[eventId, followupId || data.data?.id.toString()],
|
|
27349
|
+
data
|
|
27350
|
+
);
|
|
27351
|
+
}
|
|
27352
|
+
return data;
|
|
27353
|
+
};
|
|
27354
|
+
var useUpdateEventFollowup = (options = {}) => {
|
|
27355
|
+
return useConnectedMutation(UpdateEventFollowup, options, {
|
|
27356
|
+
domain: "events",
|
|
27357
|
+
type: "update"
|
|
27358
|
+
});
|
|
27359
|
+
};
|
|
27360
|
+
|
|
27361
|
+
// src/mutations/event/followups/useUpdateEventFollowupQuestion.ts
|
|
27362
|
+
var UpdateEventFollowupQuestion = async ({
|
|
27363
|
+
eventId,
|
|
27364
|
+
followupId,
|
|
27365
|
+
questionId,
|
|
27366
|
+
sortOrder,
|
|
27367
|
+
adminApiParams,
|
|
27368
|
+
queryClient
|
|
27369
|
+
}) => {
|
|
27370
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
27371
|
+
const { data } = await connectedXM.put(`/events/${eventId}/followups/${followupId}/questions/${questionId}`, {
|
|
27372
|
+
sortOrder
|
|
27373
|
+
});
|
|
27374
|
+
if (queryClient && data.status === "ok") {
|
|
27375
|
+
queryClient.invalidateQueries({
|
|
27376
|
+
queryKey: EVENT_FOLLOWUPS_QUERY_KEY(eventId)
|
|
27377
|
+
});
|
|
27378
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA(queryClient, [eventId, followupId], data);
|
|
27379
|
+
}
|
|
27380
|
+
return data;
|
|
27381
|
+
};
|
|
27382
|
+
var useUpdateEventFollowupQuestion = (options = {}) => {
|
|
27383
|
+
return useConnectedMutation(UpdateEventFollowupQuestion, options, {
|
|
27384
|
+
domain: "events",
|
|
27385
|
+
type: "update"
|
|
27386
|
+
});
|
|
27387
|
+
};
|
|
27388
|
+
|
|
26460
27389
|
// src/mutations/event/matches/useAddEventMatchPass.ts
|
|
26461
27390
|
var AddEventMatchPass = async ({
|
|
26462
27391
|
eventId,
|
|
@@ -28294,6 +29223,9 @@ var UpdateEventPassResponse = async ({
|
|
|
28294
29223
|
queryClient.invalidateQueries({
|
|
28295
29224
|
queryKey: EVENT_PASS_RESPONSES_QUERY_KEY(eventId, passId)
|
|
28296
29225
|
});
|
|
29226
|
+
queryClient.invalidateQueries({
|
|
29227
|
+
queryKey: EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId)
|
|
29228
|
+
});
|
|
28297
29229
|
SET_EVENT_PASS_RESPONSE_QUERY_DATA(
|
|
28298
29230
|
queryClient,
|
|
28299
29231
|
[eventId, passId, questionId],
|
|
@@ -28340,6 +29272,69 @@ var useUpdateEventPassResponses = (options = {}) => {
|
|
|
28340
29272
|
});
|
|
28341
29273
|
};
|
|
28342
29274
|
|
|
29275
|
+
// src/mutations/event/passes/useUpdateEventPassFollowupResponses.ts
|
|
29276
|
+
var UpdateEventPassFollowupResponses = async ({
|
|
29277
|
+
eventId,
|
|
29278
|
+
accountId,
|
|
29279
|
+
passId,
|
|
29280
|
+
questions,
|
|
29281
|
+
adminApiParams,
|
|
29282
|
+
queryClient
|
|
29283
|
+
}) => {
|
|
29284
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
29285
|
+
const { data } = await connectedXM.put(
|
|
29286
|
+
`/events/${eventId}/attendees/${accountId}/passes/${passId}/followups`,
|
|
29287
|
+
{ questions }
|
|
29288
|
+
);
|
|
29289
|
+
if (queryClient && data.status === "ok") {
|
|
29290
|
+
queryClient.invalidateQueries({
|
|
29291
|
+
queryKey: EVENT_PASS_RESPONSES_QUERY_KEY(eventId, passId)
|
|
29292
|
+
});
|
|
29293
|
+
queryClient.invalidateQueries({
|
|
29294
|
+
queryKey: EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId)
|
|
29295
|
+
});
|
|
29296
|
+
}
|
|
29297
|
+
return data;
|
|
29298
|
+
};
|
|
29299
|
+
var useUpdateEventPassFollowupResponses = (options = {}) => {
|
|
29300
|
+
return useConnectedMutation(UpdateEventPassFollowupResponses, options, {
|
|
29301
|
+
domain: "events",
|
|
29302
|
+
type: "update"
|
|
29303
|
+
});
|
|
29304
|
+
};
|
|
29305
|
+
|
|
29306
|
+
// src/mutations/event/passes/useUpdateEventPassSingleFollowupResponses.ts
|
|
29307
|
+
var UpdateEventPassSingleFollowupResponses = async ({
|
|
29308
|
+
eventId,
|
|
29309
|
+
accountId,
|
|
29310
|
+
passId,
|
|
29311
|
+
followupId,
|
|
29312
|
+
questions,
|
|
29313
|
+
adminApiParams,
|
|
29314
|
+
queryClient
|
|
29315
|
+
}) => {
|
|
29316
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
29317
|
+
const { data } = await connectedXM.put(
|
|
29318
|
+
`/events/${eventId}/attendees/${accountId}/passes/${passId}/followups/${followupId}`,
|
|
29319
|
+
{ questions }
|
|
29320
|
+
);
|
|
29321
|
+
if (queryClient && data.status === "ok") {
|
|
29322
|
+
queryClient.invalidateQueries({
|
|
29323
|
+
queryKey: EVENT_PASS_RESPONSES_QUERY_KEY(eventId, passId)
|
|
29324
|
+
});
|
|
29325
|
+
queryClient.invalidateQueries({
|
|
29326
|
+
queryKey: EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId)
|
|
29327
|
+
});
|
|
29328
|
+
}
|
|
29329
|
+
return data;
|
|
29330
|
+
};
|
|
29331
|
+
var useUpdateEventPassSingleFollowupResponses = (options = {}) => {
|
|
29332
|
+
return useConnectedMutation(UpdateEventPassSingleFollowupResponses, options, {
|
|
29333
|
+
domain: "events",
|
|
29334
|
+
type: "update"
|
|
29335
|
+
});
|
|
29336
|
+
};
|
|
29337
|
+
|
|
28343
29338
|
// src/mutations/event/passes/useUpdateEventSessionAccess.ts
|
|
28344
29339
|
var UpdateEventSessionAccess = async ({
|
|
28345
29340
|
eventId,
|
|
@@ -28696,6 +29691,14 @@ var CreateEventQuestion = async ({
|
|
|
28696
29691
|
)
|
|
28697
29692
|
});
|
|
28698
29693
|
}
|
|
29694
|
+
if (question.followupId) {
|
|
29695
|
+
queryClient.invalidateQueries({
|
|
29696
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(
|
|
29697
|
+
eventId,
|
|
29698
|
+
question.followupId.toString()
|
|
29699
|
+
)
|
|
29700
|
+
});
|
|
29701
|
+
}
|
|
28699
29702
|
if (question.questionId) {
|
|
28700
29703
|
queryClient.invalidateQueries({
|
|
28701
29704
|
queryKey: EVENT_QUESTION_CHOICES_QUERY_KEY(
|
|
@@ -28772,6 +29775,7 @@ var DeleteEventQuestion = async ({
|
|
|
28772
29775
|
eventId,
|
|
28773
29776
|
questionId,
|
|
28774
29777
|
sectionId,
|
|
29778
|
+
followupId,
|
|
28775
29779
|
adminApiParams,
|
|
28776
29780
|
queryClient
|
|
28777
29781
|
}) => {
|
|
@@ -28786,6 +29790,11 @@ var DeleteEventQuestion = async ({
|
|
|
28786
29790
|
queryClient.removeQueries({
|
|
28787
29791
|
queryKey: EVENT_QUESTION_QUERY_KEY(eventId, questionId)
|
|
28788
29792
|
});
|
|
29793
|
+
if (followupId) {
|
|
29794
|
+
queryClient.invalidateQueries({
|
|
29795
|
+
queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId)
|
|
29796
|
+
});
|
|
29797
|
+
}
|
|
28789
29798
|
if (sectionId) {
|
|
28790
29799
|
queryClient.invalidateQueries({
|
|
28791
29800
|
queryKey: EVENT_SECTION_QUESTIONS_QUERY_KEY(eventId, sectionId)
|
|
@@ -39121,6 +40130,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39121
40130
|
AddEventAddOnTier,
|
|
39122
40131
|
AddEventBenefit,
|
|
39123
40132
|
AddEventCoHost,
|
|
40133
|
+
AddEventFollowupAddOn,
|
|
40134
|
+
AddEventFollowupPassType,
|
|
40135
|
+
AddEventFollowupQuestion,
|
|
40136
|
+
AddEventFollowupTier,
|
|
39124
40137
|
AddEventMatchPass,
|
|
39125
40138
|
AddEventMediaItemPassType,
|
|
39126
40139
|
AddEventPageImage,
|
|
@@ -39264,6 +40277,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39264
40277
|
CreateEventFaqSectionQuestion,
|
|
39265
40278
|
CreateEventFaqSectionQuestionTranslation,
|
|
39266
40279
|
CreateEventFaqSectionTranslation,
|
|
40280
|
+
CreateEventFollowup,
|
|
40281
|
+
CreateEventFollowupTranslation,
|
|
39267
40282
|
CreateEventMatch,
|
|
39268
40283
|
CreateEventMediaItem,
|
|
39269
40284
|
CreateEventPackage,
|
|
@@ -39406,6 +40421,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39406
40421
|
DeleteEventFaqSectionQuestion,
|
|
39407
40422
|
DeleteEventFaqSectionQuestionTranslation,
|
|
39408
40423
|
DeleteEventFaqSectionTranslation,
|
|
40424
|
+
DeleteEventFollowup,
|
|
40425
|
+
DeleteEventFollowupTranslation,
|
|
39409
40426
|
DeleteEventMatch,
|
|
39410
40427
|
DeleteEventMediaItem,
|
|
39411
40428
|
DeleteEventPackage,
|
|
@@ -39551,6 +40568,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39551
40568
|
EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_KEY,
|
|
39552
40569
|
EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_KEY,
|
|
39553
40570
|
EVENT_FAQ_SECTION_TRANSLATION_QUERY_KEY,
|
|
40571
|
+
EVENT_FOLLOWUPS_QUERY_KEY,
|
|
40572
|
+
EVENT_FOLLOWUP_ADDONS_QUERY_KEY,
|
|
40573
|
+
EVENT_FOLLOWUP_PASS_TYPES_QUERY_KEY,
|
|
40574
|
+
EVENT_FOLLOWUP_QUERY_KEY,
|
|
40575
|
+
EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY,
|
|
40576
|
+
EVENT_FOLLOWUP_TIERS_QUERY_KEY,
|
|
40577
|
+
EVENT_FOLLOWUP_TRANSLATIONS_QUERY_KEY,
|
|
40578
|
+
EVENT_FOLLOWUP_TRANSLATION_QUERY_KEY,
|
|
39554
40579
|
EVENT_MEDIA_ITEMS_QUERY_KEY,
|
|
39555
40580
|
EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_KEY,
|
|
39556
40581
|
EVENT_MEDIA_ITEM_QUERY_KEY,
|
|
@@ -39572,6 +40597,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39572
40597
|
EVENT_PASS_ATTENDEE_PASSES_QUERY_KEY,
|
|
39573
40598
|
EVENT_PASS_MATCHES_QUERY_KEY,
|
|
39574
40599
|
EVENT_PASS_QUERY_KEY,
|
|
40600
|
+
EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY,
|
|
39575
40601
|
EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY,
|
|
39576
40602
|
EVENT_PASS_RESPONSES_QUERY_KEY,
|
|
39577
40603
|
EVENT_PASS_RESPONSE_CHANGES_QUERY_KEY,
|
|
@@ -39875,6 +40901,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39875
40901
|
GetEventFaqSectionTranslation,
|
|
39876
40902
|
GetEventFaqSectionTranslations,
|
|
39877
40903
|
GetEventFaqSections,
|
|
40904
|
+
GetEventFollowup,
|
|
40905
|
+
GetEventFollowupAddOns,
|
|
40906
|
+
GetEventFollowupPassTypes,
|
|
40907
|
+
GetEventFollowupQuestions,
|
|
40908
|
+
GetEventFollowupTiers,
|
|
40909
|
+
GetEventFollowupTranslation,
|
|
40910
|
+
GetEventFollowupTranslations,
|
|
40911
|
+
GetEventFollowups,
|
|
39878
40912
|
GetEventMediaItem,
|
|
39879
40913
|
GetEventMediaItemPassTypes,
|
|
39880
40914
|
GetEventMediaItems,
|
|
@@ -39895,6 +40929,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39895
40929
|
GetEventPassAddOns,
|
|
39896
40930
|
GetEventPassAttendeePasses,
|
|
39897
40931
|
GetEventPassMatches,
|
|
40932
|
+
GetEventPassQuestionFollowups,
|
|
39898
40933
|
GetEventPassQuestionSections,
|
|
39899
40934
|
GetEventPassResponse,
|
|
39900
40935
|
GetEventPassResponseChanges,
|
|
@@ -40281,6 +41316,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40281
41316
|
RemoveEventAddOnTier,
|
|
40282
41317
|
RemoveEventBenefit,
|
|
40283
41318
|
RemoveEventCoHost,
|
|
41319
|
+
RemoveEventFollowupAddOn,
|
|
41320
|
+
RemoveEventFollowupPassType,
|
|
41321
|
+
RemoveEventFollowupQuestion,
|
|
41322
|
+
RemoveEventFollowupTier,
|
|
40284
41323
|
RemoveEventMatchPass,
|
|
40285
41324
|
RemoveEventMediaItemPassType,
|
|
40286
41325
|
RemoveEventPageImage,
|
|
@@ -40321,6 +41360,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40321
41360
|
RemoveSurveySectionQuestion,
|
|
40322
41361
|
RemoveTierAccounts,
|
|
40323
41362
|
ReorderEventFaqSectionQuestions,
|
|
41363
|
+
ReorderEventFollowupQuestions,
|
|
40324
41364
|
ReorderEventQuestionChoiceSubQuestions,
|
|
40325
41365
|
ReorderEventQuestionChoices,
|
|
40326
41366
|
ReorderEventSectionQuestions,
|
|
@@ -40478,6 +41518,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40478
41518
|
SET_EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_DATA,
|
|
40479
41519
|
SET_EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_DATA,
|
|
40480
41520
|
SET_EVENT_FAQ_SECTION_TRANSLATION_QUERY_DATA,
|
|
41521
|
+
SET_EVENT_FOLLOWUPS_QUERY_DATA,
|
|
41522
|
+
SET_EVENT_FOLLOWUP_ADDONS_QUERY_DATA,
|
|
41523
|
+
SET_EVENT_FOLLOWUP_PASS_TYPES_QUERY_DATA,
|
|
41524
|
+
SET_EVENT_FOLLOWUP_QUERY_DATA,
|
|
41525
|
+
SET_EVENT_FOLLOWUP_QUESTIONS_QUERY_DATA,
|
|
41526
|
+
SET_EVENT_FOLLOWUP_TIERS_QUERY_DATA,
|
|
41527
|
+
SET_EVENT_FOLLOWUP_TRANSLATIONS_QUERY_DATA,
|
|
41528
|
+
SET_EVENT_FOLLOWUP_TRANSLATION_QUERY_DATA,
|
|
40481
41529
|
SET_EVENT_MEDIA_ITEMS_QUERY_DATA,
|
|
40482
41530
|
SET_EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_DATA,
|
|
40483
41531
|
SET_EVENT_MEDIA_ITEM_QUERY_DATA,
|
|
@@ -40498,6 +41546,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40498
41546
|
SET_EVENT_PASS_ATTENDEE_PASSES_QUERY_DATA,
|
|
40499
41547
|
SET_EVENT_PASS_MATCHES_QUERY_DATA,
|
|
40500
41548
|
SET_EVENT_PASS_QUERY_DATA,
|
|
41549
|
+
SET_EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_DATA,
|
|
40501
41550
|
SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA,
|
|
40502
41551
|
SET_EVENT_PASS_RESPONSES_QUERY_DATA,
|
|
40503
41552
|
SET_EVENT_PASS_RESPONSE_CHANGES_QUERY_DATA,
|
|
@@ -40905,6 +41954,9 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40905
41954
|
UpdateEventFaqSectionQuestion,
|
|
40906
41955
|
UpdateEventFaqSectionQuestionTranslation,
|
|
40907
41956
|
UpdateEventFaqSectionTranslation,
|
|
41957
|
+
UpdateEventFollowup,
|
|
41958
|
+
UpdateEventFollowupQuestion,
|
|
41959
|
+
UpdateEventFollowupTranslation,
|
|
40908
41960
|
UpdateEventMatch,
|
|
40909
41961
|
UpdateEventMediaItem,
|
|
40910
41962
|
UpdateEventPackage,
|
|
@@ -40913,8 +41965,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40913
41965
|
UpdateEventPage,
|
|
40914
41966
|
UpdateEventPageTranslation,
|
|
40915
41967
|
UpdateEventPass,
|
|
41968
|
+
UpdateEventPassFollowupResponses,
|
|
40916
41969
|
UpdateEventPassResponse,
|
|
40917
41970
|
UpdateEventPassResponses,
|
|
41971
|
+
UpdateEventPassSingleFollowupResponses,
|
|
40918
41972
|
UpdateEventPassType,
|
|
40919
41973
|
UpdateEventPassTypePriceSchedule,
|
|
40920
41974
|
UpdateEventPassTypeRefundSchedule,
|
|
@@ -41045,6 +42099,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41045
42099
|
useAddEventAddOnTier,
|
|
41046
42100
|
useAddEventBenefit,
|
|
41047
42101
|
useAddEventCoHost,
|
|
42102
|
+
useAddEventFollowupAddOn,
|
|
42103
|
+
useAddEventFollowupPassType,
|
|
42104
|
+
useAddEventFollowupQuestion,
|
|
42105
|
+
useAddEventFollowupTier,
|
|
41048
42106
|
useAddEventMatchPass,
|
|
41049
42107
|
useAddEventMediaItemPassType,
|
|
41050
42108
|
useAddEventPageImage,
|
|
@@ -41137,6 +42195,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41137
42195
|
useCreateEventFaqSectionQuestion,
|
|
41138
42196
|
useCreateEventFaqSectionQuestionTranslation,
|
|
41139
42197
|
useCreateEventFaqSectionTranslation,
|
|
42198
|
+
useCreateEventFollowup,
|
|
42199
|
+
useCreateEventFollowupTranslation,
|
|
41140
42200
|
useCreateEventMatch,
|
|
41141
42201
|
useCreateEventMediaItem,
|
|
41142
42202
|
useCreateEventPackage,
|
|
@@ -41271,6 +42331,8 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41271
42331
|
useDeleteEventFaqSectionQuestion,
|
|
41272
42332
|
useDeleteEventFaqSectionQuestionTranslation,
|
|
41273
42333
|
useDeleteEventFaqSectionTranslation,
|
|
42334
|
+
useDeleteEventFollowup,
|
|
42335
|
+
useDeleteEventFollowupTranslation,
|
|
41274
42336
|
useDeleteEventMatch,
|
|
41275
42337
|
useDeleteEventMediaItem,
|
|
41276
42338
|
useDeleteEventPackage,
|
|
@@ -41517,6 +42579,14 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41517
42579
|
useGetEventFaqSectionTranslation,
|
|
41518
42580
|
useGetEventFaqSectionTranslations,
|
|
41519
42581
|
useGetEventFaqSections,
|
|
42582
|
+
useGetEventFollowup,
|
|
42583
|
+
useGetEventFollowupAddOns,
|
|
42584
|
+
useGetEventFollowupPassTypes,
|
|
42585
|
+
useGetEventFollowupQuestions,
|
|
42586
|
+
useGetEventFollowupTiers,
|
|
42587
|
+
useGetEventFollowupTranslation,
|
|
42588
|
+
useGetEventFollowupTranslations,
|
|
42589
|
+
useGetEventFollowups,
|
|
41520
42590
|
useGetEventMediaItem,
|
|
41521
42591
|
useGetEventMediaItemPassTypes,
|
|
41522
42592
|
useGetEventMediaItems,
|
|
@@ -41537,6 +42607,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41537
42607
|
useGetEventPassAddOns,
|
|
41538
42608
|
useGetEventPassAttendeePasses,
|
|
41539
42609
|
useGetEventPassMatches,
|
|
42610
|
+
useGetEventPassQuestionFollowups,
|
|
41540
42611
|
useGetEventPassQuestionSections,
|
|
41541
42612
|
useGetEventPassResponse,
|
|
41542
42613
|
useGetEventPassResponseChanges,
|
|
@@ -41834,6 +42905,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41834
42905
|
useRemoveEventAddOnTier,
|
|
41835
42906
|
useRemoveEventBenefit,
|
|
41836
42907
|
useRemoveEventCoHost,
|
|
42908
|
+
useRemoveEventFollowupAddOn,
|
|
42909
|
+
useRemoveEventFollowupPassType,
|
|
42910
|
+
useRemoveEventFollowupQuestion,
|
|
42911
|
+
useRemoveEventFollowupTier,
|
|
41837
42912
|
useRemoveEventMatchPass,
|
|
41838
42913
|
useRemoveEventMediaItemPassType,
|
|
41839
42914
|
useRemoveEventPageImage,
|
|
@@ -41874,6 +42949,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41874
42949
|
useRemoveSurveySectionQuestion,
|
|
41875
42950
|
useRemoveTierAccounts,
|
|
41876
42951
|
useReorderEventFaqSectionQuestions,
|
|
42952
|
+
useReorderEventFollowupQuestions,
|
|
41877
42953
|
useReorderEventQuestionChoiceSubQuestions,
|
|
41878
42954
|
useReorderEventQuestionChoices,
|
|
41879
42955
|
useReorderEventSectionQuestions,
|
|
@@ -41942,6 +43018,9 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41942
43018
|
useUpdateEventFaqSectionQuestion,
|
|
41943
43019
|
useUpdateEventFaqSectionQuestionTranslation,
|
|
41944
43020
|
useUpdateEventFaqSectionTranslation,
|
|
43021
|
+
useUpdateEventFollowup,
|
|
43022
|
+
useUpdateEventFollowupQuestion,
|
|
43023
|
+
useUpdateEventFollowupTranslation,
|
|
41945
43024
|
useUpdateEventMatch,
|
|
41946
43025
|
useUpdateEventMediaItem,
|
|
41947
43026
|
useUpdateEventPackage,
|
|
@@ -41950,8 +43029,10 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41950
43029
|
useUpdateEventPage,
|
|
41951
43030
|
useUpdateEventPageTranslation,
|
|
41952
43031
|
useUpdateEventPass,
|
|
43032
|
+
useUpdateEventPassFollowupResponses,
|
|
41953
43033
|
useUpdateEventPassResponse,
|
|
41954
43034
|
useUpdateEventPassResponses,
|
|
43035
|
+
useUpdateEventPassSingleFollowupResponses,
|
|
41955
43036
|
useUpdateEventPassType,
|
|
41956
43037
|
useUpdateEventPassTypePriceSchedule,
|
|
41957
43038
|
useUpdateEventPassTypeRefundSchedule,
|