@mikemo-coposit/am-accounting-shared 0.0.11 → 0.0.13

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 (283) 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/common/index.d.ts +1 -0
  4. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  5. package/dist/cjs/constants/common/payment-method.constant.d.ts +4 -0
  6. package/dist/cjs/constants/common/payment-method.constant.d.ts.map +1 -0
  7. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +2 -1
  8. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  9. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +10 -0
  10. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
  11. package/dist/cjs/index.js +861 -512
  12. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +97 -97
  13. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  14. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +56 -56
  15. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  16. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +511 -511
  17. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +61 -61
  18. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +355 -355
  19. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
  20. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  21. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
  22. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
  23. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
  24. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +1 -0
  25. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  26. package/dist/cjs/schemas/common/search/index.d.ts +3 -0
  27. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
  28. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  29. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +13 -0
  30. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
  31. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +40 -0
  32. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
  33. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +11 -0
  34. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -0
  35. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +16 -0
  36. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  37. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +2 -2
  38. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +18 -18
  39. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  40. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +549 -549
  41. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +15 -15
  42. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
  43. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
  44. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +362 -362
  45. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
  46. package/dist/cjs/schemas/mta-transaction/index.d.ts +2 -0
  47. package/dist/cjs/schemas/mta-transaction/index.d.ts.map +1 -1
  48. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
  49. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
  50. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
  51. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
  52. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -12
  53. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  54. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +63 -63
  55. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
  56. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
  57. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
  58. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
  59. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
  60. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
  61. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
  62. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
  63. package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts +4 -0
  64. package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
  65. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
  66. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
  67. package/dist/cjs/schemas/payout/index.d.ts +7 -7
  68. package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
  69. package/dist/{esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
  70. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  71. package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
  72. package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
  73. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
  74. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
  75. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
  76. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  77. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
  78. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  79. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
  80. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  81. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +57 -2
  82. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  83. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +254 -0
  84. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
  85. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +7385 -392
  86. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  87. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +81939 -21069
  88. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  89. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
  90. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
  91. package/dist/cjs/schemas/payout/settlement-payout/index.d.ts +4 -0
  92. package/dist/cjs/schemas/payout/settlement-payout/index.d.ts.map +1 -0
  93. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
  94. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
  95. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
  96. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
  97. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
  98. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
  99. package/dist/cjs/schemas/payout/unknown-payout/index.d.ts +4 -0
  100. package/dist/cjs/schemas/payout/unknown-payout/index.d.ts.map +1 -0
  101. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
  102. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
  103. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
  104. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
  105. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
  106. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  107. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
  108. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +943 -940
  109. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  110. package/dist/cjs/schemas/project/project.rest.schema.d.ts +23 -23
  111. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
  112. package/dist/cjs/schemas/property/property.entity.schema.d.ts +68 -68
  113. package/dist/cjs/schemas/property/property.rest.schema.d.ts +372 -372
  114. package/dist/cjs/schemas/report/index.d.ts +2 -0
  115. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  116. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
  117. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +34 -0
  118. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  119. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  120. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +30 -0
  121. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  122. package/dist/cjs/utils/mask-string.util.d.ts +9 -0
  123. package/dist/cjs/utils/mask-string.util.d.ts.map +1 -1
  124. package/dist/cjs/utils/payment-credential-generate.util.d.ts +21 -0
  125. package/dist/cjs/utils/payment-credential-generate.util.d.ts.map +1 -1
  126. package/dist/cjs/utils/property.util.d.ts +13 -1
  127. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  128. package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
  129. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  130. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  131. package/dist/esm/constants/common/index.d.ts +1 -0
  132. package/dist/esm/constants/common/index.d.ts.map +1 -1
  133. package/dist/esm/constants/common/payment-method.constant.d.ts +4 -0
  134. package/dist/esm/constants/common/payment-method.constant.d.ts.map +1 -0
  135. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +2 -1
  136. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  137. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +10 -0
  138. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
  139. package/dist/esm/index.mjs +690 -410
  140. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +97 -97
  141. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  142. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +56 -56
  143. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  144. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +511 -511
  145. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +61 -61
  146. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +355 -355
  147. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
  148. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  149. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
  150. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
  151. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
  152. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +1 -0
  153. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  154. package/dist/esm/schemas/common/search/index.d.ts +3 -0
  155. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  156. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  157. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +13 -0
  158. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
  159. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +40 -0
  160. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
  161. package/dist/esm/schemas/common/search/query-mode.schema.d.ts +11 -0
  162. package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -0
  163. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +16 -0
  164. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  165. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +2 -2
  166. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +18 -18
  167. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  168. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +549 -549
  169. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +15 -15
  170. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
  171. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
  172. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +362 -362
  173. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
  174. package/dist/esm/schemas/mta-transaction/index.d.ts +2 -0
  175. package/dist/esm/schemas/mta-transaction/index.d.ts.map +1 -1
  176. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
  177. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
  178. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
  179. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
  180. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -12
  181. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  182. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +63 -63
  183. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
  184. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
  185. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
  186. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
  187. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
  188. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
  189. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
  190. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
  191. package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts +4 -0
  192. package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
  193. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
  194. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
  195. package/dist/esm/schemas/payout/index.d.ts +7 -7
  196. package/dist/esm/schemas/payout/index.d.ts.map +1 -1
  197. package/dist/{cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
  198. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  199. package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
  200. package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
  201. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
  202. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
  203. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
  204. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  205. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
  206. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  207. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
  208. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  209. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +57 -2
  210. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  211. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +254 -0
  212. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
  213. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +7385 -392
  214. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  215. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +81939 -21069
  216. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  217. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
  218. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
  219. package/dist/esm/schemas/payout/settlement-payout/index.d.ts +4 -0
  220. package/dist/esm/schemas/payout/settlement-payout/index.d.ts.map +1 -0
  221. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
  222. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
  223. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
  224. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
  225. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
  226. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
  227. package/dist/esm/schemas/payout/unknown-payout/index.d.ts +4 -0
  228. package/dist/esm/schemas/payout/unknown-payout/index.d.ts.map +1 -0
  229. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
  230. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
  231. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
  232. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
  233. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
  234. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  235. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
  236. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +943 -940
  237. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  238. package/dist/esm/schemas/project/project.rest.schema.d.ts +23 -23
  239. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
  240. package/dist/esm/schemas/property/property.entity.schema.d.ts +68 -68
  241. package/dist/esm/schemas/property/property.rest.schema.d.ts +372 -372
  242. package/dist/esm/schemas/report/index.d.ts +2 -0
  243. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  244. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
  245. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +34 -0
  246. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  247. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  248. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +30 -0
  249. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  250. package/dist/esm/utils/mask-string.util.d.ts +9 -0
  251. package/dist/esm/utils/mask-string.util.d.ts.map +1 -1
  252. package/dist/esm/utils/payment-credential-generate.util.d.ts +21 -0
  253. package/dist/esm/utils/payment-credential-generate.util.d.ts.map +1 -1
  254. package/dist/esm/utils/property.util.d.ts +13 -1
  255. package/dist/esm/utils/property.util.d.ts.map +1 -1
  256. package/dist/esm/utils/transaction.util.d.ts.map +1 -1
  257. package/package.json +19 -17
  258. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
  259. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
  260. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
  261. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
  262. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
  263. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
  264. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
  265. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +0 -87
  266. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
  267. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +0 -474
  268. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
  269. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +0 -529
  270. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
  271. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
  272. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
  273. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
  274. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
  275. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
  276. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
  277. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
  278. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +0 -87
  279. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
  280. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +0 -474
  281. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
  282. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +0 -529
  283. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
@@ -81,6 +81,88 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
81
81
  } & {
82
82
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
83
83
  }>>, z.ZodString]>>;
84
+ inputType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
85
+ equals?: string | undefined;
86
+ in?: string[] | undefined;
87
+ notIn?: string[] | undefined;
88
+ lt?: string | undefined;
89
+ lte?: string | undefined;
90
+ gt?: string | undefined;
91
+ gte?: string | undefined;
92
+ contains?: string | undefined;
93
+ startsWith?: string | undefined;
94
+ endsWith?: string | undefined;
95
+ } & {
96
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
97
+ }, z.ZodTypeDef, {
98
+ equals?: string | undefined;
99
+ in?: string[] | undefined;
100
+ notIn?: string[] | undefined;
101
+ lt?: string | undefined;
102
+ lte?: string | undefined;
103
+ gt?: string | undefined;
104
+ gte?: string | undefined;
105
+ contains?: string | undefined;
106
+ startsWith?: string | undefined;
107
+ endsWith?: string | undefined;
108
+ } & {
109
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
110
+ }>>, z.ZodString]>>;
111
+ bankRef: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
112
+ equals?: string | undefined;
113
+ in?: string[] | undefined;
114
+ notIn?: string[] | undefined;
115
+ lt?: string | undefined;
116
+ lte?: string | undefined;
117
+ gt?: string | undefined;
118
+ gte?: string | undefined;
119
+ contains?: string | undefined;
120
+ startsWith?: string | undefined;
121
+ endsWith?: string | undefined;
122
+ } & {
123
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
124
+ }, z.ZodTypeDef, {
125
+ equals?: string | undefined;
126
+ in?: string[] | undefined;
127
+ notIn?: string[] | undefined;
128
+ lt?: string | undefined;
129
+ lte?: string | undefined;
130
+ gt?: string | undefined;
131
+ gte?: string | undefined;
132
+ contains?: string | undefined;
133
+ startsWith?: string | undefined;
134
+ endsWith?: string | undefined;
135
+ } & {
136
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
137
+ }>>, z.ZodString]>>;
138
+ description: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
139
+ equals?: string | undefined;
140
+ in?: string[] | undefined;
141
+ notIn?: string[] | undefined;
142
+ lt?: string | undefined;
143
+ lte?: string | undefined;
144
+ gt?: string | undefined;
145
+ gte?: string | undefined;
146
+ contains?: string | undefined;
147
+ startsWith?: string | undefined;
148
+ endsWith?: string | undefined;
149
+ } & {
150
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
151
+ }, z.ZodTypeDef, {
152
+ equals?: string | undefined;
153
+ in?: string[] | undefined;
154
+ notIn?: string[] | undefined;
155
+ lt?: string | undefined;
156
+ lte?: string | undefined;
157
+ gt?: string | undefined;
158
+ gte?: string | undefined;
159
+ contains?: string | undefined;
160
+ startsWith?: string | undefined;
161
+ endsWith?: string | undefined;
162
+ } & {
163
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
164
+ }>>, z.ZodString]>>;
165
+ clearedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, z.ZodTypeDef, import("..").DateTimeFilterSchema>>, z.ZodString]>>;
84
166
  transactionType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
85
167
  equals?: string | undefined;
86
168
  in?: string[] | undefined;
@@ -110,7 +192,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
110
192
  }>>, z.ZodString]>>;
111
193
  isCanceled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
112
194
  isRefunded: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
113
- mtaId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
195
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
114
196
  equals?: string | undefined;
115
197
  in?: string[] | undefined;
116
198
  notIn?: string[] | undefined;
@@ -137,76 +219,34 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
137
219
  } & {
138
220
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
139
221
  }>>, z.ZodString]>>;
140
- mtaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
141
- equals?: bigint | undefined;
142
- in?: bigint[] | undefined;
143
- notIn?: bigint[] | undefined;
144
- lt?: bigint | undefined;
145
- lte?: bigint | undefined;
146
- gt?: bigint | undefined;
147
- gte?: bigint | undefined;
222
+ payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
223
+ equals?: string | undefined;
224
+ in?: string[] | undefined;
225
+ notIn?: string[] | undefined;
226
+ lt?: string | undefined;
227
+ lte?: string | undefined;
228
+ gt?: string | undefined;
229
+ gte?: string | undefined;
230
+ contains?: string | undefined;
231
+ startsWith?: string | undefined;
232
+ endsWith?: string | undefined;
148
233
  } & {
149
- not?: bigint | z.output<z.ZodObject<{
150
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
151
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
152
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
153
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
154
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
155
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
156
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
157
- }, "strip", z.ZodTypeAny, {
158
- equals?: bigint | undefined;
159
- in?: bigint[] | undefined;
160
- notIn?: bigint[] | undefined;
161
- lt?: bigint | undefined;
162
- lte?: bigint | undefined;
163
- gt?: bigint | undefined;
164
- gte?: bigint | undefined;
165
- }, {
166
- equals?: number | bigint | undefined;
167
- in?: (number | bigint)[] | undefined;
168
- notIn?: (number | bigint)[] | undefined;
169
- lt?: number | bigint | undefined;
170
- lte?: number | bigint | undefined;
171
- gt?: number | bigint | undefined;
172
- gte?: number | bigint | undefined;
173
- }>> | undefined;
234
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
174
235
  }, z.ZodTypeDef, {
175
- equals?: number | bigint | undefined;
176
- in?: (number | bigint)[] | undefined;
177
- notIn?: (number | bigint)[] | undefined;
178
- lt?: number | bigint | undefined;
179
- lte?: number | bigint | undefined;
180
- gt?: number | bigint | undefined;
181
- gte?: number | bigint | undefined;
236
+ equals?: string | undefined;
237
+ in?: string[] | undefined;
238
+ notIn?: string[] | undefined;
239
+ lt?: string | undefined;
240
+ lte?: string | undefined;
241
+ gt?: string | undefined;
242
+ gte?: string | undefined;
243
+ contains?: string | undefined;
244
+ startsWith?: string | undefined;
245
+ endsWith?: string | undefined;
182
246
  } & {
183
- not?: bigint | number | string | z.input<z.ZodObject<{
184
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
185
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
186
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
187
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
188
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
189
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
190
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
191
- }, "strip", z.ZodTypeAny, {
192
- equals?: bigint | undefined;
193
- in?: bigint[] | undefined;
194
- notIn?: bigint[] | undefined;
195
- lt?: bigint | undefined;
196
- lte?: bigint | undefined;
197
- gt?: bigint | undefined;
198
- gte?: bigint | undefined;
199
- }, {
200
- equals?: number | bigint | undefined;
201
- in?: (number | bigint)[] | undefined;
202
- notIn?: (number | bigint)[] | undefined;
203
- lt?: number | bigint | undefined;
204
- lte?: number | bigint | undefined;
205
- gt?: number | bigint | undefined;
206
- gte?: number | bigint | undefined;
207
- }>> | undefined;
208
- }>>, z.ZodBigInt]>>;
209
- cmaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
247
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
248
+ }>>, z.ZodString]>>;
249
+ creditAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
210
250
  equals?: bigint | undefined;
211
251
  in?: bigint[] | undefined;
212
252
  notIn?: bigint[] | undefined;
@@ -275,7 +315,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
275
315
  gte?: number | bigint | undefined;
276
316
  }>> | undefined;
277
317
  }>>, z.ZodBigInt]>>;
278
- balanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
318
+ debitAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
279
319
  equals?: bigint | undefined;
280
320
  in?: bigint[] | undefined;
281
321
  notIn?: bigint[] | undefined;
@@ -344,60 +384,6 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
344
384
  gte?: number | bigint | undefined;
345
385
  }>> | undefined;
346
386
  }>>, z.ZodBigInt]>>;
347
- status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
348
- equals?: string | undefined;
349
- in?: string[] | undefined;
350
- notIn?: string[] | undefined;
351
- lt?: string | undefined;
352
- lte?: string | undefined;
353
- gt?: string | undefined;
354
- gte?: string | undefined;
355
- contains?: string | undefined;
356
- startsWith?: string | undefined;
357
- endsWith?: string | undefined;
358
- } & {
359
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
360
- }, z.ZodTypeDef, {
361
- equals?: string | undefined;
362
- in?: string[] | undefined;
363
- notIn?: string[] | undefined;
364
- lt?: string | undefined;
365
- lte?: string | undefined;
366
- gt?: string | undefined;
367
- gte?: string | undefined;
368
- contains?: string | undefined;
369
- startsWith?: string | undefined;
370
- endsWith?: string | undefined;
371
- } & {
372
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
373
- }>>, z.ZodString]>>;
374
- payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
375
- equals?: string | undefined;
376
- in?: string[] | undefined;
377
- notIn?: string[] | undefined;
378
- lt?: string | undefined;
379
- lte?: string | undefined;
380
- gt?: string | undefined;
381
- gte?: string | undefined;
382
- contains?: string | undefined;
383
- startsWith?: string | undefined;
384
- endsWith?: string | undefined;
385
- } & {
386
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
387
- }, z.ZodTypeDef, {
388
- equals?: string | undefined;
389
- in?: string[] | undefined;
390
- notIn?: string[] | undefined;
391
- lt?: string | undefined;
392
- lte?: string | undefined;
393
- gt?: string | undefined;
394
- gte?: string | undefined;
395
- contains?: string | undefined;
396
- startsWith?: string | undefined;
397
- endsWith?: string | undefined;
398
- } & {
399
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
400
- }>>, z.ZodString]>>;
401
387
  }, "strip", z.ZodTypeAny, {
402
388
  status?: string | ({
403
389
  equals?: string | undefined;
@@ -427,7 +413,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
427
413
  } & {
428
414
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
429
415
  }) | undefined;
430
- balanceCents?: bigint | ({
416
+ debitAmountCents?: bigint | ({
431
417
  equals?: bigint | undefined;
432
418
  in?: bigint[] | undefined;
433
419
  notIn?: bigint[] | undefined;
@@ -462,21 +448,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
462
448
  gte?: number | bigint | undefined;
463
449
  }>> | undefined;
464
450
  }) | undefined;
465
- mtaId?: string | ({
466
- equals?: string | undefined;
467
- in?: string[] | undefined;
468
- notIn?: string[] | undefined;
469
- lt?: string | undefined;
470
- lte?: string | undefined;
471
- gt?: string | undefined;
472
- gte?: string | undefined;
473
- contains?: string | undefined;
474
- startsWith?: string | undefined;
475
- endsWith?: string | undefined;
476
- } & {
477
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
478
- }) | undefined;
479
- mtaBalanceCents?: bigint | ({
451
+ creditAmountCents?: bigint | ({
480
452
  equals?: bigint | undefined;
481
453
  in?: bigint[] | undefined;
482
454
  notIn?: bigint[] | undefined;
@@ -511,41 +483,21 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
511
483
  gte?: number | bigint | undefined;
512
484
  }>> | undefined;
513
485
  }) | undefined;
514
- cmaBalanceCents?: bigint | ({
515
- equals?: bigint | undefined;
516
- in?: bigint[] | undefined;
517
- notIn?: bigint[] | undefined;
518
- lt?: bigint | undefined;
519
- lte?: bigint | undefined;
520
- gt?: bigint | undefined;
521
- gte?: bigint | undefined;
486
+ description?: string | ({
487
+ equals?: string | undefined;
488
+ in?: string[] | undefined;
489
+ notIn?: string[] | undefined;
490
+ lt?: string | undefined;
491
+ lte?: string | undefined;
492
+ gt?: string | undefined;
493
+ gte?: string | undefined;
494
+ contains?: string | undefined;
495
+ startsWith?: string | undefined;
496
+ endsWith?: string | undefined;
522
497
  } & {
523
- not?: bigint | z.output<z.ZodObject<{
524
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
525
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
526
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
527
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
528
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
529
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
530
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
531
- }, "strip", z.ZodTypeAny, {
532
- equals?: bigint | undefined;
533
- in?: bigint[] | undefined;
534
- notIn?: bigint[] | undefined;
535
- lt?: bigint | undefined;
536
- lte?: bigint | undefined;
537
- gt?: bigint | undefined;
538
- gte?: bigint | undefined;
539
- }, {
540
- equals?: number | bigint | undefined;
541
- in?: (number | bigint)[] | undefined;
542
- notIn?: (number | bigint)[] | undefined;
543
- lt?: number | bigint | undefined;
544
- lte?: number | bigint | undefined;
545
- gt?: number | bigint | undefined;
546
- gte?: number | bigint | undefined;
547
- }>> | undefined;
498
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
548
499
  }) | undefined;
500
+ clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
549
501
  cmaId?: string | ({
550
502
  equals?: string | undefined;
551
503
  in?: string[] | undefined;
@@ -560,7 +512,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
560
512
  } & {
561
513
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
562
514
  }) | undefined;
563
- createType?: string | ({
515
+ payoutId?: string | ({
564
516
  equals?: string | undefined;
565
517
  in?: string[] | undefined;
566
518
  notIn?: string[] | undefined;
@@ -574,7 +526,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
574
526
  } & {
575
527
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
576
528
  }) | undefined;
577
- transactionType?: string | ({
529
+ bankRef?: string | ({
578
530
  equals?: string | undefined;
579
531
  in?: string[] | undefined;
580
532
  notIn?: string[] | undefined;
@@ -588,9 +540,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
588
540
  } & {
589
541
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
590
542
  }) | undefined;
591
- isCanceled?: any;
592
- isRefunded?: any;
593
- payoutId?: string | ({
543
+ inputType?: string | ({
594
544
  equals?: string | undefined;
595
545
  in?: string[] | undefined;
596
546
  notIn?: string[] | undefined;
@@ -604,8 +554,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
604
554
  } & {
605
555
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
606
556
  }) | undefined;
607
- }, {
608
- status?: string | ({
557
+ transactionType?: string | ({
609
558
  equals?: string | undefined;
610
559
  in?: string[] | undefined;
611
560
  notIn?: string[] | undefined;
@@ -619,7 +568,9 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
619
568
  } & {
620
569
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
621
570
  }) | undefined;
622
- propertyId?: string | ({
571
+ isCanceled?: any;
572
+ isRefunded?: any;
573
+ createType?: string | ({
623
574
  equals?: string | undefined;
624
575
  in?: string[] | undefined;
625
576
  notIn?: string[] | undefined;
@@ -633,42 +584,22 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
633
584
  } & {
634
585
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
635
586
  }) | undefined;
636
- balanceCents?: bigint | ({
637
- equals?: number | bigint | undefined;
638
- in?: (number | bigint)[] | undefined;
639
- notIn?: (number | bigint)[] | undefined;
640
- lt?: number | bigint | undefined;
641
- lte?: number | bigint | undefined;
642
- gt?: number | bigint | undefined;
643
- gte?: number | bigint | undefined;
587
+ }, {
588
+ status?: string | ({
589
+ equals?: string | undefined;
590
+ in?: string[] | undefined;
591
+ notIn?: string[] | undefined;
592
+ lt?: string | undefined;
593
+ lte?: string | undefined;
594
+ gt?: string | undefined;
595
+ gte?: string | undefined;
596
+ contains?: string | undefined;
597
+ startsWith?: string | undefined;
598
+ endsWith?: string | undefined;
644
599
  } & {
645
- not?: bigint | number | string | z.input<z.ZodObject<{
646
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
647
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
648
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
649
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
650
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
651
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
652
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
653
- }, "strip", z.ZodTypeAny, {
654
- equals?: bigint | undefined;
655
- in?: bigint[] | undefined;
656
- notIn?: bigint[] | undefined;
657
- lt?: bigint | undefined;
658
- lte?: bigint | undefined;
659
- gt?: bigint | undefined;
660
- gte?: bigint | undefined;
661
- }, {
662
- equals?: number | bigint | undefined;
663
- in?: (number | bigint)[] | undefined;
664
- notIn?: (number | bigint)[] | undefined;
665
- lt?: number | bigint | undefined;
666
- lte?: number | bigint | undefined;
667
- gt?: number | bigint | undefined;
668
- gte?: number | bigint | undefined;
669
- }>> | undefined;
600
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
670
601
  }) | undefined;
671
- mtaId?: string | ({
602
+ propertyId?: string | ({
672
603
  equals?: string | undefined;
673
604
  in?: string[] | undefined;
674
605
  notIn?: string[] | undefined;
@@ -682,7 +613,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
682
613
  } & {
683
614
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
684
615
  }) | undefined;
685
- mtaBalanceCents?: bigint | ({
616
+ debitAmountCents?: bigint | ({
686
617
  equals?: number | bigint | undefined;
687
618
  in?: (number | bigint)[] | undefined;
688
619
  notIn?: (number | bigint)[] | undefined;
@@ -717,7 +648,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
717
648
  gte?: number | bigint | undefined;
718
649
  }>> | undefined;
719
650
  }) | undefined;
720
- cmaBalanceCents?: bigint | ({
651
+ creditAmountCents?: bigint | ({
721
652
  equals?: number | bigint | undefined;
722
653
  in?: (number | bigint)[] | undefined;
723
654
  notIn?: (number | bigint)[] | undefined;
@@ -752,6 +683,21 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
752
683
  gte?: number | bigint | undefined;
753
684
  }>> | undefined;
754
685
  }) | undefined;
686
+ description?: string | ({
687
+ equals?: string | undefined;
688
+ in?: string[] | undefined;
689
+ notIn?: string[] | undefined;
690
+ lt?: string | undefined;
691
+ lte?: string | undefined;
692
+ gt?: string | undefined;
693
+ gte?: string | undefined;
694
+ contains?: string | undefined;
695
+ startsWith?: string | undefined;
696
+ endsWith?: string | undefined;
697
+ } & {
698
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
699
+ }) | undefined;
700
+ clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
755
701
  cmaId?: string | ({
756
702
  equals?: string | undefined;
757
703
  in?: string[] | undefined;
@@ -766,7 +712,35 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
766
712
  } & {
767
713
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
768
714
  }) | undefined;
769
- createType?: string | ({
715
+ payoutId?: string | ({
716
+ equals?: string | undefined;
717
+ in?: string[] | undefined;
718
+ notIn?: string[] | undefined;
719
+ lt?: string | undefined;
720
+ lte?: string | undefined;
721
+ gt?: string | undefined;
722
+ gte?: string | undefined;
723
+ contains?: string | undefined;
724
+ startsWith?: string | undefined;
725
+ endsWith?: string | undefined;
726
+ } & {
727
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
728
+ }) | undefined;
729
+ bankRef?: string | ({
730
+ equals?: string | undefined;
731
+ in?: string[] | undefined;
732
+ notIn?: string[] | undefined;
733
+ lt?: string | undefined;
734
+ lte?: string | undefined;
735
+ gt?: string | undefined;
736
+ gte?: string | undefined;
737
+ contains?: string | undefined;
738
+ startsWith?: string | undefined;
739
+ endsWith?: string | undefined;
740
+ } & {
741
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
742
+ }) | undefined;
743
+ inputType?: string | ({
770
744
  equals?: string | undefined;
771
745
  in?: string[] | undefined;
772
746
  notIn?: string[] | undefined;
@@ -796,7 +770,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
796
770
  }) | undefined;
797
771
  isCanceled?: any;
798
772
  isRefunded?: any;
799
- payoutId?: string | ({
773
+ createType?: string | ({
800
774
  equals?: string | undefined;
801
775
  in?: string[] | undefined;
802
776
  notIn?: string[] | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc5C,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
1
+ {"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB5C,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}