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

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 (537) hide show
  1. package/dist/cjs/constants/common/index.d.ts +1 -0
  2. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/sort-order.constant.d.ts +5 -0
  4. package/dist/cjs/constants/common/sort-order.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +1 -1
  6. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
  7. package/dist/cjs/index.js +860 -729
  8. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
  9. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  10. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +9 -1078
  11. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  12. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +1088 -609
  13. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  14. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +3 -17
  15. package/dist/cjs/schemas/cma/create-cma.schema.d.ts.map +1 -1
  16. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
  17. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
  18. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1119 -2440
  19. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  20. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +9 -37
  21. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
  22. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
  23. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  24. package/dist/cjs/schemas/cma-account-period/index.d.ts +0 -1
  25. package/dist/cjs/schemas/cma-account-period/index.d.ts.map +1 -1
  26. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
  27. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
  28. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1860 -1729
  29. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  30. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
  31. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
  33. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  34. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
  35. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
  37. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  38. package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
  39. package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
  40. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
  41. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
  42. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
  43. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  44. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +12 -1545
  45. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  46. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
  47. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  48. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +8 -26
  49. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  50. package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
  51. package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
  52. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +3 -3
  53. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  54. package/dist/cjs/schemas/common/account/account-number.schma.d.ts +2 -2
  55. package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -1
  56. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +1 -1
  57. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -1
  58. package/dist/cjs/schemas/common/account/state-code.schema.d.ts +1 -1
  59. package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -1
  60. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
  61. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
  62. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
  63. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
  64. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +1 -1
  65. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  66. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  67. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  68. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  69. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  70. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  71. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +8 -24
  72. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -1
  73. package/dist/cjs/schemas/common/search/index.d.ts +1 -0
  74. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
  75. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -14
  76. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -1
  77. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +20 -47
  78. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  79. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +3 -9
  80. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  81. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +6 -28
  82. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
  83. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +1 -1
  84. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -1
  85. package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +5 -0
  86. package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -0
  87. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +5 -35
  88. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  89. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +5 -21
  90. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
  91. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +5 -29
  92. package/dist/cjs/schemas/menu/create-menu.schema.d.ts.map +1 -1
  93. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +9 -148
  94. package/dist/cjs/schemas/menu/menu-res.schema.d.ts.map +1 -1
  95. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +5 -32
  96. package/dist/cjs/schemas/menu/update-menu.schema.d.ts.map +1 -1
  97. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +9 -33
  98. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  99. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -46
  100. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts.map +1 -1
  101. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +74 -617
  102. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  103. package/dist/cjs/schemas/mta/update-mta.schema.d.ts +2 -8
  104. package/dist/cjs/schemas/mta/update-mta.schema.d.ts.map +1 -1
  105. package/dist/cjs/schemas/mta-account-period/index.d.ts +0 -1
  106. package/dist/cjs/schemas/mta-account-period/index.d.ts.map +1 -1
  107. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
  108. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  109. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1178 -2513
  110. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  111. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +7 -35
  112. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
  113. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
  114. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  115. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
  116. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
  117. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
  118. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  119. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
  120. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
  121. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +677 -1477
  122. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  123. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -12
  124. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  125. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
  126. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
  127. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
  128. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  129. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
  130. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  131. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
  132. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
  133. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
  134. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
  135. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
  136. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  137. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
  138. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  139. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
  140. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
  141. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
  142. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  143. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -757
  144. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  145. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
  146. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
  147. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
  148. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
  149. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
  150. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
  151. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
  152. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
  153. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
  154. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  155. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
  156. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  157. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
  158. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
  159. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
  160. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
  161. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
  162. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  163. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
  164. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  165. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5210 -50706
  166. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  167. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
  168. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  169. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
  170. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  171. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +18 -186
  172. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  173. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
  174. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
  175. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +25 -217
  176. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
  177. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +127 -7348
  178. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  179. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +20942 -86531
  180. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  181. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
  182. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
  183. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
  184. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  185. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
  186. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
  187. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
  188. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
  189. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
  190. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
  191. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
  192. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
  193. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
  194. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
  195. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
  196. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
  197. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
  198. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
  199. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
  200. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  201. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +19 -189
  202. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  203. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1799 -5479
  204. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  205. package/dist/cjs/schemas/project/project.entity.schema.d.ts +13 -96
  206. package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
  207. package/dist/cjs/schemas/project/project.rest.schema.d.ts +73 -1147
  208. package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
  209. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
  210. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
  211. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
  212. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
  213. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
  214. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
  215. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
  216. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  217. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +5 -25
  218. package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -1
  219. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
  220. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
  221. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +85 -645
  222. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  223. package/dist/cjs/schemas/property/property.entity.schema.d.ts +75 -681
  224. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  225. package/dist/cjs/schemas/property/property.rest.schema.d.ts +1202 -1581
  226. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  227. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
  228. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
  229. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
  230. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
  231. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +5 -21
  232. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -1
  233. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
  234. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  235. package/dist/cjs/schemas/report/index.d.ts +2 -0
  236. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  237. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +8 -30
  238. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
  239. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +12 -0
  240. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  241. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +8 -30
  242. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
  243. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
  244. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
  245. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -54
  246. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
  247. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +10 -0
  248. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  249. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
  250. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
  251. package/dist/cjs/schemas/user/user.entity.schema.d.ts +6 -38
  252. package/dist/cjs/schemas/user/user.entity.schema.d.ts.map +1 -1
  253. package/dist/cjs/schemas/user/user.rest.schema.d.ts +4 -29
  254. package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -1
  255. package/dist/cjs/utils/date.util.d.ts +27 -0
  256. package/dist/cjs/utils/date.util.d.ts.map +1 -0
  257. package/dist/cjs/utils/index.d.ts +1 -0
  258. package/dist/cjs/utils/index.d.ts.map +1 -1
  259. package/dist/cjs/utils/mask-string.util.d.ts +9 -0
  260. package/dist/cjs/utils/mask-string.util.d.ts.map +1 -1
  261. package/dist/cjs/utils/payment-credential-generate.util.d.ts +21 -0
  262. package/dist/cjs/utils/payment-credential-generate.util.d.ts.map +1 -1
  263. package/dist/cjs/utils/property.util.d.ts +13 -1
  264. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  265. package/dist/esm/constants/common/index.d.ts +1 -0
  266. package/dist/esm/constants/common/index.d.ts.map +1 -1
  267. package/dist/esm/constants/common/sort-order.constant.d.ts +5 -0
  268. package/dist/esm/constants/common/sort-order.constant.d.ts.map +1 -0
  269. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +1 -1
  270. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
  271. package/dist/esm/index.mjs +818 -712
  272. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
  273. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  274. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +9 -1078
  275. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  276. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +1088 -609
  277. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  278. package/dist/esm/schemas/cma/create-cma.schema.d.ts +3 -17
  279. package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -1
  280. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
  281. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
  282. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1119 -2440
  283. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  284. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +9 -37
  285. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
  286. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
  287. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  288. package/dist/esm/schemas/cma-account-period/index.d.ts +0 -1
  289. package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -1
  290. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
  291. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
  292. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1860 -1729
  293. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  294. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
  295. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
  296. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
  297. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  298. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
  299. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
  300. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
  301. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  302. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
  303. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
  304. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
  305. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
  306. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
  307. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  308. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +12 -1545
  309. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  310. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
  311. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  312. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +8 -26
  313. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  314. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
  315. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
  316. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +3 -3
  317. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  318. package/dist/esm/schemas/common/account/account-number.schma.d.ts +2 -2
  319. package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -1
  320. package/dist/esm/schemas/common/account/bank-code.schema.d.ts +1 -1
  321. package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -1
  322. package/dist/esm/schemas/common/account/state-code.schema.d.ts +1 -1
  323. package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -1
  324. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
  325. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
  326. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
  327. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
  328. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +1 -1
  329. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  330. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  331. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  332. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  333. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  334. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  335. package/dist/esm/schemas/common/search/date-filter.schema.d.ts +8 -24
  336. package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -1
  337. package/dist/esm/schemas/common/search/index.d.ts +1 -0
  338. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  339. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -14
  340. package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -1
  341. package/dist/esm/schemas/common/search/number-filter.schema.d.ts +20 -47
  342. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  343. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +3 -9
  344. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  345. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +6 -28
  346. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
  347. package/dist/esm/schemas/common/search/query-mode.schema.d.ts +1 -1
  348. package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -1
  349. package/dist/esm/schemas/common/search/sort-req.schema.d.ts +5 -0
  350. package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -0
  351. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +5 -35
  352. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  353. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +5 -21
  354. package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
  355. package/dist/esm/schemas/menu/create-menu.schema.d.ts +5 -29
  356. package/dist/esm/schemas/menu/create-menu.schema.d.ts.map +1 -1
  357. package/dist/esm/schemas/menu/menu-res.schema.d.ts +9 -148
  358. package/dist/esm/schemas/menu/menu-res.schema.d.ts.map +1 -1
  359. package/dist/esm/schemas/menu/update-menu.schema.d.ts +5 -32
  360. package/dist/esm/schemas/menu/update-menu.schema.d.ts.map +1 -1
  361. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +9 -33
  362. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  363. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -46
  364. package/dist/esm/schemas/mta/mta.entity.schema.d.ts.map +1 -1
  365. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +74 -617
  366. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  367. package/dist/esm/schemas/mta/update-mta.schema.d.ts +2 -8
  368. package/dist/esm/schemas/mta/update-mta.schema.d.ts.map +1 -1
  369. package/dist/esm/schemas/mta-account-period/index.d.ts +0 -1
  370. package/dist/esm/schemas/mta-account-period/index.d.ts.map +1 -1
  371. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
  372. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  373. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1178 -2513
  374. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  375. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +7 -35
  376. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
  377. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
  378. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  379. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
  380. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
  381. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
  382. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  383. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
  384. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
  385. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +677 -1477
  386. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  387. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -12
  388. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  389. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
  390. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
  391. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
  392. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  393. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
  394. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  395. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
  396. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
  397. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
  398. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
  399. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
  400. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  401. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
  402. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  403. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
  404. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
  405. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
  406. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  407. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -757
  408. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  409. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
  410. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
  411. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
  412. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
  413. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
  414. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
  415. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
  416. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
  417. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
  418. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  419. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
  420. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  421. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
  422. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
  423. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
  424. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
  425. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
  426. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  427. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
  428. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  429. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5210 -50706
  430. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  431. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
  432. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  433. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
  434. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  435. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +18 -186
  436. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  437. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
  438. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
  439. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +25 -217
  440. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
  441. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +127 -7348
  442. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  443. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +20942 -86531
  444. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  445. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
  446. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
  447. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
  448. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  449. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
  450. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
  451. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
  452. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
  453. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
  454. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
  455. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
  456. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
  457. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
  458. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
  459. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
  460. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
  461. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
  462. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
  463. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
  464. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  465. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +19 -189
  466. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  467. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1799 -5479
  468. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  469. package/dist/esm/schemas/project/project.entity.schema.d.ts +13 -96
  470. package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
  471. package/dist/esm/schemas/project/project.rest.schema.d.ts +73 -1147
  472. package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
  473. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
  474. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
  475. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
  476. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
  477. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
  478. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
  479. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
  480. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  481. package/dist/esm/schemas/property/customer.entity.schema.d.ts +5 -25
  482. package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -1
  483. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
  484. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
  485. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +85 -645
  486. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  487. package/dist/esm/schemas/property/property.entity.schema.d.ts +75 -681
  488. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  489. package/dist/esm/schemas/property/property.rest.schema.d.ts +1202 -1581
  490. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  491. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
  492. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
  493. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
  494. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
  495. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +5 -21
  496. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -1
  497. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
  498. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  499. package/dist/esm/schemas/report/index.d.ts +2 -0
  500. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  501. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +8 -30
  502. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
  503. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +12 -0
  504. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  505. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +8 -30
  506. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
  507. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
  508. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
  509. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -54
  510. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
  511. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +10 -0
  512. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  513. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
  514. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
  515. package/dist/esm/schemas/user/user.entity.schema.d.ts +6 -38
  516. package/dist/esm/schemas/user/user.entity.schema.d.ts.map +1 -1
  517. package/dist/esm/schemas/user/user.rest.schema.d.ts +4 -29
  518. package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -1
  519. package/dist/esm/utils/date.util.d.ts +27 -0
  520. package/dist/esm/utils/date.util.d.ts.map +1 -0
  521. package/dist/esm/utils/index.d.ts +1 -0
  522. package/dist/esm/utils/index.d.ts.map +1 -1
  523. package/dist/esm/utils/mask-string.util.d.ts +9 -0
  524. package/dist/esm/utils/mask-string.util.d.ts.map +1 -1
  525. package/dist/esm/utils/payment-credential-generate.util.d.ts +21 -0
  526. package/dist/esm/utils/payment-credential-generate.util.d.ts.map +1 -1
  527. package/dist/esm/utils/property.util.d.ts +13 -1
  528. package/dist/esm/utils/property.util.d.ts.map +1 -1
  529. package/package.json +3 -3
  530. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
  531. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
  532. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
  533. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
  534. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
  535. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
  536. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
  537. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
2
  export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodObject<{
3
- id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
3
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
4
4
  equals?: string | undefined;
5
5
  in?: string[] | undefined;
6
6
  notIn?: string[] | undefined;
@@ -13,7 +13,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
13
13
  endsWith?: string | undefined;
14
14
  } & {
15
15
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
16
- }, z.ZodTypeDef, {
16
+ }, unknown, z.core.$ZodTypeInternals<{
17
17
  equals?: string | undefined;
18
18
  in?: string[] | undefined;
19
19
  notIn?: string[] | undefined;
@@ -26,9 +26,9 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
26
26
  endsWith?: string | undefined;
27
27
  } & {
28
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<{
29
+ }, unknown>>>, z.ZodString]>>;
30
+ sequence: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
31
+ propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
32
32
  equals?: string | undefined;
33
33
  in?: string[] | undefined;
34
34
  notIn?: string[] | undefined;
@@ -41,7 +41,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
41
41
  endsWith?: string | undefined;
42
42
  } & {
43
43
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
44
- }, z.ZodTypeDef, {
44
+ }, unknown, z.core.$ZodTypeInternals<{
45
45
  equals?: string | undefined;
46
46
  in?: string[] | undefined;
47
47
  notIn?: string[] | undefined;
@@ -54,8 +54,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
54
54
  endsWith?: string | undefined;
55
55
  } & {
56
56
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
57
- }>>, z.ZodString]>>;
58
- inputType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
57
+ }, unknown>>>, z.ZodString]>>;
58
+ inputType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
59
59
  equals?: string | undefined;
60
60
  in?: string[] | undefined;
61
61
  notIn?: string[] | undefined;
@@ -68,7 +68,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
68
68
  endsWith?: string | undefined;
69
69
  } & {
70
70
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
71
- }, z.ZodTypeDef, {
71
+ }, unknown, z.core.$ZodTypeInternals<{
72
72
  equals?: string | undefined;
73
73
  in?: string[] | undefined;
74
74
  notIn?: string[] | undefined;
@@ -81,8 +81,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
81
81
  endsWith?: string | undefined;
82
82
  } & {
83
83
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
84
- }>>, z.ZodString]>>;
85
- transactionType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
84
+ }, unknown>>>, z.ZodString]>>;
85
+ transactionType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
86
86
  equals?: string | undefined;
87
87
  in?: string[] | undefined;
88
88
  notIn?: string[] | undefined;
@@ -95,7 +95,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
95
95
  endsWith?: string | undefined;
96
96
  } & {
97
97
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
98
- }, z.ZodTypeDef, {
98
+ }, unknown, z.core.$ZodTypeInternals<{
99
99
  equals?: string | undefined;
100
100
  in?: string[] | undefined;
101
101
  notIn?: string[] | undefined;
@@ -108,8 +108,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
108
108
  endsWith?: string | undefined;
109
109
  } & {
110
110
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
111
- }>>, z.ZodString]>>;
112
- bankRef: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
111
+ }, unknown>>>, z.ZodString]>>;
112
+ bankRef: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
113
113
  equals?: string | undefined;
114
114
  in?: string[] | undefined;
115
115
  notIn?: string[] | undefined;
@@ -122,7 +122,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
122
122
  endsWith?: string | undefined;
123
123
  } & {
124
124
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
125
- }, z.ZodTypeDef, {
125
+ }, unknown, z.core.$ZodTypeInternals<{
126
126
  equals?: string | undefined;
127
127
  in?: string[] | undefined;
128
128
  notIn?: string[] | undefined;
@@ -135,8 +135,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
135
135
  endsWith?: string | undefined;
136
136
  } & {
137
137
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
138
- }>>, z.ZodString]>>;
139
- description: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
138
+ }, unknown>>>, z.ZodString]>>;
139
+ description: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
140
140
  equals?: string | undefined;
141
141
  in?: string[] | undefined;
142
142
  notIn?: string[] | undefined;
@@ -149,7 +149,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
149
149
  endsWith?: string | undefined;
150
150
  } & {
151
151
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
152
- }, z.ZodTypeDef, {
152
+ }, unknown, z.core.$ZodTypeInternals<{
153
153
  equals?: string | undefined;
154
154
  in?: string[] | undefined;
155
155
  notIn?: string[] | undefined;
@@ -162,11 +162,11 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
162
162
  endsWith?: string | undefined;
163
163
  } & {
164
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<{
165
+ }, unknown>>>, z.ZodString]>>;
166
+ clearedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, unknown, z.core.$ZodTypeInternals<import("..").DateTimeFilterSchema, unknown>>>, z.ZodString]>>;
167
+ isCanceled: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
168
+ isRefunded: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
169
+ mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
170
170
  equals?: string | undefined;
171
171
  in?: string[] | undefined;
172
172
  notIn?: string[] | undefined;
@@ -179,7 +179,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
179
179
  endsWith?: string | undefined;
180
180
  } & {
181
181
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
182
- }, z.ZodTypeDef, {
182
+ }, unknown, z.core.$ZodTypeInternals<{
183
183
  equals?: string | undefined;
184
184
  in?: string[] | undefined;
185
185
  notIn?: string[] | undefined;
@@ -192,24 +192,16 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
192
192
  endsWith?: string | undefined;
193
193
  } & {
194
194
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
195
- }>>, z.ZodString]>>;
196
- status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodObject<{
195
+ }, unknown>>>, z.ZodString]>>;
196
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
197
197
  equals: z.ZodOptional<z.ZodString>;
198
198
  not: z.ZodOptional<z.ZodString>;
199
- mode: z.ZodOptional<z.ZodLazy<z.ZodNativeEnum<{
199
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
200
200
  readonly DEFAULT: "default";
201
201
  readonly INSENSITIVE: "insensitive";
202
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<{
203
+ }, z.core.$strict>>, z.ZodString]>>;
204
+ payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
213
205
  equals?: string | undefined;
214
206
  in?: string[] | undefined;
215
207
  notIn?: string[] | undefined;
@@ -222,7 +214,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
222
214
  endsWith?: string | undefined;
223
215
  } & {
224
216
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
225
- }, z.ZodTypeDef, {
217
+ }, unknown, z.core.$ZodTypeInternals<{
226
218
  equals?: string | undefined;
227
219
  in?: string[] | undefined;
228
220
  notIn?: string[] | undefined;
@@ -235,8 +227,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
235
227
  endsWith?: string | undefined;
236
228
  } & {
237
229
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
238
- }>>, z.ZodString]>>;
239
- creditAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
230
+ }, unknown>>>, z.ZodString]>>;
231
+ creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
240
232
  equals?: bigint | undefined;
241
233
  in?: bigint[] | undefined;
242
234
  notIn?: bigint[] | undefined;
@@ -246,66 +238,52 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
246
238
  gte?: bigint | undefined;
247
239
  } & {
248
240
  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;
241
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
242
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
243
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
244
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
245
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
246
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
247
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
248
+ }, z.core.$strip>> | undefined;
249
+ }, unknown, z.core.$ZodTypeInternals<{
250
+ equals?: bigint | undefined;
251
+ in?: bigint[] | undefined;
252
+ notIn?: bigint[] | undefined;
253
+ lt?: bigint | undefined;
254
+ lte?: bigint | undefined;
255
+ gt?: bigint | undefined;
256
+ gte?: bigint | undefined;
281
257
  } & {
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<{
258
+ not?: bigint | z.output<z.ZodObject<{
259
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
260
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
261
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
262
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
263
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
264
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
265
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
266
+ }, z.core.$strip>> | undefined;
267
+ }, unknown>>>, z.ZodBigInt]>>;
268
+ debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
269
+ equals?: bigint | undefined;
270
+ in?: bigint[] | undefined;
271
+ notIn?: bigint[] | undefined;
272
+ lt?: bigint | undefined;
273
+ lte?: bigint | undefined;
274
+ gt?: bigint | undefined;
275
+ gte?: bigint | undefined;
276
+ } & {
277
+ not?: bigint | z.output<z.ZodObject<{
278
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
279
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
280
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
281
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
282
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
283
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
284
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
285
+ }, z.core.$strip>> | undefined;
286
+ }, unknown, z.core.$ZodTypeInternals<{
309
287
  equals?: bigint | undefined;
310
288
  in?: bigint[] | undefined;
311
289
  notIn?: bigint[] | undefined;
@@ -315,14 +293,233 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
315
293
  gte?: bigint | undefined;
316
294
  } & {
317
295
  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, {
296
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
297
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
298
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
299
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
300
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
301
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
302
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
303
+ }, z.core.$strip>> | undefined;
304
+ }, unknown>>>, z.ZodBigInt]>>;
305
+ property: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
306
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
307
+ equals?: string | undefined;
308
+ in?: string[] | undefined;
309
+ notIn?: string[] | undefined;
310
+ lt?: string | undefined;
311
+ lte?: string | undefined;
312
+ gt?: string | undefined;
313
+ gte?: string | undefined;
314
+ contains?: string | undefined;
315
+ startsWith?: string | undefined;
316
+ endsWith?: string | undefined;
317
+ } & {
318
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
319
+ }, unknown, z.core.$ZodTypeInternals<{
320
+ equals?: string | undefined;
321
+ in?: string[] | undefined;
322
+ notIn?: string[] | undefined;
323
+ lt?: string | undefined;
324
+ lte?: string | undefined;
325
+ gt?: string | undefined;
326
+ gte?: string | undefined;
327
+ contains?: string | undefined;
328
+ startsWith?: string | undefined;
329
+ endsWith?: string | undefined;
330
+ } & {
331
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
332
+ }, unknown>>>, z.ZodString]>>;
333
+ customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
334
+ equals?: string | undefined;
335
+ in?: string[] | undefined;
336
+ notIn?: string[] | undefined;
337
+ lt?: string | undefined;
338
+ lte?: string | undefined;
339
+ gt?: string | undefined;
340
+ gte?: string | undefined;
341
+ contains?: string | undefined;
342
+ startsWith?: string | undefined;
343
+ endsWith?: string | undefined;
344
+ } & {
345
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
346
+ }, unknown, z.core.$ZodTypeInternals<{
347
+ equals?: string | undefined;
348
+ in?: string[] | undefined;
349
+ notIn?: string[] | undefined;
350
+ lt?: string | undefined;
351
+ lte?: string | undefined;
352
+ gt?: string | undefined;
353
+ gte?: string | undefined;
354
+ contains?: string | undefined;
355
+ startsWith?: string | undefined;
356
+ endsWith?: string | undefined;
357
+ } & {
358
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
359
+ }, unknown>>>, z.ZodString]>>;
360
+ projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
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
+ }, unknown, z.core.$ZodTypeInternals<{
374
+ equals?: string | undefined;
375
+ in?: string[] | undefined;
376
+ notIn?: string[] | undefined;
377
+ lt?: string | undefined;
378
+ lte?: string | undefined;
379
+ gt?: string | undefined;
380
+ gte?: string | undefined;
381
+ contains?: string | undefined;
382
+ startsWith?: string | undefined;
383
+ endsWith?: string | undefined;
384
+ } & {
385
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
386
+ }, unknown>>>, z.ZodString]>>;
387
+ buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
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
+ }, unknown, z.core.$ZodTypeInternals<{
401
+ equals?: string | undefined;
402
+ in?: string[] | undefined;
403
+ notIn?: string[] | undefined;
404
+ lt?: string | undefined;
405
+ lte?: string | undefined;
406
+ gt?: string | undefined;
407
+ gte?: string | undefined;
408
+ contains?: string | undefined;
409
+ startsWith?: string | undefined;
410
+ endsWith?: string | undefined;
411
+ } & {
412
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
413
+ }, unknown>>>, z.ZodString]>>>;
414
+ lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
415
+ equals?: string | undefined;
416
+ in?: string[] | undefined;
417
+ notIn?: string[] | undefined;
418
+ lt?: string | undefined;
419
+ lte?: string | undefined;
420
+ gt?: string | undefined;
421
+ gte?: string | undefined;
422
+ contains?: string | undefined;
423
+ startsWith?: string | undefined;
424
+ endsWith?: string | undefined;
425
+ } & {
426
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
427
+ }, unknown, z.core.$ZodTypeInternals<{
428
+ equals?: string | undefined;
429
+ in?: string[] | undefined;
430
+ notIn?: string[] | undefined;
431
+ lt?: string | undefined;
432
+ lte?: string | undefined;
433
+ gt?: string | undefined;
434
+ gte?: string | undefined;
435
+ contains?: string | undefined;
436
+ startsWith?: string | undefined;
437
+ endsWith?: string | undefined;
438
+ } & {
439
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
440
+ }, unknown>>>, z.ZodString]>>>;
441
+ propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
442
+ equals?: string | undefined;
443
+ in?: string[] | undefined;
444
+ notIn?: string[] | undefined;
445
+ lt?: string | undefined;
446
+ lte?: string | undefined;
447
+ gt?: string | undefined;
448
+ gte?: string | undefined;
449
+ contains?: string | undefined;
450
+ startsWith?: string | undefined;
451
+ endsWith?: string | undefined;
452
+ } & {
453
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
454
+ }, unknown, z.core.$ZodTypeInternals<{
455
+ equals?: string | undefined;
456
+ in?: string[] | undefined;
457
+ notIn?: string[] | undefined;
458
+ lt?: string | undefined;
459
+ lte?: string | undefined;
460
+ gt?: string | undefined;
461
+ gte?: string | undefined;
462
+ contains?: string | undefined;
463
+ startsWith?: string | undefined;
464
+ endsWith?: string | undefined;
465
+ } & {
466
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
467
+ }, unknown>>>, z.ZodString]>>;
468
+ stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
469
+ equals?: string | undefined;
470
+ in?: string[] | undefined;
471
+ notIn?: string[] | undefined;
472
+ lt?: string | undefined;
473
+ lte?: string | undefined;
474
+ gt?: string | undefined;
475
+ gte?: string | undefined;
476
+ contains?: string | undefined;
477
+ startsWith?: string | undefined;
478
+ endsWith?: string | undefined;
479
+ } & {
480
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
481
+ }, unknown, z.core.$ZodTypeInternals<{
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
+ }, unknown>>>, z.ZodString]>>;
495
+ mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
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
+ }, unknown, z.core.$ZodTypeInternals<{
509
+ equals?: string | undefined;
510
+ in?: string[] | undefined;
511
+ notIn?: string[] | undefined;
512
+ lt?: string | undefined;
513
+ lte?: string | undefined;
514
+ gt?: string | undefined;
515
+ gte?: string | undefined;
516
+ contains?: string | undefined;
517
+ startsWith?: string | undefined;
518
+ endsWith?: string | undefined;
519
+ } & {
520
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
521
+ }, unknown>>>, z.ZodString]>>;
522
+ mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
326
523
  equals?: bigint | undefined;
327
524
  in?: bigint[] | undefined;
328
525
  notIn?: bigint[] | undefined;
@@ -330,33 +527,17 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
330
527
  lte?: bigint | undefined;
331
528
  gt?: bigint | undefined;
332
529
  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, {
530
+ } & {
531
+ not?: bigint | z.output<z.ZodObject<{
532
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
533
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
534
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
535
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
536
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
537
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
538
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
539
+ }, z.core.$strip>> | undefined;
540
+ }, unknown, z.core.$ZodTypeInternals<{
360
541
  equals?: bigint | undefined;
361
542
  in?: bigint[] | undefined;
362
543
  notIn?: bigint[] | undefined;
@@ -364,68 +545,18 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
364
545
  lte?: bigint | undefined;
365
546
  gt?: bigint | undefined;
366
547
  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, {
548
+ } & {
549
+ not?: bigint | z.output<z.ZodObject<{
550
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
551
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
552
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
553
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
554
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
555
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
556
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
557
+ }, z.core.$strip>> | undefined;
558
+ }, unknown>>>, z.ZodBigInt]>>;
559
+ cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
429
560
  equals?: bigint | undefined;
430
561
  in?: bigint[] | undefined;
431
562
  notIn?: bigint[] | undefined;
@@ -433,34 +564,17 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
433
564
  lte?: bigint | undefined;
434
565
  gt?: bigint | undefined;
435
566
  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, {
567
+ } & {
568
+ not?: bigint | z.output<z.ZodObject<{
569
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
570
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
571
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
572
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
573
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
574
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
575
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
576
+ }, z.core.$strip>> | undefined;
577
+ }, unknown, z.core.$ZodTypeInternals<{
464
578
  equals?: bigint | undefined;
465
579
  in?: bigint[] | undefined;
466
580
  notIn?: bigint[] | undefined;
@@ -468,156 +582,18 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
468
582
  lte?: bigint | undefined;
469
583
  gt?: bigint | undefined;
470
584
  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, {
585
+ } & {
586
+ not?: bigint | z.output<z.ZodObject<{
587
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
588
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
589
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
590
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
591
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
592
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
593
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
594
+ }, z.core.$strip>> | undefined;
595
+ }, unknown>>>, z.ZodBigInt]>>;
596
+ balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
621
597
  equals?: bigint | undefined;
622
598
  in?: bigint[] | undefined;
623
599
  notIn?: bigint[] | undefined;
@@ -625,34 +601,17 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
625
601
  lte?: bigint | undefined;
626
602
  gt?: bigint | undefined;
627
603
  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, {
604
+ } & {
605
+ not?: bigint | z.output<z.ZodObject<{
606
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
607
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
608
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
609
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
610
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
611
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
612
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
613
+ }, z.core.$strip>> | undefined;
614
+ }, unknown, z.core.$ZodTypeInternals<{
656
615
  equals?: bigint | undefined;
657
616
  in?: bigint[] | undefined;
658
617
  notIn?: bigint[] | undefined;
@@ -660,113 +619,49 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
660
619
  lte?: bigint | undefined;
661
620
  gt?: bigint | undefined;
662
621
  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
- }>>;
622
+ } & {
623
+ not?: bigint | z.output<z.ZodObject<{
624
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
625
+ in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
626
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
627
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
628
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
629
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
630
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
631
+ }, z.core.$strip>> | undefined;
632
+ }, unknown>>>, z.ZodBigInt]>>;
633
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
634
+ equals?: string | undefined;
635
+ in?: string[] | undefined;
636
+ notIn?: string[] | undefined;
637
+ lt?: string | undefined;
638
+ lte?: string | undefined;
639
+ gt?: string | undefined;
640
+ gte?: string | undefined;
641
+ contains?: string | undefined;
642
+ startsWith?: string | undefined;
643
+ endsWith?: string | undefined;
644
+ } & {
645
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
646
+ }, unknown, z.core.$ZodTypeInternals<{
647
+ equals?: string | undefined;
648
+ in?: string[] | undefined;
649
+ notIn?: string[] | undefined;
650
+ lt?: string | undefined;
651
+ lte?: string | undefined;
652
+ gt?: string | undefined;
653
+ gte?: string | undefined;
654
+ contains?: string | undefined;
655
+ startsWith?: string | undefined;
656
+ endsWith?: string | undefined;
657
+ } & {
658
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
659
+ }, unknown>>>, z.ZodString]>>;
660
+ }, z.core.$strip>>>>;
661
+ sort: z.ZodOptional<z.ZodLazy<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>>;
662
+ }, z.core.$strip>, z.ZodOptional<z.ZodObject<{
663
+ page: z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>;
664
+ pageSize: z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>;
665
+ }, z.core.$strip>>>;
771
666
  export type MtaTransactionSearchRestReq = z.input<typeof mtaTransactionSearchRestReqSchema>;
772
667
  //# sourceMappingURL=mta-transaction-search.rest.schema.d.ts.map