@bondsports/types 2.4.71 → 2.4.73

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 (217) 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/online-booking/types/interfaces/schedule.interfaces.d.ts +7 -0
  105. package/dist/types/organization/entities/OrganizationUsers.d.ts +2 -0
  106. package/dist/types/organization/entities/OrganizationUsers.js.map +1 -1
  107. package/dist/types/payment/dto/discount.dto.d.ts +4 -4
  108. package/dist/types/payment/dto/discount.dto.js +1 -1
  109. package/dist/types/payment/dto/discount.dto.js.map +1 -1
  110. package/dist/types/product-pricing/dto/product-categories.dto.d.ts +2 -0
  111. package/dist/types/product-pricing/dto/product-categories.dto.js.map +1 -1
  112. package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +2 -0
  113. package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -1
  114. package/dist/types/product-pricing/dto/product.dto.d.ts +3 -4
  115. package/dist/types/product-pricing/dto/product.dto.js +1 -4
  116. package/dist/types/product-pricing/dto/product.dto.js.map +1 -1
  117. package/dist/types/product-pricing/dto/public-product.dto.d.ts +4 -0
  118. package/dist/types/product-pricing/dto/public-product.dto.js +4 -1
  119. package/dist/types/product-pricing/dto/public-product.dto.js.map +1 -1
  120. package/dist/types/product-pricing/dto/punch-pass-product.dto.d.ts +1 -0
  121. package/dist/types/product-pricing/dto/punch-pass-product.dto.js.map +1 -1
  122. package/dist/types/product-pricing/entities/product-category.entity.d.ts +1 -1
  123. package/dist/types/product-pricing/entities/station-to-product-category.entity.d.ts +1 -1
  124. package/dist/types/product-pricing/types/consts/product-category.consts.d.ts +5 -0
  125. package/dist/types/product-pricing/types/consts/product-category.consts.js +2 -0
  126. package/dist/types/product-pricing/types/consts/product-category.consts.js.map +1 -1
  127. package/dist/types/product-pricing/types/interfaces/index.d.ts +1 -0
  128. package/dist/types/product-pricing/types/interfaces/index.js +1 -0
  129. package/dist/types/product-pricing/types/interfaces/index.js.map +1 -1
  130. package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.d.ts +8 -0
  131. package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.js +3 -0
  132. package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.js.map +1 -0
  133. package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +5 -0
  134. package/dist/types/programs/dto/index.d.ts +1 -0
  135. package/dist/types/programs/dto/index.js +1 -0
  136. package/dist/types/programs/dto/index.js.map +1 -1
  137. package/dist/types/programs/dto/program-backoffice.dto.d.ts +10 -0
  138. package/dist/types/programs/dto/program-backoffice.dto.js +11 -0
  139. package/dist/types/programs/dto/program-backoffice.dto.js.map +1 -0
  140. package/dist/types/programs/dto/program-public.dto.d.ts +3 -1
  141. package/dist/types/programs/dto/program-public.dto.js.map +1 -1
  142. package/dist/types/programs/dto/program.dto.d.ts +3 -0
  143. package/dist/types/programs/dto/program.dto.js.map +1 -1
  144. package/dist/types/programs/entities/Program.d.ts +4 -1
  145. package/dist/types/programs/entities/Program.js.map +1 -1
  146. package/dist/types/programs/types/consts/program.consts.d.ts +3 -1
  147. package/dist/types/programs/types/consts/program.consts.js +7 -1
  148. package/dist/types/programs/types/consts/program.consts.js.map +1 -1
  149. package/dist/types/programs/types/enums/program.enums.d.ts +9 -0
  150. package/dist/types/programs/types/enums/program.enums.js +11 -1
  151. package/dist/types/programs/types/enums/program.enums.js.map +1 -1
  152. package/dist/types/programs/types/interfaces/program.interfaces.d.ts +8 -0
  153. package/dist/types/programs-seasons/dto/program-session.dto.d.ts +1 -0
  154. package/dist/types/programs-seasons/dto/program-session.dto.js.map +1 -1
  155. package/dist/types/programs-seasons/types/interfaces/program-seasons-notifications.interface.d.ts +0 -2
  156. package/dist/types/punch-pass/types/interfaces.d.ts +0 -2
  157. package/dist/types/reservations/dto/reservation.dto.d.ts +1 -4
  158. package/dist/types/reservations/dto/reservation.dto.js +2 -5
  159. package/dist/types/reservations/dto/reservation.dto.js.map +1 -1
  160. package/dist/types/reservations/dto/slot.dto.d.ts +1 -0
  161. package/dist/types/reservations/dto/slot.dto.js.map +1 -1
  162. package/dist/types/reservations/types/classes/slot.classes.d.ts +1 -0
  163. package/dist/types/reservations/types/classes/slot.classes.js.map +1 -1
  164. package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts +3 -1
  165. package/dist/types/reservations/types/interfaces/reservation.interfaces.js.map +1 -1
  166. package/dist/types/reservations/types/interfaces/slot.interfaces.d.ts +1 -0
  167. package/dist/types/reservations/types/reservation.types.d.ts +2 -0
  168. package/dist/types/resources/dto/instructor.dto.d.ts +1 -0
  169. package/dist/types/resources/dto/instructor.dto.js.map +1 -1
  170. package/dist/types/resources/dto/resource.dto.d.ts +1 -0
  171. package/dist/types/resources/dto/resource.dto.js.map +1 -1
  172. package/dist/types/resources/dto/space.dto.d.ts +1 -1
  173. package/dist/types/resources/dto/space.dto.js.map +1 -1
  174. package/dist/types/resources/entities/Resource.d.ts +1 -0
  175. package/dist/types/resources/entities/Resource.js.map +1 -1
  176. package/dist/types/resources/entities/Space.d.ts +1 -1
  177. package/dist/types/resources/types/interfaces/resource.interfaces.d.ts +1 -0
  178. package/dist/types/services/enums.service.d.ts +3 -1
  179. package/dist/types/services/enums.service.js +2 -0
  180. package/dist/types/services/enums.service.js.map +1 -1
  181. package/dist/types/services/interfaces.service.d.ts +2 -0
  182. package/dist/types/shifts/dto/find-shifts-filters.dto.d.ts +3 -3
  183. package/dist/types/shifts/entities/shift.entity.d.ts +1 -1
  184. package/dist/types/tip-configurations/dto/tip-configuration.dto.d.ts +1 -0
  185. package/dist/types/tip-configurations/dto/tip-configuration.dto.js.map +1 -1
  186. package/dist/types/tip-configurations/types/interfaces/tip-configuration.interfaces.d.ts +1 -0
  187. package/dist/types/user/dto/user.dto.d.ts +1 -0
  188. package/dist/types/user/dto/user.dto.js.map +1 -1
  189. package/dist/types/user/types/user.interfaces.d.ts +9 -0
  190. package/dist/types/user-identification/dto/index.d.ts +1 -0
  191. package/dist/types/user-identification/dto/index.js +1 -0
  192. package/dist/types/user-identification/dto/index.js.map +1 -1
  193. package/dist/types/user-identification/dto/user-identifier-public.dto.d.ts +16 -0
  194. package/dist/types/user-identification/dto/user-identifier-public.dto.js +11 -0
  195. package/dist/types/user-identification/dto/user-identifier-public.dto.js.map +1 -0
  196. package/dist/types/user-identification/dto/user-identifier.dto.d.ts +1 -1
  197. package/dist/types/user-identification/types/consts/index.d.ts +2 -0
  198. package/dist/types/user-identification/types/consts/index.js +19 -0
  199. package/dist/types/user-identification/types/consts/index.js.map +1 -0
  200. package/dist/types/user-identification/types/consts/public-user-identification.consts.d.ts +6 -0
  201. package/dist/types/user-identification/types/consts/public-user-identification.consts.js +20 -0
  202. package/dist/types/user-identification/types/consts/public-user-identification.consts.js.map +1 -0
  203. package/dist/types/user-identification/types/consts/user-identification.consts.d.ts +2 -0
  204. package/dist/types/user-identification/types/consts/user-identification.consts.js +12 -0
  205. package/dist/types/user-identification/types/consts/user-identification.consts.js.map +1 -0
  206. package/dist/types/user-identification/types/enums/user-identifier.types.d.ts +15 -0
  207. package/dist/types/user-identification/types/enums/user-identifier.types.js +19 -1
  208. package/dist/types/user-identification/types/enums/user-identifier.types.js.map +1 -1
  209. package/dist/types/user-identification/types/index.d.ts +2 -0
  210. package/dist/types/user-identification/types/index.js +2 -0
  211. package/dist/types/user-identification/types/index.js.map +1 -1
  212. package/dist/types/user-identification/types/interfaces.d.ts +19 -0
  213. package/dist/types/user-identification/types/interfaces.js +3 -0
  214. package/dist/types/user-identification/types/interfaces.js.map +1 -0
  215. package/package.json +1 -1
  216. package/dist/types/entity/NotificationSubscriptions.d.ts +0 -8
  217. package/dist/types/entity/NotificationSubscriptions.js.map +0 -1
@@ -47,6 +47,7 @@ export declare class SimpleCartItemDto extends OrganizationBaseEntityDto {
47
47
  export declare class CartItemDto extends SimpleCartItemDto {
48
48
  cartId: number;
49
49
  userId?: number;
50
+ facilityId?: number;
50
51
  customer?: SimpleCustomerDto;
51
52
  user?: SimpleUserDto;
52
53
  productId: number;
@@ -79,6 +80,7 @@ export declare class UpdateCartItemDto extends BaseCartItemDto {
79
80
  export declare class AddCartItemDto extends BaseCartItemDto {
80
81
  productId: number;
81
82
  unitPrice?: number;
83
+ facilityId?: number;
82
84
  parentResourceType?: ResourceNameTypeEnum;
83
85
  parentResourceId?: string;
84
86
  children?: AddCartItemDto[];
@@ -1 +1 @@
1
- {"version":3,"file":"cart-item.dto.js","sourceRoot":"","sources":["../../../../src/types/cart/dto/cart-item.dto.ts"],"names":[],"mappings":";;;AAEA,8EAAoF;AAWpF,MAAa,UAAW,SAAQ,4CAAyB;CAYxD;AAZD,gCAYC;AAED,MAAa,eAAgB,SAAQ,4CAAyB;CAsB7D;AAtBD,0CAsBC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,iBAAkB,SAAQ,4CAAyB;CAI/D;AAJD,8CAIC;AAED,MAAa,WAAY,SAAQ,iBAAiB;CA4CjD;AA5CD,kCA4CC;AAED,MAAa,eAAe;CAO3B;AAPD,0CAOC;AAED,MAAa,iBAAkB,SAAQ,eAAe;CAGrD;AAHD,8CAGC;AAED,MAAa,cAAe,SAAQ,eAAe;CAUlD;AAVD,wCAUC"}
1
+ {"version":3,"file":"cart-item.dto.js","sourceRoot":"","sources":["../../../../src/types/cart/dto/cart-item.dto.ts"],"names":[],"mappings":";;;AAEA,8EAAoF;AAWpF,MAAa,UAAW,SAAQ,4CAAyB;CAYxD;AAZD,gCAYC;AAED,MAAa,eAAgB,SAAQ,4CAAyB;CAsB7D;AAtBD,0CAsBC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,iBAAkB,SAAQ,4CAAyB;CAI/D;AAJD,8CAIC;AAED,MAAa,WAAY,SAAQ,iBAAiB;CA8CjD;AA9CD,kCA8CC;AAED,MAAa,eAAe;CAO3B;AAPD,0CAOC;AAED,MAAa,iBAAkB,SAAQ,eAAe;CAGrD;AAHD,8CAGC;AAED,MAAa,cAAe,SAAQ,eAAe;CAYlD;AAZD,wCAYC"}
@@ -5,6 +5,7 @@ import { Customer } from '../../entity/Customer';
5
5
  import { EntitlementGroup } from '../../entity/EntitlementGroup';
6
6
  import { LineItems } from '../../entity/LineItems';
7
7
  import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
8
+ import { Facility } from '../../facilities/entities/Facility';
8
9
  import { Reason } from '../../organization/entities/Reason';
9
10
  import { Discount } from '../../payment/entities/Discount';
10
11
  import { DiscountOnEnum } from '../../payment/types/enums/discount.enums';
@@ -23,6 +24,8 @@ export declare class CartItem extends OrganizationConnectionBaseEntity {
23
24
  cartId: number;
24
25
  cart: Cart;
25
26
  userId: number;
27
+ facilityId?: number;
28
+ facility?: Facility;
26
29
  customer?: Customer;
27
30
  user: User;
28
31
  productId: number;
@@ -1 +1 @@
1
- {"version":3,"file":"cart-item.entity.js","sourceRoot":"","sources":["../../../../src/types/cart/entities/cart-item.entity.ts"],"names":[],"mappings":";;;AAQA,oGAAiG;AAgBjG,MAAa,QAAS,SAAQ,mEAAgC;CAiH7D;AAjHD,4BAiHC"}
1
+ {"version":3,"file":"cart-item.entity.js","sourceRoot":"","sources":["../../../../src/types/cart/entities/cart-item.entity.ts"],"names":[],"mappings":";;;AAQA,oGAAiG;AAiBjG,MAAa,QAAS,SAAQ,mEAAgC;CAqH7D;AArHD,4BAqHC"}
@@ -39,6 +39,7 @@ export interface IItemPriceMetadata {
39
39
  export interface ICreateCartItem {
40
40
  discountId?: number;
41
41
  entitlementGroupId?: number;
42
+ facilityId?: number;
42
43
  groupId?: string;
43
44
  parentResourceId?: string;
44
45
  productId: number;
@@ -12,6 +12,6 @@ export interface IResolvedExclusions {
12
12
  questionnaireIds: number[];
13
13
  }
14
14
  export interface ISignatureStatus {
15
- signedProductIds: number[];
16
15
  isWaiverValid: boolean;
16
+ signedProductIds: number[];
17
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../../src/types/customers/dto/customer.dto.ts"],"names":[],"mappings":";;;AAKA,MAAM,eAAe;CAkCpB;AAED,MAAa,iBAAkB,SAAQ,eAAe;CAUrD;AAVD,8CAUC;AAED,MAAa,eAAgB,SAAQ,eAAe;CAEnD;AAFD,0CAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC"}
1
+ {"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../../src/types/customers/dto/customer.dto.ts"],"names":[],"mappings":";;;AAMA,MAAM,eAAe;CAkCpB;AAED,MAAa,iBAAkB,SAAQ,eAAe;CAUrD;AAVD,8CAUC;AAED,MAAa,eAAgB,SAAQ,eAAe;CAEnD;AAFD,0CAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC"}
@@ -1 +1 @@
1
- {"version":3,"file":"application.dto.js","sourceRoot":"","sources":["../../../src/types/dto/application.dto.ts"],"names":[],"mappings":";;;AAGA,+CAAsC;AAEtC,MAAa,SAAS;CAYrB;AAZD,8BAYC;AAED,MAAa,WAAW;CAUvB;AAVD,kCAUC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,yBAAyB;CAgBrC;AAhBD,8DAgBC;AAGD,MAAM,sBAAsB;CAM3B;AAED,MAAa,qBAAsB,SAAQ,sBAAsB;CAUhE;AAVD,sDAUC;AAED,MAAa,oBAAoB;CAYhC;AAZD,oDAYC;AAED,MAAa,oBAAqB,SAAQ,mBAAK;CAI9C;AAJD,oDAIC"}
1
+ {"version":3,"file":"application.dto.js","sourceRoot":"","sources":["../../../src/types/dto/application.dto.ts"],"names":[],"mappings":";;;AAIA,+CAAsC;AAEtC,MAAa,SAAS;CAYrB;AAZD,8BAYC;AAED,MAAa,WAAW;CAUvB;AAVD,kCAUC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,yBAAyB;CAgBrC;AAhBD,8DAgBC;AAGD,MAAM,sBAAsB;CAM3B;AAED,MAAa,qBAAsB,SAAQ,sBAAsB;CAUhE;AAVD,sDAUC;AAED,MAAa,oBAAoB;CAYhC;AAZD,oDAYC;AAED,MAAa,oBAAqB,SAAQ,mBAAK;CAI9C;AAJD,oDAIC"}
@@ -134,6 +134,7 @@ export interface IAttendeesOfSessionEventFilters {
134
134
  teamFolderIds?: number[];
135
135
  }
136
136
  export interface INotifyEventAttendee extends IEventAttendeeBase {
137
+ facilityId: number | null;
137
138
  email: string | null;
138
139
  organizationName: string;
139
140
  parentSessionName: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAUA,+CAAgG;AAEhG,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,cAAc;CA0B1B;AA1BD,wCA0BC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,oCAAqC,SAAQ,mBAAmB;CAE5E;AAFD,oFAEC;AAED,MAAa,iCAAiC;CAM7C;AAND,8EAMC;AAED,MAAa,qBAAqB;CAEjC;AAFD,sDAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAqCD,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAoBD,MAAa,uBAAuB;CAcnC;AAdD,0DAcC;AAgBD,MAAa,cAAe,SAAQ,mBAAK;CAwBxC;AAxBD,wCAwBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAE3C;AAFD,8CAEC;AAED,MAAa,QAAQ;CAIpB;AAJD,4BAIC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAED,MAAa,gBAAiB,SAAQ,mBAAK;CAM1C;AAND,4CAMC;AAED,MAAa,sBAAuB,SAAQ,cAAc;CAMzD;AAND,wDAMC;AAED,MAAa,sBAAuB,SAAQ,6BAAe;CAgB1D;AAhBD,wDAgBC"}
1
+ {"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAUA,+CAAgG;AAEhG,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,cAAc;CA0B1B;AA1BD,wCA0BC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,oCAAqC,SAAQ,mBAAmB;CAE5E;AAFD,oFAEC;AAED,MAAa,iCAAiC;CAM7C;AAND,8EAMC;AAED,MAAa,qBAAqB;CAEjC;AAFD,sDAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAqCD,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAqBD,MAAa,uBAAuB;CAcnC;AAdD,0DAcC;AAgBD,MAAa,cAAe,SAAQ,mBAAK;CAwBxC;AAxBD,wCAwBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAE3C;AAFD,8CAEC;AAED,MAAa,QAAQ;CAIpB;AAJD,4BAIC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAED,MAAa,gBAAiB,SAAQ,mBAAK;CAM1C;AAND,4CAMC;AAED,MAAa,sBAAuB,SAAQ,cAAc;CAMzD;AAND,wDAMC;AAED,MAAa,sBAAuB,SAAQ,6BAAe;CAgB1D;AAhBD,wDAgBC"}
@@ -33,6 +33,7 @@ export declare class PaginationMetaDto {
33
33
  currentPage?: number;
34
34
  offset?: number;
35
35
  nextOffset?: number;
36
+ actionableTotalItems?: number;
36
37
  }
37
38
  export declare class PaginationResultDto<T = any> {
38
39
  meta: PaginationMetaDto;
@@ -1 +1 @@
1
- {"version":3,"file":"general.dto.js","sourceRoot":"","sources":["../../../src/types/dto/general.dto.ts"],"names":[],"mappings":";;;AAMA,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAEY,QAAA,8BAA8B,GAAG,GAAG,CAAC;AAErC,QAAA,8BAA8B,GAAG,EAAE,CAAC;AAEpC,QAAA,YAAY,GAAG,CAAC,CAAC;AAEjB,QAAA,cAAc,GAAG,CAAC,CAAC;AAEnB,QAAA,qBAAqB,GAAG,GAAG,CAAC;AAE5B,QAAA,0BAA0B,GAAG,IAAI,CAAC;AAElC,QAAA,eAAe,GAAG,GAAG,CAAC;AAEnC,MAAa,eAAe;IAA5B;QAMC,iBAAY,GAAI,sCAA8B,CAAC;IAChD,CAAC;CAAA;AAPD,0CAOC;AAED,MAAa,KAAK;CAEjB;AAFD,sBAEC;AAED,MAAa,oBAAoB;IAAjC;QACC,cAAS,GAAG,CAAC,CAAC;QAEd,YAAO,GAAG,CAAC,CAAC;QAEZ,iBAAY,GAAG,GAAG,CAAC;IACpB,CAAC;CAAA;AAND,oDAMC;AAED,MAAa,iBAAiB;CAc7B;AAdD,8CAcC;AAED,MAAa,mBAAmB;CAK/B;AALD,kDAKC;AAED,MAAa,wBAA+B,SAAQ,mBAAsB;CAEzE;AAFD,4DAEC;AAED,MAAa,qBAAmC,SAAQ,eAAe;CAMtE;AAND,sDAMC;AAED,MAAa,KAAK;CAEjB;AAFD,sBAEC;AAED,MAAa,YAAa,SAAQ,KAAK;CAEtC;AAFD,oCAEC;AAED,MAAa,oBAAqB,SAAQ,KAAK;CAE9C;AAFD,oDAEC;AAED,MAAa,iBAAkB,SAAQ,YAAY;CAIlD;AAJD,8CAIC;AAED,MAAa,0BAA2B,SAAQ,KAAK;CAUpD;AAVD,gEAUC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,MAAM;CAElB;AAFD,wBAEC;AAED,MAAa,cAAc;CAE1B;AAFD,wCAEC;AAED,MAAa,WAAW;CAEvB;AAFD,kCAEC;AAED,MAAa,kBAAkB;CAM9B;AAND,gDAMC;AAED,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,kBAAmB,SAAQ,eAAe;CAMtD;AAND,gDAMC;AAED,MAAa,gBAAgB;CAI5B;AAJD,4CAIC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,eAAe;CAI3B;AAJD,0CAIC;AAED,MAAa,WAAW;CAIvB;AAJD,kCAIC"}
1
+ {"version":3,"file":"general.dto.js","sourceRoot":"","sources":["../../../src/types/dto/general.dto.ts"],"names":[],"mappings":";;;AAMA,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAEY,QAAA,8BAA8B,GAAG,GAAG,CAAC;AAErC,QAAA,8BAA8B,GAAG,EAAE,CAAC;AAEpC,QAAA,YAAY,GAAG,CAAC,CAAC;AAEjB,QAAA,cAAc,GAAG,CAAC,CAAC;AAEnB,QAAA,qBAAqB,GAAG,GAAG,CAAC;AAE5B,QAAA,0BAA0B,GAAG,IAAI,CAAC;AAElC,QAAA,eAAe,GAAG,GAAG,CAAC;AAEnC,MAAa,eAAe;IAA5B;QAMC,iBAAY,GAAI,sCAA8B,CAAC;IAChD,CAAC;CAAA;AAPD,0CAOC;AAED,MAAa,KAAK;CAEjB;AAFD,sBAEC;AAED,MAAa,oBAAoB;IAAjC;QACC,cAAS,GAAG,CAAC,CAAC;QAEd,YAAO,GAAG,CAAC,CAAC;QAEZ,iBAAY,GAAG,GAAG,CAAC;IACpB,CAAC;CAAA;AAND,oDAMC;AAED,MAAa,iBAAiB;CAgB7B;AAhBD,8CAgBC;AAED,MAAa,mBAAmB;CAK/B;AALD,kDAKC;AAED,MAAa,wBAA+B,SAAQ,mBAAsB;CAEzE;AAFD,4DAEC;AAED,MAAa,qBAAmC,SAAQ,eAAe;CAMtE;AAND,sDAMC;AAED,MAAa,KAAK;CAEjB;AAFD,sBAEC;AAED,MAAa,YAAa,SAAQ,KAAK;CAEtC;AAFD,oCAEC;AAED,MAAa,oBAAqB,SAAQ,KAAK;CAE9C;AAFD,oDAEC;AAED,MAAa,iBAAkB,SAAQ,YAAY;CAIlD;AAJD,8CAIC;AAED,MAAa,0BAA2B,SAAQ,KAAK;CAUpD;AAVD,gEAUC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,MAAM;CAElB;AAFD,wBAEC;AAED,MAAa,cAAc;CAE1B;AAFD,wCAEC;AAED,MAAa,WAAW;CAEvB;AAFD,kCAEC;AAED,MAAa,kBAAkB;CAM9B;AAND,gDAMC;AAED,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,kBAAmB,SAAQ,eAAe;CAMtD;AAND,gDAMC;AAED,MAAa,gBAAgB;CAI5B;AAJD,4CAIC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,eAAe;CAI3B;AAJD,0CAIC;AAED,MAAa,WAAW;CAIvB;AAJD,kCAIC"}
@@ -9,6 +9,7 @@ export declare class CreateProductDto {
9
9
  id?: number;
10
10
  organizationId: number;
11
11
  name: string;
12
+ facilitiesIds?: number[];
12
13
  quantity?: number;
13
14
  isAll?: boolean;
14
15
  isPublic: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"package.dto.js","sourceRoot":"","sources":["../../../src/types/dto/package.dto.ts"],"names":[],"mappings":";;;AAiBA,MAAa,gBAAgB;CA2F5B;AA3FD,4CA2FC;AAED,MAAa,gBAAiB,SAAQ,gBAAgB;CAMrD;AAND,4CAMC;AAED,MAAa,2BAA2B;CAQvC;AARD,kEAQC;AAED,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,uCAAwC,SAAQ,wBAAwB;CAEpF;AAFD,0FAEC;AAED,MAAa,0BAA0B;CAMtC;AAND,gEAMC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC"}
1
+ {"version":3,"file":"package.dto.js","sourceRoot":"","sources":["../../../src/types/dto/package.dto.ts"],"names":[],"mappings":";;;AAiBA,MAAa,gBAAgB;CA6F5B;AA7FD,4CA6FC;AAED,MAAa,gBAAiB,SAAQ,gBAAgB;CAMrD;AAND,4CAMC;AAED,MAAa,2BAA2B;CAQvC;AARD,kEAQC;AAED,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,uCAAwC,SAAQ,wBAAwB;CAEpF;AAFD,0FAEC;AAED,MAAa,0BAA0B;CAMtC;AAND,gEAMC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC"}
@@ -1,11 +1,10 @@
1
1
  import { AddressDto } from '../../address/dto/address.dto';
2
2
  import { Address } from '../../address/entities/Address';
3
3
  import { PaginationQuery } from '../../dto/general.dto';
4
+ import { SimpleFacilityDto } from '../../facilities/dto/facilities.dto';
4
5
  import { MediaDto } from '../../media/dto/media.dto';
5
- import { OrganizationUsers } from '../../organization/entities/OrganizationUsers';
6
- import { RoleDto, SimpleRoleDto } from '../../roles/dto/role.dto';
6
+ import { SimpleRoleDto } from '../../roles/dto/role.dto';
7
7
  import { CustomerTypeEnum, GenderEnum, OrderByEnum, ResourceNameTypeEnum } from '../../services/enums.service';
8
- import { User } from '../../user/entities/User';
9
8
  import { EmployeeStatus, OrganizationUserOrderBy, UserOrderBy } from '../types/enums';
10
9
  export declare class ByEmployeeIdDto {
11
10
  employeeId: number;
@@ -30,20 +29,8 @@ export declare class EmployeeDto {
30
29
  deletedAt?: Date;
31
30
  facilityIds?: number[];
32
31
  defaultFacilityId?: number | null;
33
- }
34
- export declare class EmployeeWithRoles extends EmployeeDto {
35
32
  roles?: SimpleRoleDto[];
36
- }
37
- export declare class EmployeeWithRoleIds extends EmployeeWithRoles {
38
- rolesIds?: number[];
39
- }
40
- export declare class BuildEmployee {
41
- user: User;
42
- customerId: number;
43
- organizationUser: OrganizationUsers;
44
- roles: RoleDto[];
45
- facilityIds?: number[];
46
- defaultFacilityId?: number | null;
33
+ facilities?: SimpleFacilityDto[];
47
34
  }
48
35
  export declare class CreateEmployeeDto {
49
36
  firstName: string;
@@ -100,6 +87,7 @@ export declare class GetEmployeesByFilterOptions extends PaginationQuery {
100
87
  rolesIds?: number[];
101
88
  excludedRolesIds?: number[];
102
89
  mustHaveRolesIds?: number[];
90
+ facilitiesIds?: number[];
103
91
  includeRoles?: boolean;
104
92
  search?: string;
105
93
  orderBy?: UserOrderBy | OrganizationUserOrderBy;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEmployeesByFilterOptions = exports.UpdateEmployeeDto = exports.CreateEmployeeOptions = exports.CreateEmployeeDto = exports.BuildEmployee = exports.EmployeeWithRoleIds = exports.EmployeeWithRoles = exports.EmployeeDto = exports.ByEmployeeIdDto = void 0;
3
+ exports.GetEmployeesByFilterOptions = exports.UpdateEmployeeDto = exports.CreateEmployeeOptions = exports.CreateEmployeeDto = exports.EmployeeDto = exports.ByEmployeeIdDto = void 0;
4
4
  const general_dto_1 = require("../../dto/general.dto");
5
5
  class ByEmployeeIdDto {
6
6
  }
@@ -8,15 +8,6 @@ exports.ByEmployeeIdDto = ByEmployeeIdDto;
8
8
  class EmployeeDto {
9
9
  }
10
10
  exports.EmployeeDto = EmployeeDto;
11
- class EmployeeWithRoles extends EmployeeDto {
12
- }
13
- exports.EmployeeWithRoles = EmployeeWithRoles;
14
- class EmployeeWithRoleIds extends EmployeeWithRoles {
15
- }
16
- exports.EmployeeWithRoleIds = EmployeeWithRoleIds;
17
- class BuildEmployee {
18
- }
19
- exports.BuildEmployee = BuildEmployee;
20
11
  class CreateEmployeeDto {
21
12
  }
22
13
  exports.CreateEmployeeDto = CreateEmployeeDto;
@@ -1 +1 @@
1
- {"version":3,"file":"employee.dto.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/employee.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AAQxD,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,WAAW;CAsCvB;AAtCD,kCAsCC;AAED,MAAa,iBAAkB,SAAQ,WAAW;CAEjD;AAFD,8CAEC;AAED,MAAa,mBAAoB,SAAQ,iBAAiB;CAEzD;AAFD,kDAEC;AAED,MAAa,aAAa;CAYzB;AAZD,sCAYC;AAED,MAAa,iBAAiB;CAkD7B;AAlDD,8CAkDC;AAED,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AAED,MAAa,iBAAiB;CA8B7B;AA9BD,8CA8BC;AAED,MAAa,2BAA4B,SAAQ,6BAAe;IAAhE;;QASC,iBAAY,GAAa,IAAI,CAAC;IAS/B,CAAC;CAAA;AAlBD,kEAkBC"}
1
+ {"version":3,"file":"employee.dto.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/employee.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AAOxD,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,WAAW;CA0CvB;AA1CD,kCA0CC;AAED,MAAa,iBAAiB;CAkD7B;AAlDD,8CAkDC;AAED,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AAED,MAAa,iBAAiB;CA8B7B;AA9BD,8CA8BC;AAED,MAAa,2BAA4B,SAAQ,6BAAe;IAAhE;;QAWC,iBAAY,GAAa,IAAI,CAAC;IAS/B,CAAC;CAAA;AApBD,kEAoBC"}
@@ -1,9 +1,11 @@
1
1
  import { CustomerMerge } from '../../customers-merge/entities/CustomerMerge';
2
2
  import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
3
+ import { OrganizationUsers } from '../../organization/entities/OrganizationUsers';
3
4
  export declare class EmployeeFacilityAccess extends OrganizationConnectionBaseEntity {
4
5
  userId: number;
5
6
  facilityId: number;
6
7
  mergeId?: number;
7
8
  merge?: CustomerMerge;
8
9
  deletedAt?: Date;
10
+ organizationUser?: OrganizationUsers;
9
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"EmployeeFacilityAccess.js","sourceRoot":"","sources":["../../../../src/types/employees/entities/EmployeeFacilityAccess.ts"],"names":[],"mappings":";;;AAGA,oGAAiG;AAEjG,MAAa,sBAAuB,SAAQ,mEAAgC;CAU3E;AAVD,wDAUC"}
1
+ {"version":3,"file":"EmployeeFacilityAccess.js","sourceRoot":"","sources":["../../../../src/types/employees/entities/EmployeeFacilityAccess.ts"],"names":[],"mappings":";;;AAGA,oGAAiG;AAGjG,MAAa,sBAAuB,SAAQ,mEAAgC;CAY3E;AAZD,wDAYC"}
@@ -1,5 +1,6 @@
1
1
  import { ItemPriceMetadata } from '../cart/types/classes/cart.classes';
2
2
  import { CustomerMerge } from '../customers-merge/entities/CustomerMerge';
3
+ import { Facility } from '../facilities/entities/Facility';
3
4
  import { Reason } from '../organization/entities/Reason';
4
5
  import { ItemDiscountDto, SimpleDiscountDto } from '../payment/dto/discount.dto';
5
6
  import { Discount } from '../payment/entities/Discount';
@@ -21,6 +22,8 @@ export declare class LineItems extends OrganizationConnectionBaseEntity {
21
22
  invoiceId: number;
22
23
  invoice: Invoice;
23
24
  userId: number;
25
+ facilityId?: number;
26
+ facility?: Facility;
24
27
  user: User;
25
28
  productId: number;
26
29
  product: Product;
@@ -1 +1 @@
1
- {"version":3,"file":"LineItems.js","sourceRoot":"","sources":["../../../src/types/entity/LineItems.ts"],"names":[],"mappings":";;;AA6BA,yFAAsF;AAItF,MAAa,SAAU,SAAQ,mEAAgC;CA6K9D;AA7KD,8BA6KC"}
1
+ {"version":3,"file":"LineItems.js","sourceRoot":"","sources":["../../../src/types/entity/LineItems.ts"],"names":[],"mappings":";;;AA8BA,yFAAsF;AAItF,MAAa,SAAU,SAAQ,mEAAgC;CAiL9D;AAjLD,8BAiLC"}
@@ -32,7 +32,6 @@ export * from './LeagueSeason';
32
32
  export * from './LineItemHistory';
33
33
  export * from './LineItems';
34
34
  export * from './LinkedAccounts';
35
- export * from './NotificationSubscriptions';
36
35
  export * from './OrganizationConnectionBaseEntity';
37
36
  export * from './PackageV1';
38
37
  export * from './PasswordReset';
@@ -48,7 +48,6 @@ __exportStar(require("./LeagueSeason"), exports);
48
48
  __exportStar(require("./LineItemHistory"), exports);
49
49
  __exportStar(require("./LineItems"), exports);
50
50
  __exportStar(require("./LinkedAccounts"), exports);
51
- __exportStar(require("./NotificationSubscriptions"), exports);
52
51
  __exportStar(require("./OrganizationConnectionBaseEntity"), exports);
53
52
  __exportStar(require("./PackageV1"), exports);
54
53
  __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,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,oDAAkC;AAClC,oDAAkC;AAClC,+CAA6B;AAC7B,+CAA6B;AAC7B,yCAAuB;AACvB,+CAA6B;AAC7B,+CAA6B;AAC7B,qDAAmC;AACnC,uDAAqC;AACrC,wDAAsC;AACtC,iDAA+B;AAC/B,kDAAgC;AAChC,6CAA2B;AAC3B,wDAAsC"}
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,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,oDAAkC;AAClC,oDAAkC;AAClC,+CAA6B;AAC7B,+CAA6B;AAC7B,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
1
  import { AddressDto } from '../../address/dto/address.dto';
2
2
  import { IdAndNameDto, PaginationQuery } from '../../dto/general.dto';
3
+ import { SimpleMediaDto } from '../../media/dto/media-public.dto';
3
4
  import { OptionalOrganizationIdDto } from '../../organization/dto/organization.dto';
5
+ import { OrderByEnum } from '../../services/enums.service';
6
+ import { FacilitiesOrderByEnum } from '../types/enums/facilities.enums';
4
7
  export declare class OptionalFacilityIdDto extends OptionalOrganizationIdDto {
5
8
  facilityId?: number;
6
9
  }
@@ -13,6 +16,8 @@ export declare class CreateFacilityDto {
13
16
  name: string;
14
17
  sports: number[];
15
18
  description?: string;
19
+ email?: string | null;
20
+ phone?: string | null;
16
21
  longDescription?: string;
17
22
  info?: string;
18
23
  address: AddressDto;
@@ -22,8 +27,14 @@ export declare class CreateFacilityDto {
22
27
  }
23
28
  export declare class FacilityDto {
24
29
  id: number;
30
+ organizationId: number;
31
+ addressId?: number;
32
+ createdAt: Date;
33
+ updatedAt: Date;
25
34
  name: string;
26
35
  description?: string;
36
+ email?: string | null;
37
+ phone?: string | null;
27
38
  address: AddressDto;
28
39
  amenities: number[];
29
40
  timezone: string;
@@ -33,6 +44,7 @@ export declare class FacilityDto {
33
44
  creatorType: string;
34
45
  userCreatorId: number;
35
46
  mainMediaId: number;
47
+ mainMedia?: SimpleMediaDto;
36
48
  publishedDate?: Date;
37
49
  isPublished: boolean;
38
50
  sports?: number[];
@@ -42,10 +54,15 @@ export declare class FacilityDto {
42
54
  ordinal: number;
43
55
  locationId?: string;
44
56
  linkSEO: string;
57
+ tipConfigId?: number;
58
+ stripeConfigurationId?: string;
59
+ questionnaireId?: number;
45
60
  }
46
61
  export declare class UpdateFacilityDetailsDto {
47
62
  name?: string;
48
63
  description?: string;
64
+ email?: string | null;
65
+ phone?: string | null;
49
66
  longDescription?: string;
50
67
  info?: string;
51
68
  address?: AddressDto;
@@ -61,6 +78,10 @@ export declare class UpdateFacilityAmenitiesDto {
61
78
  }
62
79
  export declare class FindFacilitiesOptionsDto extends PaginationQuery {
63
80
  nameSearch?: string;
81
+ sports?: number[];
82
+ isPublished?: boolean;
83
+ orderBy?: FacilitiesOrderByEnum;
84
+ order?: OrderByEnum;
64
85
  }
65
86
  export declare class BasicFacilityDto extends IdAndNameDto {
66
87
  timezone?: string;
@@ -68,4 +89,5 @@ export declare class BasicFacilityDto extends IdAndNameDto {
68
89
  export declare class SimpleFacilityDto extends IdAndNameDto {
69
90
  sports?: number[];
70
91
  openingTimes?: OpeningTimeDto[];
92
+ locationId?: string;
71
93
  }
@@ -1 +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;CAIlD;AAJD,8CAIC"}
1
+ {"version":3,"file":"facilities.dto.js","sourceRoot":"","sources":["../../../../src/types/facilities/dto/facilities.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAsE;AAEtE,8EAAoF;AAIpF,MAAa,qBAAsB,SAAQ,4CAAyB;CAEnE;AAFD,sDAEC;AAED,MAAa,cAAc;CAM1B;AAND,wCAMC;AAED,MAAa,iBAAiB;CAsB7B;AAtBD,8CAsBC;AAED,MAAa,WAAW;CA8DvB;AA9DD,kCA8DC;AAED,MAAa,wBAAwB;CAcpC;AAdD,4DAcC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,wBAAyB,SAAQ,6BAAe;CAU5D;AAVD,4DAUC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAEjD;AAFD,4CAEC;AAED,MAAa,iBAAkB,SAAQ,0BAAY;CAMlD;AAND,8CAMC"}
@@ -9,6 +9,8 @@ import { OpeningTime } from './OpeningTime';
9
9
  export declare class Facility extends OrganizationConnectionBaseEntity {
10
10
  name: string;
11
11
  description?: string;
12
+ email?: string;
13
+ phone?: string;
12
14
  addressId: number;
13
15
  address: Address;
14
16
  amenities?: number[];
@@ -1 +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
+ {"version":3,"file":"Facility.js","sourceRoot":"","sources":["../../../../src/types/facilities/entities/Facility.ts"],"names":[],"mappings":";;;AAcA,oGAAiG;AASjG,MAAa,QAAS,SAAQ,mEAAgC;CA+D7D;AA/DD,4BA+DC"}
@@ -0,0 +1,5 @@
1
+ import { FacilitiesOrderByEnum } from '../enums/facilities.enums';
2
+ import { TFacilityRelation } from '../facilities.types';
3
+ export declare const FACILITY_ORDER_BY_COLUMN_MAPPER: Record<FacilitiesOrderByEnum, string>;
4
+ export declare const DEFAULT_FACILITY_RELATIONS: TFacilityRelation[];
5
+ export declare const MAX_FACILITIES_IDS = 100;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MAX_FACILITIES_IDS = exports.DEFAULT_FACILITY_RELATIONS = exports.FACILITY_ORDER_BY_COLUMN_MAPPER = void 0;
4
+ const facilities_enums_1 = require("../enums/facilities.enums");
5
+ exports.FACILITY_ORDER_BY_COLUMN_MAPPER = {
6
+ [facilities_enums_1.FacilitiesOrderByEnum.NAME]: 'facility.name',
7
+ [facilities_enums_1.FacilitiesOrderByEnum.IS_PUBLISHED]: 'facility.isPublished',
8
+ };
9
+ exports.DEFAULT_FACILITY_RELATIONS = ['address', 'openingTimes', 'mainMedia'];
10
+ exports.MAX_FACILITIES_IDS = 100;
11
+ //# sourceMappingURL=facility.consts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"facility.consts.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/consts/facility.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAkE;AAGrD,QAAA,+BAA+B,GAA0C;IACrF,CAAC,wCAAqB,CAAC,IAAI,CAAC,EAAE,eAAe;IAC7C,CAAC,wCAAqB,CAAC,YAAY,CAAC,EAAE,sBAAsB;CAC5D,CAAC;AAEW,QAAA,0BAA0B,GAAwB,CAAC,SAAS,EAAE,cAAc,EAAE,WAAW,CAAC,CAAC;AAE3F,QAAA,kBAAkB,GAAG,GAAG,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './facility.consts';
@@ -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("./facility.consts"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/consts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
@@ -0,0 +1,4 @@
1
+ export declare enum FacilitiesOrderByEnum {
2
+ NAME = "name",
3
+ IS_PUBLISHED = "isPublished"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FacilitiesOrderByEnum = void 0;
4
+ var FacilitiesOrderByEnum;
5
+ (function (FacilitiesOrderByEnum) {
6
+ FacilitiesOrderByEnum["NAME"] = "name";
7
+ FacilitiesOrderByEnum["IS_PUBLISHED"] = "isPublished";
8
+ })(FacilitiesOrderByEnum = exports.FacilitiesOrderByEnum || (exports.FacilitiesOrderByEnum = {}));
9
+ //# sourceMappingURL=facilities.enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"facilities.enums.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/enums/facilities.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAChC,sCAAa,CAAA;IACb,qDAA4B,CAAA;AAC7B,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC"}
@@ -0,0 +1 @@
1
+ export * from './facilities.enums';
@@ -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("./facilities.enums"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
@@ -1,21 +1 @@
1
- import { UpdateFacilityDetailsDto } from '../dto/facilities.dto';
2
- export interface IUpdateFacilityDetails extends UpdateFacilityDetailsDto {
3
- stripeConfigurationId?: string | null;
4
- tipConfigId?: number | null;
5
- }
6
- export interface IFacilityNameAndCoordinates {
7
- coordinates: number[];
8
- facilityName: string;
9
- }
10
- export type FacilityRelation = 'address' | 'mainMedia' | 'openingTimes' | 'spaces' | 'resources' | 'programSeasons' | 'tipConfiguration' | 'products';
11
- export declare const DEFAULT_FACILITY_RELATIONS: FacilityRelation[];
12
- export interface IFindFacilitiesOptions {
13
- organizationId?: number;
14
- facilityIds?: number[];
15
- hasLocation?: boolean;
16
- hasStripeConfig?: boolean;
17
- isTipConfigured?: boolean;
18
- nameSearch?: string;
19
- relations?: FacilityRelation[];
20
- }
21
- export declare const MAX_FACILITIES_IDS = 100;
1
+ export type TFacilityRelation = 'address' | 'mainMedia' | 'openingTimes' | 'spaces' | 'resources' | 'programSeasons' | 'tipConfiguration' | 'products';
@@ -1,6 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MAX_FACILITIES_IDS = exports.DEFAULT_FACILITY_RELATIONS = void 0;
4
- exports.DEFAULT_FACILITY_RELATIONS = ['address', 'openingTimes', 'mainMedia'];
5
- exports.MAX_FACILITIES_IDS = 100;
6
3
  //# sourceMappingURL=facilities.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"facilities.types.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/facilities.types.ts"],"names":[],"mappings":";;;AAuBa,QAAA,0BAA0B,GAAuB,CAAC,SAAS,EAAE,cAAc,EAAE,WAAW,CAAC,CAAC;AAY1F,QAAA,kBAAkB,GAAG,GAAG,CAAC"}
1
+ {"version":3,"file":"facilities.types.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/facilities.types.ts"],"names":[],"mappings":""}
@@ -1 +1,4 @@
1
+ export * from './consts';
2
+ export * from './enums';
1
3
  export * from './facilities.types';
4
+ export * from './interfaces';
@@ -14,5 +14,8 @@ 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("./consts"), exports);
18
+ __exportStar(require("./enums"), exports);
17
19
  __exportStar(require("./facilities.types"), exports);
20
+ __exportStar(require("./interfaces"), exports);
18
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,0CAAwB;AACxB,qDAAmC;AACnC,+CAA6B"}
@@ -0,0 +1,30 @@
1
+ import { OrderByEnum } from '../../../services/enums.service';
2
+ import { UpdateFacilityDetailsDto } from '../../dto/facilities.dto';
3
+ import { FacilitiesOrderByEnum } from '../enums/facilities.enums';
4
+ import { TFacilityRelation } from '../facilities.types';
5
+ export interface IUpdateFacilityDetails extends UpdateFacilityDetailsDto {
6
+ stripeConfigurationId?: string | null;
7
+ tipConfigId?: number | null;
8
+ }
9
+ export interface IFacilityNameAndCoordinates {
10
+ coordinates: number[];
11
+ facilityName: string;
12
+ }
13
+ export interface IFindFacilitiesOptions {
14
+ organizationId?: number;
15
+ facilityIds?: number[];
16
+ hasLocation?: boolean;
17
+ hasStripeConfig?: boolean;
18
+ isPublished?: boolean;
19
+ isTipConfigured?: boolean;
20
+ nameSearch?: string;
21
+ relations?: TFacilityRelation[];
22
+ sports?: number[];
23
+ }
24
+ export interface IFacilitiesListOptions {
25
+ isPublished?: boolean;
26
+ nameSearch?: string;
27
+ order?: OrderByEnum;
28
+ orderBy?: FacilitiesOrderByEnum;
29
+ sports?: number[];
30
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=facilities.interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"facilities.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/interfaces/facilities.interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './facilities.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("./facilities.interfaces"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
@@ -157,8 +157,8 @@ export interface IFolderContentOperationOptions {
157
157
  */
158
158
  export interface IFolderRestrictionOptions {
159
159
  participantSubtype?: ProductSubTypesEnum;
160
- skipFolderContentRestrictions?: typeof SKIP_ALL_RESTRICTIONS | string[];
161
160
  purchaseContext?: boolean;
161
+ skipFolderContentRestrictions?: typeof SKIP_ALL_RESTRICTIONS | string[];
162
162
  }
163
163
  /**
164
164
  * Options for bulk folder restriction validation with optional user IDs.
@@ -8,6 +8,7 @@ export declare class LineItemDto {
8
8
  type: LineItemsStatusEnum;
9
9
  organizationId: number;
10
10
  userId: number;
11
+ facilityId?: number;
11
12
  productId: number;
12
13
  product?: Product;
13
14
  productType: ProductTypesEnum;
@@ -1 +1 @@
1
- {"version":3,"file":"lineItem.dto.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/lineItem.dto.ts"],"names":[],"mappings":";;;AAMA,MAAa,WAAW;CAqDvB;AArDD,kCAqDC"}
1
+ {"version":3,"file":"lineItem.dto.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/lineItem.dto.ts"],"names":[],"mappings":";;;AAMA,MAAa,WAAW;CAuDvB;AAvDD,kCAuDC"}