@mikemo-coposit/am-accounting-shared 0.0.4 → 0.0.6

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 (431) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  2. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
  4. package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
  6. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  7. package/dist/cjs/constants/cma-transaction/index.d.ts +1 -0
  8. package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -1
  9. package/dist/cjs/constants/index.d.ts +2 -2
  10. package/dist/cjs/constants/index.d.ts.map +1 -1
  11. package/dist/cjs/constants/mta-transaction/index.d.ts +1 -0
  12. package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -1
  13. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
  14. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  15. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
  16. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
  17. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +0 -4
  18. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  19. package/dist/cjs/constants/payout/index.d.ts +4 -0
  20. package/dist/cjs/constants/payout/index.d.ts.map +1 -0
  21. package/dist/cjs/constants/payout/payout-status.constant.d.ts +9 -0
  22. package/dist/cjs/constants/payout/payout-status.constant.d.ts.map +1 -0
  23. package/dist/cjs/constants/payout/payout-type.constant.d.ts +9 -0
  24. package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -0
  25. package/dist/cjs/constants/payout/payout.constant.d.ts +37 -0
  26. package/dist/cjs/constants/payout/payout.constant.d.ts.map +1 -0
  27. package/dist/cjs/constants/payout-bank-file/index.d.ts +2 -0
  28. package/dist/cjs/constants/payout-bank-file/index.d.ts.map +1 -0
  29. package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
  30. package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
  31. package/dist/cjs/index.js +1549 -781
  32. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +1053 -24
  33. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  34. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +759 -0
  35. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -0
  36. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  37. package/dist/cjs/schemas/cma/index.d.ts +1 -1
  38. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  39. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
  40. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
  41. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  42. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
  43. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
  44. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  45. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
  46. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
  47. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
  48. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
  49. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  50. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
  51. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
  52. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  53. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
  54. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  55. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  56. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
  57. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
  58. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
  59. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
  60. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
  61. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  62. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
  63. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  64. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
  65. package/dist/cjs/schemas/cma-transaction/index.d.ts +2 -0
  66. package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
  67. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +4 -0
  68. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
  69. package/dist/cjs/schemas/common/account/account-number.schma.d.ts +4 -0
  70. package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -0
  71. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +4 -0
  72. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -0
  73. package/dist/cjs/schemas/common/account/index.d.ts +5 -0
  74. package/dist/cjs/schemas/common/account/index.d.ts.map +1 -0
  75. package/dist/cjs/schemas/common/account/state-code.schema.d.ts +4 -0
  76. package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -0
  77. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
  78. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
  79. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
  80. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
  81. package/dist/cjs/schemas/common/amount/index.d.ts +3 -0
  82. package/dist/cjs/schemas/common/amount/index.d.ts.map +1 -0
  83. package/dist/cjs/schemas/common/index.d.ts +4 -0
  84. package/dist/cjs/schemas/common/index.d.ts.map +1 -0
  85. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +8 -0
  86. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
  87. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +32 -0
  88. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -0
  89. package/dist/cjs/schemas/common/search/index.d.ts +6 -0
  90. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -0
  91. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +31 -0
  92. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -0
  93. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +66 -0
  94. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -0
  95. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +41 -0
  96. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -0
  97. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  98. package/dist/cjs/schemas/index.d.ts +4 -0
  99. package/dist/cjs/schemas/index.d.ts.map +1 -1
  100. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +6 -6
  101. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +12 -12
  102. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +211 -426
  103. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  104. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
  105. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  106. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
  107. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
  108. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  109. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
  110. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
  111. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
  112. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  113. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
  114. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
  115. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  116. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
  117. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  118. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
  119. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
  120. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  121. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  122. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  123. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
  124. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  125. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
  126. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  127. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
  128. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  129. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
  130. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
  131. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
  132. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
  133. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
  134. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  135. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +416 -0
  136. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
  137. package/dist/cjs/schemas/payout/index.d.ts +9 -1
  138. package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
  139. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
  140. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
  141. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
  142. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
  143. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +260 -0
  144. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
  145. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
  146. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
  147. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +401 -285
  148. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  149. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +12 -26
  150. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
  151. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +401 -110
  152. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
  153. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +36678 -0
  154. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -0
  155. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +361 -114
  156. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
  157. package/dist/cjs/schemas/payout-bank-file/index.d.ts +3 -0
  158. package/dist/cjs/schemas/payout-bank-file/index.d.ts.map +1 -0
  159. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
  160. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
  161. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
  162. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
  163. package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts +2 -0
  164. package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
  165. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
  166. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
  167. package/dist/cjs/schemas/payout-transaction/index.d.ts +3 -0
  168. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -0
  169. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
  170. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
  171. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
  172. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
  173. package/dist/cjs/schemas/project/project.entity.schema.d.ts +86 -6
  174. package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
  175. package/dist/cjs/schemas/project/project.rest.schema.d.ts +218 -215
  176. package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
  177. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  178. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
  179. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  180. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +7 -7
  181. package/dist/cjs/schemas/property/index.d.ts +1 -0
  182. package/dist/cjs/schemas/property/index.d.ts.map +1 -1
  183. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
  184. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +864 -0
  185. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -0
  186. package/dist/cjs/schemas/property/property.entity.schema.d.ts +734 -17
  187. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  188. package/dist/cjs/schemas/property/property.rest.schema.d.ts +2479 -984
  189. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  190. package/dist/cjs/schemas/user/index.d.ts +1 -0
  191. package/dist/cjs/schemas/user/index.d.ts.map +1 -1
  192. package/dist/cjs/schemas/user/user.entity.schema.d.ts +4 -4
  193. package/dist/cjs/schemas/user/user.rest.schema.d.ts +35 -0
  194. package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -0
  195. package/dist/cjs/utils/amount.util.d.ts +2 -2
  196. package/dist/cjs/utils/amount.util.d.ts.map +1 -1
  197. package/dist/cjs/utils/bank-account.util.d.ts +17 -0
  198. package/dist/cjs/utils/bank-account.util.d.ts.map +1 -0
  199. package/dist/cjs/utils/index.d.ts +2 -0
  200. package/dist/cjs/utils/index.d.ts.map +1 -1
  201. package/dist/cjs/utils/property.util.d.ts +12 -0
  202. package/dist/cjs/utils/property.util.d.ts.map +1 -0
  203. package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
  204. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  205. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  206. package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
  207. package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
  208. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
  209. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  210. package/dist/esm/constants/cma-transaction/index.d.ts +1 -0
  211. package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -1
  212. package/dist/esm/constants/index.d.ts +2 -2
  213. package/dist/esm/constants/index.d.ts.map +1 -1
  214. package/dist/esm/constants/mta-transaction/index.d.ts +1 -0
  215. package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -1
  216. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
  217. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  218. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
  219. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
  220. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +0 -4
  221. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  222. package/dist/esm/constants/payout/index.d.ts +4 -0
  223. package/dist/esm/constants/payout/index.d.ts.map +1 -0
  224. package/dist/esm/constants/payout/payout-status.constant.d.ts +9 -0
  225. package/dist/esm/constants/payout/payout-status.constant.d.ts.map +1 -0
  226. package/dist/esm/constants/payout/payout-type.constant.d.ts +9 -0
  227. package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -0
  228. package/dist/esm/constants/payout/payout.constant.d.ts +37 -0
  229. package/dist/esm/constants/payout/payout.constant.d.ts.map +1 -0
  230. package/dist/esm/constants/payout-bank-file/index.d.ts +2 -0
  231. package/dist/esm/constants/payout-bank-file/index.d.ts.map +1 -0
  232. package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
  233. package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
  234. package/dist/esm/index.mjs +1699 -1159
  235. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +1053 -24
  236. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  237. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +759 -0
  238. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -0
  239. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  240. package/dist/esm/schemas/cma/index.d.ts +1 -1
  241. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  242. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
  243. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
  244. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  245. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
  246. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
  247. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  248. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
  249. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
  250. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
  251. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
  252. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  253. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
  254. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
  255. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  256. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
  257. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  258. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  259. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
  260. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
  261. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
  262. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
  263. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
  264. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  265. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
  266. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  267. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
  268. package/dist/esm/schemas/cma-transaction/index.d.ts +2 -0
  269. package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
  270. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +4 -0
  271. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
  272. package/dist/esm/schemas/common/account/account-number.schma.d.ts +4 -0
  273. package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -0
  274. package/dist/esm/schemas/common/account/bank-code.schema.d.ts +4 -0
  275. package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -0
  276. package/dist/esm/schemas/common/account/index.d.ts +5 -0
  277. package/dist/esm/schemas/common/account/index.d.ts.map +1 -0
  278. package/dist/esm/schemas/common/account/state-code.schema.d.ts +4 -0
  279. package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -0
  280. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
  281. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
  282. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
  283. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
  284. package/dist/esm/schemas/common/amount/index.d.ts +3 -0
  285. package/dist/esm/schemas/common/amount/index.d.ts.map +1 -0
  286. package/dist/esm/schemas/common/index.d.ts +4 -0
  287. package/dist/esm/schemas/common/index.d.ts.map +1 -0
  288. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +8 -0
  289. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
  290. package/dist/esm/schemas/common/search/date-filter.schema.d.ts +32 -0
  291. package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -0
  292. package/dist/esm/schemas/common/search/index.d.ts +6 -0
  293. package/dist/esm/schemas/common/search/index.d.ts.map +1 -0
  294. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +31 -0
  295. package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -0
  296. package/dist/esm/schemas/common/search/number-filter.schema.d.ts +66 -0
  297. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -0
  298. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +41 -0
  299. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -0
  300. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  301. package/dist/esm/schemas/index.d.ts +4 -0
  302. package/dist/esm/schemas/index.d.ts.map +1 -1
  303. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +6 -6
  304. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +12 -12
  305. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +211 -426
  306. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  307. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
  308. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  309. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
  310. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
  311. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  312. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
  313. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
  314. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
  315. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  316. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
  317. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
  318. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  319. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
  320. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  321. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
  322. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
  323. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  324. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  325. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  326. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
  327. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  328. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
  329. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  330. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
  331. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  332. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
  333. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
  334. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
  335. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
  336. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
  337. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  338. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +416 -0
  339. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
  340. package/dist/esm/schemas/payout/index.d.ts +9 -1
  341. package/dist/esm/schemas/payout/index.d.ts.map +1 -1
  342. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
  343. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
  344. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
  345. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
  346. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +260 -0
  347. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
  348. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
  349. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
  350. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +401 -285
  351. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  352. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +12 -26
  353. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
  354. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +401 -110
  355. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
  356. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +36678 -0
  357. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -0
  358. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +361 -114
  359. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
  360. package/dist/esm/schemas/payout-bank-file/index.d.ts +3 -0
  361. package/dist/esm/schemas/payout-bank-file/index.d.ts.map +1 -0
  362. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
  363. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
  364. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
  365. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
  366. package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts +2 -0
  367. package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
  368. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
  369. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
  370. package/dist/esm/schemas/payout-transaction/index.d.ts +3 -0
  371. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -0
  372. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
  373. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
  374. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
  375. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
  376. package/dist/esm/schemas/project/project.entity.schema.d.ts +86 -6
  377. package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
  378. package/dist/esm/schemas/project/project.rest.schema.d.ts +218 -215
  379. package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
  380. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  381. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
  382. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  383. package/dist/esm/schemas/property/customer.entity.schema.d.ts +7 -7
  384. package/dist/esm/schemas/property/index.d.ts +1 -0
  385. package/dist/esm/schemas/property/index.d.ts.map +1 -1
  386. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
  387. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +864 -0
  388. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -0
  389. package/dist/esm/schemas/property/property.entity.schema.d.ts +734 -17
  390. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  391. package/dist/esm/schemas/property/property.rest.schema.d.ts +2479 -984
  392. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  393. package/dist/esm/schemas/user/index.d.ts +1 -0
  394. package/dist/esm/schemas/user/index.d.ts.map +1 -1
  395. package/dist/esm/schemas/user/user.entity.schema.d.ts +4 -4
  396. package/dist/esm/schemas/user/user.rest.schema.d.ts +35 -0
  397. package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -0
  398. package/dist/esm/utils/amount.util.d.ts +2 -2
  399. package/dist/esm/utils/amount.util.d.ts.map +1 -1
  400. package/dist/esm/utils/bank-account.util.d.ts +17 -0
  401. package/dist/esm/utils/bank-account.util.d.ts.map +1 -0
  402. package/dist/esm/utils/index.d.ts +2 -0
  403. package/dist/esm/utils/index.d.ts.map +1 -1
  404. package/dist/esm/utils/property.util.d.ts +12 -0
  405. package/dist/esm/utils/property.util.d.ts.map +1 -0
  406. package/dist/esm/utils/transaction.util.d.ts.map +1 -1
  407. package/package.json +5 -5
  408. package/dist/cjs/constants/mta-account-period/index.d.ts +0 -2
  409. package/dist/cjs/constants/mta-account-period/index.d.ts.map +0 -1
  410. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
  411. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
  412. package/dist/cjs/constants/mta-reconciliation/index.d.ts +0 -2
  413. package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +0 -1
  414. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
  415. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
  416. package/dist/cjs/schemas/cma/cma-res.schema.d.ts +0 -333
  417. package/dist/cjs/schemas/cma/cma-res.schema.d.ts.map +0 -1
  418. package/dist/cjs/schemas/payout/payout.create.schema.d.ts +0 -157
  419. package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +0 -1
  420. package/dist/esm/constants/mta-account-period/index.d.ts +0 -2
  421. package/dist/esm/constants/mta-account-period/index.d.ts.map +0 -1
  422. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
  423. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
  424. package/dist/esm/constants/mta-reconciliation/index.d.ts +0 -2
  425. package/dist/esm/constants/mta-reconciliation/index.d.ts.map +0 -1
  426. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
  427. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
  428. package/dist/esm/schemas/cma/cma-res.schema.d.ts +0 -333
  429. package/dist/esm/schemas/cma/cma-res.schema.d.ts.map +0 -1
  430. package/dist/esm/schemas/payout/payout.create.schema.d.ts +0 -157
  431. package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AAIvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qCAAqC,EAAE,MAAM,sEAAsE,CAAC;AAK7H,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAe1C,CAAC;AAEH,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC7D,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1D,iBAAiB,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,sBAAsB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,sBAAsB,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;CACrG,CAAC;AAEF,KAAK,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC/D,GAAG,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3D,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,sBAAsB,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD,sBAAsB,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrG,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,KAAK,CA2B7E,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ export declare const cancelPayoutRestReqSchema: z.ZodObject<{
3
+ id: z.ZodString;
4
+ reason: z.ZodString;
5
+ }, "strip", z.ZodTypeAny, {
6
+ id: string;
7
+ reason: string;
8
+ }, {
9
+ id: string;
10
+ reason: string;
11
+ }>;
12
+ export type CancelPayoutRestReq = z.input<typeof cancelPayoutRestReqSchema>;
13
+ //# sourceMappingURL=cancel-payout.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/cancel-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,yBAAyB;;;;;;;;;EAGpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { z } from 'zod';
2
+ export declare const confirmBankFileProcessedRestReqSchema: z.ZodObject<{
3
+ payoutId: z.ZodString;
4
+ bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6
+ clearedAt: z.ZodDate;
7
+ }, "strip", z.ZodTypeAny, {
8
+ clearedAt: Date;
9
+ payoutId: string;
10
+ description?: string | null | undefined;
11
+ bankRef?: string | null | undefined;
12
+ }, {
13
+ clearedAt: Date;
14
+ payoutId: string;
15
+ description?: string | null | undefined;
16
+ bankRef?: string | null | undefined;
17
+ }>;
18
+ export type ConfirmBankFileProcessedRestReq = z.input<typeof confirmBankFileProcessedRestReqSchema>;
19
+ //# sourceMappingURL=confirm-bank-file-processed.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confirm-bank-file-processed.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/confirm-bank-file-processed.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;EAKhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
@@ -0,0 +1,57 @@
1
+ import { z } from 'zod';
2
+ import { PayoutSourceAccountType } from '../../constants/payout/payout.constant';
3
+ export declare const createMtaToCmaPayoutRestReqSchema: z.ZodObject<{
4
+ payoutType: z.ZodLiteral<"trust_to_cma_payout">;
5
+ payoutSourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
6
+ bankRef: z.ZodString;
7
+ description: z.ZodString;
8
+ mtaId: z.ZodString;
9
+ targetDetails: z.ZodArray<z.ZodObject<{
10
+ cmaId: z.ZodString;
11
+ propertyId: z.ZodString;
12
+ creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodBigInt>;
13
+ description: z.ZodString;
14
+ bankRef: z.ZodString;
15
+ }, "strip", z.ZodTypeAny, {
16
+ creditAmountCents: bigint;
17
+ description: string;
18
+ cmaId: string;
19
+ propertyId: string;
20
+ bankRef: string;
21
+ }, {
22
+ creditAmountCents: number;
23
+ description: string;
24
+ cmaId: string;
25
+ propertyId: string;
26
+ bankRef: string;
27
+ }>, "many">;
28
+ }, "strip", z.ZodTypeAny, {
29
+ mtaId: string;
30
+ description: string;
31
+ bankRef: string;
32
+ payoutType: "trust_to_cma_payout";
33
+ payoutSourceAccountType: PayoutSourceAccountType.MTA;
34
+ targetDetails: {
35
+ creditAmountCents: bigint;
36
+ description: string;
37
+ cmaId: string;
38
+ propertyId: string;
39
+ bankRef: string;
40
+ }[];
41
+ }, {
42
+ mtaId: string;
43
+ description: string;
44
+ bankRef: string;
45
+ payoutType: "trust_to_cma_payout";
46
+ payoutSourceAccountType: PayoutSourceAccountType.MTA;
47
+ targetDetails: {
48
+ creditAmountCents: number;
49
+ description: string;
50
+ cmaId: string;
51
+ propertyId: string;
52
+ bankRef: string;
53
+ }[];
54
+ }>;
55
+ export type CreateMtaToCmaPayoutRestReq = z.input<typeof createMtaToCmaPayoutRestReqSchema>;
56
+ export type CreateMtaToCmaPayout = z.output<typeof createMtaToCmaPayoutRestReqSchema>;
57
+ //# sourceMappingURL=create-mta-to-cma-payout.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-mta-to-cma-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/create-mta-to-cma-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAGjF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc5C,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
@@ -0,0 +1,416 @@
1
+ import { z } from 'zod';
2
+ import { PayoutSourceAccountType, PayoutTargetAccountType } from '../../constants/payout/payout.constant';
3
+ export declare const createSettlementPayoutTargetAccountSchema: z.ZodObject<{
4
+ targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
5
+ creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
6
+ description: z.ZodString;
7
+ bankRef: z.ZodString;
8
+ targetAccountName: z.ZodString;
9
+ targetAccountNumber: z.ZodString;
10
+ targetBsb: z.ZodString;
11
+ sourcePropertyId: z.ZodOptional<z.ZodString>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ creditAmountCents: bigint;
14
+ description: string;
15
+ bankRef: string;
16
+ targetAccountType: PayoutTargetAccountType.OTHER;
17
+ targetAccountName: string;
18
+ targetAccountNumber: string;
19
+ targetBsb: string;
20
+ sourcePropertyId?: string | undefined;
21
+ }, {
22
+ creditAmountCents: string | number | bigint;
23
+ description: string;
24
+ bankRef: string;
25
+ targetAccountType: PayoutTargetAccountType.OTHER;
26
+ targetAccountName: string;
27
+ targetAccountNumber: string;
28
+ targetBsb: string;
29
+ sourcePropertyId?: string | undefined;
30
+ }>;
31
+ export type CreateSettlementPayoutTargetAccountRestReq = z.input<typeof createSettlementPayoutTargetAccountSchema>;
32
+ export type CreateSettlementPayoutTargetAccount = z.output<typeof createSettlementPayoutTargetAccountSchema>;
33
+ export declare const createCmaSettlementPayoutSourceAccountSchema: z.ZodObject<{
34
+ sourceAccountId: z.ZodString;
35
+ sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.CMA>;
36
+ sourceBankRef: z.ZodString;
37
+ sourceDescription: z.ZodString;
38
+ }, "strip", z.ZodTypeAny, {
39
+ sourceAccountId: string;
40
+ sourceAccountType: PayoutSourceAccountType.CMA;
41
+ sourceBankRef: string;
42
+ sourceDescription: string;
43
+ }, {
44
+ sourceAccountId: string;
45
+ sourceAccountType: PayoutSourceAccountType.CMA;
46
+ sourceBankRef: string;
47
+ sourceDescription: string;
48
+ }>;
49
+ export type CreateCmaSettlementPayoutSourceAccount = z.output<typeof createCmaSettlementPayoutSourceAccountSchema>;
50
+ export declare const createMtaSettlementPayoutSourceAccountSchema: z.ZodObject<{
51
+ sourceAccountId: z.ZodString;
52
+ sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
53
+ sourceBankRef: z.ZodString;
54
+ sourceDescription: z.ZodString;
55
+ }, "strip", z.ZodTypeAny, {
56
+ sourceAccountId: string;
57
+ sourceAccountType: PayoutSourceAccountType.MTA;
58
+ sourceBankRef: string;
59
+ sourceDescription: string;
60
+ }, {
61
+ sourceAccountId: string;
62
+ sourceAccountType: PayoutSourceAccountType.MTA;
63
+ sourceBankRef: string;
64
+ sourceDescription: string;
65
+ }>;
66
+ export type CreateMtaSettlementPayoutSourceAccount = z.output<typeof createMtaSettlementPayoutSourceAccountSchema>;
67
+ export declare const createMtaSettlementPayoutRestReqSchema: z.ZodObject<{
68
+ projectId: z.ZodString;
69
+ payoutType: z.ZodLiteral<"trust_settlement_payout">;
70
+ sourceAccount: z.ZodLazy<z.ZodObject<{
71
+ sourceAccountId: z.ZodString;
72
+ sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
73
+ sourceBankRef: z.ZodString;
74
+ sourceDescription: z.ZodString;
75
+ }, "strip", z.ZodTypeAny, {
76
+ sourceAccountId: string;
77
+ sourceAccountType: PayoutSourceAccountType.MTA;
78
+ sourceBankRef: string;
79
+ sourceDescription: string;
80
+ }, {
81
+ sourceAccountId: string;
82
+ sourceAccountType: PayoutSourceAccountType.MTA;
83
+ sourceBankRef: string;
84
+ sourceDescription: string;
85
+ }>>;
86
+ targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
87
+ targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
88
+ creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
89
+ description: z.ZodString;
90
+ bankRef: z.ZodString;
91
+ targetAccountName: z.ZodString;
92
+ targetAccountNumber: z.ZodString;
93
+ targetBsb: z.ZodString;
94
+ sourcePropertyId: z.ZodOptional<z.ZodString>;
95
+ }, "strip", z.ZodTypeAny, {
96
+ creditAmountCents: bigint;
97
+ description: string;
98
+ bankRef: string;
99
+ targetAccountType: PayoutTargetAccountType.OTHER;
100
+ targetAccountName: string;
101
+ targetAccountNumber: string;
102
+ targetBsb: string;
103
+ sourcePropertyId?: string | undefined;
104
+ }, {
105
+ creditAmountCents: string | number | bigint;
106
+ description: string;
107
+ bankRef: string;
108
+ targetAccountType: PayoutTargetAccountType.OTHER;
109
+ targetAccountName: string;
110
+ targetAccountNumber: string;
111
+ targetBsb: string;
112
+ sourcePropertyId?: string | undefined;
113
+ }>, "many">>;
114
+ }, "strip", z.ZodTypeAny, {
115
+ projectId: string;
116
+ payoutType: "trust_settlement_payout";
117
+ sourceAccount: {
118
+ sourceAccountId: string;
119
+ sourceAccountType: PayoutSourceAccountType.MTA;
120
+ sourceBankRef: string;
121
+ sourceDescription: string;
122
+ };
123
+ targetAccounts: {
124
+ creditAmountCents: bigint;
125
+ description: string;
126
+ bankRef: string;
127
+ targetAccountType: PayoutTargetAccountType.OTHER;
128
+ targetAccountName: string;
129
+ targetAccountNumber: string;
130
+ targetBsb: string;
131
+ sourcePropertyId?: string | undefined;
132
+ }[];
133
+ }, {
134
+ projectId: string;
135
+ payoutType: "trust_settlement_payout";
136
+ sourceAccount: {
137
+ sourceAccountId: string;
138
+ sourceAccountType: PayoutSourceAccountType.MTA;
139
+ sourceBankRef: string;
140
+ sourceDescription: string;
141
+ };
142
+ targetAccounts: {
143
+ creditAmountCents: string | number | bigint;
144
+ description: string;
145
+ bankRef: string;
146
+ targetAccountType: PayoutTargetAccountType.OTHER;
147
+ targetAccountName: string;
148
+ targetAccountNumber: string;
149
+ targetBsb: string;
150
+ sourcePropertyId?: string | undefined;
151
+ }[];
152
+ }>;
153
+ export type CreateMtaSettlementPayoutRestReq = z.input<typeof createMtaSettlementPayoutRestReqSchema>;
154
+ export type CreateMtaSettlementPayout = z.output<typeof createMtaSettlementPayoutRestReqSchema>;
155
+ export declare const createCmaSettlementPayoutRestReqSchema: z.ZodObject<{
156
+ projectId: z.ZodString;
157
+ payoutType: z.ZodLiteral<"cma_settlement_payout">;
158
+ sourceAccount: z.ZodLazy<z.ZodObject<{
159
+ sourceAccountId: z.ZodString;
160
+ sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.CMA>;
161
+ sourceBankRef: z.ZodString;
162
+ sourceDescription: z.ZodString;
163
+ }, "strip", z.ZodTypeAny, {
164
+ sourceAccountId: string;
165
+ sourceAccountType: PayoutSourceAccountType.CMA;
166
+ sourceBankRef: string;
167
+ sourceDescription: string;
168
+ }, {
169
+ sourceAccountId: string;
170
+ sourceAccountType: PayoutSourceAccountType.CMA;
171
+ sourceBankRef: string;
172
+ sourceDescription: string;
173
+ }>>;
174
+ targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
175
+ targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
176
+ creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
177
+ description: z.ZodString;
178
+ bankRef: z.ZodString;
179
+ targetAccountName: z.ZodString;
180
+ targetAccountNumber: z.ZodString;
181
+ targetBsb: z.ZodString;
182
+ sourcePropertyId: z.ZodOptional<z.ZodString>;
183
+ }, "strip", z.ZodTypeAny, {
184
+ creditAmountCents: bigint;
185
+ description: string;
186
+ bankRef: string;
187
+ targetAccountType: PayoutTargetAccountType.OTHER;
188
+ targetAccountName: string;
189
+ targetAccountNumber: string;
190
+ targetBsb: string;
191
+ sourcePropertyId?: string | undefined;
192
+ }, {
193
+ creditAmountCents: string | number | bigint;
194
+ description: string;
195
+ bankRef: string;
196
+ targetAccountType: PayoutTargetAccountType.OTHER;
197
+ targetAccountName: string;
198
+ targetAccountNumber: string;
199
+ targetBsb: string;
200
+ sourcePropertyId?: string | undefined;
201
+ }>, "many">>;
202
+ }, "strip", z.ZodTypeAny, {
203
+ projectId: string;
204
+ payoutType: "cma_settlement_payout";
205
+ sourceAccount: {
206
+ sourceAccountId: string;
207
+ sourceAccountType: PayoutSourceAccountType.CMA;
208
+ sourceBankRef: string;
209
+ sourceDescription: string;
210
+ };
211
+ targetAccounts: {
212
+ creditAmountCents: bigint;
213
+ description: string;
214
+ bankRef: string;
215
+ targetAccountType: PayoutTargetAccountType.OTHER;
216
+ targetAccountName: string;
217
+ targetAccountNumber: string;
218
+ targetBsb: string;
219
+ sourcePropertyId?: string | undefined;
220
+ }[];
221
+ }, {
222
+ projectId: string;
223
+ payoutType: "cma_settlement_payout";
224
+ sourceAccount: {
225
+ sourceAccountId: string;
226
+ sourceAccountType: PayoutSourceAccountType.CMA;
227
+ sourceBankRef: string;
228
+ sourceDescription: string;
229
+ };
230
+ targetAccounts: {
231
+ creditAmountCents: string | number | bigint;
232
+ description: string;
233
+ bankRef: string;
234
+ targetAccountType: PayoutTargetAccountType.OTHER;
235
+ targetAccountName: string;
236
+ targetAccountNumber: string;
237
+ targetBsb: string;
238
+ sourcePropertyId?: string | undefined;
239
+ }[];
240
+ }>;
241
+ export type CreateCmaSettlementPayoutRestReq = z.input<typeof createCmaSettlementPayoutRestReqSchema>;
242
+ export type CreateCmaSettlementPayout = z.output<typeof createCmaSettlementPayoutRestReqSchema>;
243
+ export declare const createSettlementPayoutRestReqSchema: z.ZodDiscriminatedUnion<"payoutType", [z.ZodObject<{
244
+ projectId: z.ZodString;
245
+ payoutType: z.ZodLiteral<"trust_settlement_payout">;
246
+ sourceAccount: z.ZodLazy<z.ZodObject<{
247
+ sourceAccountId: z.ZodString;
248
+ sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
249
+ sourceBankRef: z.ZodString;
250
+ sourceDescription: z.ZodString;
251
+ }, "strip", z.ZodTypeAny, {
252
+ sourceAccountId: string;
253
+ sourceAccountType: PayoutSourceAccountType.MTA;
254
+ sourceBankRef: string;
255
+ sourceDescription: string;
256
+ }, {
257
+ sourceAccountId: string;
258
+ sourceAccountType: PayoutSourceAccountType.MTA;
259
+ sourceBankRef: string;
260
+ sourceDescription: string;
261
+ }>>;
262
+ targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
263
+ targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
264
+ creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
265
+ description: z.ZodString;
266
+ bankRef: z.ZodString;
267
+ targetAccountName: z.ZodString;
268
+ targetAccountNumber: z.ZodString;
269
+ targetBsb: z.ZodString;
270
+ sourcePropertyId: z.ZodOptional<z.ZodString>;
271
+ }, "strip", z.ZodTypeAny, {
272
+ creditAmountCents: bigint;
273
+ description: string;
274
+ bankRef: string;
275
+ targetAccountType: PayoutTargetAccountType.OTHER;
276
+ targetAccountName: string;
277
+ targetAccountNumber: string;
278
+ targetBsb: string;
279
+ sourcePropertyId?: string | undefined;
280
+ }, {
281
+ creditAmountCents: string | number | bigint;
282
+ description: string;
283
+ bankRef: string;
284
+ targetAccountType: PayoutTargetAccountType.OTHER;
285
+ targetAccountName: string;
286
+ targetAccountNumber: string;
287
+ targetBsb: string;
288
+ sourcePropertyId?: string | undefined;
289
+ }>, "many">>;
290
+ }, "strip", z.ZodTypeAny, {
291
+ projectId: string;
292
+ payoutType: "trust_settlement_payout";
293
+ sourceAccount: {
294
+ sourceAccountId: string;
295
+ sourceAccountType: PayoutSourceAccountType.MTA;
296
+ sourceBankRef: string;
297
+ sourceDescription: string;
298
+ };
299
+ targetAccounts: {
300
+ creditAmountCents: bigint;
301
+ description: string;
302
+ bankRef: string;
303
+ targetAccountType: PayoutTargetAccountType.OTHER;
304
+ targetAccountName: string;
305
+ targetAccountNumber: string;
306
+ targetBsb: string;
307
+ sourcePropertyId?: string | undefined;
308
+ }[];
309
+ }, {
310
+ projectId: string;
311
+ payoutType: "trust_settlement_payout";
312
+ sourceAccount: {
313
+ sourceAccountId: string;
314
+ sourceAccountType: PayoutSourceAccountType.MTA;
315
+ sourceBankRef: string;
316
+ sourceDescription: string;
317
+ };
318
+ targetAccounts: {
319
+ creditAmountCents: string | number | bigint;
320
+ description: string;
321
+ bankRef: string;
322
+ targetAccountType: PayoutTargetAccountType.OTHER;
323
+ targetAccountName: string;
324
+ targetAccountNumber: string;
325
+ targetBsb: string;
326
+ sourcePropertyId?: string | undefined;
327
+ }[];
328
+ }>, z.ZodObject<{
329
+ projectId: z.ZodString;
330
+ payoutType: z.ZodLiteral<"cma_settlement_payout">;
331
+ sourceAccount: z.ZodLazy<z.ZodObject<{
332
+ sourceAccountId: z.ZodString;
333
+ sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.CMA>;
334
+ sourceBankRef: z.ZodString;
335
+ sourceDescription: z.ZodString;
336
+ }, "strip", z.ZodTypeAny, {
337
+ sourceAccountId: string;
338
+ sourceAccountType: PayoutSourceAccountType.CMA;
339
+ sourceBankRef: string;
340
+ sourceDescription: string;
341
+ }, {
342
+ sourceAccountId: string;
343
+ sourceAccountType: PayoutSourceAccountType.CMA;
344
+ sourceBankRef: string;
345
+ sourceDescription: string;
346
+ }>>;
347
+ targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
348
+ targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
349
+ creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
350
+ description: z.ZodString;
351
+ bankRef: z.ZodString;
352
+ targetAccountName: z.ZodString;
353
+ targetAccountNumber: z.ZodString;
354
+ targetBsb: z.ZodString;
355
+ sourcePropertyId: z.ZodOptional<z.ZodString>;
356
+ }, "strip", z.ZodTypeAny, {
357
+ creditAmountCents: bigint;
358
+ description: string;
359
+ bankRef: string;
360
+ targetAccountType: PayoutTargetAccountType.OTHER;
361
+ targetAccountName: string;
362
+ targetAccountNumber: string;
363
+ targetBsb: string;
364
+ sourcePropertyId?: string | undefined;
365
+ }, {
366
+ creditAmountCents: string | number | bigint;
367
+ description: string;
368
+ bankRef: string;
369
+ targetAccountType: PayoutTargetAccountType.OTHER;
370
+ targetAccountName: string;
371
+ targetAccountNumber: string;
372
+ targetBsb: string;
373
+ sourcePropertyId?: string | undefined;
374
+ }>, "many">>;
375
+ }, "strip", z.ZodTypeAny, {
376
+ projectId: string;
377
+ payoutType: "cma_settlement_payout";
378
+ sourceAccount: {
379
+ sourceAccountId: string;
380
+ sourceAccountType: PayoutSourceAccountType.CMA;
381
+ sourceBankRef: string;
382
+ sourceDescription: string;
383
+ };
384
+ targetAccounts: {
385
+ creditAmountCents: bigint;
386
+ description: string;
387
+ bankRef: string;
388
+ targetAccountType: PayoutTargetAccountType.OTHER;
389
+ targetAccountName: string;
390
+ targetAccountNumber: string;
391
+ targetBsb: string;
392
+ sourcePropertyId?: string | undefined;
393
+ }[];
394
+ }, {
395
+ projectId: string;
396
+ payoutType: "cma_settlement_payout";
397
+ sourceAccount: {
398
+ sourceAccountId: string;
399
+ sourceAccountType: PayoutSourceAccountType.CMA;
400
+ sourceBankRef: string;
401
+ sourceDescription: string;
402
+ };
403
+ targetAccounts: {
404
+ creditAmountCents: string | number | bigint;
405
+ description: string;
406
+ bankRef: string;
407
+ targetAccountType: PayoutTargetAccountType.OTHER;
408
+ targetAccountName: string;
409
+ targetAccountNumber: string;
410
+ targetBsb: string;
411
+ sourcePropertyId?: string | undefined;
412
+ }[];
413
+ }>]>;
414
+ export type CreateSettlementPayoutRestReq = z.input<typeof createSettlementPayoutRestReqSchema>;
415
+ export type CreateSettlementPayout = z.output<typeof createSettlementPayoutRestReqSchema>;
416
+ //# sourceMappingURL=create-settlement-payout.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-settlement-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/create-settlement-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAG1G,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpD,CAAC;AAEH,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC;AACnH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,yCAAyC,CAAC,CAAC;AAE7G,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;EAKvD,CAAC;AAEH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,4CAA4C,CAAC,CAAC;AAEnH,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;EAKvD,CAAC;AAEH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,4CAA4C,CAAC,CAAC;AAEnH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKjD,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEhG,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKjD,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAGhG,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAuH,CAAC;AAExK,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAChG,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,mCAAmC,CAAC,CAAC"}
@@ -1,6 +1,14 @@
1
- export * from './payout.create.schema';
1
+ export * from './cancel-payout.rest.schema';
2
+ export * from './confirm-bank-file-processed.rest.schema';
3
+ export * from './create-mta-to-cma-payout.rest.schema';
4
+ export * from './create-settlement-payout.rest.schema';
5
+ export * from './payout-provision-data.entity.schema';
6
+ export * from './payout-provision-data.rest.schema';
7
+ export * from './payout-search.rest.schema';
8
+ export * from './payout-status-summary.rest.schema';
2
9
  export * from './payout.entity.schema';
3
10
  export * from './payout.rest.create.schema';
4
11
  export * from './payout.rest.list.schema';
12
+ export * from './payout.rest.schema';
5
13
  export * from './payout.rest.view.schema';
6
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/index.ts"],"names":[],"mappings":"AAEA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/index.ts"],"names":[],"mappings":"AAEA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC"}