@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,269 +1,144 @@
1
1
  import { z } from 'zod';
2
2
  export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
3
- cmaId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
4
- equals?: string | undefined;
5
- in?: string[] | undefined;
6
- notIn?: string[] | undefined;
7
- lt?: string | undefined;
8
- lte?: string | undefined;
9
- gt?: string | undefined;
10
- gte?: string | undefined;
11
- contains?: string | undefined;
12
- startsWith?: string | undefined;
13
- endsWith?: string | undefined;
14
- } & {
15
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
16
- }, z.ZodTypeDef, {
17
- equals?: string | undefined;
18
- in?: string[] | undefined;
19
- notIn?: string[] | undefined;
20
- lt?: string | undefined;
21
- lte?: string | undefined;
22
- gt?: string | undefined;
23
- gte?: string | undefined;
24
- contains?: string | undefined;
25
- startsWith?: string | undefined;
26
- endsWith?: string | undefined;
27
- } & {
28
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
29
- }>>, z.ZodString]>>;
30
- propertyId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
31
- equals?: string | undefined;
32
- in?: string[] | undefined;
33
- notIn?: string[] | undefined;
34
- lt?: string | undefined;
35
- lte?: string | undefined;
36
- gt?: string | undefined;
37
- gte?: string | undefined;
38
- contains?: string | undefined;
39
- startsWith?: string | undefined;
40
- endsWith?: string | undefined;
41
- } & {
42
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
43
- }, z.ZodTypeDef, {
44
- equals?: string | undefined;
45
- in?: string[] | undefined;
46
- notIn?: string[] | undefined;
47
- lt?: string | undefined;
48
- lte?: string | undefined;
49
- gt?: string | undefined;
50
- gte?: string | undefined;
51
- contains?: string | undefined;
52
- startsWith?: string | undefined;
53
- endsWith?: string | undefined;
54
- } & {
55
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
56
- }>>, z.ZodString]>>;
57
- createType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
58
- equals?: string | undefined;
59
- in?: string[] | undefined;
60
- notIn?: string[] | undefined;
61
- lt?: string | undefined;
62
- lte?: string | undefined;
63
- gt?: string | undefined;
64
- gte?: string | undefined;
65
- contains?: string | undefined;
66
- startsWith?: string | undefined;
67
- endsWith?: string | undefined;
68
- } & {
69
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
70
- }, z.ZodTypeDef, {
71
- equals?: string | undefined;
72
- in?: string[] | undefined;
73
- notIn?: string[] | undefined;
74
- lt?: string | undefined;
75
- lte?: string | undefined;
76
- gt?: string | undefined;
77
- gte?: string | undefined;
78
- contains?: string | undefined;
79
- startsWith?: string | undefined;
80
- endsWith?: string | undefined;
81
- } & {
82
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
83
- }>>, z.ZodString]>>;
84
- inputType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
85
- equals?: string | undefined;
86
- in?: string[] | undefined;
87
- notIn?: string[] | undefined;
88
- lt?: string | undefined;
89
- lte?: string | undefined;
90
- gt?: string | undefined;
91
- gte?: string | undefined;
92
- contains?: string | undefined;
93
- startsWith?: string | undefined;
94
- endsWith?: string | undefined;
95
- } & {
96
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
97
- }, z.ZodTypeDef, {
98
- equals?: string | undefined;
99
- in?: string[] | undefined;
100
- notIn?: string[] | undefined;
101
- lt?: string | undefined;
102
- lte?: string | undefined;
103
- gt?: string | undefined;
104
- gte?: string | undefined;
105
- contains?: string | undefined;
106
- startsWith?: string | undefined;
107
- endsWith?: string | undefined;
108
- } & {
109
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
110
- }>>, z.ZodString]>>;
111
- bankRef: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
112
- equals?: string | undefined;
113
- in?: string[] | undefined;
114
- notIn?: string[] | undefined;
115
- lt?: string | undefined;
116
- lte?: string | undefined;
117
- gt?: string | undefined;
118
- gte?: string | undefined;
119
- contains?: string | undefined;
120
- startsWith?: string | undefined;
121
- endsWith?: string | undefined;
122
- } & {
123
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
124
- }, z.ZodTypeDef, {
125
- equals?: string | undefined;
126
- in?: string[] | undefined;
127
- notIn?: string[] | undefined;
128
- lt?: string | undefined;
129
- lte?: string | undefined;
130
- gt?: string | undefined;
131
- gte?: string | undefined;
132
- contains?: string | undefined;
133
- startsWith?: string | undefined;
134
- endsWith?: string | undefined;
135
- } & {
136
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
137
- }>>, z.ZodString]>>;
138
- description: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
139
- equals?: string | undefined;
140
- in?: string[] | undefined;
141
- notIn?: string[] | undefined;
142
- lt?: string | undefined;
143
- lte?: string | undefined;
144
- gt?: string | undefined;
145
- gte?: string | undefined;
146
- contains?: string | undefined;
147
- startsWith?: string | undefined;
148
- endsWith?: string | undefined;
149
- } & {
150
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
151
- }, z.ZodTypeDef, {
152
- equals?: string | undefined;
153
- in?: string[] | undefined;
154
- notIn?: string[] | undefined;
155
- lt?: string | undefined;
156
- lte?: string | undefined;
157
- gt?: string | undefined;
158
- gte?: string | undefined;
159
- contains?: string | undefined;
160
- startsWith?: string | undefined;
161
- endsWith?: string | undefined;
162
- } & {
163
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
164
- }>>, z.ZodString]>>;
165
- clearedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, z.ZodTypeDef, import("..").DateTimeFilterSchema>>, z.ZodString]>>;
166
- transactionType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
167
- equals?: string | undefined;
168
- in?: string[] | undefined;
169
- notIn?: string[] | undefined;
170
- lt?: string | undefined;
171
- lte?: string | undefined;
172
- gt?: string | undefined;
173
- gte?: string | undefined;
174
- contains?: string | undefined;
175
- startsWith?: string | undefined;
176
- endsWith?: string | undefined;
177
- } & {
178
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
179
- }, z.ZodTypeDef, {
180
- equals?: string | undefined;
181
- in?: string[] | undefined;
182
- notIn?: string[] | undefined;
183
- lt?: string | undefined;
184
- lte?: string | undefined;
185
- gt?: string | undefined;
186
- gte?: string | undefined;
187
- contains?: string | undefined;
188
- startsWith?: string | undefined;
189
- endsWith?: string | undefined;
190
- } & {
191
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
192
- }>>, z.ZodString]>>;
193
- isCanceled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
194
- isRefunded: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
195
- status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
196
- equals?: string | undefined;
197
- in?: string[] | undefined;
198
- notIn?: string[] | undefined;
199
- lt?: string | undefined;
200
- lte?: string | undefined;
201
- gt?: string | undefined;
202
- gte?: string | undefined;
203
- contains?: string | undefined;
204
- startsWith?: string | undefined;
205
- endsWith?: string | undefined;
206
- } & {
207
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
208
- }, z.ZodTypeDef, {
209
- equals?: string | undefined;
210
- in?: string[] | undefined;
211
- notIn?: string[] | undefined;
212
- lt?: string | undefined;
213
- lte?: string | undefined;
214
- gt?: string | undefined;
215
- gte?: string | undefined;
216
- contains?: string | undefined;
217
- startsWith?: string | undefined;
218
- endsWith?: string | undefined;
219
- } & {
220
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
221
- }>>, z.ZodString]>>;
222
- payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
223
- equals?: string | undefined;
224
- in?: string[] | undefined;
225
- notIn?: string[] | undefined;
226
- lt?: string | undefined;
227
- lte?: string | undefined;
228
- gt?: string | undefined;
229
- gte?: string | undefined;
230
- contains?: string | undefined;
231
- startsWith?: string | undefined;
232
- endsWith?: string | undefined;
233
- } & {
234
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
235
- }, z.ZodTypeDef, {
236
- equals?: string | undefined;
237
- in?: string[] | undefined;
238
- notIn?: string[] | undefined;
239
- lt?: string | undefined;
240
- lte?: string | undefined;
241
- gt?: string | undefined;
242
- gte?: string | undefined;
243
- contains?: string | undefined;
244
- startsWith?: string | undefined;
245
- endsWith?: string | undefined;
246
- } & {
247
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
248
- }>>, z.ZodString]>>;
249
- creditAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
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;
257
- } & {
258
- not?: bigint | z.output<z.ZodObject<{
259
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
260
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
261
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
262
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
263
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
264
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
265
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
266
- }, "strip", z.ZodTypeAny, {
3
+ page: z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>;
4
+ pageSize: z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>;
5
+ cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
6
+ equals?: string | undefined;
7
+ in?: string[] | undefined;
8
+ notIn?: string[] | undefined;
9
+ lt?: string | undefined;
10
+ lte?: string | undefined;
11
+ gt?: string | undefined;
12
+ gte?: string | undefined;
13
+ contains?: string | undefined;
14
+ startsWith?: string | undefined;
15
+ endsWith?: string | undefined;
16
+ } & {
17
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
18
+ }, unknown, z.core.$ZodTypeInternals<{
19
+ equals?: string | undefined;
20
+ in?: string[] | undefined;
21
+ notIn?: string[] | undefined;
22
+ lt?: string | undefined;
23
+ lte?: string | undefined;
24
+ gt?: string | undefined;
25
+ gte?: string | undefined;
26
+ contains?: string | undefined;
27
+ startsWith?: string | undefined;
28
+ endsWith?: string | undefined;
29
+ } & {
30
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
31
+ }, unknown>>>, z.ZodString]>>;
32
+ cma: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
33
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
34
+ equals?: string | undefined;
35
+ in?: string[] | undefined;
36
+ notIn?: string[] | undefined;
37
+ lt?: string | undefined;
38
+ lte?: string | undefined;
39
+ gt?: string | undefined;
40
+ gte?: string | undefined;
41
+ contains?: string | undefined;
42
+ startsWith?: string | undefined;
43
+ endsWith?: string | undefined;
44
+ } & {
45
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
46
+ }, unknown, z.core.$ZodTypeInternals<{
47
+ equals?: string | undefined;
48
+ in?: string[] | undefined;
49
+ notIn?: string[] | undefined;
50
+ lt?: string | undefined;
51
+ lte?: string | undefined;
52
+ gt?: string | undefined;
53
+ gte?: string | undefined;
54
+ contains?: string | undefined;
55
+ startsWith?: string | undefined;
56
+ endsWith?: string | undefined;
57
+ } & {
58
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
59
+ }, unknown>>>, z.ZodString]>>;
60
+ description: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
61
+ equals?: string | undefined;
62
+ in?: string[] | undefined;
63
+ notIn?: string[] | undefined;
64
+ lt?: string | undefined;
65
+ lte?: string | undefined;
66
+ gt?: string | undefined;
67
+ gte?: string | undefined;
68
+ contains?: string | undefined;
69
+ startsWith?: string | undefined;
70
+ endsWith?: string | undefined;
71
+ } & {
72
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
73
+ }, unknown, z.core.$ZodTypeInternals<{
74
+ equals?: string | undefined;
75
+ in?: string[] | undefined;
76
+ notIn?: string[] | undefined;
77
+ lt?: string | undefined;
78
+ lte?: string | undefined;
79
+ gt?: string | undefined;
80
+ gte?: string | undefined;
81
+ contains?: string | undefined;
82
+ startsWith?: string | undefined;
83
+ endsWith?: string | undefined;
84
+ } & {
85
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
86
+ }, unknown>>>, z.ZodString]>>>;
87
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
88
+ equals?: string | undefined;
89
+ in?: string[] | undefined;
90
+ notIn?: string[] | undefined;
91
+ lt?: string | undefined;
92
+ lte?: string | undefined;
93
+ gt?: string | undefined;
94
+ gte?: string | undefined;
95
+ contains?: string | undefined;
96
+ startsWith?: string | undefined;
97
+ endsWith?: string | undefined;
98
+ } & {
99
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
100
+ }, unknown, z.core.$ZodTypeInternals<{
101
+ equals?: string | undefined;
102
+ in?: string[] | undefined;
103
+ notIn?: string[] | undefined;
104
+ lt?: string | undefined;
105
+ lte?: string | undefined;
106
+ gt?: string | undefined;
107
+ gte?: string | undefined;
108
+ contains?: string | undefined;
109
+ startsWith?: string | undefined;
110
+ endsWith?: string | undefined;
111
+ } & {
112
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
113
+ }, unknown>>>, z.ZodString]>>;
114
+ propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
115
+ equals?: string | undefined;
116
+ in?: string[] | undefined;
117
+ notIn?: string[] | undefined;
118
+ lt?: string | undefined;
119
+ lte?: string | undefined;
120
+ gt?: string | undefined;
121
+ gte?: string | undefined;
122
+ contains?: string | undefined;
123
+ startsWith?: string | undefined;
124
+ endsWith?: string | undefined;
125
+ } & {
126
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
127
+ }, unknown, z.core.$ZodTypeInternals<{
128
+ equals?: string | undefined;
129
+ in?: string[] | undefined;
130
+ notIn?: string[] | undefined;
131
+ lt?: string | undefined;
132
+ lte?: string | undefined;
133
+ gt?: string | undefined;
134
+ gte?: string | undefined;
135
+ contains?: string | undefined;
136
+ startsWith?: string | undefined;
137
+ endsWith?: string | undefined;
138
+ } & {
139
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
140
+ }, unknown>>>, z.ZodString]>>;
141
+ balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
267
142
  equals?: bigint | undefined;
268
143
  in?: bigint[] | undefined;
269
144
  notIn?: bigint[] | undefined;
@@ -271,33 +146,17 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
271
146
  lte?: bigint | undefined;
272
147
  gt?: bigint | undefined;
273
148
  gte?: bigint | undefined;
274
- }, {
275
- equals?: number | bigint | undefined;
276
- in?: (number | bigint)[] | undefined;
277
- notIn?: (number | bigint)[] | undefined;
278
- lt?: number | bigint | undefined;
279
- lte?: number | bigint | undefined;
280
- gt?: number | bigint | undefined;
281
- gte?: number | bigint | undefined;
282
- }>> | undefined;
283
- }, z.ZodTypeDef, {
284
- equals?: number | bigint | undefined;
285
- in?: (number | bigint)[] | undefined;
286
- notIn?: (number | bigint)[] | undefined;
287
- lt?: number | bigint | undefined;
288
- lte?: number | bigint | undefined;
289
- gt?: number | bigint | undefined;
290
- gte?: number | bigint | undefined;
291
- } & {
292
- not?: bigint | number | string | z.input<z.ZodObject<{
293
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
294
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
295
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
296
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
297
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
298
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
299
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
300
- }, "strip", z.ZodTypeAny, {
149
+ } & {
150
+ not?: bigint | z.output<z.ZodObject<{
151
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
152
+ 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>>>;
153
+ 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>>>;
154
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
155
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
156
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
157
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
158
+ }, z.core.$strip>> | undefined;
159
+ }, unknown, z.core.$ZodTypeInternals<{
301
160
  equals?: bigint | undefined;
302
161
  in?: bigint[] | undefined;
303
162
  notIn?: bigint[] | undefined;
@@ -305,34 +164,371 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
305
164
  lte?: bigint | undefined;
306
165
  gt?: bigint | undefined;
307
166
  gte?: bigint | undefined;
308
- }, {
309
- equals?: number | bigint | undefined;
310
- in?: (number | bigint)[] | undefined;
311
- notIn?: (number | bigint)[] | undefined;
312
- lt?: number | bigint | undefined;
313
- lte?: number | bigint | undefined;
314
- gt?: number | bigint | undefined;
315
- gte?: number | bigint | undefined;
316
- }>> | undefined;
317
- }>>, z.ZodBigInt]>>;
318
- debitAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
319
- equals?: bigint | undefined;
320
- in?: bigint[] | undefined;
321
- notIn?: bigint[] | undefined;
322
- lt?: bigint | undefined;
323
- lte?: bigint | undefined;
324
- gt?: bigint | undefined;
325
- gte?: bigint | undefined;
326
- } & {
327
- not?: bigint | z.output<z.ZodObject<{
328
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
329
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
330
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
331
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
332
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
333
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
334
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
335
- }, "strip", z.ZodTypeAny, {
167
+ } & {
168
+ not?: bigint | z.output<z.ZodObject<{
169
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
170
+ 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>>>;
171
+ 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>>>;
172
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
173
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
174
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
175
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
176
+ }, z.core.$strip>> | undefined;
177
+ }, unknown>>>, z.ZodBigInt]>>;
178
+ country: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
179
+ equals?: string | undefined;
180
+ in?: string[] | undefined;
181
+ notIn?: string[] | undefined;
182
+ lt?: string | undefined;
183
+ lte?: string | undefined;
184
+ gt?: string | undefined;
185
+ gte?: string | undefined;
186
+ contains?: string | undefined;
187
+ startsWith?: string | undefined;
188
+ endsWith?: string | undefined;
189
+ } & {
190
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
191
+ }, unknown, z.core.$ZodTypeInternals<{
192
+ equals?: string | undefined;
193
+ in?: string[] | undefined;
194
+ notIn?: string[] | undefined;
195
+ lt?: string | undefined;
196
+ lte?: string | undefined;
197
+ gt?: string | undefined;
198
+ gte?: string | undefined;
199
+ contains?: string | undefined;
200
+ startsWith?: string | undefined;
201
+ endsWith?: string | undefined;
202
+ } & {
203
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
204
+ }, unknown>>>, z.ZodString]>>;
205
+ stateCode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
206
+ equals?: string | undefined;
207
+ in?: string[] | undefined;
208
+ notIn?: string[] | undefined;
209
+ lt?: string | undefined;
210
+ lte?: string | undefined;
211
+ gt?: string | undefined;
212
+ gte?: string | undefined;
213
+ contains?: string | undefined;
214
+ startsWith?: string | undefined;
215
+ endsWith?: string | undefined;
216
+ } & {
217
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
218
+ }, unknown, z.core.$ZodTypeInternals<{
219
+ equals?: string | undefined;
220
+ in?: string[] | undefined;
221
+ notIn?: string[] | undefined;
222
+ lt?: string | undefined;
223
+ lte?: string | undefined;
224
+ gt?: string | undefined;
225
+ gte?: string | undefined;
226
+ contains?: string | undefined;
227
+ startsWith?: string | undefined;
228
+ endsWith?: string | undefined;
229
+ } & {
230
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
231
+ }, unknown>>>, z.ZodString]>>;
232
+ bankCode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
233
+ equals?: string | undefined;
234
+ in?: string[] | undefined;
235
+ notIn?: string[] | undefined;
236
+ lt?: string | undefined;
237
+ lte?: string | undefined;
238
+ gt?: string | undefined;
239
+ gte?: string | undefined;
240
+ contains?: string | undefined;
241
+ startsWith?: string | undefined;
242
+ endsWith?: string | undefined;
243
+ } & {
244
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
245
+ }, unknown, z.core.$ZodTypeInternals<{
246
+ equals?: string | undefined;
247
+ in?: string[] | undefined;
248
+ notIn?: string[] | undefined;
249
+ lt?: string | undefined;
250
+ lte?: string | undefined;
251
+ gt?: string | undefined;
252
+ gte?: string | undefined;
253
+ contains?: string | undefined;
254
+ startsWith?: string | undefined;
255
+ endsWith?: string | undefined;
256
+ } & {
257
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
258
+ }, unknown>>>, z.ZodString]>>;
259
+ accountName: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
260
+ equals?: string | undefined;
261
+ in?: string[] | undefined;
262
+ notIn?: string[] | undefined;
263
+ lt?: string | undefined;
264
+ lte?: string | undefined;
265
+ gt?: string | undefined;
266
+ gte?: string | undefined;
267
+ contains?: string | undefined;
268
+ startsWith?: string | undefined;
269
+ endsWith?: string | undefined;
270
+ } & {
271
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
272
+ }, unknown, z.core.$ZodTypeInternals<{
273
+ equals?: string | undefined;
274
+ in?: string[] | undefined;
275
+ notIn?: string[] | undefined;
276
+ lt?: string | undefined;
277
+ lte?: string | undefined;
278
+ gt?: string | undefined;
279
+ gte?: string | undefined;
280
+ contains?: string | undefined;
281
+ startsWith?: string | undefined;
282
+ endsWith?: string | undefined;
283
+ } & {
284
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
285
+ }, unknown>>>, z.ZodString]>>;
286
+ }, z.core.$strip>>]>>;
287
+ propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
288
+ equals?: string | undefined;
289
+ in?: string[] | undefined;
290
+ notIn?: string[] | undefined;
291
+ lt?: string | undefined;
292
+ lte?: string | undefined;
293
+ gt?: string | undefined;
294
+ gte?: string | undefined;
295
+ contains?: string | undefined;
296
+ startsWith?: string | undefined;
297
+ endsWith?: string | undefined;
298
+ } & {
299
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
300
+ }, unknown, z.core.$ZodTypeInternals<{
301
+ equals?: string | undefined;
302
+ in?: string[] | undefined;
303
+ notIn?: string[] | undefined;
304
+ lt?: string | undefined;
305
+ lte?: string | undefined;
306
+ gt?: string | undefined;
307
+ gte?: string | undefined;
308
+ contains?: string | undefined;
309
+ startsWith?: string | undefined;
310
+ endsWith?: string | undefined;
311
+ } & {
312
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
313
+ }, unknown>>>, z.ZodString]>>;
314
+ property: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
315
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
316
+ equals?: string | undefined;
317
+ in?: string[] | undefined;
318
+ notIn?: string[] | undefined;
319
+ lt?: string | undefined;
320
+ lte?: string | undefined;
321
+ gt?: string | undefined;
322
+ gte?: string | undefined;
323
+ contains?: string | undefined;
324
+ startsWith?: string | undefined;
325
+ endsWith?: string | undefined;
326
+ } & {
327
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
328
+ }, unknown, z.core.$ZodTypeInternals<{
329
+ equals?: string | undefined;
330
+ in?: string[] | undefined;
331
+ notIn?: string[] | undefined;
332
+ lt?: string | undefined;
333
+ lte?: string | undefined;
334
+ gt?: string | undefined;
335
+ gte?: string | undefined;
336
+ contains?: string | undefined;
337
+ startsWith?: string | undefined;
338
+ endsWith?: string | undefined;
339
+ } & {
340
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
341
+ }, unknown>>>, z.ZodString]>>;
342
+ customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
343
+ equals?: string | undefined;
344
+ in?: string[] | undefined;
345
+ notIn?: string[] | undefined;
346
+ lt?: string | undefined;
347
+ lte?: string | undefined;
348
+ gt?: string | undefined;
349
+ gte?: string | undefined;
350
+ contains?: string | undefined;
351
+ startsWith?: string | undefined;
352
+ endsWith?: string | undefined;
353
+ } & {
354
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
355
+ }, unknown, z.core.$ZodTypeInternals<{
356
+ equals?: string | undefined;
357
+ in?: string[] | undefined;
358
+ notIn?: string[] | undefined;
359
+ lt?: string | undefined;
360
+ lte?: string | undefined;
361
+ gt?: string | undefined;
362
+ gte?: string | undefined;
363
+ contains?: string | undefined;
364
+ startsWith?: string | undefined;
365
+ endsWith?: string | undefined;
366
+ } & {
367
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
368
+ }, unknown>>>, z.ZodString]>>;
369
+ projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
370
+ equals?: string | undefined;
371
+ in?: string[] | undefined;
372
+ notIn?: string[] | undefined;
373
+ lt?: string | undefined;
374
+ lte?: string | undefined;
375
+ gt?: string | undefined;
376
+ gte?: string | undefined;
377
+ contains?: string | undefined;
378
+ startsWith?: string | undefined;
379
+ endsWith?: string | undefined;
380
+ } & {
381
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
382
+ }, unknown, z.core.$ZodTypeInternals<{
383
+ equals?: string | undefined;
384
+ in?: string[] | undefined;
385
+ notIn?: string[] | undefined;
386
+ lt?: string | undefined;
387
+ lte?: string | undefined;
388
+ gt?: string | undefined;
389
+ gte?: string | undefined;
390
+ contains?: string | undefined;
391
+ startsWith?: string | undefined;
392
+ endsWith?: string | undefined;
393
+ } & {
394
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
395
+ }, unknown>>>, z.ZodString]>>;
396
+ buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
397
+ equals?: string | undefined;
398
+ in?: string[] | undefined;
399
+ notIn?: string[] | undefined;
400
+ lt?: string | undefined;
401
+ lte?: string | undefined;
402
+ gt?: string | undefined;
403
+ gte?: string | undefined;
404
+ contains?: string | undefined;
405
+ startsWith?: string | undefined;
406
+ endsWith?: string | undefined;
407
+ } & {
408
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
409
+ }, unknown, z.core.$ZodTypeInternals<{
410
+ equals?: string | undefined;
411
+ in?: string[] | undefined;
412
+ notIn?: string[] | undefined;
413
+ lt?: string | undefined;
414
+ lte?: string | undefined;
415
+ gt?: string | undefined;
416
+ gte?: string | undefined;
417
+ contains?: string | undefined;
418
+ startsWith?: string | undefined;
419
+ endsWith?: string | undefined;
420
+ } & {
421
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
422
+ }, unknown>>>, z.ZodString]>>>;
423
+ lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
424
+ equals?: string | undefined;
425
+ in?: string[] | undefined;
426
+ notIn?: string[] | undefined;
427
+ lt?: string | undefined;
428
+ lte?: string | undefined;
429
+ gt?: string | undefined;
430
+ gte?: string | undefined;
431
+ contains?: string | undefined;
432
+ startsWith?: string | undefined;
433
+ endsWith?: string | undefined;
434
+ } & {
435
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
436
+ }, unknown, z.core.$ZodTypeInternals<{
437
+ equals?: string | undefined;
438
+ in?: string[] | undefined;
439
+ notIn?: string[] | undefined;
440
+ lt?: string | undefined;
441
+ lte?: string | undefined;
442
+ gt?: string | undefined;
443
+ gte?: string | undefined;
444
+ contains?: string | undefined;
445
+ startsWith?: string | undefined;
446
+ endsWith?: string | undefined;
447
+ } & {
448
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
449
+ }, unknown>>>, z.ZodString]>>>;
450
+ propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
451
+ equals?: string | undefined;
452
+ in?: string[] | undefined;
453
+ notIn?: string[] | undefined;
454
+ lt?: string | undefined;
455
+ lte?: string | undefined;
456
+ gt?: string | undefined;
457
+ gte?: string | undefined;
458
+ contains?: string | undefined;
459
+ startsWith?: string | undefined;
460
+ endsWith?: string | undefined;
461
+ } & {
462
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
463
+ }, unknown, z.core.$ZodTypeInternals<{
464
+ equals?: string | undefined;
465
+ in?: string[] | undefined;
466
+ notIn?: string[] | undefined;
467
+ lt?: string | undefined;
468
+ lte?: string | undefined;
469
+ gt?: string | undefined;
470
+ gte?: string | undefined;
471
+ contains?: string | undefined;
472
+ startsWith?: string | undefined;
473
+ endsWith?: string | undefined;
474
+ } & {
475
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
476
+ }, unknown>>>, z.ZodString]>>;
477
+ stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
478
+ equals?: string | undefined;
479
+ in?: string[] | undefined;
480
+ notIn?: string[] | undefined;
481
+ lt?: string | undefined;
482
+ lte?: string | undefined;
483
+ gt?: string | undefined;
484
+ gte?: string | undefined;
485
+ contains?: string | undefined;
486
+ startsWith?: string | undefined;
487
+ endsWith?: string | undefined;
488
+ } & {
489
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
490
+ }, unknown, z.core.$ZodTypeInternals<{
491
+ equals?: string | undefined;
492
+ in?: string[] | undefined;
493
+ notIn?: string[] | undefined;
494
+ lt?: string | undefined;
495
+ lte?: string | undefined;
496
+ gt?: string | undefined;
497
+ gte?: string | undefined;
498
+ contains?: string | undefined;
499
+ startsWith?: string | undefined;
500
+ endsWith?: string | undefined;
501
+ } & {
502
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
503
+ }, unknown>>>, z.ZodString]>>;
504
+ mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
505
+ equals?: string | undefined;
506
+ in?: string[] | undefined;
507
+ notIn?: string[] | undefined;
508
+ lt?: string | undefined;
509
+ lte?: string | undefined;
510
+ gt?: string | undefined;
511
+ gte?: string | undefined;
512
+ contains?: string | undefined;
513
+ startsWith?: string | undefined;
514
+ endsWith?: string | undefined;
515
+ } & {
516
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
517
+ }, unknown, z.core.$ZodTypeInternals<{
518
+ equals?: string | undefined;
519
+ in?: string[] | undefined;
520
+ notIn?: string[] | undefined;
521
+ lt?: string | undefined;
522
+ lte?: string | undefined;
523
+ gt?: string | undefined;
524
+ gte?: string | undefined;
525
+ contains?: string | undefined;
526
+ startsWith?: string | undefined;
527
+ endsWith?: string | undefined;
528
+ } & {
529
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
530
+ }, unknown>>>, z.ZodString]>>;
531
+ mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
336
532
  equals?: bigint | undefined;
337
533
  in?: bigint[] | undefined;
338
534
  notIn?: bigint[] | undefined;
@@ -340,33 +536,17 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
340
536
  lte?: bigint | undefined;
341
537
  gt?: bigint | undefined;
342
538
  gte?: bigint | undefined;
343
- }, {
344
- equals?: number | bigint | undefined;
345
- in?: (number | bigint)[] | undefined;
346
- notIn?: (number | bigint)[] | undefined;
347
- lt?: number | bigint | undefined;
348
- lte?: number | bigint | undefined;
349
- gt?: number | bigint | undefined;
350
- gte?: number | bigint | undefined;
351
- }>> | undefined;
352
- }, z.ZodTypeDef, {
353
- equals?: number | bigint | undefined;
354
- in?: (number | bigint)[] | undefined;
355
- notIn?: (number | bigint)[] | undefined;
356
- lt?: number | bigint | undefined;
357
- lte?: number | bigint | undefined;
358
- gt?: number | bigint | undefined;
359
- gte?: number | bigint | undefined;
360
- } & {
361
- not?: bigint | number | string | z.input<z.ZodObject<{
362
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
363
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
364
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
365
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
366
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
367
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
368
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
369
- }, "strip", z.ZodTypeAny, {
539
+ } & {
540
+ not?: bigint | z.output<z.ZodObject<{
541
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
542
+ 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>>>;
543
+ 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>>>;
544
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
545
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
546
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
547
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
548
+ }, z.core.$strip>> | undefined;
549
+ }, unknown, z.core.$ZodTypeInternals<{
370
550
  equals?: bigint | undefined;
371
551
  in?: bigint[] | undefined;
372
552
  notIn?: bigint[] | undefined;
@@ -374,63 +554,18 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
374
554
  lte?: bigint | undefined;
375
555
  gt?: bigint | undefined;
376
556
  gte?: bigint | undefined;
377
- }, {
378
- equals?: number | bigint | undefined;
379
- in?: (number | bigint)[] | undefined;
380
- notIn?: (number | bigint)[] | undefined;
381
- lt?: number | bigint | undefined;
382
- lte?: number | bigint | undefined;
383
- gt?: number | bigint | undefined;
384
- gte?: number | bigint | undefined;
385
- }>> | undefined;
386
- }>>, z.ZodBigInt]>>;
387
- }, "strip", z.ZodTypeAny, {
388
- status?: string | ({
389
- equals?: string | undefined;
390
- in?: string[] | undefined;
391
- notIn?: string[] | undefined;
392
- lt?: string | undefined;
393
- lte?: string | undefined;
394
- gt?: string | undefined;
395
- gte?: string | undefined;
396
- contains?: string | undefined;
397
- startsWith?: string | undefined;
398
- endsWith?: string | undefined;
399
- } & {
400
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
401
- }) | undefined;
402
- propertyId?: string | ({
403
- equals?: string | undefined;
404
- in?: string[] | undefined;
405
- notIn?: string[] | undefined;
406
- lt?: string | undefined;
407
- lte?: string | undefined;
408
- gt?: string | undefined;
409
- gte?: string | undefined;
410
- contains?: string | undefined;
411
- startsWith?: string | undefined;
412
- endsWith?: string | undefined;
413
- } & {
414
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
415
- }) | undefined;
416
- debitAmountCents?: bigint | ({
417
- equals?: bigint | undefined;
418
- in?: bigint[] | undefined;
419
- notIn?: bigint[] | undefined;
420
- lt?: bigint | undefined;
421
- lte?: bigint | undefined;
422
- gt?: bigint | undefined;
423
- gte?: bigint | undefined;
424
- } & {
425
- not?: bigint | z.output<z.ZodObject<{
426
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
427
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
428
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
429
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
430
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
431
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
432
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
433
- }, "strip", z.ZodTypeAny, {
557
+ } & {
558
+ not?: bigint | z.output<z.ZodObject<{
559
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
560
+ 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>>>;
561
+ 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>>>;
562
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
563
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
564
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
565
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
566
+ }, z.core.$strip>> | undefined;
567
+ }, unknown>>>, z.ZodBigInt]>>;
568
+ cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
434
569
  equals?: bigint | undefined;
435
570
  in?: bigint[] | undefined;
436
571
  notIn?: bigint[] | undefined;
@@ -438,34 +573,36 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
438
573
  lte?: bigint | undefined;
439
574
  gt?: bigint | undefined;
440
575
  gte?: bigint | undefined;
441
- }, {
442
- equals?: number | bigint | undefined;
443
- in?: (number | bigint)[] | undefined;
444
- notIn?: (number | bigint)[] | undefined;
445
- lt?: number | bigint | undefined;
446
- lte?: number | bigint | undefined;
447
- gt?: number | bigint | undefined;
448
- gte?: number | bigint | undefined;
449
- }>> | undefined;
450
- }) | undefined;
451
- creditAmountCents?: bigint | ({
452
- equals?: bigint | undefined;
453
- in?: bigint[] | undefined;
454
- notIn?: bigint[] | undefined;
455
- lt?: bigint | undefined;
456
- lte?: bigint | undefined;
457
- gt?: bigint | undefined;
458
- gte?: bigint | undefined;
459
- } & {
460
- not?: bigint | z.output<z.ZodObject<{
461
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
462
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
463
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
464
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
465
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
466
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
467
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
468
- }, "strip", z.ZodTypeAny, {
576
+ } & {
577
+ not?: bigint | z.output<z.ZodObject<{
578
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
579
+ 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>>>;
580
+ 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>>>;
581
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
582
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
583
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
584
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
585
+ }, z.core.$strip>> | undefined;
586
+ }, unknown, z.core.$ZodTypeInternals<{
587
+ equals?: bigint | undefined;
588
+ in?: bigint[] | undefined;
589
+ notIn?: bigint[] | undefined;
590
+ lt?: bigint | undefined;
591
+ lte?: bigint | undefined;
592
+ gt?: bigint | undefined;
593
+ gte?: bigint | undefined;
594
+ } & {
595
+ not?: bigint | z.output<z.ZodObject<{
596
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
597
+ 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>>>;
598
+ 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>>>;
599
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
600
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
601
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
602
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
603
+ }, z.core.$strip>> | undefined;
604
+ }, unknown>>>, z.ZodBigInt]>>;
605
+ balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
469
606
  equals?: bigint | undefined;
470
607
  in?: bigint[] | undefined;
471
608
  notIn?: bigint[] | undefined;
@@ -473,17 +610,65 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
473
610
  lte?: bigint | undefined;
474
611
  gt?: bigint | undefined;
475
612
  gte?: bigint | undefined;
476
- }, {
477
- equals?: number | bigint | undefined;
478
- in?: (number | bigint)[] | undefined;
479
- notIn?: (number | bigint)[] | undefined;
480
- lt?: number | bigint | undefined;
481
- lte?: number | bigint | undefined;
482
- gt?: number | bigint | undefined;
483
- gte?: number | bigint | undefined;
484
- }>> | undefined;
485
- }) | undefined;
486
- description?: string | ({
613
+ } & {
614
+ not?: bigint | z.output<z.ZodObject<{
615
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
616
+ 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>>>;
617
+ 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>>>;
618
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
619
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
620
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
621
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
622
+ }, z.core.$strip>> | undefined;
623
+ }, unknown, z.core.$ZodTypeInternals<{
624
+ equals?: bigint | undefined;
625
+ in?: bigint[] | undefined;
626
+ notIn?: bigint[] | undefined;
627
+ lt?: bigint | undefined;
628
+ lte?: bigint | undefined;
629
+ gt?: bigint | undefined;
630
+ gte?: bigint | undefined;
631
+ } & {
632
+ not?: bigint | z.output<z.ZodObject<{
633
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
634
+ 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>>>;
635
+ 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>>>;
636
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
637
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
638
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
639
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
640
+ }, z.core.$strip>> | undefined;
641
+ }, unknown>>>, z.ZodBigInt]>>;
642
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
643
+ equals?: string | undefined;
644
+ in?: string[] | undefined;
645
+ notIn?: string[] | undefined;
646
+ lt?: string | undefined;
647
+ lte?: string | undefined;
648
+ gt?: string | undefined;
649
+ gte?: string | undefined;
650
+ contains?: string | undefined;
651
+ startsWith?: string | undefined;
652
+ endsWith?: string | undefined;
653
+ } & {
654
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
655
+ }, unknown, z.core.$ZodTypeInternals<{
656
+ equals?: string | undefined;
657
+ in?: string[] | undefined;
658
+ notIn?: string[] | undefined;
659
+ lt?: string | undefined;
660
+ lte?: string | undefined;
661
+ gt?: string | undefined;
662
+ gte?: string | undefined;
663
+ contains?: string | undefined;
664
+ startsWith?: string | undefined;
665
+ endsWith?: string | undefined;
666
+ } & {
667
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
668
+ }, unknown>>>, z.ZodString]>>;
669
+ }, z.core.$strip>>]>>;
670
+ sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<import("..").IntFilterSchema, unknown, z.core.$ZodTypeInternals<import("..").IntFilterSchema, unknown>>>, z.ZodNumber]>>;
671
+ createType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
487
672
  equals?: string | undefined;
488
673
  in?: string[] | undefined;
489
674
  notIn?: string[] | undefined;
@@ -496,9 +681,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
496
681
  endsWith?: string | undefined;
497
682
  } & {
498
683
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
499
- }) | undefined;
500
- clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
501
- cmaId?: string | ({
684
+ }, unknown, z.core.$ZodTypeInternals<{
502
685
  equals?: string | undefined;
503
686
  in?: string[] | undefined;
504
687
  notIn?: string[] | undefined;
@@ -511,8 +694,8 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
511
694
  endsWith?: string | undefined;
512
695
  } & {
513
696
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
514
- }) | undefined;
515
- payoutId?: string | ({
697
+ }, unknown>>>, z.ZodString]>>;
698
+ inputType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
516
699
  equals?: string | undefined;
517
700
  in?: string[] | undefined;
518
701
  notIn?: string[] | undefined;
@@ -525,8 +708,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
525
708
  endsWith?: string | undefined;
526
709
  } & {
527
710
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
528
- }) | undefined;
529
- bankRef?: string | ({
711
+ }, unknown, z.core.$ZodTypeInternals<{
530
712
  equals?: string | undefined;
531
713
  in?: string[] | undefined;
532
714
  notIn?: string[] | undefined;
@@ -539,8 +721,8 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
539
721
  endsWith?: string | undefined;
540
722
  } & {
541
723
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
542
- }) | undefined;
543
- inputType?: string | ({
724
+ }, unknown>>>, z.ZodString]>>;
725
+ bankRef: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
544
726
  equals?: string | undefined;
545
727
  in?: string[] | undefined;
546
728
  notIn?: string[] | undefined;
@@ -553,8 +735,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
553
735
  endsWith?: string | undefined;
554
736
  } & {
555
737
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
556
- }) | undefined;
557
- transactionType?: string | ({
738
+ }, unknown, z.core.$ZodTypeInternals<{
558
739
  equals?: string | undefined;
559
740
  in?: string[] | undefined;
560
741
  notIn?: string[] | undefined;
@@ -567,10 +748,8 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
567
748
  endsWith?: string | undefined;
568
749
  } & {
569
750
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
570
- }) | undefined;
571
- isCanceled?: any;
572
- isRefunded?: any;
573
- createType?: string | ({
751
+ }, unknown>>>, z.ZodString]>>;
752
+ description: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
574
753
  equals?: string | undefined;
575
754
  in?: string[] | undefined;
576
755
  notIn?: string[] | undefined;
@@ -583,9 +762,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
583
762
  endsWith?: string | undefined;
584
763
  } & {
585
764
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
586
- }) | undefined;
587
- }, {
588
- status?: string | ({
765
+ }, unknown, z.core.$ZodTypeInternals<{
589
766
  equals?: string | undefined;
590
767
  in?: string[] | undefined;
591
768
  notIn?: string[] | undefined;
@@ -598,8 +775,9 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
598
775
  endsWith?: string | undefined;
599
776
  } & {
600
777
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
601
- }) | undefined;
602
- propertyId?: string | ({
778
+ }, unknown>>>, z.ZodString]>>;
779
+ clearedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, unknown, z.core.$ZodTypeInternals<import("..").DateTimeFilterSchema, unknown>>>, z.ZodString]>>;
780
+ transactionType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
603
781
  equals?: string | undefined;
604
782
  in?: string[] | undefined;
605
783
  notIn?: string[] | undefined;
@@ -612,78 +790,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
612
790
  endsWith?: string | undefined;
613
791
  } & {
614
792
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
615
- }) | undefined;
616
- debitAmountCents?: bigint | ({
617
- equals?: number | bigint | undefined;
618
- in?: (number | bigint)[] | undefined;
619
- notIn?: (number | bigint)[] | undefined;
620
- lt?: number | bigint | undefined;
621
- lte?: number | bigint | undefined;
622
- gt?: number | bigint | undefined;
623
- gte?: number | bigint | undefined;
624
- } & {
625
- not?: bigint | number | string | z.input<z.ZodObject<{
626
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
627
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
628
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
629
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
630
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
631
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
632
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
633
- }, "strip", z.ZodTypeAny, {
634
- equals?: bigint | undefined;
635
- in?: bigint[] | undefined;
636
- notIn?: bigint[] | undefined;
637
- lt?: bigint | undefined;
638
- lte?: bigint | undefined;
639
- gt?: bigint | undefined;
640
- gte?: bigint | undefined;
641
- }, {
642
- equals?: number | bigint | undefined;
643
- in?: (number | bigint)[] | undefined;
644
- notIn?: (number | bigint)[] | undefined;
645
- lt?: number | bigint | undefined;
646
- lte?: number | bigint | undefined;
647
- gt?: number | bigint | undefined;
648
- gte?: number | bigint | undefined;
649
- }>> | undefined;
650
- }) | undefined;
651
- creditAmountCents?: bigint | ({
652
- equals?: number | bigint | undefined;
653
- in?: (number | bigint)[] | undefined;
654
- notIn?: (number | bigint)[] | undefined;
655
- lt?: number | bigint | undefined;
656
- lte?: number | bigint | undefined;
657
- gt?: number | bigint | undefined;
658
- gte?: number | bigint | undefined;
659
- } & {
660
- not?: bigint | number | string | z.input<z.ZodObject<{
661
- equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
662
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
663
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
664
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
665
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
666
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
667
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
668
- }, "strip", z.ZodTypeAny, {
669
- equals?: bigint | undefined;
670
- in?: bigint[] | undefined;
671
- notIn?: bigint[] | undefined;
672
- lt?: bigint | undefined;
673
- lte?: bigint | undefined;
674
- gt?: bigint | undefined;
675
- gte?: bigint | undefined;
676
- }, {
677
- equals?: number | bigint | undefined;
678
- in?: (number | bigint)[] | undefined;
679
- notIn?: (number | bigint)[] | undefined;
680
- lt?: number | bigint | undefined;
681
- lte?: number | bigint | undefined;
682
- gt?: number | bigint | undefined;
683
- gte?: number | bigint | undefined;
684
- }>> | undefined;
685
- }) | undefined;
686
- description?: string | ({
793
+ }, unknown, z.core.$ZodTypeInternals<{
687
794
  equals?: string | undefined;
688
795
  in?: string[] | undefined;
689
796
  notIn?: string[] | undefined;
@@ -696,9 +803,10 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
696
803
  endsWith?: string | undefined;
697
804
  } & {
698
805
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
699
- }) | undefined;
700
- clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
701
- cmaId?: string | ({
806
+ }, unknown>>>, z.ZodString]>>;
807
+ isCanceled: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
808
+ isRefunded: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
809
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
702
810
  equals?: string | undefined;
703
811
  in?: string[] | undefined;
704
812
  notIn?: string[] | undefined;
@@ -711,8 +819,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
711
819
  endsWith?: string | undefined;
712
820
  } & {
713
821
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
714
- }) | undefined;
715
- payoutId?: string | ({
822
+ }, unknown, z.core.$ZodTypeInternals<{
716
823
  equals?: string | undefined;
717
824
  in?: string[] | undefined;
718
825
  notIn?: string[] | undefined;
@@ -725,8 +832,8 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
725
832
  endsWith?: string | undefined;
726
833
  } & {
727
834
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
728
- }) | undefined;
729
- bankRef?: string | ({
835
+ }, unknown>>>, z.ZodString]>>;
836
+ payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
730
837
  equals?: string | undefined;
731
838
  in?: string[] | undefined;
732
839
  notIn?: string[] | undefined;
@@ -739,8 +846,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
739
846
  endsWith?: string | undefined;
740
847
  } & {
741
848
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
742
- }) | undefined;
743
- inputType?: string | ({
849
+ }, unknown, z.core.$ZodTypeInternals<{
744
850
  equals?: string | undefined;
745
851
  in?: string[] | undefined;
746
852
  notIn?: string[] | undefined;
@@ -753,37 +859,81 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
753
859
  endsWith?: string | undefined;
754
860
  } & {
755
861
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
756
- }) | undefined;
757
- transactionType?: string | ({
758
- equals?: string | undefined;
759
- in?: string[] | undefined;
760
- notIn?: string[] | undefined;
761
- lt?: string | undefined;
762
- lte?: string | undefined;
763
- gt?: string | undefined;
764
- gte?: string | undefined;
765
- contains?: string | undefined;
766
- startsWith?: string | undefined;
767
- endsWith?: string | undefined;
862
+ }, unknown>>>, z.ZodString]>>;
863
+ creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
864
+ equals?: bigint | undefined;
865
+ in?: bigint[] | undefined;
866
+ notIn?: bigint[] | undefined;
867
+ lt?: bigint | undefined;
868
+ lte?: bigint | undefined;
869
+ gt?: bigint | undefined;
870
+ gte?: bigint | undefined;
768
871
  } & {
769
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
770
- }) | undefined;
771
- isCanceled?: any;
772
- isRefunded?: any;
773
- createType?: string | ({
774
- equals?: string | undefined;
775
- in?: string[] | undefined;
776
- notIn?: string[] | undefined;
777
- lt?: string | undefined;
778
- lte?: string | undefined;
779
- gt?: string | undefined;
780
- gte?: string | undefined;
781
- contains?: string | undefined;
782
- startsWith?: string | undefined;
783
- endsWith?: string | undefined;
872
+ not?: bigint | z.output<z.ZodObject<{
873
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
874
+ 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>>>;
875
+ 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>>>;
876
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
877
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
878
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
879
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
880
+ }, z.core.$strip>> | undefined;
881
+ }, unknown, z.core.$ZodTypeInternals<{
882
+ equals?: bigint | undefined;
883
+ in?: bigint[] | undefined;
884
+ notIn?: bigint[] | undefined;
885
+ lt?: bigint | undefined;
886
+ lte?: bigint | undefined;
887
+ gt?: bigint | undefined;
888
+ gte?: bigint | undefined;
784
889
  } & {
785
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
786
- }) | undefined;
787
- }>;
890
+ not?: bigint | z.output<z.ZodObject<{
891
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
892
+ 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>>>;
893
+ 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>>>;
894
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
895
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
896
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
897
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
898
+ }, z.core.$strip>> | undefined;
899
+ }, unknown>>>, z.ZodBigInt]>>;
900
+ debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
901
+ equals?: bigint | undefined;
902
+ in?: bigint[] | undefined;
903
+ notIn?: bigint[] | undefined;
904
+ lt?: bigint | undefined;
905
+ lte?: bigint | undefined;
906
+ gt?: bigint | undefined;
907
+ gte?: bigint | undefined;
908
+ } & {
909
+ not?: bigint | z.output<z.ZodObject<{
910
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
911
+ 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>>>;
912
+ 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>>>;
913
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
914
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
915
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
916
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
917
+ }, z.core.$strip>> | undefined;
918
+ }, unknown, z.core.$ZodTypeInternals<{
919
+ equals?: bigint | undefined;
920
+ in?: bigint[] | undefined;
921
+ notIn?: bigint[] | undefined;
922
+ lt?: bigint | undefined;
923
+ lte?: bigint | undefined;
924
+ gt?: bigint | undefined;
925
+ gte?: bigint | undefined;
926
+ } & {
927
+ not?: bigint | z.output<z.ZodObject<{
928
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
929
+ 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>>>;
930
+ 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>>>;
931
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
932
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
933
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
934
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
935
+ }, z.core.$strip>> | undefined;
936
+ }, unknown>>>, z.ZodBigInt]>>;
937
+ }, z.core.$strip>;
788
938
  export type CmaTransactionSearchRestReq = z.input<typeof cmaTransactionSearchRestReqSchema>;
789
939
  //# sourceMappingURL=cma-transaction-search.rest.schema.d.ts.map