@bondsports/types 2.4.48 → 2.4.49-squad-c-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/address/dto/address.dto.d.ts +1 -0
- package/dist/types/address/dto/address.dto.js.map +1 -1
- package/dist/types/address/types/address.interfaces.d.ts +9 -7
- package/dist/types/auth/dto/auth.dto.d.ts +13 -0
- package/dist/types/auth/dto/auth.dto.js +13 -0
- package/dist/types/auth/dto/auth.dto.js.map +1 -0
- package/dist/types/auth/dto/index.d.ts +1 -0
- package/dist/types/auth/dto/index.js +18 -0
- package/dist/types/auth/dto/index.js.map +1 -0
- package/dist/types/auth/index.d.ts +2 -0
- package/dist/types/auth/index.js +2 -0
- package/dist/types/auth/index.js.map +1 -1
- package/dist/types/auth/types/auth.consts.d.ts +5 -0
- package/dist/types/auth/types/auth.consts.js +9 -0
- package/dist/types/auth/types/auth.consts.js.map +1 -0
- package/dist/types/auth/types/auth.interfaces.d.ts +6 -0
- package/dist/types/auth/types/auth.interfaces.js +3 -0
- package/dist/types/auth/types/auth.interfaces.js.map +1 -0
- package/dist/types/auth/types/index.d.ts +2 -0
- package/dist/types/auth/types/index.js +19 -0
- package/dist/types/auth/types/index.js.map +1 -0
- package/dist/types/cart/dto/cart-item.dto.d.ts +2 -1
- package/dist/types/cart/dto/cart-item.dto.js.map +1 -1
- package/dist/types/cart/dto/cart.dto.d.ts +8 -1
- package/dist/types/cart/dto/cart.dto.js +4 -1
- package/dist/types/cart/dto/cart.dto.js.map +1 -1
- package/dist/types/cart/entities/cart-item.entity.d.ts +5 -0
- package/dist/types/cart/entities/cart-item.entity.js.map +1 -1
- package/dist/types/cart/types/classes/cart.classes.d.ts +3 -0
- package/dist/types/cart/types/classes/cart.classes.js.map +1 -1
- package/dist/types/cart/types/consts/cart.consts.d.ts +11 -0
- package/dist/types/cart/types/consts/cart.consts.js +12 -1
- package/dist/types/cart/types/consts/cart.consts.js.map +1 -1
- package/dist/types/cart/types/enums/cart.enums.d.ts +4 -0
- package/dist/types/cart/types/enums/cart.enums.js +6 -1
- package/dist/types/cart/types/enums/cart.enums.js.map +1 -1
- package/dist/types/cart/types/interfaces/cart.interfaces.d.ts +8 -0
- package/dist/types/checkout-questionnaires/dto/checkout-questionnaires.dto.d.ts +12 -0
- package/dist/types/checkout-questionnaires/dto/checkout-questionnaires.dto.js +16 -0
- package/dist/types/checkout-questionnaires/dto/checkout-questionnaires.dto.js.map +1 -0
- package/dist/types/checkout-questionnaires/dto/index.d.ts +1 -0
- package/dist/types/checkout-questionnaires/dto/index.js +18 -0
- package/dist/types/checkout-questionnaires/dto/index.js.map +1 -0
- package/dist/types/checkout-questionnaires/index.d.ts +2 -0
- package/dist/types/checkout-questionnaires/index.js +19 -0
- package/dist/types/checkout-questionnaires/index.js.map +1 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.consts.d.ts +6 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.consts.js +10 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.consts.js.map +1 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.types.d.ts +17 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.types.js +3 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.types.js.map +1 -0
- package/dist/types/checkout-questionnaires/types/index.d.ts +2 -0
- package/dist/types/checkout-questionnaires/types/index.js +19 -0
- package/dist/types/checkout-questionnaires/types/index.js.map +1 -0
- package/dist/types/customers/dto/customer.dto.d.ts +1 -1
- package/dist/types/customers/dto/customer.dto.js.map +1 -1
- package/dist/types/customers/dto/customers-public.dto.d.ts +8 -0
- package/dist/types/customers/dto/customers-public.dto.js +8 -0
- package/dist/types/customers/dto/customers-public.dto.js.map +1 -0
- package/dist/types/customers/dto/index.d.ts +1 -0
- package/dist/types/customers/dto/index.js +1 -0
- package/dist/types/customers/dto/index.js.map +1 -1
- package/dist/types/customers/types/interfaces.d.ts +6 -1
- package/dist/types/dto/activityTimes.dto.d.ts +3 -1
- package/dist/types/dto/activityTimes.dto.js +5 -2
- package/dist/types/dto/activityTimes.dto.js.map +1 -1
- package/dist/types/dto/application.dto.d.ts +18 -6
- package/dist/types/dto/application.dto.js +3 -1
- package/dist/types/dto/application.dto.js.map +1 -1
- package/dist/types/dto/applicationParams.dto.d.ts +6 -0
- package/dist/types/dto/applicationParams.dto.js +5 -1
- package/dist/types/dto/applicationParams.dto.js.map +1 -1
- package/dist/types/dto/configuration.dto.d.ts +4 -2
- package/dist/types/dto/configuration.dto.js +2 -0
- package/dist/types/dto/configuration.dto.js.map +1 -1
- package/dist/types/dto/customer.dto.d.ts +5 -0
- package/dist/types/dto/customer.dto.js.map +1 -1
- package/dist/types/dto/general.dto.d.ts +10 -0
- package/dist/types/dto/general.dto.js +7 -1
- package/dist/types/dto/general.dto.js.map +1 -1
- package/dist/types/dto/index.d.ts +0 -1
- package/dist/types/dto/index.js +0 -1
- package/dist/types/dto/index.js.map +1 -1
- package/dist/types/employees/dto/employee.dto.d.ts +8 -0
- package/dist/types/employees/dto/employee.dto.js.map +1 -1
- package/dist/types/employees/entities/EmployeeFacilityAccess.d.ts +9 -0
- package/dist/types/employees/entities/EmployeeFacilityAccess.js +8 -0
- package/dist/types/employees/entities/EmployeeFacilityAccess.js.map +1 -0
- package/dist/types/employees/entities/index.d.ts +1 -0
- package/dist/types/employees/entities/index.js +18 -0
- package/dist/types/employees/entities/index.js.map +1 -0
- package/dist/types/employees/index.d.ts +1 -0
- package/dist/types/employees/index.js +1 -0
- package/dist/types/employees/index.js.map +1 -1
- package/dist/types/employees/types/consts/index.js +1 -0
- package/dist/types/employees/types/consts/index.js.map +1 -1
- package/dist/types/employees/types/index.d.ts +1 -0
- package/dist/types/employees/types/index.js +1 -0
- package/dist/types/employees/types/index.js.map +1 -1
- package/dist/types/employees/types/interfaces/employee-facility-access.interfaces.d.ts +14 -0
- package/dist/types/employees/types/interfaces/employee-facility-access.interfaces.js +3 -0
- package/dist/types/employees/types/interfaces/employee-facility-access.interfaces.js.map +1 -0
- package/dist/types/employees/types/interfaces/index.d.ts +1 -0
- package/dist/types/employees/types/interfaces/index.js +18 -0
- package/dist/types/employees/types/interfaces/index.js.map +1 -0
- package/dist/types/employees/types/interfaces.d.ts +2 -0
- package/dist/types/entity/Customer.d.ts +1 -0
- package/dist/types/entity/Customer.js.map +1 -1
- package/dist/types/entity/LeagueSeason.d.ts +1 -1
- package/dist/types/entity/LeagueSeason.js.map +1 -1
- package/dist/types/entity/Station.d.ts +1 -1
- package/dist/types/entity/index.d.ts +0 -3
- package/dist/types/entity/index.js +0 -3
- package/dist/types/entity/index.js.map +1 -1
- package/dist/types/errors/dto/error.dto.d.ts +5 -2
- package/dist/types/errors/dto/error.dto.js +5 -2
- package/dist/types/errors/dto/error.dto.js.map +1 -1
- package/dist/types/errors/index.d.ts +1 -0
- package/dist/types/errors/index.js +1 -0
- package/dist/types/errors/index.js.map +1 -1
- package/dist/types/errors/types/error.interfaces.d.ts +8 -0
- package/dist/types/errors/types/error.interfaces.js +3 -0
- package/dist/types/errors/types/error.interfaces.js.map +1 -0
- package/dist/types/errors/types/index.d.ts +1 -0
- package/dist/types/errors/types/index.js +18 -0
- package/dist/types/errors/types/index.js.map +1 -0
- package/dist/types/{dto → facilities/dto}/facilities.dto.d.ts +3 -5
- package/dist/types/{dto → facilities/dto}/facilities.dto.js +2 -2
- package/dist/types/facilities/dto/facilities.dto.js.map +1 -0
- package/dist/types/facilities/dto/index.d.ts +2 -0
- package/dist/types/facilities/dto/index.js +19 -0
- package/dist/types/facilities/dto/index.js.map +1 -0
- package/dist/types/facilities/dto/public-facilities.dto.d.ts +8 -0
- package/dist/types/facilities/dto/public-facilities.dto.js +8 -0
- package/dist/types/facilities/dto/public-facilities.dto.js.map +1 -0
- package/dist/types/{entity → facilities/entities}/Facility.d.ts +8 -7
- package/dist/types/{entity → facilities/entities}/Facility.js +1 -1
- package/dist/types/facilities/entities/Facility.js.map +1 -0
- package/dist/types/{entity → facilities/entities}/FacilityToResource.d.ts +2 -2
- package/dist/types/{entity → facilities/entities}/FacilityToResource.js +1 -1
- package/dist/types/facilities/entities/FacilityToResource.js.map +1 -0
- package/dist/types/{entity → facilities/entities}/OpeningTime.d.ts +1 -1
- package/dist/types/{entity → facilities/entities}/OpeningTime.js +1 -1
- package/dist/types/facilities/entities/OpeningTime.js.map +1 -0
- package/dist/types/facilities/entities/index.d.ts +3 -0
- package/dist/types/facilities/entities/index.js +20 -0
- package/dist/types/facilities/entities/index.js.map +1 -0
- package/dist/types/facilities/index.d.ts +2 -0
- package/dist/types/facilities/index.js +2 -0
- package/dist/types/facilities/index.js.map +1 -1
- package/dist/types/facilities/types/facilities.types.d.ts +5 -9
- package/dist/types/folders/dto/folder-restrictions.dto.d.ts +1 -1
- package/dist/types/folders/entities/folder.entity.d.ts +1 -1
- package/dist/types/folders/types/folder-restrictions.consts.js.map +1 -1
- package/dist/types/folders/types/index.d.ts +4 -4
- package/dist/types/folders/types/interfaces/folder-restrictions.interfaces.d.ts +12 -12
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/invoice/dto/index.d.ts +1 -0
- package/dist/types/invoice/dto/index.js +1 -0
- package/dist/types/invoice/dto/index.js.map +1 -1
- package/dist/types/invoice/dto/reservation-invoice.dto.d.ts +10 -0
- package/dist/types/invoice/dto/reservation-invoice.dto.js +8 -0
- package/dist/types/invoice/dto/reservation-invoice.dto.js.map +1 -0
- package/dist/types/invoice/types/consts/invoice.consts.d.ts +1 -0
- package/dist/types/invoice/types/consts/invoice.consts.js +2 -1
- package/dist/types/invoice/types/consts/invoice.consts.js.map +1 -1
- package/dist/types/invoice/types/interfaces/invoice.interfaces.d.ts +1 -0
- package/dist/types/invoice/types/interfaces/invoice.interfaces.js.map +1 -1
- package/dist/types/league-standings/entities/stage.entity.js.map +1 -1
- package/dist/types/membership/dto/index.d.ts +1 -0
- package/dist/types/membership/dto/index.js +1 -0
- package/dist/types/membership/dto/index.js.map +1 -1
- package/dist/types/membership/dto/membership-member.dto.d.ts +1 -5
- package/dist/types/membership/dto/membership-member.dto.js +1 -4
- package/dist/types/membership/dto/membership-member.dto.js.map +1 -1
- package/dist/types/membership/dto/membership.dto.d.ts +1 -0
- package/dist/types/membership/dto/membership.dto.js.map +1 -1
- package/dist/types/membership/dto/public-membership-member.dto.d.ts +6 -0
- package/dist/types/membership/dto/public-membership-member.dto.js +7 -0
- package/dist/types/membership/dto/public-membership-member.dto.js.map +1 -0
- package/dist/types/online-booking/types/classes/index.d.ts +2 -0
- package/dist/types/online-booking/types/classes/index.js +2 -0
- package/dist/types/online-booking/types/classes/index.js.map +1 -1
- package/dist/types/online-booking/types/classes/online-booking.classes.d.ts +10 -0
- package/dist/types/online-booking/types/classes/online-booking.classes.js +7 -0
- package/dist/types/online-booking/types/classes/online-booking.classes.js.map +1 -0
- package/dist/types/online-booking/types/classes/portals.classes.d.ts +3 -1
- package/dist/types/online-booking/types/classes/portals.classes.js.map +1 -1
- package/dist/types/online-booking/types/classes/schedule.classes.d.ts +29 -0
- package/dist/types/online-booking/types/classes/schedule.classes.js +19 -0
- package/dist/types/online-booking/types/classes/schedule.classes.js.map +1 -0
- package/dist/types/online-booking/types/consts/index.d.ts +3 -0
- package/dist/types/online-booking/types/consts/index.js +3 -0
- package/dist/types/online-booking/types/consts/index.js.map +1 -1
- package/dist/types/online-booking/types/consts/online-booking.consts.d.ts +21 -0
- package/dist/types/online-booking/types/consts/online-booking.consts.js +25 -0
- package/dist/types/online-booking/types/consts/online-booking.consts.js.map +1 -0
- package/dist/types/online-booking/types/consts/portals.consts.d.ts +1 -0
- package/dist/types/online-booking/types/consts/portals.consts.js +2 -1
- package/dist/types/online-booking/types/consts/portals.consts.js.map +1 -1
- package/dist/types/online-booking/types/consts/public-portals.consts.d.ts +6 -0
- package/dist/types/online-booking/types/consts/public-portals.consts.js +10 -0
- package/dist/types/online-booking/types/consts/public-portals.consts.js.map +1 -0
- package/dist/types/online-booking/types/consts/schedule.consts.d.ts +11 -0
- package/dist/types/online-booking/types/consts/schedule.consts.js +15 -0
- package/dist/types/online-booking/types/consts/schedule.consts.js.map +1 -0
- package/dist/types/online-booking/types/dto/index.d.ts +4 -0
- package/dist/types/online-booking/types/dto/index.js +4 -0
- package/dist/types/online-booking/types/dto/index.js.map +1 -1
- package/dist/types/online-booking/types/dto/online-booking.dto.d.ts +40 -0
- package/dist/types/online-booking/types/dto/online-booking.dto.js +19 -0
- package/dist/types/online-booking/types/dto/online-booking.dto.js.map +1 -0
- package/dist/types/online-booking/types/dto/portals.dto.d.ts +3 -1
- package/dist/types/online-booking/types/dto/portals.dto.js.map +1 -1
- package/dist/types/online-booking/types/dto/public-portals.dto.d.ts +23 -0
- package/dist/types/online-booking/types/dto/public-portals.dto.js +14 -0
- package/dist/types/online-booking/types/dto/public-portals.dto.js.map +1 -0
- package/dist/types/online-booking/types/dto/schedule.dto.d.ts +44 -0
- package/dist/types/online-booking/types/dto/schedule.dto.js +27 -0
- package/dist/types/online-booking/types/dto/schedule.dto.js.map +1 -0
- package/dist/types/online-booking/types/dto/user-booking.dto.d.ts +15 -0
- package/dist/types/online-booking/types/dto/user-booking.dto.js +10 -0
- package/dist/types/online-booking/types/dto/user-booking.dto.js.map +1 -0
- package/dist/types/online-booking/types/enums/portals.enums.d.ts +5 -0
- package/dist/types/online-booking/types/enums/portals.enums.js +7 -1
- package/dist/types/online-booking/types/enums/portals.enums.js.map +1 -1
- package/dist/types/online-booking/types/interfaces/index.d.ts +3 -0
- package/dist/types/online-booking/types/interfaces/index.js +3 -0
- package/dist/types/online-booking/types/interfaces/index.js.map +1 -1
- package/dist/types/online-booking/types/interfaces/online-booking.interfaces.d.ts +31 -0
- package/dist/types/online-booking/types/interfaces/online-booking.interfaces.js +3 -0
- package/dist/types/online-booking/types/interfaces/online-booking.interfaces.js.map +1 -0
- package/dist/types/online-booking/types/interfaces/portals.interfaces.d.ts +1 -0
- package/dist/types/online-booking/types/interfaces/schedule.interfaces.d.ts +48 -0
- package/dist/types/online-booking/types/interfaces/schedule.interfaces.js +3 -0
- package/dist/types/online-booking/types/interfaces/schedule.interfaces.js.map +1 -0
- package/dist/types/online-booking/types/interfaces/user-booking.interfaces.d.ts +15 -0
- package/dist/types/online-booking/types/interfaces/user-booking.interfaces.js +3 -0
- package/dist/types/online-booking/types/interfaces/user-booking.interfaces.js.map +1 -0
- package/dist/types/organization/entities/OrganizationUsers.d.ts +3 -0
- package/dist/types/organization/entities/OrganizationUsers.js.map +1 -1
- package/dist/types/organization/interfaces/organizationUser.d.ts +2 -1
- package/dist/types/payment/dto/payment.dto.d.ts +19 -1
- package/dist/types/payment/dto/payment.dto.js +4 -1
- package/dist/types/payment/dto/payment.dto.js.map +1 -1
- package/dist/types/payment/entities/Payment.d.ts +7 -0
- package/dist/types/payment/entities/Payment.js.map +1 -1
- package/dist/types/payment/types/consts/payment.consts.js +2 -0
- package/dist/types/payment/types/consts/payment.consts.js.map +1 -1
- package/dist/types/payment/types/enums/payment.enums.d.ts +4 -0
- package/dist/types/payment/types/enums/payment.enums.js +4 -0
- package/dist/types/payment/types/enums/payment.enums.js.map +1 -1
- package/dist/types/payment/types/enums/refund.enums.d.ts +13 -1
- package/dist/types/payment/types/enums/refund.enums.js +14 -1
- package/dist/types/payment/types/enums/refund.enums.js.map +1 -1
- package/dist/types/payment/types/interfaces/payment.interfaces.d.ts +32 -0
- package/dist/types/payment/types/interfaces/payment.interfaces.js.map +1 -1
- package/dist/types/payment/types/interfaces/refund.interfaces.d.ts +14 -1
- package/dist/types/product-pricing/dto/index.d.ts +1 -0
- package/dist/types/product-pricing/dto/index.js +1 -0
- package/dist/types/product-pricing/dto/index.js.map +1 -1
- package/dist/types/product-pricing/dto/product-categories.dto.d.ts +3 -1
- package/dist/types/product-pricing/dto/product-categories.dto.js +5 -2
- package/dist/types/product-pricing/dto/product-categories.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/product.dto.d.ts +1 -1
- package/dist/types/product-pricing/dto/product.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/public-product-categories.dto.d.ts +34 -0
- package/dist/types/product-pricing/dto/public-product-categories.dto.js +22 -0
- package/dist/types/product-pricing/dto/public-product-categories.dto.js.map +1 -0
- package/dist/types/product-pricing/dto/public-product.dto.d.ts +46 -2
- package/dist/types/product-pricing/dto/public-product.dto.js +20 -1
- package/dist/types/product-pricing/dto/public-product.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/rental-product.dto.d.ts +5 -0
- package/dist/types/product-pricing/dto/rental-product.dto.js.map +1 -1
- package/dist/types/product-pricing/entities/product-to-facility.entity.d.ts +1 -1
- package/dist/types/product-pricing/entities/product.entity.d.ts +1 -1
- package/dist/types/product-pricing/entities/product.entity.js.map +1 -1
- package/dist/types/product-pricing/types/consts/product-category.consts.d.ts +6 -0
- package/dist/types/product-pricing/types/consts/product-category.consts.js +20 -7
- package/dist/types/product-pricing/types/consts/product-category.consts.js.map +1 -1
- package/dist/types/product-pricing/types/consts/product-pricing.consts.d.ts +1 -0
- package/dist/types/product-pricing/types/consts/product-pricing.consts.js +2 -1
- package/dist/types/product-pricing/types/consts/product-pricing.consts.js.map +1 -1
- package/dist/types/product-pricing/types/enums/product.enums.d.ts +4 -1
- package/dist/types/product-pricing/types/enums/product.enums.js +3 -0
- package/dist/types/product-pricing/types/enums/product.enums.js.map +1 -1
- package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +12 -1
- package/dist/types/programs/dto/program.dto.d.ts +1 -1
- package/dist/types/programs/dto/program.dto.js.map +1 -1
- package/dist/types/programs/dto/session-public.dto.d.ts +1 -1
- package/dist/types/programs/dto/session-public.dto.js.map +1 -1
- package/dist/types/programs-seasons/dto/program-session.dto.d.ts +1 -1
- package/dist/types/programs-seasons/dto/program-session.dto.js.map +1 -1
- package/dist/types/programs-seasons/entities/ProgramSeason.d.ts +1 -1
- package/dist/types/programs-seasons/entities/ProgramSeason.js.map +1 -1
- package/dist/types/purchase/dto/purchase.dto.d.ts +4 -0
- package/dist/types/purchase/dto/purchase.dto.js +4 -1
- package/dist/types/purchase/dto/purchase.dto.js.map +1 -1
- package/dist/types/purchase/types/interfaces/purchase.interfaces.d.ts +17 -1
- package/dist/types/questionnaires/dto/index.d.ts +2 -0
- package/dist/types/questionnaires/dto/index.js +2 -0
- package/dist/types/questionnaires/dto/index.js.map +1 -1
- package/dist/types/questionnaires/dto/public-questionnaire.dto.d.ts +20 -0
- package/dist/types/questionnaires/dto/public-questionnaire.dto.js +14 -0
- package/dist/types/questionnaires/dto/public-questionnaire.dto.js.map +1 -0
- package/dist/types/questionnaires/dto/question-metadata.dto.d.ts +12 -0
- package/dist/types/questionnaires/dto/question-metadata.dto.js +10 -0
- package/dist/types/questionnaires/dto/question-metadata.dto.js.map +1 -0
- package/dist/types/questionnaires/dto/question-with-props.dto.d.ts +2 -4
- package/dist/types/questionnaires/dto/question-with-props.dto.js.map +1 -1
- package/dist/types/questionnaires/dto/questionnaires.query.dto.d.ts +1 -0
- package/dist/types/questionnaires/dto/questionnaires.query.dto.js.map +1 -1
- package/dist/types/questionnaires/entities/Answer.d.ts +2 -1
- package/dist/types/questionnaires/entities/Answer.js.map +1 -1
- package/dist/types/questionnaires/entities/Questionnaires.d.ts +1 -1
- package/dist/types/questionnaires/entities/Questions.d.ts +2 -1
- package/dist/types/questionnaires/entities/Questions.js.map +1 -1
- package/dist/types/questionnaires/types/consts/index.d.ts +1 -0
- package/dist/types/questionnaires/types/consts/index.js +18 -0
- package/dist/types/questionnaires/types/consts/index.js.map +1 -0
- package/dist/types/questionnaires/types/consts/questionnaire-public.consts.d.ts +5 -0
- package/dist/types/questionnaires/types/consts/questionnaire-public.consts.js +9 -0
- package/dist/types/questionnaires/types/consts/questionnaire-public.consts.js.map +1 -0
- package/dist/types/questionnaires/types/index.d.ts +4 -0
- package/dist/types/questionnaires/types/index.js +4 -0
- package/dist/types/questionnaires/types/index.js.map +1 -1
- package/dist/types/questionnaires/types/question-metadata.enums.d.ts +10 -0
- package/dist/types/questionnaires/types/question-metadata.enums.js +15 -0
- package/dist/types/questionnaires/types/question-metadata.enums.js.map +1 -0
- package/dist/types/questionnaires/types/question-metadata.interfaces.d.ts +11 -0
- package/dist/types/questionnaires/types/question-metadata.interfaces.js +3 -0
- package/dist/types/questionnaires/types/question-metadata.interfaces.js.map +1 -0
- package/dist/types/questionnaires/types/questionnaires-public.enums.d.ts +3 -0
- package/dist/types/questionnaires/types/questionnaires-public.enums.js +8 -0
- package/dist/types/questionnaires/types/questionnaires-public.enums.js.map +1 -0
- package/dist/types/reservations/dto/addon.dto.d.ts +0 -4
- package/dist/types/reservations/dto/addon.dto.js +1 -4
- package/dist/types/reservations/dto/addon.dto.js.map +1 -1
- package/dist/types/reservations/dto/reservation.dto.d.ts +21 -3
- package/dist/types/reservations/dto/reservation.dto.js +9 -2
- package/dist/types/reservations/dto/reservation.dto.js.map +1 -1
- package/dist/types/reservations/dto/segment.dto.d.ts +2 -0
- package/dist/types/reservations/dto/segment.dto.js.map +1 -1
- package/dist/types/reservations/dto/slot.dto.d.ts +8 -4
- package/dist/types/reservations/dto/slot.dto.js +5 -2
- package/dist/types/reservations/dto/slot.dto.js.map +1 -1
- package/dist/types/reservations/entities/reservation.entity.d.ts +2 -0
- package/dist/types/reservations/entities/reservation.entity.js.map +1 -1
- package/dist/types/reservations/entities/slot.entity.d.ts +1 -0
- package/dist/types/reservations/entities/slot.entity.js.map +1 -1
- package/dist/types/reservations/types/classes/product.classes.d.ts +1 -0
- package/dist/types/reservations/types/classes/product.classes.js.map +1 -1
- package/dist/types/reservations/types/classes/reservation.classes.d.ts +3 -1
- package/dist/types/reservations/types/classes/reservation.classes.js.map +1 -1
- package/dist/types/reservations/types/classes/segment.classes.d.ts +2 -1
- package/dist/types/reservations/types/classes/segment.classes.js.map +1 -1
- package/dist/types/reservations/types/classes/slot.classes.d.ts +1 -1
- package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts +25 -9
- package/dist/types/reservations/types/interfaces/reservation.interfaces.js.map +1 -1
- package/dist/types/reservations/types/interfaces/slot.interfaces.d.ts +16 -0
- package/dist/types/reservations/types/interfaces/slot.interfaces.js.map +1 -1
- package/dist/types/resources/dto/index.d.ts +1 -0
- package/dist/types/resources/dto/index.js +1 -0
- package/dist/types/resources/dto/index.js.map +1 -1
- package/dist/types/resources/dto/resource-public.dto.d.ts +27 -0
- package/dist/types/resources/dto/resource-public.dto.js +11 -0
- package/dist/types/resources/dto/resource-public.dto.js.map +1 -0
- package/dist/types/resources/dto/resource.dto.d.ts +1 -1
- package/dist/types/resources/dto/resource.dto.js +1 -1
- package/dist/types/resources/dto/resource.dto.js.map +1 -1
- package/dist/types/resources/dto/space.dto.d.ts +3 -2
- package/dist/types/resources/dto/space.dto.js.map +1 -1
- package/dist/types/resources/entities/Resource.d.ts +1 -1
- package/dist/types/resources/entities/Resource.js.map +1 -1
- package/dist/types/resources/entities/Space.d.ts +2 -1
- package/dist/types/resources/entities/Space.js.map +1 -1
- package/dist/types/resources/enums/index.d.ts +1 -0
- package/dist/types/resources/enums/index.js +18 -0
- package/dist/types/resources/enums/index.js.map +1 -0
- package/dist/types/resources/enums/resource.enums.d.ts +34 -0
- package/dist/types/resources/enums/resource.enums.js +41 -0
- package/dist/types/resources/enums/resource.enums.js.map +1 -0
- package/dist/types/resources/index.d.ts +1 -0
- package/dist/types/resources/index.js +1 -0
- package/dist/types/resources/index.js.map +1 -1
- package/dist/types/roles/dto/role.dto.d.ts +1 -1
- package/dist/types/roles/dto/role.dto.js +1 -1
- package/dist/types/roles/dto/role.dto.js.map +1 -1
- package/dist/types/roles/dto/user-role.dto.d.ts +1 -1
- package/dist/types/roles/dto/user-role.dto.js +1 -1
- package/dist/types/roles/dto/user-role.dto.js.map +1 -1
- package/dist/types/services/enums.service.d.ts +6 -18
- package/dist/types/services/enums.service.js +5 -18
- package/dist/types/services/enums.service.js.map +1 -1
- package/dist/types/tip-configurations/dto/tip-configuration.dto.d.ts +1 -1
- package/dist/types/tip-configurations/dto/tip-configuration.dto.js.map +1 -1
- package/dist/types/tip-configurations/entities/TipConfiguration.d.ts +1 -1
- package/dist/types/tip-configurations/entities/TipConfiguration.js.map +1 -1
- package/dist/types/user/dto/index.d.ts +1 -0
- package/dist/types/user/dto/index.js +1 -0
- package/dist/types/user/dto/index.js.map +1 -1
- package/dist/types/user/dto/update-user-profile.dto.d.ts +1 -1
- package/dist/types/user/dto/user-public.dto.d.ts +24 -0
- package/dist/types/user/dto/user-public.dto.js +14 -0
- package/dist/types/user/dto/user-public.dto.js.map +1 -0
- package/dist/types/user/dto/userPass.dto.d.ts +1 -1
- package/dist/types/user/dto/userPass.dto.js.map +1 -1
- package/dist/types/user/entities/User.d.ts +1 -0
- package/dist/types/user/entities/User.js.map +1 -1
- package/dist/types/user/types/enums/index.d.ts +1 -0
- package/dist/types/user/types/enums/index.js +18 -0
- package/dist/types/user/types/enums/index.js.map +1 -0
- package/dist/types/user/types/enums/user.enums.d.ts +5 -0
- package/dist/types/user/types/enums/user.enums.js +10 -0
- package/dist/types/user/types/enums/user.enums.js.map +1 -0
- package/dist/types/user/types/index.d.ts +1 -0
- package/dist/types/user/types/index.js +1 -0
- package/dist/types/user/types/index.js.map +1 -1
- package/dist/types/user/types/user.interfaces.d.ts +7 -2
- package/dist/types/user-identification/entities/UserIdentifier.d.ts +1 -1
- package/dist/types/webhooks/types/webhooks.enums.d.ts +8 -1
- package/dist/types/webhooks/types/webhooks.enums.js +9 -1
- package/dist/types/webhooks/types/webhooks.enums.js.map +1 -1
- package/package.json +3 -2
- package/dist/types/dto/facilities.dto.js.map +0 -1
- package/dist/types/entity/Facility.js.map +0 -1
- package/dist/types/entity/FacilityToResource.js.map +0 -1
- package/dist/types/entity/OpeningTime.js.map +0 -1
|
@@ -18,8 +18,6 @@ export * from './EntitlementTerms';
|
|
|
18
18
|
export * from './EventAttendees';
|
|
19
19
|
export * from './EventHistory';
|
|
20
20
|
export * from './Events';
|
|
21
|
-
export * from './Facility';
|
|
22
|
-
export * from './FacilityToResource';
|
|
23
21
|
export * from './FamilyAccount';
|
|
24
22
|
export * from './Group';
|
|
25
23
|
export * from './GroupItemsPricing';
|
|
@@ -35,7 +33,6 @@ export * from './LineItemHistory';
|
|
|
35
33
|
export * from './LineItems';
|
|
36
34
|
export * from './LinkedAccounts';
|
|
37
35
|
export * from './NotificationSubscriptions';
|
|
38
|
-
export * from './OpeningTime';
|
|
39
36
|
export * from './OrganizationConnectionBaseEntity';
|
|
40
37
|
export * from './PackageV1';
|
|
41
38
|
export * from './PasswordReset';
|
|
@@ -34,8 +34,6 @@ __exportStar(require("./EntitlementTerms"), exports);
|
|
|
34
34
|
__exportStar(require("./EventAttendees"), exports);
|
|
35
35
|
__exportStar(require("./EventHistory"), exports);
|
|
36
36
|
__exportStar(require("./Events"), exports);
|
|
37
|
-
__exportStar(require("./Facility"), exports);
|
|
38
|
-
__exportStar(require("./FacilityToResource"), exports);
|
|
39
37
|
__exportStar(require("./FamilyAccount"), exports);
|
|
40
38
|
__exportStar(require("./Group"), exports);
|
|
41
39
|
__exportStar(require("./GroupItemsPricing"), exports);
|
|
@@ -51,7 +49,6 @@ __exportStar(require("./LineItemHistory"), exports);
|
|
|
51
49
|
__exportStar(require("./LineItems"), exports);
|
|
52
50
|
__exportStar(require("./LinkedAccounts"), exports);
|
|
53
51
|
__exportStar(require("./NotificationSubscriptions"), exports);
|
|
54
|
-
__exportStar(require("./OpeningTime"), exports);
|
|
55
52
|
__exportStar(require("./OrganizationConnectionBaseEntity"), exports);
|
|
56
53
|
__exportStar(require("./PackageV1"), exports);
|
|
57
54
|
__exportStar(require("./PasswordReset"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/entity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,kDAAgC;AAChC,gDAA8B;AAC9B,mDAAiC;AACjC,uDAAqC;AACrC,8CAA4B;AAC5B,kDAAgC;AAChC,+CAA6B;AAC7B,+CAA6B;AAC7B,6CAA2B;AAC3B,8DAA4C;AAC5C,kDAAgC;AAChC,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,qDAAmC;AACnC,qDAAmC;AACnC,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/entity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,kDAAgC;AAChC,gDAA8B;AAC9B,mDAAiC;AACjC,uDAAqC;AACrC,8CAA4B;AAC5B,kDAAgC;AAChC,+CAA6B;AAC7B,+CAA6B;AAC7B,6CAA2B;AAC3B,8DAA4C;AAC5C,kDAAgC;AAChC,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,qDAAmC;AACnC,qDAAmC;AACnC,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,kDAAgC;AAChC,0CAAwB;AACxB,sDAAoC;AACpC,sDAAoC;AACpC,4CAA0B;AAC1B,mDAAiC;AACjC,iDAA+B;AAC/B,gDAA8B;AAC9B,qDAAmC;AACnC,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,8CAA4B;AAC5B,mDAAiC;AACjC,8DAA4C;AAC5C,qEAAmD;AACnD,8CAA4B;AAC5B,kDAAgC;AAChC,mDAAiC;AACjC,oDAAkC;AAClC,2DAAyC;AACzC,sDAAoC;AACpC,iEAA+C;AAC/C,kDAAgC;AAChC,uDAAqC;AACrC,2DAAyC;AACzC,kDAAgC;AAChC,2CAAyB;AACzB,oDAAkC;AAClC,oDAAkC;AAClC,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,yCAAuB;AACvB,+CAA6B;AAC7B,+CAA6B;AAC7B,qDAAmC;AACnC,uDAAqC;AACrC,wDAAsC;AACtC,iDAA+B;AAC/B,kDAAgC;AAChC,6CAA2B;AAC3B,wDAAsC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
export declare class
|
|
2
|
-
statusCode: number;
|
|
1
|
+
export declare class BasicErrorResponsesDto {
|
|
3
2
|
message: string;
|
|
3
|
+
code?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare class ErrorResponsesDto extends BasicErrorResponsesDto {
|
|
6
|
+
statusCode: number;
|
|
4
7
|
timestamp: string;
|
|
5
8
|
path: string;
|
|
6
9
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ErrorResponsesDto = void 0;
|
|
4
|
-
class
|
|
3
|
+
exports.ErrorResponsesDto = exports.BasicErrorResponsesDto = void 0;
|
|
4
|
+
class BasicErrorResponsesDto {
|
|
5
|
+
}
|
|
6
|
+
exports.BasicErrorResponsesDto = BasicErrorResponsesDto;
|
|
7
|
+
class ErrorResponsesDto extends BasicErrorResponsesDto {
|
|
5
8
|
}
|
|
6
9
|
exports.ErrorResponsesDto = ErrorResponsesDto;
|
|
7
10
|
//# sourceMappingURL=error.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.dto.js","sourceRoot":"","sources":["../../../../src/types/errors/dto/error.dto.ts"],"names":[],"mappings":";;;AACA,MAAa,
|
|
1
|
+
{"version":3,"file":"error.dto.js","sourceRoot":"","sources":["../../../../src/types/errors/dto/error.dto.ts"],"names":[],"mappings":";;;AACA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AAED,MAAa,iBAAkB,SAAQ,sBAAsB;CAM5D;AAND,8CAMC"}
|
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./dto"), exports);
|
|
18
|
+
__exportStar(require("./types"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/errors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/errors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.interfaces.js","sourceRoot":"","sources":["../../../../src/types/errors/types/error.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './error.interfaces';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./error.interfaces"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/errors/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AddressDto } from '
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { AddressDto } from '../../address/dto/address.dto';
|
|
2
|
+
import { IdAndNameDto, PaginationQuery } from '../../dto/general.dto';
|
|
3
|
+
import { OptionalOrganizationIdDto } from '../../organization/dto/organization.dto';
|
|
4
4
|
export declare class OptionalFacilityIdDto extends OptionalOrganizationIdDto {
|
|
5
5
|
facilityId?: number;
|
|
6
6
|
}
|
|
@@ -16,7 +16,6 @@ export declare class CreateFacilityDto {
|
|
|
16
16
|
longDescription?: string;
|
|
17
17
|
info?: string;
|
|
18
18
|
address: AddressDto;
|
|
19
|
-
timezone: string;
|
|
20
19
|
amenities: number[];
|
|
21
20
|
openingTimes: OpeningTimeDto[];
|
|
22
21
|
resourcesIds?: number[];
|
|
@@ -50,7 +49,6 @@ export declare class UpdateFacilityDetailsDto {
|
|
|
50
49
|
longDescription?: string;
|
|
51
50
|
info?: string;
|
|
52
51
|
address?: AddressDto;
|
|
53
|
-
timezone?: string;
|
|
54
52
|
}
|
|
55
53
|
export declare class UpdateFacilityOpeningTimesDto {
|
|
56
54
|
openingTimes: OpeningTimeDto[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SimpleFacilityDto = exports.BasicFacilityDto = exports.FindFacilitiesOptionsDto = exports.UpdateFacilityAmenitiesDto = exports.UpdateFacilitySportsDto = exports.UpdateFacilityOpeningTimesDto = exports.UpdateFacilityDetailsDto = exports.FacilityDto = exports.CreateFacilityDto = exports.OpeningTimeDto = exports.OptionalFacilityIdDto = void 0;
|
|
4
|
-
const
|
|
5
|
-
const
|
|
4
|
+
const general_dto_1 = require("../../dto/general.dto");
|
|
5
|
+
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
6
6
|
class OptionalFacilityIdDto extends organization_dto_1.OptionalOrganizationIdDto {
|
|
7
7
|
}
|
|
8
8
|
exports.OptionalFacilityIdDto = OptionalFacilityIdDto;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facilities.dto.js","sourceRoot":"","sources":["../../../../src/types/facilities/dto/facilities.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAsE;AACtE,8EAAoF;AAEpF,MAAa,qBAAsB,SAAQ,4CAAyB;CAEnE;AAFD,sDAEC;AAED,MAAa,cAAc;CAM1B;AAND,wCAMC;AAED,MAAa,iBAAiB;CAkB7B;AAlBD,8CAkBC;AAED,MAAa,WAAW;CA0CvB;AA1CD,kCA0CC;AAED,MAAa,wBAAwB;CAUpC;AAVD,4DAUC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,wBAAyB,SAAQ,6BAAe;CAE5D;AAFD,4DAEC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAEjD;AAFD,4CAEC;AAED,MAAa,iBAAkB,SAAQ,0BAAY;CAElD;AAFD,8CAEC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./facilities.dto"), exports);
|
|
18
|
+
__exportStar(require("./public-facilities.dto"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/facilities/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,0DAAwC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SimpleMediaDto } from '../../media/dto/media-public.dto';
|
|
2
|
+
import { BasicFacilityDto, OpeningTimeDto } from './facilities.dto';
|
|
3
|
+
export declare class ExtendedFacilityDto extends BasicFacilityDto {
|
|
4
|
+
mainMedia?: SimpleMediaDto;
|
|
5
|
+
description?: string;
|
|
6
|
+
openingTimes?: OpeningTimeDto[];
|
|
7
|
+
linkSEO?: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExtendedFacilityDto = void 0;
|
|
4
|
+
const facilities_dto_1 = require("./facilities.dto");
|
|
5
|
+
class ExtendedFacilityDto extends facilities_dto_1.BasicFacilityDto {
|
|
6
|
+
}
|
|
7
|
+
exports.ExtendedFacilityDto = ExtendedFacilityDto;
|
|
8
|
+
//# sourceMappingURL=public-facilities.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-facilities.dto.js","sourceRoot":"","sources":["../../../../src/types/facilities/dto/public-facilities.dto.ts"],"names":[],"mappings":";;;AAGA,qDAAoE;AAEpE,MAAa,mBAAoB,SAAQ,iCAAgB;CAQxD;AARD,kDAQC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Address } from '
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { Address } from '../../address/entities/Address';
|
|
2
|
+
import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
|
|
3
|
+
import { Media } from '../../media/entities/Media';
|
|
4
|
+
import { Product } from '../../product-pricing/entities/product.entity';
|
|
5
|
+
import { ProgramSeason } from '../../programs-seasons/entities/ProgramSeason';
|
|
6
|
+
import { Resource } from '../../resources/entities/Resource';
|
|
7
|
+
import { TipConfiguration } from '../../tip-configurations/entities/TipConfiguration';
|
|
7
8
|
import { OpeningTime } from './OpeningTime';
|
|
8
|
-
import { OrganizationConnectionBaseEntity } from './OrganizationConnectionBaseEntity';
|
|
9
9
|
export declare class Facility extends OrganizationConnectionBaseEntity {
|
|
10
10
|
name: string;
|
|
11
11
|
description?: string;
|
|
@@ -34,5 +34,6 @@ export declare class Facility extends OrganizationConnectionBaseEntity {
|
|
|
34
34
|
tipConfigId: number;
|
|
35
35
|
tipConfiguration?: TipConfiguration;
|
|
36
36
|
stripeConfigurationId?: string;
|
|
37
|
+
questionnaireId?: number;
|
|
37
38
|
products: Product[];
|
|
38
39
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Facility = void 0;
|
|
4
|
-
const OrganizationConnectionBaseEntity_1 = require("
|
|
4
|
+
const OrganizationConnectionBaseEntity_1 = require("../../entity/OrganizationConnectionBaseEntity");
|
|
5
5
|
class Facility extends OrganizationConnectionBaseEntity_1.OrganizationConnectionBaseEntity {
|
|
6
6
|
}
|
|
7
7
|
exports.Facility = Facility;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Facility.js","sourceRoot":"","sources":["../../../../src/types/facilities/entities/Facility.ts"],"names":[],"mappings":";;;AAcA,oGAAiG;AASjG,MAAa,QAAS,SAAQ,mEAAgC;CA2D7D;AA3DD,4BA2DC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
2
|
+
import { Resource } from '../../resources/entities/Resource';
|
|
3
3
|
import { Facility } from './Facility';
|
|
4
4
|
export declare class FacilityToResource extends BondBaseEntity {
|
|
5
5
|
facilityId: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FacilityToResource = void 0;
|
|
4
|
-
const BondBaseEntity_1 = require("
|
|
4
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
5
5
|
class FacilityToResource extends BondBaseEntity_1.BondBaseEntity {
|
|
6
6
|
}
|
|
7
7
|
exports.FacilityToResource = FacilityToResource;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FacilityToResource.js","sourceRoot":"","sources":["../../../../src/types/facilities/entities/FacilityToResource.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAK7D,MAAa,kBAAmB,SAAQ,+BAAc;CAQrD;AARD,gDAQC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
|
|
1
2
|
import { Facility } from './Facility';
|
|
2
|
-
import { OrganizationConnectionBaseEntity } from './OrganizationConnectionBaseEntity';
|
|
3
3
|
export declare class OpeningTime extends OrganizationConnectionBaseEntity {
|
|
4
4
|
dayOfWeek: number;
|
|
5
5
|
open: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OpeningTime = void 0;
|
|
4
|
-
const OrganizationConnectionBaseEntity_1 = require("
|
|
4
|
+
const OrganizationConnectionBaseEntity_1 = require("../../entity/OrganizationConnectionBaseEntity");
|
|
5
5
|
class OpeningTime extends OrganizationConnectionBaseEntity_1.OrganizationConnectionBaseEntity {
|
|
6
6
|
}
|
|
7
7
|
exports.OpeningTime = OpeningTime;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OpeningTime.js","sourceRoot":"","sources":["../../../../src/types/facilities/entities/OpeningTime.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAIjG,MAAa,WAAY,SAAQ,mEAAgC;CAgBhE;AAhBD,kCAgBC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Facility"), exports);
|
|
18
|
+
__exportStar(require("./FacilityToResource"), exports);
|
|
19
|
+
__exportStar(require("./OpeningTime"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/facilities/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,uDAAqC;AACrC,gDAA8B"}
|
|
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dto"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
17
19
|
__exportStar(require("./types"), exports);
|
|
18
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/facilities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/facilities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB"}
|
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface IUpdateFacilityDetails {
|
|
1
|
+
import { UpdateFacilityDetailsDto } from '../dto/facilities.dto';
|
|
2
|
+
export interface IUpdateFacilityDetails extends UpdateFacilityDetailsDto {
|
|
3
3
|
stripeConfigurationId?: string | null;
|
|
4
4
|
tipConfigId?: number | null;
|
|
5
|
-
address?: IAddressMandatoryFields;
|
|
6
|
-
description?: string;
|
|
7
|
-
info?: string;
|
|
8
|
-
longDescription?: string;
|
|
9
|
-
name?: string;
|
|
10
|
-
timezone?: string;
|
|
11
5
|
}
|
|
12
6
|
export interface IFacilityNameAndCoordinates {
|
|
13
7
|
coordinates: number[];
|
|
14
8
|
facilityName: string;
|
|
15
9
|
}
|
|
16
10
|
export type FacilityRelation = 'address' | 'mainMedia' | 'openingTimes' | 'spaces' | 'resources' | 'programSeasons' | 'tipConfiguration' | 'products';
|
|
17
|
-
export interface
|
|
11
|
+
export interface IFindFacilitiesOptions {
|
|
12
|
+
organizationId?: number;
|
|
18
13
|
facilityIds?: number[];
|
|
19
14
|
hasLocation?: boolean;
|
|
20
15
|
hasStripeConfig?: boolean;
|
|
21
16
|
isTipConfigured?: boolean;
|
|
17
|
+
nameSearch?: string;
|
|
22
18
|
relations?: FacilityRelation[];
|
|
23
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GenderEnum, ProductSubTypesEnum } from '../../services/enums.service';
|
|
2
2
|
import { FolderRestrictionViolationCodeEnum } from '../types/folder-restrictions.enums';
|
|
3
|
-
import { IRestrictionCounter } from '../types/interfaces/folder-restrictions.interfaces';
|
|
4
3
|
import { MetaTypeEnum, FolderRestrictionActionEnum } from '../types/folders.enums';
|
|
4
|
+
import { IRestrictionCounter } from '../types/interfaces/folder-restrictions.interfaces';
|
|
5
5
|
/**
|
|
6
6
|
* Query parameters for getting folder restrictions status.
|
|
7
7
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
2
|
-
import { Facility } from '../../
|
|
2
|
+
import { Facility } from '../../facilities/entities/Facility';
|
|
3
3
|
import { Media } from '../../media/entities/Media';
|
|
4
4
|
import { Organization } from '../../organization/entities/Organization';
|
|
5
5
|
import { IFolderRestrictions } from '../types/folder-restrictions.types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder-restrictions.consts.js","sourceRoot":"","sources":["../../../../src/types/folders/types/folder-restrictions.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAmE;AAEnE,2EAAiF;AACjF,mDAA+C;AAElC,QAAA,cAAc,GAAG,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"folder-restrictions.consts.js","sourceRoot":"","sources":["../../../../src/types/folders/types/folder-restrictions.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAmE;AAEnE,2EAAiF;AACjF,mDAA+C;AAElC,QAAA,cAAc,GAAG,cAAc,CAAC;AAEhC,QAAA,mBAAmB,GAAG,kBAAkB,CAAC;AAEzC,QAAA,qBAAqB,GAAG,oBAAoB,CAAC;AAE7C,QAAA,sBAAsB,GAAyD;IAC3F,CAAC,8DAAkC,CAAC,mBAAmB,CAAC,EAAE,CAAC,mBAAmB,CAAC;IAC/E,CAAC,8DAAkC,CAAC,cAAc,CAAC,EAAE,CAAC,sBAAc,CAAC;IACrE,CAAC,8DAAkC,CAAC,mBAAmB,CAAC,EAAE,CAAC,2BAAmB,CAAC;IAC/E,CAAC,8DAAkC,CAAC,qBAAqB,CAAC,EAAE,CAAC,6BAAqB,CAAC;IACnF,CAAC,8DAAkC,CAAC,aAAa,CAAC,EAAE,CAAC,mBAAmB,CAAC;IACzE,CAAC,8DAAkC,CAAC,YAAY,CAAC,EAAE,CAAC,oBAAoB,CAAC;IACzE,CAAC,8DAAkC,CAAC,aAAa,CAAC,EAAE,CAAC,0BAA0B,CAAC;IAChF,CAAC,8DAAkC,CAAC,WAAW,CAAC,EAAE,CAAC,0BAA0B,CAAC;IAC9E,CAAC,8DAAkC,CAAC,kBAAkB,CAAC,EAAE,CAAC,oBAAoB,CAAC;CAC/E,CAAC;AAEW,QAAA,kCAAkC,GAAG,CAAC,CAAC;AAEvC,QAAA,qBAAqB,GAAG,GAAG,CAAC;AAE5B,QAAA,+CAA+C,GAAG,CAAC,4BAAY,CAAC,WAAW,EAAE,4BAAY,CAAC,KAAK,CAAC,CAAC;AAEjG,QAAA,yCAAyC,GAAG;IACxD,mCAAmB,CAAC,mBAAmB;IACvC,mCAAmB,CAAC,eAAe;CACnC,CAAC;AAEW,QAAA,kDAAkD,GAAG,iDAAyC,CAAC;AAE/F,QAAA,wDAAwD,GAAG,iDAAyC,CAAC;AAErG,QAAA,wDAAwD,GAAG,iDAAyC,CAAC"}
|
|
@@ -2,8 +2,8 @@ import { PaymentStatusEnum } from '../../payment/types/enums/payment.enums';
|
|
|
2
2
|
import { CurrencyEnum } from '../../services/enums.service';
|
|
3
3
|
import { ContentType, FolderContent } from '../entities/folder-content.entity';
|
|
4
4
|
import { Folder } from '../entities/folder.entity';
|
|
5
|
-
import { IFolderContentOperationOptions } from './interfaces/folder-restrictions.interfaces';
|
|
6
5
|
import { MetaTypeEnum, ReferableTypeEnum } from './folders.enums';
|
|
6
|
+
import { IFolderContentOperationOptions } from './interfaces/folder-restrictions.interfaces';
|
|
7
7
|
export interface IRawFolderAsGroup extends Folder {
|
|
8
8
|
id: number;
|
|
9
9
|
organizationId: number;
|
|
@@ -46,13 +46,13 @@ export interface IGroupResponse {
|
|
|
46
46
|
waiversCount: number;
|
|
47
47
|
}
|
|
48
48
|
export interface IFolderContentDescriptor {
|
|
49
|
-
contentType: ContentType;
|
|
50
49
|
contentId: number;
|
|
50
|
+
contentType: ContentType;
|
|
51
51
|
metadata?: Record<string, unknown>;
|
|
52
52
|
}
|
|
53
53
|
export interface IGateContentOperationParams {
|
|
54
|
-
folder: Folder | number;
|
|
55
54
|
contents: IFolderContentDescriptor[];
|
|
55
|
+
folder: Folder | number;
|
|
56
56
|
operationNameForLogging: string;
|
|
57
57
|
options?: IFolderContentOperationOptions;
|
|
58
58
|
}
|
|
@@ -70,8 +70,8 @@ export interface IContentsAndContentIds {
|
|
|
70
70
|
export interface IUpdateFolderWithCleanupParams {
|
|
71
71
|
organizationId: number;
|
|
72
72
|
folderId: number;
|
|
73
|
-
updateData: Record<string, unknown>;
|
|
74
73
|
newParentFolderId?: number;
|
|
74
|
+
updateData: Record<string, unknown>;
|
|
75
75
|
}
|
|
76
76
|
export interface IDeleteFolderWithCleanupParams {
|
|
77
77
|
organizationId: number;
|
|
@@ -7,12 +7,12 @@ import { FolderRestrictionActionEnum, MetaTypeEnum } from '../folders.enums';
|
|
|
7
7
|
* Interface for folder content restrictions.
|
|
8
8
|
*/
|
|
9
9
|
export interface IFolderContentRestrictions {
|
|
10
|
+
maxFemaleUserCount?: number;
|
|
11
|
+
maxMaleUserCount?: number;
|
|
10
12
|
maxSubfolderCount?: number;
|
|
11
13
|
maxSubfolderCountExemptionMetatypes?: MetaTypeEnum[];
|
|
12
14
|
maxUserCount?: number;
|
|
13
15
|
maxUserCountExemptionParticipantTypes?: ProductSubTypesEnum[];
|
|
14
|
-
maxMaleUserCount?: number;
|
|
15
|
-
maxFemaleUserCount?: number;
|
|
16
16
|
userAgeRestrictionExemptionParticipantTypes?: ProductSubTypesEnum[];
|
|
17
17
|
userAllowedGenders?: GenderEnum[];
|
|
18
18
|
userAllowedGendersExemptionParticipantTypes?: ProductSubTypesEnum[];
|
|
@@ -38,38 +38,38 @@ export interface IRestrictionCounter {
|
|
|
38
38
|
* Interface for folder restrictions status counters.
|
|
39
39
|
*/
|
|
40
40
|
export interface IFolderRestrictionsStatusCounters {
|
|
41
|
+
femaleUsers?: IRestrictionCounter;
|
|
42
|
+
maleUsers?: IRestrictionCounter;
|
|
41
43
|
subfolders: IRestrictionCounter;
|
|
42
44
|
users: IRestrictionCounter;
|
|
43
|
-
maleUsers?: IRestrictionCounter;
|
|
44
|
-
femaleUsers?: IRestrictionCounter;
|
|
45
45
|
}
|
|
46
46
|
export interface IMaxUserCountViolationContext {
|
|
47
|
-
max?: number;
|
|
48
47
|
current?: number;
|
|
48
|
+
max?: number;
|
|
49
49
|
remaining?: number;
|
|
50
50
|
requested?: number;
|
|
51
51
|
violationCount?: number;
|
|
52
52
|
}
|
|
53
53
|
export interface IMaxSubfolderCountViolationContext {
|
|
54
|
-
maxSubfolders: number;
|
|
55
54
|
currentCount: number;
|
|
55
|
+
maxSubfolders: number;
|
|
56
56
|
remaining?: number;
|
|
57
57
|
violationCount?: number;
|
|
58
58
|
}
|
|
59
59
|
export interface IGenderNotAllowedViolationContext {
|
|
60
|
-
userGender: GenderEnum;
|
|
61
60
|
allowedGenders: GenderEnum[];
|
|
61
|
+
userGender: GenderEnum;
|
|
62
62
|
violationCount?: number;
|
|
63
63
|
}
|
|
64
64
|
export interface IDobViolationContext {
|
|
65
|
-
userBirthDate: Date;
|
|
66
65
|
requiredDate: string;
|
|
66
|
+
userBirthDate: Date;
|
|
67
67
|
violationCount?: number;
|
|
68
68
|
}
|
|
69
69
|
export interface IAgeViolationContext {
|
|
70
|
-
userAge: number;
|
|
71
|
-
requiredMinAge?: number;
|
|
72
70
|
requiredMaxAge?: number;
|
|
71
|
+
requiredMinAge?: number;
|
|
72
|
+
userAge: number;
|
|
73
73
|
violationCount?: number;
|
|
74
74
|
}
|
|
75
75
|
export type IFolderRestrictionViolationContext = IMaxUserCountViolationContext | IMaxSubfolderCountViolationContext | IGenderNotAllowedViolationContext | IDobViolationContext | IAgeViolationContext;
|
|
@@ -119,9 +119,9 @@ export interface IFolderRestrictionsStatusResult {
|
|
|
119
119
|
* Interface for folder restrictions validation response.
|
|
120
120
|
*/
|
|
121
121
|
export interface IFolderRestrictionsValidationResponse {
|
|
122
|
-
isAllowed: boolean;
|
|
123
122
|
counters?: IFolderRestrictionsStatusCounters;
|
|
124
123
|
effectiveRestrictions?: IFolderRestrictions;
|
|
124
|
+
isAllowed: boolean;
|
|
125
125
|
overridden: string[];
|
|
126
126
|
userValidations?: IFolderRestrictionsUserValidationResult[];
|
|
127
127
|
violations: IFolderRestrictionViolation[];
|
|
@@ -130,9 +130,9 @@ export interface IFolderRestrictionsValidationResponse {
|
|
|
130
130
|
* Aggregated result from bulk folder restriction validation across multiple folders.
|
|
131
131
|
*/
|
|
132
132
|
export interface IBulkFolderValidationResult {
|
|
133
|
-
allViolations: IFolderRestrictionViolation[];
|
|
134
133
|
allOverridden: string[];
|
|
135
134
|
allUserValidations: IFolderRestrictionsUserValidationResult[];
|
|
135
|
+
allViolations: IFolderRestrictionViolation[];
|
|
136
136
|
overallAllowed: boolean;
|
|
137
137
|
}
|
|
138
138
|
/**
|
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
|
@@ -21,6 +21,7 @@ __exportStar(require("./address"), exports);
|
|
|
21
21
|
__exportStar(require("./attendance"), exports);
|
|
22
22
|
__exportStar(require("./auth"), exports);
|
|
23
23
|
__exportStar(require("./cart"), exports);
|
|
24
|
+
__exportStar(require("./checkout-questionnaires"), exports);
|
|
24
25
|
__exportStar(require("./customers"), exports);
|
|
25
26
|
__exportStar(require("./customers-merge"), exports);
|
|
26
27
|
__exportStar(require("./dto"), exports);
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,yCAAuB;AACvB,8CAA4B;AAC5B,oDAAkC;AAClC,wCAAsB;AACtB,8CAA4B;AAC5B,sDAAoC;AACpC,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,kDAAgC;AAChC,wCAAsB;AACtB,4CAA0B;AAC1B,4CAA0B;AAC1B,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,iDAA+B;AAC/B,gDAA8B;AAC9B,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,qDAAmC;AACnC,sDAAoC;AACpC,0CAAwB;AACxB,0CAAwB;AACxB,+CAA6B;AAC7B,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,mDAAiC;AACjC,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,8CAA4B;AAC5B,0CAAwB;AACxB,6CAA2B;AAC3B,yDAAuC;AACvC,2CAAyB;AACzB,0DAAwC;AACxC,0CAAwB;AACxB,0CAAwB;AACxB,uDAAqC;AACrC,yCAAuB;AACvB,oDAAkC;AAClC,wDAAsC;AACtC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B;AAC3B,4CAA0B;AAC1B,6CAA2B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,yCAAuB;AACvB,4DAA0C;AAC1C,8CAA4B;AAC5B,oDAAkC;AAClC,wCAAsB;AACtB,8CAA4B;AAC5B,sDAAoC;AACpC,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,kDAAgC;AAChC,wCAAsB;AACtB,4CAA0B;AAC1B,4CAA0B;AAC1B,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,iDAA+B;AAC/B,gDAA8B;AAC9B,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,qDAAmC;AACnC,sDAAoC;AACpC,0CAAwB;AACxB,0CAAwB;AACxB,+CAA6B;AAC7B,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,mDAAiC;AACjC,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,8CAA4B;AAC5B,0CAAwB;AACxB,6CAA2B;AAC3B,yDAAuC;AACvC,2CAAyB;AACzB,0DAAwC;AACxC,0CAAwB;AACxB,0CAAwB;AACxB,uDAAqC;AACrC,yCAAuB;AACvB,oDAAkC;AAClC,wDAAsC;AACtC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B;AAC3B,4CAA0B;AAC1B,6CAA2B"}
|
|
@@ -17,5 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./invoice-history.dto"), exports);
|
|
18
18
|
__exportStar(require("./invoice.dto"), exports);
|
|
19
19
|
__exportStar(require("./lineItem.dto"), exports);
|
|
20
|
+
__exportStar(require("./reservation-invoice.dto"), exports);
|
|
20
21
|
__exportStar(require("./share-invoice.dto"), exports);
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,gDAA8B;AAC9B,iDAA+B;AAC/B,sDAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,gDAA8B;AAC9B,iDAA+B;AAC/B,4DAA0C;AAC1C,sDAAoC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IdDto } from '../../dto/general.dto';
|
|
2
|
+
import { PaymentStatusEnum } from '../../payment/types/enums/payment.enums';
|
|
3
|
+
export declare class ReservationInvoiceDto extends IdDto {
|
|
4
|
+
createdAt: Date;
|
|
5
|
+
price: number;
|
|
6
|
+
paymentStatus: PaymentStatusEnum;
|
|
7
|
+
paidAmount: number;
|
|
8
|
+
payingUserId?: number;
|
|
9
|
+
lineItemsCount: number;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReservationInvoiceDto = void 0;
|
|
4
|
+
const general_dto_1 = require("../../dto/general.dto");
|
|
5
|
+
class ReservationInvoiceDto extends general_dto_1.IdDto {
|
|
6
|
+
}
|
|
7
|
+
exports.ReservationInvoiceDto = ReservationInvoiceDto;
|
|
8
|
+
//# sourceMappingURL=reservation-invoice.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservation-invoice.dto.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/reservation-invoice.dto.ts"],"names":[],"mappings":";;;AACA,uDAA8C;AAG9C,MAAa,qBAAsB,SAAQ,mBAAK;CAY/C;AAZD,sDAYC"}
|