@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
@@ -1,5 +1,8 @@
1
1
  import { z } from 'zod';
2
2
  export declare const propertySearchRestReqSchema: z.ZodObject<{
3
+ sort: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>;
4
+ page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
5
+ pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
3
6
  id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
4
7
  equals: z.ZodOptional<z.ZodString>;
5
8
  in: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -224,118 +227,61 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
224
227
  endsWith: z.ZodOptional<z.ZodString>;
225
228
  }, z.core.$strict>>]>>;
226
229
  }, z.core.$strict>>, z.ZodString]>>;
227
- mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
228
- equals?: bigint | undefined;
229
- in?: bigint[] | undefined;
230
- notIn?: bigint[] | undefined;
231
- lt?: bigint | undefined;
232
- lte?: bigint | undefined;
233
- gt?: bigint | undefined;
234
- gte?: bigint | undefined;
235
- } & {
236
- not?: bigint | z.output<z.ZodObject<{
237
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
238
- 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>>>;
239
- 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>>>;
240
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
241
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
242
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
243
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
244
- }, z.core.$strip>> | undefined;
245
- }, unknown, z.core.$ZodTypeInternals<{
246
- equals?: bigint | undefined;
247
- in?: bigint[] | undefined;
248
- notIn?: bigint[] | undefined;
249
- lt?: bigint | undefined;
250
- lte?: bigint | undefined;
251
- gt?: bigint | undefined;
252
- gte?: bigint | undefined;
253
- } & {
254
- not?: bigint | z.output<z.ZodObject<{
255
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
256
- 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>>>;
257
- 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>>>;
258
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
259
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
260
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
261
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
262
- }, z.core.$strip>> | undefined;
263
- }, unknown>>>, z.ZodBigInt]>>;
264
- cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
265
- equals?: bigint | undefined;
266
- in?: bigint[] | undefined;
267
- notIn?: bigint[] | undefined;
268
- lt?: bigint | undefined;
269
- lte?: bigint | undefined;
270
- gt?: bigint | undefined;
271
- gte?: bigint | undefined;
272
- } & {
273
- not?: bigint | z.output<z.ZodObject<{
274
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
275
- 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>>>;
276
- 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>>>;
277
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
278
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
279
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
280
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
281
- }, z.core.$strip>> | undefined;
282
- }, unknown, z.core.$ZodTypeInternals<{
283
- equals?: bigint | undefined;
284
- in?: bigint[] | undefined;
285
- notIn?: bigint[] | undefined;
286
- lt?: bigint | undefined;
287
- lte?: bigint | undefined;
288
- gt?: bigint | undefined;
289
- gte?: bigint | undefined;
290
- } & {
291
- not?: bigint | z.output<z.ZodObject<{
292
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
293
- 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>>>;
294
- 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>>>;
295
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
296
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
297
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
298
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
299
- }, z.core.$strip>> | undefined;
300
- }, unknown>>>, z.ZodBigInt]>>;
301
- balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
302
- equals?: bigint | undefined;
303
- in?: bigint[] | undefined;
304
- notIn?: bigint[] | undefined;
305
- lt?: bigint | undefined;
306
- lte?: bigint | undefined;
307
- gt?: bigint | undefined;
308
- gte?: bigint | undefined;
309
- } & {
310
- not?: bigint | z.output<z.ZodObject<{
311
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
312
- 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>>>;
313
- 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>>>;
314
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
315
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
316
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
317
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
318
- }, z.core.$strip>> | undefined;
319
- }, unknown, z.core.$ZodTypeInternals<{
320
- equals?: bigint | undefined;
321
- in?: bigint[] | undefined;
322
- notIn?: bigint[] | undefined;
323
- lt?: bigint | undefined;
324
- lte?: bigint | undefined;
325
- gt?: bigint | undefined;
326
- gte?: bigint | undefined;
327
- } & {
328
- not?: bigint | z.output<z.ZodObject<{
329
- equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
330
- 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>>>;
331
- 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>>>;
332
- lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
333
- lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
334
- gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
335
- gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
336
- }, z.core.$strip>> | undefined;
337
- }, unknown>>>, z.ZodBigInt]>>;
338
- status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
230
+ mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
231
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
232
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
233
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
234
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
235
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
236
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
237
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
238
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
239
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
240
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
241
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
242
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
243
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
244
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
245
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
246
+ }, z.core.$strip>>]>>;
247
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
248
+ cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
249
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
250
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
251
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
252
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
253
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
254
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
255
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
256
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
257
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
258
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
259
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
260
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
261
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
262
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
263
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
264
+ }, z.core.$strip>>]>>;
265
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
266
+ balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
267
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
268
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
269
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
270
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
271
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
272
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
273
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
274
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
275
+ equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
276
+ in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
277
+ notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
278
+ lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
279
+ lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
280
+ gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
281
+ gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
282
+ }, z.core.$strip>>]>>;
283
+ }, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
284
+ status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
339
285
  equals: z.ZodOptional<z.ZodString>;
340
286
  in: z.ZodOptional<z.ZodArray<z.ZodString>>;
341
287
  notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -362,7 +308,84 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
362
308
  startsWith: z.ZodOptional<z.ZodString>;
363
309
  endsWith: z.ZodOptional<z.ZodString>;
364
310
  }, z.core.$strict>>]>>;
365
- }, z.core.$strict>>, z.ZodString]>>;
311
+ }, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
312
+ equals?: string | undefined;
313
+ in?: string[] | undefined;
314
+ notIn?: string[] | undefined;
315
+ lt?: string | undefined;
316
+ lte?: string | undefined;
317
+ gt?: string | undefined;
318
+ gte?: string | undefined;
319
+ contains?: string | undefined;
320
+ startsWith?: string | undefined;
321
+ endsWith?: string | undefined;
322
+ mode?: "default" | "insensitive" | undefined;
323
+ not?: string | {
324
+ equals?: string | undefined;
325
+ in?: string[] | undefined;
326
+ notIn?: string[] | undefined;
327
+ lt?: string | undefined;
328
+ lte?: string | undefined;
329
+ gt?: string | undefined;
330
+ gte?: string | undefined;
331
+ contains?: string | undefined;
332
+ startsWith?: string | undefined;
333
+ endsWith?: string | undefined;
334
+ } | undefined;
335
+ } | undefined, string | {
336
+ equals?: string | undefined;
337
+ in?: string[] | undefined;
338
+ notIn?: string[] | undefined;
339
+ lt?: string | undefined;
340
+ lte?: string | undefined;
341
+ gt?: string | undefined;
342
+ gte?: string | undefined;
343
+ contains?: string | undefined;
344
+ startsWith?: string | undefined;
345
+ endsWith?: string | undefined;
346
+ mode?: "default" | "insensitive" | undefined;
347
+ not?: string | {
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
+ } | undefined;
359
+ }>>>>;
360
+ cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
361
+ equals: z.ZodOptional<z.ZodNullable<z.ZodString>>;
362
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
363
+ equals: z.ZodOptional<z.ZodString>;
364
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
365
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
366
+ lt: z.ZodOptional<z.ZodString>;
367
+ lte: z.ZodOptional<z.ZodString>;
368
+ gt: z.ZodOptional<z.ZodString>;
369
+ gte: z.ZodOptional<z.ZodString>;
370
+ contains: z.ZodOptional<z.ZodString>;
371
+ startsWith: z.ZodOptional<z.ZodString>;
372
+ endsWith: z.ZodOptional<z.ZodString>;
373
+ }, z.core.$strict>>]>>;
374
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
375
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
376
+ lt: z.ZodOptional<z.ZodString>;
377
+ lte: z.ZodOptional<z.ZodString>;
378
+ gt: z.ZodOptional<z.ZodString>;
379
+ gte: z.ZodOptional<z.ZodString>;
380
+ contains: z.ZodOptional<z.ZodString>;
381
+ startsWith: z.ZodOptional<z.ZodString>;
382
+ endsWith: z.ZodOptional<z.ZodString>;
383
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
384
+ readonly DEFAULT: "default";
385
+ readonly INSENSITIVE: "insensitive";
386
+ }>>>;
387
+ }, z.core.$strict>>>>, z.ZodString]>>;
366
388
  }, z.core.$strip>;
367
389
  export type PropertySearchRestReq = z.input<typeof propertySearchRestReqSchema>;
390
+ export type PropertySearchReq = z.output<typeof propertySearchRestReqSchema>;
368
391
  //# sourceMappingURL=property-search.rest.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwBtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiBtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -12,6 +12,8 @@ export declare const propertyEntitySchema: z.ZodObject<{
12
12
  stage: z.ZodString;
13
13
  status: z.ZodString;
14
14
  mtaId: z.ZodString;
15
+ cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
17
  isArchived: z.ZodBoolean;
16
18
  createdAt: z.ZodCoercedDate<unknown>;
17
19
  syncedAt: z.ZodCoercedDate<unknown>;
@@ -31,6 +33,8 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
31
33
  stage: z.ZodString;
32
34
  status: z.ZodString;
33
35
  mtaId: z.ZodString;
36
+ cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
38
  isArchived: z.ZodBoolean;
35
39
  createdAt: z.ZodCoercedDate<unknown>;
36
40
  syncedAt: z.ZodCoercedDate<unknown>;
@@ -155,10 +159,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
155
159
  isRefunded: z.ZodBoolean;
156
160
  isCanceled: z.ZodBoolean;
157
161
  isArchived: z.ZodBoolean;
158
- clearedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
159
- createdAt: z.ZodCoercedDate<unknown>;
160
- syncedAt: z.ZodCoercedDate<unknown>;
161
- updatedAt: z.ZodCoercedDate<unknown>;
162
+ clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
163
+ createdAt: z.ZodCoercedDate<Date>;
164
+ syncedAt: z.ZodCoercedDate<Date>;
165
+ updatedAt: z.ZodCoercedDate<Date>;
162
166
  note: z.ZodNullable<z.ZodString>;
163
167
  sourceTransactionId: z.ZodNullable<z.ZodString>;
164
168
  cancelType: z.ZodNullable<z.ZodString>;
@@ -1 +1 @@
1
- {"version":3,"file":"property.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;iBAiB/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAerC,CAAC"}
1
+ {"version":3,"file":"property.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;iBAmB/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAerC,CAAC"}