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

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