@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.18

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 (201) hide show
  1. package/dist/cjs/constants/common/index.d.ts +2 -0
  2. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/package-version.constant.d.ts +2 -0
  4. package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/common/pagination.constant.d.ts +3 -0
  6. package/dist/cjs/constants/common/pagination.constant.d.ts.map +1 -0
  7. package/dist/cjs/constants/property/index.d.ts +1 -0
  8. package/dist/cjs/constants/property/index.d.ts.map +1 -1
  9. package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
  10. package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
  11. package/dist/cjs/constants/property/property-status.constant.d.ts +14 -4
  12. package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
  13. package/dist/cjs/index.js +331 -184
  14. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
  15. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  16. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
  17. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  18. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
  19. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
  20. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  21. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
  22. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  23. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
  24. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  25. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
  26. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
  27. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
  28. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  29. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
  30. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  31. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
  32. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -1
  33. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  34. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -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 +2 -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/index.d.ts +1 -0
  39. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
  40. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +144 -35
  41. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  42. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  43. package/dist/cjs/schemas/common/search/status-filter.schema.d.ts +155 -0
  44. package/dist/cjs/schemas/common/search/status-filter.schema.d.ts.map +1 -0
  45. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -0
  46. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  47. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
  48. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  49. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +50 -24
  50. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  51. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
  52. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
  53. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
  54. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  55. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +18 -16
  56. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  57. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +7 -4
  58. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  59. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  60. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  61. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
  62. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  63. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +234 -72
  64. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  65. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +8 -4
  66. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  67. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +3 -3
  68. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +8 -4
  69. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  70. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +924 -291
  71. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  72. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
  73. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  74. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
  75. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
  76. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
  77. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
  78. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  79. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +136 -113
  80. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  81. package/dist/cjs/schemas/property/property.entity.schema.d.ts +8 -4
  82. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  83. package/dist/cjs/schemas/property/property.rest.schema.d.ts +78 -24
  84. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  85. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
  86. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
  87. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
  88. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
  89. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
  90. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
  91. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  92. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
  93. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
  94. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
  95. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
  96. package/dist/cjs/utils/date.util.d.ts.map +1 -1
  97. package/dist/cjs/utils/property.util.d.ts +12 -2
  98. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  99. package/dist/cjs/utils/transaction.util.d.ts +2 -0
  100. package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
  101. package/dist/esm/constants/common/index.d.ts +2 -0
  102. package/dist/esm/constants/common/index.d.ts.map +1 -1
  103. package/dist/esm/constants/common/package-version.constant.d.ts +2 -0
  104. package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -0
  105. package/dist/esm/constants/common/pagination.constant.d.ts +3 -0
  106. package/dist/esm/constants/common/pagination.constant.d.ts.map +1 -0
  107. package/dist/esm/constants/property/index.d.ts +1 -0
  108. package/dist/esm/constants/property/index.d.ts.map +1 -1
  109. package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
  110. package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
  111. package/dist/esm/constants/property/property-status.constant.d.ts +14 -4
  112. package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
  113. package/dist/esm/index.mjs +263 -164
  114. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
  115. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  116. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
  117. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  118. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
  119. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
  120. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  121. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
  122. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  123. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
  124. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  125. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
  126. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
  127. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
  128. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  129. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
  130. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  131. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
  132. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -1
  133. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  134. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -1
  135. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  136. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
  137. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  138. package/dist/esm/schemas/common/search/index.d.ts +1 -0
  139. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  140. package/dist/esm/schemas/common/search/number-filter.schema.d.ts +144 -35
  141. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  142. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  143. package/dist/esm/schemas/common/search/status-filter.schema.d.ts +155 -0
  144. package/dist/esm/schemas/common/search/status-filter.schema.d.ts.map +1 -0
  145. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -0
  146. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  147. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
  148. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  149. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +50 -24
  150. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  151. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
  152. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
  153. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
  154. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  155. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +18 -16
  156. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  157. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +7 -4
  158. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  159. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  160. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  161. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
  162. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  163. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +234 -72
  164. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  165. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +8 -4
  166. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  167. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +3 -3
  168. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +8 -4
  169. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  170. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +924 -291
  171. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  172. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
  173. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  174. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
  175. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
  176. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
  177. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
  178. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  179. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +136 -113
  180. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  181. package/dist/esm/schemas/property/property.entity.schema.d.ts +8 -4
  182. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  183. package/dist/esm/schemas/property/property.rest.schema.d.ts +78 -24
  184. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  185. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
  186. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
  187. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
  188. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
  189. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
  190. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
  191. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  192. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
  193. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
  194. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
  195. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
  196. package/dist/esm/utils/date.util.d.ts.map +1 -1
  197. package/dist/esm/utils/property.util.d.ts +12 -2
  198. package/dist/esm/utils/property.util.d.ts.map +1 -1
  199. package/dist/esm/utils/transaction.util.d.ts +2 -0
  200. package/dist/esm/utils/transaction.util.d.ts.map +1 -1
  201. package/package.json +17 -10
@@ -28,7 +28,24 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
28
28
  endsWith: z.ZodOptional<z.ZodString>;
29
29
  }, z.core.$strict>>]>>;
30
30
  }, z.core.$strict>>, z.ZodString]>>;
31
- sequence: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
31
+ sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
32
+ equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
33
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
34
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
35
+ lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
36
+ lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
37
+ gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
38
+ gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
39
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedNumber<string | number>, z.ZodLazy<z.ZodObject<{
40
+ equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
41
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
42
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
43
+ lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
44
+ lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
45
+ gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
46
+ gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
47
+ }, z.core.$strip>>]>>;
48
+ }, z.core.$strip>>, z.ZodCoercedNumber<string | number>]>>;
32
49
  propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
33
50
  equals: z.ZodOptional<z.ZodString>;
34
51
  in: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -210,14 +227,82 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
210
227
  endsWith: z.ZodOptional<z.ZodString>;
211
228
  }, z.core.$strict>>]>>;
212
229
  }, z.core.$strict>>, z.ZodString]>>;
213
- status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
230
+ status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
214
231
  equals: z.ZodOptional<z.ZodString>;
215
- not: z.ZodOptional<z.ZodString>;
232
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
233
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
234
+ lt: z.ZodOptional<z.ZodString>;
235
+ lte: z.ZodOptional<z.ZodString>;
236
+ gt: z.ZodOptional<z.ZodString>;
237
+ gte: z.ZodOptional<z.ZodString>;
238
+ contains: z.ZodOptional<z.ZodString>;
239
+ startsWith: z.ZodOptional<z.ZodString>;
240
+ endsWith: z.ZodOptional<z.ZodString>;
216
241
  mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
217
242
  readonly DEFAULT: "default";
218
243
  readonly INSENSITIVE: "insensitive";
219
244
  }>>>;
220
- }, z.core.$strict>>, z.ZodString]>>;
245
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
246
+ equals: z.ZodOptional<z.ZodString>;
247
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
248
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
249
+ lt: z.ZodOptional<z.ZodString>;
250
+ lte: z.ZodOptional<z.ZodString>;
251
+ gt: z.ZodOptional<z.ZodString>;
252
+ gte: z.ZodOptional<z.ZodString>;
253
+ contains: z.ZodOptional<z.ZodString>;
254
+ startsWith: z.ZodOptional<z.ZodString>;
255
+ endsWith: z.ZodOptional<z.ZodString>;
256
+ }, z.core.$strict>>]>>;
257
+ }, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
258
+ equals?: string | undefined;
259
+ in?: string[] | undefined;
260
+ notIn?: string[] | undefined;
261
+ lt?: string | undefined;
262
+ lte?: string | undefined;
263
+ gt?: string | undefined;
264
+ gte?: string | undefined;
265
+ contains?: string | undefined;
266
+ startsWith?: string | undefined;
267
+ endsWith?: string | undefined;
268
+ mode?: "default" | "insensitive" | undefined;
269
+ not?: string | {
270
+ equals?: string | undefined;
271
+ in?: string[] | undefined;
272
+ notIn?: string[] | undefined;
273
+ lt?: string | undefined;
274
+ lte?: string | undefined;
275
+ gt?: string | undefined;
276
+ gte?: string | undefined;
277
+ contains?: string | undefined;
278
+ startsWith?: string | undefined;
279
+ endsWith?: string | undefined;
280
+ } | undefined;
281
+ } | undefined, string | {
282
+ equals?: string | undefined;
283
+ in?: string[] | undefined;
284
+ notIn?: string[] | undefined;
285
+ lt?: string | undefined;
286
+ lte?: string | undefined;
287
+ gt?: string | undefined;
288
+ gte?: string | undefined;
289
+ contains?: string | undefined;
290
+ startsWith?: string | undefined;
291
+ endsWith?: string | undefined;
292
+ mode?: "default" | "insensitive" | undefined;
293
+ not?: 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
+ } | undefined;
305
+ }>>>>;
221
306
  payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
222
307
  equals: z.ZodOptional<z.ZodString>;
223
308
  in: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -246,81 +331,46 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
246
331
  endsWith: z.ZodOptional<z.ZodString>;
247
332
  }, z.core.$strict>>]>>;
248
333
  }, z.core.$strict>>, z.ZodString]>>;
249
- creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
250
- equals?: bigint | undefined;
251
- in?: bigint[] | undefined;
252
- notIn?: bigint[] | undefined;
253
- lt?: bigint | undefined;
254
- lte?: bigint | undefined;
255
- gt?: bigint | undefined;
256
- gte?: bigint | undefined;
257
- } & {
258
- not?: bigint | z.output<z.ZodObject<{
259
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
260
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
261
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
262
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
263
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
264
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
265
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
266
- }, z.core.$strip>> | undefined;
267
- }, unknown, z.core.$ZodTypeInternals<{
268
- equals?: bigint | undefined;
269
- in?: bigint[] | undefined;
270
- notIn?: bigint[] | undefined;
271
- lt?: bigint | undefined;
272
- lte?: bigint | undefined;
273
- gt?: bigint | undefined;
274
- gte?: bigint | undefined;
275
- } & {
276
- not?: bigint | z.output<z.ZodObject<{
277
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
278
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
279
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
280
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
281
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
282
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
283
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
284
- }, z.core.$strip>> | undefined;
285
- }, unknown>>>, z.ZodBigInt]>>;
286
- debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
287
- equals?: bigint | undefined;
288
- in?: bigint[] | undefined;
289
- notIn?: bigint[] | undefined;
290
- lt?: bigint | undefined;
291
- lte?: bigint | undefined;
292
- gt?: bigint | undefined;
293
- gte?: bigint | undefined;
294
- } & {
295
- not?: bigint | z.output<z.ZodObject<{
296
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
297
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
298
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
299
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
300
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
301
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
302
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
303
- }, z.core.$strip>> | undefined;
304
- }, unknown, z.core.$ZodTypeInternals<{
305
- equals?: bigint | undefined;
306
- in?: bigint[] | undefined;
307
- notIn?: bigint[] | undefined;
308
- lt?: bigint | undefined;
309
- lte?: bigint | undefined;
310
- gt?: bigint | undefined;
311
- gte?: bigint | undefined;
312
- } & {
313
- not?: bigint | z.output<z.ZodObject<{
314
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
315
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
316
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
317
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
318
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
319
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
320
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
321
- }, z.core.$strip>> | undefined;
322
- }, unknown>>>, z.ZodBigInt]>>;
334
+ creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
335
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
336
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
337
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
338
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
339
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
340
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
341
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
342
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
343
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
344
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
345
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
346
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
347
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
348
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
349
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
350
+ }, z.core.$strip>>]>>;
351
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
352
+ debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
353
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
354
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
355
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
356
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
357
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
358
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
359
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
360
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
361
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
362
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
363
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
364
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
365
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
366
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
367
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
368
+ }, z.core.$strip>>]>>;
369
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
323
370
  property: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
371
+ sort: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>;
372
+ page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
373
+ pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
324
374
  id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
325
375
  equals: z.ZodOptional<z.ZodString>;
326
376
  in: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -545,118 +595,61 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
545
595
  endsWith: z.ZodOptional<z.ZodString>;
546
596
  }, z.core.$strict>>]>>;
547
597
  }, z.core.$strict>>, z.ZodString]>>;
548
- mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
549
- equals?: bigint | undefined;
550
- in?: bigint[] | undefined;
551
- notIn?: bigint[] | undefined;
552
- lt?: bigint | undefined;
553
- lte?: bigint | undefined;
554
- gt?: bigint | undefined;
555
- gte?: bigint | undefined;
556
- } & {
557
- not?: bigint | z.output<z.ZodObject<{
558
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
559
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
560
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
561
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
562
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
563
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
564
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
565
- }, z.core.$strip>> | undefined;
566
- }, unknown, z.core.$ZodTypeInternals<{
567
- equals?: bigint | undefined;
568
- in?: bigint[] | undefined;
569
- notIn?: bigint[] | undefined;
570
- lt?: bigint | undefined;
571
- lte?: bigint | undefined;
572
- gt?: bigint | undefined;
573
- gte?: bigint | undefined;
574
- } & {
575
- not?: bigint | z.output<z.ZodObject<{
576
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
577
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
578
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
579
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
580
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
581
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
582
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
583
- }, z.core.$strip>> | undefined;
584
- }, unknown>>>, z.ZodBigInt]>>;
585
- cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
586
- equals?: bigint | undefined;
587
- in?: bigint[] | undefined;
588
- notIn?: bigint[] | undefined;
589
- lt?: bigint | undefined;
590
- lte?: bigint | undefined;
591
- gt?: bigint | undefined;
592
- gte?: bigint | undefined;
593
- } & {
594
- not?: bigint | z.output<z.ZodObject<{
595
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
596
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
597
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
598
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
599
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
600
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
601
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
602
- }, z.core.$strip>> | undefined;
603
- }, unknown, z.core.$ZodTypeInternals<{
604
- equals?: bigint | undefined;
605
- in?: bigint[] | undefined;
606
- notIn?: bigint[] | undefined;
607
- lt?: bigint | undefined;
608
- lte?: bigint | undefined;
609
- gt?: bigint | undefined;
610
- gte?: bigint | undefined;
611
- } & {
612
- not?: bigint | z.output<z.ZodObject<{
613
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
614
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
615
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
616
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
617
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
618
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
619
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
620
- }, z.core.$strip>> | undefined;
621
- }, unknown>>>, z.ZodBigInt]>>;
622
- balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
623
- equals?: bigint | undefined;
624
- in?: bigint[] | undefined;
625
- notIn?: bigint[] | undefined;
626
- lt?: bigint | undefined;
627
- lte?: bigint | undefined;
628
- gt?: bigint | undefined;
629
- gte?: bigint | undefined;
630
- } & {
631
- not?: bigint | z.output<z.ZodObject<{
632
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
633
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
634
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
635
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
636
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
637
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
638
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
639
- }, z.core.$strip>> | undefined;
640
- }, unknown, z.core.$ZodTypeInternals<{
641
- equals?: bigint | undefined;
642
- in?: bigint[] | undefined;
643
- notIn?: bigint[] | undefined;
644
- lt?: bigint | undefined;
645
- lte?: bigint | undefined;
646
- gt?: bigint | undefined;
647
- gte?: bigint | undefined;
648
- } & {
649
- not?: bigint | z.output<z.ZodObject<{
650
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
651
- in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
652
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
653
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
654
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
655
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
656
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
657
- }, z.core.$strip>> | undefined;
658
- }, unknown>>>, z.ZodBigInt]>>;
659
- status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
598
+ mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
599
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
600
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
601
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
602
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
603
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
604
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
605
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
606
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
607
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
608
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
609
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
610
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
611
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
612
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
613
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
614
+ }, z.core.$strip>>]>>;
615
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
616
+ cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
617
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
618
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
619
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
620
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
621
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
622
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
623
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
624
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
625
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
626
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
627
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
628
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
629
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
630
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
631
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
632
+ }, z.core.$strip>>]>>;
633
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
634
+ balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
635
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
636
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
637
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
638
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
639
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
640
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
641
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
642
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
643
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
644
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
645
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
646
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
647
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
648
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
649
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
650
+ }, z.core.$strip>>]>>;
651
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
652
+ status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
660
653
  equals: z.ZodOptional<z.ZodString>;
661
654
  in: z.ZodOptional<z.ZodArray<z.ZodString>>;
662
655
  notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -683,7 +676,83 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
683
676
  startsWith: z.ZodOptional<z.ZodString>;
684
677
  endsWith: z.ZodOptional<z.ZodString>;
685
678
  }, z.core.$strict>>]>>;
686
- }, z.core.$strict>>, z.ZodString]>>;
679
+ }, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
680
+ equals?: string | undefined;
681
+ in?: string[] | undefined;
682
+ notIn?: string[] | undefined;
683
+ lt?: string | undefined;
684
+ lte?: string | undefined;
685
+ gt?: string | undefined;
686
+ gte?: string | undefined;
687
+ contains?: string | undefined;
688
+ startsWith?: string | undefined;
689
+ endsWith?: string | undefined;
690
+ mode?: "default" | "insensitive" | undefined;
691
+ not?: string | {
692
+ equals?: string | undefined;
693
+ in?: string[] | undefined;
694
+ notIn?: string[] | undefined;
695
+ lt?: string | undefined;
696
+ lte?: string | undefined;
697
+ gt?: string | undefined;
698
+ gte?: string | undefined;
699
+ contains?: string | undefined;
700
+ startsWith?: string | undefined;
701
+ endsWith?: string | undefined;
702
+ } | undefined;
703
+ } | undefined, string | {
704
+ equals?: string | undefined;
705
+ in?: string[] | undefined;
706
+ notIn?: string[] | undefined;
707
+ lt?: string | undefined;
708
+ lte?: string | undefined;
709
+ gt?: string | undefined;
710
+ gte?: string | undefined;
711
+ contains?: string | undefined;
712
+ startsWith?: string | undefined;
713
+ endsWith?: string | undefined;
714
+ mode?: "default" | "insensitive" | undefined;
715
+ not?: string | {
716
+ equals?: string | undefined;
717
+ in?: string[] | undefined;
718
+ notIn?: string[] | undefined;
719
+ lt?: string | undefined;
720
+ lte?: string | undefined;
721
+ gt?: string | undefined;
722
+ gte?: string | undefined;
723
+ contains?: string | undefined;
724
+ startsWith?: string | undefined;
725
+ endsWith?: string | undefined;
726
+ } | undefined;
727
+ }>>>>;
728
+ cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
729
+ equals: z.ZodOptional<z.ZodNullable<z.ZodString>>;
730
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
731
+ equals: z.ZodOptional<z.ZodString>;
732
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
733
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
734
+ lt: z.ZodOptional<z.ZodString>;
735
+ lte: z.ZodOptional<z.ZodString>;
736
+ gt: z.ZodOptional<z.ZodString>;
737
+ gte: z.ZodOptional<z.ZodString>;
738
+ contains: z.ZodOptional<z.ZodString>;
739
+ startsWith: z.ZodOptional<z.ZodString>;
740
+ endsWith: z.ZodOptional<z.ZodString>;
741
+ }, z.core.$strict>>]>>;
742
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
743
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
744
+ lt: z.ZodOptional<z.ZodString>;
745
+ lte: z.ZodOptional<z.ZodString>;
746
+ gt: z.ZodOptional<z.ZodString>;
747
+ gte: z.ZodOptional<z.ZodString>;
748
+ contains: z.ZodOptional<z.ZodString>;
749
+ startsWith: z.ZodOptional<z.ZodString>;
750
+ endsWith: z.ZodOptional<z.ZodString>;
751
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
752
+ readonly DEFAULT: "default";
753
+ readonly INSENSITIVE: "insensitive";
754
+ }>>>;
755
+ }, z.core.$strict>>>>, z.ZodString]>>;
687
756
  }, z.core.$strip>>>>;
688
757
  sort: z.ZodOptional<z.ZodLazy<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>>;
689
758
  }, z.core.$strip>, z.ZodOptional<z.ZodObject<{
@@ -1 +1 @@
1
- {"version":3,"file":"mta-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAkBR,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
1
+ {"version":3,"file":"mta-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAkBR,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
@@ -16,10 +16,10 @@ export declare const mtaTransactionEntitySchema: z.ZodObject<{
16
16
  isRefunded: z.ZodBoolean;
17
17
  isCanceled: z.ZodBoolean;
18
18
  isArchived: z.ZodBoolean;
19
- clearedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
20
- createdAt: z.ZodCoercedDate<unknown>;
21
- syncedAt: z.ZodCoercedDate<unknown>;
22
- updatedAt: z.ZodCoercedDate<unknown>;
19
+ clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
20
+ createdAt: z.ZodCoercedDate<Date>;
21
+ syncedAt: z.ZodCoercedDate<Date>;
22
+ updatedAt: z.ZodCoercedDate<Date>;
23
23
  note: z.ZodNullable<z.ZodString>;
24
24
  sourceTransactionId: z.ZodNullable<z.ZodString>;
25
25
  cancelType: z.ZodNullable<z.ZodString>;
@@ -44,6 +44,8 @@ export declare const mtaTransactionNestedSchema: z.ZodObject<{
44
44
  stage: z.ZodString;
45
45
  status: z.ZodString;
46
46
  mtaId: z.ZodString;
47
+ cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
49
  isArchived: z.ZodBoolean;
48
50
  createdAt: z.ZodCoercedDate<unknown>;
49
51
  syncedAt: z.ZodCoercedDate<unknown>;
@@ -168,10 +170,10 @@ export declare const mtaTransactionNestedSchema: z.ZodObject<{
168
170
  isRefunded: z.ZodBoolean;
169
171
  isCanceled: z.ZodBoolean;
170
172
  isArchived: z.ZodBoolean;
171
- clearedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
172
- createdAt: z.ZodCoercedDate<unknown>;
173
- syncedAt: z.ZodCoercedDate<unknown>;
174
- updatedAt: z.ZodCoercedDate<unknown>;
173
+ clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
174
+ createdAt: z.ZodCoercedDate<Date>;
175
+ syncedAt: z.ZodCoercedDate<Date>;
176
+ updatedAt: z.ZodCoercedDate<Date>;
175
177
  note: z.ZodNullable<z.ZodString>;
176
178
  sourceTransactionId: z.ZodNullable<z.ZodString>;
177
179
  cancelType: z.ZodNullable<z.ZodString>;
@@ -219,10 +221,10 @@ export declare const mtaTransactionNestedSchema: z.ZodObject<{
219
221
  isRefunded: z.ZodBoolean;
220
222
  isCanceled: z.ZodBoolean;
221
223
  isArchived: z.ZodBoolean;
222
- clearedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
223
- createdAt: z.ZodCoercedDate<unknown>;
224
- syncedAt: z.ZodCoercedDate<unknown>;
225
- updatedAt: z.ZodCoercedDate<unknown>;
224
+ clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
225
+ createdAt: z.ZodCoercedDate<Date>;
226
+ syncedAt: z.ZodCoercedDate<Date>;
227
+ updatedAt: z.ZodCoercedDate<Date>;
226
228
  note: z.ZodNullable<z.ZodString>;
227
229
  sourceTransactionId: z.ZodNullable<z.ZodString>;
228
230
  cancelType: z.ZodNullable<z.ZodString>;
@@ -249,10 +251,10 @@ export declare const mtaTransactionNestedSchema: z.ZodObject<{
249
251
  isRefunded: z.ZodBoolean;
250
252
  isCanceled: z.ZodBoolean;
251
253
  isArchived: z.ZodBoolean;
252
- clearedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
253
- createdAt: z.ZodCoercedDate<unknown>;
254
- syncedAt: z.ZodCoercedDate<unknown>;
255
- updatedAt: z.ZodCoercedDate<unknown>;
254
+ clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
255
+ createdAt: z.ZodCoercedDate<Date>;
256
+ syncedAt: z.ZodCoercedDate<Date>;
257
+ updatedAt: z.ZodCoercedDate<Date>;
256
258
  note: z.ZodNullable<z.ZodString>;
257
259
  sourceTransactionId: z.ZodNullable<z.ZodString>;
258
260
  cancelType: z.ZodNullable<z.ZodString>;
@@ -1 +1 @@
1
- {"version":3,"file":"mta-transaction.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMrC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
1
+ {"version":3,"file":"mta-transaction.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMrC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}