@bondsports/types 2.4.74-ori-1 → 2.4.74-ori-3
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/cart/dto/cart-item.dto.d.ts +2 -0
- package/dist/types/cart/dto/cart-item.dto.js.map +1 -1
- package/dist/types/cart/entities/cart-item.entity.d.ts +3 -0
- package/dist/types/cart/entities/cart-item.entity.js.map +1 -1
- package/dist/types/cart/types/interfaces/cart.interfaces.d.ts +1 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.types.d.ts +1 -1
- package/dist/types/customers/dto/customer.dto.js.map +1 -1
- package/dist/types/dto/application.dto.js.map +1 -1
- package/dist/types/dto/events.dto.d.ts +1 -0
- package/dist/types/dto/events.dto.js.map +1 -1
- package/dist/types/dto/general.dto.d.ts +1 -0
- package/dist/types/dto/general.dto.js.map +1 -1
- package/dist/types/dto/package.dto.d.ts +1 -0
- package/dist/types/dto/package.dto.js.map +1 -1
- package/dist/types/employees/dto/employee.dto.d.ts +4 -16
- package/dist/types/employees/dto/employee.dto.js +1 -10
- package/dist/types/employees/dto/employee.dto.js.map +1 -1
- package/dist/types/employees/entities/EmployeeFacilityAccess.d.ts +2 -0
- package/dist/types/employees/entities/EmployeeFacilityAccess.js.map +1 -1
- package/dist/types/entity/LineItems.d.ts +3 -0
- package/dist/types/entity/LineItems.js.map +1 -1
- package/dist/types/entity/index.d.ts +0 -1
- package/dist/types/entity/index.js +0 -1
- package/dist/types/entity/index.js.map +1 -1
- package/dist/types/facilities/dto/facilities.dto.d.ts +22 -0
- package/dist/types/facilities/dto/facilities.dto.js.map +1 -1
- package/dist/types/facilities/entities/Facility.d.ts +2 -0
- package/dist/types/facilities/entities/Facility.js.map +1 -1
- package/dist/types/facilities/types/consts/facility.consts.d.ts +5 -0
- package/dist/types/facilities/types/consts/facility.consts.js +11 -0
- package/dist/types/facilities/types/consts/facility.consts.js.map +1 -0
- package/dist/types/facilities/types/consts/index.d.ts +1 -0
- package/dist/types/facilities/types/consts/index.js +18 -0
- package/dist/types/facilities/types/consts/index.js.map +1 -0
- package/dist/types/facilities/types/enums/facilities.enums.d.ts +4 -0
- package/dist/types/facilities/types/enums/facilities.enums.js +9 -0
- package/dist/types/facilities/types/enums/facilities.enums.js.map +1 -0
- package/dist/types/facilities/types/enums/index.d.ts +1 -0
- package/dist/types/facilities/types/enums/index.js +18 -0
- package/dist/types/facilities/types/enums/index.js.map +1 -0
- package/dist/types/facilities/types/facilities.types.d.ts +1 -21
- package/dist/types/facilities/types/facilities.types.js +0 -3
- package/dist/types/facilities/types/facilities.types.js.map +1 -1
- package/dist/types/facilities/types/index.d.ts +3 -0
- package/dist/types/facilities/types/index.js +3 -0
- package/dist/types/facilities/types/index.js.map +1 -1
- package/dist/types/facilities/types/interfaces/facilities.interfaces.d.ts +30 -0
- package/dist/types/facilities/types/interfaces/facilities.interfaces.js +3 -0
- package/dist/types/facilities/types/interfaces/facilities.interfaces.js.map +1 -0
- package/dist/types/facilities/types/interfaces/index.d.ts +1 -0
- package/dist/types/facilities/types/interfaces/index.js +18 -0
- package/dist/types/facilities/types/interfaces/index.js.map +1 -0
- package/dist/types/folders/types/interfaces/folder-restrictions.interfaces.d.ts +1 -1
- package/dist/types/invoice/dto/lineItem.dto.d.ts +1 -0
- package/dist/types/invoice/dto/lineItem.dto.js.map +1 -1
- package/dist/types/membership/dto/eligible-members.dto.d.ts +33 -0
- package/dist/types/membership/dto/eligible-members.dto.js +19 -0
- package/dist/types/membership/dto/eligible-members.dto.js.map +1 -0
- 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/types/membership.interfaces.d.ts +36 -1
- package/dist/types/membership/types/membership.member.classes.d.ts +0 -2
- package/dist/types/membership/types/membership.member.classes.js.map +1 -1
- package/dist/types/membership/types/membership.member.consts.d.ts +8 -0
- package/dist/types/membership/types/membership.member.consts.js +15 -1
- package/dist/types/membership/types/membership.member.consts.js.map +1 -1
- package/dist/types/membership/types/membership.members.interfaces.d.ts +1 -1
- package/dist/types/notifications/dto/index.d.ts +1 -0
- package/dist/types/notifications/dto/index.js +1 -0
- package/dist/types/notifications/dto/index.js.map +1 -1
- package/dist/types/notifications/dto/notification-subscriptions.dto.d.ts +34 -0
- package/dist/types/notifications/dto/notification-subscriptions.dto.js +24 -0
- package/dist/types/notifications/dto/notification-subscriptions.dto.js.map +1 -0
- package/dist/types/notifications/dto/notification.create.dto.d.ts +5 -0
- package/dist/types/notifications/dto/notification.create.dto.js +6 -2
- package/dist/types/notifications/dto/notification.create.dto.js.map +1 -1
- package/dist/types/notifications/entities/index.d.ts +2 -0
- package/dist/types/notifications/entities/index.js +19 -0
- package/dist/types/notifications/entities/index.js.map +1 -0
- package/dist/types/notifications/entities/notification-subscription-to-facility.entity.d.ts +10 -0
- package/dist/types/notifications/entities/notification-subscription-to-facility.entity.js +8 -0
- package/dist/types/notifications/entities/notification-subscription-to-facility.entity.js.map +1 -0
- package/dist/types/notifications/entities/notification-subscription.entity.d.ts +12 -0
- package/dist/types/{entity/NotificationSubscriptions.js → notifications/entities/notification-subscription.entity.js} +2 -2
- package/dist/types/notifications/entities/notification-subscription.entity.js.map +1 -0
- package/dist/types/notifications/index.d.ts +1 -0
- package/dist/types/notifications/index.js +1 -0
- package/dist/types/notifications/index.js.map +1 -1
- package/dist/types/notifications/types/consts/notification.consts.d.ts +1 -0
- package/dist/types/notifications/types/consts/notification.consts.js +2 -1
- package/dist/types/notifications/types/consts/notification.consts.js.map +1 -1
- package/dist/types/notifications/types/enums/notification.enums.d.ts +5 -0
- package/dist/types/notifications/types/enums/notification.enums.js +7 -1
- package/dist/types/notifications/types/enums/notification.enums.js.map +1 -1
- package/dist/types/notifications/types/interfaces/index.d.ts +1 -0
- package/dist/types/notifications/types/interfaces/index.js +1 -0
- package/dist/types/notifications/types/interfaces/index.js.map +1 -1
- package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.d.ts +30 -0
- package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.js +3 -0
- package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.js.map +1 -0
- package/dist/types/notifications/types/interfaces/notification.interfaces.d.ts +9 -2
- package/dist/types/organization/entities/OrganizationUsers.d.ts +2 -0
- package/dist/types/organization/entities/OrganizationUsers.js.map +1 -1
- package/dist/types/payment/dto/payment.dto.d.ts +2 -2
- package/dist/types/payment/types/interfaces/index.d.ts +1 -0
- package/dist/types/payment/types/interfaces/index.js +1 -0
- package/dist/types/payment/types/interfaces/index.js.map +1 -1
- package/dist/types/payment/types/interfaces/stripe-service.interfaces.d.ts +51 -0
- package/dist/types/payment/types/interfaces/stripe-service.interfaces.js +3 -0
- package/dist/types/payment/types/interfaces/stripe-service.interfaces.js.map +1 -0
- package/dist/types/product-pricing/dto/product-categories.dto.d.ts +2 -0
- package/dist/types/product-pricing/dto/product-categories.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +2 -0
- package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/product.dto.d.ts +3 -0
- package/dist/types/product-pricing/dto/product.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/punch-pass-product.dto.d.ts +1 -0
- package/dist/types/product-pricing/dto/punch-pass-product.dto.js.map +1 -1
- package/dist/types/product-pricing/entities/product-category.entity.d.ts +1 -1
- package/dist/types/product-pricing/entities/station-to-product-category.entity.d.ts +1 -1
- package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +6 -0
- package/dist/types/programs/dto/index.d.ts +1 -0
- package/dist/types/programs/dto/index.js +1 -0
- package/dist/types/programs/dto/index.js.map +1 -1
- package/dist/types/programs/dto/program-backoffice.dto.d.ts +10 -0
- package/dist/types/programs/dto/program-backoffice.dto.js +11 -0
- package/dist/types/programs/dto/program-backoffice.dto.js.map +1 -0
- package/dist/types/programs/dto/program-public.dto.d.ts +3 -1
- package/dist/types/programs/dto/program-public.dto.js.map +1 -1
- package/dist/types/programs/dto/program.dto.d.ts +3 -0
- package/dist/types/programs/dto/program.dto.js.map +1 -1
- package/dist/types/programs/entities/Program.d.ts +4 -1
- package/dist/types/programs/entities/Program.js.map +1 -1
- package/dist/types/programs/types/consts/program.consts.d.ts +3 -1
- package/dist/types/programs/types/consts/program.consts.js +7 -1
- package/dist/types/programs/types/consts/program.consts.js.map +1 -1
- package/dist/types/programs/types/enums/program.enums.d.ts +9 -0
- package/dist/types/programs/types/enums/program.enums.js +11 -1
- package/dist/types/programs/types/enums/program.enums.js.map +1 -1
- package/dist/types/programs/types/interfaces/program.interfaces.d.ts +8 -0
- package/dist/types/programs-seasons/dto/program-session.dto.d.ts +1 -0
- package/dist/types/programs-seasons/dto/program-session.dto.js.map +1 -1
- package/dist/types/programs-seasons/types/interfaces/program-seasons-notifications.interface.d.ts +0 -2
- package/dist/types/punch-pass/types/interfaces.d.ts +0 -2
- package/dist/types/reservations/dto/reservation.dto.d.ts +1 -4
- package/dist/types/reservations/dto/reservation.dto.js +2 -5
- package/dist/types/reservations/dto/reservation.dto.js.map +1 -1
- package/dist/types/reservations/dto/slot.dto.d.ts +1 -0
- package/dist/types/reservations/dto/slot.dto.js.map +1 -1
- package/dist/types/reservations/types/classes/slot.classes.d.ts +1 -0
- package/dist/types/reservations/types/classes/slot.classes.js.map +1 -1
- package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts +3 -1
- package/dist/types/reservations/types/interfaces/reservation.interfaces.js.map +1 -1
- package/dist/types/reservations/types/interfaces/slot.interfaces.d.ts +1 -0
- package/dist/types/reservations/types/reservation.types.d.ts +2 -0
- package/dist/types/resources/dto/instructor.dto.d.ts +1 -0
- package/dist/types/resources/dto/instructor.dto.js.map +1 -1
- package/dist/types/resources/dto/resource.dto.d.ts +1 -0
- package/dist/types/resources/dto/resource.dto.js.map +1 -1
- package/dist/types/resources/dto/space.dto.d.ts +1 -1
- package/dist/types/resources/dto/space.dto.js.map +1 -1
- package/dist/types/resources/entities/Resource.d.ts +1 -0
- package/dist/types/resources/entities/Resource.js.map +1 -1
- package/dist/types/resources/entities/Space.d.ts +1 -1
- package/dist/types/resources/types/interfaces/resource.interfaces.d.ts +1 -0
- package/dist/types/services/interfaces.service.d.ts +2 -0
- package/dist/types/shifts/dto/find-shifts-filters.dto.d.ts +3 -3
- package/dist/types/shifts/entities/shift.entity.d.ts +1 -1
- package/dist/types/terminal/dto/terminal-actions.dto.d.ts +15 -0
- package/dist/types/terminal/dto/terminal-actions.dto.js +13 -2
- package/dist/types/terminal/dto/terminal-actions.dto.js.map +1 -1
- package/dist/types/terminal/dto/terminal-actions.enums.d.ts +4 -0
- package/dist/types/terminal/dto/terminal-actions.enums.js +6 -1
- package/dist/types/terminal/dto/terminal-actions.enums.js.map +1 -1
- package/dist/types/tip-configurations/dto/tip-configuration.dto.d.ts +1 -0
- package/dist/types/tip-configurations/dto/tip-configuration.dto.js.map +1 -1
- package/dist/types/tip-configurations/types/interfaces/tip-configuration.interfaces.d.ts +1 -0
- package/dist/types/user/dto/user.dto.d.ts +1 -0
- package/dist/types/user/dto/user.dto.js.map +1 -1
- package/dist/types/user/types/user.interfaces.d.ts +9 -0
- package/dist/types/user-identification/types/interfaces.d.ts +1 -1
- package/package.json +3 -3
- package/dist/types/entity/NotificationSubscriptions.d.ts +0 -8
- package/dist/types/entity/NotificationSubscriptions.js.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.