@connectedxm/admin 2.11.3 → 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 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,
@@ -143,7 +147,6 @@ __export(index_exports, {
143
147
  BENEFIT_QUERY_KEY: () => BENEFIT_QUERY_KEY,
144
148
  BENEFIT_TRANSLATIONS_QUERY_KEY: () => BENEFIT_TRANSLATIONS_QUERY_KEY,
145
149
  BENEFIT_TRANSLATION_QUERY_KEY: () => BENEFIT_TRANSLATION_QUERY_KEY,
146
- BOOKING_PAYMENTS_QUERY_KEY: () => BOOKING_PAYMENTS_QUERY_KEY,
147
150
  BOOKING_PLACES_QUERY_KEY: () => BOOKING_PLACES_QUERY_KEY,
148
151
  BOOKING_PLACE_BOOKINGS_QUERY_KEY: () => BOOKING_PLACE_BOOKINGS_QUERY_KEY,
149
152
  BOOKING_PLACE_QUERY_KEY: () => BOOKING_PLACE_QUERY_KEY,
@@ -240,6 +243,8 @@ __export(index_exports, {
240
243
  CreateEventFaqSectionQuestion: () => CreateEventFaqSectionQuestion,
241
244
  CreateEventFaqSectionQuestionTranslation: () => CreateEventFaqSectionQuestionTranslation,
242
245
  CreateEventFaqSectionTranslation: () => CreateEventFaqSectionTranslation,
246
+ CreateEventFollowup: () => CreateEventFollowup,
247
+ CreateEventFollowupTranslation: () => CreateEventFollowupTranslation,
243
248
  CreateEventMatch: () => CreateEventMatch,
244
249
  CreateEventMediaItem: () => CreateEventMediaItem,
245
250
  CreateEventPackage: () => CreateEventPackage,
@@ -382,6 +387,8 @@ __export(index_exports, {
382
387
  DeleteEventFaqSectionQuestion: () => DeleteEventFaqSectionQuestion,
383
388
  DeleteEventFaqSectionQuestionTranslation: () => DeleteEventFaqSectionQuestionTranslation,
384
389
  DeleteEventFaqSectionTranslation: () => DeleteEventFaqSectionTranslation,
390
+ DeleteEventFollowup: () => DeleteEventFollowup,
391
+ DeleteEventFollowupTranslation: () => DeleteEventFollowupTranslation,
385
392
  DeleteEventMatch: () => DeleteEventMatch,
386
393
  DeleteEventMediaItem: () => DeleteEventMediaItem,
387
394
  DeleteEventPackage: () => DeleteEventPackage,
@@ -527,6 +534,14 @@ __export(index_exports, {
527
534
  EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_KEY: () => EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_KEY,
528
535
  EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_KEY: () => EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_KEY,
529
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,
530
545
  EVENT_MEDIA_ITEMS_QUERY_KEY: () => EVENT_MEDIA_ITEMS_QUERY_KEY,
531
546
  EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_KEY: () => EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_KEY,
532
547
  EVENT_MEDIA_ITEM_QUERY_KEY: () => EVENT_MEDIA_ITEM_QUERY_KEY,
@@ -548,6 +563,7 @@ __export(index_exports, {
548
563
  EVENT_PASS_ATTENDEE_PASSES_QUERY_KEY: () => EVENT_PASS_ATTENDEE_PASSES_QUERY_KEY,
549
564
  EVENT_PASS_MATCHES_QUERY_KEY: () => EVENT_PASS_MATCHES_QUERY_KEY,
550
565
  EVENT_PASS_QUERY_KEY: () => EVENT_PASS_QUERY_KEY,
566
+ EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY: () => EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY,
551
567
  EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY: () => EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY,
552
568
  EVENT_PASS_RESPONSES_QUERY_KEY: () => EVENT_PASS_RESPONSES_QUERY_KEY,
553
569
  EVENT_PASS_RESPONSE_CHANGES_QUERY_KEY: () => EVENT_PASS_RESPONSE_CHANGES_QUERY_KEY,
@@ -765,7 +781,6 @@ __export(index_exports, {
765
781
  GetBenefitTranslations: () => GetBenefitTranslations,
766
782
  GetBenefits: () => GetBenefits,
767
783
  GetBooking: () => GetBooking,
768
- GetBookingPayments: () => GetBookingPayments,
769
784
  GetBookingPlace: () => GetBookingPlace,
770
785
  GetBookingPlaceBookings: () => GetBookingPlaceBookings,
771
786
  GetBookingPlaceTranslation: () => GetBookingPlaceTranslation,
@@ -852,6 +867,14 @@ __export(index_exports, {
852
867
  GetEventFaqSectionTranslation: () => GetEventFaqSectionTranslation,
853
868
  GetEventFaqSectionTranslations: () => GetEventFaqSectionTranslations,
854
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,
855
878
  GetEventMediaItem: () => GetEventMediaItem,
856
879
  GetEventMediaItemPassTypes: () => GetEventMediaItemPassTypes,
857
880
  GetEventMediaItems: () => GetEventMediaItems,
@@ -872,6 +895,7 @@ __export(index_exports, {
872
895
  GetEventPassAddOns: () => GetEventPassAddOns,
873
896
  GetEventPassAttendeePasses: () => GetEventPassAttendeePasses,
874
897
  GetEventPassMatches: () => GetEventPassMatches,
898
+ GetEventPassQuestionFollowups: () => GetEventPassQuestionFollowups,
875
899
  GetEventPassQuestionSections: () => GetEventPassQuestionSections,
876
900
  GetEventPassResponse: () => GetEventPassResponse,
877
901
  GetEventPassResponseChanges: () => GetEventPassResponseChanges,
@@ -1039,8 +1063,6 @@ __export(index_exports, {
1039
1063
  GetInvoice: () => GetInvoice,
1040
1064
  GetInvoiceLineItem: () => GetInvoiceLineItem,
1041
1065
  GetInvoiceLineItems: () => GetInvoiceLineItems,
1042
- GetInvoicePayment: () => GetInvoicePayment,
1043
- GetInvoicePayments: () => GetInvoicePayments,
1044
1066
  GetInvoices: () => GetInvoices,
1045
1067
  GetLevel: () => GetLevel,
1046
1068
  GetLevelAccounts: () => GetLevelAccounts,
@@ -1177,8 +1199,6 @@ __export(index_exports, {
1177
1199
  INVOICES_QUERY_KEY: () => INVOICES_QUERY_KEY,
1178
1200
  INVOICE_LINE_ITEMS_QUERY_KEY: () => INVOICE_LINE_ITEMS_QUERY_KEY,
1179
1201
  INVOICE_LINE_ITEM_QUERY_KEY: () => INVOICE_LINE_ITEM_QUERY_KEY,
1180
- INVOICE_PAYMENTS_QUERY_KEY: () => INVOICE_PAYMENTS_QUERY_KEY,
1181
- INVOICE_PAYMENT_QUERY_KEY: () => INVOICE_PAYMENT_QUERY_KEY,
1182
1202
  INVOICE_QUERY_KEY: () => INVOICE_QUERY_KEY,
1183
1203
  ImageType: () => ImageType,
1184
1204
  ImpersonateAccount: () => ImpersonateAccount,
@@ -1238,6 +1258,7 @@ __export(index_exports, {
1238
1258
  PassTypeAccessLevel: () => PassTypeAccessLevel,
1239
1259
  PassTypeVisibility: () => PassTypeVisibility,
1240
1260
  PaymentIntegrationType: () => PaymentIntegrationType,
1261
+ PaymentLineItemType: () => PaymentLineItemType,
1241
1262
  PaymentType: () => PaymentType,
1242
1263
  PurchaseStatus: () => PurchaseStatus,
1243
1264
  PushDeviceAppType: () => PushDeviceAppType,
@@ -1261,6 +1282,10 @@ __export(index_exports, {
1261
1282
  RemoveEventAddOnTier: () => RemoveEventAddOnTier,
1262
1283
  RemoveEventBenefit: () => RemoveEventBenefit,
1263
1284
  RemoveEventCoHost: () => RemoveEventCoHost,
1285
+ RemoveEventFollowupAddOn: () => RemoveEventFollowupAddOn,
1286
+ RemoveEventFollowupPassType: () => RemoveEventFollowupPassType,
1287
+ RemoveEventFollowupQuestion: () => RemoveEventFollowupQuestion,
1288
+ RemoveEventFollowupTier: () => RemoveEventFollowupTier,
1264
1289
  RemoveEventMatchPass: () => RemoveEventMatchPass,
1265
1290
  RemoveEventMediaItemPassType: () => RemoveEventMediaItemPassType,
1266
1291
  RemoveEventPageImage: () => RemoveEventPageImage,
@@ -1301,6 +1326,7 @@ __export(index_exports, {
1301
1326
  RemoveSurveySectionQuestion: () => RemoveSurveySectionQuestion,
1302
1327
  RemoveTierAccounts: () => RemoveTierAccounts,
1303
1328
  ReorderEventFaqSectionQuestions: () => ReorderEventFaqSectionQuestions,
1329
+ ReorderEventFollowupQuestions: () => ReorderEventFollowupQuestions,
1304
1330
  ReorderEventQuestionChoiceSubQuestions: () => ReorderEventQuestionChoiceSubQuestions,
1305
1331
  ReorderEventQuestionChoices: () => ReorderEventQuestionChoices,
1306
1332
  ReorderEventSectionQuestions: () => ReorderEventSectionQuestions,
@@ -1374,7 +1400,6 @@ __export(index_exports, {
1374
1400
  SET_BENEFIT_QUERY_DATA: () => SET_BENEFIT_QUERY_DATA,
1375
1401
  SET_BENEFIT_TRANSLATIONS_QUERY_DATA: () => SET_BENEFIT_TRANSLATIONS_QUERY_DATA,
1376
1402
  SET_BENEFIT_TRANSLATION_QUERY_DATA: () => SET_BENEFIT_TRANSLATION_QUERY_DATA,
1377
- SET_BOOKING_PAYMENTS_QUERY_DATA: () => SET_BOOKING_PAYMENTS_QUERY_DATA,
1378
1403
  SET_BOOKING_PLACES_QUERY_DATA: () => SET_BOOKING_PLACES_QUERY_DATA,
1379
1404
  SET_BOOKING_PLACE_BOOKINGS_QUERY_DATA: () => SET_BOOKING_PLACE_BOOKINGS_QUERY_DATA,
1380
1405
  SET_BOOKING_PLACE_QUERY_DATA: () => SET_BOOKING_PLACE_QUERY_DATA,
@@ -1459,6 +1484,14 @@ __export(index_exports, {
1459
1484
  SET_EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_DATA: () => SET_EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_DATA,
1460
1485
  SET_EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_DATA: () => SET_EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_DATA,
1461
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,
1462
1495
  SET_EVENT_MEDIA_ITEMS_QUERY_DATA: () => SET_EVENT_MEDIA_ITEMS_QUERY_DATA,
1463
1496
  SET_EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_DATA: () => SET_EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_DATA,
1464
1497
  SET_EVENT_MEDIA_ITEM_QUERY_DATA: () => SET_EVENT_MEDIA_ITEM_QUERY_DATA,
@@ -1479,6 +1512,7 @@ __export(index_exports, {
1479
1512
  SET_EVENT_PASS_ATTENDEE_PASSES_QUERY_DATA: () => SET_EVENT_PASS_ATTENDEE_PASSES_QUERY_DATA,
1480
1513
  SET_EVENT_PASS_MATCHES_QUERY_DATA: () => SET_EVENT_PASS_MATCHES_QUERY_DATA,
1481
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,
1482
1516
  SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA: () => SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA,
1483
1517
  SET_EVENT_PASS_RESPONSES_QUERY_DATA: () => SET_EVENT_PASS_RESPONSES_QUERY_DATA,
1484
1518
  SET_EVENT_PASS_RESPONSE_CHANGES_QUERY_DATA: () => SET_EVENT_PASS_RESPONSE_CHANGES_QUERY_DATA,
@@ -1642,8 +1676,6 @@ __export(index_exports, {
1642
1676
  SET_INVOICES_QUERY_DATA: () => SET_INVOICES_QUERY_DATA,
1643
1677
  SET_INVOICE_LINE_ITEMS_QUERY_DATA: () => SET_INVOICE_LINE_ITEMS_QUERY_DATA,
1644
1678
  SET_INVOICE_LINE_ITEM_QUERY_DATA: () => SET_INVOICE_LINE_ITEM_QUERY_DATA,
1645
- SET_INVOICE_PAYMENTS_QUERY_DATA: () => SET_INVOICE_PAYMENTS_QUERY_DATA,
1646
- SET_INVOICE_PAYMENT_QUERY_DATA: () => SET_INVOICE_PAYMENT_QUERY_DATA,
1647
1679
  SET_INVOICE_QUERY_DATA: () => SET_INVOICE_QUERY_DATA,
1648
1680
  SET_LEVELS_QUERY_DATA: () => SET_LEVELS_QUERY_DATA,
1649
1681
  SET_LEVEL_ACCOUNTS_QUERY_DATA: () => SET_LEVEL_ACCOUNTS_QUERY_DATA,
@@ -1888,6 +1920,9 @@ __export(index_exports, {
1888
1920
  UpdateEventFaqSectionQuestion: () => UpdateEventFaqSectionQuestion,
1889
1921
  UpdateEventFaqSectionQuestionTranslation: () => UpdateEventFaqSectionQuestionTranslation,
1890
1922
  UpdateEventFaqSectionTranslation: () => UpdateEventFaqSectionTranslation,
1923
+ UpdateEventFollowup: () => UpdateEventFollowup,
1924
+ UpdateEventFollowupQuestion: () => UpdateEventFollowupQuestion,
1925
+ UpdateEventFollowupTranslation: () => UpdateEventFollowupTranslation,
1891
1926
  UpdateEventMatch: () => UpdateEventMatch,
1892
1927
  UpdateEventMediaItem: () => UpdateEventMediaItem,
1893
1928
  UpdateEventPackage: () => UpdateEventPackage,
@@ -1896,8 +1931,10 @@ __export(index_exports, {
1896
1931
  UpdateEventPage: () => UpdateEventPage,
1897
1932
  UpdateEventPageTranslation: () => UpdateEventPageTranslation,
1898
1933
  UpdateEventPass: () => UpdateEventPass,
1934
+ UpdateEventPassFollowupResponses: () => UpdateEventPassFollowupResponses,
1899
1935
  UpdateEventPassResponse: () => UpdateEventPassResponse,
1900
1936
  UpdateEventPassResponses: () => UpdateEventPassResponses,
1937
+ UpdateEventPassSingleFollowupResponses: () => UpdateEventPassSingleFollowupResponses,
1901
1938
  UpdateEventPassType: () => UpdateEventPassType,
1902
1939
  UpdateEventPassTypePriceSchedule: () => UpdateEventPassTypePriceSchedule,
1903
1940
  UpdateEventPassTypeRefundSchedule: () => UpdateEventPassTypeRefundSchedule,
@@ -2028,6 +2065,10 @@ __export(index_exports, {
2028
2065
  useAddEventAddOnTier: () => useAddEventAddOnTier,
2029
2066
  useAddEventBenefit: () => useAddEventBenefit,
2030
2067
  useAddEventCoHost: () => useAddEventCoHost,
2068
+ useAddEventFollowupAddOn: () => useAddEventFollowupAddOn,
2069
+ useAddEventFollowupPassType: () => useAddEventFollowupPassType,
2070
+ useAddEventFollowupQuestion: () => useAddEventFollowupQuestion,
2071
+ useAddEventFollowupTier: () => useAddEventFollowupTier,
2031
2072
  useAddEventMatchPass: () => useAddEventMatchPass,
2032
2073
  useAddEventMediaItemPassType: () => useAddEventMediaItemPassType,
2033
2074
  useAddEventPageImage: () => useAddEventPageImage,
@@ -2120,6 +2161,8 @@ __export(index_exports, {
2120
2161
  useCreateEventFaqSectionQuestion: () => useCreateEventFaqSectionQuestion,
2121
2162
  useCreateEventFaqSectionQuestionTranslation: () => useCreateEventFaqSectionQuestionTranslation,
2122
2163
  useCreateEventFaqSectionTranslation: () => useCreateEventFaqSectionTranslation,
2164
+ useCreateEventFollowup: () => useCreateEventFollowup,
2165
+ useCreateEventFollowupTranslation: () => useCreateEventFollowupTranslation,
2123
2166
  useCreateEventMatch: () => useCreateEventMatch,
2124
2167
  useCreateEventMediaItem: () => useCreateEventMediaItem,
2125
2168
  useCreateEventPackage: () => useCreateEventPackage,
@@ -2254,6 +2297,8 @@ __export(index_exports, {
2254
2297
  useDeleteEventFaqSectionQuestion: () => useDeleteEventFaqSectionQuestion,
2255
2298
  useDeleteEventFaqSectionQuestionTranslation: () => useDeleteEventFaqSectionQuestionTranslation,
2256
2299
  useDeleteEventFaqSectionTranslation: () => useDeleteEventFaqSectionTranslation,
2300
+ useDeleteEventFollowup: () => useDeleteEventFollowup,
2301
+ useDeleteEventFollowupTranslation: () => useDeleteEventFollowupTranslation,
2257
2302
  useDeleteEventMatch: () => useDeleteEventMatch,
2258
2303
  useDeleteEventMediaItem: () => useDeleteEventMediaItem,
2259
2304
  useDeleteEventPackage: () => useDeleteEventPackage,
@@ -2415,7 +2460,6 @@ __export(index_exports, {
2415
2460
  useGetBenefitTranslations: () => useGetBenefitTranslations,
2416
2461
  useGetBenefits: () => useGetBenefits,
2417
2462
  useGetBooking: () => useGetBooking,
2418
- useGetBookingPayments: () => useGetBookingPayments,
2419
2463
  useGetBookingPlace: () => useGetBookingPlace,
2420
2464
  useGetBookingPlaceBookings: () => useGetBookingPlaceBookings,
2421
2465
  useGetBookingPlaceTranslation: () => useGetBookingPlaceTranslation,
@@ -2501,6 +2545,14 @@ __export(index_exports, {
2501
2545
  useGetEventFaqSectionTranslation: () => useGetEventFaqSectionTranslation,
2502
2546
  useGetEventFaqSectionTranslations: () => useGetEventFaqSectionTranslations,
2503
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,
2504
2556
  useGetEventMediaItem: () => useGetEventMediaItem,
2505
2557
  useGetEventMediaItemPassTypes: () => useGetEventMediaItemPassTypes,
2506
2558
  useGetEventMediaItems: () => useGetEventMediaItems,
@@ -2521,6 +2573,7 @@ __export(index_exports, {
2521
2573
  useGetEventPassAddOns: () => useGetEventPassAddOns,
2522
2574
  useGetEventPassAttendeePasses: () => useGetEventPassAttendeePasses,
2523
2575
  useGetEventPassMatches: () => useGetEventPassMatches,
2576
+ useGetEventPassQuestionFollowups: () => useGetEventPassQuestionFollowups,
2524
2577
  useGetEventPassQuestionSections: () => useGetEventPassQuestionSections,
2525
2578
  useGetEventPassResponse: () => useGetEventPassResponse,
2526
2579
  useGetEventPassResponseChanges: () => useGetEventPassResponseChanges,
@@ -2687,8 +2740,6 @@ __export(index_exports, {
2687
2740
  useGetInvoice: () => useGetInvoice,
2688
2741
  useGetInvoiceLineItem: () => useGetInvoiceLineItem,
2689
2742
  useGetInvoiceLineItems: () => useGetInvoiceLineItems,
2690
- useGetInvoicePayment: () => useGetInvoicePayment,
2691
- useGetInvoicePayments: () => useGetInvoicePayments,
2692
2743
  useGetInvoices: () => useGetInvoices,
2693
2744
  useGetLevel: () => useGetLevel,
2694
2745
  useGetLevelAccounts: () => useGetLevelAccounts,
@@ -2820,6 +2871,10 @@ __export(index_exports, {
2820
2871
  useRemoveEventAddOnTier: () => useRemoveEventAddOnTier,
2821
2872
  useRemoveEventBenefit: () => useRemoveEventBenefit,
2822
2873
  useRemoveEventCoHost: () => useRemoveEventCoHost,
2874
+ useRemoveEventFollowupAddOn: () => useRemoveEventFollowupAddOn,
2875
+ useRemoveEventFollowupPassType: () => useRemoveEventFollowupPassType,
2876
+ useRemoveEventFollowupQuestion: () => useRemoveEventFollowupQuestion,
2877
+ useRemoveEventFollowupTier: () => useRemoveEventFollowupTier,
2823
2878
  useRemoveEventMatchPass: () => useRemoveEventMatchPass,
2824
2879
  useRemoveEventMediaItemPassType: () => useRemoveEventMediaItemPassType,
2825
2880
  useRemoveEventPageImage: () => useRemoveEventPageImage,
@@ -2860,6 +2915,7 @@ __export(index_exports, {
2860
2915
  useRemoveSurveySectionQuestion: () => useRemoveSurveySectionQuestion,
2861
2916
  useRemoveTierAccounts: () => useRemoveTierAccounts,
2862
2917
  useReorderEventFaqSectionQuestions: () => useReorderEventFaqSectionQuestions,
2918
+ useReorderEventFollowupQuestions: () => useReorderEventFollowupQuestions,
2863
2919
  useReorderEventQuestionChoiceSubQuestions: () => useReorderEventQuestionChoiceSubQuestions,
2864
2920
  useReorderEventQuestionChoices: () => useReorderEventQuestionChoices,
2865
2921
  useReorderEventSectionQuestions: () => useReorderEventSectionQuestions,
@@ -2928,6 +2984,9 @@ __export(index_exports, {
2928
2984
  useUpdateEventFaqSectionQuestion: () => useUpdateEventFaqSectionQuestion,
2929
2985
  useUpdateEventFaqSectionQuestionTranslation: () => useUpdateEventFaqSectionQuestionTranslation,
2930
2986
  useUpdateEventFaqSectionTranslation: () => useUpdateEventFaqSectionTranslation,
2987
+ useUpdateEventFollowup: () => useUpdateEventFollowup,
2988
+ useUpdateEventFollowupQuestion: () => useUpdateEventFollowupQuestion,
2989
+ useUpdateEventFollowupTranslation: () => useUpdateEventFollowupTranslation,
2931
2990
  useUpdateEventMatch: () => useUpdateEventMatch,
2932
2991
  useUpdateEventMediaItem: () => useUpdateEventMediaItem,
2933
2992
  useUpdateEventPackage: () => useUpdateEventPackage,
@@ -2936,8 +2995,10 @@ __export(index_exports, {
2936
2995
  useUpdateEventPage: () => useUpdateEventPage,
2937
2996
  useUpdateEventPageTranslation: () => useUpdateEventPageTranslation,
2938
2997
  useUpdateEventPass: () => useUpdateEventPass,
2998
+ useUpdateEventPassFollowupResponses: () => useUpdateEventPassFollowupResponses,
2939
2999
  useUpdateEventPassResponse: () => useUpdateEventPassResponse,
2940
3000
  useUpdateEventPassResponses: () => useUpdateEventPassResponses,
3001
+ useUpdateEventPassSingleFollowupResponses: () => useUpdateEventPassSingleFollowupResponses,
2941
3002
  useUpdateEventPassType: () => useUpdateEventPassType,
2942
3003
  useUpdateEventPassTypePriceSchedule: () => useUpdateEventPassTypePriceSchedule,
2943
3004
  useUpdateEventPassTypeRefundSchedule: () => useUpdateEventPassTypeRefundSchedule,
@@ -5284,49 +5345,6 @@ var useGetBooking = (bookingId = "", options = {}) => {
5284
5345
  );
5285
5346
  };
5286
5347
 
5287
- // src/queries/bookings/useGetBookingPayments.ts
5288
- var BOOKING_PAYMENTS_QUERY_KEY = (bookingId) => [
5289
- ...BOOKING_QUERY_KEY(bookingId),
5290
- "PAYMENTS"
5291
- ];
5292
- var SET_BOOKING_PAYMENTS_QUERY_DATA = (client, keyParams, response) => {
5293
- client.setQueryData(BOOKING_PAYMENTS_QUERY_KEY(...keyParams), response);
5294
- };
5295
- var GetBookingPayments = async ({
5296
- bookingId,
5297
- pageParam,
5298
- pageSize,
5299
- orderBy,
5300
- search,
5301
- adminApiParams
5302
- }) => {
5303
- const adminApi = await GetAdminAPI(adminApiParams);
5304
- const { data } = await adminApi.get(`/bookings/${bookingId}/payments`, {
5305
- params: {
5306
- page: pageParam || void 0,
5307
- pageSize: pageSize || void 0,
5308
- orderBy: orderBy || void 0,
5309
- search: search || void 0
5310
- }
5311
- });
5312
- return data;
5313
- };
5314
- var useGetBookingPayments = (bookingId = "", params = {}, options = {}) => {
5315
- return useConnectedInfiniteQuery(
5316
- BOOKING_PAYMENTS_QUERY_KEY(bookingId),
5317
- (params2) => GetBookingPayments({
5318
- ...params2,
5319
- bookingId
5320
- }),
5321
- params,
5322
- {
5323
- ...options,
5324
- enabled: !!bookingId && (options.enabled ?? true)
5325
- },
5326
- "bookings"
5327
- );
5328
- };
5329
-
5330
5348
  // src/queries/bookings/useGetBookingPlaces.ts
5331
5349
  var BOOKING_PLACES_QUERY_KEY = () => ["BOOKING_PLACES"];
5332
5350
  var SET_BOOKING_PLACES_QUERY_DATA = (client, keyParams, response) => {
@@ -8342,6 +8360,42 @@ var useGetEventPassMatches = (eventId = "", passId = "", sessionId, roundId, opt
8342
8360
  );
8343
8361
  };
8344
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
+
8345
8399
  // src/queries/events/passes/useGetEventPassQuestionSections.ts
8346
8400
  var EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY = (eventId, passId) => [...EVENT_PASS_QUERY_KEY(eventId, passId), "SECTIONS"];
8347
8401
  var SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA = (client, keyParams, response) => {
@@ -8357,7 +8411,7 @@ var GetEventPassQuestionSections = async ({
8357
8411
  adminApiParams
8358
8412
  }) => {
8359
8413
  const connectedXM = await GetAdminAPI(adminApiParams);
8360
- const { data } = await connectedXM.get(`/events/${eventId}/attendees/${accountId}/passes/${passId}/questions`);
8414
+ const { data } = await connectedXM.get(`/events/${eventId}/attendees/${accountId}/passes/${passId}/sections`);
8361
8415
  return data;
8362
8416
  };
8363
8417
  var useGetEventPassQuestionSections = (eventId = "", accountId = "", passId = "", params = {}, options = {}) => {
@@ -9315,6 +9369,365 @@ var useGetEventFaqSectionTranslation = (eventId = "", sectionId = "", locale = "
9315
9369
  );
9316
9370
  };
9317
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
+
9318
9731
  // src/queries/events/matches/useGetEventRounds.ts
9319
9732
  var EVENT_ROUNDS_QUERY_KEY = (eventId) => [
9320
9733
  ...EVENT_QUERY_KEY(eventId),
@@ -15921,6 +16334,19 @@ var PaymentIntegrationType = /* @__PURE__ */ ((PaymentIntegrationType2) => {
15921
16334
  PaymentIntegrationType2["manual"] = "manual";
15922
16335
  return PaymentIntegrationType2;
15923
16336
  })(PaymentIntegrationType || {});
16337
+ var PaymentLineItemType = /* @__PURE__ */ ((PaymentLineItemType2) => {
16338
+ PaymentLineItemType2["general"] = "general";
16339
+ PaymentLineItemType2["pass"] = "pass";
16340
+ PaymentLineItemType2["package"] = "package";
16341
+ PaymentLineItemType2["reservation"] = "reservation";
16342
+ PaymentLineItemType2["addOn"] = "addOn";
16343
+ PaymentLineItemType2["access"] = "access";
16344
+ PaymentLineItemType2["invoice"] = "invoice";
16345
+ PaymentLineItemType2["booking"] = "booking";
16346
+ PaymentLineItemType2["coupon"] = "coupon";
16347
+ PaymentLineItemType2["subscription"] = "subscription";
16348
+ return PaymentLineItemType2;
16349
+ })(PaymentLineItemType || {});
15924
16350
  var TaxIntegrationType = /* @__PURE__ */ ((TaxIntegrationType2) => {
15925
16351
  TaxIntegrationType2["stripe"] = "stripe";
15926
16352
  TaxIntegrationType2["taxjar"] = "taxjar";
@@ -17076,77 +17502,6 @@ var useGetInvoiceLineItem = (invoiceId = "", lineItemId = "", options = {}) => {
17076
17502
  );
17077
17503
  };
17078
17504
 
17079
- // src/queries/invoices/useGetInvoicePayments.ts
17080
- var INVOICE_PAYMENTS_QUERY_KEY = (invoiceId) => [
17081
- ...INVOICE_QUERY_KEY(invoiceId),
17082
- "PAYMENTS"
17083
- ];
17084
- var SET_INVOICE_PAYMENTS_QUERY_DATA = (client, keyParams, response) => {
17085
- client.setQueryData(INVOICE_PAYMENTS_QUERY_KEY(...keyParams), response);
17086
- };
17087
- var GetInvoicePayments = async ({
17088
- invoiceId,
17089
- pageParam,
17090
- pageSize,
17091
- orderBy,
17092
- search,
17093
- adminApiParams
17094
- }) => {
17095
- const adminApi = await GetAdminAPI(adminApiParams);
17096
- const { data } = await adminApi.get(`/invoices/${invoiceId}/payments`, {
17097
- params: {
17098
- page: pageParam || void 0,
17099
- pageSize: pageSize || void 0,
17100
- orderBy: orderBy || void 0,
17101
- search: search || void 0
17102
- }
17103
- });
17104
- return data;
17105
- };
17106
- var useGetInvoicePayments = (invoiceId = "", params = {}, options = {}) => {
17107
- return useConnectedInfiniteQuery(
17108
- INVOICE_PAYMENTS_QUERY_KEY(invoiceId),
17109
- (params2) => GetInvoicePayments({
17110
- ...params2,
17111
- invoiceId
17112
- }),
17113
- params,
17114
- {
17115
- ...options,
17116
- enabled: !!invoiceId && (options.enabled ?? true)
17117
- },
17118
- "invoices"
17119
- );
17120
- };
17121
-
17122
- // src/queries/invoices/useGetInvoicePayment.ts
17123
- var INVOICE_PAYMENT_QUERY_KEY = (invoiceId, paymentId) => [...INVOICE_PAYMENTS_QUERY_KEY(invoiceId), paymentId];
17124
- var SET_INVOICE_PAYMENT_QUERY_DATA = (client, keyParams, response) => {
17125
- client.setQueryData(INVOICE_PAYMENT_QUERY_KEY(...keyParams), response);
17126
- };
17127
- var GetInvoicePayment = async ({
17128
- invoiceId,
17129
- paymentId,
17130
- adminApiParams
17131
- }) => {
17132
- const adminApi = await GetAdminAPI(adminApiParams);
17133
- const { data } = await adminApi.get(
17134
- `/invoices/${invoiceId}/payments/${paymentId}`
17135
- );
17136
- return data;
17137
- };
17138
- var useGetInvoicePayment = (invoiceId = "", paymentId = "", options = {}) => {
17139
- return useConnectedSingleQuery(
17140
- INVOICE_PAYMENT_QUERY_KEY(invoiceId, paymentId),
17141
- (params) => GetInvoicePayment({ invoiceId, paymentId, ...params }),
17142
- {
17143
- ...options,
17144
- enabled: !!invoiceId && !!paymentId
17145
- },
17146
- "invoices"
17147
- );
17148
- };
17149
-
17150
17505
  // src/queries/levels/useGetLevels.ts
17151
17506
  var LEVELS_QUERY_KEY = () => ["LEVELS"];
17152
17507
  var SET_LEVELS_QUERY_DATA = (client, keyParams, response) => {
@@ -26570,6 +26925,467 @@ var useUpdateEventFaqSectionQuestion = (options = {}) => {
26570
26925
  });
26571
26926
  };
26572
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
+
26573
27389
  // src/mutations/event/matches/useAddEventMatchPass.ts
26574
27390
  var AddEventMatchPass = async ({
26575
27391
  eventId,
@@ -28407,6 +29223,9 @@ var UpdateEventPassResponse = async ({
28407
29223
  queryClient.invalidateQueries({
28408
29224
  queryKey: EVENT_PASS_RESPONSES_QUERY_KEY(eventId, passId)
28409
29225
  });
29226
+ queryClient.invalidateQueries({
29227
+ queryKey: EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY(eventId, passId)
29228
+ });
28410
29229
  SET_EVENT_PASS_RESPONSE_QUERY_DATA(
28411
29230
  queryClient,
28412
29231
  [eventId, passId, questionId],
@@ -28453,6 +29272,69 @@ var useUpdateEventPassResponses = (options = {}) => {
28453
29272
  });
28454
29273
  };
28455
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
+
28456
29338
  // src/mutations/event/passes/useUpdateEventSessionAccess.ts
28457
29339
  var UpdateEventSessionAccess = async ({
28458
29340
  eventId,
@@ -28809,6 +29691,14 @@ var CreateEventQuestion = async ({
28809
29691
  )
28810
29692
  });
28811
29693
  }
29694
+ if (question.followupId) {
29695
+ queryClient.invalidateQueries({
29696
+ queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(
29697
+ eventId,
29698
+ question.followupId.toString()
29699
+ )
29700
+ });
29701
+ }
28812
29702
  if (question.questionId) {
28813
29703
  queryClient.invalidateQueries({
28814
29704
  queryKey: EVENT_QUESTION_CHOICES_QUERY_KEY(
@@ -28885,6 +29775,7 @@ var DeleteEventQuestion = async ({
28885
29775
  eventId,
28886
29776
  questionId,
28887
29777
  sectionId,
29778
+ followupId,
28888
29779
  adminApiParams,
28889
29780
  queryClient
28890
29781
  }) => {
@@ -28899,6 +29790,11 @@ var DeleteEventQuestion = async ({
28899
29790
  queryClient.removeQueries({
28900
29791
  queryKey: EVENT_QUESTION_QUERY_KEY(eventId, questionId)
28901
29792
  });
29793
+ if (followupId) {
29794
+ queryClient.invalidateQueries({
29795
+ queryKey: EVENT_FOLLOWUP_QUESTIONS_QUERY_KEY(eventId, followupId)
29796
+ });
29797
+ }
28902
29798
  if (sectionId) {
28903
29799
  queryClient.invalidateQueries({
28904
29800
  queryKey: EVENT_SECTION_QUESTIONS_QUERY_KEY(eventId, sectionId)
@@ -36022,16 +36918,14 @@ var useDeleteOrganizationWebhook = (options = {}) => {
36022
36918
  var RefundOrganizationPayment = async ({
36023
36919
  paymentId,
36024
36920
  eventId,
36025
- amount,
36921
+ lineItems,
36026
36922
  adminApiParams,
36027
36923
  queryClient
36028
36924
  }) => {
36029
36925
  const connectedXM = await GetAdminAPI(adminApiParams);
36030
36926
  const { data } = await connectedXM.post(
36031
36927
  `/payments/${paymentId}/refund`,
36032
- {
36033
- amount
36034
- }
36928
+ lineItems
36035
36929
  );
36036
36930
  if (queryClient && data.status === "ok") {
36037
36931
  queryClient.invalidateQueries({
@@ -36040,19 +36934,14 @@ var RefundOrganizationPayment = async ({
36040
36934
  queryClient.invalidateQueries({
36041
36935
  queryKey: PAYMENTS_QUERY_KEY()
36042
36936
  });
36043
- if (eventId && data.data?.registrationId) {
36937
+ if (eventId && data.data?.registration?.id) {
36044
36938
  queryClient.invalidateQueries({
36045
36939
  queryKey: EVENT_ATTENDEE_PAYMENTS_QUERY_KEY(
36046
36940
  eventId,
36047
- data.data.registrationId
36941
+ data.data.registration.id
36048
36942
  )
36049
36943
  });
36050
36944
  }
36051
- if (data.data?.bookingId) {
36052
- queryClient.invalidateQueries({
36053
- queryKey: BOOKING_PAYMENTS_QUERY_KEY(data.data.bookingId)
36054
- });
36055
- }
36056
36945
  }
36057
36946
  return data;
36058
36947
  };
@@ -39241,6 +40130,10 @@ var useUploadVideoCaptions = (options = {}) => {
39241
40130
  AddEventAddOnTier,
39242
40131
  AddEventBenefit,
39243
40132
  AddEventCoHost,
40133
+ AddEventFollowupAddOn,
40134
+ AddEventFollowupPassType,
40135
+ AddEventFollowupQuestion,
40136
+ AddEventFollowupTier,
39244
40137
  AddEventMatchPass,
39245
40138
  AddEventMediaItemPassType,
39246
40139
  AddEventPageImage,
@@ -39288,7 +40181,6 @@ var useUploadVideoCaptions = (options = {}) => {
39288
40181
  BENEFIT_QUERY_KEY,
39289
40182
  BENEFIT_TRANSLATIONS_QUERY_KEY,
39290
40183
  BENEFIT_TRANSLATION_QUERY_KEY,
39291
- BOOKING_PAYMENTS_QUERY_KEY,
39292
40184
  BOOKING_PLACES_QUERY_KEY,
39293
40185
  BOOKING_PLACE_BOOKINGS_QUERY_KEY,
39294
40186
  BOOKING_PLACE_QUERY_KEY,
@@ -39385,6 +40277,8 @@ var useUploadVideoCaptions = (options = {}) => {
39385
40277
  CreateEventFaqSectionQuestion,
39386
40278
  CreateEventFaqSectionQuestionTranslation,
39387
40279
  CreateEventFaqSectionTranslation,
40280
+ CreateEventFollowup,
40281
+ CreateEventFollowupTranslation,
39388
40282
  CreateEventMatch,
39389
40283
  CreateEventMediaItem,
39390
40284
  CreateEventPackage,
@@ -39527,6 +40421,8 @@ var useUploadVideoCaptions = (options = {}) => {
39527
40421
  DeleteEventFaqSectionQuestion,
39528
40422
  DeleteEventFaqSectionQuestionTranslation,
39529
40423
  DeleteEventFaqSectionTranslation,
40424
+ DeleteEventFollowup,
40425
+ DeleteEventFollowupTranslation,
39530
40426
  DeleteEventMatch,
39531
40427
  DeleteEventMediaItem,
39532
40428
  DeleteEventPackage,
@@ -39672,6 +40568,14 @@ var useUploadVideoCaptions = (options = {}) => {
39672
40568
  EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_KEY,
39673
40569
  EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_KEY,
39674
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,
39675
40579
  EVENT_MEDIA_ITEMS_QUERY_KEY,
39676
40580
  EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_KEY,
39677
40581
  EVENT_MEDIA_ITEM_QUERY_KEY,
@@ -39693,6 +40597,7 @@ var useUploadVideoCaptions = (options = {}) => {
39693
40597
  EVENT_PASS_ATTENDEE_PASSES_QUERY_KEY,
39694
40598
  EVENT_PASS_MATCHES_QUERY_KEY,
39695
40599
  EVENT_PASS_QUERY_KEY,
40600
+ EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_KEY,
39696
40601
  EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY,
39697
40602
  EVENT_PASS_RESPONSES_QUERY_KEY,
39698
40603
  EVENT_PASS_RESPONSE_CHANGES_QUERY_KEY,
@@ -39910,7 +40815,6 @@ var useUploadVideoCaptions = (options = {}) => {
39910
40815
  GetBenefitTranslations,
39911
40816
  GetBenefits,
39912
40817
  GetBooking,
39913
- GetBookingPayments,
39914
40818
  GetBookingPlace,
39915
40819
  GetBookingPlaceBookings,
39916
40820
  GetBookingPlaceTranslation,
@@ -39997,6 +40901,14 @@ var useUploadVideoCaptions = (options = {}) => {
39997
40901
  GetEventFaqSectionTranslation,
39998
40902
  GetEventFaqSectionTranslations,
39999
40903
  GetEventFaqSections,
40904
+ GetEventFollowup,
40905
+ GetEventFollowupAddOns,
40906
+ GetEventFollowupPassTypes,
40907
+ GetEventFollowupQuestions,
40908
+ GetEventFollowupTiers,
40909
+ GetEventFollowupTranslation,
40910
+ GetEventFollowupTranslations,
40911
+ GetEventFollowups,
40000
40912
  GetEventMediaItem,
40001
40913
  GetEventMediaItemPassTypes,
40002
40914
  GetEventMediaItems,
@@ -40017,6 +40929,7 @@ var useUploadVideoCaptions = (options = {}) => {
40017
40929
  GetEventPassAddOns,
40018
40930
  GetEventPassAttendeePasses,
40019
40931
  GetEventPassMatches,
40932
+ GetEventPassQuestionFollowups,
40020
40933
  GetEventPassQuestionSections,
40021
40934
  GetEventPassResponse,
40022
40935
  GetEventPassResponseChanges,
@@ -40184,8 +41097,6 @@ var useUploadVideoCaptions = (options = {}) => {
40184
41097
  GetInvoice,
40185
41098
  GetInvoiceLineItem,
40186
41099
  GetInvoiceLineItems,
40187
- GetInvoicePayment,
40188
- GetInvoicePayments,
40189
41100
  GetInvoices,
40190
41101
  GetLevel,
40191
41102
  GetLevelAccounts,
@@ -40322,8 +41233,6 @@ var useUploadVideoCaptions = (options = {}) => {
40322
41233
  INVOICES_QUERY_KEY,
40323
41234
  INVOICE_LINE_ITEMS_QUERY_KEY,
40324
41235
  INVOICE_LINE_ITEM_QUERY_KEY,
40325
- INVOICE_PAYMENTS_QUERY_KEY,
40326
- INVOICE_PAYMENT_QUERY_KEY,
40327
41236
  INVOICE_QUERY_KEY,
40328
41237
  ImageType,
40329
41238
  ImpersonateAccount,
@@ -40383,6 +41292,7 @@ var useUploadVideoCaptions = (options = {}) => {
40383
41292
  PassTypeAccessLevel,
40384
41293
  PassTypeVisibility,
40385
41294
  PaymentIntegrationType,
41295
+ PaymentLineItemType,
40386
41296
  PaymentType,
40387
41297
  PurchaseStatus,
40388
41298
  PushDeviceAppType,
@@ -40406,6 +41316,10 @@ var useUploadVideoCaptions = (options = {}) => {
40406
41316
  RemoveEventAddOnTier,
40407
41317
  RemoveEventBenefit,
40408
41318
  RemoveEventCoHost,
41319
+ RemoveEventFollowupAddOn,
41320
+ RemoveEventFollowupPassType,
41321
+ RemoveEventFollowupQuestion,
41322
+ RemoveEventFollowupTier,
40409
41323
  RemoveEventMatchPass,
40410
41324
  RemoveEventMediaItemPassType,
40411
41325
  RemoveEventPageImage,
@@ -40446,6 +41360,7 @@ var useUploadVideoCaptions = (options = {}) => {
40446
41360
  RemoveSurveySectionQuestion,
40447
41361
  RemoveTierAccounts,
40448
41362
  ReorderEventFaqSectionQuestions,
41363
+ ReorderEventFollowupQuestions,
40449
41364
  ReorderEventQuestionChoiceSubQuestions,
40450
41365
  ReorderEventQuestionChoices,
40451
41366
  ReorderEventSectionQuestions,
@@ -40519,7 +41434,6 @@ var useUploadVideoCaptions = (options = {}) => {
40519
41434
  SET_BENEFIT_QUERY_DATA,
40520
41435
  SET_BENEFIT_TRANSLATIONS_QUERY_DATA,
40521
41436
  SET_BENEFIT_TRANSLATION_QUERY_DATA,
40522
- SET_BOOKING_PAYMENTS_QUERY_DATA,
40523
41437
  SET_BOOKING_PLACES_QUERY_DATA,
40524
41438
  SET_BOOKING_PLACE_BOOKINGS_QUERY_DATA,
40525
41439
  SET_BOOKING_PLACE_QUERY_DATA,
@@ -40604,6 +41518,14 @@ var useUploadVideoCaptions = (options = {}) => {
40604
41518
  SET_EVENT_FAQ_SECTION_QUESTION_TRANSLATION_QUERY_DATA,
40605
41519
  SET_EVENT_FAQ_SECTION_TRANSLATIONS_QUERY_DATA,
40606
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,
40607
41529
  SET_EVENT_MEDIA_ITEMS_QUERY_DATA,
40608
41530
  SET_EVENT_MEDIA_ITEM_PASS_TYPES_QUERY_DATA,
40609
41531
  SET_EVENT_MEDIA_ITEM_QUERY_DATA,
@@ -40624,6 +41546,7 @@ var useUploadVideoCaptions = (options = {}) => {
40624
41546
  SET_EVENT_PASS_ATTENDEE_PASSES_QUERY_DATA,
40625
41547
  SET_EVENT_PASS_MATCHES_QUERY_DATA,
40626
41548
  SET_EVENT_PASS_QUERY_DATA,
41549
+ SET_EVENT_PASS_QUESTION_FOLLOWUPS_QUERY_DATA,
40627
41550
  SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA,
40628
41551
  SET_EVENT_PASS_RESPONSES_QUERY_DATA,
40629
41552
  SET_EVENT_PASS_RESPONSE_CHANGES_QUERY_DATA,
@@ -40787,8 +41710,6 @@ var useUploadVideoCaptions = (options = {}) => {
40787
41710
  SET_INVOICES_QUERY_DATA,
40788
41711
  SET_INVOICE_LINE_ITEMS_QUERY_DATA,
40789
41712
  SET_INVOICE_LINE_ITEM_QUERY_DATA,
40790
- SET_INVOICE_PAYMENTS_QUERY_DATA,
40791
- SET_INVOICE_PAYMENT_QUERY_DATA,
40792
41713
  SET_INVOICE_QUERY_DATA,
40793
41714
  SET_LEVELS_QUERY_DATA,
40794
41715
  SET_LEVEL_ACCOUNTS_QUERY_DATA,
@@ -41033,6 +41954,9 @@ var useUploadVideoCaptions = (options = {}) => {
41033
41954
  UpdateEventFaqSectionQuestion,
41034
41955
  UpdateEventFaqSectionQuestionTranslation,
41035
41956
  UpdateEventFaqSectionTranslation,
41957
+ UpdateEventFollowup,
41958
+ UpdateEventFollowupQuestion,
41959
+ UpdateEventFollowupTranslation,
41036
41960
  UpdateEventMatch,
41037
41961
  UpdateEventMediaItem,
41038
41962
  UpdateEventPackage,
@@ -41041,8 +41965,10 @@ var useUploadVideoCaptions = (options = {}) => {
41041
41965
  UpdateEventPage,
41042
41966
  UpdateEventPageTranslation,
41043
41967
  UpdateEventPass,
41968
+ UpdateEventPassFollowupResponses,
41044
41969
  UpdateEventPassResponse,
41045
41970
  UpdateEventPassResponses,
41971
+ UpdateEventPassSingleFollowupResponses,
41046
41972
  UpdateEventPassType,
41047
41973
  UpdateEventPassTypePriceSchedule,
41048
41974
  UpdateEventPassTypeRefundSchedule,
@@ -41173,6 +42099,10 @@ var useUploadVideoCaptions = (options = {}) => {
41173
42099
  useAddEventAddOnTier,
41174
42100
  useAddEventBenefit,
41175
42101
  useAddEventCoHost,
42102
+ useAddEventFollowupAddOn,
42103
+ useAddEventFollowupPassType,
42104
+ useAddEventFollowupQuestion,
42105
+ useAddEventFollowupTier,
41176
42106
  useAddEventMatchPass,
41177
42107
  useAddEventMediaItemPassType,
41178
42108
  useAddEventPageImage,
@@ -41265,6 +42195,8 @@ var useUploadVideoCaptions = (options = {}) => {
41265
42195
  useCreateEventFaqSectionQuestion,
41266
42196
  useCreateEventFaqSectionQuestionTranslation,
41267
42197
  useCreateEventFaqSectionTranslation,
42198
+ useCreateEventFollowup,
42199
+ useCreateEventFollowupTranslation,
41268
42200
  useCreateEventMatch,
41269
42201
  useCreateEventMediaItem,
41270
42202
  useCreateEventPackage,
@@ -41399,6 +42331,8 @@ var useUploadVideoCaptions = (options = {}) => {
41399
42331
  useDeleteEventFaqSectionQuestion,
41400
42332
  useDeleteEventFaqSectionQuestionTranslation,
41401
42333
  useDeleteEventFaqSectionTranslation,
42334
+ useDeleteEventFollowup,
42335
+ useDeleteEventFollowupTranslation,
41402
42336
  useDeleteEventMatch,
41403
42337
  useDeleteEventMediaItem,
41404
42338
  useDeleteEventPackage,
@@ -41560,7 +42494,6 @@ var useUploadVideoCaptions = (options = {}) => {
41560
42494
  useGetBenefitTranslations,
41561
42495
  useGetBenefits,
41562
42496
  useGetBooking,
41563
- useGetBookingPayments,
41564
42497
  useGetBookingPlace,
41565
42498
  useGetBookingPlaceBookings,
41566
42499
  useGetBookingPlaceTranslation,
@@ -41646,6 +42579,14 @@ var useUploadVideoCaptions = (options = {}) => {
41646
42579
  useGetEventFaqSectionTranslation,
41647
42580
  useGetEventFaqSectionTranslations,
41648
42581
  useGetEventFaqSections,
42582
+ useGetEventFollowup,
42583
+ useGetEventFollowupAddOns,
42584
+ useGetEventFollowupPassTypes,
42585
+ useGetEventFollowupQuestions,
42586
+ useGetEventFollowupTiers,
42587
+ useGetEventFollowupTranslation,
42588
+ useGetEventFollowupTranslations,
42589
+ useGetEventFollowups,
41649
42590
  useGetEventMediaItem,
41650
42591
  useGetEventMediaItemPassTypes,
41651
42592
  useGetEventMediaItems,
@@ -41666,6 +42607,7 @@ var useUploadVideoCaptions = (options = {}) => {
41666
42607
  useGetEventPassAddOns,
41667
42608
  useGetEventPassAttendeePasses,
41668
42609
  useGetEventPassMatches,
42610
+ useGetEventPassQuestionFollowups,
41669
42611
  useGetEventPassQuestionSections,
41670
42612
  useGetEventPassResponse,
41671
42613
  useGetEventPassResponseChanges,
@@ -41832,8 +42774,6 @@ var useUploadVideoCaptions = (options = {}) => {
41832
42774
  useGetInvoice,
41833
42775
  useGetInvoiceLineItem,
41834
42776
  useGetInvoiceLineItems,
41835
- useGetInvoicePayment,
41836
- useGetInvoicePayments,
41837
42777
  useGetInvoices,
41838
42778
  useGetLevel,
41839
42779
  useGetLevelAccounts,
@@ -41965,6 +42905,10 @@ var useUploadVideoCaptions = (options = {}) => {
41965
42905
  useRemoveEventAddOnTier,
41966
42906
  useRemoveEventBenefit,
41967
42907
  useRemoveEventCoHost,
42908
+ useRemoveEventFollowupAddOn,
42909
+ useRemoveEventFollowupPassType,
42910
+ useRemoveEventFollowupQuestion,
42911
+ useRemoveEventFollowupTier,
41968
42912
  useRemoveEventMatchPass,
41969
42913
  useRemoveEventMediaItemPassType,
41970
42914
  useRemoveEventPageImage,
@@ -42005,6 +42949,7 @@ var useUploadVideoCaptions = (options = {}) => {
42005
42949
  useRemoveSurveySectionQuestion,
42006
42950
  useRemoveTierAccounts,
42007
42951
  useReorderEventFaqSectionQuestions,
42952
+ useReorderEventFollowupQuestions,
42008
42953
  useReorderEventQuestionChoiceSubQuestions,
42009
42954
  useReorderEventQuestionChoices,
42010
42955
  useReorderEventSectionQuestions,
@@ -42073,6 +43018,9 @@ var useUploadVideoCaptions = (options = {}) => {
42073
43018
  useUpdateEventFaqSectionQuestion,
42074
43019
  useUpdateEventFaqSectionQuestionTranslation,
42075
43020
  useUpdateEventFaqSectionTranslation,
43021
+ useUpdateEventFollowup,
43022
+ useUpdateEventFollowupQuestion,
43023
+ useUpdateEventFollowupTranslation,
42076
43024
  useUpdateEventMatch,
42077
43025
  useUpdateEventMediaItem,
42078
43026
  useUpdateEventPackage,
@@ -42081,8 +43029,10 @@ var useUploadVideoCaptions = (options = {}) => {
42081
43029
  useUpdateEventPage,
42082
43030
  useUpdateEventPageTranslation,
42083
43031
  useUpdateEventPass,
43032
+ useUpdateEventPassFollowupResponses,
42084
43033
  useUpdateEventPassResponse,
42085
43034
  useUpdateEventPassResponses,
43035
+ useUpdateEventPassSingleFollowupResponses,
42086
43036
  useUpdateEventPassType,
42087
43037
  useUpdateEventPassTypePriceSchedule,
42088
43038
  useUpdateEventPassTypeRefundSchedule,