@mikemo-coposit/am-accounting-shared 0.0.4 → 0.0.5

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