@stamhoofd/models 2.119.0 → 2.120.0

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 (1024) hide show
  1. package/dist/factories/AddressFactory.d.ts.map +1 -0
  2. package/dist/factories/AddressFactory.js +38 -0
  3. package/dist/factories/AddressFactory.js.map +1 -0
  4. package/dist/factories/BalanceItemFactory.d.ts +29 -0
  5. package/dist/factories/BalanceItemFactory.d.ts.map +1 -0
  6. package/dist/factories/BalanceItemFactory.js +56 -0
  7. package/dist/factories/BalanceItemFactory.js.map +1 -0
  8. package/dist/factories/DocumentTemplateFactory.d.ts +22 -0
  9. package/dist/factories/DocumentTemplateFactory.d.ts.map +1 -0
  10. package/dist/factories/DocumentTemplateFactory.js +145 -0
  11. package/dist/factories/DocumentTemplateFactory.js.map +1 -0
  12. package/dist/factories/EmailTemplateFactory.d.ts +18 -0
  13. package/dist/factories/EmailTemplateFactory.d.ts.map +1 -0
  14. package/dist/factories/EmailTemplateFactory.js +39 -0
  15. package/dist/factories/EmailTemplateFactory.js.map +1 -0
  16. package/dist/factories/EmergencyContactFactory.d.ts.map +1 -0
  17. package/dist/factories/EmergencyContactFactory.js +38 -0
  18. package/dist/factories/EmergencyContactFactory.js.map +1 -0
  19. package/dist/factories/EventFactory.d.ts +19 -0
  20. package/dist/factories/EventFactory.d.ts.map +1 -0
  21. package/dist/factories/EventFactory.js +31 -0
  22. package/dist/factories/EventFactory.js.map +1 -0
  23. package/dist/factories/EventNotificationFactory.d.ts +23 -0
  24. package/dist/factories/EventNotificationFactory.d.ts.map +1 -0
  25. package/dist/factories/EventNotificationFactory.js +40 -0
  26. package/dist/factories/EventNotificationFactory.js.map +1 -0
  27. package/dist/factories/EventNotificationTypeFactory.d.ts +12 -0
  28. package/dist/factories/EventNotificationTypeFactory.d.ts.map +1 -0
  29. package/dist/factories/EventNotificationTypeFactory.js +21 -0
  30. package/dist/factories/EventNotificationTypeFactory.js.map +1 -0
  31. package/dist/factories/GroupFactory.d.ts +27 -0
  32. package/dist/factories/GroupFactory.d.ts.map +1 -0
  33. package/dist/factories/GroupFactory.js +88 -0
  34. package/dist/factories/GroupFactory.js.map +1 -0
  35. package/dist/factories/MemberFactory.d.ts +26 -0
  36. package/dist/factories/MemberFactory.d.ts.map +1 -0
  37. package/dist/factories/MemberFactory.js +131 -0
  38. package/dist/factories/MemberFactory.js.map +1 -0
  39. package/dist/factories/MemberResponsibilityRecordFactory.d.ts +15 -0
  40. package/dist/factories/MemberResponsibilityRecordFactory.d.ts.map +1 -0
  41. package/dist/factories/MemberResponsibilityRecordFactory.js +30 -0
  42. package/dist/factories/MemberResponsibilityRecordFactory.js.map +1 -0
  43. package/dist/factories/OrganizationFactory.d.ts +20 -0
  44. package/dist/factories/OrganizationFactory.d.ts.map +1 -0
  45. package/dist/factories/OrganizationFactory.js +61 -0
  46. package/dist/factories/OrganizationFactory.js.map +1 -0
  47. package/dist/factories/OrganizationRegistrationPeriodFactory.d.ts +13 -0
  48. package/dist/factories/OrganizationRegistrationPeriodFactory.d.ts.map +1 -0
  49. package/dist/factories/OrganizationRegistrationPeriodFactory.js +16 -0
  50. package/dist/factories/OrganizationRegistrationPeriodFactory.js.map +1 -0
  51. package/dist/factories/OrganizationTagFactory.d.ts.map +1 -0
  52. package/dist/factories/OrganizationTagFactory.js +19 -0
  53. package/dist/factories/OrganizationTagFactory.js.map +1 -0
  54. package/dist/factories/ParentFactory.d.ts.map +1 -0
  55. package/dist/factories/ParentFactory.js +39 -0
  56. package/dist/factories/ParentFactory.js.map +1 -0
  57. package/dist/factories/PlatformEventTypeFactory.d.ts.map +1 -0
  58. package/dist/factories/PlatformEventTypeFactory.js +23 -0
  59. package/dist/factories/PlatformEventTypeFactory.js.map +1 -0
  60. package/dist/factories/PlatformResponsibilityFactory.d.ts.map +1 -0
  61. package/dist/factories/PlatformResponsibilityFactory.js +21 -0
  62. package/dist/factories/PlatformResponsibilityFactory.js.map +1 -0
  63. package/dist/factories/RecordAnswerFactory.d.ts +18 -0
  64. package/dist/factories/RecordAnswerFactory.d.ts.map +1 -0
  65. package/dist/factories/RecordAnswerFactory.js +91 -0
  66. package/dist/factories/RecordAnswerFactory.js.map +1 -0
  67. package/dist/factories/RecordCategoryFactory.d.ts +11 -0
  68. package/dist/factories/RecordCategoryFactory.d.ts.map +1 -0
  69. package/dist/factories/RecordCategoryFactory.js +19 -0
  70. package/dist/factories/RecordCategoryFactory.js.map +1 -0
  71. package/dist/factories/RecordFactory.d.ts.map +1 -0
  72. package/dist/factories/RecordFactory.js +16 -0
  73. package/dist/factories/RecordFactory.js.map +1 -0
  74. package/dist/factories/RegisterCodeFactory.d.ts.map +1 -0
  75. package/dist/factories/RegisterCodeFactory.js +14 -0
  76. package/dist/factories/RegisterCodeFactory.js.map +1 -0
  77. package/dist/factories/RegistrationFactory.d.ts +21 -0
  78. package/dist/factories/RegistrationFactory.d.ts.map +1 -0
  79. package/dist/factories/RegistrationFactory.js +21 -0
  80. package/dist/factories/RegistrationFactory.js.map +1 -0
  81. package/dist/factories/RegistrationPeriodFactory.d.ts +16 -0
  82. package/dist/factories/RegistrationPeriodFactory.d.ts.map +1 -0
  83. package/dist/factories/RegistrationPeriodFactory.js +30 -0
  84. package/dist/factories/RegistrationPeriodFactory.js.map +1 -0
  85. package/dist/factories/STPackageFactory.d.ts +15 -0
  86. package/dist/factories/STPackageFactory.d.ts.map +1 -0
  87. package/dist/factories/STPackageFactory.js +34 -0
  88. package/dist/factories/STPackageFactory.js.map +1 -0
  89. package/dist/factories/UserFactory.d.ts +22 -0
  90. package/dist/factories/UserFactory.d.ts.map +1 -0
  91. package/dist/factories/UserFactory.js +63 -0
  92. package/dist/factories/UserFactory.js.map +1 -0
  93. package/dist/factories/WebshopFactory.d.ts +17 -0
  94. package/dist/factories/WebshopFactory.d.ts.map +1 -0
  95. package/dist/factories/WebshopFactory.js +35 -0
  96. package/dist/factories/WebshopFactory.js.map +1 -0
  97. package/dist/factories/index.d.ts.map +1 -0
  98. package/dist/factories/index.js +27 -0
  99. package/dist/factories/index.js.map +1 -0
  100. package/dist/helpers/DNSValidator.d.ts +6 -0
  101. package/dist/helpers/DNSValidator.d.ts.map +1 -0
  102. package/dist/helpers/DNSValidator.js +142 -0
  103. package/dist/helpers/DNSValidator.js.map +1 -0
  104. package/dist/helpers/EmailBuilder.d.ts +88 -0
  105. package/dist/helpers/EmailBuilder.d.ts.map +1 -0
  106. package/dist/helpers/EmailBuilder.js +603 -0
  107. package/dist/helpers/EmailBuilder.js.map +1 -0
  108. package/dist/helpers/Handlebars.d.ts.map +1 -0
  109. package/dist/helpers/Handlebars.js +244 -0
  110. package/dist/helpers/Handlebars.js.map +1 -0
  111. package/dist/helpers/MemberMerger.d.ts.map +1 -0
  112. package/dist/helpers/MemberMerger.js +364 -0
  113. package/dist/helpers/MemberMerger.js.map +1 -0
  114. package/dist/helpers/RateLimiter.d.ts.map +1 -0
  115. package/dist/helpers/RateLimiter.js +64 -0
  116. package/dist/helpers/RateLimiter.js.map +1 -0
  117. package/dist/helpers/WebshopCounter.d.ts +8 -0
  118. package/dist/helpers/WebshopCounter.d.ts.map +1 -0
  119. package/dist/helpers/WebshopCounter.js +46 -0
  120. package/dist/helpers/WebshopCounter.js.map +1 -0
  121. package/dist/index.d.ts.map +1 -0
  122. package/dist/index.js +11 -0
  123. package/dist/index.js.map +1 -0
  124. package/dist/migrations/1605262045-import-postcodes.d.ts.map +1 -0
  125. package/dist/migrations/1605262045-import-postcodes.js +117 -0
  126. package/dist/migrations/1605262045-import-postcodes.js.map +1 -0
  127. package/dist/migrations/1605262046-import-postcodes-nl.d.ts.map +1 -0
  128. package/dist/migrations/1605262046-import-postcodes-nl.js +80 -0
  129. package/dist/migrations/1605262046-import-postcodes-nl.js.map +1 -0
  130. package/dist/migrations/1720080976-convert-charset-leads.d.ts +10 -0
  131. package/dist/migrations/1720080976-convert-charset-leads.d.ts.map +1 -0
  132. package/dist/migrations/1720080976-convert-charset-leads.js +41 -0
  133. package/dist/migrations/1720080976-convert-charset-leads.js.map +1 -0
  134. package/dist/models/AuditLog.d.ts.map +1 -0
  135. package/dist/models/AuditLog.js +94 -0
  136. package/dist/models/AuditLog.js.map +1 -0
  137. package/dist/models/BalanceItem.d.ts +218 -0
  138. package/dist/models/BalanceItem.d.ts.map +1 -0
  139. package/dist/models/BalanceItem.js +626 -0
  140. package/dist/models/BalanceItem.js.map +1 -0
  141. package/dist/models/BalanceItemPayment.d.ts +24 -0
  142. package/dist/models/BalanceItemPayment.d.ts.map +1 -0
  143. package/dist/models/BalanceItemPayment.js +65 -0
  144. package/dist/models/BalanceItemPayment.js.map +1 -0
  145. package/dist/models/BuckarooPayment.d.ts.map +1 -0
  146. package/dist/models/BuckarooPayment.js +24 -0
  147. package/dist/models/BuckarooPayment.js.map +1 -0
  148. package/dist/models/CachedBalance.d.ts +51 -0
  149. package/dist/models/CachedBalance.d.ts.map +1 -0
  150. package/dist/models/CachedBalance.js +390 -0
  151. package/dist/models/CachedBalance.js.map +1 -0
  152. package/dist/models/Document.d.ts +41 -0
  153. package/dist/models/Document.d.ts.map +1 -0
  154. package/dist/models/Document.js +251 -0
  155. package/dist/models/Document.js.map +1 -0
  156. package/dist/models/DocumentTemplate.d.ts +56 -0
  157. package/dist/models/DocumentTemplate.d.ts.map +1 -0
  158. package/dist/models/DocumentTemplate.js +719 -0
  159. package/dist/models/DocumentTemplate.js.map +1 -0
  160. package/dist/models/Email.d.ts +141 -0
  161. package/dist/models/Email.d.ts.map +1 -0
  162. package/dist/models/Email.js +1341 -0
  163. package/dist/models/Email.js.map +1 -0
  164. package/dist/models/EmailRecipient.d.ts.map +1 -0
  165. package/dist/models/EmailRecipient.js +194 -0
  166. package/dist/models/EmailRecipient.js.map +1 -0
  167. package/dist/models/EmailTemplate.d.ts +24 -0
  168. package/dist/models/EmailTemplate.d.ts.map +1 -0
  169. package/dist/models/EmailTemplate.js +79 -0
  170. package/dist/models/EmailTemplate.js.map +1 -0
  171. package/dist/models/EmailVerificationCode.d.ts +61 -0
  172. package/dist/models/EmailVerificationCode.d.ts.map +1 -0
  173. package/dist/models/EmailVerificationCode.js +339 -0
  174. package/dist/models/EmailVerificationCode.js.map +1 -0
  175. package/dist/models/Event.d.ts.map +1 -0
  176. package/dist/models/Event.js +132 -0
  177. package/dist/models/Event.js.map +1 -0
  178. package/dist/models/EventNotification.d.ts +32 -0
  179. package/dist/models/EventNotification.d.ts.map +1 -0
  180. package/dist/models/EventNotification.js +98 -0
  181. package/dist/models/EventNotification.js.map +1 -0
  182. package/dist/models/Group.d.ts +46 -0
  183. package/dist/models/Group.d.ts.map +1 -0
  184. package/dist/models/Group.js +213 -0
  185. package/dist/models/Group.js.map +1 -0
  186. package/dist/models/Image.d.ts +17 -0
  187. package/dist/models/Image.d.ts.map +1 -0
  188. package/dist/models/Image.js +169 -0
  189. package/dist/models/Image.js.map +1 -0
  190. package/dist/models/Invoice.d.ts.map +1 -0
  191. package/dist/models/Invoice.js +186 -0
  192. package/dist/models/Invoice.js.map +1 -0
  193. package/dist/models/InvoicedBalanceItem.d.ts +66 -0
  194. package/dist/models/InvoicedBalanceItem.d.ts.map +1 -0
  195. package/dist/models/InvoicedBalanceItem.js +130 -0
  196. package/dist/models/InvoicedBalanceItem.js.map +1 -0
  197. package/dist/models/Member.d.ts +114 -0
  198. package/dist/models/Member.d.ts.map +1 -0
  199. package/dist/models/Member.js +415 -0
  200. package/dist/models/Member.js.map +1 -0
  201. package/dist/models/MemberPlatformMembership.d.ts +48 -0
  202. package/dist/models/MemberPlatformMembership.d.ts.map +1 -0
  203. package/dist/models/MemberPlatformMembership.js +377 -0
  204. package/dist/models/MemberPlatformMembership.js.map +1 -0
  205. package/dist/models/MemberResponsibilityRecord.d.ts +17 -0
  206. package/dist/models/MemberResponsibilityRecord.d.ts.map +1 -0
  207. package/dist/models/MemberResponsibilityRecord.js +65 -0
  208. package/dist/models/MemberResponsibilityRecord.js.map +1 -0
  209. package/dist/models/MemberUser.d.ts.map +1 -0
  210. package/dist/models/MemberUser.js +22 -0
  211. package/dist/models/MemberUser.js.map +1 -0
  212. package/dist/models/MergedMember.d.ts +23 -0
  213. package/dist/models/MergedMember.d.ts.map +1 -0
  214. package/dist/models/MergedMember.js +123 -0
  215. package/dist/models/MergedMember.js.map +1 -0
  216. package/dist/models/MolliePayment.d.ts.map +1 -0
  217. package/dist/models/MolliePayment.js +24 -0
  218. package/dist/models/MolliePayment.js.map +1 -0
  219. package/dist/models/MollieToken.d.ts +45 -0
  220. package/dist/models/MollieToken.d.ts.map +1 -0
  221. package/dist/models/MollieToken.js +330 -0
  222. package/dist/models/MollieToken.js.map +1 -0
  223. package/dist/models/OneTimeToken.d.ts +38 -0
  224. package/dist/models/OneTimeToken.d.ts.map +1 -0
  225. package/dist/models/OneTimeToken.js +125 -0
  226. package/dist/models/OneTimeToken.js.map +1 -0
  227. package/dist/models/Order.d.ts +115 -0
  228. package/dist/models/Order.d.ts.map +1 -0
  229. package/dist/models/Order.js +908 -0
  230. package/dist/models/Order.js.map +1 -0
  231. package/dist/models/Organization.d.ts +128 -0
  232. package/dist/models/Organization.d.ts.map +1 -0
  233. package/dist/models/Organization.js +846 -0
  234. package/dist/models/Organization.js.map +1 -0
  235. package/dist/models/OrganizationRegistrationPeriod.d.ts +22 -0
  236. package/dist/models/OrganizationRegistrationPeriod.d.ts.map +1 -0
  237. package/dist/models/OrganizationRegistrationPeriod.js +129 -0
  238. package/dist/models/OrganizationRegistrationPeriod.js.map +1 -0
  239. package/dist/models/PasswordToken.d.ts +31 -0
  240. package/dist/models/PasswordToken.d.ts.map +1 -0
  241. package/dist/models/PasswordToken.js +129 -0
  242. package/dist/models/PasswordToken.js.map +1 -0
  243. package/dist/models/PayconiqPayment.d.ts +24 -0
  244. package/dist/models/PayconiqPayment.d.ts.map +1 -0
  245. package/dist/models/PayconiqPayment.js +272 -0
  246. package/dist/models/PayconiqPayment.js.map +1 -0
  247. package/dist/models/Payment.d.ts +120 -0
  248. package/dist/models/Payment.d.ts.map +1 -0
  249. package/dist/models/Payment.js +289 -0
  250. package/dist/models/Payment.js.map +1 -0
  251. package/dist/models/Platform.d.ts.map +1 -0
  252. package/dist/models/Platform.js +178 -0
  253. package/dist/models/Platform.js.map +1 -0
  254. package/dist/models/RegisterCode.d.ts.map +1 -0
  255. package/dist/models/RegisterCode.js +76 -0
  256. package/dist/models/RegisterCode.js.map +1 -0
  257. package/dist/models/Registration.d.ts +85 -0
  258. package/dist/models/Registration.d.ts.map +1 -0
  259. package/dist/models/Registration.js +190 -0
  260. package/dist/models/Registration.js.map +1 -0
  261. package/dist/models/RegistrationPeriod.d.ts.map +1 -0
  262. package/dist/models/RegistrationPeriod.js +140 -0
  263. package/dist/models/RegistrationPeriod.js.map +1 -0
  264. package/dist/models/STCredit.d.ts.map +1 -0
  265. package/dist/models/STCredit.js +61 -0
  266. package/dist/models/STCredit.js.map +1 -0
  267. package/dist/models/STInvoice.d.ts +37 -0
  268. package/dist/models/STInvoice.d.ts.map +1 -0
  269. package/dist/models/STInvoice.js +139 -0
  270. package/dist/models/STInvoice.js.map +1 -0
  271. package/dist/models/STPackage.d.ts.map +1 -0
  272. package/dist/models/STPackage.js +276 -0
  273. package/dist/models/STPackage.js.map +1 -0
  274. package/dist/models/STPendingInvoice.d.ts +26 -0
  275. package/dist/models/STPendingInvoice.d.ts.map +1 -0
  276. package/dist/models/STPendingInvoice.js +68 -0
  277. package/dist/models/STPendingInvoice.js.map +1 -0
  278. package/dist/models/StripeAccount.d.ts.map +1 -0
  279. package/dist/models/StripeAccount.js +81 -0
  280. package/dist/models/StripeAccount.js.map +1 -0
  281. package/dist/models/StripeCheckoutSession.d.ts.map +1 -0
  282. package/dist/models/StripeCheckoutSession.js +35 -0
  283. package/dist/models/StripeCheckoutSession.js.map +1 -0
  284. package/dist/models/StripePaymentIntent.d.ts.map +1 -0
  285. package/dist/models/StripePaymentIntent.js +35 -0
  286. package/dist/models/StripePaymentIntent.js.map +1 -0
  287. package/dist/models/Ticket.d.ts +65 -0
  288. package/dist/models/Ticket.d.ts.map +1 -0
  289. package/dist/models/Ticket.js +157 -0
  290. package/dist/models/Ticket.js.map +1 -0
  291. package/dist/models/Token.d.ts +48 -0
  292. package/dist/models/Token.d.ts.map +1 -0
  293. package/dist/models/Token.js +208 -0
  294. package/dist/models/Token.js.map +1 -0
  295. package/dist/models/UitpasClientCredential.d.ts.map +1 -0
  296. package/dist/models/UitpasClientCredential.js +62 -0
  297. package/dist/models/UitpasClientCredential.js.map +1 -0
  298. package/dist/models/UsedRegisterCode.d.ts.map +1 -0
  299. package/dist/models/UsedRegisterCode.js +58 -0
  300. package/dist/models/UsedRegisterCode.js.map +1 -0
  301. package/dist/models/User.d.ts +76 -0
  302. package/dist/models/User.d.ts.map +1 -0
  303. package/dist/models/User.js +484 -0
  304. package/dist/models/User.js.map +1 -0
  305. package/dist/models/UserPermissions.d.ts +16 -0
  306. package/dist/models/UserPermissions.d.ts.map +1 -0
  307. package/dist/models/UserPermissions.js +56 -0
  308. package/dist/models/UserPermissions.js.map +1 -0
  309. package/dist/models/Webshop.d.ts +45 -0
  310. package/dist/models/Webshop.d.ts.map +1 -0
  311. package/dist/models/Webshop.js +187 -0
  312. package/dist/models/Webshop.js.map +1 -0
  313. package/dist/models/WebshopDiscountCode.d.ts.map +1 -0
  314. package/dist/models/WebshopDiscountCode.js +89 -0
  315. package/dist/models/WebshopDiscountCode.js.map +1 -0
  316. package/dist/models/WebshopUitpasNumber.d.ts.map +1 -0
  317. package/dist/models/WebshopUitpasNumber.js +91 -0
  318. package/dist/models/WebshopUitpasNumber.js.map +1 -0
  319. package/dist/models/_relations.d.ts +8 -0
  320. package/dist/models/_relations.d.ts.map +1 -0
  321. package/dist/models/_relations.js +110 -0
  322. package/dist/models/_relations.js.map +1 -0
  323. package/dist/models/addresses/City.d.ts +15 -0
  324. package/dist/models/addresses/City.d.ts.map +1 -0
  325. package/dist/models/addresses/City.js +35 -0
  326. package/dist/models/addresses/City.js.map +1 -0
  327. package/dist/models/addresses/PostalCode.d.ts +21 -0
  328. package/dist/models/addresses/PostalCode.d.ts.map +1 -0
  329. package/dist/models/addresses/PostalCode.js +139 -0
  330. package/dist/models/addresses/PostalCode.js.map +1 -0
  331. package/dist/models/addresses/Province.d.ts +9 -0
  332. package/dist/models/addresses/Province.d.ts.map +1 -0
  333. package/dist/models/addresses/Province.js +24 -0
  334. package/dist/models/addresses/Province.js.map +1 -0
  335. package/dist/models/addresses/Street.d.ts.map +1 -0
  336. package/dist/models/addresses/Street.js +26 -0
  337. package/dist/models/addresses/Street.js.map +1 -0
  338. package/dist/models/index.d.ts +55 -0
  339. package/dist/models/index.d.ts.map +1 -0
  340. package/dist/models/index.js +55 -0
  341. package/dist/models/index.js.map +1 -0
  342. package/dist/structures/OrganizationServerMetaData.d.ts.map +1 -0
  343. package/dist/structures/OrganizationServerMetaData.js +130 -0
  344. package/dist/structures/OrganizationServerMetaData.js.map +1 -0
  345. package/package.json +13 -10
  346. package/src/factories/AddressFactory.ts +3 -2
  347. package/src/factories/BalanceItemFactory.ts +2 -1
  348. package/src/factories/DocumentTemplateFactory.ts +2 -1
  349. package/src/factories/EmailTemplateFactory.ts +3 -2
  350. package/src/factories/EmergencyContactFactory.ts +1 -1
  351. package/src/factories/EventFactory.ts +2 -2
  352. package/src/factories/EventNotificationFactory.ts +6 -4
  353. package/src/factories/EventNotificationTypeFactory.ts +2 -1
  354. package/src/factories/GroupFactory.ts +4 -3
  355. package/src/factories/MemberFactory.ts +6 -5
  356. package/src/factories/MemberResponsibilityRecordFactory.ts +3 -2
  357. package/src/factories/OrganizationFactory.ts +4 -2
  358. package/src/factories/OrganizationRegistrationPeriodFactory.ts +2 -2
  359. package/src/factories/ParentFactory.ts +1 -1
  360. package/src/factories/RecordAnswerFactory.ts +2 -1
  361. package/src/factories/RecordCategoryFactory.ts +4 -2
  362. package/src/factories/RegistrationFactory.ts +5 -4
  363. package/src/factories/RegistrationPeriodFactory.ts +2 -1
  364. package/src/factories/STPackageFactory.ts +1 -1
  365. package/src/factories/UserFactory.ts +3 -2
  366. package/src/factories/WebshopFactory.ts +3 -2
  367. package/src/helpers/DNSValidator.ts +2 -1
  368. package/src/helpers/EmailBuilder.ts +13 -4
  369. package/src/helpers/Handlebars.ts +3 -3
  370. package/src/helpers/MemberMerger.test.ts +1 -1
  371. package/src/helpers/MemberMerger.ts +5 -4
  372. package/src/helpers/WebshopCounter.ts +1 -1
  373. package/src/migrations/1605262045-import-postcodes.ts +1 -1
  374. package/src/migrations/1605262046-import-postcodes-nl.ts +2 -2
  375. package/src/migrations/1720080976-convert-charset-leads.ts +53 -0
  376. package/src/models/AuditLog.ts +2 -1
  377. package/src/models/BalanceItem.ts +4 -3
  378. package/src/models/BalanceItemPayment.ts +9 -6
  379. package/src/models/CachedBalance.test.ts +331 -0
  380. package/src/models/CachedBalance.ts +3 -2
  381. package/src/models/Document.ts +2 -2
  382. package/src/models/DocumentTemplate.ts +5 -3
  383. package/src/models/Email.test.ts +32 -31
  384. package/src/models/Email.ts +7 -4
  385. package/src/models/EmailTemplate.ts +2 -1
  386. package/src/models/EmailVerificationCode.ts +7 -5
  387. package/src/models/EventNotification.ts +3 -2
  388. package/src/models/Group.ts +5 -15
  389. package/src/models/Image.ts +2 -1
  390. package/src/models/InvoicedBalanceItem.ts +9 -8
  391. package/src/models/Member.ts +8 -4
  392. package/src/models/MemberPlatformMembership.ts +1 -1
  393. package/src/models/MemberResponsibilityRecord.ts +2 -1
  394. package/src/models/MergedMember.ts +1 -1
  395. package/src/models/MollieToken.ts +3 -3
  396. package/src/models/OneTimeToken.ts +1 -1
  397. package/src/models/Order.ts +17 -9
  398. package/src/models/Organization.ts +39 -11
  399. package/src/models/OrganizationRegistrationPeriod.ts +2 -2
  400. package/src/models/PasswordToken.ts +7 -5
  401. package/src/models/PayconiqPayment.ts +6 -3
  402. package/src/models/Payment.ts +8 -5
  403. package/src/models/Registration.ts +9 -97
  404. package/src/models/STInvoice.ts +1 -4
  405. package/src/models/STPackage.ts +1 -1
  406. package/src/models/STPendingInvoice.ts +5 -4
  407. package/src/models/Ticket.ts +11 -9
  408. package/src/models/Token.test.ts +2 -2
  409. package/src/models/Token.ts +6 -6
  410. package/src/models/User.ts +7 -8
  411. package/src/models/UserPermissions.ts +7 -6
  412. package/src/models/Webshop.ts +5 -5
  413. package/src/models/_relations.ts +133 -0
  414. package/src/models/addresses/City.ts +1 -1
  415. package/src/models/addresses/PostalCode.test.ts +1 -1
  416. package/src/models/addresses/PostalCode.ts +1 -1
  417. package/src/models/addresses/Province.ts +1 -1
  418. package/src/models/index.ts +22 -20
  419. package/src/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -0
  420. package/dist/src/factories/AddressFactory.d.ts.map +0 -1
  421. package/dist/src/factories/AddressFactory.js +0 -42
  422. package/dist/src/factories/AddressFactory.js.map +0 -1
  423. package/dist/src/factories/BalanceItemFactory.d.ts +0 -28
  424. package/dist/src/factories/BalanceItemFactory.d.ts.map +0 -1
  425. package/dist/src/factories/BalanceItemFactory.js +0 -60
  426. package/dist/src/factories/BalanceItemFactory.js.map +0 -1
  427. package/dist/src/factories/DocumentTemplateFactory.d.ts +0 -21
  428. package/dist/src/factories/DocumentTemplateFactory.d.ts.map +0 -1
  429. package/dist/src/factories/DocumentTemplateFactory.js +0 -149
  430. package/dist/src/factories/DocumentTemplateFactory.js.map +0 -1
  431. package/dist/src/factories/EmailTemplateFactory.d.ts +0 -18
  432. package/dist/src/factories/EmailTemplateFactory.d.ts.map +0 -1
  433. package/dist/src/factories/EmailTemplateFactory.js +0 -43
  434. package/dist/src/factories/EmailTemplateFactory.js.map +0 -1
  435. package/dist/src/factories/EmergencyContactFactory.d.ts.map +0 -1
  436. package/dist/src/factories/EmergencyContactFactory.js +0 -42
  437. package/dist/src/factories/EmergencyContactFactory.js.map +0 -1
  438. package/dist/src/factories/EventFactory.d.ts +0 -19
  439. package/dist/src/factories/EventFactory.d.ts.map +0 -1
  440. package/dist/src/factories/EventFactory.js +0 -35
  441. package/dist/src/factories/EventFactory.js.map +0 -1
  442. package/dist/src/factories/EventNotificationFactory.d.ts +0 -21
  443. package/dist/src/factories/EventNotificationFactory.d.ts.map +0 -1
  444. package/dist/src/factories/EventNotificationFactory.js +0 -44
  445. package/dist/src/factories/EventNotificationFactory.js.map +0 -1
  446. package/dist/src/factories/EventNotificationTypeFactory.d.ts +0 -11
  447. package/dist/src/factories/EventNotificationTypeFactory.d.ts.map +0 -1
  448. package/dist/src/factories/EventNotificationTypeFactory.js +0 -25
  449. package/dist/src/factories/EventNotificationTypeFactory.js.map +0 -1
  450. package/dist/src/factories/GroupFactory.d.ts +0 -26
  451. package/dist/src/factories/GroupFactory.d.ts.map +0 -1
  452. package/dist/src/factories/GroupFactory.js +0 -92
  453. package/dist/src/factories/GroupFactory.js.map +0 -1
  454. package/dist/src/factories/MemberFactory.d.ts +0 -26
  455. package/dist/src/factories/MemberFactory.d.ts.map +0 -1
  456. package/dist/src/factories/MemberFactory.js +0 -135
  457. package/dist/src/factories/MemberFactory.js.map +0 -1
  458. package/dist/src/factories/MemberResponsibilityRecordFactory.d.ts +0 -14
  459. package/dist/src/factories/MemberResponsibilityRecordFactory.d.ts.map +0 -1
  460. package/dist/src/factories/MemberResponsibilityRecordFactory.js +0 -34
  461. package/dist/src/factories/MemberResponsibilityRecordFactory.js.map +0 -1
  462. package/dist/src/factories/OrganizationFactory.d.ts +0 -19
  463. package/dist/src/factories/OrganizationFactory.d.ts.map +0 -1
  464. package/dist/src/factories/OrganizationFactory.js +0 -64
  465. package/dist/src/factories/OrganizationFactory.js.map +0 -1
  466. package/dist/src/factories/OrganizationRegistrationPeriodFactory.d.ts +0 -13
  467. package/dist/src/factories/OrganizationRegistrationPeriodFactory.d.ts.map +0 -1
  468. package/dist/src/factories/OrganizationRegistrationPeriodFactory.js +0 -20
  469. package/dist/src/factories/OrganizationRegistrationPeriodFactory.js.map +0 -1
  470. package/dist/src/factories/OrganizationTagFactory.d.ts.map +0 -1
  471. package/dist/src/factories/OrganizationTagFactory.js +0 -23
  472. package/dist/src/factories/OrganizationTagFactory.js.map +0 -1
  473. package/dist/src/factories/ParentFactory.d.ts.map +0 -1
  474. package/dist/src/factories/ParentFactory.js +0 -43
  475. package/dist/src/factories/ParentFactory.js.map +0 -1
  476. package/dist/src/factories/PlatformEventTypeFactory.d.ts.map +0 -1
  477. package/dist/src/factories/PlatformEventTypeFactory.js +0 -27
  478. package/dist/src/factories/PlatformEventTypeFactory.js.map +0 -1
  479. package/dist/src/factories/PlatformResponsibilityFactory.d.ts.map +0 -1
  480. package/dist/src/factories/PlatformResponsibilityFactory.js +0 -25
  481. package/dist/src/factories/PlatformResponsibilityFactory.js.map +0 -1
  482. package/dist/src/factories/RecordAnswerFactory.d.ts +0 -17
  483. package/dist/src/factories/RecordAnswerFactory.d.ts.map +0 -1
  484. package/dist/src/factories/RecordAnswerFactory.js +0 -95
  485. package/dist/src/factories/RecordAnswerFactory.js.map +0 -1
  486. package/dist/src/factories/RecordCategoryFactory.d.ts +0 -11
  487. package/dist/src/factories/RecordCategoryFactory.d.ts.map +0 -1
  488. package/dist/src/factories/RecordCategoryFactory.js +0 -23
  489. package/dist/src/factories/RecordCategoryFactory.js.map +0 -1
  490. package/dist/src/factories/RecordFactory.d.ts.map +0 -1
  491. package/dist/src/factories/RecordFactory.js +0 -21
  492. package/dist/src/factories/RecordFactory.js.map +0 -1
  493. package/dist/src/factories/RegisterCodeFactory.d.ts.map +0 -1
  494. package/dist/src/factories/RegisterCodeFactory.js +0 -18
  495. package/dist/src/factories/RegisterCodeFactory.js.map +0 -1
  496. package/dist/src/factories/RegistrationFactory.d.ts +0 -21
  497. package/dist/src/factories/RegistrationFactory.d.ts.map +0 -1
  498. package/dist/src/factories/RegistrationFactory.js +0 -25
  499. package/dist/src/factories/RegistrationFactory.js.map +0 -1
  500. package/dist/src/factories/RegistrationPeriodFactory.d.ts +0 -15
  501. package/dist/src/factories/RegistrationPeriodFactory.d.ts.map +0 -1
  502. package/dist/src/factories/RegistrationPeriodFactory.js +0 -34
  503. package/dist/src/factories/RegistrationPeriodFactory.js.map +0 -1
  504. package/dist/src/factories/STPackageFactory.d.ts +0 -15
  505. package/dist/src/factories/STPackageFactory.d.ts.map +0 -1
  506. package/dist/src/factories/STPackageFactory.js +0 -38
  507. package/dist/src/factories/STPackageFactory.js.map +0 -1
  508. package/dist/src/factories/UserFactory.d.ts +0 -22
  509. package/dist/src/factories/UserFactory.d.ts.map +0 -1
  510. package/dist/src/factories/UserFactory.js +0 -67
  511. package/dist/src/factories/UserFactory.js.map +0 -1
  512. package/dist/src/factories/WebshopFactory.d.ts +0 -16
  513. package/dist/src/factories/WebshopFactory.d.ts.map +0 -1
  514. package/dist/src/factories/WebshopFactory.js +0 -39
  515. package/dist/src/factories/WebshopFactory.js.map +0 -1
  516. package/dist/src/factories/index.d.ts.map +0 -1
  517. package/dist/src/factories/index.js +0 -30
  518. package/dist/src/factories/index.js.map +0 -1
  519. package/dist/src/helpers/DNSValidator.d.ts +0 -6
  520. package/dist/src/helpers/DNSValidator.d.ts.map +0 -1
  521. package/dist/src/helpers/DNSValidator.js +0 -145
  522. package/dist/src/helpers/DNSValidator.js.map +0 -1
  523. package/dist/src/helpers/EmailBuilder.d.ts +0 -83
  524. package/dist/src/helpers/EmailBuilder.d.ts.map +0 -1
  525. package/dist/src/helpers/EmailBuilder.js +0 -646
  526. package/dist/src/helpers/EmailBuilder.js.map +0 -1
  527. package/dist/src/helpers/Handlebars.d.ts.map +0 -1
  528. package/dist/src/helpers/Handlebars.js +0 -248
  529. package/dist/src/helpers/Handlebars.js.map +0 -1
  530. package/dist/src/helpers/MemberMerger.d.ts.map +0 -1
  531. package/dist/src/helpers/MemberMerger.js +0 -371
  532. package/dist/src/helpers/MemberMerger.js.map +0 -1
  533. package/dist/src/helpers/MemberMerger.test.d.ts +0 -2
  534. package/dist/src/helpers/MemberMerger.test.d.ts.map +0 -1
  535. package/dist/src/helpers/MemberMerger.test.js +0 -644
  536. package/dist/src/helpers/MemberMerger.test.js.map +0 -1
  537. package/dist/src/helpers/RateLimiter.d.ts.map +0 -1
  538. package/dist/src/helpers/RateLimiter.js +0 -69
  539. package/dist/src/helpers/RateLimiter.js.map +0 -1
  540. package/dist/src/helpers/WebshopCounter.d.ts +0 -8
  541. package/dist/src/helpers/WebshopCounter.d.ts.map +0 -1
  542. package/dist/src/helpers/WebshopCounter.js +0 -50
  543. package/dist/src/helpers/WebshopCounter.js.map +0 -1
  544. package/dist/src/index.d.ts.map +0 -1
  545. package/dist/src/index.js +0 -14
  546. package/dist/src/index.js.map +0 -1
  547. package/dist/src/migrations/1605262045-import-postcodes.js +0 -121
  548. package/dist/src/migrations/1605262046-import-postcodes-nl.js +0 -83
  549. package/dist/src/models/AuditLog.d.ts.map +0 -1
  550. package/dist/src/models/AuditLog.js +0 -98
  551. package/dist/src/models/AuditLog.js.map +0 -1
  552. package/dist/src/models/BalanceItem.d.ts +0 -217
  553. package/dist/src/models/BalanceItem.d.ts.map +0 -1
  554. package/dist/src/models/BalanceItem.js +0 -630
  555. package/dist/src/models/BalanceItem.js.map +0 -1
  556. package/dist/src/models/BalanceItemPayment.d.ts +0 -23
  557. package/dist/src/models/BalanceItemPayment.d.ts.map +0 -1
  558. package/dist/src/models/BalanceItemPayment.js +0 -70
  559. package/dist/src/models/BalanceItemPayment.js.map +0 -1
  560. package/dist/src/models/BuckarooPayment.d.ts.map +0 -1
  561. package/dist/src/models/BuckarooPayment.js +0 -28
  562. package/dist/src/models/BuckarooPayment.js.map +0 -1
  563. package/dist/src/models/CachedBalance.d.ts +0 -50
  564. package/dist/src/models/CachedBalance.d.ts.map +0 -1
  565. package/dist/src/models/CachedBalance.js +0 -394
  566. package/dist/src/models/CachedBalance.js.map +0 -1
  567. package/dist/src/models/Document.d.ts +0 -41
  568. package/dist/src/models/Document.d.ts.map +0 -1
  569. package/dist/src/models/Document.js +0 -255
  570. package/dist/src/models/Document.js.map +0 -1
  571. package/dist/src/models/DocumentTemplate.d.ts +0 -55
  572. package/dist/src/models/DocumentTemplate.d.ts.map +0 -1
  573. package/dist/src/models/DocumentTemplate.js +0 -723
  574. package/dist/src/models/DocumentTemplate.js.map +0 -1
  575. package/dist/src/models/DocumentTemplate.test.d.ts +0 -2
  576. package/dist/src/models/DocumentTemplate.test.d.ts.map +0 -1
  577. package/dist/src/models/DocumentTemplate.test.js +0 -57
  578. package/dist/src/models/DocumentTemplate.test.js.map +0 -1
  579. package/dist/src/models/Email.d.ts +0 -140
  580. package/dist/src/models/Email.d.ts.map +0 -1
  581. package/dist/src/models/Email.js +0 -1345
  582. package/dist/src/models/Email.js.map +0 -1
  583. package/dist/src/models/Email.test.d.ts +0 -2
  584. package/dist/src/models/Email.test.d.ts.map +0 -1
  585. package/dist/src/models/Email.test.js +0 -1036
  586. package/dist/src/models/Email.test.js.map +0 -1
  587. package/dist/src/models/EmailRecipient.d.ts.map +0 -1
  588. package/dist/src/models/EmailRecipient.js +0 -198
  589. package/dist/src/models/EmailRecipient.js.map +0 -1
  590. package/dist/src/models/EmailTemplate.d.ts +0 -23
  591. package/dist/src/models/EmailTemplate.d.ts.map +0 -1
  592. package/dist/src/models/EmailTemplate.js +0 -83
  593. package/dist/src/models/EmailTemplate.js.map +0 -1
  594. package/dist/src/models/EmailVerificationCode.d.ts +0 -59
  595. package/dist/src/models/EmailVerificationCode.d.ts.map +0 -1
  596. package/dist/src/models/EmailVerificationCode.js +0 -343
  597. package/dist/src/models/EmailVerificationCode.js.map +0 -1
  598. package/dist/src/models/Event.d.ts.map +0 -1
  599. package/dist/src/models/Event.js +0 -136
  600. package/dist/src/models/Event.js.map +0 -1
  601. package/dist/src/models/EventNotification.d.ts +0 -31
  602. package/dist/src/models/EventNotification.d.ts.map +0 -1
  603. package/dist/src/models/EventNotification.js +0 -102
  604. package/dist/src/models/EventNotification.js.map +0 -1
  605. package/dist/src/models/Group.d.ts +0 -45
  606. package/dist/src/models/Group.d.ts.map +0 -1
  607. package/dist/src/models/Group.js +0 -228
  608. package/dist/src/models/Group.js.map +0 -1
  609. package/dist/src/models/Image.d.ts +0 -16
  610. package/dist/src/models/Image.d.ts.map +0 -1
  611. package/dist/src/models/Image.js +0 -173
  612. package/dist/src/models/Image.js.map +0 -1
  613. package/dist/src/models/Invoice.d.ts.map +0 -1
  614. package/dist/src/models/Invoice.js +0 -190
  615. package/dist/src/models/Invoice.js.map +0 -1
  616. package/dist/src/models/InvoicedBalanceItem.d.ts +0 -66
  617. package/dist/src/models/InvoicedBalanceItem.d.ts.map +0 -1
  618. package/dist/src/models/InvoicedBalanceItem.js +0 -136
  619. package/dist/src/models/InvoicedBalanceItem.js.map +0 -1
  620. package/dist/src/models/Member.d.ts +0 -112
  621. package/dist/src/models/Member.d.ts.map +0 -1
  622. package/dist/src/models/Member.js +0 -415
  623. package/dist/src/models/Member.js.map +0 -1
  624. package/dist/src/models/MemberPlatformMembership.d.ts +0 -48
  625. package/dist/src/models/MemberPlatformMembership.d.ts.map +0 -1
  626. package/dist/src/models/MemberPlatformMembership.js +0 -381
  627. package/dist/src/models/MemberPlatformMembership.js.map +0 -1
  628. package/dist/src/models/MemberResponsibilityRecord.d.ts +0 -16
  629. package/dist/src/models/MemberResponsibilityRecord.d.ts.map +0 -1
  630. package/dist/src/models/MemberResponsibilityRecord.js +0 -69
  631. package/dist/src/models/MemberResponsibilityRecord.js.map +0 -1
  632. package/dist/src/models/MemberUser.d.ts.map +0 -1
  633. package/dist/src/models/MemberUser.js +0 -26
  634. package/dist/src/models/MemberUser.js.map +0 -1
  635. package/dist/src/models/MergedMember.d.ts +0 -23
  636. package/dist/src/models/MergedMember.d.ts.map +0 -1
  637. package/dist/src/models/MergedMember.js +0 -127
  638. package/dist/src/models/MergedMember.js.map +0 -1
  639. package/dist/src/models/MolliePayment.d.ts.map +0 -1
  640. package/dist/src/models/MolliePayment.js +0 -28
  641. package/dist/src/models/MolliePayment.js.map +0 -1
  642. package/dist/src/models/MollieToken.d.ts +0 -45
  643. package/dist/src/models/MollieToken.d.ts.map +0 -1
  644. package/dist/src/models/MollieToken.js +0 -334
  645. package/dist/src/models/MollieToken.js.map +0 -1
  646. package/dist/src/models/OneTimeToken.d.ts +0 -38
  647. package/dist/src/models/OneTimeToken.d.ts.map +0 -1
  648. package/dist/src/models/OneTimeToken.js +0 -129
  649. package/dist/src/models/OneTimeToken.js.map +0 -1
  650. package/dist/src/models/Order.d.ts +0 -112
  651. package/dist/src/models/Order.d.ts.map +0 -1
  652. package/dist/src/models/Order.js +0 -906
  653. package/dist/src/models/Order.js.map +0 -1
  654. package/dist/src/models/Organization.d.ts +0 -120
  655. package/dist/src/models/Organization.d.ts.map +0 -1
  656. package/dist/src/models/Organization.js +0 -828
  657. package/dist/src/models/Organization.js.map +0 -1
  658. package/dist/src/models/OrganizationRegistrationPeriod.d.ts +0 -22
  659. package/dist/src/models/OrganizationRegistrationPeriod.d.ts.map +0 -1
  660. package/dist/src/models/OrganizationRegistrationPeriod.js +0 -133
  661. package/dist/src/models/OrganizationRegistrationPeriod.js.map +0 -1
  662. package/dist/src/models/PasswordToken.d.ts +0 -30
  663. package/dist/src/models/PasswordToken.d.ts.map +0 -1
  664. package/dist/src/models/PasswordToken.js +0 -133
  665. package/dist/src/models/PasswordToken.js.map +0 -1
  666. package/dist/src/models/PayconiqPayment.d.ts +0 -22
  667. package/dist/src/models/PayconiqPayment.d.ts.map +0 -1
  668. package/dist/src/models/PayconiqPayment.js +0 -276
  669. package/dist/src/models/PayconiqPayment.js.map +0 -1
  670. package/dist/src/models/Payment.d.ts +0 -117
  671. package/dist/src/models/Payment.d.ts.map +0 -1
  672. package/dist/src/models/Payment.js +0 -293
  673. package/dist/src/models/Payment.js.map +0 -1
  674. package/dist/src/models/Platform.d.ts.map +0 -1
  675. package/dist/src/models/Platform.js +0 -182
  676. package/dist/src/models/Platform.js.map +0 -1
  677. package/dist/src/models/Platform.test.d.ts +0 -2
  678. package/dist/src/models/Platform.test.d.ts.map +0 -1
  679. package/dist/src/models/Platform.test.js +0 -90
  680. package/dist/src/models/Platform.test.js.map +0 -1
  681. package/dist/src/models/RegisterCode.d.ts.map +0 -1
  682. package/dist/src/models/RegisterCode.js +0 -80
  683. package/dist/src/models/RegisterCode.js.map +0 -1
  684. package/dist/src/models/Registration.d.ts +0 -93
  685. package/dist/src/models/Registration.d.ts.map +0 -1
  686. package/dist/src/models/Registration.js +0 -267
  687. package/dist/src/models/Registration.js.map +0 -1
  688. package/dist/src/models/RegistrationPeriod.d.ts.map +0 -1
  689. package/dist/src/models/RegistrationPeriod.js +0 -144
  690. package/dist/src/models/RegistrationPeriod.js.map +0 -1
  691. package/dist/src/models/STCredit.d.ts.map +0 -1
  692. package/dist/src/models/STCredit.js +0 -65
  693. package/dist/src/models/STCredit.js.map +0 -1
  694. package/dist/src/models/STInvoice.d.ts +0 -37
  695. package/dist/src/models/STInvoice.d.ts.map +0 -1
  696. package/dist/src/models/STInvoice.js +0 -145
  697. package/dist/src/models/STInvoice.js.map +0 -1
  698. package/dist/src/models/STPackage.d.ts.map +0 -1
  699. package/dist/src/models/STPackage.js +0 -280
  700. package/dist/src/models/STPackage.js.map +0 -1
  701. package/dist/src/models/STPendingInvoice.d.ts +0 -26
  702. package/dist/src/models/STPendingInvoice.d.ts.map +0 -1
  703. package/dist/src/models/STPendingInvoice.js +0 -73
  704. package/dist/src/models/STPendingInvoice.js.map +0 -1
  705. package/dist/src/models/StripeAccount.d.ts.map +0 -1
  706. package/dist/src/models/StripeAccount.js +0 -85
  707. package/dist/src/models/StripeAccount.js.map +0 -1
  708. package/dist/src/models/StripeCheckoutSession.d.ts.map +0 -1
  709. package/dist/src/models/StripeCheckoutSession.js +0 -39
  710. package/dist/src/models/StripeCheckoutSession.js.map +0 -1
  711. package/dist/src/models/StripePaymentIntent.d.ts.map +0 -1
  712. package/dist/src/models/StripePaymentIntent.js +0 -39
  713. package/dist/src/models/StripePaymentIntent.js.map +0 -1
  714. package/dist/src/models/Ticket.d.ts +0 -63
  715. package/dist/src/models/Ticket.d.ts.map +0 -1
  716. package/dist/src/models/Ticket.js +0 -162
  717. package/dist/src/models/Ticket.js.map +0 -1
  718. package/dist/src/models/Token.d.ts +0 -48
  719. package/dist/src/models/Token.d.ts.map +0 -1
  720. package/dist/src/models/Token.js +0 -212
  721. package/dist/src/models/Token.js.map +0 -1
  722. package/dist/src/models/Token.test.d.ts +0 -2
  723. package/dist/src/models/Token.test.d.ts.map +0 -1
  724. package/dist/src/models/Token.test.js +0 -60
  725. package/dist/src/models/Token.test.js.map +0 -1
  726. package/dist/src/models/UitpasClientCredential.d.ts.map +0 -1
  727. package/dist/src/models/UitpasClientCredential.js +0 -66
  728. package/dist/src/models/UitpasClientCredential.js.map +0 -1
  729. package/dist/src/models/UsedRegisterCode.d.ts.map +0 -1
  730. package/dist/src/models/UsedRegisterCode.js +0 -62
  731. package/dist/src/models/UsedRegisterCode.js.map +0 -1
  732. package/dist/src/models/User.d.ts +0 -77
  733. package/dist/src/models/User.d.ts.map +0 -1
  734. package/dist/src/models/User.js +0 -490
  735. package/dist/src/models/User.js.map +0 -1
  736. package/dist/src/models/UserPermissions.d.ts +0 -16
  737. package/dist/src/models/UserPermissions.d.ts.map +0 -1
  738. package/dist/src/models/UserPermissions.js +0 -61
  739. package/dist/src/models/UserPermissions.js.map +0 -1
  740. package/dist/src/models/Webshop.d.ts +0 -45
  741. package/dist/src/models/Webshop.d.ts.map +0 -1
  742. package/dist/src/models/Webshop.js +0 -192
  743. package/dist/src/models/Webshop.js.map +0 -1
  744. package/dist/src/models/WebshopDiscountCode.d.ts.map +0 -1
  745. package/dist/src/models/WebshopDiscountCode.js +0 -93
  746. package/dist/src/models/WebshopDiscountCode.js.map +0 -1
  747. package/dist/src/models/WebshopUitpasNumber.d.ts.map +0 -1
  748. package/dist/src/models/WebshopUitpasNumber.js +0 -95
  749. package/dist/src/models/WebshopUitpasNumber.js.map +0 -1
  750. package/dist/src/models/addresses/City.d.ts +0 -15
  751. package/dist/src/models/addresses/City.d.ts.map +0 -1
  752. package/dist/src/models/addresses/City.js +0 -39
  753. package/dist/src/models/addresses/City.js.map +0 -1
  754. package/dist/src/models/addresses/PostalCode.d.ts +0 -21
  755. package/dist/src/models/addresses/PostalCode.d.ts.map +0 -1
  756. package/dist/src/models/addresses/PostalCode.js +0 -143
  757. package/dist/src/models/addresses/PostalCode.js.map +0 -1
  758. package/dist/src/models/addresses/PostalCode.test.d.ts +0 -2
  759. package/dist/src/models/addresses/PostalCode.test.d.ts.map +0 -1
  760. package/dist/src/models/addresses/PostalCode.test.js +0 -98
  761. package/dist/src/models/addresses/PostalCode.test.js.map +0 -1
  762. package/dist/src/models/addresses/Province.d.ts +0 -9
  763. package/dist/src/models/addresses/Province.d.ts.map +0 -1
  764. package/dist/src/models/addresses/Province.js +0 -28
  765. package/dist/src/models/addresses/Province.js.map +0 -1
  766. package/dist/src/models/addresses/Street.d.ts.map +0 -1
  767. package/dist/src/models/addresses/Street.js +0 -30
  768. package/dist/src/models/addresses/Street.js.map +0 -1
  769. package/dist/src/models/index.d.ts +0 -54
  770. package/dist/src/models/index.d.ts.map +0 -1
  771. package/dist/src/models/index.js +0 -69
  772. package/dist/src/models/index.js.map +0 -1
  773. package/dist/src/structures/OrganizationServerMetaData.d.ts.map +0 -1
  774. package/dist/src/structures/OrganizationServerMetaData.js +0 -135
  775. package/dist/src/structures/OrganizationServerMetaData.js.map +0 -1
  776. package/dist/tests/jest.global.setup.d.ts +0 -3
  777. package/dist/tests/jest.global.setup.d.ts.map +0 -1
  778. package/dist/tests/jest.global.setup.js +0 -33
  779. package/dist/tests/jest.global.setup.js.map +0 -1
  780. package/dist/tests/jest.setup.d.ts +0 -2
  781. package/dist/tests/jest.setup.d.ts.map +0 -1
  782. package/dist/tests/jest.setup.js +0 -32
  783. package/dist/tests/jest.setup.js.map +0 -1
  784. package/dist/tsconfig.tsbuildinfo +0 -1
  785. /package/dist/{src/assets → assets}/Metropolis-Black.woff2 +0 -0
  786. /package/dist/{src/assets → assets}/Metropolis-BlackItalic.woff2 +0 -0
  787. /package/dist/{src/assets → assets}/Metropolis-Bold.woff2 +0 -0
  788. /package/dist/{src/assets → assets}/Metropolis-BoldItalic.woff2 +0 -0
  789. /package/dist/{src/assets → assets}/Metropolis-ExtraBold.woff2 +0 -0
  790. /package/dist/{src/assets → assets}/Metropolis-ExtraBoldItalic.woff2 +0 -0
  791. /package/dist/{src/assets → assets}/Metropolis-ExtraLight.woff2 +0 -0
  792. /package/dist/{src/assets → assets}/Metropolis-ExtraLightItalic.woff2 +0 -0
  793. /package/dist/{src/assets → assets}/Metropolis-Light.woff2 +0 -0
  794. /package/dist/{src/assets → assets}/Metropolis-LightItalic.woff2 +0 -0
  795. /package/dist/{src/assets → assets}/Metropolis-Medium.woff2 +0 -0
  796. /package/dist/{src/assets → assets}/Metropolis-MediumItalic.woff2 +0 -0
  797. /package/dist/{src/assets → assets}/Metropolis-Regular.woff2 +0 -0
  798. /package/dist/{src/assets → assets}/Metropolis-RegularItalic.woff2 +0 -0
  799. /package/dist/{src/assets → assets}/Metropolis-SemiBold.woff2 +0 -0
  800. /package/dist/{src/assets → assets}/Metropolis-SemiBoldItalic.woff2 +0 -0
  801. /package/dist/{src/assets → assets}/Metropolis-Thin.woff2 +0 -0
  802. /package/dist/{src/assets → assets}/Metropolis-ThinItalic.woff2 +0 -0
  803. /package/dist/{src/assets → assets}/logo.png +0 -0
  804. /package/dist/{src/factories → factories}/AddressFactory.d.ts +0 -0
  805. /package/dist/{src/factories → factories}/EmergencyContactFactory.d.ts +0 -0
  806. /package/dist/{src/factories → factories}/OrganizationTagFactory.d.ts +0 -0
  807. /package/dist/{src/factories → factories}/ParentFactory.d.ts +0 -0
  808. /package/dist/{src/factories → factories}/PlatformEventTypeFactory.d.ts +0 -0
  809. /package/dist/{src/factories → factories}/PlatformResponsibilityFactory.d.ts +0 -0
  810. /package/dist/{src/factories → factories}/RecordFactory.d.ts +0 -0
  811. /package/dist/{src/factories → factories}/RegisterCodeFactory.d.ts +0 -0
  812. /package/dist/{src/factories → factories}/index.d.ts +0 -0
  813. /package/dist/{src/helpers → helpers}/Handlebars.d.ts +0 -0
  814. /package/dist/{src/helpers → helpers}/MemberMerger.d.ts +0 -0
  815. /package/dist/{src/helpers → helpers}/RateLimiter.d.ts +0 -0
  816. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  817. /package/dist/{src/migrations → migrations}/1593773929-create-initial-tables.sql +0 -0
  818. /package/dist/{src/migrations → migrations}/1605261999-gemeenten-tmp.sql +0 -0
  819. /package/dist/{src/migrations → migrations}/1605262045-import-postcodes.d.ts +0 -0
  820. /package/dist/{src/migrations → migrations}/1605262046-import-postcodes-nl.d.ts +0 -0
  821. /package/dist/{src/migrations → migrations}/1605279038-drop-gemeenten-tmp.sql +0 -0
  822. /package/dist/{src/migrations → migrations}/1708607340-tickets-deleted-at.sql +0 -0
  823. /package/dist/{src/migrations → migrations}/1710459176-register-code-invoices.sql +0 -0
  824. /package/dist/{src/migrations → migrations}/1712158247-discount-codes.sql +0 -0
  825. /package/dist/{src/migrations → migrations}/1713178665-drop-invites.sql +0 -0
  826. /package/dist/{src/migrations → migrations}/1713178666-drop-keychain.sql +0 -0
  827. /package/dist/{src/migrations → migrations}/1713178667-drop-challenges.sql +0 -0
  828. /package/dist/{src/migrations → migrations}/1713178668-drop-user-keys.sql +0 -0
  829. /package/dist/{src/migrations → migrations}/1713178669-drop-organization-key.sql +0 -0
  830. /package/dist/{src/migrations → migrations}/1714985451-user-nullable-organization-id.sql +0 -0
  831. /package/dist/{src/migrations → migrations}/1714985452-email-verification-code-nullable-organization-id.sql +0 -0
  832. /package/dist/{src/migrations → migrations}/1714985453-user-organization-permissions.sql +0 -0
  833. /package/dist/{src/migrations → migrations}/1714985454-user-organization-permissions.sql +0 -0
  834. /package/dist/{src/migrations → migrations}/1715079362-platform.sql +0 -0
  835. /package/dist/{src/migrations → migrations}/1715181649-registrations-organization-id.sql +0 -0
  836. /package/dist/{src/migrations → migrations}/1715181650-registrations-organization-id-fill.sql +0 -0
  837. /package/dist/{src/migrations → migrations}/1715181651-registrations-organization-id-drop-null.sql +0 -0
  838. /package/dist/{src/migrations → migrations}/1716117067-members-nullable-organization-id.sql +0 -0
  839. /package/dist/{src/migrations → migrations}/1719567581-registration-periods.sql +0 -0
  840. /package/dist/{src/migrations → migrations}/1719567582-organization-registration-periods.sql +0 -0
  841. /package/dist/{src/migrations → migrations}/1719567881-organization-periodId.sql +0 -0
  842. /package/dist/{src/migrations → migrations}/1719567882-groups-periodId.sql +0 -0
  843. /package/dist/{src/migrations → migrations}/1719567883-platform-periodId.sql +0 -0
  844. /package/dist/{src/migrations → migrations}/1719568079-default-period.sql +0 -0
  845. /package/dist/{src/migrations → migrations}/1719568080-set-default-period-platform.sql +0 -0
  846. /package/dist/{src/migrations → migrations}/1719568081-set-default-period-organizations.sql +0 -0
  847. /package/dist/{src/migrations → migrations}/1719568082-set-default-period-groups.sql +0 -0
  848. /package/dist/{src/migrations → migrations}/1719580828-registrations-periodId.sql +0 -0
  849. /package/dist/{src/migrations → migrations}/1719580829-set-default-period-registrations.sql +0 -0
  850. /package/dist/{src/migrations → migrations}/1719931362-groups-default-age-group-id.sql +0 -0
  851. /package/dist/{src/migrations → migrations}/1720080975-convert-charset.sql +0 -0
  852. /package/dist/{src/migrations → migrations}/1720080976-responsibilities.sql +0 -0
  853. /package/dist/{src/migrations → migrations}/1720088136-member-membership-types.sql +0 -0
  854. /package/dist/{src/migrations → migrations}/1720088137-member-membership-types-expire-date.sql +0 -0
  855. /package/dist/{src/migrations → migrations}/1720444931-organization-active.sql +0 -0
  856. /package/dist/{src/migrations → migrations}/1721050380-email-table.sql +0 -0
  857. /package/dist/{src/migrations → migrations}/1721050381-email-recipients-table.sql +0 -0
  858. /package/dist/{src/migrations → migrations}/1721342679-responsibility-groupId.sql +0 -0
  859. /package/dist/{src/migrations → migrations}/1721342680-responsibility-groupId-foreign-key.sql +0 -0
  860. /package/dist/{src/migrations → migrations}/1721400546-users-memberId.sql +0 -0
  861. /package/dist/{src/migrations → migrations}/1721639159-membership-deleted-at.sql +0 -0
  862. /package/dist/{src/migrations → migrations}/1721639160-membership-generated.sql +0 -0
  863. /package/dist/{src/migrations → migrations}/1721841819-group-type.sql +0 -0
  864. /package/dist/{src/migrations → migrations}/1722090482-events.sql +0 -0
  865. /package/dist/{src/migrations → migrations}/1722269236-group-waitinglist-id.sql +0 -0
  866. /package/dist/{src/migrations → migrations}/1722525785-balance-item-paying-organization-id.sql +0 -0
  867. /package/dist/{src/migrations → migrations}/1722525787-depending-balance-item.sql +0 -0
  868. /package/dist/{src/migrations → migrations}/1722845608-registration-stock-reservations.sql +0 -0
  869. /package/dist/{src/migrations → migrations}/1722845609-group-stock-reservations.sql +0 -0
  870. /package/dist/{src/migrations → migrations}/1722852362-stripe-intents-account-id.sql +0 -0
  871. /package/dist/{src/migrations → migrations}/1722852363-stripe-checkout-sessions-account-id.sql +0 -0
  872. /package/dist/{src/migrations → migrations}/1722959111-allow-multiple-registrations.sql +0 -0
  873. /package/dist/{src/migrations → migrations}/1722963554-registration-group-price-and-options.sql +0 -0
  874. /package/dist/{src/migrations → migrations}/1723202125-member-number.sql +0 -0
  875. /package/dist/{src/migrations → migrations}/1723202126-member-number-index.sql +0 -0
  876. /package/dist/{src/migrations → migrations}/1723218160-balance-item-unit-price.sql +0 -0
  877. /package/dist/{src/migrations → migrations}/1723218161-balance-item-amount.sql +0 -0
  878. /package/dist/{src/migrations → migrations}/1723218162-balance-item-type.sql +0 -0
  879. /package/dist/{src/migrations → migrations}/1723218163-balance-item-type-defaults.sql +0 -0
  880. /package/dist/{src/migrations → migrations}/1723218164-balance-item-relations.sql +0 -0
  881. /package/dist/{src/migrations → migrations}/1723652795-payments-paying-user-id.sql +0 -0
  882. /package/dist/{src/migrations → migrations}/1723652796-payments-paying-organization-id.sql +0 -0
  883. /package/dist/{src/migrations → migrations}/1723652797-payments-paying-organization-id-fk.sql +0 -0
  884. /package/dist/{src/migrations → migrations}/1723652798-payments-customer.sql +0 -0
  885. /package/dist/{src/migrations → migrations}/1723736282-merged-members.sql +0 -0
  886. /package/dist/{src/migrations → migrations}/1724076162-setup-steps.sql +0 -0
  887. /package/dist/{src/migrations → migrations}/1724156666-member-indexes.sql +0 -0
  888. /package/dist/{src/migrations → migrations}/1724156667-organization-tag-index.sql +0 -0
  889. /package/dist/{src/migrations → migrations}/1724256125-membership-balance-item-id.sql +0 -0
  890. /package/dist/{src/migrations → migrations}/1724256126-membership-balance-item-fk.sql +0 -0
  891. /package/dist/{src/migrations → migrations}/1724258844-membershipOrganizationId.sql +0 -0
  892. /package/dist/{src/migrations → migrations}/1724258845-membershipOrganizationId-fk.sql +0 -0
  893. /package/dist/{src/migrations → migrations}/1726054851-balance-item-price-pending.sql +0 -0
  894. /package/dist/{src/migrations → migrations}/1726054852-cached-outstanding-balances.sql +0 -0
  895. /package/dist/{src/migrations → migrations}/1726668114-maximum-free-amount.sql +0 -0
  896. /package/dist/{src/migrations → migrations}/1726668115-free-amount.sql +0 -0
  897. /package/dist/{src/migrations → migrations}/1726668116-price-without-discount.sql +0 -0
  898. /package/dist/{src/migrations → migrations}/1727947041-registration-record-answers.sql +0 -0
  899. /package/dist/{src/migrations → migrations}/1729251385-order-extra-filter-columns.sql +0 -0
  900. /package/dist/{src/migrations → migrations}/1732285080-audit-logs.sql +0 -0
  901. /package/dist/{src/migrations → migrations}/1733129611-clear-audit-logs.sql +0 -0
  902. /package/dist/{src/migrations → migrations}/1733129612-audit-logs-source.sql +0 -0
  903. /package/dist/{src/migrations → migrations}/1733317908-added-missing-organization-fk-on-registrations.sql +0 -0
  904. /package/dist/{src/migrations → migrations}/1733317909-paying-organization-id-registrations.sql +0 -0
  905. /package/dist/{src/migrations → migrations}/1733317910-paying-organization-id-fk.sql +0 -0
  906. /package/dist/{src/migrations → migrations}/1733410641-audit-log-external-id.sql +0 -0
  907. /package/dist/{src/migrations → migrations}/1733418667-desc-audit-log-primary-key.sql +0 -0
  908. /package/dist/{src/migrations → migrations}/1733909398-balance-items-due-at.sql +0 -0
  909. /package/dist/{src/migrations → migrations}/1733909399-recalculate-at.sql +0 -0
  910. /package/dist/{src/migrations → migrations}/1733994454-balance-item-price-open.sql +0 -0
  911. /package/dist/{src/migrations → migrations}/1734084689-payment-type.sql +0 -0
  912. /package/dist/{src/migrations → migrations}/1734084690-move-payment-column-order.sql +0 -0
  913. /package/dist/{src/migrations → migrations}/1734084691-fill-payment-type-refunds.sql +0 -0
  914. /package/dist/{src/migrations → migrations}/1734084692-fill-payment-type-reallocations.sql +0 -0
  915. /package/dist/{src/migrations → migrations}/1734429094-registration-trial-until.sql +0 -0
  916. /package/dist/{src/migrations → migrations}/1734429095-membership-trial-until.sql +0 -0
  917. /package/dist/{src/migrations → migrations}/1734535120-registration-period-previous-period-id.sql +0 -0
  918. /package/dist/{src/migrations → migrations}/1734535121-platform-previous-period-id.sql +0 -0
  919. /package/dist/{src/migrations → migrations}/1734626607-cached-balance-amount-open.sql +0 -0
  920. /package/dist/{src/migrations → migrations}/1734698906-cached-balance-amount-paid.sql +0 -0
  921. /package/dist/{src/migrations → migrations}/1735573520-emails-email-type.sql +0 -0
  922. /package/dist/{src/migrations → migrations}/1735573521-email-recipients-email-type.sql +0 -0
  923. /package/dist/{src/migrations → migrations}/1735573522-emails-indexes.sql +0 -0
  924. /package/dist/{src/migrations → migrations}/1735982691-cached-balance-email-reminder-counts.sql +0 -0
  925. /package/dist/{src/migrations → migrations}/1736850097-audit-logs-meta.sql +0 -0
  926. /package/dist/{src/migrations → migrations}/1736947931-platform-server-config.sql +0 -0
  927. /package/dist/{src/migrations → migrations}/1738922428-membership-locked.sql +0 -0
  928. /package/dist/{src/migrations → migrations}/1739017508-event-notifications.sql +0 -0
  929. /package/dist/{src/migrations → migrations}/1739017509-event-notifications-link.sql +0 -0
  930. /package/dist/{src/migrations → migrations}/1739282590-event-notifications-submitted-at.sql +0 -0
  931. /package/dist/{src/migrations → migrations}/1741954610-event-notifications-accepted-record-answers.sql +0 -0
  932. /package/dist/{src/migrations → migrations}/1742579832-audit-log-longer-object-size.sql +0 -0
  933. /package/dist/{src/migrations → migrations}/1747913433-registration-discounts.sql +0 -0
  934. /package/dist/{src/migrations → migrations}/1747996262-balance-items-paid-at.sql +0 -0
  935. /package/dist/{src/migrations → migrations}/1747996263-balance-items-paid-at-fill.sql +0 -0
  936. /package/dist/{src/migrations → migrations}/1751633220-create-uitpas-client-credentials.sql +0 -0
  937. /package/dist/{src/migrations → migrations}/1751970372-create-webshop-uitpas-numbers.sql +0 -0
  938. /package/dist/{src/migrations → migrations}/1752655335-events-webshop-id.sql +0 -0
  939. /package/dist/{src/migrations → migrations}/1752678047-confirmation-email.sql +0 -0
  940. /package/dist/{src/migrations → migrations}/1753363434-service-fees.sql +0 -0
  941. /package/dist/{src/migrations → migrations}/1753430415-update-webshop-uitpasnumbers.sql +0 -0
  942. /package/dist/{src/migrations → migrations}/1755529026-email-sender-id.sql +0 -0
  943. /package/dist/{src/migrations → migrations}/1755789797-email-counts-errors.sql +0 -0
  944. /package/dist/{src/migrations → migrations}/1755789798-email-recipient-errors.sql +0 -0
  945. /package/dist/{src/migrations → migrations}/1756115313-email-recipient-ids-and-errors.sql +0 -0
  946. /package/dist/{src/migrations → migrations}/1756115314-email-recipient-email-optional.sql +0 -0
  947. /package/dist/{src/migrations → migrations}/1756115315-email-recipients-count.sql +0 -0
  948. /package/dist/{src/migrations → migrations}/1756115316-email-cached-counts.sql +0 -0
  949. /package/dist/{src/migrations → migrations}/1756115317-email-deleted-at.sql +0 -0
  950. /package/dist/{src/migrations → migrations}/1756293494-registration-period-next-period-id.sql +0 -0
  951. /package/dist/{src/migrations → migrations}/1756293495-platform-next-period-id.sql +0 -0
  952. /package/dist/{src/migrations → migrations}/1756387016-registration-period-custom-name.sql +0 -0
  953. /package/dist/{src/migrations → migrations}/1756391212-email-recipients-duplicate.sql +0 -0
  954. /package/dist/{src/migrations → migrations}/1756821154-email-send-as-email.sql +0 -0
  955. /package/dist/{src/migrations → migrations}/1758034021-email-recipient-previous-error.sql +0 -0
  956. /package/dist/{src/migrations → migrations}/1760535508-update-cached-balances-object-id-unique-constraint.sql +0 -0
  957. /package/dist/{src/migrations → migrations}/1761750780-renamed-invoice-organization-id.sql +0 -0
  958. /package/dist/{src/migrations → migrations}/1761750781-rename-index.sql +0 -0
  959. /package/dist/{src/migrations → migrations}/1761750782-invoices-add-organization-id.sql +0 -0
  960. /package/dist/{src/migrations → migrations}/1761750783-invoices-organization-id-fk.sql +0 -0
  961. /package/dist/{src/migrations → migrations}/1762521336-did-send-peppol.sql +0 -0
  962. /package/dist/{src/migrations → migrations}/1763216321-multiply-balance-item-payments.sql +0 -0
  963. /package/dist/{src/migrations → migrations}/1763216322-multiply-balance-items.sql +0 -0
  964. /package/dist/{src/migrations → migrations}/1763216323-bigint-cached-balances.sql +0 -0
  965. /package/dist/{src/migrations → migrations}/1763216324-multiply-cached-balances.sql +0 -0
  966. /package/dist/{src/migrations → migrations}/1763216325-multiply-member-platform-memberships.sql +0 -0
  967. /package/dist/{src/migrations → migrations}/1763216326-multiply-payments.sql +0 -0
  968. /package/dist/{src/migrations → migrations}/1763216327-multiply-register-codes.sql +0 -0
  969. /package/dist/{src/migrations → migrations}/1763216328-multiply-credits.sql +0 -0
  970. /package/dist/{src/migrations → migrations}/1763216329-multiply-orders.sql +0 -0
  971. /package/dist/{src/migrations → migrations}/1763216330-multiply-uitpas-numbers.sql +0 -0
  972. /package/dist/{src/migrations → migrations}/1763216331-balance-item-vat-percentages.sql +0 -0
  973. /package/dist/{src/migrations → migrations}/1763216332-balance-item-price-total.sql +0 -0
  974. /package/dist/{src/migrations → migrations}/1763216333-balance-item-price-total-fill.sql +0 -0
  975. /package/dist/{src/migrations → migrations}/1765895470-document-year.sql +0 -0
  976. /package/dist/{src/migrations → migrations}/1766150401-document-published-at.sql +0 -0
  977. /package/dist/{src/migrations → migrations}/1766410598-registration-end-date.sql +0 -0
  978. /package/dist/{src/migrations → migrations}/1769087807-invoices-table.sql +0 -0
  979. /package/dist/{src/migrations → migrations}/1769087808-invoiced-balance-items-table.sql +0 -0
  980. /package/dist/{src/migrations → migrations}/1769087809-payments-invoice-id.sql +0 -0
  981. /package/dist/{src/migrations → migrations}/1769621227-payments-rounding-amount.sql +0 -0
  982. /package/dist/{src/migrations → migrations}/1770917406-create-cached-balances-global-index.sql +0 -0
  983. /package/dist/{src/migrations → migrations}/1770917407-create-member-name-ordering-index.sql +0 -0
  984. /package/dist/{src/migrations → migrations}/1770917408-create-member-name-ordering-index-desc.sql +0 -0
  985. /package/dist/{src/migrations → migrations}/1770917409-create-member-age-ordering-index.sql +0 -0
  986. /package/dist/{src/migrations → migrations}/1770917410-create-member-age-ordering-index-desc.sql +0 -0
  987. /package/dist/{src/migrations → migrations}/1770917411-drop-duplicate-member-indexes.sql +0 -0
  988. /package/dist/{src/migrations → migrations}/1771510518-events-index-organization-id-start-date.sql +0 -0
  989. /package/dist/{src/migrations → migrations}/1771918307-membership-active-filter-index.sql +0 -0
  990. /package/dist/{src/migrations → migrations}/1772033555-balance-item-package-id.sql +0 -0
  991. /package/dist/{src/migrations → migrations}/1772033715-balance-item-start-end-date.sql +0 -0
  992. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Drenthe +0 -0
  993. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Flevoland +0 -0
  994. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Friesland +0 -0
  995. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Gelderland +0 -0
  996. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Groningen +0 -0
  997. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Limburg +0 -0
  998. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Noord-Brabant +0 -0
  999. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Noord-Holland +0 -0
  1000. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Overrijsel +0 -0
  1001. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Utrecht +0 -0
  1002. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Zeeland +0 -0
  1003. /package/dist/{src/migrations → migrations}/data/postcodes/nl/Zuid-Holland +0 -0
  1004. /package/dist/{src/models → models}/AuditLog.d.ts +0 -0
  1005. /package/dist/{src/models → models}/BuckarooPayment.d.ts +0 -0
  1006. /package/dist/{src/models → models}/EmailRecipient.d.ts +0 -0
  1007. /package/dist/{src/models → models}/Event.d.ts +0 -0
  1008. /package/dist/{src/models → models}/Invoice.d.ts +0 -0
  1009. /package/dist/{src/models → models}/MemberUser.d.ts +0 -0
  1010. /package/dist/{src/models → models}/MolliePayment.d.ts +0 -0
  1011. /package/dist/{src/models → models}/Platform.d.ts +0 -0
  1012. /package/dist/{src/models → models}/RegisterCode.d.ts +0 -0
  1013. /package/dist/{src/models → models}/RegistrationPeriod.d.ts +0 -0
  1014. /package/dist/{src/models → models}/STCredit.d.ts +0 -0
  1015. /package/dist/{src/models → models}/STPackage.d.ts +0 -0
  1016. /package/dist/{src/models → models}/StripeAccount.d.ts +0 -0
  1017. /package/dist/{src/models → models}/StripeCheckoutSession.d.ts +0 -0
  1018. /package/dist/{src/models → models}/StripePaymentIntent.d.ts +0 -0
  1019. /package/dist/{src/models → models}/UitpasClientCredential.d.ts +0 -0
  1020. /package/dist/{src/models → models}/UsedRegisterCode.d.ts +0 -0
  1021. /package/dist/{src/models → models}/WebshopDiscountCode.d.ts +0 -0
  1022. /package/dist/{src/models → models}/WebshopUitpasNumber.d.ts +0 -0
  1023. /package/dist/{src/models → models}/addresses/Street.d.ts +0 -0
  1024. /package/dist/{src/structures → structures}/OrganizationServerMetaData.d.ts +0 -0
@@ -1,630 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BalanceItem = void 0;
4
- const tslib_1 = require("tslib");
5
- const simple_database_1 = require("@simonbackx/simple-database");
6
- const structures_1 = require("@stamhoofd/structures");
7
- const utility_1 = require("@stamhoofd/utility");
8
- const uuid_1 = require("uuid");
9
- const simple_encoding_1 = require("@simonbackx/simple-encoding");
10
- const sql_1 = require("@stamhoofd/sql");
11
- const index_js_1 = require("./index.js");
12
- /**
13
- * Keeps track of how much a member/user owes or needs to be reimbursed.
14
- */
15
- class BalanceItem extends sql_1.QueryableModel {
16
- static table = 'balance_items';
17
- id;
18
- // Receiving organization
19
- organizationId;
20
- // Payer: memberId, userId or payingOrganizationId
21
- memberId = null;
22
- userId = null;
23
- payingOrganizationId = null;
24
- /**
25
- * The registration ID that is linked to this balance item
26
- */
27
- registrationId = null;
28
- /**
29
- * The order ID that is linked to this balance item
30
- */
31
- orderId = null;
32
- /**
33
- * The STPackage ID that is linked to this balance item
34
- */
35
- packageId = null;
36
- /**
37
- * The depending balance item ID that is linked to this balance item
38
- * -> as soon as this balance item is paid, we'll mark this balance item as pending if it is still hidden
39
- * -> allows for a pay back system where one user needs to pay back a different user
40
- */
41
- dependingBalanceItemId = null;
42
- type = structures_1.BalanceItemType.Other;
43
- relations = new Map();
44
- description = '';
45
- /**
46
- * In case this balance item is associated with an item that was charged for a certain period, the startDate is saved here.
47
- * e.g. startDate of the registration.
48
- */
49
- startDate = null;
50
- /**
51
- * In case this balance item is associated with an item that was charged for a certain period, the endDate is saved here.
52
- * e.g. endDate of the registration.
53
- */
54
- endDate = null;
55
- /**
56
- * @deprecated Use quantity
57
- */
58
- amount = 1;
59
- get quantity() {
60
- return this.amount;
61
- }
62
- set quantity(quantity) {
63
- this.amount = this.quantity;
64
- }
65
- /**
66
- * Price per piece
67
- *
68
- * NOTE: We store an integer of the price up to 4 digits after the comma.
69
- * 1 euro = 10000.
70
- * 0,01 euro = 100
71
- * 0,0001 euro = 1
72
- *
73
- * This is required for correct VAT calculations without intermediate rounding.
74
- */
75
- unitPrice;
76
- VATPercentage = null;
77
- VATIncluded = true;
78
- /**
79
- * Whether there is a VAT excempt reason.
80
- * Note: keep the original VAT in these cases. On time of payment or invoicing, the VAT excemption will be revalidated.
81
- * If that fails, we can still charge the VAT.
82
- */
83
- VATExcempt = null;
84
- /**
85
- * This is a cached value for storing in the database.
86
- * It stores the calculated price with VAT.
87
- *
88
- * price should = pricePaid + pricePending + priceOpen
89
- */
90
- priceTotal = 0;
91
- /**
92
- * Cached value, for optimizations
93
- *
94
- * NOTE: We store an integer of the price up to 4 digits after the comma.
95
- * 1 euro = 10000.
96
- * 0,01 euro = 100
97
- * 0,0001 euro = 1
98
- *
99
- * This is required for correct VAT calculations without intermediate rounding.
100
- */
101
- pricePaid = 0;
102
- /**
103
- * Cached value, for optimizations
104
- *
105
- * NOTE: We store an integer of the price up to 4 digits after the comma.
106
- * 1 euro = 10000.
107
- * 0,01 euro = 100
108
- * 0,0001 euro = 1
109
- *
110
- * This is required for correct VAT calculations without intermediate rounding.
111
- */
112
- pricePending = 0;
113
- /**
114
- * Cached value, for optimizations
115
- *
116
- * NOTE: We store an integer of the price up to 4 digits after the comma.
117
- * 1 euro = 10000.
118
- * 0,01 euro = 100
119
- * 0,0001 euro = 1
120
- *
121
- * This is required for correct VAT calculations without intermediate rounding.
122
- */
123
- priceOpen = 0;
124
- /**
125
- * todo: deprecate ('pending' and 'paid') + 'hidden' status and replace with 'due' + 'hidden'
126
- * -> maybe add 'due' (due if dueAt is null or <= now), 'hidden' (never due), 'future' (= not due until dueAt - but not possible to pay earlier)
127
- */
128
- status = structures_1.BalanceItemStatus.Due;
129
- /**
130
- * In case the balance item doesn't have to be paid immediately, we can set a due date.
131
- * When the due date is reached, it is set to null and the cached balance is updated.
132
- */
133
- dueAt = null;
134
- /**
135
- * Marking a balance item as 'paid' can have side effects. To prevent executing these side effects multiple times, we store it in here.
136
- */
137
- paidAt = null;
138
- createdAt;
139
- updatedAt;
140
- /**
141
- * @deprecated: use priceWithVAT
142
- * NOTE: This contains an integer of the price up to 4 digits after the comma.
143
- * 1 euro = 10000.
144
- * 0,01 euro = 100
145
- * 0,0001 euro = 1
146
- *
147
- * This is required for correct VAT calculations without intermediate rounding.
148
- */
149
- get price() {
150
- return this.priceWithVAT;
151
- }
152
- /**
153
- * Difference here is that when the VAT is excempt, this is still set, while VAT will be zero.
154
- */
155
- get calculatedVAT() {
156
- if (!this.VATPercentage) {
157
- // VAT percentage not set, so treat as 0%
158
- return 0;
159
- }
160
- if (this.VATIncluded) {
161
- // Calculate VAT on price incl. VAT, which is not 100% correct and causes roudning issues
162
- return this.unitPrice * this.amount - utility_1.STMath.round(this.unitPrice * this.amount * 100 / (100 + this.VATPercentage));
163
- }
164
- // Note: the rounding is only to avoid floating point errors in software, this should not cause any actual rounding
165
- // That is the reason why we store it up to 4 digits after comma
166
- return utility_1.STMath.round(this.VATPercentage * this.unitPrice * this.amount / 100);
167
- }
168
- /**
169
- * Note: This is not 100% accurate due to rounding
170
- * Legally, VAT must be calculated at the invoice level and rounded there, so calculating VAT at the line level will always contain errors - unless we work with prices that already include VAT.
171
- * Technically, we cannot pass infinitely precise numbers through the system to avoid rounding. Therefore, the returned number is rounded to 4 decimal places. For typical amounts with only 2 decimal places, this does not result in a loss of accuracy.
172
- * As a result, VAT calculation must be performed again at the end, just before payment.
173
- */
174
- get VAT() {
175
- if (this.VATExcempt) {
176
- // Exempt from VAT
177
- return 0;
178
- }
179
- return this.calculatedVAT;
180
- }
181
- get priceWithVAT() {
182
- return this.priceWithoutVAT + this.VAT;
183
- }
184
- /**
185
- * Note: when the VAT is already included, the result of this will be unreliable because of rounding issues.
186
- * Do not use this in calculations!
187
- */
188
- get priceWithoutVAT() {
189
- if (this.VATIncluded) {
190
- return this.unitPrice * this.amount - this.calculatedVAT;
191
- }
192
- return this.unitPrice * this.amount;
193
- }
194
- get isAfterDueDate() {
195
- if (this.dueAt === null) {
196
- return true;
197
- }
198
- const now = new Date();
199
- now.setMilliseconds(0);
200
- return this.dueAt <= now;
201
- }
202
- /**
203
- * Note: cancelled balance items can also return 'true', because if they have pending/paid payments, they are still due with a negative price
204
- */
205
- get isDue() {
206
- if (this.status === structures_1.BalanceItemStatus.Hidden) {
207
- return false;
208
- }
209
- return this.isAfterDueDate;
210
- }
211
- /**
212
- * NOTE: This contains an integer of the price up to 4 digits after the comma.
213
- * 1 euro = 10000.
214
- * 0,01 euro = 100
215
- * 0,0001 euro = 1
216
- *
217
- * This is required for correct VAT calculations without intermediate rounding.
218
- */
219
- get calculatedPriceOpen() {
220
- if (this.status !== structures_1.BalanceItemStatus.Due) {
221
- return -this.pricePaid - this.pricePending;
222
- }
223
- return this.priceWithVAT - this.pricePaid - this.pricePending;
224
- }
225
- /**
226
- * Returns zero if the balance item is canceled, otherwise priceWithVAT
227
- */
228
- get priceDue() {
229
- if (this.status === structures_1.BalanceItemStatus.Canceled) {
230
- return 0;
231
- }
232
- return this.priceWithVAT;
233
- }
234
- /**
235
- * price minus pricePaid
236
- */
237
- get priceUnpaid() {
238
- return this.priceWithVAT - this.pricePaid;
239
- }
240
- get isPaid() {
241
- if (this.price < 0) {
242
- return this.priceUnpaid >= 0;
243
- }
244
- return this.priceUnpaid <= 0;
245
- }
246
- /**
247
- * Options.cancellationFeePercentage: 0-10000 (0-100%)
248
- * By default 0% will be charged
249
- * Will create a new cancellation fee if the cancellation fee percentage is not 0%
250
- */
251
- static async deleteItems(items, options) {
252
- // Find depending items
253
- const dependingItemIds = utility_1.Formatter.uniqueArray(items.filter(i => !!i.dependingBalanceItemId).map(i => i.dependingBalanceItemId)).filter(id => !items.some(item => item.id === id));
254
- if (dependingItemIds.length) {
255
- // Remove depending items too
256
- const dependingItems = await BalanceItem.getByIDs(...dependingItemIds);
257
- items = [...items, ...dependingItems];
258
- }
259
- const deletedItems = [];
260
- // Set other items to zero (the balance item payments keep the real price)
261
- for (const item of items) {
262
- if (item.status !== structures_1.BalanceItemStatus.Due) {
263
- continue;
264
- }
265
- deletedItems.push(item);
266
- item.status = structures_1.BalanceItemStatus.Canceled;
267
- await item.save();
268
- if (options && options.cancellationFeePercentage !== undefined && options.cancellationFeePercentage !== 0) {
269
- if (options.cancellationFeePercentage < 0 || options.cancellationFeePercentage > 100 * 100) {
270
- throw new Error('Invalid cancellation fee percentage. Range 0-10000 expected, received ' + options.cancellationFeePercentage);
271
- }
272
- // Refund the user
273
- const cancellationFee = utility_1.STMath.round(item.price * options.cancellationFeePercentage / 10000);
274
- if (cancellationFee !== 0) {
275
- // Create a new item
276
- const cancellationItem = await item.createCancellationItem(cancellationFee);
277
- deletedItems.push(cancellationItem);
278
- }
279
- }
280
- }
281
- // if (deletedItems.length) {
282
- // await this.updateOutstanding(deletedItems);
283
- // }
284
- return deletedItems;
285
- }
286
- async createCancellationItem(fee) {
287
- const item = new BalanceItem();
288
- item.organizationId = this.organizationId;
289
- item.memberId = this.memberId;
290
- item.userId = this.userId;
291
- item.payingOrganizationId = this.payingOrganizationId;
292
- item.registrationId = this.registrationId;
293
- item.type = structures_1.BalanceItemType.CancellationFee;
294
- item.relations = this.relations;
295
- item.description = this.description;
296
- item.amount = 1;
297
- item.unitPrice = fee;
298
- item.status = structures_1.BalanceItemStatus.Due;
299
- item.dueAt = null;
300
- await item.save();
301
- return item;
302
- }
303
- static async reactivateItems(items) {
304
- let needsUpdate = false;
305
- for (const item of items) {
306
- if (item.status === structures_1.BalanceItemStatus.Hidden) {
307
- item.status = structures_1.BalanceItemStatus.Due;
308
- needsUpdate = true;
309
- await item.save();
310
- }
311
- }
312
- // if (needsUpdate) {
313
- // await this.updateOutstanding(items);
314
- // }
315
- }
316
- static async undoForDeletedOrders(orderIds) {
317
- if (orderIds.length === 0) {
318
- return;
319
- }
320
- const items = await BalanceItem.where({ orderId: { sign: 'IN', value: orderIds } });
321
- await this.reactivateItems(items);
322
- }
323
- static async deleteForDeletedOrders(orderIds, options) {
324
- if (orderIds.length === 0) {
325
- return;
326
- }
327
- const items = await BalanceItem.where({ orderId: { sign: 'IN', value: orderIds } });
328
- return await this.deleteItems(items, options);
329
- }
330
- static async deleteForDeletedMember(memberId, options) {
331
- const items = await BalanceItem.where({ memberId });
332
- return await this.deleteItems(items, options);
333
- }
334
- static async deleteForDeletedRegistration(registrationId, options) {
335
- const items = await BalanceItem.select()
336
- .where('registrationId', registrationId)
337
- .where('type', [structures_1.BalanceItemType.Registration, structures_1.BalanceItemType.RegistrationBundleDiscount])
338
- .fetch();
339
- return await this.deleteItems(items, options);
340
- }
341
- static async getForRegistration(registrationId, organizationId) {
342
- let q = BalanceItem.select()
343
- .where('registrationId', registrationId)
344
- .whereNot('status', structures_1.BalanceItemStatus.Hidden);
345
- if (organizationId) {
346
- q = q.where('organizationId', organizationId);
347
- }
348
- const items = await q
349
- .fetch();
350
- return {
351
- items,
352
- ...(await this.loadPayments(items)),
353
- };
354
- }
355
- /**
356
- * Update the outstanding balance of multiple members in one go (or all members)
357
- */
358
- static async updatePricePaid(balanceItemIds) {
359
- if (balanceItemIds !== 'all' && balanceItemIds.length === 0) {
360
- return;
361
- }
362
- const params = [];
363
- let firstWhere = '';
364
- let secondWhere = '';
365
- if (balanceItemIds !== 'all') {
366
- firstWhere = ` AND balanceItemId IN (?)`;
367
- params.push(balanceItemIds);
368
- params.push(balanceItemIds);
369
- secondWhere = `WHERE balance_items.id IN (?)`;
370
- params.push(balanceItemIds);
371
- }
372
- // Note: this query only works in MySQL because of the SET assignment behaviour allowing to reference newly set values
373
- const query = `
374
- UPDATE
375
- balance_items
376
- LEFT JOIN (
377
- SELECT
378
- balanceItemId,
379
- sum(balance_item_payments.price) AS price
380
- FROM
381
- balance_item_payments
382
- LEFT JOIN payments ON payments.id = balance_item_payments.paymentId
383
- WHERE
384
- payments.status = 'Succeeded'${firstWhere}
385
- GROUP BY
386
- balanceItemId
387
- ) paid ON paid.balanceItemId = balance_items.id
388
- LEFT JOIN (
389
- SELECT
390
- balanceItemId,
391
- sum(balance_item_payments.price) AS price
392
- FROM
393
- balance_item_payments
394
- LEFT JOIN payments ON payments.id = balance_item_payments.paymentId
395
- WHERE
396
- payments.status != 'Succeeded' AND payments.status != 'Failed'${firstWhere}
397
- GROUP BY
398
- balanceItemId
399
- ) pending ON pending.balanceItemId = balance_items.id
400
- SET balance_items.pricePaid = coalesce(paid.price, 0),
401
- balance_items.pricePending = coalesce(pending.price, 0),
402
- balance_items.priceOpen = (CASE
403
- WHEN balance_items.status = '${structures_1.BalanceItemStatus.Due}' THEN (balance_items.priceTotal - balance_items.pricePaid - balance_items.pricePending)
404
- ELSE (-balance_items.pricePaid - balance_items.pricePending)
405
- END)
406
- ${secondWhere}`;
407
- await simple_database_1.Database.update(query, params);
408
- }
409
- static async loadPayments(items) {
410
- if (items.length == 0) {
411
- return { balanceItemPayments: [], payments: [] };
412
- }
413
- // Load balance payment items
414
- const { BalanceItemPayment } = await Promise.resolve().then(() => tslib_1.__importStar(require('./BalanceItemPayment.js')));
415
- const balanceItemPayments = await BalanceItemPayment.select()
416
- .where('balanceItemId', items.map(i => i.id))
417
- .fetch();
418
- const payments = await index_js_1.Payment.getByIDs(...balanceItemPayments.map(p => p.paymentId));
419
- return { payments, balanceItemPayments };
420
- }
421
- getStructure() {
422
- return structures_1.BalanceItem.create({
423
- ...this,
424
- });
425
- }
426
- static async getStructureWithPayments(items) {
427
- if (items.length === 0) {
428
- return [];
429
- }
430
- const { payments, balanceItemPayments } = await BalanceItem.loadPayments(items);
431
- return items.map((item) => {
432
- const thisBalanceItemPayments = balanceItemPayments.filter(p => p.balanceItemId === item.id);
433
- return structures_1.BalanceItemWithPayments.create({
434
- ...item,
435
- payments: thisBalanceItemPayments.map((p) => {
436
- const payment = payments.find(pp => pp.id === p.paymentId);
437
- return structures_1.BalanceItemPaymentWithPayment.create({
438
- ...p,
439
- payment: structures_1.Payment.create(payment),
440
- });
441
- }),
442
- });
443
- });
444
- }
445
- static async getStructureWithPrivatePayments(items) {
446
- if (items.length === 0) {
447
- return [];
448
- }
449
- const { payments, balanceItemPayments } = await BalanceItem.loadPayments(items);
450
- return items.map((item) => {
451
- const thisBalanceItemPayments = balanceItemPayments.filter(p => p.balanceItemId === item.id);
452
- return structures_1.BalanceItemWithPrivatePayments.create({
453
- ...item,
454
- payments: thisBalanceItemPayments.map((p) => {
455
- const payment = payments.find(pp => pp.id === p.paymentId);
456
- return structures_1.BalanceItemPaymentWithPrivatePayment.create({
457
- ...p,
458
- payment: structures_1.PrivatePayment.create(payment),
459
- });
460
- }),
461
- });
462
- });
463
- }
464
- static async balanceItemsForUsersAndMembers(organizationId, userIds, memberIds) {
465
- if (memberIds.length == 0 && userIds.length == 0) {
466
- return [];
467
- }
468
- const params = [];
469
- const where = [];
470
- if (memberIds.length) {
471
- if (memberIds.length == 1) {
472
- where.push(`memberId = ?`);
473
- params.push(memberIds[0]);
474
- }
475
- else {
476
- where.push(`memberId IN (?)`);
477
- params.push(memberIds);
478
- }
479
- }
480
- // Note here, we don't search for memberId IS NULL restriction in MySQL because it slows down the query too much (500ms)
481
- // Better if we do it in code here
482
- if (userIds.length) {
483
- if (userIds.length == 1) {
484
- where.push('userId = ?');
485
- params.push(userIds[0]);
486
- }
487
- else {
488
- where.push('userId IN (?)');
489
- params.push(userIds);
490
- }
491
- }
492
- const requiredWhere = [];
493
- if (organizationId) {
494
- requiredWhere.push('organizationId = ?');
495
- params.push(organizationId);
496
- }
497
- const query = `SELECT ${BalanceItem.getDefaultSelect()} FROM ${BalanceItem.table} WHERE (${where.join(' OR ')}) ${requiredWhere.length ? (' AND ' + requiredWhere.join(' AND ')) : ''} AND ${BalanceItem.table}.status != ?`;
498
- params.push(structures_1.BalanceItemStatus.Hidden);
499
- const [rows] = await simple_database_1.Database.select(query, params);
500
- const balanceItems = BalanceItem.fromRows(rows, BalanceItem.table);
501
- // Filter out items of other members
502
- if (memberIds.length) {
503
- return balanceItems.filter(b => !b.memberId || memberIds.includes(b.memberId));
504
- }
505
- return balanceItems;
506
- }
507
- static async balanceItemsForOrganization(organizationId) {
508
- return await BalanceItem.select()
509
- .where('payingOrganizationId', organizationId)
510
- .whereNot('status', structures_1.BalanceItemStatus.Hidden)
511
- .fetch();
512
- }
513
- }
514
- exports.BalanceItem = BalanceItem;
515
- tslib_1.__decorate([
516
- (0, simple_database_1.column)({
517
- primary: true, type: 'string', beforeSave(value) {
518
- return value ?? (0, uuid_1.v4)();
519
- },
520
- })
521
- ], BalanceItem.prototype, "id", void 0);
522
- tslib_1.__decorate([
523
- (0, simple_database_1.column)({ type: 'string' })
524
- ], BalanceItem.prototype, "organizationId", void 0);
525
- tslib_1.__decorate([
526
- (0, simple_database_1.column)({ type: 'string', nullable: true })
527
- ], BalanceItem.prototype, "memberId", void 0);
528
- tslib_1.__decorate([
529
- (0, simple_database_1.column)({ type: 'string', nullable: true })
530
- ], BalanceItem.prototype, "userId", void 0);
531
- tslib_1.__decorate([
532
- (0, simple_database_1.column)({ type: 'string', nullable: true })
533
- ], BalanceItem.prototype, "payingOrganizationId", void 0);
534
- tslib_1.__decorate([
535
- (0, simple_database_1.column)({ type: 'string', nullable: true })
536
- ], BalanceItem.prototype, "registrationId", void 0);
537
- tslib_1.__decorate([
538
- (0, simple_database_1.column)({ type: 'string', nullable: true })
539
- ], BalanceItem.prototype, "orderId", void 0);
540
- tslib_1.__decorate([
541
- (0, simple_database_1.column)({ type: 'string', nullable: true })
542
- ], BalanceItem.prototype, "packageId", void 0);
543
- tslib_1.__decorate([
544
- (0, simple_database_1.column)({ type: 'string', nullable: true })
545
- ], BalanceItem.prototype, "dependingBalanceItemId", void 0);
546
- tslib_1.__decorate([
547
- (0, simple_database_1.column)({ type: 'string' })
548
- ], BalanceItem.prototype, "type", void 0);
549
- tslib_1.__decorate([
550
- (0, simple_database_1.column)({ decoder: new simple_encoding_1.MapDecoder(new simple_encoding_1.EnumDecoder(structures_1.BalanceItemRelationType), structures_1.BalanceItemRelation), type: 'json' })
551
- ], BalanceItem.prototype, "relations", void 0);
552
- tslib_1.__decorate([
553
- (0, simple_database_1.column)({ type: 'string' })
554
- ], BalanceItem.prototype, "description", void 0);
555
- tslib_1.__decorate([
556
- (0, simple_database_1.column)({ type: 'datetime', nullable: true })
557
- ], BalanceItem.prototype, "startDate", void 0);
558
- tslib_1.__decorate([
559
- (0, simple_database_1.column)({ type: 'datetime', nullable: true })
560
- ], BalanceItem.prototype, "endDate", void 0);
561
- tslib_1.__decorate([
562
- (0, simple_database_1.column)({ type: 'integer' })
563
- ], BalanceItem.prototype, "amount", void 0);
564
- tslib_1.__decorate([
565
- (0, simple_database_1.column)({ type: 'integer' })
566
- ], BalanceItem.prototype, "unitPrice", void 0);
567
- tslib_1.__decorate([
568
- (0, simple_database_1.column)({ type: 'integer', nullable: true })
569
- ], BalanceItem.prototype, "VATPercentage", void 0);
570
- tslib_1.__decorate([
571
- (0, simple_database_1.column)({ type: 'boolean' })
572
- ], BalanceItem.prototype, "VATIncluded", void 0);
573
- tslib_1.__decorate([
574
- (0, simple_database_1.column)({ type: 'string', nullable: true })
575
- ], BalanceItem.prototype, "VATExcempt", void 0);
576
- tslib_1.__decorate([
577
- (0, simple_database_1.column)({
578
- type: 'integer',
579
- beforeSave: function () {
580
- return this.priceWithVAT;
581
- },
582
- })
583
- ], BalanceItem.prototype, "priceTotal", void 0);
584
- tslib_1.__decorate([
585
- (0, simple_database_1.column)({ type: 'integer' })
586
- ], BalanceItem.prototype, "pricePaid", void 0);
587
- tslib_1.__decorate([
588
- (0, simple_database_1.column)({ type: 'integer' })
589
- ], BalanceItem.prototype, "pricePending", void 0);
590
- tslib_1.__decorate([
591
- (0, simple_database_1.column)({
592
- type: 'integer',
593
- beforeSave: function () {
594
- return this.calculatedPriceOpen;
595
- },
596
- skipUpdate: true,
597
- })
598
- ], BalanceItem.prototype, "priceOpen", void 0);
599
- tslib_1.__decorate([
600
- (0, simple_database_1.column)({ type: 'string' })
601
- ], BalanceItem.prototype, "status", void 0);
602
- tslib_1.__decorate([
603
- (0, simple_database_1.column)({ type: 'datetime', nullable: true })
604
- ], BalanceItem.prototype, "dueAt", void 0);
605
- tslib_1.__decorate([
606
- (0, simple_database_1.column)({ type: 'datetime', nullable: true })
607
- ], BalanceItem.prototype, "paidAt", void 0);
608
- tslib_1.__decorate([
609
- (0, simple_database_1.column)({
610
- type: 'datetime', beforeSave(old) {
611
- if (old !== undefined) {
612
- return old;
613
- }
614
- const date = new Date();
615
- date.setMilliseconds(0);
616
- return date;
617
- },
618
- })
619
- ], BalanceItem.prototype, "createdAt", void 0);
620
- tslib_1.__decorate([
621
- (0, simple_database_1.column)({
622
- type: 'datetime', beforeSave() {
623
- const date = new Date();
624
- date.setMilliseconds(0);
625
- return date;
626
- },
627
- skipUpdate: true,
628
- })
629
- ], BalanceItem.prototype, "updatedAt", void 0);
630
- //# sourceMappingURL=BalanceItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BalanceItem.js","sourceRoot":"","sources":["../../../src/models/BalanceItem.ts"],"names":[],"mappings":"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"}
@@ -1,23 +0,0 @@
1
- import { ManyToOneRelation } from '@simonbackx/simple-database';
2
- import { BalanceItem, Payment } from './index.js';
3
- import { QueryableModel } from '@stamhoofd/sql';
4
- /**
5
- * Keeps track of all the created payments of a balance item, which contains the (tries) to pay a balance item.
6
- * It also keeps track of how much a given payment is split between multiple balance items, which makes it possible to pay a balance item partially.
7
- */
8
- export declare class BalanceItemPayment extends QueryableModel {
9
- static table: string;
10
- id: string;
11
- organizationId: string;
12
- paymentId: string;
13
- balanceItemId: string;
14
- /**
15
- * Part of price of the payment that is used to 'pay' the balance item
16
- */
17
- price: number;
18
- createdAt: Date;
19
- updatedAt: Date;
20
- static balanceItem: ManyToOneRelation<"balanceItem", BalanceItem>;
21
- static payment: ManyToOneRelation<"payment", Payment>;
22
- }
23
- //# sourceMappingURL=BalanceItemPayment.d.ts.map