@nanas-home/hub-common 0.54.1240 → 0.55.1259

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.
@@ -773,6 +773,12 @@ var CommentRestriction = {
773
773
  comment: { maxLength: 1e3 }
774
774
  };
775
775
 
776
+ // src/contracts/generated/restrictions/commonRestriction.ts
777
+ var UuidRestriction = {
778
+ minLength: 36,
779
+ maxLength: 36
780
+ };
781
+
776
782
  // src/contracts/generated/restrictions/drivingRouteRestriction.ts
777
783
  var DrivingRouteRestriction = {
778
784
  notes: { maxLength: 500 }
@@ -2014,4 +2020,4 @@ var shouldBeYoutubeUrl = (value) => {
2014
2020
  };
2015
2021
  };
2016
2022
 
2017
- export { APP_TYPE_TOKEN, ActivityRestriction, ActivityType, AddressLinkType, AddressRestriction, AnswerLinkType, AnswerRestriction, AppType, AuthRegisterRestriction, BOOKING_OVERVIEW_STATUSES, BOT_PATH_TOKEN, BookingAddonRestriction, BookingAddonType, BookingRestriction, BookingStatusType, BugReportRestriction, BugReportStatusType, CommentLinkType, CommentRestriction, CommonConfigService, DependencyInjectionContainer, DrivingRouteRestriction, InvoiceRestriction, InvoiceStatusType, LogService, MembershipBillingCycleType, MembershipRestriction, MembershipStatus, MembershipType, MouseButton, NANAS_PALLETTE, NetworkState, OrderDirectionType, PermissionRestriction, PermissionType, PetRestriction, PetSexType, PetStatusType, PetType, QuestionForType, QuestionRestriction, QuestionType, SITE_CONFIG_TOKEN, SearchableColumnType, StripeRestriction, SupportedLanguageArray, TempLinkType, TempRegistrationStatus, UnavailabilityRestriction, UploadLinkType, UploadRestriction, UploadType, UserAccountFlagType, UserRestriction, UserType, activityShortCode, addDays, addMinutes, addMonths, addSeconds, addSpacesForEnum, addToParallelTasks, allowedNonNumericalValuesInContactNumber, anyObject, apiRoute, apiRouteParam, arrayContains, arrayOfNLength, capitalizeFirstLetter, changeMonth, colourPalette, commonEmailLinks, computeBookingStatusCounts, contactNumberCharValid, contactNumberValid, convertToDate, convertToFullDateSelection, createToken, cyrb53, dateDiffInDays, debounceLeading, defaultSiteColour, emailValid, fakePromise, filterBookingsByOverviewStatus, formatBookingCalendarLabel, formatDate, formatFileSize, formatForBookingDate, formatForDateDropdown, formatForDateLocal, formatForDateLocalDetailed, formatForDateOfBirth, formatForDateWithTime, getActiveUserMembership, getAgeInYears, getAllPetQuestionForType, getAppType, getArrFromEnum, getBookingStatusLabelForAdmin, getBotPath, getCalendarDropdownDisplayValue, getCalendarDropdownForDateOfBirthDisplayValue, getCommonConfig, getDayClassObject, getDayElements, getDayHeadingElements, getImageParams, getLog, getMembershipTypeLabel, getMimeTypeFromExtension, getPayloadFromJwt, getPerformanceTimer, getPetAvatarUrl, getQuestionGroups, getSiteColour, getSiteConfig, getUserAvatarUrl, getUsersName, getWeekNumber, hasRequiredPermissions, hubspotQuestionsExport, isBefore, isDateAfterStart, isDateBeforeEnd, isDateDisabledByDisabledDays, isDateEnabledByEnabledDays, isNumber, isSameDay, isWebApp, lowercaseFirstLetter, makeArrayOrDefault, maxDate, maxItems, maxLength, maxValue, mimeTypeLookup, minDate, minItems, minLength, minUrlLength, minValue, monthTranslationKeyOrder, multiValidation, nameof, nanasFonts, noValidation, notNull, onlyUnique, passwordValid, portalGlyphLength, postCodeValid, promiseFromValue, randomIntFromRange, randomItemFromArray, rootContainer, rootDependencyInjectionSetup, searchColumns, selectedItemsExist, selectedOptionIsInEnum, separateValidation, setContainerToken, setContainerTokenLazy, setSiteConfig, shouldBeUrl, shouldBeYoutubeUrl, showSecondCalendar, socialLinks, timeout, tryParseNumber, uploadsThatNeedEncryption, urlRef, userMustChangePassword, uuidv4, validUuidChars, validateForEach, webAppTypes, weekdayTranslationKeyOrder };
2023
+ export { APP_TYPE_TOKEN, ActivityRestriction, ActivityType, AddressLinkType, AddressRestriction, AnswerLinkType, AnswerRestriction, AppType, AuthRegisterRestriction, BOOKING_OVERVIEW_STATUSES, BOT_PATH_TOKEN, BookingAddonRestriction, BookingAddonType, BookingRestriction, BookingStatusType, BugReportRestriction, BugReportStatusType, CommentLinkType, CommentRestriction, CommonConfigService, DependencyInjectionContainer, DrivingRouteRestriction, InvoiceRestriction, InvoiceStatusType, LogService, MembershipBillingCycleType, MembershipRestriction, MembershipStatus, MembershipType, MouseButton, NANAS_PALLETTE, NetworkState, OrderDirectionType, PermissionRestriction, PermissionType, PetRestriction, PetSexType, PetStatusType, PetType, QuestionForType, QuestionRestriction, QuestionType, SITE_CONFIG_TOKEN, SearchableColumnType, StripeRestriction, SupportedLanguageArray, TempLinkType, TempRegistrationStatus, UnavailabilityRestriction, UploadLinkType, UploadRestriction, UploadType, UserAccountFlagType, UserRestriction, UserType, UuidRestriction, activityShortCode, addDays, addMinutes, addMonths, addSeconds, addSpacesForEnum, addToParallelTasks, allowedNonNumericalValuesInContactNumber, anyObject, apiRoute, apiRouteParam, arrayContains, arrayOfNLength, capitalizeFirstLetter, changeMonth, colourPalette, commonEmailLinks, computeBookingStatusCounts, contactNumberCharValid, contactNumberValid, convertToDate, convertToFullDateSelection, createToken, cyrb53, dateDiffInDays, debounceLeading, defaultSiteColour, emailValid, fakePromise, filterBookingsByOverviewStatus, formatBookingCalendarLabel, formatDate, formatFileSize, formatForBookingDate, formatForDateDropdown, formatForDateLocal, formatForDateLocalDetailed, formatForDateOfBirth, formatForDateWithTime, getActiveUserMembership, getAgeInYears, getAllPetQuestionForType, getAppType, getArrFromEnum, getBookingStatusLabelForAdmin, getBotPath, getCalendarDropdownDisplayValue, getCalendarDropdownForDateOfBirthDisplayValue, getCommonConfig, getDayClassObject, getDayElements, getDayHeadingElements, getImageParams, getLog, getMembershipTypeLabel, getMimeTypeFromExtension, getPayloadFromJwt, getPerformanceTimer, getPetAvatarUrl, getQuestionGroups, getSiteColour, getSiteConfig, getUserAvatarUrl, getUsersName, getWeekNumber, hasRequiredPermissions, hubspotQuestionsExport, isBefore, isDateAfterStart, isDateBeforeEnd, isDateDisabledByDisabledDays, isDateEnabledByEnabledDays, isNumber, isSameDay, isWebApp, lowercaseFirstLetter, makeArrayOrDefault, maxDate, maxItems, maxLength, maxValue, mimeTypeLookup, minDate, minItems, minLength, minUrlLength, minValue, monthTranslationKeyOrder, multiValidation, nameof, nanasFonts, noValidation, notNull, onlyUnique, passwordValid, portalGlyphLength, postCodeValid, promiseFromValue, randomIntFromRange, randomItemFromArray, rootContainer, rootDependencyInjectionSetup, searchColumns, selectedItemsExist, selectedOptionIsInEnum, separateValidation, setContainerToken, setContainerTokenLazy, setSiteConfig, shouldBeUrl, shouldBeYoutubeUrl, showSecondCalendar, socialLinks, timeout, tryParseNumber, uploadsThatNeedEncryption, urlRef, userMustChangePassword, uuidv4, validUuidChars, validateForEach, webAppTypes, weekdayTranslationKeyOrder };
@@ -1,5 +1,5 @@
1
- import { I as ILogger, R as ResultWithValue, a as Result, L as LogService, C as CommonConfigService, b as IDependencyInjectionSetupProps } from '../textValidation-DNnzgi9l.js';
2
- export { d9 as APP_TYPE_TOKEN, ai as ActivityDto, x as ActivityLocationType, bB as ActivityRestriction, F as ActivityType, aj as AddressCreateDto, ak as AddressDto, G as AddressLinkType, al as AddressLookupDto, bC as AddressRestriction, am as AddressUpdateDto, an as AnswerCreateDto, ao as AnswerDto, J as AnswerLinkType, bD as AnswerRestriction, A as AppType, ap as AuthChangePasswordDto, aq as AuthLoginDto, ar as AuthPatDto, as as AuthRegisterAddressDto, at as AuthRegisterDto, au as AuthRegisterGetQuestionsDto, av as AuthRegisterPetDto, aw as AuthRegisterQuestionDto, bE as AuthRegisterRestriction, ax as AuthRegisterUserDto, ay as AuthRequestResetPasswordDto, az as AuthResetPasswordDto, aA as AuthSuccessDto, c9 as BOOKING_OVERVIEW_STATUSES, d7 as BOT_PATH_TOKEN, aB as BookingAddonDto, bG as BookingAddonRestriction, O as BookingAddonType, c5 as BookingCalendarOverviewItem, aC as BookingCalendarOverviewItemDto, aD as BookingCreateDto, aE as BookingDto, aF as BookingHostCreateDto, aG as BookingHostDto, aH as BookingHostUpdateDto, bF as BookingRestriction, aI as BookingRestrictionsDto, aJ as BookingRestrictionsEnabledDaysDto, aK as BookingRestrictionsPremiumEnabledDaysDto, ca as BookingStatusCounts, P as BookingStatusType, aL as BookingUpdateDto, aM as BookingWithRelationshipsDto, aN as BugReportCreateDto, aO as BugReportDto, bH as BugReportRestriction, Q as BugReportStatusType, aP as BugReportUpdateDto, h as CachedValue, u as ClickEvent, aQ as ClientAnswerSaveDto, aR as CommentCreateDto, aS as CommentDto, U as CommentLinkType, bI as CommentRestriction, aT as CommentUpdateDto, d5 as DependencyInjectionContainer, l as DependencyInjectionFactory, k as DependencyInjectionIdentifier, D as DependencyInjectionToken, bJ as DrivingRouteRestriction, E as EnvKey, H as HtmlElementEvent, r as HtmlFilesEvent, t as HtmlImageReadEvent, q as HtmlKeyEvent, bU as ICaptchaResponse, o as IDependencyInjectionSetupWebProps, cD as IImageParams, bW as ILogMessage, bX as IMediaUpload, d4 as ISite, d1 as ISiteColour, aU as InvoiceCreateDto, aV as InvoiceDto, bK as InvoiceRestriction, V as InvoiceStatusType, aW as InvoiceUpdateDto, aX as InvoiceWithStripeInfoDto, bA as JwtPayloadDto, K as KeyEvent, bV as LogMethod, X as LogType, Y as MembershipBillingCycleType, aY as MembershipCreateDto, aZ as MembershipDto, bL as MembershipRestriction, Z as MembershipStatus, _ as MembershipType, a_ as MembershipUpdateDto, M as MonthTranslationKey, f as MouseButton, N as NANAS_PALLETTE, $ as NetworkState, bZ as NominatimAddressResponse, bY as NominatimResponse, cY as ObjectWithPropsOfValue, a0 as OrderDirectionType, a$ as PaginationRequestDto, b0 as PaginationResponseDto, b1 as PaymentMethodDto, bM as PermissionRestriction, a1 as PermissionType, b2 as PetCreateDto, b3 as PetDto, bN as PetRestriction, a2 as PetSexType, a3 as PetStatusType, a4 as PetType, b4 as PetUpdateDto, cZ as Prettify, b5 as ProfileDto, b6 as ProfileQuestionAndAnswersItemDto, b7 as ProfileQuestionRequestDto, b8 as ProfileUpdateDto, b9 as QuestionCreateDto, ba as QuestionDto, a6 as QuestionForType, bO as QuestionRestriction, a5 as QuestionType, bb as QuestionUpdateDto, cf as RenderCellType, db as SITE_CONFIG_TOKEN, bc as SearchObjDatePropRequestDto, bd as SearchObjRequestDto, be as SearchObjTextPropRequestDto, a9 as SearchableColumnInfo, a8 as SearchableColumnType, bf as SetupIntentCreateDto, bg as SetupIntentDto, bP as StripeRestriction, S as SupportedLanguage, d as SupportedLanguageArray, bh as TempLinkCreateDto, bi as TempLinkDto, aa as TempLinkType, ab as TempRegistrationStatus, T as ThemeType, bQ as UnavailabilityRestriction, bj as UploadCreateDto, bk as UploadDto, bl as UploadImageWithLinkDto, ac as UploadLinkType, bR as UploadRestriction, ad as UploadType, bm as UploadUpdateDto, af as UserAccountFlagType, bn as UserCreateDto, bo as UserDto, bp as UserMembershipChangeResponseDto, bq as UserMembershipCreateDto, br as UserMembershipDto, bs as UserMembershipSignUpDto, bt as UserMembershipSignUpResponseDto, bu as UserMembershipStatsDto, bv as UserMembershipUpdateDto, bw as UserMembershipWithStripeInfoDto, bx as UserPermissionDto, bS as UserRestriction, ag as UserType, by as UserUpdateDto, b_ as ValidationResult, bz as VersionDto, W as WeekdayTranslationKey, y as activityShortCode, cr as addDays, cq as addMinutes, cs as addMonths, cp as addSeconds, cU as addSpacesForEnum, c4 as addToParallelTasks, du as allowedNonNumericalValuesInContactNumber, cW as anyObject, B as apiRoute, z as apiRouteParam, c2 as arrayContains, c1 as arrayOfNLength, cS as capitalizeFirstLetter, d2 as colourPalette, e as commonEmailLinks, cb as computeBookingStatusCounts, dv as contactNumberCharValid, dw as contactNumberValid, j as createToken, cC as cyrb53, cv as dateDiffInDays, cz as debounceLeading, d3 as defaultSiteColour, dz as emailValid, cX as fakePromise, cc as filterBookingsByOverviewStatus, c8 as formatBookingCalendarLabel, ci as formatDate, cV as formatFileSize, co as formatForBookingDate, ck as formatForDateDropdown, cj as formatForDateLocal, cn as formatForDateLocalDetailed, cl as formatForDateOfBirth, cm as formatForDateWithTime, d0 as getActiveUserMembership, cw as getAgeInYears, a7 as getAllPetQuestionForType, da as getAppType, cA as getArrFromEnum, c6 as getBookingStatusLabelForAdmin, d8 as getBotPath, df as getCommonConfig, cd as getDayClassObject, cg as getDayElements, ce as getDayHeadingElements, cE as getImageParams, dg as getLog, c7 as getMembershipTypeLabel, cH as getMimeTypeFromExtension, cF as getPayloadFromJwt, cJ as getPerformanceTimer, cM as getPetAvatarUrl, cP as getQuestionGroups, de as getSiteColour, dd as getSiteConfig, cL as getUserAvatarUrl, ch as getUsersName, cx as getWeekNumber, cK as hasRequiredPermissions, ah as hubspotQuestionsExport, ct as isBefore, dA as isNumber, cu as isSameDay, i as isWebApp, cT as lowercaseFirstLetter, b$ as makeArrayOrDefault, dy as maxDate, dl as maxItems, dG as maxLength, dC as maxValue, cG as mimeTypeLookup, dx as minDate, dk as minItems, dF as minLength, g as minUrlLength, dB as minValue, m as monthTranslationKeyOrder, dr as multiValidation, cO as nameof, n as nanasFonts, dp as noValidation, dq as notNull, c0 as onlyUnique, dD as passwordValid, p as portalGlyphLength, dE as postCodeValid, cN as promiseFromValue, cQ as randomIntFromRange, cR as randomItemFromArray, d6 as rootContainer, dh as rootDependencyInjectionSetup, bT as searchColumns, dm as selectedItemsExist, dn as selectedOptionIsInEnum, ds as separateValidation, di as setContainerToken, dj as setContainerTokenLazy, dc as setSiteConfig, dH as shouldBeUrl, dI as shouldBeYoutubeUrl, cy as showSecondCalendar, s as socialLinks, c3 as timeout, cI as tryParseNumber, ae as uploadsThatNeedEncryption, c_ as urlRef, c$ as userMustChangePassword, cB as uuidv4, v as validUuidChars, dt as validateForEach, w as webAppTypes, c as weekdayTranslationKeyOrder } from '../textValidation-DNnzgi9l.js';
1
+ import { I as ILogger, R as ResultWithValue, a as Result, L as LogService, C as CommonConfigService, b as IDependencyInjectionSetupProps } from '../textValidation-Dp6X8nfi.js';
2
+ export { da as APP_TYPE_TOKEN, ai as ActivityDto, x as ActivityLocationType, bB as ActivityRestriction, F as ActivityType, aj as AddressCreateDto, ak as AddressDto, G as AddressLinkType, al as AddressLookupDto, bC as AddressRestriction, am as AddressUpdateDto, an as AnswerCreateDto, ao as AnswerDto, J as AnswerLinkType, bD as AnswerRestriction, A as AppType, ap as AuthChangePasswordDto, aq as AuthLoginDto, ar as AuthPatDto, as as AuthRegisterAddressDto, at as AuthRegisterDto, au as AuthRegisterGetQuestionsDto, av as AuthRegisterPetDto, aw as AuthRegisterQuestionDto, bE as AuthRegisterRestriction, ax as AuthRegisterUserDto, ay as AuthRequestResetPasswordDto, az as AuthResetPasswordDto, aA as AuthSuccessDto, ca as BOOKING_OVERVIEW_STATUSES, d8 as BOT_PATH_TOKEN, aB as BookingAddonDto, bG as BookingAddonRestriction, O as BookingAddonType, c6 as BookingCalendarOverviewItem, aC as BookingCalendarOverviewItemDto, aD as BookingCreateDto, aE as BookingDto, aF as BookingHostCreateDto, aG as BookingHostDto, aH as BookingHostUpdateDto, bF as BookingRestriction, aI as BookingRestrictionsDto, aJ as BookingRestrictionsEnabledDaysDto, aK as BookingRestrictionsPremiumEnabledDaysDto, cb as BookingStatusCounts, P as BookingStatusType, aL as BookingUpdateDto, aM as BookingWithRelationshipsDto, aN as BugReportCreateDto, aO as BugReportDto, bH as BugReportRestriction, Q as BugReportStatusType, aP as BugReportUpdateDto, h as CachedValue, u as ClickEvent, aQ as ClientAnswerSaveDto, aR as CommentCreateDto, aS as CommentDto, U as CommentLinkType, bI as CommentRestriction, aT as CommentUpdateDto, d6 as DependencyInjectionContainer, l as DependencyInjectionFactory, k as DependencyInjectionIdentifier, D as DependencyInjectionToken, bK as DrivingRouteRestriction, E as EnvKey, H as HtmlElementEvent, r as HtmlFilesEvent, t as HtmlImageReadEvent, q as HtmlKeyEvent, bV as ICaptchaResponse, o as IDependencyInjectionSetupWebProps, cE as IImageParams, bX as ILogMessage, bY as IMediaUpload, d5 as ISite, d2 as ISiteColour, aU as InvoiceCreateDto, aV as InvoiceDto, bL as InvoiceRestriction, V as InvoiceStatusType, aW as InvoiceUpdateDto, aX as InvoiceWithStripeInfoDto, bA as JwtPayloadDto, K as KeyEvent, bW as LogMethod, X as LogType, Y as MembershipBillingCycleType, aY as MembershipCreateDto, aZ as MembershipDto, bM as MembershipRestriction, Z as MembershipStatus, _ as MembershipType, a_ as MembershipUpdateDto, M as MonthTranslationKey, f as MouseButton, N as NANAS_PALLETTE, $ as NetworkState, b_ as NominatimAddressResponse, bZ as NominatimResponse, cZ as ObjectWithPropsOfValue, a0 as OrderDirectionType, a$ as PaginationRequestDto, b0 as PaginationResponseDto, b1 as PaymentMethodDto, bN as PermissionRestriction, a1 as PermissionType, b2 as PetCreateDto, b3 as PetDto, bO as PetRestriction, a2 as PetSexType, a3 as PetStatusType, a4 as PetType, b4 as PetUpdateDto, c_ as Prettify, b5 as ProfileDto, b6 as ProfileQuestionAndAnswersItemDto, b7 as ProfileQuestionRequestDto, b8 as ProfileUpdateDto, b9 as QuestionCreateDto, ba as QuestionDto, a6 as QuestionForType, bP as QuestionRestriction, a5 as QuestionType, bb as QuestionUpdateDto, cg as RenderCellType, dc as SITE_CONFIG_TOKEN, bc as SearchObjDatePropRequestDto, bd as SearchObjRequestDto, be as SearchObjTextPropRequestDto, a9 as SearchableColumnInfo, a8 as SearchableColumnType, bf as SetupIntentCreateDto, bg as SetupIntentDto, bQ as StripeRestriction, S as SupportedLanguage, d as SupportedLanguageArray, bh as TempLinkCreateDto, bi as TempLinkDto, aa as TempLinkType, ab as TempRegistrationStatus, T as ThemeType, bR as UnavailabilityRestriction, bj as UploadCreateDto, bk as UploadDto, bl as UploadImageWithLinkDto, ac as UploadLinkType, bS as UploadRestriction, ad as UploadType, bm as UploadUpdateDto, af as UserAccountFlagType, bn as UserCreateDto, bo as UserDto, bp as UserMembershipChangeResponseDto, bq as UserMembershipCreateDto, br as UserMembershipDto, bs as UserMembershipSignUpDto, bt as UserMembershipSignUpResponseDto, bu as UserMembershipStatsDto, bv as UserMembershipUpdateDto, bw as UserMembershipWithStripeInfoDto, bx as UserPermissionDto, bT as UserRestriction, ag as UserType, by as UserUpdateDto, bJ as UuidRestriction, b$ as ValidationResult, bz as VersionDto, W as WeekdayTranslationKey, y as activityShortCode, cs as addDays, cr as addMinutes, ct as addMonths, cq as addSeconds, cV as addSpacesForEnum, c5 as addToParallelTasks, dv as allowedNonNumericalValuesInContactNumber, cX as anyObject, B as apiRoute, z as apiRouteParam, c3 as arrayContains, c2 as arrayOfNLength, cT as capitalizeFirstLetter, d3 as colourPalette, e as commonEmailLinks, cc as computeBookingStatusCounts, dw as contactNumberCharValid, dx as contactNumberValid, j as createToken, cD as cyrb53, cw as dateDiffInDays, cA as debounceLeading, d4 as defaultSiteColour, dA as emailValid, cY as fakePromise, cd as filterBookingsByOverviewStatus, c9 as formatBookingCalendarLabel, cj as formatDate, cW as formatFileSize, cp as formatForBookingDate, cl as formatForDateDropdown, ck as formatForDateLocal, co as formatForDateLocalDetailed, cm as formatForDateOfBirth, cn as formatForDateWithTime, d1 as getActiveUserMembership, cx as getAgeInYears, a7 as getAllPetQuestionForType, db as getAppType, cB as getArrFromEnum, c7 as getBookingStatusLabelForAdmin, d9 as getBotPath, dg as getCommonConfig, ce as getDayClassObject, ch as getDayElements, cf as getDayHeadingElements, cF as getImageParams, dh as getLog, c8 as getMembershipTypeLabel, cI as getMimeTypeFromExtension, cG as getPayloadFromJwt, cK as getPerformanceTimer, cN as getPetAvatarUrl, cQ as getQuestionGroups, df as getSiteColour, de as getSiteConfig, cM as getUserAvatarUrl, ci as getUsersName, cy as getWeekNumber, cL as hasRequiredPermissions, ah as hubspotQuestionsExport, cu as isBefore, dB as isNumber, cv as isSameDay, i as isWebApp, cU as lowercaseFirstLetter, c0 as makeArrayOrDefault, dz as maxDate, dm as maxItems, dH as maxLength, dD as maxValue, cH as mimeTypeLookup, dy as minDate, dl as minItems, dG as minLength, g as minUrlLength, dC as minValue, m as monthTranslationKeyOrder, ds as multiValidation, cP as nameof, n as nanasFonts, dq as noValidation, dr as notNull, c1 as onlyUnique, dE as passwordValid, p as portalGlyphLength, dF as postCodeValid, cO as promiseFromValue, cR as randomIntFromRange, cS as randomItemFromArray, d7 as rootContainer, di as rootDependencyInjectionSetup, bU as searchColumns, dn as selectedItemsExist, dp as selectedOptionIsInEnum, dt as separateValidation, dj as setContainerToken, dk as setContainerTokenLazy, dd as setSiteConfig, dI as shouldBeUrl, dJ as shouldBeYoutubeUrl, cz as showSecondCalendar, s as socialLinks, c4 as timeout, cJ as tryParseNumber, ae as uploadsThatNeedEncryption, c$ as urlRef, d0 as userMustChangePassword, cC as uuidv4, v as validUuidChars, du as validateForEach, w as webAppTypes, c as weekdayTranslationKeyOrder } from '../textValidation-Dp6X8nfi.js';
3
3
  import 'solid-js';
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { rootContainer, onlyUnique, getBotPath, getLog, getCommonConfig, formatForDateDropdown, NANAS_PALLETTE, getSiteConfig, getAppType, isWebApp, rootDependencyInjectionSetup, setContainerToken } from '../chunk/COU2KN7W.js';
2
- export { APP_TYPE_TOKEN, ActivityRestriction, ActivityType, AddressLinkType, AddressRestriction, AnswerLinkType, AnswerRestriction, AppType, AuthRegisterRestriction, BOOKING_OVERVIEW_STATUSES, BOT_PATH_TOKEN, BookingAddonRestriction, BookingAddonType, BookingRestriction, BookingStatusType, BugReportRestriction, BugReportStatusType, CommentLinkType, CommentRestriction, CommonConfigService, DependencyInjectionContainer, DrivingRouteRestriction, InvoiceRestriction, InvoiceStatusType, LogService, MembershipBillingCycleType, MembershipRestriction, MembershipStatus, MembershipType, MouseButton, NANAS_PALLETTE, NetworkState, OrderDirectionType, PermissionRestriction, PermissionType, PetRestriction, PetSexType, PetStatusType, PetType, QuestionForType, QuestionRestriction, QuestionType, SITE_CONFIG_TOKEN, SearchableColumnType, StripeRestriction, SupportedLanguageArray, TempLinkType, TempRegistrationStatus, UnavailabilityRestriction, UploadLinkType, UploadRestriction, UploadType, UserAccountFlagType, UserRestriction, UserType, activityShortCode, addDays, addMinutes, addMonths, addSeconds, addSpacesForEnum, addToParallelTasks, allowedNonNumericalValuesInContactNumber, anyObject, apiRoute, apiRouteParam, arrayContains, arrayOfNLength, capitalizeFirstLetter, colourPalette, commonEmailLinks, computeBookingStatusCounts, contactNumberCharValid, contactNumberValid, createToken, cyrb53, dateDiffInDays, debounceLeading, defaultSiteColour, emailValid, fakePromise, filterBookingsByOverviewStatus, formatBookingCalendarLabel, formatDate, formatFileSize, formatForBookingDate, formatForDateDropdown, formatForDateLocal, formatForDateLocalDetailed, formatForDateOfBirth, formatForDateWithTime, getActiveUserMembership, getAgeInYears, getAllPetQuestionForType, getAppType, getArrFromEnum, getBookingStatusLabelForAdmin, getBotPath, getCommonConfig, getDayClassObject, getDayElements, getDayHeadingElements, getImageParams, getLog, getMembershipTypeLabel, getMimeTypeFromExtension, getPayloadFromJwt, getPerformanceTimer, getPetAvatarUrl, getQuestionGroups, getSiteColour, getSiteConfig, getUserAvatarUrl, getUsersName, getWeekNumber, hasRequiredPermissions, hubspotQuestionsExport, isBefore, isNumber, isSameDay, isWebApp, lowercaseFirstLetter, makeArrayOrDefault, maxDate, maxItems, maxLength, maxValue, mimeTypeLookup, minDate, minItems, minLength, minUrlLength, minValue, monthTranslationKeyOrder, multiValidation, nameof, nanasFonts, noValidation, notNull, onlyUnique, passwordValid, portalGlyphLength, postCodeValid, promiseFromValue, randomIntFromRange, randomItemFromArray, rootContainer, rootDependencyInjectionSetup, searchColumns, selectedItemsExist, selectedOptionIsInEnum, separateValidation, setContainerToken, setContainerTokenLazy, setSiteConfig, shouldBeUrl, shouldBeYoutubeUrl, showSecondCalendar, socialLinks, timeout, tryParseNumber, uploadsThatNeedEncryption, urlRef, userMustChangePassword, uuidv4, validUuidChars, validateForEach, webAppTypes, weekdayTranslationKeyOrder } from '../chunk/COU2KN7W.js';
1
+ import { rootContainer, onlyUnique, getBotPath, getLog, getCommonConfig, formatForDateDropdown, NANAS_PALLETTE, getSiteConfig, getAppType, isWebApp, rootDependencyInjectionSetup, setContainerToken } from '../chunk/OLGOAYWP.js';
2
+ export { APP_TYPE_TOKEN, ActivityRestriction, ActivityType, AddressLinkType, AddressRestriction, AnswerLinkType, AnswerRestriction, AppType, AuthRegisterRestriction, BOOKING_OVERVIEW_STATUSES, BOT_PATH_TOKEN, BookingAddonRestriction, BookingAddonType, BookingRestriction, BookingStatusType, BugReportRestriction, BugReportStatusType, CommentLinkType, CommentRestriction, CommonConfigService, DependencyInjectionContainer, DrivingRouteRestriction, InvoiceRestriction, InvoiceStatusType, LogService, MembershipBillingCycleType, MembershipRestriction, MembershipStatus, MembershipType, MouseButton, NANAS_PALLETTE, NetworkState, OrderDirectionType, PermissionRestriction, PermissionType, PetRestriction, PetSexType, PetStatusType, PetType, QuestionForType, QuestionRestriction, QuestionType, SITE_CONFIG_TOKEN, SearchableColumnType, StripeRestriction, SupportedLanguageArray, TempLinkType, TempRegistrationStatus, UnavailabilityRestriction, UploadLinkType, UploadRestriction, UploadType, UserAccountFlagType, UserRestriction, UserType, UuidRestriction, activityShortCode, addDays, addMinutes, addMonths, addSeconds, addSpacesForEnum, addToParallelTasks, allowedNonNumericalValuesInContactNumber, anyObject, apiRoute, apiRouteParam, arrayContains, arrayOfNLength, capitalizeFirstLetter, colourPalette, commonEmailLinks, computeBookingStatusCounts, contactNumberCharValid, contactNumberValid, createToken, cyrb53, dateDiffInDays, debounceLeading, defaultSiteColour, emailValid, fakePromise, filterBookingsByOverviewStatus, formatBookingCalendarLabel, formatDate, formatFileSize, formatForBookingDate, formatForDateDropdown, formatForDateLocal, formatForDateLocalDetailed, formatForDateOfBirth, formatForDateWithTime, getActiveUserMembership, getAgeInYears, getAllPetQuestionForType, getAppType, getArrFromEnum, getBookingStatusLabelForAdmin, getBotPath, getCommonConfig, getDayClassObject, getDayElements, getDayHeadingElements, getImageParams, getLog, getMembershipTypeLabel, getMimeTypeFromExtension, getPayloadFromJwt, getPerformanceTimer, getPetAvatarUrl, getQuestionGroups, getSiteColour, getSiteConfig, getUserAvatarUrl, getUsersName, getWeekNumber, hasRequiredPermissions, hubspotQuestionsExport, isBefore, isNumber, isSameDay, isWebApp, lowercaseFirstLetter, makeArrayOrDefault, maxDate, maxItems, maxLength, maxValue, mimeTypeLookup, minDate, minItems, minLength, minUrlLength, minValue, monthTranslationKeyOrder, multiValidation, nameof, nanasFonts, noValidation, notNull, onlyUnique, passwordValid, portalGlyphLength, postCodeValid, promiseFromValue, randomIntFromRange, randomItemFromArray, rootContainer, rootDependencyInjectionSetup, searchColumns, selectedItemsExist, selectedOptionIsInEnum, separateValidation, setContainerToken, setContainerTokenLazy, setSiteConfig, shouldBeUrl, shouldBeYoutubeUrl, showSecondCalendar, socialLinks, timeout, tryParseNumber, uploadsThatNeedEncryption, urlRef, userMustChangePassword, uuidv4, validUuidChars, validateForEach, webAppTypes, weekdayTranslationKeyOrder } from '../chunk/OLGOAYWP.js';
3
3
  import fs6, { stat } from 'fs/promises';
4
4
  import path12 from 'path';
5
5
  import fs2 from 'fs';
@@ -1144,8 +1144,6 @@ interface components {
1144
1144
  startDate: Record<string, never> | string | number;
1145
1145
  endDate: Record<string, never> | string | number;
1146
1146
  notes: string;
1147
- /** BookingStatusType */
1148
- status: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
1149
1147
  petUuids: string[];
1150
1148
  };
1151
1149
  /**
@@ -2540,6 +2538,11 @@ declare const CommentRestriction: {
2540
2538
  };
2541
2539
  };
2542
2540
 
2541
+ declare const UuidRestriction: {
2542
+ readonly minLength: 36;
2543
+ readonly maxLength: 36;
2544
+ };
2545
+
2543
2546
  declare const DrivingRouteRestriction: {
2544
2547
  readonly notes: {
2545
2548
  readonly maxLength: 500;
@@ -3200,4 +3203,4 @@ declare const maxLength: (maxLengthVal: number) => (value: string) => Validation
3200
3203
  declare const shouldBeUrl: (value: string) => ValidationResult;
3201
3204
  declare const shouldBeYoutubeUrl: (value: string) => ValidationResult;
3202
3205
 
3203
- export { NetworkState as $, AppType as A, apiRoute as B, CommonConfigService as C, type DependencyInjectionToken as D, type EnvKey as E, ActivityType as F, AddressLinkType as G, type HtmlElementEvent as H, type ILogger as I, AnswerLinkType as J, type KeyEvent as K, LogService as L, type MonthTranslationKey as M, NANAS_PALLETTE as N, BookingAddonType as O, BookingStatusType as P, BugReportStatusType as Q, type ResultWithValue as R, type SupportedLanguage as S, type ThemeType as T, CommentLinkType as U, InvoiceStatusType as V, type WeekdayTranslationKey as W, type LogType as X, MembershipBillingCycleType as Y, MembershipStatus as Z, MembershipType as _, type Result as a, type PaginationRequestDto as a$, OrderDirectionType as a0, PermissionType as a1, PetSexType as a2, PetStatusType as a3, PetType as a4, QuestionType as a5, QuestionForType as a6, getAllPetQuestionForType as a7, SearchableColumnType as a8, type SearchableColumnInfo as a9, type AuthSuccessDto as aA, type BookingAddonDto as aB, type BookingCalendarOverviewItemDto as aC, type BookingCreateDto as aD, type BookingDto as aE, type BookingHostCreateDto as aF, type BookingHostDto as aG, type BookingHostUpdateDto as aH, type BookingRestrictionsDto as aI, type BookingRestrictionsEnabledDaysDto as aJ, type BookingRestrictionsPremiumEnabledDaysDto as aK, type BookingUpdateDto as aL, type BookingWithRelationshipsDto as aM, type BugReportCreateDto as aN, type BugReportDto as aO, type BugReportUpdateDto as aP, type ClientAnswerSaveDto as aQ, type CommentCreateDto as aR, type CommentDto as aS, type CommentUpdateDto as aT, type InvoiceCreateDto as aU, type InvoiceDto as aV, type InvoiceUpdateDto as aW, type InvoiceWithStripeInfoDto as aX, type MembershipCreateDto as aY, type MembershipDto as aZ, type MembershipUpdateDto as a_, TempLinkType as aa, TempRegistrationStatus as ab, UploadLinkType as ac, UploadType as ad, uploadsThatNeedEncryption as ae, UserAccountFlagType as af, UserType as ag, hubspotQuestionsExport as ah, type ActivityDto as ai, type AddressCreateDto as aj, type AddressDto as ak, type AddressLookupDto as al, type AddressUpdateDto as am, type AnswerCreateDto as an, type AnswerDto as ao, type AuthChangePasswordDto as ap, type AuthLoginDto as aq, type AuthPatDto as ar, type AuthRegisterAddressDto as as, type AuthRegisterDto as at, type AuthRegisterGetQuestionsDto as au, type AuthRegisterPetDto as av, type AuthRegisterQuestionDto as aw, type AuthRegisterUserDto as ax, type AuthRequestResetPasswordDto as ay, type AuthResetPasswordDto as az, type IDependencyInjectionSetupProps as b, makeArrayOrDefault as b$, type PaginationResponseDto as b0, type PaymentMethodDto as b1, type PetCreateDto as b2, type PetDto as b3, type PetUpdateDto as b4, type ProfileDto as b5, type ProfileQuestionAndAnswersItemDto as b6, type ProfileQuestionRequestDto as b7, type ProfileUpdateDto as b8, type QuestionCreateDto as b9, type JwtPayloadDto as bA, ActivityRestriction as bB, AddressRestriction as bC, AnswerRestriction as bD, AuthRegisterRestriction as bE, BookingRestriction as bF, BookingAddonRestriction as bG, BugReportRestriction as bH, CommentRestriction as bI, DrivingRouteRestriction as bJ, InvoiceRestriction as bK, MembershipRestriction as bL, PermissionRestriction as bM, PetRestriction as bN, QuestionRestriction as bO, StripeRestriction as bP, UnavailabilityRestriction as bQ, UploadRestriction as bR, UserRestriction as bS, searchColumns as bT, type ICaptchaResponse as bU, type LogMethod as bV, type ILogMessage as bW, type IMediaUpload as bX, type NominatimResponse as bY, type NominatimAddressResponse as bZ, type ValidationResult as b_, type QuestionDto as ba, type QuestionUpdateDto as bb, type SearchObjDatePropRequestDto as bc, type SearchObjRequestDto as bd, type SearchObjTextPropRequestDto as be, type SetupIntentCreateDto as bf, type SetupIntentDto as bg, type TempLinkCreateDto as bh, type TempLinkDto as bi, type UploadCreateDto as bj, type UploadDto as bk, type UploadImageWithLinkDto as bl, type UploadUpdateDto as bm, type UserCreateDto as bn, type UserDto as bo, type UserMembershipChangeResponseDto as bp, type UserMembershipCreateDto as bq, type UserMembershipDto as br, type UserMembershipSignUpDto as bs, type UserMembershipSignUpResponseDto as bt, type UserMembershipStatsDto as bu, type UserMembershipUpdateDto as bv, type UserMembershipWithStripeInfoDto as bw, type UserPermissionDto as bx, type UserUpdateDto as by, type VersionDto as bz, weekdayTranslationKeyOrder as c, userMustChangePassword as c$, onlyUnique as c0, arrayOfNLength as c1, arrayContains as c2, timeout as c3, addToParallelTasks as c4, type BookingCalendarOverviewItem as c5, getBookingStatusLabelForAdmin as c6, getMembershipTypeLabel as c7, formatBookingCalendarLabel as c8, BOOKING_OVERVIEW_STATUSES as c9, getArrFromEnum as cA, uuidv4 as cB, cyrb53 as cC, type IImageParams as cD, getImageParams as cE, getPayloadFromJwt as cF, mimeTypeLookup as cG, getMimeTypeFromExtension as cH, tryParseNumber as cI, getPerformanceTimer as cJ, hasRequiredPermissions as cK, getUserAvatarUrl as cL, getPetAvatarUrl as cM, promiseFromValue as cN, nameof as cO, getQuestionGroups as cP, randomIntFromRange as cQ, randomItemFromArray as cR, capitalizeFirstLetter as cS, lowercaseFirstLetter as cT, addSpacesForEnum as cU, formatFileSize as cV, anyObject as cW, fakePromise as cX, type ObjectWithPropsOfValue as cY, type Prettify as cZ, urlRef as c_, type BookingStatusCounts as ca, computeBookingStatusCounts as cb, filterBookingsByOverviewStatus as cc, getDayClassObject as cd, getDayHeadingElements as ce, type RenderCellType as cf, getDayElements as cg, getUsersName as ch, formatDate as ci, formatForDateLocal as cj, formatForDateDropdown as ck, formatForDateOfBirth as cl, formatForDateWithTime as cm, formatForDateLocalDetailed as cn, formatForBookingDate as co, addSeconds as cp, addMinutes as cq, addDays as cr, addMonths as cs, isBefore as ct, isSameDay as cu, dateDiffInDays as cv, getAgeInYears as cw, getWeekNumber as cx, showSecondCalendar as cy, debounceLeading as cz, SupportedLanguageArray as d, getActiveUserMembership as d0, type ISiteColour as d1, colourPalette as d2, defaultSiteColour as d3, type ISite as d4, DependencyInjectionContainer as d5, rootContainer as d6, BOT_PATH_TOKEN as d7, getBotPath as d8, APP_TYPE_TOKEN as d9, isNumber as dA, minValue as dB, maxValue as dC, passwordValid as dD, postCodeValid as dE, minLength as dF, maxLength as dG, shouldBeUrl as dH, shouldBeYoutubeUrl as dI, type IFormCalendarPickerProps as dJ, type FullDateSelectionProps as dK, type FormCalendarPickerMode as dL, type FormCalendarDatePickerRangeProps as dM, type DateSelectionProps as dN, type FormCalendarPickerInnerProps as dO, type FormInputProps as dP, type FormCalendarSpecialRangeDisplayProps as dQ, type FormCalendarSpecialRangeProps as dR, type ValidFormTypes as dS, type ValidFormComponentTypes as dT, type PropertyOverrides as dU, getAppType as da, SITE_CONFIG_TOKEN as db, setSiteConfig as dc, getSiteConfig as dd, getSiteColour as de, getCommonConfig as df, getLog as dg, rootDependencyInjectionSetup as dh, setContainerToken as di, setContainerTokenLazy as dj, minItems as dk, maxItems as dl, selectedItemsExist as dm, selectedOptionIsInEnum as dn, noValidation as dp, notNull as dq, multiValidation as dr, separateValidation as ds, validateForEach as dt, allowedNonNumericalValuesInContactNumber as du, contactNumberCharValid as dv, contactNumberValid as dw, minDate as dx, maxDate as dy, emailValid as dz, commonEmailLinks as e, MouseButton as f, minUrlLength as g, type CachedValue as h, isWebApp as i, createToken as j, type DependencyInjectionIdentifier as k, type DependencyInjectionFactory as l, monthTranslationKeyOrder as m, nanasFonts as n, type IDependencyInjectionSetupWebProps as o, portalGlyphLength as p, type HtmlKeyEvent as q, type HtmlFilesEvent as r, socialLinks as s, type HtmlImageReadEvent as t, type ClickEvent as u, validUuidChars as v, webAppTypes as w, type ActivityLocationType as x, activityShortCode as y, apiRouteParam as z };
3206
+ export { NetworkState as $, AppType as A, apiRoute as B, CommonConfigService as C, type DependencyInjectionToken as D, type EnvKey as E, ActivityType as F, AddressLinkType as G, type HtmlElementEvent as H, type ILogger as I, AnswerLinkType as J, type KeyEvent as K, LogService as L, type MonthTranslationKey as M, NANAS_PALLETTE as N, BookingAddonType as O, BookingStatusType as P, BugReportStatusType as Q, type ResultWithValue as R, type SupportedLanguage as S, type ThemeType as T, CommentLinkType as U, InvoiceStatusType as V, type WeekdayTranslationKey as W, type LogType as X, MembershipBillingCycleType as Y, MembershipStatus as Z, MembershipType as _, type Result as a, type PaginationRequestDto as a$, OrderDirectionType as a0, PermissionType as a1, PetSexType as a2, PetStatusType as a3, PetType as a4, QuestionType as a5, QuestionForType as a6, getAllPetQuestionForType as a7, SearchableColumnType as a8, type SearchableColumnInfo as a9, type AuthSuccessDto as aA, type BookingAddonDto as aB, type BookingCalendarOverviewItemDto as aC, type BookingCreateDto as aD, type BookingDto as aE, type BookingHostCreateDto as aF, type BookingHostDto as aG, type BookingHostUpdateDto as aH, type BookingRestrictionsDto as aI, type BookingRestrictionsEnabledDaysDto as aJ, type BookingRestrictionsPremiumEnabledDaysDto as aK, type BookingUpdateDto as aL, type BookingWithRelationshipsDto as aM, type BugReportCreateDto as aN, type BugReportDto as aO, type BugReportUpdateDto as aP, type ClientAnswerSaveDto as aQ, type CommentCreateDto as aR, type CommentDto as aS, type CommentUpdateDto as aT, type InvoiceCreateDto as aU, type InvoiceDto as aV, type InvoiceUpdateDto as aW, type InvoiceWithStripeInfoDto as aX, type MembershipCreateDto as aY, type MembershipDto as aZ, type MembershipUpdateDto as a_, TempLinkType as aa, TempRegistrationStatus as ab, UploadLinkType as ac, UploadType as ad, uploadsThatNeedEncryption as ae, UserAccountFlagType as af, UserType as ag, hubspotQuestionsExport as ah, type ActivityDto as ai, type AddressCreateDto as aj, type AddressDto as ak, type AddressLookupDto as al, type AddressUpdateDto as am, type AnswerCreateDto as an, type AnswerDto as ao, type AuthChangePasswordDto as ap, type AuthLoginDto as aq, type AuthPatDto as ar, type AuthRegisterAddressDto as as, type AuthRegisterDto as at, type AuthRegisterGetQuestionsDto as au, type AuthRegisterPetDto as av, type AuthRegisterQuestionDto as aw, type AuthRegisterUserDto as ax, type AuthRequestResetPasswordDto as ay, type AuthResetPasswordDto as az, type IDependencyInjectionSetupProps as b, type ValidationResult as b$, type PaginationResponseDto as b0, type PaymentMethodDto as b1, type PetCreateDto as b2, type PetDto as b3, type PetUpdateDto as b4, type ProfileDto as b5, type ProfileQuestionAndAnswersItemDto as b6, type ProfileQuestionRequestDto as b7, type ProfileUpdateDto as b8, type QuestionCreateDto as b9, type JwtPayloadDto as bA, ActivityRestriction as bB, AddressRestriction as bC, AnswerRestriction as bD, AuthRegisterRestriction as bE, BookingRestriction as bF, BookingAddonRestriction as bG, BugReportRestriction as bH, CommentRestriction as bI, UuidRestriction as bJ, DrivingRouteRestriction as bK, InvoiceRestriction as bL, MembershipRestriction as bM, PermissionRestriction as bN, PetRestriction as bO, QuestionRestriction as bP, StripeRestriction as bQ, UnavailabilityRestriction as bR, UploadRestriction as bS, UserRestriction as bT, searchColumns as bU, type ICaptchaResponse as bV, type LogMethod as bW, type ILogMessage as bX, type IMediaUpload as bY, type NominatimResponse as bZ, type NominatimAddressResponse as b_, type QuestionDto as ba, type QuestionUpdateDto as bb, type SearchObjDatePropRequestDto as bc, type SearchObjRequestDto as bd, type SearchObjTextPropRequestDto as be, type SetupIntentCreateDto as bf, type SetupIntentDto as bg, type TempLinkCreateDto as bh, type TempLinkDto as bi, type UploadCreateDto as bj, type UploadDto as bk, type UploadImageWithLinkDto as bl, type UploadUpdateDto as bm, type UserCreateDto as bn, type UserDto as bo, type UserMembershipChangeResponseDto as bp, type UserMembershipCreateDto as bq, type UserMembershipDto as br, type UserMembershipSignUpDto as bs, type UserMembershipSignUpResponseDto as bt, type UserMembershipStatsDto as bu, type UserMembershipUpdateDto as bv, type UserMembershipWithStripeInfoDto as bw, type UserPermissionDto as bx, type UserUpdateDto as by, type VersionDto as bz, weekdayTranslationKeyOrder as c, urlRef as c$, makeArrayOrDefault as c0, onlyUnique as c1, arrayOfNLength as c2, arrayContains as c3, timeout as c4, addToParallelTasks as c5, type BookingCalendarOverviewItem as c6, getBookingStatusLabelForAdmin as c7, getMembershipTypeLabel as c8, formatBookingCalendarLabel as c9, debounceLeading as cA, getArrFromEnum as cB, uuidv4 as cC, cyrb53 as cD, type IImageParams as cE, getImageParams as cF, getPayloadFromJwt as cG, mimeTypeLookup as cH, getMimeTypeFromExtension as cI, tryParseNumber as cJ, getPerformanceTimer as cK, hasRequiredPermissions as cL, getUserAvatarUrl as cM, getPetAvatarUrl as cN, promiseFromValue as cO, nameof as cP, getQuestionGroups as cQ, randomIntFromRange as cR, randomItemFromArray as cS, capitalizeFirstLetter as cT, lowercaseFirstLetter as cU, addSpacesForEnum as cV, formatFileSize as cW, anyObject as cX, fakePromise as cY, type ObjectWithPropsOfValue as cZ, type Prettify as c_, BOOKING_OVERVIEW_STATUSES as ca, type BookingStatusCounts as cb, computeBookingStatusCounts as cc, filterBookingsByOverviewStatus as cd, getDayClassObject as ce, getDayHeadingElements as cf, type RenderCellType as cg, getDayElements as ch, getUsersName as ci, formatDate as cj, formatForDateLocal as ck, formatForDateDropdown as cl, formatForDateOfBirth as cm, formatForDateWithTime as cn, formatForDateLocalDetailed as co, formatForBookingDate as cp, addSeconds as cq, addMinutes as cr, addDays as cs, addMonths as ct, isBefore as cu, isSameDay as cv, dateDiffInDays as cw, getAgeInYears as cx, getWeekNumber as cy, showSecondCalendar as cz, SupportedLanguageArray as d, userMustChangePassword as d0, getActiveUserMembership as d1, type ISiteColour as d2, colourPalette as d3, defaultSiteColour as d4, type ISite as d5, DependencyInjectionContainer as d6, rootContainer as d7, BOT_PATH_TOKEN as d8, getBotPath as d9, emailValid as dA, isNumber as dB, minValue as dC, maxValue as dD, passwordValid as dE, postCodeValid as dF, minLength as dG, maxLength as dH, shouldBeUrl as dI, shouldBeYoutubeUrl as dJ, type IFormCalendarPickerProps as dK, type FullDateSelectionProps as dL, type FormCalendarPickerMode as dM, type FormCalendarDatePickerRangeProps as dN, type DateSelectionProps as dO, type FormCalendarPickerInnerProps as dP, type FormInputProps as dQ, type FormCalendarSpecialRangeDisplayProps as dR, type FormCalendarSpecialRangeProps as dS, type ValidFormTypes as dT, type ValidFormComponentTypes as dU, type PropertyOverrides as dV, APP_TYPE_TOKEN as da, getAppType as db, SITE_CONFIG_TOKEN as dc, setSiteConfig as dd, getSiteConfig as de, getSiteColour as df, getCommonConfig as dg, getLog as dh, rootDependencyInjectionSetup as di, setContainerToken as dj, setContainerTokenLazy as dk, minItems as dl, maxItems as dm, selectedItemsExist as dn, selectedOptionIsInEnum as dp, noValidation as dq, notNull as dr, multiValidation as ds, separateValidation as dt, validateForEach as du, allowedNonNumericalValuesInContactNumber as dv, contactNumberCharValid as dw, contactNumberValid as dx, minDate as dy, maxDate as dz, commonEmailLinks as e, MouseButton as f, minUrlLength as g, type CachedValue as h, isWebApp as i, createToken as j, type DependencyInjectionIdentifier as k, type DependencyInjectionFactory as l, monthTranslationKeyOrder as m, nanasFonts as n, type IDependencyInjectionSetupWebProps as o, portalGlyphLength as p, type HtmlKeyEvent as q, type HtmlFilesEvent as r, socialLinks as s, type HtmlImageReadEvent as t, type ClickEvent as u, validUuidChars as v, webAppTypes as w, type ActivityLocationType as x, activityShortCode as y, apiRouteParam as z };
@@ -1,7 +1,7 @@
1
1
  import * as solid_js from 'solid-js';
2
2
  import { JSXElement, Component, JSX, Accessor, ComponentProps } from 'solid-js';
3
- import { F as ActivityType, P as BookingStatusType, Q as BugReportStatusType, u as ClickEvent, _ as MembershipType, Z as MembershipStatus, Y as MembershipBillingCycleType, a3 as PetStatusType, b5 as ProfileDto, ba as QuestionDto, ao as AnswerDto, a6 as QuestionForType, a5 as QuestionType, ag as UserType, af as UserAccountFlagType, R as ResultWithValue, a1 as PermissionType, $ as NetworkState, dJ as IFormCalendarPickerProps, dK as FullDateSelectionProps, dL as FormCalendarPickerMode, dM as FormCalendarDatePickerRangeProps, dN as DateSelectionProps, W as WeekdayTranslationKey, M as MonthTranslationKey, dO as FormCalendarPickerInnerProps, dP as FormInputProps, b_ as ValidationResult, K as KeyEvent, H as HtmlElementEvent, aj as AddressCreateDto, am as AddressUpdateDto, aq as AuthLoginDto, ax as AuthRegisterUserDto, aD as BookingCreateDto, aL as BookingUpdateDto, aO as BugReportDto, aN as BugReportCreateDto, aY as MembershipCreateDto, b2 as PetCreateDto, b4 as PetUpdateDto, b8 as ProfileUpdateDto, b9 as QuestionCreateDto, bj as UploadCreateDto, bl as UploadImageWithLinkDto, bo as UserDto, bn as UserCreateDto, bv as UserMembershipUpdateDto, bq as UserMembershipCreateDto, r as HtmlFilesEvent, bW as ILogMessage, I as ILogger, a as Result, a$ as PaginationRequestDto, b0 as PaginationResponseDto, bd as SearchObjRequestDto, C as CommonConfigService, ai as ActivityDto, L as LogService, ak as AddressDto, G as AddressLinkType, bY as NominatimResponse, b6 as ProfileQuestionAndAnswersItemDto, aE as BookingDto, aM as BookingWithRelationshipsDto, c5 as BookingCalendarOverviewItem, aP as BugReportUpdateDto, U as CommentLinkType, aS as CommentDto, aR as CommentCreateDto, aV as InvoiceDto, aU as InvoiceCreateDto, aW as InvoiceUpdateDto, aZ as MembershipDto, a_ as MembershipUpdateDto, b3 as PetDto, bk as UploadDto, bm as UploadUpdateDto, by as UserUpdateDto, br as UserMembershipDto, bu as UserMembershipStatsDto, bx as UserPermissionDto, al as AddressLookupDto, aX as InvoiceWithStripeInfoDto, d4 as ISite, b1 as PaymentMethodDto, bf as SetupIntentCreateDto, bg as SetupIntentDto, aI as BookingRestrictionsDto, bs as UserMembershipSignUpDto, bt as UserMembershipSignUpResponseDto, bp as UserMembershipChangeResponseDto, aA as AuthSuccessDto, at as AuthRegisterDto, au as AuthRegisterGetQuestionsDto, ay as AuthRequestResetPasswordDto, az as AuthResetPasswordDto, ap as AuthChangePasswordDto, bz as VersionDto, T as ThemeType, cZ as Prettify, o as IDependencyInjectionSetupWebProps } from '../textValidation-DNnzgi9l.js';
4
- export { d9 as APP_TYPE_TOKEN, x as ActivityLocationType, bB as ActivityRestriction, bC as AddressRestriction, an as AnswerCreateDto, J as AnswerLinkType, bD as AnswerRestriction, A as AppType, ar as AuthPatDto, as as AuthRegisterAddressDto, av as AuthRegisterPetDto, aw as AuthRegisterQuestionDto, bE as AuthRegisterRestriction, c9 as BOOKING_OVERVIEW_STATUSES, d7 as BOT_PATH_TOKEN, aB as BookingAddonDto, bG as BookingAddonRestriction, O as BookingAddonType, aC as BookingCalendarOverviewItemDto, aF as BookingHostCreateDto, aG as BookingHostDto, aH as BookingHostUpdateDto, bF as BookingRestriction, aJ as BookingRestrictionsEnabledDaysDto, aK as BookingRestrictionsPremiumEnabledDaysDto, ca as BookingStatusCounts, bH as BugReportRestriction, h as CachedValue, aQ as ClientAnswerSaveDto, bI as CommentRestriction, aT as CommentUpdateDto, d5 as DependencyInjectionContainer, l as DependencyInjectionFactory, k as DependencyInjectionIdentifier, D as DependencyInjectionToken, bJ as DrivingRouteRestriction, E as EnvKey, dQ as FormCalendarSpecialRangeDisplayProps, dR as FormCalendarSpecialRangeProps, t as HtmlImageReadEvent, q as HtmlKeyEvent, bU as ICaptchaResponse, b as IDependencyInjectionSetupProps, cD as IImageParams, bX as IMediaUpload, d1 as ISiteColour, bK as InvoiceRestriction, V as InvoiceStatusType, bA as JwtPayloadDto, bV as LogMethod, X as LogType, bL as MembershipRestriction, f as MouseButton, N as NANAS_PALLETTE, bZ as NominatimAddressResponse, cY as ObjectWithPropsOfValue, a0 as OrderDirectionType, bM as PermissionRestriction, bN as PetRestriction, a2 as PetSexType, a4 as PetType, b7 as ProfileQuestionRequestDto, dU as PropertyOverrides, bO as QuestionRestriction, bb as QuestionUpdateDto, cf as RenderCellType, db as SITE_CONFIG_TOKEN, bc as SearchObjDatePropRequestDto, be as SearchObjTextPropRequestDto, a9 as SearchableColumnInfo, a8 as SearchableColumnType, bP as StripeRestriction, S as SupportedLanguage, d as SupportedLanguageArray, bh as TempLinkCreateDto, bi as TempLinkDto, aa as TempLinkType, ab as TempRegistrationStatus, bQ as UnavailabilityRestriction, ac as UploadLinkType, bR as UploadRestriction, ad as UploadType, bw as UserMembershipWithStripeInfoDto, bS as UserRestriction, dT as ValidFormComponentTypes, dS as ValidFormTypes, y as activityShortCode, cr as addDays, cq as addMinutes, cs as addMonths, cp as addSeconds, cU as addSpacesForEnum, c4 as addToParallelTasks, du as allowedNonNumericalValuesInContactNumber, cW as anyObject, B as apiRoute, z as apiRouteParam, c2 as arrayContains, c1 as arrayOfNLength, cS as capitalizeFirstLetter, d2 as colourPalette, e as commonEmailLinks, cb as computeBookingStatusCounts, dv as contactNumberCharValid, dw as contactNumberValid, j as createToken, cC as cyrb53, cv as dateDiffInDays, cz as debounceLeading, d3 as defaultSiteColour, dz as emailValid, cX as fakePromise, cc as filterBookingsByOverviewStatus, c8 as formatBookingCalendarLabel, ci as formatDate, cV as formatFileSize, co as formatForBookingDate, ck as formatForDateDropdown, cj as formatForDateLocal, cn as formatForDateLocalDetailed, cl as formatForDateOfBirth, cm as formatForDateWithTime, d0 as getActiveUserMembership, cw as getAgeInYears, a7 as getAllPetQuestionForType, da as getAppType, cA as getArrFromEnum, c6 as getBookingStatusLabelForAdmin, d8 as getBotPath, df as getCommonConfig, cd as getDayClassObject, cg as getDayElements, ce as getDayHeadingElements, cE as getImageParams, dg as getLog, c7 as getMembershipTypeLabel, cH as getMimeTypeFromExtension, cF as getPayloadFromJwt, cJ as getPerformanceTimer, cM as getPetAvatarUrl, cP as getQuestionGroups, de as getSiteColour, dd as getSiteConfig, cL as getUserAvatarUrl, ch as getUsersName, cx as getWeekNumber, cK as hasRequiredPermissions, ah as hubspotQuestionsExport, ct as isBefore, dA as isNumber, cu as isSameDay, i as isWebApp, cT as lowercaseFirstLetter, b$ as makeArrayOrDefault, dy as maxDate, dl as maxItems, dG as maxLength, dC as maxValue, cG as mimeTypeLookup, dx as minDate, dk as minItems, dF as minLength, g as minUrlLength, dB as minValue, m as monthTranslationKeyOrder, dr as multiValidation, cO as nameof, n as nanasFonts, dp as noValidation, dq as notNull, c0 as onlyUnique, dD as passwordValid, p as portalGlyphLength, dE as postCodeValid, cN as promiseFromValue, cQ as randomIntFromRange, cR as randomItemFromArray, d6 as rootContainer, dh as rootDependencyInjectionSetup, bT as searchColumns, dm as selectedItemsExist, dn as selectedOptionIsInEnum, ds as separateValidation, di as setContainerToken, dj as setContainerTokenLazy, dc as setSiteConfig, dH as shouldBeUrl, dI as shouldBeYoutubeUrl, cy as showSecondCalendar, s as socialLinks, c3 as timeout, cI as tryParseNumber, ae as uploadsThatNeedEncryption, c_ as urlRef, c$ as userMustChangePassword, cB as uuidv4, v as validUuidChars, dt as validateForEach, w as webAppTypes, c as weekdayTranslationKeyOrder } from '../textValidation-DNnzgi9l.js';
3
+ import { F as ActivityType, P as BookingStatusType, Q as BugReportStatusType, u as ClickEvent, _ as MembershipType, Z as MembershipStatus, Y as MembershipBillingCycleType, a3 as PetStatusType, b5 as ProfileDto, ba as QuestionDto, ao as AnswerDto, a6 as QuestionForType, a5 as QuestionType, ag as UserType, af as UserAccountFlagType, R as ResultWithValue, a1 as PermissionType, $ as NetworkState, dK as IFormCalendarPickerProps, dL as FullDateSelectionProps, dM as FormCalendarPickerMode, dN as FormCalendarDatePickerRangeProps, dO as DateSelectionProps, W as WeekdayTranslationKey, M as MonthTranslationKey, dP as FormCalendarPickerInnerProps, dQ as FormInputProps, b$ as ValidationResult, K as KeyEvent, H as HtmlElementEvent, aj as AddressCreateDto, am as AddressUpdateDto, aq as AuthLoginDto, ax as AuthRegisterUserDto, aE as BookingDto, aD as BookingCreateDto, aL as BookingUpdateDto, aO as BugReportDto, aN as BugReportCreateDto, aY as MembershipCreateDto, b2 as PetCreateDto, b4 as PetUpdateDto, b8 as ProfileUpdateDto, b9 as QuestionCreateDto, bj as UploadCreateDto, bl as UploadImageWithLinkDto, bo as UserDto, bn as UserCreateDto, bv as UserMembershipUpdateDto, bq as UserMembershipCreateDto, r as HtmlFilesEvent, bX as ILogMessage, I as ILogger, a as Result, a$ as PaginationRequestDto, b0 as PaginationResponseDto, bd as SearchObjRequestDto, C as CommonConfigService, ai as ActivityDto, L as LogService, ak as AddressDto, G as AddressLinkType, bZ as NominatimResponse, b6 as ProfileQuestionAndAnswersItemDto, aM as BookingWithRelationshipsDto, c6 as BookingCalendarOverviewItem, aP as BugReportUpdateDto, U as CommentLinkType, aS as CommentDto, aR as CommentCreateDto, aV as InvoiceDto, aU as InvoiceCreateDto, aW as InvoiceUpdateDto, aZ as MembershipDto, a_ as MembershipUpdateDto, b3 as PetDto, bk as UploadDto, bm as UploadUpdateDto, by as UserUpdateDto, br as UserMembershipDto, bu as UserMembershipStatsDto, bx as UserPermissionDto, al as AddressLookupDto, aX as InvoiceWithStripeInfoDto, d5 as ISite, b1 as PaymentMethodDto, bf as SetupIntentCreateDto, bg as SetupIntentDto, aI as BookingRestrictionsDto, bs as UserMembershipSignUpDto, bt as UserMembershipSignUpResponseDto, bp as UserMembershipChangeResponseDto, aA as AuthSuccessDto, at as AuthRegisterDto, au as AuthRegisterGetQuestionsDto, ay as AuthRequestResetPasswordDto, az as AuthResetPasswordDto, ap as AuthChangePasswordDto, bz as VersionDto, T as ThemeType, c_ as Prettify, o as IDependencyInjectionSetupWebProps } from '../textValidation-Dp6X8nfi.js';
4
+ export { da as APP_TYPE_TOKEN, x as ActivityLocationType, bB as ActivityRestriction, bC as AddressRestriction, an as AnswerCreateDto, J as AnswerLinkType, bD as AnswerRestriction, A as AppType, ar as AuthPatDto, as as AuthRegisterAddressDto, av as AuthRegisterPetDto, aw as AuthRegisterQuestionDto, bE as AuthRegisterRestriction, ca as BOOKING_OVERVIEW_STATUSES, d8 as BOT_PATH_TOKEN, aB as BookingAddonDto, bG as BookingAddonRestriction, O as BookingAddonType, aC as BookingCalendarOverviewItemDto, aF as BookingHostCreateDto, aG as BookingHostDto, aH as BookingHostUpdateDto, bF as BookingRestriction, aJ as BookingRestrictionsEnabledDaysDto, aK as BookingRestrictionsPremiumEnabledDaysDto, cb as BookingStatusCounts, bH as BugReportRestriction, h as CachedValue, aQ as ClientAnswerSaveDto, bI as CommentRestriction, aT as CommentUpdateDto, d6 as DependencyInjectionContainer, l as DependencyInjectionFactory, k as DependencyInjectionIdentifier, D as DependencyInjectionToken, bK as DrivingRouteRestriction, E as EnvKey, dR as FormCalendarSpecialRangeDisplayProps, dS as FormCalendarSpecialRangeProps, t as HtmlImageReadEvent, q as HtmlKeyEvent, bV as ICaptchaResponse, b as IDependencyInjectionSetupProps, cE as IImageParams, bY as IMediaUpload, d2 as ISiteColour, bL as InvoiceRestriction, V as InvoiceStatusType, bA as JwtPayloadDto, bW as LogMethod, X as LogType, bM as MembershipRestriction, f as MouseButton, N as NANAS_PALLETTE, b_ as NominatimAddressResponse, cZ as ObjectWithPropsOfValue, a0 as OrderDirectionType, bN as PermissionRestriction, bO as PetRestriction, a2 as PetSexType, a4 as PetType, b7 as ProfileQuestionRequestDto, dV as PropertyOverrides, bP as QuestionRestriction, bb as QuestionUpdateDto, cg as RenderCellType, dc as SITE_CONFIG_TOKEN, bc as SearchObjDatePropRequestDto, be as SearchObjTextPropRequestDto, a9 as SearchableColumnInfo, a8 as SearchableColumnType, bQ as StripeRestriction, S as SupportedLanguage, d as SupportedLanguageArray, bh as TempLinkCreateDto, bi as TempLinkDto, aa as TempLinkType, ab as TempRegistrationStatus, bR as UnavailabilityRestriction, ac as UploadLinkType, bS as UploadRestriction, ad as UploadType, bw as UserMembershipWithStripeInfoDto, bT as UserRestriction, bJ as UuidRestriction, dU as ValidFormComponentTypes, dT as ValidFormTypes, y as activityShortCode, cs as addDays, cr as addMinutes, ct as addMonths, cq as addSeconds, cV as addSpacesForEnum, c5 as addToParallelTasks, dv as allowedNonNumericalValuesInContactNumber, cX as anyObject, B as apiRoute, z as apiRouteParam, c3 as arrayContains, c2 as arrayOfNLength, cT as capitalizeFirstLetter, d3 as colourPalette, e as commonEmailLinks, cc as computeBookingStatusCounts, dw as contactNumberCharValid, dx as contactNumberValid, j as createToken, cD as cyrb53, cw as dateDiffInDays, cA as debounceLeading, d4 as defaultSiteColour, dA as emailValid, cY as fakePromise, cd as filterBookingsByOverviewStatus, c9 as formatBookingCalendarLabel, cj as formatDate, cW as formatFileSize, cp as formatForBookingDate, cl as formatForDateDropdown, ck as formatForDateLocal, co as formatForDateLocalDetailed, cm as formatForDateOfBirth, cn as formatForDateWithTime, d1 as getActiveUserMembership, cx as getAgeInYears, a7 as getAllPetQuestionForType, db as getAppType, cB as getArrFromEnum, c7 as getBookingStatusLabelForAdmin, d9 as getBotPath, dg as getCommonConfig, ce as getDayClassObject, ch as getDayElements, cf as getDayHeadingElements, cF as getImageParams, dh as getLog, c8 as getMembershipTypeLabel, cI as getMimeTypeFromExtension, cG as getPayloadFromJwt, cK as getPerformanceTimer, cN as getPetAvatarUrl, cQ as getQuestionGroups, df as getSiteColour, de as getSiteConfig, cM as getUserAvatarUrl, ci as getUsersName, cy as getWeekNumber, cL as hasRequiredPermissions, ah as hubspotQuestionsExport, cu as isBefore, dB as isNumber, cv as isSameDay, i as isWebApp, cU as lowercaseFirstLetter, c0 as makeArrayOrDefault, dz as maxDate, dm as maxItems, dH as maxLength, dD as maxValue, cH as mimeTypeLookup, dy as minDate, dl as minItems, dG as minLength, g as minUrlLength, dC as minValue, m as monthTranslationKeyOrder, ds as multiValidation, cP as nameof, n as nanasFonts, dq as noValidation, dr as notNull, c1 as onlyUnique, dE as passwordValid, p as portalGlyphLength, dF as postCodeValid, cO as promiseFromValue, cR as randomIntFromRange, cS as randomItemFromArray, d7 as rootContainer, di as rootDependencyInjectionSetup, bU as searchColumns, dn as selectedItemsExist, dp as selectedOptionIsInEnum, dt as separateValidation, dj as setContainerToken, dk as setContainerTokenLazy, dd as setSiteConfig, dI as shouldBeUrl, dJ as shouldBeYoutubeUrl, cz as showSecondCalendar, s as socialLinks, c4 as timeout, cJ as tryParseNumber, ae as uploadsThatNeedEncryption, c$ as urlRef, d0 as userMustChangePassword, cC as uuidv4, v as validUuidChars, du as validateForEach, w as webAppTypes, c as weekdayTranslationKeyOrder } from '../textValidation-Dp6X8nfi.js';
5
5
  import { ToasterProps } from 'solid-toast';
6
6
  import { TolgeeInstance, TranslationKey, CombinedOptions, DefaultParamType } from '@tolgee/web';
7
7
 
@@ -608,6 +608,7 @@ declare const AddressUpdateDtoMeta: FormDtoMeta<AddressUpdateDto>;
608
608
  declare const AuthLoginDtoMeta: FormDtoMeta<AuthLoginDto>;
609
609
  declare const AuthRegisterUserDtoMeta: FormDtoMeta<AuthRegisterUserDto>;
610
610
 
611
+ declare const BookingDtoMeta: FormDtoMeta<Omit<BookingDto, 'ownerUuid'>>;
611
612
  declare const BookingCreateDtoMeta: FormDtoMeta<BookingCreateDto>;
612
613
  declare const BookingUpdateDtoMeta: FormDtoMeta<BookingUpdateDto>;
613
614
 
@@ -1132,4 +1133,4 @@ type AssistantAppsAppNoticeList = ComponentProps<'div'> & {
1132
1133
 
1133
1134
  declare const maxFullDateSelection: (maxDate: Date, type: keyof FormCalendarDatePickerRangeProps) => (value: FormCalendarDatePickerRangeProps) => ValidationResult;
1134
1135
 
1135
- export { AboutPageContent, Accordion, ActivityDto, ActivityType, AddressApiService, AddressCreateDto, AddressCreateDtoMeta, AddressDto, AddressLinkType, AddressLookupDto, AddressUpdateDto, AddressUpdateDtoMeta, AdminActivityApiService, AdminAddressApiService, AdminAnswerApiService, AdminBookingApiService, AdminBugReportApiService, AdminCommentApiService, AdminInvoiceApiService, AdminMembershipApiService, AdminPetApiService, AdminQuestionApiService, AdminUploadApiService, AdminUserApiService, AdminUserMembershipApiService, AdminUserPermissionApiService, Alert, AnswerApiService, AnswerDto, type AssistantAppsAppNoticeList, AsyncComponent, AsyncDetailPageComponent, AuthApiService, AuthChangePasswordDto, AuthGuard, AuthLoginDto, AuthLoginDtoMeta, AuthRegisterDto, AuthRegisterGetQuestionsDto, AuthRegisterUserDto, AuthRegisterUserDtoMeta, AuthRequestResetPasswordDto, AuthResetPasswordDto, AuthSuccessDto, Backdrop, BaseApiService, BaseCrudService, BookingApiService, BookingCalendarOverviewItem, BookingCreateDto, BookingCreateDtoMeta, BookingDto, BookingRestrictionsDto, BookingStatusType, BookingStatusTypeDropdown, BookingUpdateDto, BookingUpdateDtoMeta, BookingWithRelationshipsDto, Breadcrumb, BugReportApiService, BugReportCreateDto, BugReportCreateDtoMeta, BugReportDto, BugReportDtoMeta, BugReportFab, BugReportStatusType, BugReportUpdateDto, Button, CameraIcon, CaptchaWebService, Card, Center, CenterLoading, ChangePasswordPage, type ChangePasswordPageProps, CircularProgress, ClickEvent, type ClientAnswerSaveBody, CommentCreateDto, CommentDto, CommentLinkType, CommonConfigService, CommonStateService, DateSelectionProps, DebugNode, DebugService, DocumentMeta, DocumentService, EnumTypeDropdown, ErrorBlock, ErrorBoundary, ErrorDogSvg, ErrorScreen, EyeHideIcon, EyeIcon, FacebookIcon, ForcePasswordChangeGuard, FormCalendarDatePickerRangeProps, FormCalendarPicker, FormCalendarPickerDropdown, FormCalendarPickerInner, FormCalendarPickerInnerProps, FormCalendarPickerMode, FormCheckbox, FormDropdown, type FormDtoMeta, type FormDtoMetaDetails, FormInputErrorMessage, FormInputProps, FormLongInput, FormNetworkStateIndicator, FormPasswordInput, FormPromiseDropdown, FormPromiseSearchDropdown, FormTextArea, FormUserPetDropdown, FullDateSelectionProps, HelpIcon, HelpIconTooltip, HtmlElementEvent, HtmlFilesEvent, type IBaseCrudService, type IBreadcrumbLinkProps, type ICardProps, type ICommonState, IDependencyInjectionSetupWebProps, IFormCalendarPickerProps, type IFormDropdownAdditionalOption, type IFormDropdownOption, type ILoadingSpinnerProps, ILogMessage, ILogger, type IProfilePanelLinkProps$1 as IProfilePanelLinkProps, type ISidebarItemProps, ISite, IllustrationNoItems, InstagramIcon, InvoiceApiService, InvoiceCreateDto, InvoiceDto, InvoiceUpdateDto, InvoiceWithStripeInfoDto, KeyEvent, LazyImage, LinkedInIcon, type LoadItemsSearchFn, LoadingSpinner, LoadingSpinnerBlock, LocalStorageKeys, type LocalStorageKeysType, LocalStorageService, LogService, MembershipApiService, MembershipBillingCycleDropdown, MembershipBillingCycleType, MembershipCreateDto, MembershipCreateDtoMeta, MembershipDto, MembershipIcon, MembershipProfileHeading, MembershipStatus, MembershipStatusDropdown, MembershipType, MembershipTypeDropdown, MembershipUpdateDto, Modal, MonthTranslationKey, NavBar, NetworkState, NominatimResponse, PaginationRequestDto, PaginationResponseDto, PaymentMethodApiService, PaymentMethodDto, PermissionType, PetApiService, PetCreateDto, PetCreateDtoMeta, PetDto, PetSexTypeDropdown, PetStatusType, PetStatusTypeDropdown, PetTypeDropdown, PetUpdateDto, PetUpdateDtoMeta, Prettify, ProfileApiService, ProfileDto, ProfilePanel, ProfilePanelNavBarDropdown, ProfileQuestionAndAnswersItemDto, ProfileUpdateDto, ProfileUpdateDtoMeta, QuestionCreateDto, QuestionCreateDtoMeta, QuestionDto, QuestionForType, QuestionForTypeDropdown, QuestionType, QuestionTypeDropdown, Result, ResultWithValue, SearchObjRequestDto, SetupIntentCreateDto, SetupIntentDto, Sidebar, T, ThemeType, ToastService, Tooltip, TranslationService, UploadApiService, UploadCreateDto, UploadCreateDtoMeta, UploadDto, UploadImageWithLinkDto, UploadImageWithLinkDtoMeta, UploadUpdateDto, UserAccountFlagType, UserAccountFlagTypeDropdown, UserCreateDto, UserCreateDtoMeta, UserDto, UserDtoMeta, UserMembershipApiService, UserMembershipChangeResponseDto, UserMembershipCreateDto, UserMembershipCreateDtoMeta, UserMembershipDto, UserMembershipSignUpDto, UserMembershipSignUpResponseDto, UserMembershipStatsDto, UserMembershipUpdateDto, UserMembershipUpdateDtoMeta, UserPermissionDto, UserType, UserTypeDropdown, UserUpdateDto, ValidationResult, type ValidationWithPropName, VersionApiService, VersionDto, WeekdayTranslationKey, WrapWhen, addAccessTokenToHeaders, changeMonth, convertToDate, convertToFullDateSelection, copyTextToClipboard, dateCreatedMeta, dependencyInjectionWebSetup, displayActivityTypeBadge, displayBookingStatusTypeBadge, displayBugReportTypeBadge, displayMembershipBillingCycleBadge, displayMembershipStatusBadge, displayMembershipTypeBadge, displayPetStatusTypeBadge, displayQuestionForTypeBadge, displayQuestionTypeBadge, displayUserAccountFlagTypeBadge, displayUserTypeBadge, formDataWithAccessTokenHeaders, getAddressApi, getAdminActivityApi, getAdminAddressApi, getAdminAnswerApi, getAdminBookingApi, getAdminBugReportApi, getAdminCommentApi, getAdminInvoiceApi, getAdminMembershipApi, getAdminPetApi, getAdminQuestionApi, getAdminUploadApi, getAdminUserApi, getAdminUserMembershipApi, getAdminUserPermissionApi, getAnswerApi, getAriaInvalid, getAuthApi, getBookingApi, getBookingStatusTypeLocalisationForAdmin, getBookingStatusTypeLocalisationForClient, getBugReportApi, getBugReportStatusBadgeContent, getCalendarDropdownDisplayValue, getCalendarDropdownForDateOfBirthDisplayValue, getCaptchaWebService, getCommonStateService, getDebugService, getDocumentServ, getFormControlAriaInvalid, getInvoiceApi, getLocalStorage, getMembershipApi, getMonthHeading, getNextMonthButton, getPaginationQueryParams, getPaymentMethodApi, getPetApi, getPrevMonthButton, getProfileApi, getToastService, getUploadApi, getUserAccountFlagTypeBadgeContent, getUserMembershipApi, getVersionApi, globalErrorDetails, handleLogMessageError, hasOneOrMoreErrors, isDateAfterStart, isDateBeforeEnd, isDateDisabledByDisabledDays, isDateEnabledByEnabledDays, isFormControlInvalid, isFormNetworkError, isFormNetworkLoading, loggerHasErrors, maxFullDateSelection, monthTranslation, notesMeta, onFormSubmitFacade, onTargetChecked, onTargetFiles, onTargetValue, preventDefault, profileEventSignal, questionAnswerDisplay, setGlobalErrorDetails, setLoggerHasErrors, setProfileEventSignal, stopPropagation, translate, translateComponentToString, usePromise, useValidation, weekdayTranslation2Char, weekdayTranslation3Char, windowOnError, windowOnUnhandledRejection };
1136
+ export { AboutPageContent, Accordion, ActivityDto, ActivityType, AddressApiService, AddressCreateDto, AddressCreateDtoMeta, AddressDto, AddressLinkType, AddressLookupDto, AddressUpdateDto, AddressUpdateDtoMeta, AdminActivityApiService, AdminAddressApiService, AdminAnswerApiService, AdminBookingApiService, AdminBugReportApiService, AdminCommentApiService, AdminInvoiceApiService, AdminMembershipApiService, AdminPetApiService, AdminQuestionApiService, AdminUploadApiService, AdminUserApiService, AdminUserMembershipApiService, AdminUserPermissionApiService, Alert, AnswerApiService, AnswerDto, type AssistantAppsAppNoticeList, AsyncComponent, AsyncDetailPageComponent, AuthApiService, AuthChangePasswordDto, AuthGuard, AuthLoginDto, AuthLoginDtoMeta, AuthRegisterDto, AuthRegisterGetQuestionsDto, AuthRegisterUserDto, AuthRegisterUserDtoMeta, AuthRequestResetPasswordDto, AuthResetPasswordDto, AuthSuccessDto, Backdrop, BaseApiService, BaseCrudService, BookingApiService, BookingCalendarOverviewItem, BookingCreateDto, BookingCreateDtoMeta, BookingDto, BookingDtoMeta, BookingRestrictionsDto, BookingStatusType, BookingStatusTypeDropdown, BookingUpdateDto, BookingUpdateDtoMeta, BookingWithRelationshipsDto, Breadcrumb, BugReportApiService, BugReportCreateDto, BugReportCreateDtoMeta, BugReportDto, BugReportDtoMeta, BugReportFab, BugReportStatusType, BugReportUpdateDto, Button, CameraIcon, CaptchaWebService, Card, Center, CenterLoading, ChangePasswordPage, type ChangePasswordPageProps, CircularProgress, ClickEvent, type ClientAnswerSaveBody, CommentCreateDto, CommentDto, CommentLinkType, CommonConfigService, CommonStateService, DateSelectionProps, DebugNode, DebugService, DocumentMeta, DocumentService, EnumTypeDropdown, ErrorBlock, ErrorBoundary, ErrorDogSvg, ErrorScreen, EyeHideIcon, EyeIcon, FacebookIcon, ForcePasswordChangeGuard, FormCalendarDatePickerRangeProps, FormCalendarPicker, FormCalendarPickerDropdown, FormCalendarPickerInner, FormCalendarPickerInnerProps, FormCalendarPickerMode, FormCheckbox, FormDropdown, type FormDtoMeta, type FormDtoMetaDetails, FormInputErrorMessage, FormInputProps, FormLongInput, FormNetworkStateIndicator, FormPasswordInput, FormPromiseDropdown, FormPromiseSearchDropdown, FormTextArea, FormUserPetDropdown, FullDateSelectionProps, HelpIcon, HelpIconTooltip, HtmlElementEvent, HtmlFilesEvent, type IBaseCrudService, type IBreadcrumbLinkProps, type ICardProps, type ICommonState, IDependencyInjectionSetupWebProps, IFormCalendarPickerProps, type IFormDropdownAdditionalOption, type IFormDropdownOption, type ILoadingSpinnerProps, ILogMessage, ILogger, type IProfilePanelLinkProps$1 as IProfilePanelLinkProps, type ISidebarItemProps, ISite, IllustrationNoItems, InstagramIcon, InvoiceApiService, InvoiceCreateDto, InvoiceDto, InvoiceUpdateDto, InvoiceWithStripeInfoDto, KeyEvent, LazyImage, LinkedInIcon, type LoadItemsSearchFn, LoadingSpinner, LoadingSpinnerBlock, LocalStorageKeys, type LocalStorageKeysType, LocalStorageService, LogService, MembershipApiService, MembershipBillingCycleDropdown, MembershipBillingCycleType, MembershipCreateDto, MembershipCreateDtoMeta, MembershipDto, MembershipIcon, MembershipProfileHeading, MembershipStatus, MembershipStatusDropdown, MembershipType, MembershipTypeDropdown, MembershipUpdateDto, Modal, MonthTranslationKey, NavBar, NetworkState, NominatimResponse, PaginationRequestDto, PaginationResponseDto, PaymentMethodApiService, PaymentMethodDto, PermissionType, PetApiService, PetCreateDto, PetCreateDtoMeta, PetDto, PetSexTypeDropdown, PetStatusType, PetStatusTypeDropdown, PetTypeDropdown, PetUpdateDto, PetUpdateDtoMeta, Prettify, ProfileApiService, ProfileDto, ProfilePanel, ProfilePanelNavBarDropdown, ProfileQuestionAndAnswersItemDto, ProfileUpdateDto, ProfileUpdateDtoMeta, QuestionCreateDto, QuestionCreateDtoMeta, QuestionDto, QuestionForType, QuestionForTypeDropdown, QuestionType, QuestionTypeDropdown, Result, ResultWithValue, SearchObjRequestDto, SetupIntentCreateDto, SetupIntentDto, Sidebar, T, ThemeType, ToastService, Tooltip, TranslationService, UploadApiService, UploadCreateDto, UploadCreateDtoMeta, UploadDto, UploadImageWithLinkDto, UploadImageWithLinkDtoMeta, UploadUpdateDto, UserAccountFlagType, UserAccountFlagTypeDropdown, UserCreateDto, UserCreateDtoMeta, UserDto, UserDtoMeta, UserMembershipApiService, UserMembershipChangeResponseDto, UserMembershipCreateDto, UserMembershipCreateDtoMeta, UserMembershipDto, UserMembershipSignUpDto, UserMembershipSignUpResponseDto, UserMembershipStatsDto, UserMembershipUpdateDto, UserMembershipUpdateDtoMeta, UserPermissionDto, UserType, UserTypeDropdown, UserUpdateDto, ValidationResult, type ValidationWithPropName, VersionApiService, VersionDto, WeekdayTranslationKey, WrapWhen, addAccessTokenToHeaders, changeMonth, convertToDate, convertToFullDateSelection, copyTextToClipboard, dateCreatedMeta, dependencyInjectionWebSetup, displayActivityTypeBadge, displayBookingStatusTypeBadge, displayBugReportTypeBadge, displayMembershipBillingCycleBadge, displayMembershipStatusBadge, displayMembershipTypeBadge, displayPetStatusTypeBadge, displayQuestionForTypeBadge, displayQuestionTypeBadge, displayUserAccountFlagTypeBadge, displayUserTypeBadge, formDataWithAccessTokenHeaders, getAddressApi, getAdminActivityApi, getAdminAddressApi, getAdminAnswerApi, getAdminBookingApi, getAdminBugReportApi, getAdminCommentApi, getAdminInvoiceApi, getAdminMembershipApi, getAdminPetApi, getAdminQuestionApi, getAdminUploadApi, getAdminUserApi, getAdminUserMembershipApi, getAdminUserPermissionApi, getAnswerApi, getAriaInvalid, getAuthApi, getBookingApi, getBookingStatusTypeLocalisationForAdmin, getBookingStatusTypeLocalisationForClient, getBugReportApi, getBugReportStatusBadgeContent, getCalendarDropdownDisplayValue, getCalendarDropdownForDateOfBirthDisplayValue, getCaptchaWebService, getCommonStateService, getDebugService, getDocumentServ, getFormControlAriaInvalid, getInvoiceApi, getLocalStorage, getMembershipApi, getMonthHeading, getNextMonthButton, getPaginationQueryParams, getPaymentMethodApi, getPetApi, getPrevMonthButton, getProfileApi, getToastService, getUploadApi, getUserAccountFlagTypeBadgeContent, getUserMembershipApi, getVersionApi, globalErrorDetails, handleLogMessageError, hasOneOrMoreErrors, isDateAfterStart, isDateBeforeEnd, isDateDisabledByDisabledDays, isDateEnabledByEnabledDays, isFormControlInvalid, isFormNetworkError, isFormNetworkLoading, loggerHasErrors, maxFullDateSelection, monthTranslation, notesMeta, onFormSubmitFacade, onTargetChecked, onTargetFiles, onTargetValue, preventDefault, profileEventSignal, questionAnswerDisplay, setGlobalErrorDetails, setLoggerHasErrors, setProfileEventSignal, stopPropagation, translate, translateComponentToString, usePromise, useValidation, weekdayTranslation2Char, weekdayTranslation3Char, windowOnError, windowOnUnhandledRejection };
package/dist/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { multiValidation, minLength, UserRestriction, contactNumberValid, maxLength, emailValid, passwordValid, noValidation, notNull, minItems, BookingRestriction, minDate, isNumber, minValue, MembershipRestriction, maxValue, PetRestriction, selectedOptionIsInEnum, PetSexType, PetStatusType, PetType, QuestionRestriction, QuestionForType, QuestionType, AddressRestriction, postCodeValid, UploadType, UploadRestriction, UploadLinkType, rootContainer, uuidv4, anyObject, timeout, apiRoute, apiRouteParam, getSiteConfig, getLog, debounceLeading, rootDependencyInjectionSetup, setContainerToken, socialLinks, getPayloadFromJwt, userMustChangePassword, ActivityType, getAppType, BookingStatusType, BugReportStatusType, MembershipType, MembershipStatus, MembershipBillingCycleType, getUsersName, getUserAvatarUrl, hasRequiredPermissions, hubspotQuestionsExport, arrayOfNLength, UserType, UserAccountFlagType, colourPalette, monthTranslationKeyOrder, changeMonth, getDayHeadingElements, getDayElements, getCalendarDropdownDisplayValue, makeArrayOrDefault, getArrFromEnum, capitalizeFirstLetter, convertToDate, isBefore, formatForDateOfBirth, formatForDateLocal, BugReportRestriction, onlyUnique, getDayClassObject, getPetAvatarUrl, isDateAfterStart, isDateBeforeEnd, convertToFullDateSelection } from '../chunk/COU2KN7W.js';
2
- export { APP_TYPE_TOKEN, ActivityRestriction, ActivityType, AddressLinkType, AddressRestriction, AnswerLinkType, AnswerRestriction, AppType, AuthRegisterRestriction, BOOKING_OVERVIEW_STATUSES, BOT_PATH_TOKEN, BookingAddonRestriction, BookingAddonType, BookingRestriction, BookingStatusType, BugReportRestriction, BugReportStatusType, CommentLinkType, CommentRestriction, CommonConfigService, DependencyInjectionContainer, DrivingRouteRestriction, InvoiceRestriction, InvoiceStatusType, LogService, MembershipBillingCycleType, MembershipRestriction, MembershipStatus, MembershipType, MouseButton, NANAS_PALLETTE, NetworkState, OrderDirectionType, PermissionRestriction, PermissionType, PetRestriction, PetSexType, PetStatusType, PetType, QuestionForType, QuestionRestriction, QuestionType, SITE_CONFIG_TOKEN, SearchableColumnType, StripeRestriction, SupportedLanguageArray, TempLinkType, TempRegistrationStatus, UnavailabilityRestriction, UploadLinkType, UploadRestriction, UploadType, UserAccountFlagType, UserRestriction, UserType, activityShortCode, addDays, addMinutes, addMonths, addSeconds, addSpacesForEnum, addToParallelTasks, allowedNonNumericalValuesInContactNumber, anyObject, apiRoute, apiRouteParam, arrayContains, arrayOfNLength, capitalizeFirstLetter, changeMonth, colourPalette, commonEmailLinks, computeBookingStatusCounts, contactNumberCharValid, contactNumberValid, convertToDate, convertToFullDateSelection, createToken, cyrb53, dateDiffInDays, debounceLeading, defaultSiteColour, emailValid, fakePromise, filterBookingsByOverviewStatus, formatBookingCalendarLabel, formatDate, formatFileSize, formatForBookingDate, formatForDateDropdown, formatForDateLocal, formatForDateLocalDetailed, formatForDateOfBirth, formatForDateWithTime, getActiveUserMembership, getAgeInYears, getAllPetQuestionForType, getAppType, getArrFromEnum, getBookingStatusLabelForAdmin, getBotPath, getCalendarDropdownDisplayValue, getCalendarDropdownForDateOfBirthDisplayValue, getCommonConfig, getDayClassObject, getDayElements, getDayHeadingElements, getImageParams, getLog, getMembershipTypeLabel, getMimeTypeFromExtension, getPayloadFromJwt, getPerformanceTimer, getPetAvatarUrl, getQuestionGroups, getSiteColour, getSiteConfig, getUserAvatarUrl, getUsersName, getWeekNumber, hasRequiredPermissions, hubspotQuestionsExport, isBefore, isDateAfterStart, isDateBeforeEnd, isDateDisabledByDisabledDays, isDateEnabledByEnabledDays, isNumber, isSameDay, isWebApp, lowercaseFirstLetter, makeArrayOrDefault, maxDate, maxItems, maxLength, maxValue, mimeTypeLookup, minDate, minItems, minLength, minUrlLength, minValue, monthTranslationKeyOrder, multiValidation, nameof, nanasFonts, noValidation, notNull, onlyUnique, passwordValid, portalGlyphLength, postCodeValid, promiseFromValue, randomIntFromRange, randomItemFromArray, rootContainer, rootDependencyInjectionSetup, searchColumns, selectedItemsExist, selectedOptionIsInEnum, separateValidation, setContainerToken, setContainerTokenLazy, setSiteConfig, shouldBeUrl, shouldBeYoutubeUrl, showSecondCalendar, socialLinks, timeout, tryParseNumber, uploadsThatNeedEncryption, urlRef, userMustChangePassword, uuidv4, validUuidChars, validateForEach, webAppTypes, weekdayTranslationKeyOrder } from '../chunk/COU2KN7W.js';
1
+ import { multiValidation, minLength, UserRestriction, contactNumberValid, maxLength, emailValid, passwordValid, noValidation, notNull, BookingRestriction, minDate, minItems, isNumber, minValue, MembershipRestriction, maxValue, PetRestriction, selectedOptionIsInEnum, PetSexType, PetStatusType, PetType, QuestionRestriction, QuestionForType, QuestionType, AddressRestriction, postCodeValid, UploadType, UploadRestriction, UploadLinkType, rootContainer, uuidv4, anyObject, timeout, apiRoute, apiRouteParam, getSiteConfig, getLog, debounceLeading, rootDependencyInjectionSetup, setContainerToken, socialLinks, getPayloadFromJwt, userMustChangePassword, ActivityType, getAppType, BookingStatusType, BugReportStatusType, MembershipType, MembershipStatus, MembershipBillingCycleType, getUsersName, getUserAvatarUrl, hasRequiredPermissions, hubspotQuestionsExport, arrayOfNLength, UserType, UserAccountFlagType, colourPalette, monthTranslationKeyOrder, changeMonth, getDayHeadingElements, getDayElements, getCalendarDropdownDisplayValue, makeArrayOrDefault, getArrFromEnum, capitalizeFirstLetter, convertToDate, isBefore, formatForDateOfBirth, formatForDateLocal, BugReportRestriction, onlyUnique, getDayClassObject, getPetAvatarUrl, isDateAfterStart, isDateBeforeEnd, convertToFullDateSelection } from '../chunk/OLGOAYWP.js';
2
+ export { APP_TYPE_TOKEN, ActivityRestriction, ActivityType, AddressLinkType, AddressRestriction, AnswerLinkType, AnswerRestriction, AppType, AuthRegisterRestriction, BOOKING_OVERVIEW_STATUSES, BOT_PATH_TOKEN, BookingAddonRestriction, BookingAddonType, BookingRestriction, BookingStatusType, BugReportRestriction, BugReportStatusType, CommentLinkType, CommentRestriction, CommonConfigService, DependencyInjectionContainer, DrivingRouteRestriction, InvoiceRestriction, InvoiceStatusType, LogService, MembershipBillingCycleType, MembershipRestriction, MembershipStatus, MembershipType, MouseButton, NANAS_PALLETTE, NetworkState, OrderDirectionType, PermissionRestriction, PermissionType, PetRestriction, PetSexType, PetStatusType, PetType, QuestionForType, QuestionRestriction, QuestionType, SITE_CONFIG_TOKEN, SearchableColumnType, StripeRestriction, SupportedLanguageArray, TempLinkType, TempRegistrationStatus, UnavailabilityRestriction, UploadLinkType, UploadRestriction, UploadType, UserAccountFlagType, UserRestriction, UserType, UuidRestriction, activityShortCode, addDays, addMinutes, addMonths, addSeconds, addSpacesForEnum, addToParallelTasks, allowedNonNumericalValuesInContactNumber, anyObject, apiRoute, apiRouteParam, arrayContains, arrayOfNLength, capitalizeFirstLetter, changeMonth, colourPalette, commonEmailLinks, computeBookingStatusCounts, contactNumberCharValid, contactNumberValid, convertToDate, convertToFullDateSelection, createToken, cyrb53, dateDiffInDays, debounceLeading, defaultSiteColour, emailValid, fakePromise, filterBookingsByOverviewStatus, formatBookingCalendarLabel, formatDate, formatFileSize, formatForBookingDate, formatForDateDropdown, formatForDateLocal, formatForDateLocalDetailed, formatForDateOfBirth, formatForDateWithTime, getActiveUserMembership, getAgeInYears, getAllPetQuestionForType, getAppType, getArrFromEnum, getBookingStatusLabelForAdmin, getBotPath, getCalendarDropdownDisplayValue, getCalendarDropdownForDateOfBirthDisplayValue, getCommonConfig, getDayClassObject, getDayElements, getDayHeadingElements, getImageParams, getLog, getMembershipTypeLabel, getMimeTypeFromExtension, getPayloadFromJwt, getPerformanceTimer, getPetAvatarUrl, getQuestionGroups, getSiteColour, getSiteConfig, getUserAvatarUrl, getUsersName, getWeekNumber, hasRequiredPermissions, hubspotQuestionsExport, isBefore, isDateAfterStart, isDateBeforeEnd, isDateDisabledByDisabledDays, isDateEnabledByEnabledDays, isNumber, isSameDay, isWebApp, lowercaseFirstLetter, makeArrayOrDefault, maxDate, maxItems, maxLength, maxValue, mimeTypeLookup, minDate, minItems, minLength, minUrlLength, minValue, monthTranslationKeyOrder, multiValidation, nameof, nanasFonts, noValidation, notNull, onlyUnique, passwordValid, portalGlyphLength, postCodeValid, promiseFromValue, randomIntFromRange, randomItemFromArray, rootContainer, rootDependencyInjectionSetup, searchColumns, selectedItemsExist, selectedOptionIsInEnum, separateValidation, setContainerToken, setContainerTokenLazy, setSiteConfig, shouldBeUrl, shouldBeYoutubeUrl, showSecondCalendar, socialLinks, timeout, tryParseNumber, uploadsThatNeedEncryption, urlRef, userMustChangePassword, uuidv4, validUuidChars, validateForEach, webAppTypes, weekdayTranslationKeyOrder } from '../chunk/OLGOAYWP.js';
3
3
  import { delegateEvents, createComponent, template, insert, effect, className, spread, mergeProps, setAttribute, style, use, memo, addEventListener } from 'solid-js/web';
4
4
  import { createSignal, Switch, Match, Show, For, onMount, createEffect, onCleanup, splitProps } from 'solid-js';
5
5
  import classNames18 from 'classnames';
@@ -5283,58 +5283,7 @@ var EnumTypeDropdown = (props) => {
5283
5283
  onChange: (value) => props.onChange((Array.isArray(value) ? value : [value]).map((n) => Number(n)))
5284
5284
  }));
5285
5285
  };
5286
- var BookingCreateDtoMeta = {
5287
- status: {
5288
- label: () => createComponent(T, {
5289
- keyName: "booking_status_label",
5290
- defaultValue: "Booking Status"
5291
- }),
5292
- placeholder: () => createComponent(T, {
5293
- keyName: "booking_status_placeholder",
5294
- defaultValue: "Pending"
5295
- }),
5296
- validator: notNull()
5297
- },
5298
- startDate: {
5299
- label: () => createComponent(T, {
5300
- keyName: "start_date_label",
5301
- defaultValue: "Start date"
5302
- }),
5303
- placeholder: () => createComponent(T, {
5304
- keyName: "start_date_placeholder",
5305
- defaultValue: "2025-03-04"
5306
- }),
5307
- validator: minDate(/* @__PURE__ */ new Date())
5308
- },
5309
- endDate: {
5310
- label: () => createComponent(T, {
5311
- keyName: "end_date_label",
5312
- defaultValue: "End date"
5313
- }),
5314
- placeholder: () => createComponent(T, {
5315
- keyName: "end_date_placeholder",
5316
- defaultValue: "2025-03-04"
5317
- }),
5318
- validator: minDate(/* @__PURE__ */ new Date())
5319
- },
5320
- notes: {
5321
- label: () => createComponent(T, {
5322
- keyName: "notes_label",
5323
- defaultValue: "Notes"
5324
- }),
5325
- placeholder: () => createComponent(T, {
5326
- keyName: "notes_placeholder",
5327
- defaultValue: "Additional information"
5328
- }),
5329
- validator: multiValidation(minLength(0), maxLength(BookingRestriction.notes.maxLength))
5330
- },
5331
- petUuids: {
5332
- label: () => "",
5333
- placeholder: () => "",
5334
- validator: minItems(1)
5335
- }
5336
- };
5337
- var BookingUpdateDtoMeta = {
5286
+ var BookingDtoMeta = {
5338
5287
  uuid: {
5339
5288
  label: () => createComponent(T, {
5340
5289
  keyName: "uuid_label",
@@ -5400,18 +5349,58 @@ var BookingUpdateDtoMeta = {
5400
5349
  defaultValue: "Additional information"
5401
5350
  }),
5402
5351
  validator: multiValidation(minLength(0), maxLength(BookingRestriction.notes.maxLength))
5352
+ },
5353
+ dateCreated: {
5354
+ label: () => createComponent(T, {
5355
+ keyName: "date_created_date_label",
5356
+ defaultValue: "Date Created"
5357
+ }),
5358
+ placeholder: () => createComponent(T, {
5359
+ keyName: "date_created_date_placeholder",
5360
+ defaultValue: "1 Jan 2025"
5361
+ }),
5362
+ validator: noValidation
5363
+ },
5364
+ dateModified: {
5365
+ label: () => createComponent(T, {
5366
+ keyName: "date_modified_label",
5367
+ defaultValue: "Date Modified"
5368
+ }),
5369
+ placeholder: () => createComponent(T, {
5370
+ keyName: "date_modified_placeholder",
5371
+ defaultValue: "1 Jan 2025"
5372
+ }),
5373
+ validator: noValidation
5374
+ }
5375
+ };
5376
+ var BookingCreateDtoMeta = {
5377
+ startDate: BookingDtoMeta.startDate,
5378
+ endDate: BookingDtoMeta.endDate,
5379
+ notes: BookingDtoMeta.notes,
5380
+ petUuids: {
5381
+ label: () => "",
5382
+ placeholder: () => "",
5383
+ validator: minItems(1)
5403
5384
  }
5404
5385
  };
5386
+ var BookingUpdateDtoMeta = {
5387
+ uuid: BookingDtoMeta.uuid,
5388
+ code: BookingDtoMeta.code,
5389
+ status: BookingDtoMeta.status,
5390
+ startDate: BookingDtoMeta.startDate,
5391
+ endDate: BookingDtoMeta.endDate,
5392
+ notes: BookingDtoMeta.notes
5393
+ };
5405
5394
 
5406
5395
  // src/components/form/dropdown/enum/bookingStatusTypeDropdown.tsx
5407
5396
  var _tmpl$76 = /* @__PURE__ */ template(`<span>&nbsp;`);
5408
5397
  var BookingStatusTypeDropdown = (props) => {
5409
5398
  return createComponent(EnumTypeDropdown, mergeProps(props, {
5410
5399
  get label() {
5411
- return BookingCreateDtoMeta.status.label;
5400
+ return BookingDtoMeta.status.label;
5412
5401
  },
5413
5402
  get placeholder() {
5414
- return BookingCreateDtoMeta.status.placeholder;
5403
+ return BookingDtoMeta.status.placeholder;
5415
5404
  },
5416
5405
  get value() {
5417
5406
  return props.value ?? [];
@@ -6891,4 +6880,4 @@ var UploadImageWithLinkDtoMeta = {
6891
6880
  }
6892
6881
  };
6893
6882
 
6894
- export { AboutPageContent, Accordion, AddressApiService, AddressCreateDtoMeta, AddressUpdateDtoMeta, AdminActivityApiService, AdminAddressApiService, AdminAnswerApiService, AdminBookingApiService, AdminBugReportApiService, AdminCommentApiService, AdminInvoiceApiService, AdminMembershipApiService, AdminPetApiService, AdminQuestionApiService, AdminUploadApiService, AdminUserApiService, AdminUserMembershipApiService, AdminUserPermissionApiService, Alert, AnswerApiService, AsyncComponent, AsyncDetailPageComponent, AuthApiService, AuthGuard, AuthLoginDtoMeta, AuthRegisterUserDtoMeta, Backdrop, BaseApiService, BaseCrudService, BookingApiService, BookingCreateDtoMeta, BookingStatusTypeDropdown, BookingUpdateDtoMeta, Breadcrumb, BugReportApiService, BugReportCreateDtoMeta, BugReportDtoMeta, BugReportFab, Button, CameraIcon, CaptchaWebService, Card, Center, CenterLoading, ChangePasswordPage, CircularProgress, CommonStateService, DebugNode, DebugService, DocumentMeta, DocumentService, EnumTypeDropdown, ErrorBlock, ErrorBoundary, ErrorDogSvg, ErrorScreen, EyeHideIcon, EyeIcon, FacebookIcon, ForcePasswordChangeGuard, FormCalendarPicker, FormCalendarPickerDropdown, FormCalendarPickerInner, FormCheckbox, FormDropdown, FormInputErrorMessage, FormLongInput, FormNetworkStateIndicator, FormPasswordInput, FormPromiseDropdown, FormPromiseSearchDropdown, FormTextArea, FormUserPetDropdown, HelpIcon, HelpIconTooltip, IllustrationNoItems, InstagramIcon, InvoiceApiService, LazyImage, LinkedInIcon, LoadingSpinner, LoadingSpinnerBlock, LocalStorageKeys, LocalStorageService, MembershipApiService, MembershipBillingCycleDropdown, MembershipCreateDtoMeta, MembershipIcon, MembershipProfileHeading, MembershipStatusDropdown, MembershipTypeDropdown, Modal, NavBar, PaymentMethodApiService, PetApiService, PetCreateDtoMeta, PetSexTypeDropdown, PetStatusTypeDropdown, PetTypeDropdown, PetUpdateDtoMeta, ProfileApiService, ProfilePanel, ProfilePanelNavBarDropdown, ProfileUpdateDtoMeta, QuestionCreateDtoMeta, QuestionForTypeDropdown, QuestionTypeDropdown, Sidebar, T, ToastService, Tooltip, TranslationService, UploadApiService, UploadCreateDtoMeta, UploadImageWithLinkDtoMeta, UserAccountFlagTypeDropdown, UserCreateDtoMeta, UserDtoMeta, UserMembershipApiService, UserMembershipCreateDtoMeta, UserMembershipUpdateDtoMeta, UserTypeDropdown, VersionApiService, WrapWhen, addAccessTokenToHeaders, copyTextToClipboard, dateCreatedMeta, dependencyInjectionWebSetup, displayActivityTypeBadge, displayBookingStatusTypeBadge, displayBugReportTypeBadge, displayMembershipBillingCycleBadge, displayMembershipStatusBadge, displayMembershipTypeBadge, displayPetStatusTypeBadge, displayQuestionForTypeBadge, displayQuestionTypeBadge, displayUserAccountFlagTypeBadge, displayUserTypeBadge, formDataWithAccessTokenHeaders, getAddressApi, getAdminActivityApi, getAdminAddressApi, getAdminAnswerApi, getAdminBookingApi, getAdminBugReportApi, getAdminCommentApi, getAdminInvoiceApi, getAdminMembershipApi, getAdminPetApi, getAdminQuestionApi, getAdminUploadApi, getAdminUserApi, getAdminUserMembershipApi, getAdminUserPermissionApi, getAnswerApi, getAriaInvalid, getAuthApi, getBookingApi, getBookingStatusTypeLocalisationForAdmin, getBookingStatusTypeLocalisationForClient, getBugReportApi, getBugReportStatusBadgeContent, getCaptchaWebService, getCommonStateService, getDebugService, getDocumentServ, getFormControlAriaInvalid, getInvoiceApi, getLocalStorage, getMembershipApi, getMonthHeading, getNextMonthButton, getPaginationQueryParams, getPaymentMethodApi, getPetApi, getPrevMonthButton, getProfileApi, getToastService, getUploadApi, getUserAccountFlagTypeBadgeContent, getUserMembershipApi, getVersionApi, globalErrorDetails, handleLogMessageError, hasOneOrMoreErrors, isFormControlInvalid, isFormNetworkError, isFormNetworkLoading, loggerHasErrors, maxFullDateSelection, monthTranslation, notesMeta, onFormSubmitFacade, onTargetChecked, onTargetFiles, onTargetValue, preventDefault, profileEventSignal, questionAnswerDisplay, setGlobalErrorDetails, setLoggerHasErrors, setProfileEventSignal, stopPropagation, translate, translateComponentToString, usePromise, useValidation, weekdayTranslation2Char, weekdayTranslation3Char, windowOnError, windowOnUnhandledRejection };
6883
+ export { AboutPageContent, Accordion, AddressApiService, AddressCreateDtoMeta, AddressUpdateDtoMeta, AdminActivityApiService, AdminAddressApiService, AdminAnswerApiService, AdminBookingApiService, AdminBugReportApiService, AdminCommentApiService, AdminInvoiceApiService, AdminMembershipApiService, AdminPetApiService, AdminQuestionApiService, AdminUploadApiService, AdminUserApiService, AdminUserMembershipApiService, AdminUserPermissionApiService, Alert, AnswerApiService, AsyncComponent, AsyncDetailPageComponent, AuthApiService, AuthGuard, AuthLoginDtoMeta, AuthRegisterUserDtoMeta, Backdrop, BaseApiService, BaseCrudService, BookingApiService, BookingCreateDtoMeta, BookingDtoMeta, BookingStatusTypeDropdown, BookingUpdateDtoMeta, Breadcrumb, BugReportApiService, BugReportCreateDtoMeta, BugReportDtoMeta, BugReportFab, Button, CameraIcon, CaptchaWebService, Card, Center, CenterLoading, ChangePasswordPage, CircularProgress, CommonStateService, DebugNode, DebugService, DocumentMeta, DocumentService, EnumTypeDropdown, ErrorBlock, ErrorBoundary, ErrorDogSvg, ErrorScreen, EyeHideIcon, EyeIcon, FacebookIcon, ForcePasswordChangeGuard, FormCalendarPicker, FormCalendarPickerDropdown, FormCalendarPickerInner, FormCheckbox, FormDropdown, FormInputErrorMessage, FormLongInput, FormNetworkStateIndicator, FormPasswordInput, FormPromiseDropdown, FormPromiseSearchDropdown, FormTextArea, FormUserPetDropdown, HelpIcon, HelpIconTooltip, IllustrationNoItems, InstagramIcon, InvoiceApiService, LazyImage, LinkedInIcon, LoadingSpinner, LoadingSpinnerBlock, LocalStorageKeys, LocalStorageService, MembershipApiService, MembershipBillingCycleDropdown, MembershipCreateDtoMeta, MembershipIcon, MembershipProfileHeading, MembershipStatusDropdown, MembershipTypeDropdown, Modal, NavBar, PaymentMethodApiService, PetApiService, PetCreateDtoMeta, PetSexTypeDropdown, PetStatusTypeDropdown, PetTypeDropdown, PetUpdateDtoMeta, ProfileApiService, ProfilePanel, ProfilePanelNavBarDropdown, ProfileUpdateDtoMeta, QuestionCreateDtoMeta, QuestionForTypeDropdown, QuestionTypeDropdown, Sidebar, T, ToastService, Tooltip, TranslationService, UploadApiService, UploadCreateDtoMeta, UploadImageWithLinkDtoMeta, UserAccountFlagTypeDropdown, UserCreateDtoMeta, UserDtoMeta, UserMembershipApiService, UserMembershipCreateDtoMeta, UserMembershipUpdateDtoMeta, UserTypeDropdown, VersionApiService, WrapWhen, addAccessTokenToHeaders, copyTextToClipboard, dateCreatedMeta, dependencyInjectionWebSetup, displayActivityTypeBadge, displayBookingStatusTypeBadge, displayBugReportTypeBadge, displayMembershipBillingCycleBadge, displayMembershipStatusBadge, displayMembershipTypeBadge, displayPetStatusTypeBadge, displayQuestionForTypeBadge, displayQuestionTypeBadge, displayUserAccountFlagTypeBadge, displayUserTypeBadge, formDataWithAccessTokenHeaders, getAddressApi, getAdminActivityApi, getAdminAddressApi, getAdminAnswerApi, getAdminBookingApi, getAdminBugReportApi, getAdminCommentApi, getAdminInvoiceApi, getAdminMembershipApi, getAdminPetApi, getAdminQuestionApi, getAdminUploadApi, getAdminUserApi, getAdminUserMembershipApi, getAdminUserPermissionApi, getAnswerApi, getAriaInvalid, getAuthApi, getBookingApi, getBookingStatusTypeLocalisationForAdmin, getBookingStatusTypeLocalisationForClient, getBugReportApi, getBugReportStatusBadgeContent, getCaptchaWebService, getCommonStateService, getDebugService, getDocumentServ, getFormControlAriaInvalid, getInvoiceApi, getLocalStorage, getMembershipApi, getMonthHeading, getNextMonthButton, getPaginationQueryParams, getPaymentMethodApi, getPetApi, getPrevMonthButton, getProfileApi, getToastService, getUploadApi, getUserAccountFlagTypeBadgeContent, getUserMembershipApi, getVersionApi, globalErrorDetails, handleLogMessageError, hasOneOrMoreErrors, isFormControlInvalid, isFormNetworkError, isFormNetworkLoading, loggerHasErrors, maxFullDateSelection, monthTranslation, notesMeta, onFormSubmitFacade, onTargetChecked, onTargetFiles, onTargetValue, preventDefault, profileEventSignal, questionAnswerDisplay, setGlobalErrorDetails, setLoggerHasErrors, setProfileEventSignal, stopPropagation, translate, translateComponentToString, usePromise, useValidation, weekdayTranslation2Char, weekdayTranslation3Char, windowOnError, windowOnUnhandledRejection };
@@ -5500,34 +5500,7 @@ var maxDate = (maxDate2) => (value) => {
5500
5500
  };
5501
5501
 
5502
5502
  // src/contracts/meta/bookingDto.meta.tsx
5503
- var BookingCreateDtoMeta = {
5504
- status: {
5505
- label: () => <T keyName="booking_status_label" defaultValue="Booking Status" />,
5506
- placeholder: () => <T keyName="booking_status_placeholder" defaultValue="Pending" />,
5507
- validator: notNull()
5508
- },
5509
- startDate: {
5510
- label: () => <T keyName="start_date_label" defaultValue="Start date" />,
5511
- placeholder: () => <T keyName="start_date_placeholder" defaultValue="2025-03-04" />,
5512
- validator: minDate(/* @__PURE__ */ new Date())
5513
- },
5514
- endDate: {
5515
- label: () => <T keyName="end_date_label" defaultValue="End date" />,
5516
- placeholder: () => <T keyName="end_date_placeholder" defaultValue="2025-03-04" />,
5517
- validator: minDate(/* @__PURE__ */ new Date())
5518
- },
5519
- notes: {
5520
- label: () => <T keyName="notes_label" defaultValue="Notes" />,
5521
- placeholder: () => <T keyName="notes_placeholder" defaultValue="Additional information" />,
5522
- validator: multiValidation(minLength(0), maxLength(BookingRestriction.notes.maxLength))
5523
- },
5524
- petUuids: {
5525
- label: () => "",
5526
- placeholder: () => "",
5527
- validator: minItems(1)
5528
- }
5529
- };
5530
- var BookingUpdateDtoMeta = {
5503
+ var BookingDtoMeta = {
5531
5504
  uuid: {
5532
5505
  label: () => <T keyName="uuid_label" defaultValue="Uuid" />,
5533
5506
  placeholder: () => <T keyName="uuid_placeholder" defaultValue="1234-1234-1234-1234" />,
@@ -5557,15 +5530,43 @@ var BookingUpdateDtoMeta = {
5557
5530
  label: () => <T keyName="notes_label" defaultValue="Notes" />,
5558
5531
  placeholder: () => <T keyName="notes_placeholder" defaultValue="Additional information" />,
5559
5532
  validator: multiValidation(minLength(0), maxLength(BookingRestriction.notes.maxLength))
5533
+ },
5534
+ dateCreated: {
5535
+ label: () => <T keyName="date_created_date_label" defaultValue="Date Created" />,
5536
+ placeholder: () => <T keyName="date_created_date_placeholder" defaultValue="1 Jan 2025" />,
5537
+ validator: noValidation
5538
+ },
5539
+ dateModified: {
5540
+ label: () => <T keyName="date_modified_label" defaultValue="Date Modified" />,
5541
+ placeholder: () => <T keyName="date_modified_placeholder" defaultValue="1 Jan 2025" />,
5542
+ validator: noValidation
5543
+ }
5544
+ };
5545
+ var BookingCreateDtoMeta = {
5546
+ startDate: BookingDtoMeta.startDate,
5547
+ endDate: BookingDtoMeta.endDate,
5548
+ notes: BookingDtoMeta.notes,
5549
+ petUuids: {
5550
+ label: () => "",
5551
+ placeholder: () => "",
5552
+ validator: minItems(1)
5560
5553
  }
5561
5554
  };
5555
+ var BookingUpdateDtoMeta = {
5556
+ uuid: BookingDtoMeta.uuid,
5557
+ code: BookingDtoMeta.code,
5558
+ status: BookingDtoMeta.status,
5559
+ startDate: BookingDtoMeta.startDate,
5560
+ endDate: BookingDtoMeta.endDate,
5561
+ notes: BookingDtoMeta.notes
5562
+ };
5562
5563
 
5563
5564
  // src/components/form/dropdown/enum/bookingStatusTypeDropdown.tsx
5564
5565
  var BookingStatusTypeDropdown = (props) => {
5565
5566
  return <EnumTypeDropdown
5566
5567
  {...props}
5567
- label={BookingCreateDtoMeta.status.label}
5568
- placeholder={BookingCreateDtoMeta.status.placeholder}
5568
+ label={BookingDtoMeta.status.label}
5569
+ placeholder={BookingDtoMeta.status.placeholder}
5569
5570
  value={props.value ?? []}
5570
5571
  convertValueToEnum={(value) => {
5571
5572
  const name = BookingStatusType[value];
@@ -6681,6 +6682,12 @@ var CommentRestriction = {
6681
6682
  comment: { maxLength: 1e3 }
6682
6683
  };
6683
6684
 
6685
+ // src/contracts/generated/restrictions/commonRestriction.ts
6686
+ var UuidRestriction = {
6687
+ minLength: 36,
6688
+ maxLength: 36
6689
+ };
6690
+
6684
6691
  // src/contracts/generated/restrictions/drivingRouteRestriction.ts
6685
6692
  var DrivingRouteRestriction = {
6686
6693
  notes: { maxLength: 500 }
@@ -7173,6 +7180,7 @@ export {
7173
7180
  BookingAddonType,
7174
7181
  BookingApiService,
7175
7182
  BookingCreateDtoMeta,
7183
+ BookingDtoMeta,
7176
7184
  BookingRestriction,
7177
7185
  BookingStatusType,
7178
7186
  BookingStatusTypeDropdown,
@@ -7306,6 +7314,7 @@ export {
7306
7314
  UserRestriction,
7307
7315
  UserType,
7308
7316
  UserTypeDropdown,
7317
+ UuidRestriction,
7309
7318
  VersionApiService,
7310
7319
  WrapWhen,
7311
7320
  activityShortCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanas-home/hub-common",
3
- "version": "0.54.1240",
3
+ "version": "0.55.1259",
4
4
  "description": "Nana's Hub common library",
5
5
  "license": "MIT",
6
6
  "author": "Kurt Lourens",