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

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 (259) 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 +800 -468
  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 +487 -487
  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 +347 -347
  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 +525 -525
  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 +354 -354
  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 +81673 -20803
  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 +911 -908
  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 +356 -356
  114. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
  115. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  116. package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
  117. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  118. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  119. package/dist/esm/constants/common/index.d.ts +1 -0
  120. package/dist/esm/constants/common/index.d.ts.map +1 -1
  121. package/dist/esm/constants/common/payment-method.constant.d.ts +4 -0
  122. package/dist/esm/constants/common/payment-method.constant.d.ts.map +1 -0
  123. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +2 -1
  124. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  125. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +10 -0
  126. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
  127. package/dist/esm/index.mjs +649 -380
  128. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +97 -97
  129. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  130. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +56 -56
  131. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  132. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +487 -487
  133. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +61 -61
  134. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +347 -347
  135. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
  136. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  137. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
  138. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
  139. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
  140. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +1 -0
  141. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  142. package/dist/esm/schemas/common/search/index.d.ts +3 -0
  143. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  144. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  145. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +13 -0
  146. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
  147. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +40 -0
  148. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
  149. package/dist/esm/schemas/common/search/query-mode.schema.d.ts +11 -0
  150. package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -0
  151. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +16 -0
  152. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  153. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +2 -2
  154. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +18 -18
  155. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  156. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +525 -525
  157. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +15 -15
  158. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
  159. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
  160. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +354 -354
  161. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
  162. package/dist/esm/schemas/mta-transaction/index.d.ts +2 -0
  163. package/dist/esm/schemas/mta-transaction/index.d.ts.map +1 -1
  164. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
  165. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
  166. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
  167. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
  168. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -12
  169. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  170. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +63 -63
  171. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
  172. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
  173. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
  174. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
  175. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
  176. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
  177. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
  178. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
  179. package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts +4 -0
  180. package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
  181. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
  182. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
  183. package/dist/esm/schemas/payout/index.d.ts +7 -7
  184. package/dist/esm/schemas/payout/index.d.ts.map +1 -1
  185. 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
  186. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  187. package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
  188. package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
  189. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
  190. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
  191. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
  192. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  193. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
  194. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  195. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
  196. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  197. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +57 -2
  198. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  199. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +254 -0
  200. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
  201. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +7385 -392
  202. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  203. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +81673 -20803
  204. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  205. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
  206. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
  207. package/dist/esm/schemas/payout/settlement-payout/index.d.ts +4 -0
  208. package/dist/esm/schemas/payout/settlement-payout/index.d.ts.map +1 -0
  209. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
  210. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
  211. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
  212. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
  213. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
  214. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
  215. package/dist/esm/schemas/payout/unknown-payout/index.d.ts +4 -0
  216. package/dist/esm/schemas/payout/unknown-payout/index.d.ts.map +1 -0
  217. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
  218. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
  219. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
  220. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
  221. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
  222. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  223. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
  224. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +911 -908
  225. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  226. package/dist/esm/schemas/project/project.rest.schema.d.ts +23 -23
  227. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
  228. package/dist/esm/schemas/property/property.entity.schema.d.ts +68 -68
  229. package/dist/esm/schemas/property/property.rest.schema.d.ts +356 -356
  230. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
  231. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  232. package/dist/esm/utils/transaction.util.d.ts.map +1 -1
  233. package/package.json +19 -17
  234. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
  235. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
  236. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
  237. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
  238. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
  239. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
  240. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
  241. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +0 -87
  242. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
  243. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +0 -474
  244. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
  245. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +0 -529
  246. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
  247. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
  248. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
  249. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
  250. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
  251. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
  252. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
  253. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
  254. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +0 -87
  255. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
  256. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +0 -474
  257. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
  258. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +0 -529
  259. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
@@ -0,0 +1,772 @@
1
+ import { z } from 'zod';
2
+ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodObject<{
3
+ id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
4
+ equals?: string | undefined;
5
+ in?: string[] | undefined;
6
+ notIn?: string[] | undefined;
7
+ lt?: string | undefined;
8
+ lte?: string | undefined;
9
+ gt?: string | undefined;
10
+ gte?: string | undefined;
11
+ contains?: string | undefined;
12
+ startsWith?: string | undefined;
13
+ endsWith?: string | undefined;
14
+ } & {
15
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
16
+ }, z.ZodTypeDef, {
17
+ equals?: string | undefined;
18
+ in?: string[] | undefined;
19
+ notIn?: string[] | undefined;
20
+ lt?: string | undefined;
21
+ lte?: string | undefined;
22
+ gt?: string | undefined;
23
+ gte?: string | undefined;
24
+ contains?: string | undefined;
25
+ startsWith?: string | undefined;
26
+ endsWith?: string | undefined;
27
+ } & {
28
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
29
+ }>>, z.ZodString]>>;
30
+ sequence: z.ZodOptional<z.ZodNumber>;
31
+ propertyId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
32
+ equals?: string | undefined;
33
+ in?: string[] | undefined;
34
+ notIn?: string[] | undefined;
35
+ lt?: string | undefined;
36
+ lte?: string | undefined;
37
+ gt?: string | undefined;
38
+ gte?: string | undefined;
39
+ contains?: string | undefined;
40
+ startsWith?: string | undefined;
41
+ endsWith?: string | undefined;
42
+ } & {
43
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
44
+ }, z.ZodTypeDef, {
45
+ equals?: string | undefined;
46
+ in?: string[] | undefined;
47
+ notIn?: string[] | undefined;
48
+ lt?: string | undefined;
49
+ lte?: string | undefined;
50
+ gt?: string | undefined;
51
+ gte?: string | undefined;
52
+ contains?: string | undefined;
53
+ startsWith?: string | undefined;
54
+ endsWith?: string | undefined;
55
+ } & {
56
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
57
+ }>>, z.ZodString]>>;
58
+ inputType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
59
+ equals?: string | undefined;
60
+ in?: string[] | undefined;
61
+ notIn?: string[] | undefined;
62
+ lt?: string | undefined;
63
+ lte?: string | undefined;
64
+ gt?: string | undefined;
65
+ gte?: string | undefined;
66
+ contains?: string | undefined;
67
+ startsWith?: string | undefined;
68
+ endsWith?: string | undefined;
69
+ } & {
70
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
71
+ }, z.ZodTypeDef, {
72
+ equals?: string | undefined;
73
+ in?: string[] | undefined;
74
+ notIn?: string[] | undefined;
75
+ lt?: string | undefined;
76
+ lte?: string | undefined;
77
+ gt?: string | undefined;
78
+ gte?: string | undefined;
79
+ contains?: string | undefined;
80
+ startsWith?: string | undefined;
81
+ endsWith?: string | undefined;
82
+ } & {
83
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
84
+ }>>, z.ZodString]>>;
85
+ transactionType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
86
+ equals?: string | undefined;
87
+ in?: string[] | undefined;
88
+ notIn?: string[] | undefined;
89
+ lt?: string | undefined;
90
+ lte?: string | undefined;
91
+ gt?: string | undefined;
92
+ gte?: string | undefined;
93
+ contains?: string | undefined;
94
+ startsWith?: string | undefined;
95
+ endsWith?: string | undefined;
96
+ } & {
97
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
98
+ }, z.ZodTypeDef, {
99
+ equals?: string | undefined;
100
+ in?: string[] | undefined;
101
+ notIn?: string[] | undefined;
102
+ lt?: string | undefined;
103
+ lte?: string | undefined;
104
+ gt?: string | undefined;
105
+ gte?: string | undefined;
106
+ contains?: string | undefined;
107
+ startsWith?: string | undefined;
108
+ endsWith?: string | undefined;
109
+ } & {
110
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
111
+ }>>, z.ZodString]>>;
112
+ bankRef: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
113
+ equals?: string | undefined;
114
+ in?: string[] | undefined;
115
+ notIn?: string[] | undefined;
116
+ lt?: string | undefined;
117
+ lte?: string | undefined;
118
+ gt?: string | undefined;
119
+ gte?: string | undefined;
120
+ contains?: string | undefined;
121
+ startsWith?: string | undefined;
122
+ endsWith?: string | undefined;
123
+ } & {
124
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
125
+ }, z.ZodTypeDef, {
126
+ equals?: string | undefined;
127
+ in?: string[] | undefined;
128
+ notIn?: string[] | undefined;
129
+ lt?: string | undefined;
130
+ lte?: string | undefined;
131
+ gt?: string | undefined;
132
+ gte?: string | undefined;
133
+ contains?: string | undefined;
134
+ startsWith?: string | undefined;
135
+ endsWith?: string | undefined;
136
+ } & {
137
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
138
+ }>>, z.ZodString]>>;
139
+ description: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
140
+ equals?: string | undefined;
141
+ in?: string[] | undefined;
142
+ notIn?: string[] | undefined;
143
+ lt?: string | undefined;
144
+ lte?: string | undefined;
145
+ gt?: string | undefined;
146
+ gte?: string | undefined;
147
+ contains?: string | undefined;
148
+ startsWith?: string | undefined;
149
+ endsWith?: string | undefined;
150
+ } & {
151
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
152
+ }, z.ZodTypeDef, {
153
+ equals?: string | undefined;
154
+ in?: string[] | undefined;
155
+ notIn?: string[] | undefined;
156
+ lt?: string | undefined;
157
+ lte?: string | undefined;
158
+ gt?: string | undefined;
159
+ gte?: string | undefined;
160
+ contains?: string | undefined;
161
+ startsWith?: string | undefined;
162
+ endsWith?: string | undefined;
163
+ } & {
164
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
165
+ }>>, z.ZodString]>>;
166
+ clearedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, z.ZodTypeDef, import("..").DateTimeFilterSchema>>, z.ZodString]>>;
167
+ isCanceled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
168
+ isRefunded: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
169
+ mtaId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
170
+ equals?: string | undefined;
171
+ in?: string[] | undefined;
172
+ notIn?: string[] | undefined;
173
+ lt?: string | undefined;
174
+ lte?: string | undefined;
175
+ gt?: string | undefined;
176
+ gte?: string | undefined;
177
+ contains?: string | undefined;
178
+ startsWith?: string | undefined;
179
+ endsWith?: string | undefined;
180
+ } & {
181
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
182
+ }, z.ZodTypeDef, {
183
+ equals?: string | undefined;
184
+ in?: string[] | undefined;
185
+ notIn?: string[] | undefined;
186
+ lt?: string | undefined;
187
+ lte?: string | undefined;
188
+ gt?: string | undefined;
189
+ gte?: string | undefined;
190
+ contains?: string | undefined;
191
+ startsWith?: string | undefined;
192
+ endsWith?: string | undefined;
193
+ } & {
194
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
195
+ }>>, z.ZodString]>>;
196
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodObject<{
197
+ equals: z.ZodOptional<z.ZodString>;
198
+ not: z.ZodOptional<z.ZodString>;
199
+ mode: z.ZodOptional<z.ZodLazy<z.ZodNativeEnum<{
200
+ readonly DEFAULT: "default";
201
+ readonly INSENSITIVE: "insensitive";
202
+ }>>>;
203
+ }, "strict", z.ZodTypeAny, {
204
+ equals?: string | undefined;
205
+ not?: string | undefined;
206
+ mode?: "default" | "insensitive" | undefined;
207
+ }, {
208
+ equals?: string | undefined;
209
+ not?: string | undefined;
210
+ mode?: "default" | "insensitive" | undefined;
211
+ }>>, z.ZodString]>>;
212
+ payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
213
+ equals?: string | undefined;
214
+ in?: string[] | undefined;
215
+ notIn?: string[] | undefined;
216
+ lt?: string | undefined;
217
+ lte?: string | undefined;
218
+ gt?: string | undefined;
219
+ gte?: string | undefined;
220
+ contains?: string | undefined;
221
+ startsWith?: string | undefined;
222
+ endsWith?: string | undefined;
223
+ } & {
224
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
225
+ }, z.ZodTypeDef, {
226
+ equals?: string | undefined;
227
+ in?: string[] | undefined;
228
+ notIn?: string[] | undefined;
229
+ lt?: string | undefined;
230
+ lte?: string | undefined;
231
+ gt?: string | undefined;
232
+ gte?: string | undefined;
233
+ contains?: string | undefined;
234
+ startsWith?: string | undefined;
235
+ endsWith?: string | undefined;
236
+ } & {
237
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
238
+ }>>, z.ZodString]>>;
239
+ creditAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
240
+ equals?: bigint | undefined;
241
+ in?: bigint[] | undefined;
242
+ notIn?: bigint[] | undefined;
243
+ lt?: bigint | undefined;
244
+ lte?: bigint | undefined;
245
+ gt?: bigint | undefined;
246
+ gte?: bigint | undefined;
247
+ } & {
248
+ not?: bigint | z.output<z.ZodObject<{
249
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
250
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
251
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
252
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
253
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
254
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
255
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
256
+ }, "strip", z.ZodTypeAny, {
257
+ equals?: bigint | undefined;
258
+ in?: bigint[] | undefined;
259
+ notIn?: bigint[] | undefined;
260
+ lt?: bigint | undefined;
261
+ lte?: bigint | undefined;
262
+ gt?: bigint | undefined;
263
+ gte?: bigint | undefined;
264
+ }, {
265
+ equals?: number | bigint | undefined;
266
+ in?: (number | bigint)[] | undefined;
267
+ notIn?: (number | bigint)[] | undefined;
268
+ lt?: number | bigint | undefined;
269
+ lte?: number | bigint | undefined;
270
+ gt?: number | bigint | undefined;
271
+ gte?: number | bigint | undefined;
272
+ }>> | undefined;
273
+ }, z.ZodTypeDef, {
274
+ equals?: number | bigint | undefined;
275
+ in?: (number | bigint)[] | undefined;
276
+ notIn?: (number | bigint)[] | undefined;
277
+ lt?: number | bigint | undefined;
278
+ lte?: number | bigint | undefined;
279
+ gt?: number | bigint | undefined;
280
+ gte?: number | bigint | undefined;
281
+ } & {
282
+ not?: bigint | number | string | z.input<z.ZodObject<{
283
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
284
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
285
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
286
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
287
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
288
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
289
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
290
+ }, "strip", z.ZodTypeAny, {
291
+ equals?: bigint | undefined;
292
+ in?: bigint[] | undefined;
293
+ notIn?: bigint[] | undefined;
294
+ lt?: bigint | undefined;
295
+ lte?: bigint | undefined;
296
+ gt?: bigint | undefined;
297
+ gte?: bigint | undefined;
298
+ }, {
299
+ equals?: number | bigint | undefined;
300
+ in?: (number | bigint)[] | undefined;
301
+ notIn?: (number | bigint)[] | undefined;
302
+ lt?: number | bigint | undefined;
303
+ lte?: number | bigint | undefined;
304
+ gt?: number | bigint | undefined;
305
+ gte?: number | bigint | undefined;
306
+ }>> | undefined;
307
+ }>>, z.ZodBigInt]>>;
308
+ debitAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
309
+ equals?: bigint | undefined;
310
+ in?: bigint[] | undefined;
311
+ notIn?: bigint[] | undefined;
312
+ lt?: bigint | undefined;
313
+ lte?: bigint | undefined;
314
+ gt?: bigint | undefined;
315
+ gte?: bigint | undefined;
316
+ } & {
317
+ not?: bigint | z.output<z.ZodObject<{
318
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
319
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
320
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
321
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
322
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
323
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
324
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
325
+ }, "strip", z.ZodTypeAny, {
326
+ equals?: bigint | undefined;
327
+ in?: bigint[] | undefined;
328
+ notIn?: bigint[] | undefined;
329
+ lt?: bigint | undefined;
330
+ lte?: bigint | undefined;
331
+ gt?: bigint | undefined;
332
+ gte?: bigint | undefined;
333
+ }, {
334
+ equals?: number | bigint | undefined;
335
+ in?: (number | bigint)[] | undefined;
336
+ notIn?: (number | bigint)[] | undefined;
337
+ lt?: number | bigint | undefined;
338
+ lte?: number | bigint | undefined;
339
+ gt?: number | bigint | undefined;
340
+ gte?: number | bigint | undefined;
341
+ }>> | undefined;
342
+ }, z.ZodTypeDef, {
343
+ equals?: number | bigint | undefined;
344
+ in?: (number | bigint)[] | undefined;
345
+ notIn?: (number | bigint)[] | undefined;
346
+ lt?: number | bigint | undefined;
347
+ lte?: number | bigint | undefined;
348
+ gt?: number | bigint | undefined;
349
+ gte?: number | bigint | undefined;
350
+ } & {
351
+ not?: bigint | number | string | z.input<z.ZodObject<{
352
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
353
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
354
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
355
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
356
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
357
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
358
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
359
+ }, "strip", z.ZodTypeAny, {
360
+ equals?: bigint | undefined;
361
+ in?: bigint[] | undefined;
362
+ notIn?: bigint[] | undefined;
363
+ lt?: bigint | undefined;
364
+ lte?: bigint | undefined;
365
+ gt?: bigint | undefined;
366
+ gte?: bigint | undefined;
367
+ }, {
368
+ equals?: number | bigint | undefined;
369
+ in?: (number | bigint)[] | undefined;
370
+ notIn?: (number | bigint)[] | undefined;
371
+ lt?: number | bigint | undefined;
372
+ lte?: number | bigint | undefined;
373
+ gt?: number | bigint | undefined;
374
+ gte?: number | bigint | undefined;
375
+ }>> | undefined;
376
+ }>>, z.ZodBigInt]>>;
377
+ }, "strip", z.ZodTypeAny, {
378
+ status?: string | {
379
+ equals?: string | undefined;
380
+ not?: string | undefined;
381
+ mode?: "default" | "insensitive" | undefined;
382
+ } | undefined;
383
+ id?: string | ({
384
+ equals?: string | undefined;
385
+ in?: string[] | undefined;
386
+ notIn?: string[] | undefined;
387
+ lt?: string | undefined;
388
+ lte?: string | undefined;
389
+ gt?: string | undefined;
390
+ gte?: string | undefined;
391
+ contains?: string | undefined;
392
+ startsWith?: string | undefined;
393
+ endsWith?: string | undefined;
394
+ } & {
395
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
396
+ }) | undefined;
397
+ propertyId?: string | ({
398
+ equals?: string | undefined;
399
+ in?: string[] | undefined;
400
+ notIn?: string[] | undefined;
401
+ lt?: string | undefined;
402
+ lte?: string | undefined;
403
+ gt?: string | undefined;
404
+ gte?: string | undefined;
405
+ contains?: string | undefined;
406
+ startsWith?: string | undefined;
407
+ endsWith?: string | undefined;
408
+ } & {
409
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
410
+ }) | undefined;
411
+ debitAmountCents?: bigint | ({
412
+ equals?: bigint | undefined;
413
+ in?: bigint[] | undefined;
414
+ notIn?: bigint[] | undefined;
415
+ lt?: bigint | undefined;
416
+ lte?: bigint | undefined;
417
+ gt?: bigint | undefined;
418
+ gte?: bigint | undefined;
419
+ } & {
420
+ not?: bigint | z.output<z.ZodObject<{
421
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
422
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
423
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
424
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
425
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
426
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
427
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
428
+ }, "strip", z.ZodTypeAny, {
429
+ equals?: bigint | undefined;
430
+ in?: bigint[] | undefined;
431
+ notIn?: bigint[] | undefined;
432
+ lt?: bigint | undefined;
433
+ lte?: bigint | undefined;
434
+ gt?: bigint | undefined;
435
+ gte?: bigint | undefined;
436
+ }, {
437
+ equals?: number | bigint | undefined;
438
+ in?: (number | bigint)[] | undefined;
439
+ notIn?: (number | bigint)[] | undefined;
440
+ lt?: number | bigint | undefined;
441
+ lte?: number | bigint | undefined;
442
+ gt?: number | bigint | undefined;
443
+ gte?: number | bigint | undefined;
444
+ }>> | undefined;
445
+ }) | undefined;
446
+ creditAmountCents?: bigint | ({
447
+ equals?: bigint | undefined;
448
+ in?: bigint[] | undefined;
449
+ notIn?: bigint[] | undefined;
450
+ lt?: bigint | undefined;
451
+ lte?: bigint | undefined;
452
+ gt?: bigint | undefined;
453
+ gte?: bigint | undefined;
454
+ } & {
455
+ not?: bigint | z.output<z.ZodObject<{
456
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
457
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
458
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
459
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
460
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
461
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
462
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
463
+ }, "strip", z.ZodTypeAny, {
464
+ equals?: bigint | undefined;
465
+ in?: bigint[] | undefined;
466
+ notIn?: bigint[] | undefined;
467
+ lt?: bigint | undefined;
468
+ lte?: bigint | undefined;
469
+ gt?: bigint | undefined;
470
+ gte?: bigint | undefined;
471
+ }, {
472
+ equals?: number | bigint | undefined;
473
+ in?: (number | bigint)[] | undefined;
474
+ notIn?: (number | bigint)[] | undefined;
475
+ lt?: number | bigint | undefined;
476
+ lte?: number | bigint | undefined;
477
+ gt?: number | bigint | undefined;
478
+ gte?: number | bigint | undefined;
479
+ }>> | undefined;
480
+ }) | undefined;
481
+ mtaId?: string | ({
482
+ equals?: string | undefined;
483
+ in?: string[] | undefined;
484
+ notIn?: string[] | undefined;
485
+ lt?: string | undefined;
486
+ lte?: string | undefined;
487
+ gt?: string | undefined;
488
+ gte?: string | undefined;
489
+ contains?: string | undefined;
490
+ startsWith?: string | undefined;
491
+ endsWith?: string | undefined;
492
+ } & {
493
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
494
+ }) | undefined;
495
+ description?: string | ({
496
+ equals?: string | undefined;
497
+ in?: string[] | undefined;
498
+ notIn?: string[] | undefined;
499
+ lt?: string | undefined;
500
+ lte?: string | undefined;
501
+ gt?: string | undefined;
502
+ gte?: string | undefined;
503
+ contains?: string | undefined;
504
+ startsWith?: string | undefined;
505
+ endsWith?: string | undefined;
506
+ } & {
507
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
508
+ }) | undefined;
509
+ clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
510
+ payoutId?: string | ({
511
+ equals?: string | undefined;
512
+ in?: string[] | undefined;
513
+ notIn?: string[] | undefined;
514
+ lt?: string | undefined;
515
+ lte?: string | undefined;
516
+ gt?: string | undefined;
517
+ gte?: string | undefined;
518
+ contains?: string | undefined;
519
+ startsWith?: string | undefined;
520
+ endsWith?: string | undefined;
521
+ } & {
522
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
523
+ }) | undefined;
524
+ bankRef?: string | ({
525
+ equals?: string | undefined;
526
+ in?: string[] | undefined;
527
+ notIn?: string[] | undefined;
528
+ lt?: string | undefined;
529
+ lte?: string | undefined;
530
+ gt?: string | undefined;
531
+ gte?: string | undefined;
532
+ contains?: string | undefined;
533
+ startsWith?: string | undefined;
534
+ endsWith?: string | undefined;
535
+ } & {
536
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
537
+ }) | undefined;
538
+ inputType?: string | ({
539
+ equals?: string | undefined;
540
+ in?: string[] | undefined;
541
+ notIn?: string[] | undefined;
542
+ lt?: string | undefined;
543
+ lte?: string | undefined;
544
+ gt?: string | undefined;
545
+ gte?: string | undefined;
546
+ contains?: string | undefined;
547
+ startsWith?: string | undefined;
548
+ endsWith?: string | undefined;
549
+ } & {
550
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
551
+ }) | undefined;
552
+ transactionType?: string | ({
553
+ equals?: string | undefined;
554
+ in?: string[] | undefined;
555
+ notIn?: string[] | undefined;
556
+ lt?: string | undefined;
557
+ lte?: string | undefined;
558
+ gt?: string | undefined;
559
+ gte?: string | undefined;
560
+ contains?: string | undefined;
561
+ startsWith?: string | undefined;
562
+ endsWith?: string | undefined;
563
+ } & {
564
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
565
+ }) | undefined;
566
+ sequence?: number | undefined;
567
+ isCanceled?: any;
568
+ isRefunded?: any;
569
+ }, {
570
+ status?: string | {
571
+ equals?: string | undefined;
572
+ not?: string | undefined;
573
+ mode?: "default" | "insensitive" | undefined;
574
+ } | undefined;
575
+ id?: string | ({
576
+ equals?: string | undefined;
577
+ in?: string[] | undefined;
578
+ notIn?: string[] | undefined;
579
+ lt?: string | undefined;
580
+ lte?: string | undefined;
581
+ gt?: string | undefined;
582
+ gte?: string | undefined;
583
+ contains?: string | undefined;
584
+ startsWith?: string | undefined;
585
+ endsWith?: string | undefined;
586
+ } & {
587
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
588
+ }) | undefined;
589
+ propertyId?: string | ({
590
+ equals?: string | undefined;
591
+ in?: string[] | undefined;
592
+ notIn?: string[] | undefined;
593
+ lt?: string | undefined;
594
+ lte?: string | undefined;
595
+ gt?: string | undefined;
596
+ gte?: string | undefined;
597
+ contains?: string | undefined;
598
+ startsWith?: string | undefined;
599
+ endsWith?: string | undefined;
600
+ } & {
601
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
602
+ }) | undefined;
603
+ debitAmountCents?: bigint | ({
604
+ equals?: number | bigint | undefined;
605
+ in?: (number | bigint)[] | undefined;
606
+ notIn?: (number | bigint)[] | undefined;
607
+ lt?: number | bigint | undefined;
608
+ lte?: number | bigint | undefined;
609
+ gt?: number | bigint | undefined;
610
+ gte?: number | bigint | undefined;
611
+ } & {
612
+ not?: bigint | number | string | z.input<z.ZodObject<{
613
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
614
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
615
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
616
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
617
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
618
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
619
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
620
+ }, "strip", z.ZodTypeAny, {
621
+ equals?: bigint | undefined;
622
+ in?: bigint[] | undefined;
623
+ notIn?: bigint[] | undefined;
624
+ lt?: bigint | undefined;
625
+ lte?: bigint | undefined;
626
+ gt?: bigint | undefined;
627
+ gte?: bigint | undefined;
628
+ }, {
629
+ equals?: number | bigint | undefined;
630
+ in?: (number | bigint)[] | undefined;
631
+ notIn?: (number | bigint)[] | undefined;
632
+ lt?: number | bigint | undefined;
633
+ lte?: number | bigint | undefined;
634
+ gt?: number | bigint | undefined;
635
+ gte?: number | bigint | undefined;
636
+ }>> | undefined;
637
+ }) | undefined;
638
+ creditAmountCents?: bigint | ({
639
+ equals?: number | bigint | undefined;
640
+ in?: (number | bigint)[] | undefined;
641
+ notIn?: (number | bigint)[] | undefined;
642
+ lt?: number | bigint | undefined;
643
+ lte?: number | bigint | undefined;
644
+ gt?: number | bigint | undefined;
645
+ gte?: number | bigint | undefined;
646
+ } & {
647
+ not?: bigint | number | string | z.input<z.ZodObject<{
648
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
649
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
650
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
651
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
652
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
653
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
654
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
655
+ }, "strip", z.ZodTypeAny, {
656
+ equals?: bigint | undefined;
657
+ in?: bigint[] | undefined;
658
+ notIn?: bigint[] | undefined;
659
+ lt?: bigint | undefined;
660
+ lte?: bigint | undefined;
661
+ gt?: bigint | undefined;
662
+ gte?: bigint | undefined;
663
+ }, {
664
+ equals?: number | bigint | undefined;
665
+ in?: (number | bigint)[] | undefined;
666
+ notIn?: (number | bigint)[] | undefined;
667
+ lt?: number | bigint | undefined;
668
+ lte?: number | bigint | undefined;
669
+ gt?: number | bigint | undefined;
670
+ gte?: number | bigint | undefined;
671
+ }>> | undefined;
672
+ }) | undefined;
673
+ mtaId?: string | ({
674
+ equals?: string | undefined;
675
+ in?: string[] | undefined;
676
+ notIn?: string[] | undefined;
677
+ lt?: string | undefined;
678
+ lte?: string | undefined;
679
+ gt?: string | undefined;
680
+ gte?: string | undefined;
681
+ contains?: string | undefined;
682
+ startsWith?: string | undefined;
683
+ endsWith?: string | undefined;
684
+ } & {
685
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
686
+ }) | undefined;
687
+ description?: string | ({
688
+ equals?: string | undefined;
689
+ in?: string[] | undefined;
690
+ notIn?: string[] | undefined;
691
+ lt?: string | undefined;
692
+ lte?: string | undefined;
693
+ gt?: string | undefined;
694
+ gte?: string | undefined;
695
+ contains?: string | undefined;
696
+ startsWith?: string | undefined;
697
+ endsWith?: string | undefined;
698
+ } & {
699
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
700
+ }) | undefined;
701
+ clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
702
+ payoutId?: string | ({
703
+ equals?: string | undefined;
704
+ in?: string[] | undefined;
705
+ notIn?: string[] | undefined;
706
+ lt?: string | undefined;
707
+ lte?: string | undefined;
708
+ gt?: string | undefined;
709
+ gte?: string | undefined;
710
+ contains?: string | undefined;
711
+ startsWith?: string | undefined;
712
+ endsWith?: string | undefined;
713
+ } & {
714
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
715
+ }) | undefined;
716
+ bankRef?: string | ({
717
+ equals?: string | undefined;
718
+ in?: string[] | undefined;
719
+ notIn?: string[] | undefined;
720
+ lt?: string | undefined;
721
+ lte?: string | undefined;
722
+ gt?: string | undefined;
723
+ gte?: string | undefined;
724
+ contains?: string | undefined;
725
+ startsWith?: string | undefined;
726
+ endsWith?: string | undefined;
727
+ } & {
728
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
729
+ }) | undefined;
730
+ inputType?: string | ({
731
+ equals?: string | undefined;
732
+ in?: string[] | undefined;
733
+ notIn?: string[] | undefined;
734
+ lt?: string | undefined;
735
+ lte?: string | undefined;
736
+ gt?: string | undefined;
737
+ gte?: string | undefined;
738
+ contains?: string | undefined;
739
+ startsWith?: string | undefined;
740
+ endsWith?: string | undefined;
741
+ } & {
742
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
743
+ }) | undefined;
744
+ transactionType?: string | ({
745
+ equals?: string | undefined;
746
+ in?: string[] | undefined;
747
+ notIn?: string[] | undefined;
748
+ lt?: string | undefined;
749
+ lte?: string | undefined;
750
+ gt?: string | undefined;
751
+ gte?: string | undefined;
752
+ contains?: string | undefined;
753
+ startsWith?: string | undefined;
754
+ endsWith?: string | undefined;
755
+ } & {
756
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
757
+ }) | undefined;
758
+ sequence?: number | undefined;
759
+ isCanceled?: any;
760
+ isRefunded?: any;
761
+ }>, z.ZodObject<{
762
+ page: z.ZodPipeline<z.ZodDefault<z.ZodNumber>, z.ZodNumber>;
763
+ pageSize: z.ZodPipeline<z.ZodDefault<z.ZodNumber>, z.ZodNumber>;
764
+ }, "strip", z.ZodTypeAny, {
765
+ page: number;
766
+ pageSize: number;
767
+ }, {
768
+ page?: number | undefined;
769
+ pageSize?: number | undefined;
770
+ }>>;
771
+ export type MtaTransactionSearchRestReq = z.input<typeof mtaTransactionSearchRestReqSchema>;
772
+ //# sourceMappingURL=mta-transaction-search.rest.schema.d.ts.map