@bash-app/bash-common 30.370.0 → 30.371.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/accessScreening.js +1 -0
  2. package/dist/aiApproval.js +1 -0
  3. package/dist/aiEventPlan.js +1 -0
  4. package/dist/bashFeedTypes.js +1 -0
  5. package/dist/bookingIntent.js +1 -0
  6. package/dist/causeTags.js +1 -0
  7. package/dist/entertainmentNotableVenues.js +1 -0
  8. package/dist/groupTicketUtils.js +1 -0
  9. package/dist/guestPartySize.js +1 -0
  10. package/dist/hostCrmAutomation.js +1 -0
  11. package/dist/hostCrmConstants.js +1 -0
  12. package/dist/hostCrmInsights.js +1 -0
  13. package/dist/hostCrmSegments.js +1 -0
  14. package/dist/icebreakerPrompts.js +1 -0
  15. package/dist/influencerAudience.js +1 -0
  16. package/dist/legalTemplates.js +1 -0
  17. package/dist/membershipDefinitions.js +1 -0
  18. package/dist/mirroredPrismaEnums.js +1 -0
  19. package/dist/onSaleCapabilityRecommendations.js +1 -0
  20. package/dist/partnerStoreTypes.js +1 -0
  21. package/dist/productLaunch.js +1 -0
  22. package/dist/relationshipHealth.js +1 -0
  23. package/dist/requestAuthUser.js +1 -0
  24. package/dist/sideQuestIdeas.js +1 -0
  25. package/dist/storePrintArtworkUtils.js +1 -0
  26. package/dist/storeTypes.js +1 -0
  27. package/dist/stripeListingSubscriptionMessages.js +1 -0
  28. package/dist/templates/eventTemplates.js +1 -0
  29. package/dist/ticketBnplPaymentMethods.js +1 -0
  30. package/dist/userReportTypes.js +1 -0
  31. package/dist/utils/agencyBookingCheckoutCopy.js +1 -0
  32. package/dist/utils/arrayUtils.js +1 -0
  33. package/dist/utils/bashPointsPaymentUtils.js +1 -0
  34. package/dist/utils/birthdayExperienceQuality.js +1 -0
  35. package/dist/utils/contentFilterUtils.js +1 -0
  36. package/dist/utils/discountEngine/eligibilityValidator.js +1 -0
  37. package/dist/utils/displayDateUtils.js +1 -0
  38. package/dist/utils/entertainmentDrawFit.js +1 -0
  39. package/dist/utils/entityUtils.js +1 -0
  40. package/dist/utils/featuredDiscoveryGeo.js +1 -0
  41. package/dist/utils/flyerUtils.js +1 -0
  42. package/dist/utils/generalDateTimeUtils.js +1 -0
  43. package/dist/utils/lobFlyerUtils.js +1 -0
  44. package/dist/utils/localPartnerHours.js +1 -0
  45. package/dist/utils/luxonUtils.js +1 -0
  46. package/dist/utils/mathUtils.js +1 -0
  47. package/dist/utils/mediaClientDefaults.js +1 -0
  48. package/dist/utils/nonprofitUtils.js +1 -0
  49. package/dist/utils/objUtils.js +1 -0
  50. package/dist/utils/orgPromotionalPackageUtils.js +1 -0
  51. package/dist/utils/promotionBlastUtils.js +1 -0
  52. package/dist/utils/reputationUtils.js +1 -0
  53. package/dist/utils/reviewDimensionUtils.js +1 -0
  54. package/dist/utils/service/attendeeOptionUtils.js +1 -0
  55. package/dist/utils/service/billingCapUtils.js +1 -0
  56. package/dist/utils/service/eventPromoterUtils.js +1 -0
  57. package/dist/utils/service/offerAllowListUtils.js +1 -0
  58. package/dist/utils/service/offerComparisonUtils.js +1 -0
  59. package/dist/utils/service/regexUtils.js +1 -0
  60. package/dist/utils/service/serviceBookingExposureUtils.js +1 -0
  61. package/dist/utils/service/serviceFeaturedSortUtils.js +1 -0
  62. package/dist/utils/service/unifiedPricingResolver.js +1 -0
  63. package/dist/utils/service/venueSettlementUtils.js +1 -0
  64. package/dist/utils/service/volunteerCompensationUtils.js +1 -0
  65. package/dist/utils/serviceAvailabilityDisplay.js +1 -0
  66. package/dist/utils/sortUtils.js +1 -0
  67. package/dist/utils/stringUtils.js +1 -0
  68. package/dist/utils/ticketCheckInDisplay.js +1 -0
  69. package/dist/utils/trustScoreUtils.js +1 -0
  70. package/dist/utils/typeUtils.js +1 -0
  71. package/dist/utils/userPromoCodeUtils.js +1 -0
  72. package/dist/utils/userUtils.js +1 -0
  73. package/dist/utils/venueLoyalty/redemptionCodeUtils.js +1 -0
  74. package/dist/utils/venueTypeFormatter.js +1 -0
  75. package/dist/utmAttribution.js +1 -0
  76. package/dist/venueMatch.js +1 -0
  77. package/package.json +1 -1
@@ -15,3 +15,4 @@ export function accessScreeningBlocksAttendeeActions(enabled, status, hasTicket)
15
15
  return false;
16
16
  return status !== "Approved";
17
17
  }
18
+ //# sourceMappingURL=accessScreening.js.map
@@ -79,3 +79,4 @@ export const AI_BASH_APPROVAL_MODES = [
79
79
  */
80
80
  export const AI_APPROVAL_AUTO_APPROVE_CONFIDENCE = 0.85;
81
81
  export const AI_APPROVAL_AUTO_REJECT_CONFIDENCE = 0.9;
82
+ //# sourceMappingURL=aiApproval.js.map
@@ -56,3 +56,4 @@ function cryptoRandomId() {
56
56
  }
57
57
  return `ai-${Date.now()}-${Math.random().toString(36).slice(2, 9)}`;
58
58
  }
59
+ //# sourceMappingURL=aiEventPlan.js.map
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=bashFeedTypes.js.map
@@ -37,3 +37,4 @@ export function isAcceptingBookings(intent) {
37
37
  }
38
38
  /** User-facing message when a provider has paused inbound bookings. */
39
39
  export const NOT_TAKING_DATES_MESSAGE = "This provider isn't taking new dates right now.";
40
+ //# sourceMappingURL=bookingIntent.js.map
package/dist/causeTags.js CHANGED
@@ -170,3 +170,4 @@ export function validateBashDonationCauseFields(fields) {
170
170
  }
171
171
  return null;
172
172
  }
173
+ //# sourceMappingURL=causeTags.js.map
@@ -98,3 +98,4 @@ export function formatNotableVenueEntryLine(entry) {
98
98
  return `${entry.name}${favorite} — ${reasons}`;
99
99
  return `${entry.name}${favorite}`;
100
100
  }
101
+ //# sourceMappingURL=entertainmentNotableVenues.js.map
@@ -71,3 +71,4 @@ export function formatGroupPackagePerPersonUsd(packagePriceCents, seatCount) {
71
71
  currency: "USD",
72
72
  }).format(dollars);
73
73
  }
74
+ //# sourceMappingURL=groupTicketUtils.js.map
@@ -69,3 +69,4 @@ export function nearCapacityPartyError(spotsLeft) {
69
69
  return "Only 1 spot left — you can’t bring that many guests.";
70
70
  return `Only ${spotsLeft} spots left — you can’t bring that many guests.`;
71
71
  }
72
+ //# sourceMappingURL=guestPartySize.js.map
@@ -61,3 +61,4 @@ export function hostCrmGrowthPackIsComplete(automations) {
61
61
  return (hostCrmHasWinBackPackAutomation(automations) &&
62
62
  hostCrmHasPostEventPackAutomation(automations));
63
63
  }
64
+ //# sourceMappingURL=hostCrmAutomation.js.map
@@ -7,3 +7,4 @@ export const HOST_CRM_EMAIL_TEMPLATE_KEYS = {
7
7
  postEvent: "CRM_POST_EVENT",
8
8
  tierRelease: "CRM_TIER_RELEASE",
9
9
  };
10
+ //# sourceMappingURL=hostCrmConstants.js.map
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=hostCrmInsights.js.map
@@ -264,3 +264,4 @@ export const HOST_CRM_PRESET_SEGMENTS = [
264
264
  rules: {},
265
265
  },
266
266
  ];
267
+ //# sourceMappingURL=hostCrmSegments.js.map
@@ -74,3 +74,4 @@ export function getRandomIcebreakerPrompt(exclude) {
74
74
  }
75
75
  return next;
76
76
  }
77
+ //# sourceMappingURL=icebreakerPrompts.js.map
@@ -109,3 +109,4 @@ export function followerCountMatchesTier(count, tier) {
109
109
  const suggested = suggestInfluencerAudienceTierFromFollowerCount(count);
110
110
  return suggested === tier;
111
111
  }
112
+ //# sourceMappingURL=influencerAudience.js.map
@@ -16,3 +16,4 @@ export function getPhotoReleaseDisplayText(photoReleaseText) {
16
16
  }
17
17
  return DEFAULT_PHOTO_RELEASE_TEXT;
18
18
  }
19
+ //# sourceMappingURL=legalTemplates.js.map
@@ -777,3 +777,4 @@ export const MEMBERSHIP_TIER_INFO = {
777
777
  }
778
778
  }
779
779
  };
780
+ //# sourceMappingURL=membershipDefinitions.js.map
@@ -166,3 +166,4 @@ export const BracketType = {
166
166
  HEAT: "HEAT",
167
167
  BATTLE_ROYALE: "BATTLE_ROYALE",
168
168
  };
169
+ //# sourceMappingURL=mirroredPrismaEnums.js.map
@@ -89,3 +89,4 @@ export function computeCapabilityRecommendations(signals) {
89
89
  },
90
90
  ];
91
91
  }
92
+ //# sourceMappingURL=onSaleCapabilityRecommendations.js.map
@@ -37,3 +37,4 @@ export const PARTNER_LISTING_TYPE_LABELS = {
37
37
  Gear: "Gear",
38
38
  LocalService: "Local Service",
39
39
  };
40
+ //# sourceMappingURL=partnerStoreTypes.js.map
@@ -47,3 +47,4 @@ export const PRODUCT_LAUNCH_PRIORITY = {
47
47
  Enterprise: 3,
48
48
  BashOne: 1,
49
49
  };
50
+ //# sourceMappingURL=productLaunch.js.map
@@ -88,3 +88,4 @@ export function computeRelationshipHealth(inputs, now = new Date()) {
88
88
  }
89
89
  return { status, reasons, daysSinceLastAttended, expectedGapDays };
90
90
  }
91
+ //# sourceMappingURL=relationshipHealth.js.map
@@ -73,3 +73,4 @@ export function userHasAdminAccess(auth) {
73
73
  roles.includes(UserRole.SuperUser) ||
74
74
  roles.includes(UserRole.Admin));
75
75
  }
76
+ //# sourceMappingURL=requestAuthUser.js.map
@@ -228,3 +228,4 @@ export const ADVENTURE_ACHIEVEMENT_CATALOG = [
228
228
  threshold: 15,
229
229
  },
230
230
  ];
231
+ //# sourceMappingURL=sideQuestIdeas.js.map
@@ -71,3 +71,4 @@ export function resolveStorePrintArtworkPath(printArtwork, options) {
71
71
  return null;
72
72
  return STORE_PRINT_ARTWORK_PATHS[resolved] ?? null;
73
73
  }
74
+ //# sourceMappingURL=storePrintArtworkUtils.js.map
@@ -26,3 +26,4 @@ export const STORE_PRINT_ARTWORK_VALUES = [
26
26
  "BashLogoBigWhite",
27
27
  "BashLogoLettersWhite",
28
28
  ];
29
+ //# sourceMappingURL=storeTypes.js.map
@@ -18,3 +18,4 @@ export function userFacingMessageForListingSubscriptionStripeError(raw) {
18
18
  }
19
19
  return raw;
20
20
  }
21
+ //# sourceMappingURL=stripeListingSubscriptionMessages.js.map
@@ -1188,3 +1188,4 @@ export function getTemplateCategoryCounts() {
1188
1188
  }
1189
1189
  // Export total count
1190
1190
  export const TOTAL_TEMPLATE_COUNT = allEventTemplates.length;
1191
+ //# sourceMappingURL=eventTemplates.js.map
@@ -80,3 +80,4 @@ export function serviceCheckoutOffersAchDebit(input) {
80
80
  export function checkoutUsesAsyncBankPayment(methods) {
81
81
  return methods.includes("customer_balance") || methods.includes("us_bank_account");
82
82
  }
83
+ //# sourceMappingURL=ticketBnplPaymentMethods.js.map
@@ -96,3 +96,4 @@ export const USER_REPORT_EVIDENCE_MAX_FILES = 5;
96
96
  export const USER_REPORT_EVIDENCE_MAX_BYTES = 25 * 1024 * 1024;
97
97
  /** Max free-text length for `UserReport.details`. */
98
98
  export const USER_REPORT_DETAILS_MAX_LENGTH = 4000;
99
+ //# sourceMappingURL=userReportTypes.js.map
@@ -26,3 +26,4 @@ export const AGENCY_PAYOUT_MODEL_LABELS = {
26
26
  summary: "Commission is tracked in Bash only. You and the artist settle money outside Stripe.",
27
27
  },
28
28
  };
29
+ //# sourceMappingURL=agencyBookingCheckoutCopy.js.map
@@ -2,3 +2,4 @@ export async function asyncFilter(arr, predicate) {
2
2
  const results = await Promise.all(arr.map(predicate));
3
3
  return arr.filter((_v, index) => results[index]);
4
4
  }
5
+ //# sourceMappingURL=arrayUtils.js.map
@@ -76,3 +76,4 @@ export function validateBashPointsPayment(bashPointsToUse, userBalance, totalCen
76
76
  errorMessage: "BashPoints can only be used for BashPoints-priced tickets, not service bookings. Please pay with a credit card.",
77
77
  };
78
78
  }
79
+ //# sourceMappingURL=bashPointsPaymentUtils.js.map
@@ -30,3 +30,4 @@ export function averageExperienceStars(votes) {
30
30
  export function formatExperienceStars(value) {
31
31
  return value.toFixed(1);
32
32
  }
33
+ //# sourceMappingURL=birthdayExperienceQuality.js.map
@@ -244,3 +244,4 @@ export function shouldWarnUser(violations, userTier) {
244
244
  message: 'Please avoid mentioning external payment methods. Use the platform\'s payment system instead.'
245
245
  };
246
246
  }
247
+ //# sourceMappingURL=contentFilterUtils.js.map
@@ -186,3 +186,4 @@ export const getTimeRemaining = (offer, currentDate) => {
186
186
  const seconds = Math.floor((diff % (1000 * 60)) / 1000);
187
187
  return { expired: false, days, hours, minutes, seconds };
188
188
  };
189
+ //# sourceMappingURL=eligibilityValidator.js.map
@@ -29,3 +29,4 @@ export function formatLongDate(date, fallback = '') {
29
29
  year: 'numeric',
30
30
  });
31
31
  }
32
+ //# sourceMappingURL=displayDateUtils.js.map
@@ -116,3 +116,4 @@ export function findNotableVenueNameMatch(venueServiceName, notableVenuesPerform
116
116
  }
117
117
  return null;
118
118
  }
119
+ //# sourceMappingURL=entertainmentDrawFit.js.map
@@ -2,3 +2,4 @@ export const ENTITIES = {
2
2
  Service: "Service",
3
3
  BashEvent: "BashEvent",
4
4
  };
5
+ //# sourceMappingURL=entityUtils.js.map
@@ -44,3 +44,4 @@ export function sortPublicEventsForFeaturedDiscovery(events, viewer) {
44
44
  });
45
45
  return withKeys.map((x) => x.e);
46
46
  }
47
+ //# sourceMappingURL=featuredDiscoveryGeo.js.map
@@ -163,3 +163,4 @@ export function generateFlyerCampaignSlug() {
163
163
  }
164
164
  return out;
165
165
  }
166
+ //# sourceMappingURL=flyerUtils.js.map
@@ -35,3 +35,4 @@ export const dayOfWeekIdxToDay = {
35
35
  [5]: 6,
36
36
  [6]: 7,
37
37
  };
38
+ //# sourceMappingURL=generalDateTimeUtils.js.map
@@ -65,3 +65,4 @@ export function validateLob4x6WithPaidSponsors(params) {
65
65
  }
66
66
  return undefined;
67
67
  }
68
+ //# sourceMappingURL=lobFlyerUtils.js.map
@@ -89,3 +89,4 @@ export function isLocalPartnerOpenNow(businessHours, timezone, now = new Date())
89
89
  export function localPartnerHasBusinessHours(businessHours) {
90
90
  return parseHoursConfig(businessHours) != null;
91
91
  }
92
+ //# sourceMappingURL=localPartnerHours.js.map
@@ -588,3 +588,4 @@ export function dateRangesFormat(dateRanges) {
588
588
  .join(", ");
589
589
  return result;
590
590
  }
591
+ //# sourceMappingURL=luxonUtils.js.map
@@ -1,3 +1,4 @@
1
1
  export function roundToNearestDivisor(num, div) {
2
2
  return Math.round(num * div) / div;
3
3
  }
4
+ //# sourceMappingURL=mathUtils.js.map
@@ -4,3 +4,4 @@
4
4
  */
5
5
  export const CLIENT_IMAGE_COMPRESSION_MAX_WIDTH_OR_HEIGHT = 1920;
6
6
  export const CLIENT_IMAGE_COMPRESSION_USE_WEB_WORKER = true;
7
+ //# sourceMappingURL=mediaClientDefaults.js.map
@@ -26,3 +26,4 @@ export function isVerifiedNonprofitOrganization(org) {
26
26
  }
27
27
  return true;
28
28
  }
29
+ //# sourceMappingURL=nonprofitUtils.js.map
@@ -26,3 +26,4 @@ export function deepMerge(target, source, mergeArrays = false, mergeCommon = fal
26
26
  }
27
27
  return output;
28
28
  }
29
+ //# sourceMappingURL=objUtils.js.map
@@ -198,3 +198,4 @@ export function formatOrgPromoRatesForHost(rates, connected) {
198
198
  };
199
199
  });
200
200
  }
201
+ //# sourceMappingURL=orgPromotionalPackageUtils.js.map
@@ -85,3 +85,4 @@ export function generatePromotionBlastConfirmationCode() {
85
85
  export function promotionBlastDeepLinkPath(bashEventId, blastId) {
86
86
  return `/bash/${encodeURIComponent(bashEventId)}?tab=promotions&blast=${encodeURIComponent(blastId)}`;
87
87
  }
88
+ //# sourceMappingURL=promotionBlastUtils.js.map
@@ -57,3 +57,4 @@ export function getServiceListingReputation(service) {
57
57
  sourceLabel,
58
58
  };
59
59
  }
60
+ //# sourceMappingURL=reputationUtils.js.map
@@ -32,3 +32,4 @@ export function percentTrue(values) {
32
32
  const yes = defined.filter(Boolean).length;
33
33
  return Math.round((yes / defined.length) * 100);
34
34
  }
35
+ //# sourceMappingURL=reviewDimensionUtils.js.map
@@ -6,3 +6,4 @@ export const serviceAttendeeOptions = [
6
6
  { label: "46 - 60 people", personRange: { start: 46, end: 60 }, rate: 400 },
7
7
  { label: "61 - 75 people", personRange: { start: 61, end: 75 }, rate: 500 },
8
8
  ];
9
+ //# sourceMappingURL=attendeeOptionUtils.js.map
@@ -93,3 +93,4 @@ export function isFlatPricingModel(model) {
93
93
  return false;
94
94
  return FLAT_PRICING_MODELS.includes(model);
95
95
  }
96
+ //# sourceMappingURL=billingCapUtils.js.map
@@ -369,3 +369,4 @@ export function resolveBashPointsPayoutSources(input) {
369
369
  walletDebited: fromWalletBp > 0,
370
370
  };
371
371
  }
372
+ //# sourceMappingURL=eventPromoterUtils.js.map
@@ -46,3 +46,4 @@ export const DEFAULT_PRICING_MODEL_ALLOW_LIST_BY_SERVICE_TYPE = {
46
46
  Volunteers: ["FLAT_FEE"],
47
47
  Organizations: ["FLAT_FEE"],
48
48
  };
49
+ //# sourceMappingURL=offerAllowListUtils.js.map
@@ -107,3 +107,4 @@ export function computeOfferComparisonBands(input) {
107
107
  }
108
108
  }
109
109
  }
110
+ //# sourceMappingURL=offerComparisonUtils.js.map
@@ -13,3 +13,4 @@ export function isUrlInputtingProtocol(str) {
13
13
  export function isUrl(str) {
14
14
  return /(?:^https?:\/\/[^\s\/$?#;&=@:]*$)|(?:^https?:\/{0,2}$)|(?:^[^\s\/$?#;&=@:]*$)/.test(str);
15
15
  }
16
+ //# sourceMappingURL=regexUtils.js.map
@@ -130,3 +130,4 @@ export function summarizeServiceBookingExposures(inputs) {
130
130
  byBooking,
131
131
  };
132
132
  }
133
+ //# sourceMappingURL=serviceBookingExposureUtils.js.map
@@ -62,3 +62,4 @@ export function compareFeaturedServices(now = new Date()) {
62
62
  }
63
63
  /** Minimum number of active featured services required for the homepage / browse "Featured Services" carousel to render. Below this floor the section feels sparse. */
64
64
  export const MIN_FEATURED_SERVICES_FOR_SECTION = 3;
65
+ //# sourceMappingURL=serviceFeaturedSortUtils.js.map
@@ -72,3 +72,4 @@ export function resolveUnifiedPricingBlock(c) {
72
72
  }
73
73
  return EMPTY;
74
74
  }
75
+ //# sourceMappingURL=unifiedPricingResolver.js.map
@@ -114,3 +114,4 @@ export function defaultFBCarryoverExpiresAt(issuedAt = new Date(), days = DEFAUL
114
114
  const ms = issuedAt.getTime() + Math.max(1, Math.floor(days)) * 86_400_000;
115
115
  return new Date(ms);
116
116
  }
117
+ //# sourceMappingURL=venueSettlementUtils.js.map
@@ -85,3 +85,4 @@ export function volunteerCompensationSummary(args) {
85
85
  * detail. Kept here so wizard, api, and docs cite the exact same wording.
86
86
  */
87
87
  export const VOLUNTEER_COMPENSATION_DISCLAIMER = "Volunteers are not employees or contractors. BashPoints stipends are platform credit redeemable on Bash, not wages, and don't count toward employment or 1099 reporting.";
88
+ //# sourceMappingURL=volunteerCompensationUtils.js.map
@@ -140,3 +140,4 @@ export function computeEarliestOpenDate(params) {
140
140
  }
141
141
  return null;
142
142
  }
143
+ //# sourceMappingURL=serviceAvailabilityDisplay.js.map
@@ -23,3 +23,4 @@ export function sortTiers(a, b) {
23
23
  function getTierValueToCompare(tier) {
24
24
  return tier.sortOrder?.toString() ?? tier.price?.toString();
25
25
  }
26
+ //# sourceMappingURL=sortUtils.js.map
@@ -3,3 +3,4 @@ export function formatString(template, data) {
3
3
  return data[key] !== undefined ? data[key].toString() : "";
4
4
  });
5
5
  }
6
+ //# sourceMappingURL=stringUtils.js.map
@@ -26,3 +26,4 @@ export function getTicketCheckInDisplayLabel(checkedInAt, checkedInMethod, ticke
26
26
  }
27
27
  return "Checked in";
28
28
  }
29
+ //# sourceMappingURL=ticketCheckInDisplay.js.map
@@ -96,3 +96,4 @@ export function trustScoreFromReviewAverage(actorType, averageRating, totalRatin
96
96
  });
97
97
  return result.score;
98
98
  }
99
+ //# sourceMappingURL=trustScoreUtils.js.map
@@ -5,3 +5,4 @@ export function createAllTrueObject(keys) {
5
5
  return acc;
6
6
  }, {});
7
7
  }
8
+ //# sourceMappingURL=typeUtils.js.map
@@ -10,3 +10,4 @@ export const USER_PROMO_CODES = {
10
10
  },
11
11
  };
12
12
  Object.entries(USER_PROMO_CODES).forEach((promoCode) => (promoCode[1].code = promoCode[0]));
13
+ //# sourceMappingURL=userPromoCodeUtils.js.map
@@ -57,3 +57,4 @@ export function getSocialEventCadenceDisplay(cadence) {
57
57
  return null;
58
58
  return SOCIAL_EVENT_CADENCE_PROFILE_LABELS[cadence] ?? cadence;
59
59
  }
60
+ //# sourceMappingURL=userUtils.js.map
@@ -71,3 +71,4 @@ function defaultRandomBytes(length) {
71
71
  export const __testInternals = {
72
72
  REDEMPTION_CODE_ALPHABET,
73
73
  };
74
+ //# sourceMappingURL=redemptionCodeUtils.js.map
@@ -22,3 +22,4 @@ export function formatVenueTypes(venueTypes, maxDisplay = 2) {
22
22
  }
23
23
  return formatted.join(', ');
24
24
  }
25
+ //# sourceMappingURL=venueTypeFormatter.js.map
@@ -121,3 +121,4 @@ export function getStoredUtmFields() {
121
121
  }
122
122
  return out;
123
123
  }
124
+ //# sourceMappingURL=utmAttribution.js.map
@@ -65,3 +65,4 @@ export const VENUE_MATCH_MODES = [
65
65
  "marketplace_only",
66
66
  "marketplace_and_google",
67
67
  ];
68
+ //# sourceMappingURL=venueMatch.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "30.370.0",
3
+ "version": "30.371.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",