@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.
Files changed (186) hide show
  1. package/dist/tsconfig.build.tsbuildinfo +1 -1
  2. package/dist/types/cart/dto/cart-item.dto.d.ts +2 -0
  3. package/dist/types/cart/dto/cart-item.dto.js.map +1 -1
  4. package/dist/types/cart/entities/cart-item.entity.d.ts +3 -0
  5. package/dist/types/cart/entities/cart-item.entity.js.map +1 -1
  6. package/dist/types/cart/types/interfaces/cart.interfaces.d.ts +1 -0
  7. package/dist/types/checkout-questionnaires/types/checkout-questionnaires.types.d.ts +1 -1
  8. package/dist/types/customers/dto/customer.dto.js.map +1 -1
  9. package/dist/types/dto/application.dto.js.map +1 -1
  10. package/dist/types/dto/events.dto.d.ts +1 -0
  11. package/dist/types/dto/events.dto.js.map +1 -1
  12. package/dist/types/dto/general.dto.d.ts +1 -0
  13. package/dist/types/dto/general.dto.js.map +1 -1
  14. package/dist/types/dto/package.dto.d.ts +1 -0
  15. package/dist/types/dto/package.dto.js.map +1 -1
  16. package/dist/types/employees/dto/employee.dto.d.ts +4 -16
  17. package/dist/types/employees/dto/employee.dto.js +1 -10
  18. package/dist/types/employees/dto/employee.dto.js.map +1 -1
  19. package/dist/types/employees/entities/EmployeeFacilityAccess.d.ts +2 -0
  20. package/dist/types/employees/entities/EmployeeFacilityAccess.js.map +1 -1
  21. package/dist/types/entity/LineItems.d.ts +3 -0
  22. package/dist/types/entity/LineItems.js.map +1 -1
  23. package/dist/types/entity/index.d.ts +0 -1
  24. package/dist/types/entity/index.js +0 -1
  25. package/dist/types/entity/index.js.map +1 -1
  26. package/dist/types/facilities/dto/facilities.dto.d.ts +22 -0
  27. package/dist/types/facilities/dto/facilities.dto.js.map +1 -1
  28. package/dist/types/facilities/entities/Facility.d.ts +2 -0
  29. package/dist/types/facilities/entities/Facility.js.map +1 -1
  30. package/dist/types/facilities/types/consts/facility.consts.d.ts +5 -0
  31. package/dist/types/facilities/types/consts/facility.consts.js +11 -0
  32. package/dist/types/facilities/types/consts/facility.consts.js.map +1 -0
  33. package/dist/types/facilities/types/consts/index.d.ts +1 -0
  34. package/dist/types/facilities/types/consts/index.js +18 -0
  35. package/dist/types/facilities/types/consts/index.js.map +1 -0
  36. package/dist/types/facilities/types/enums/facilities.enums.d.ts +4 -0
  37. package/dist/types/facilities/types/enums/facilities.enums.js +9 -0
  38. package/dist/types/facilities/types/enums/facilities.enums.js.map +1 -0
  39. package/dist/types/facilities/types/enums/index.d.ts +1 -0
  40. package/dist/types/facilities/types/enums/index.js +18 -0
  41. package/dist/types/facilities/types/enums/index.js.map +1 -0
  42. package/dist/types/facilities/types/facilities.types.d.ts +1 -21
  43. package/dist/types/facilities/types/facilities.types.js +0 -3
  44. package/dist/types/facilities/types/facilities.types.js.map +1 -1
  45. package/dist/types/facilities/types/index.d.ts +3 -0
  46. package/dist/types/facilities/types/index.js +3 -0
  47. package/dist/types/facilities/types/index.js.map +1 -1
  48. package/dist/types/facilities/types/interfaces/facilities.interfaces.d.ts +30 -0
  49. package/dist/types/facilities/types/interfaces/facilities.interfaces.js +3 -0
  50. package/dist/types/facilities/types/interfaces/facilities.interfaces.js.map +1 -0
  51. package/dist/types/facilities/types/interfaces/index.d.ts +1 -0
  52. package/dist/types/facilities/types/interfaces/index.js +18 -0
  53. package/dist/types/facilities/types/interfaces/index.js.map +1 -0
  54. package/dist/types/folders/types/interfaces/folder-restrictions.interfaces.d.ts +1 -1
  55. package/dist/types/invoice/dto/lineItem.dto.d.ts +1 -0
  56. package/dist/types/invoice/dto/lineItem.dto.js.map +1 -1
  57. package/dist/types/membership/dto/eligible-members.dto.d.ts +33 -0
  58. package/dist/types/membership/dto/eligible-members.dto.js +19 -0
  59. package/dist/types/membership/dto/eligible-members.dto.js.map +1 -0
  60. package/dist/types/membership/dto/index.d.ts +1 -0
  61. package/dist/types/membership/dto/index.js +1 -0
  62. package/dist/types/membership/dto/index.js.map +1 -1
  63. package/dist/types/membership/types/membership.interfaces.d.ts +36 -1
  64. package/dist/types/membership/types/membership.member.classes.d.ts +0 -2
  65. package/dist/types/membership/types/membership.member.classes.js.map +1 -1
  66. package/dist/types/membership/types/membership.member.consts.d.ts +8 -0
  67. package/dist/types/membership/types/membership.member.consts.js +15 -1
  68. package/dist/types/membership/types/membership.member.consts.js.map +1 -1
  69. package/dist/types/membership/types/membership.members.interfaces.d.ts +1 -1
  70. package/dist/types/notifications/dto/index.d.ts +1 -0
  71. package/dist/types/notifications/dto/index.js +1 -0
  72. package/dist/types/notifications/dto/index.js.map +1 -1
  73. package/dist/types/notifications/dto/notification-subscriptions.dto.d.ts +34 -0
  74. package/dist/types/notifications/dto/notification-subscriptions.dto.js +24 -0
  75. package/dist/types/notifications/dto/notification-subscriptions.dto.js.map +1 -0
  76. package/dist/types/notifications/dto/notification.create.dto.d.ts +5 -0
  77. package/dist/types/notifications/dto/notification.create.dto.js +6 -2
  78. package/dist/types/notifications/dto/notification.create.dto.js.map +1 -1
  79. package/dist/types/notifications/entities/index.d.ts +2 -0
  80. package/dist/types/notifications/entities/index.js +19 -0
  81. package/dist/types/notifications/entities/index.js.map +1 -0
  82. package/dist/types/notifications/entities/notification-subscription-to-facility.entity.d.ts +10 -0
  83. package/dist/types/notifications/entities/notification-subscription-to-facility.entity.js +8 -0
  84. package/dist/types/notifications/entities/notification-subscription-to-facility.entity.js.map +1 -0
  85. package/dist/types/notifications/entities/notification-subscription.entity.d.ts +12 -0
  86. package/dist/types/{entity/NotificationSubscriptions.js → notifications/entities/notification-subscription.entity.js} +2 -2
  87. package/dist/types/notifications/entities/notification-subscription.entity.js.map +1 -0
  88. package/dist/types/notifications/index.d.ts +1 -0
  89. package/dist/types/notifications/index.js +1 -0
  90. package/dist/types/notifications/index.js.map +1 -1
  91. package/dist/types/notifications/types/consts/notification.consts.d.ts +1 -0
  92. package/dist/types/notifications/types/consts/notification.consts.js +2 -1
  93. package/dist/types/notifications/types/consts/notification.consts.js.map +1 -1
  94. package/dist/types/notifications/types/enums/notification.enums.d.ts +5 -0
  95. package/dist/types/notifications/types/enums/notification.enums.js +7 -1
  96. package/dist/types/notifications/types/enums/notification.enums.js.map +1 -1
  97. package/dist/types/notifications/types/interfaces/index.d.ts +1 -0
  98. package/dist/types/notifications/types/interfaces/index.js +1 -0
  99. package/dist/types/notifications/types/interfaces/index.js.map +1 -1
  100. package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.d.ts +30 -0
  101. package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.js +3 -0
  102. package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.js.map +1 -0
  103. package/dist/types/notifications/types/interfaces/notification.interfaces.d.ts +9 -2
  104. package/dist/types/organization/entities/OrganizationUsers.d.ts +2 -0
  105. package/dist/types/organization/entities/OrganizationUsers.js.map +1 -1
  106. package/dist/types/payment/dto/payment.dto.d.ts +2 -2
  107. package/dist/types/payment/types/interfaces/index.d.ts +1 -0
  108. package/dist/types/payment/types/interfaces/index.js +1 -0
  109. package/dist/types/payment/types/interfaces/index.js.map +1 -1
  110. package/dist/types/payment/types/interfaces/stripe-service.interfaces.d.ts +51 -0
  111. package/dist/types/payment/types/interfaces/stripe-service.interfaces.js +3 -0
  112. package/dist/types/payment/types/interfaces/stripe-service.interfaces.js.map +1 -0
  113. package/dist/types/product-pricing/dto/product-categories.dto.d.ts +2 -0
  114. package/dist/types/product-pricing/dto/product-categories.dto.js.map +1 -1
  115. package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +2 -0
  116. package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -1
  117. package/dist/types/product-pricing/dto/product.dto.d.ts +3 -0
  118. package/dist/types/product-pricing/dto/product.dto.js.map +1 -1
  119. package/dist/types/product-pricing/dto/punch-pass-product.dto.d.ts +1 -0
  120. package/dist/types/product-pricing/dto/punch-pass-product.dto.js.map +1 -1
  121. package/dist/types/product-pricing/entities/product-category.entity.d.ts +1 -1
  122. package/dist/types/product-pricing/entities/station-to-product-category.entity.d.ts +1 -1
  123. package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +6 -0
  124. package/dist/types/programs/dto/index.d.ts +1 -0
  125. package/dist/types/programs/dto/index.js +1 -0
  126. package/dist/types/programs/dto/index.js.map +1 -1
  127. package/dist/types/programs/dto/program-backoffice.dto.d.ts +10 -0
  128. package/dist/types/programs/dto/program-backoffice.dto.js +11 -0
  129. package/dist/types/programs/dto/program-backoffice.dto.js.map +1 -0
  130. package/dist/types/programs/dto/program-public.dto.d.ts +3 -1
  131. package/dist/types/programs/dto/program-public.dto.js.map +1 -1
  132. package/dist/types/programs/dto/program.dto.d.ts +3 -0
  133. package/dist/types/programs/dto/program.dto.js.map +1 -1
  134. package/dist/types/programs/entities/Program.d.ts +4 -1
  135. package/dist/types/programs/entities/Program.js.map +1 -1
  136. package/dist/types/programs/types/consts/program.consts.d.ts +3 -1
  137. package/dist/types/programs/types/consts/program.consts.js +7 -1
  138. package/dist/types/programs/types/consts/program.consts.js.map +1 -1
  139. package/dist/types/programs/types/enums/program.enums.d.ts +9 -0
  140. package/dist/types/programs/types/enums/program.enums.js +11 -1
  141. package/dist/types/programs/types/enums/program.enums.js.map +1 -1
  142. package/dist/types/programs/types/interfaces/program.interfaces.d.ts +8 -0
  143. package/dist/types/programs-seasons/dto/program-session.dto.d.ts +1 -0
  144. package/dist/types/programs-seasons/dto/program-session.dto.js.map +1 -1
  145. package/dist/types/programs-seasons/types/interfaces/program-seasons-notifications.interface.d.ts +0 -2
  146. package/dist/types/punch-pass/types/interfaces.d.ts +0 -2
  147. package/dist/types/reservations/dto/reservation.dto.d.ts +1 -4
  148. package/dist/types/reservations/dto/reservation.dto.js +2 -5
  149. package/dist/types/reservations/dto/reservation.dto.js.map +1 -1
  150. package/dist/types/reservations/dto/slot.dto.d.ts +1 -0
  151. package/dist/types/reservations/dto/slot.dto.js.map +1 -1
  152. package/dist/types/reservations/types/classes/slot.classes.d.ts +1 -0
  153. package/dist/types/reservations/types/classes/slot.classes.js.map +1 -1
  154. package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts +3 -1
  155. package/dist/types/reservations/types/interfaces/reservation.interfaces.js.map +1 -1
  156. package/dist/types/reservations/types/interfaces/slot.interfaces.d.ts +1 -0
  157. package/dist/types/reservations/types/reservation.types.d.ts +2 -0
  158. package/dist/types/resources/dto/instructor.dto.d.ts +1 -0
  159. package/dist/types/resources/dto/instructor.dto.js.map +1 -1
  160. package/dist/types/resources/dto/resource.dto.d.ts +1 -0
  161. package/dist/types/resources/dto/resource.dto.js.map +1 -1
  162. package/dist/types/resources/dto/space.dto.d.ts +1 -1
  163. package/dist/types/resources/dto/space.dto.js.map +1 -1
  164. package/dist/types/resources/entities/Resource.d.ts +1 -0
  165. package/dist/types/resources/entities/Resource.js.map +1 -1
  166. package/dist/types/resources/entities/Space.d.ts +1 -1
  167. package/dist/types/resources/types/interfaces/resource.interfaces.d.ts +1 -0
  168. package/dist/types/services/interfaces.service.d.ts +2 -0
  169. package/dist/types/shifts/dto/find-shifts-filters.dto.d.ts +3 -3
  170. package/dist/types/shifts/entities/shift.entity.d.ts +1 -1
  171. package/dist/types/terminal/dto/terminal-actions.dto.d.ts +15 -0
  172. package/dist/types/terminal/dto/terminal-actions.dto.js +13 -2
  173. package/dist/types/terminal/dto/terminal-actions.dto.js.map +1 -1
  174. package/dist/types/terminal/dto/terminal-actions.enums.d.ts +4 -0
  175. package/dist/types/terminal/dto/terminal-actions.enums.js +6 -1
  176. package/dist/types/terminal/dto/terminal-actions.enums.js.map +1 -1
  177. package/dist/types/tip-configurations/dto/tip-configuration.dto.d.ts +1 -0
  178. package/dist/types/tip-configurations/dto/tip-configuration.dto.js.map +1 -1
  179. package/dist/types/tip-configurations/types/interfaces/tip-configuration.interfaces.d.ts +1 -0
  180. package/dist/types/user/dto/user.dto.d.ts +1 -0
  181. package/dist/types/user/dto/user.dto.js.map +1 -1
  182. package/dist/types/user/types/user.interfaces.d.ts +9 -0
  183. package/dist/types/user-identification/types/interfaces.d.ts +1 -1
  184. package/package.json +3 -3
  185. package/dist/types/entity/NotificationSubscriptions.d.ts +0 -8
  186. 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.