@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.9

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 (237) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
  2. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
  4. package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/common/index.d.ts +1 -0
  6. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  7. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
  8. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  9. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
  10. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  11. package/dist/cjs/constants/report/common/index.d.ts +1 -1
  12. package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
  13. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  14. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  15. package/dist/cjs/index.js +420 -248
  16. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  17. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  18. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
  19. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +130 -130
  20. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  21. package/dist/cjs/schemas/cma/index.d.ts +1 -0
  22. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  23. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
  24. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  25. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
  26. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  27. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
  28. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  29. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  30. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  31. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  33. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
  34. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  35. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  37. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  38. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
  39. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  40. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
  41. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
  42. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
  43. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  44. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
  45. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
  46. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
  47. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  48. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  49. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  50. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  51. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  52. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  53. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
  54. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  55. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  56. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  57. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  58. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  59. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  60. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
  61. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  62. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  63. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  64. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
  65. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
  66. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  67. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
  68. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  69. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  70. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +6625 -6625
  71. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  72. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  73. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  74. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  75. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  76. package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
  77. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
  78. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  79. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  80. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  81. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
  82. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  83. package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
  84. package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
  85. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  86. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  87. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
  88. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  89. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
  90. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  91. package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
  92. package/dist/cjs/schemas/property/property.rest.schema.d.ts +550 -550
  93. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  94. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
  95. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
  96. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
  97. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
  98. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
  99. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  100. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
  101. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  102. package/dist/cjs/schemas/report/index.d.ts +8 -0
  103. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  104. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
  105. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
  106. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  107. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  108. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
  109. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
  110. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +57 -0
  111. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  112. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
  113. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
  114. package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
  115. package/dist/cjs/utils/property.util.d.ts +1 -1
  116. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  117. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
  118. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  119. package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
  120. package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
  121. package/dist/esm/constants/common/index.d.ts +1 -0
  122. package/dist/esm/constants/common/index.d.ts.map +1 -1
  123. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
  124. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  125. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
  126. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  127. package/dist/esm/constants/report/common/index.d.ts +1 -1
  128. package/dist/esm/constants/report/common/index.d.ts.map +1 -1
  129. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  130. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  131. package/dist/esm/index.mjs +251 -130
  132. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  133. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  134. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
  135. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +130 -130
  136. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  137. package/dist/esm/schemas/cma/index.d.ts +1 -0
  138. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  139. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
  140. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  141. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
  142. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  143. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
  144. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  145. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  146. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  147. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  148. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  149. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
  150. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  151. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  152. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  153. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  154. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
  155. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  156. package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
  157. package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
  158. package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
  159. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  160. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
  161. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
  162. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
  163. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  164. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  165. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  166. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  167. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  168. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  169. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
  170. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  171. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  172. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  173. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  174. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  175. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  176. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
  177. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  178. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  179. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  180. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
  181. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
  182. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  183. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
  184. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  185. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  186. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +6625 -6625
  187. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  188. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  189. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  190. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  191. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  192. package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
  193. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
  194. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  195. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  196. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  197. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
  198. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  199. package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
  200. package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
  201. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  202. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  203. package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
  204. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  205. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
  206. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  207. package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
  208. package/dist/esm/schemas/property/property.rest.schema.d.ts +550 -550
  209. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  210. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
  211. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
  212. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
  213. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
  214. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
  215. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  216. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
  217. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  218. package/dist/esm/schemas/report/index.d.ts +8 -0
  219. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  220. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
  221. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
  222. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  223. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  224. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
  225. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
  226. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +57 -0
  227. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  228. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
  229. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
  230. package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
  231. package/dist/esm/utils/property.util.d.ts +1 -1
  232. package/dist/esm/utils/property.util.d.ts.map +1 -1
  233. package/package.json +18 -26
  234. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  235. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
  236. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  237. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
@@ -0,0 +1,337 @@
1
+ import { z } from 'zod';
2
+ export declare const payoutTransactionSearchRestReqSchema: z.ZodObject<{
3
+ id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
4
+ equals?: string | undefined;
5
+ in?: string[] | undefined;
6
+ notIn?: string[] | undefined;
7
+ lt?: string | undefined;
8
+ lte?: string | undefined;
9
+ gt?: string | undefined;
10
+ gte?: string | undefined;
11
+ contains?: string | undefined;
12
+ startsWith?: string | undefined;
13
+ endsWith?: string | undefined;
14
+ } & {
15
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
16
+ }, z.ZodTypeDef, {
17
+ equals?: string | undefined;
18
+ in?: string[] | undefined;
19
+ notIn?: string[] | undefined;
20
+ lt?: string | undefined;
21
+ lte?: string | undefined;
22
+ gt?: string | undefined;
23
+ gte?: string | undefined;
24
+ contains?: string | undefined;
25
+ startsWith?: string | undefined;
26
+ endsWith?: string | undefined;
27
+ } & {
28
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
29
+ }>>, z.ZodString]>>;
30
+ payoutId: 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
+ mtaTransactionId: 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
+ cmaTransactionId: 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
+ propertyId: z.ZodNullable<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
+ targetAccountType: z.ZodNullable<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
+ }, "strip", z.ZodTypeAny, {
166
+ id?: string | ({
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
+ }) | undefined;
180
+ propertyId?: string | ({
181
+ equals?: string | undefined;
182
+ in?: string[] | undefined;
183
+ notIn?: string[] | undefined;
184
+ lt?: string | undefined;
185
+ lte?: string | undefined;
186
+ gt?: string | undefined;
187
+ gte?: string | undefined;
188
+ contains?: string | undefined;
189
+ startsWith?: string | undefined;
190
+ endsWith?: string | undefined;
191
+ } & {
192
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
193
+ }) | null | undefined;
194
+ cmaTransactionId?: string | ({
195
+ equals?: string | undefined;
196
+ in?: string[] | undefined;
197
+ notIn?: string[] | undefined;
198
+ lt?: string | undefined;
199
+ lte?: string | undefined;
200
+ gt?: string | undefined;
201
+ gte?: string | undefined;
202
+ contains?: string | undefined;
203
+ startsWith?: string | undefined;
204
+ endsWith?: string | undefined;
205
+ } & {
206
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
207
+ }) | undefined;
208
+ payoutId?: string | ({
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
+ }) | undefined;
222
+ mtaTransactionId?: string | ({
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
+ }) | undefined;
236
+ targetAccountType?: string | ({
237
+ equals?: string | undefined;
238
+ in?: string[] | undefined;
239
+ notIn?: string[] | undefined;
240
+ lt?: string | undefined;
241
+ lte?: string | undefined;
242
+ gt?: string | undefined;
243
+ gte?: string | undefined;
244
+ contains?: string | undefined;
245
+ startsWith?: string | undefined;
246
+ endsWith?: string | undefined;
247
+ } & {
248
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
249
+ }) | null | undefined;
250
+ }, {
251
+ id?: string | ({
252
+ equals?: string | undefined;
253
+ in?: string[] | undefined;
254
+ notIn?: string[] | undefined;
255
+ lt?: string | undefined;
256
+ lte?: string | undefined;
257
+ gt?: string | undefined;
258
+ gte?: string | undefined;
259
+ contains?: string | undefined;
260
+ startsWith?: string | undefined;
261
+ endsWith?: string | undefined;
262
+ } & {
263
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
264
+ }) | undefined;
265
+ propertyId?: string | ({
266
+ equals?: string | undefined;
267
+ in?: string[] | undefined;
268
+ notIn?: string[] | undefined;
269
+ lt?: string | undefined;
270
+ lte?: string | undefined;
271
+ gt?: string | undefined;
272
+ gte?: string | undefined;
273
+ contains?: string | undefined;
274
+ startsWith?: string | undefined;
275
+ endsWith?: string | undefined;
276
+ } & {
277
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
278
+ }) | null | undefined;
279
+ cmaTransactionId?: string | ({
280
+ equals?: string | undefined;
281
+ in?: string[] | undefined;
282
+ notIn?: string[] | undefined;
283
+ lt?: string | undefined;
284
+ lte?: string | undefined;
285
+ gt?: string | undefined;
286
+ gte?: string | undefined;
287
+ contains?: string | undefined;
288
+ startsWith?: string | undefined;
289
+ endsWith?: string | undefined;
290
+ } & {
291
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
292
+ }) | undefined;
293
+ payoutId?: string | ({
294
+ equals?: string | undefined;
295
+ in?: string[] | undefined;
296
+ notIn?: string[] | undefined;
297
+ lt?: string | undefined;
298
+ lte?: string | undefined;
299
+ gt?: string | undefined;
300
+ gte?: string | undefined;
301
+ contains?: string | undefined;
302
+ startsWith?: string | undefined;
303
+ endsWith?: string | undefined;
304
+ } & {
305
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
306
+ }) | undefined;
307
+ mtaTransactionId?: string | ({
308
+ equals?: string | undefined;
309
+ in?: string[] | undefined;
310
+ notIn?: string[] | undefined;
311
+ lt?: string | undefined;
312
+ lte?: string | undefined;
313
+ gt?: string | undefined;
314
+ gte?: string | undefined;
315
+ contains?: string | undefined;
316
+ startsWith?: string | undefined;
317
+ endsWith?: string | undefined;
318
+ } & {
319
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
320
+ }) | undefined;
321
+ targetAccountType?: string | ({
322
+ equals?: string | undefined;
323
+ in?: string[] | undefined;
324
+ notIn?: string[] | undefined;
325
+ lt?: string | undefined;
326
+ lte?: string | undefined;
327
+ gt?: string | undefined;
328
+ gte?: string | undefined;
329
+ contains?: string | undefined;
330
+ startsWith?: string | undefined;
331
+ endsWith?: string | undefined;
332
+ } & {
333
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
334
+ }) | null | undefined;
335
+ }>;
336
+ export type PayoutTransactionSearchRestReq = z.input<typeof payoutTransactionSearchRestReqSchema>;
337
+ //# sourceMappingURL=payout-transaction-search.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payout-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/payout-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;uBAK/C,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;EAGR,CAAC;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}