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

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 (109) hide show
  1. package/dist/cjs/index.js +126 -93
  2. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +477 -459
  3. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  4. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +1 -1
  5. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1 -1
  6. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  7. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +3 -2
  8. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
  9. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +746 -708
  10. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  11. package/dist/cjs/schemas/common/date/index.d.ts +1 -0
  12. package/dist/cjs/schemas/common/date/index.d.ts.map +1 -1
  13. package/dist/cjs/schemas/common/date/string-to-bool.schema.d.ts +4 -0
  14. package/dist/cjs/schemas/common/date/string-to-bool.schema.d.ts.map +1 -0
  15. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  16. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  17. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  18. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  19. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +9 -2
  20. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  21. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +2 -2
  22. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -5
  23. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  24. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -1
  25. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  26. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1 -1
  27. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  28. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +3 -2
  29. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  30. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
  31. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +491 -463
  33. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  34. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +140 -135
  35. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +168 -162
  37. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  38. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +1 -1
  39. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +252 -243
  40. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  41. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
  42. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
  43. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
  44. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
  45. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
  46. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
  47. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  48. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
  49. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
  50. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +4 -3
  51. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
  52. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
  53. package/dist/cjs/utils/date.util.d.ts +13 -4
  54. package/dist/cjs/utils/date.util.d.ts.map +1 -1
  55. package/dist/esm/index.mjs +102 -78
  56. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +477 -459
  57. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  58. package/dist/esm/schemas/cma/create-cma.schema.d.ts +1 -1
  59. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1 -1
  60. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  61. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +3 -2
  62. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
  63. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +746 -708
  64. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  65. package/dist/esm/schemas/common/date/index.d.ts +1 -0
  66. package/dist/esm/schemas/common/date/index.d.ts.map +1 -1
  67. package/dist/esm/schemas/common/date/string-to-bool.schema.d.ts +4 -0
  68. package/dist/esm/schemas/common/date/string-to-bool.schema.d.ts.map +1 -0
  69. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  70. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  71. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  72. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  73. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +9 -2
  74. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  75. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +2 -2
  76. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -5
  77. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  78. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -1
  79. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  80. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1 -1
  81. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  82. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +3 -2
  83. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  84. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
  85. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  86. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +491 -463
  87. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  88. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +140 -135
  89. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  90. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +168 -162
  91. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  92. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +1 -1
  93. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +252 -243
  94. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  95. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
  96. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
  97. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
  98. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
  99. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
  100. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
  101. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  102. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
  103. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
  104. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +4 -3
  105. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
  106. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
  107. package/dist/esm/utils/date.util.d.ts +13 -4
  108. package/dist/esm/utils/date.util.d.ts.map +1 -1
  109. package/package.json +1 -1
@@ -1,221 +1,229 @@
1
1
  import { z } from 'zod';
2
2
  export declare const cmaSearchRestReqSchema: z.ZodObject<{
3
- id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
4
- equals?: string | undefined;
5
- in?: string[] | undefined;
6
- notIn?: string[] | undefined;
7
- lt?: string | undefined;
8
- lte?: string | undefined;
9
- gt?: string | undefined;
10
- gte?: string | undefined;
11
- contains?: string | undefined;
12
- startsWith?: string | undefined;
13
- endsWith?: string | undefined;
14
- } & {
15
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
16
- }, unknown, z.core.$ZodTypeInternals<{
17
- equals?: string | undefined;
18
- in?: string[] | undefined;
19
- notIn?: string[] | undefined;
20
- lt?: string | undefined;
21
- lte?: string | undefined;
22
- gt?: string | undefined;
23
- gte?: string | undefined;
24
- contains?: string | undefined;
25
- startsWith?: string | undefined;
26
- endsWith?: string | undefined;
27
- } & {
28
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
29
- }, unknown>>>, z.ZodString]>>;
30
- accountName: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
31
- equals?: string | undefined;
32
- in?: string[] | undefined;
33
- notIn?: string[] | undefined;
34
- lt?: string | undefined;
35
- lte?: string | undefined;
36
- gt?: string | undefined;
37
- gte?: string | undefined;
38
- contains?: string | undefined;
39
- startsWith?: string | undefined;
40
- endsWith?: string | undefined;
41
- } & {
42
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
43
- }, unknown, z.core.$ZodTypeInternals<{
44
- equals?: string | undefined;
45
- in?: string[] | undefined;
46
- notIn?: string[] | undefined;
47
- lt?: string | undefined;
48
- lte?: string | undefined;
49
- gt?: string | undefined;
50
- gte?: string | undefined;
51
- contains?: string | undefined;
52
- startsWith?: string | undefined;
53
- endsWith?: string | undefined;
54
- } & {
55
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
56
- }, unknown>>>, z.ZodString]>>;
57
- country: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
58
- equals?: string | undefined;
59
- in?: string[] | undefined;
60
- notIn?: string[] | undefined;
61
- lt?: string | undefined;
62
- lte?: string | undefined;
63
- gt?: string | undefined;
64
- gte?: string | undefined;
65
- contains?: string | undefined;
66
- startsWith?: string | undefined;
67
- endsWith?: string | undefined;
68
- } & {
69
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
70
- }, unknown, z.core.$ZodTypeInternals<{
71
- equals?: string | undefined;
72
- in?: string[] | undefined;
73
- notIn?: string[] | undefined;
74
- lt?: string | undefined;
75
- lte?: string | undefined;
76
- gt?: string | undefined;
77
- gte?: string | undefined;
78
- contains?: string | undefined;
79
- startsWith?: string | undefined;
80
- endsWith?: string | undefined;
81
- } & {
82
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
83
- }, unknown>>>, z.ZodString]>>;
84
- stateCode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
85
- equals?: string | undefined;
86
- in?: string[] | undefined;
87
- notIn?: string[] | undefined;
88
- lt?: string | undefined;
89
- lte?: string | undefined;
90
- gt?: string | undefined;
91
- gte?: string | undefined;
92
- contains?: string | undefined;
93
- startsWith?: string | undefined;
94
- endsWith?: string | undefined;
95
- } & {
96
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
97
- }, unknown, z.core.$ZodTypeInternals<{
98
- equals?: string | undefined;
99
- in?: string[] | undefined;
100
- notIn?: string[] | undefined;
101
- lt?: string | undefined;
102
- lte?: string | undefined;
103
- gt?: string | undefined;
104
- gte?: string | undefined;
105
- contains?: string | undefined;
106
- startsWith?: string | undefined;
107
- endsWith?: string | undefined;
108
- } & {
109
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
110
- }, unknown>>>, z.ZodString]>>;
111
- bankCode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
112
- equals?: string | undefined;
113
- in?: string[] | undefined;
114
- notIn?: string[] | undefined;
115
- lt?: string | undefined;
116
- lte?: string | undefined;
117
- gt?: string | undefined;
118
- gte?: string | undefined;
119
- contains?: string | undefined;
120
- startsWith?: string | undefined;
121
- endsWith?: string | undefined;
122
- } & {
123
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
124
- }, unknown, z.core.$ZodTypeInternals<{
125
- equals?: string | undefined;
126
- in?: string[] | undefined;
127
- notIn?: string[] | undefined;
128
- lt?: string | undefined;
129
- lte?: string | undefined;
130
- gt?: string | undefined;
131
- gte?: string | undefined;
132
- contains?: string | undefined;
133
- startsWith?: string | undefined;
134
- endsWith?: string | undefined;
135
- } & {
136
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
137
- }, unknown>>>, z.ZodString]>>;
138
- description: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
139
- equals?: string | undefined;
140
- in?: string[] | undefined;
141
- notIn?: string[] | undefined;
142
- lt?: string | undefined;
143
- lte?: string | undefined;
144
- gt?: string | undefined;
145
- gte?: string | undefined;
146
- contains?: string | undefined;
147
- startsWith?: string | undefined;
148
- endsWith?: string | undefined;
149
- } & {
150
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
151
- }, unknown, z.core.$ZodTypeInternals<{
152
- equals?: string | undefined;
153
- in?: string[] | undefined;
154
- notIn?: string[] | undefined;
155
- lt?: string | undefined;
156
- lte?: string | undefined;
157
- gt?: string | undefined;
158
- gte?: string | undefined;
159
- contains?: string | undefined;
160
- startsWith?: string | undefined;
161
- endsWith?: string | undefined;
162
- } & {
163
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
164
- }, unknown>>>, z.ZodString]>>>;
165
- propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
166
- equals?: string | undefined;
167
- in?: string[] | undefined;
168
- notIn?: string[] | undefined;
169
- lt?: string | undefined;
170
- lte?: string | undefined;
171
- gt?: string | undefined;
172
- gte?: string | undefined;
173
- contains?: string | undefined;
174
- startsWith?: string | undefined;
175
- endsWith?: string | undefined;
176
- } & {
177
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
178
- }, unknown, z.core.$ZodTypeInternals<{
179
- equals?: string | undefined;
180
- in?: string[] | undefined;
181
- notIn?: string[] | undefined;
182
- lt?: string | undefined;
183
- lte?: string | undefined;
184
- gt?: string | undefined;
185
- gte?: string | undefined;
186
- contains?: string | undefined;
187
- startsWith?: string | undefined;
188
- endsWith?: string | undefined;
189
- } & {
190
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
191
- }, unknown>>>, z.ZodString]>>;
192
- status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
193
- equals?: string | undefined;
194
- in?: string[] | undefined;
195
- notIn?: string[] | undefined;
196
- lt?: string | undefined;
197
- lte?: string | undefined;
198
- gt?: string | undefined;
199
- gte?: string | undefined;
200
- contains?: string | undefined;
201
- startsWith?: string | undefined;
202
- endsWith?: string | undefined;
203
- } & {
204
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
205
- }, unknown, z.core.$ZodTypeInternals<{
206
- equals?: string | undefined;
207
- in?: string[] | undefined;
208
- notIn?: string[] | undefined;
209
- lt?: string | undefined;
210
- lte?: string | undefined;
211
- gt?: string | undefined;
212
- gte?: string | undefined;
213
- contains?: string | undefined;
214
- startsWith?: string | undefined;
215
- endsWith?: string | undefined;
216
- } & {
217
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
218
- }, unknown>>>, z.ZodString]>>;
3
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
4
+ equals: z.ZodOptional<z.ZodString>;
5
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
6
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
7
+ lt: z.ZodOptional<z.ZodString>;
8
+ lte: z.ZodOptional<z.ZodString>;
9
+ gt: z.ZodOptional<z.ZodString>;
10
+ gte: z.ZodOptional<z.ZodString>;
11
+ contains: z.ZodOptional<z.ZodString>;
12
+ startsWith: z.ZodOptional<z.ZodString>;
13
+ endsWith: z.ZodOptional<z.ZodString>;
14
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
15
+ readonly DEFAULT: "default";
16
+ readonly INSENSITIVE: "insensitive";
17
+ }>>>;
18
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
19
+ equals: z.ZodOptional<z.ZodString>;
20
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
21
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
22
+ lt: z.ZodOptional<z.ZodString>;
23
+ lte: z.ZodOptional<z.ZodString>;
24
+ gt: z.ZodOptional<z.ZodString>;
25
+ gte: z.ZodOptional<z.ZodString>;
26
+ contains: z.ZodOptional<z.ZodString>;
27
+ startsWith: z.ZodOptional<z.ZodString>;
28
+ endsWith: z.ZodOptional<z.ZodString>;
29
+ }, z.core.$strict>>]>>;
30
+ }, z.core.$strict>>, z.ZodString]>>;
31
+ accountName: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
32
+ equals: z.ZodOptional<z.ZodString>;
33
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
34
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
35
+ lt: z.ZodOptional<z.ZodString>;
36
+ lte: z.ZodOptional<z.ZodString>;
37
+ gt: z.ZodOptional<z.ZodString>;
38
+ gte: z.ZodOptional<z.ZodString>;
39
+ contains: z.ZodOptional<z.ZodString>;
40
+ startsWith: z.ZodOptional<z.ZodString>;
41
+ endsWith: z.ZodOptional<z.ZodString>;
42
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
43
+ readonly DEFAULT: "default";
44
+ readonly INSENSITIVE: "insensitive";
45
+ }>>>;
46
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
47
+ equals: z.ZodOptional<z.ZodString>;
48
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
49
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
50
+ lt: z.ZodOptional<z.ZodString>;
51
+ lte: z.ZodOptional<z.ZodString>;
52
+ gt: z.ZodOptional<z.ZodString>;
53
+ gte: z.ZodOptional<z.ZodString>;
54
+ contains: z.ZodOptional<z.ZodString>;
55
+ startsWith: z.ZodOptional<z.ZodString>;
56
+ endsWith: z.ZodOptional<z.ZodString>;
57
+ }, z.core.$strict>>]>>;
58
+ }, z.core.$strict>>, z.ZodString]>>;
59
+ country: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
60
+ equals: z.ZodOptional<z.ZodString>;
61
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
62
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
63
+ lt: z.ZodOptional<z.ZodString>;
64
+ lte: z.ZodOptional<z.ZodString>;
65
+ gt: z.ZodOptional<z.ZodString>;
66
+ gte: z.ZodOptional<z.ZodString>;
67
+ contains: z.ZodOptional<z.ZodString>;
68
+ startsWith: z.ZodOptional<z.ZodString>;
69
+ endsWith: z.ZodOptional<z.ZodString>;
70
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
71
+ readonly DEFAULT: "default";
72
+ readonly INSENSITIVE: "insensitive";
73
+ }>>>;
74
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
75
+ equals: z.ZodOptional<z.ZodString>;
76
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
77
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
78
+ lt: z.ZodOptional<z.ZodString>;
79
+ lte: z.ZodOptional<z.ZodString>;
80
+ gt: z.ZodOptional<z.ZodString>;
81
+ gte: z.ZodOptional<z.ZodString>;
82
+ contains: z.ZodOptional<z.ZodString>;
83
+ startsWith: z.ZodOptional<z.ZodString>;
84
+ endsWith: z.ZodOptional<z.ZodString>;
85
+ }, z.core.$strict>>]>>;
86
+ }, z.core.$strict>>, z.ZodString]>>;
87
+ stateCode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
88
+ equals: z.ZodOptional<z.ZodString>;
89
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
90
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
91
+ lt: z.ZodOptional<z.ZodString>;
92
+ lte: z.ZodOptional<z.ZodString>;
93
+ gt: z.ZodOptional<z.ZodString>;
94
+ gte: z.ZodOptional<z.ZodString>;
95
+ contains: z.ZodOptional<z.ZodString>;
96
+ startsWith: z.ZodOptional<z.ZodString>;
97
+ endsWith: z.ZodOptional<z.ZodString>;
98
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
99
+ readonly DEFAULT: "default";
100
+ readonly INSENSITIVE: "insensitive";
101
+ }>>>;
102
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
103
+ equals: z.ZodOptional<z.ZodString>;
104
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
105
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
106
+ lt: z.ZodOptional<z.ZodString>;
107
+ lte: z.ZodOptional<z.ZodString>;
108
+ gt: z.ZodOptional<z.ZodString>;
109
+ gte: z.ZodOptional<z.ZodString>;
110
+ contains: z.ZodOptional<z.ZodString>;
111
+ startsWith: z.ZodOptional<z.ZodString>;
112
+ endsWith: z.ZodOptional<z.ZodString>;
113
+ }, z.core.$strict>>]>>;
114
+ }, z.core.$strict>>, z.ZodString]>>;
115
+ bankCode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
116
+ equals: z.ZodOptional<z.ZodString>;
117
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
118
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
119
+ lt: z.ZodOptional<z.ZodString>;
120
+ lte: z.ZodOptional<z.ZodString>;
121
+ gt: z.ZodOptional<z.ZodString>;
122
+ gte: z.ZodOptional<z.ZodString>;
123
+ contains: z.ZodOptional<z.ZodString>;
124
+ startsWith: z.ZodOptional<z.ZodString>;
125
+ endsWith: z.ZodOptional<z.ZodString>;
126
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
127
+ readonly DEFAULT: "default";
128
+ readonly INSENSITIVE: "insensitive";
129
+ }>>>;
130
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
131
+ equals: z.ZodOptional<z.ZodString>;
132
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
133
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
134
+ lt: z.ZodOptional<z.ZodString>;
135
+ lte: z.ZodOptional<z.ZodString>;
136
+ gt: z.ZodOptional<z.ZodString>;
137
+ gte: z.ZodOptional<z.ZodString>;
138
+ contains: z.ZodOptional<z.ZodString>;
139
+ startsWith: z.ZodOptional<z.ZodString>;
140
+ endsWith: z.ZodOptional<z.ZodString>;
141
+ }, z.core.$strict>>]>>;
142
+ }, z.core.$strict>>, z.ZodString]>>;
143
+ description: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
144
+ equals: z.ZodOptional<z.ZodString>;
145
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
146
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
147
+ lt: z.ZodOptional<z.ZodString>;
148
+ lte: z.ZodOptional<z.ZodString>;
149
+ gt: z.ZodOptional<z.ZodString>;
150
+ gte: z.ZodOptional<z.ZodString>;
151
+ contains: z.ZodOptional<z.ZodString>;
152
+ startsWith: z.ZodOptional<z.ZodString>;
153
+ endsWith: z.ZodOptional<z.ZodString>;
154
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
155
+ readonly DEFAULT: "default";
156
+ readonly INSENSITIVE: "insensitive";
157
+ }>>>;
158
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
159
+ equals: z.ZodOptional<z.ZodString>;
160
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
161
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
162
+ lt: z.ZodOptional<z.ZodString>;
163
+ lte: z.ZodOptional<z.ZodString>;
164
+ gt: z.ZodOptional<z.ZodString>;
165
+ gte: z.ZodOptional<z.ZodString>;
166
+ contains: z.ZodOptional<z.ZodString>;
167
+ startsWith: z.ZodOptional<z.ZodString>;
168
+ endsWith: z.ZodOptional<z.ZodString>;
169
+ }, z.core.$strict>>]>>;
170
+ }, z.core.$strict>>, z.ZodString]>>>;
171
+ propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
172
+ equals: z.ZodOptional<z.ZodString>;
173
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
174
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
175
+ lt: z.ZodOptional<z.ZodString>;
176
+ lte: z.ZodOptional<z.ZodString>;
177
+ gt: z.ZodOptional<z.ZodString>;
178
+ gte: z.ZodOptional<z.ZodString>;
179
+ contains: z.ZodOptional<z.ZodString>;
180
+ startsWith: z.ZodOptional<z.ZodString>;
181
+ endsWith: z.ZodOptional<z.ZodString>;
182
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
183
+ readonly DEFAULT: "default";
184
+ readonly INSENSITIVE: "insensitive";
185
+ }>>>;
186
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
187
+ equals: z.ZodOptional<z.ZodString>;
188
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
189
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
190
+ lt: z.ZodOptional<z.ZodString>;
191
+ lte: z.ZodOptional<z.ZodString>;
192
+ gt: z.ZodOptional<z.ZodString>;
193
+ gte: z.ZodOptional<z.ZodString>;
194
+ contains: z.ZodOptional<z.ZodString>;
195
+ startsWith: z.ZodOptional<z.ZodString>;
196
+ endsWith: z.ZodOptional<z.ZodString>;
197
+ }, z.core.$strict>>]>>;
198
+ }, z.core.$strict>>, z.ZodString]>>;
199
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
200
+ equals: z.ZodOptional<z.ZodString>;
201
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
202
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
203
+ lt: z.ZodOptional<z.ZodString>;
204
+ lte: z.ZodOptional<z.ZodString>;
205
+ gt: z.ZodOptional<z.ZodString>;
206
+ gte: z.ZodOptional<z.ZodString>;
207
+ contains: z.ZodOptional<z.ZodString>;
208
+ startsWith: z.ZodOptional<z.ZodString>;
209
+ endsWith: z.ZodOptional<z.ZodString>;
210
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
211
+ readonly DEFAULT: "default";
212
+ readonly INSENSITIVE: "insensitive";
213
+ }>>>;
214
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
215
+ equals: z.ZodOptional<z.ZodString>;
216
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
217
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
218
+ lt: z.ZodOptional<z.ZodString>;
219
+ lte: z.ZodOptional<z.ZodString>;
220
+ gt: z.ZodOptional<z.ZodString>;
221
+ gte: z.ZodOptional<z.ZodString>;
222
+ contains: z.ZodOptional<z.ZodString>;
223
+ startsWith: z.ZodOptional<z.ZodString>;
224
+ endsWith: z.ZodOptional<z.ZodString>;
225
+ }, z.core.$strict>>]>>;
226
+ }, z.core.$strict>>, z.ZodString]>>;
219
227
  balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
220
228
  equals?: bigint | undefined;
221
229
  in?: bigint[] | undefined;
@@ -254,222 +262,230 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
254
262
  }, z.core.$strip>> | undefined;
255
263
  }, unknown>>>, z.ZodBigInt]>>;
256
264
  property: z.ZodOptional<z.ZodLazy<z.ZodObject<{
257
- id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
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
- } & {
269
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
270
- }, unknown, z.core.$ZodTypeInternals<{
271
- equals?: string | undefined;
272
- in?: string[] | undefined;
273
- notIn?: string[] | undefined;
274
- lt?: string | undefined;
275
- lte?: string | undefined;
276
- gt?: string | undefined;
277
- gte?: string | undefined;
278
- contains?: string | undefined;
279
- startsWith?: string | undefined;
280
- endsWith?: string | undefined;
281
- } & {
282
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
283
- }, unknown>>>, z.ZodString]>>;
284
- customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
285
- equals?: string | undefined;
286
- in?: string[] | undefined;
287
- notIn?: string[] | undefined;
288
- lt?: string | undefined;
289
- lte?: string | undefined;
290
- gt?: string | undefined;
291
- gte?: string | undefined;
292
- contains?: string | undefined;
293
- startsWith?: string | undefined;
294
- endsWith?: string | undefined;
295
- } & {
296
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
297
- }, unknown, z.core.$ZodTypeInternals<{
298
- equals?: string | undefined;
299
- in?: string[] | undefined;
300
- notIn?: string[] | undefined;
301
- lt?: string | undefined;
302
- lte?: string | undefined;
303
- gt?: string | undefined;
304
- gte?: string | undefined;
305
- contains?: string | undefined;
306
- startsWith?: string | undefined;
307
- endsWith?: string | undefined;
308
- } & {
309
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
310
- }, unknown>>>, z.ZodString]>>;
311
- projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
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
- } & {
323
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
324
- }, unknown, z.core.$ZodTypeInternals<{
325
- equals?: string | undefined;
326
- in?: string[] | undefined;
327
- notIn?: string[] | undefined;
328
- lt?: string | undefined;
329
- lte?: string | undefined;
330
- gt?: string | undefined;
331
- gte?: string | undefined;
332
- contains?: string | undefined;
333
- startsWith?: string | undefined;
334
- endsWith?: string | undefined;
335
- } & {
336
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
337
- }, unknown>>>, z.ZodString]>>;
338
- buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
339
- equals?: string | undefined;
340
- in?: string[] | undefined;
341
- notIn?: string[] | undefined;
342
- lt?: string | undefined;
343
- lte?: string | undefined;
344
- gt?: string | undefined;
345
- gte?: string | undefined;
346
- contains?: string | undefined;
347
- startsWith?: string | undefined;
348
- endsWith?: string | undefined;
349
- } & {
350
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
351
- }, unknown, z.core.$ZodTypeInternals<{
352
- equals?: string | undefined;
353
- in?: string[] | undefined;
354
- notIn?: string[] | undefined;
355
- lt?: string | undefined;
356
- lte?: string | undefined;
357
- gt?: string | undefined;
358
- gte?: string | undefined;
359
- contains?: string | undefined;
360
- startsWith?: string | undefined;
361
- endsWith?: string | undefined;
362
- } & {
363
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
364
- }, unknown>>>, z.ZodString]>>>;
365
- lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
366
- equals?: string | undefined;
367
- in?: string[] | undefined;
368
- notIn?: string[] | undefined;
369
- lt?: string | undefined;
370
- lte?: string | undefined;
371
- gt?: string | undefined;
372
- gte?: string | undefined;
373
- contains?: string | undefined;
374
- startsWith?: string | undefined;
375
- endsWith?: string | undefined;
376
- } & {
377
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
378
- }, unknown, z.core.$ZodTypeInternals<{
379
- equals?: string | undefined;
380
- in?: string[] | undefined;
381
- notIn?: string[] | undefined;
382
- lt?: string | undefined;
383
- lte?: string | undefined;
384
- gt?: string | undefined;
385
- gte?: string | undefined;
386
- contains?: string | undefined;
387
- startsWith?: string | undefined;
388
- endsWith?: string | undefined;
389
- } & {
390
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
391
- }, unknown>>>, z.ZodString]>>>;
392
- propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
393
- equals?: string | undefined;
394
- in?: string[] | undefined;
395
- notIn?: string[] | undefined;
396
- lt?: string | undefined;
397
- lte?: string | undefined;
398
- gt?: string | undefined;
399
- gte?: string | undefined;
400
- contains?: string | undefined;
401
- startsWith?: string | undefined;
402
- endsWith?: string | undefined;
403
- } & {
404
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
405
- }, unknown, z.core.$ZodTypeInternals<{
406
- equals?: string | undefined;
407
- in?: string[] | undefined;
408
- notIn?: string[] | undefined;
409
- lt?: string | undefined;
410
- lte?: string | undefined;
411
- gt?: string | undefined;
412
- gte?: string | undefined;
413
- contains?: string | undefined;
414
- startsWith?: string | undefined;
415
- endsWith?: string | undefined;
416
- } & {
417
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
418
- }, unknown>>>, z.ZodString]>>;
419
- stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
420
- equals?: string | undefined;
421
- in?: string[] | undefined;
422
- notIn?: string[] | undefined;
423
- lt?: string | undefined;
424
- lte?: string | undefined;
425
- gt?: string | undefined;
426
- gte?: string | undefined;
427
- contains?: string | undefined;
428
- startsWith?: string | undefined;
429
- endsWith?: string | undefined;
430
- } & {
431
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
432
- }, unknown, z.core.$ZodTypeInternals<{
433
- equals?: string | undefined;
434
- in?: string[] | undefined;
435
- notIn?: string[] | undefined;
436
- lt?: string | undefined;
437
- lte?: string | undefined;
438
- gt?: string | undefined;
439
- gte?: string | undefined;
440
- contains?: string | undefined;
441
- startsWith?: string | undefined;
442
- endsWith?: string | undefined;
443
- } & {
444
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
445
- }, unknown>>>, z.ZodString]>>;
446
- mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
447
- equals?: string | undefined;
448
- in?: string[] | undefined;
449
- notIn?: string[] | undefined;
450
- lt?: string | undefined;
451
- lte?: string | undefined;
452
- gt?: string | undefined;
453
- gte?: string | undefined;
454
- contains?: string | undefined;
455
- startsWith?: string | undefined;
456
- endsWith?: string | undefined;
457
- } & {
458
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
459
- }, unknown, z.core.$ZodTypeInternals<{
460
- equals?: string | undefined;
461
- in?: string[] | undefined;
462
- notIn?: string[] | undefined;
463
- lt?: string | undefined;
464
- lte?: string | undefined;
465
- gt?: string | undefined;
466
- gte?: string | undefined;
467
- contains?: string | undefined;
468
- startsWith?: string | undefined;
469
- endsWith?: string | undefined;
470
- } & {
471
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
472
- }, unknown>>>, z.ZodString]>>;
265
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
266
+ equals: z.ZodOptional<z.ZodString>;
267
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
268
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
269
+ lt: z.ZodOptional<z.ZodString>;
270
+ lte: z.ZodOptional<z.ZodString>;
271
+ gt: z.ZodOptional<z.ZodString>;
272
+ gte: z.ZodOptional<z.ZodString>;
273
+ contains: z.ZodOptional<z.ZodString>;
274
+ startsWith: z.ZodOptional<z.ZodString>;
275
+ endsWith: z.ZodOptional<z.ZodString>;
276
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
277
+ readonly DEFAULT: "default";
278
+ readonly INSENSITIVE: "insensitive";
279
+ }>>>;
280
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
281
+ equals: z.ZodOptional<z.ZodString>;
282
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
283
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
284
+ lt: z.ZodOptional<z.ZodString>;
285
+ lte: z.ZodOptional<z.ZodString>;
286
+ gt: z.ZodOptional<z.ZodString>;
287
+ gte: z.ZodOptional<z.ZodString>;
288
+ contains: z.ZodOptional<z.ZodString>;
289
+ startsWith: z.ZodOptional<z.ZodString>;
290
+ endsWith: z.ZodOptional<z.ZodString>;
291
+ }, z.core.$strict>>]>>;
292
+ }, z.core.$strict>>, z.ZodString]>>;
293
+ customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
294
+ equals: z.ZodOptional<z.ZodString>;
295
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
296
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
297
+ lt: z.ZodOptional<z.ZodString>;
298
+ lte: z.ZodOptional<z.ZodString>;
299
+ gt: z.ZodOptional<z.ZodString>;
300
+ gte: z.ZodOptional<z.ZodString>;
301
+ contains: z.ZodOptional<z.ZodString>;
302
+ startsWith: z.ZodOptional<z.ZodString>;
303
+ endsWith: z.ZodOptional<z.ZodString>;
304
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
305
+ readonly DEFAULT: "default";
306
+ readonly INSENSITIVE: "insensitive";
307
+ }>>>;
308
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
309
+ equals: z.ZodOptional<z.ZodString>;
310
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
311
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
312
+ lt: z.ZodOptional<z.ZodString>;
313
+ lte: z.ZodOptional<z.ZodString>;
314
+ gt: z.ZodOptional<z.ZodString>;
315
+ gte: z.ZodOptional<z.ZodString>;
316
+ contains: z.ZodOptional<z.ZodString>;
317
+ startsWith: z.ZodOptional<z.ZodString>;
318
+ endsWith: z.ZodOptional<z.ZodString>;
319
+ }, z.core.$strict>>]>>;
320
+ }, z.core.$strict>>, z.ZodString]>>;
321
+ projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
322
+ equals: z.ZodOptional<z.ZodString>;
323
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
324
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
325
+ lt: z.ZodOptional<z.ZodString>;
326
+ lte: z.ZodOptional<z.ZodString>;
327
+ gt: z.ZodOptional<z.ZodString>;
328
+ gte: z.ZodOptional<z.ZodString>;
329
+ contains: z.ZodOptional<z.ZodString>;
330
+ startsWith: z.ZodOptional<z.ZodString>;
331
+ endsWith: z.ZodOptional<z.ZodString>;
332
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
333
+ readonly DEFAULT: "default";
334
+ readonly INSENSITIVE: "insensitive";
335
+ }>>>;
336
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
337
+ equals: z.ZodOptional<z.ZodString>;
338
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
339
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
340
+ lt: z.ZodOptional<z.ZodString>;
341
+ lte: z.ZodOptional<z.ZodString>;
342
+ gt: z.ZodOptional<z.ZodString>;
343
+ gte: z.ZodOptional<z.ZodString>;
344
+ contains: z.ZodOptional<z.ZodString>;
345
+ startsWith: z.ZodOptional<z.ZodString>;
346
+ endsWith: z.ZodOptional<z.ZodString>;
347
+ }, z.core.$strict>>]>>;
348
+ }, z.core.$strict>>, z.ZodString]>>;
349
+ buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
350
+ equals: z.ZodOptional<z.ZodString>;
351
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
352
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
353
+ lt: z.ZodOptional<z.ZodString>;
354
+ lte: z.ZodOptional<z.ZodString>;
355
+ gt: z.ZodOptional<z.ZodString>;
356
+ gte: z.ZodOptional<z.ZodString>;
357
+ contains: z.ZodOptional<z.ZodString>;
358
+ startsWith: z.ZodOptional<z.ZodString>;
359
+ endsWith: z.ZodOptional<z.ZodString>;
360
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
361
+ readonly DEFAULT: "default";
362
+ readonly INSENSITIVE: "insensitive";
363
+ }>>>;
364
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
365
+ equals: z.ZodOptional<z.ZodString>;
366
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
367
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
368
+ lt: z.ZodOptional<z.ZodString>;
369
+ lte: z.ZodOptional<z.ZodString>;
370
+ gt: z.ZodOptional<z.ZodString>;
371
+ gte: z.ZodOptional<z.ZodString>;
372
+ contains: z.ZodOptional<z.ZodString>;
373
+ startsWith: z.ZodOptional<z.ZodString>;
374
+ endsWith: z.ZodOptional<z.ZodString>;
375
+ }, z.core.$strict>>]>>;
376
+ }, z.core.$strict>>, z.ZodString]>>>;
377
+ lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
378
+ equals: z.ZodOptional<z.ZodString>;
379
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
380
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
381
+ lt: z.ZodOptional<z.ZodString>;
382
+ lte: z.ZodOptional<z.ZodString>;
383
+ gt: z.ZodOptional<z.ZodString>;
384
+ gte: z.ZodOptional<z.ZodString>;
385
+ contains: z.ZodOptional<z.ZodString>;
386
+ startsWith: z.ZodOptional<z.ZodString>;
387
+ endsWith: z.ZodOptional<z.ZodString>;
388
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
389
+ readonly DEFAULT: "default";
390
+ readonly INSENSITIVE: "insensitive";
391
+ }>>>;
392
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
393
+ equals: z.ZodOptional<z.ZodString>;
394
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
395
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
396
+ lt: z.ZodOptional<z.ZodString>;
397
+ lte: z.ZodOptional<z.ZodString>;
398
+ gt: z.ZodOptional<z.ZodString>;
399
+ gte: z.ZodOptional<z.ZodString>;
400
+ contains: z.ZodOptional<z.ZodString>;
401
+ startsWith: z.ZodOptional<z.ZodString>;
402
+ endsWith: z.ZodOptional<z.ZodString>;
403
+ }, z.core.$strict>>]>>;
404
+ }, z.core.$strict>>, z.ZodString]>>>;
405
+ propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
406
+ equals: z.ZodOptional<z.ZodString>;
407
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
408
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
409
+ lt: z.ZodOptional<z.ZodString>;
410
+ lte: z.ZodOptional<z.ZodString>;
411
+ gt: z.ZodOptional<z.ZodString>;
412
+ gte: z.ZodOptional<z.ZodString>;
413
+ contains: z.ZodOptional<z.ZodString>;
414
+ startsWith: z.ZodOptional<z.ZodString>;
415
+ endsWith: z.ZodOptional<z.ZodString>;
416
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
417
+ readonly DEFAULT: "default";
418
+ readonly INSENSITIVE: "insensitive";
419
+ }>>>;
420
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
421
+ equals: z.ZodOptional<z.ZodString>;
422
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
423
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
424
+ lt: z.ZodOptional<z.ZodString>;
425
+ lte: z.ZodOptional<z.ZodString>;
426
+ gt: z.ZodOptional<z.ZodString>;
427
+ gte: z.ZodOptional<z.ZodString>;
428
+ contains: z.ZodOptional<z.ZodString>;
429
+ startsWith: z.ZodOptional<z.ZodString>;
430
+ endsWith: z.ZodOptional<z.ZodString>;
431
+ }, z.core.$strict>>]>>;
432
+ }, z.core.$strict>>, z.ZodString]>>;
433
+ stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
434
+ equals: z.ZodOptional<z.ZodString>;
435
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
436
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
437
+ lt: z.ZodOptional<z.ZodString>;
438
+ lte: z.ZodOptional<z.ZodString>;
439
+ gt: z.ZodOptional<z.ZodString>;
440
+ gte: z.ZodOptional<z.ZodString>;
441
+ contains: z.ZodOptional<z.ZodString>;
442
+ startsWith: z.ZodOptional<z.ZodString>;
443
+ endsWith: z.ZodOptional<z.ZodString>;
444
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
445
+ readonly DEFAULT: "default";
446
+ readonly INSENSITIVE: "insensitive";
447
+ }>>>;
448
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
449
+ equals: z.ZodOptional<z.ZodString>;
450
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
451
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
452
+ lt: z.ZodOptional<z.ZodString>;
453
+ lte: z.ZodOptional<z.ZodString>;
454
+ gt: z.ZodOptional<z.ZodString>;
455
+ gte: z.ZodOptional<z.ZodString>;
456
+ contains: z.ZodOptional<z.ZodString>;
457
+ startsWith: z.ZodOptional<z.ZodString>;
458
+ endsWith: z.ZodOptional<z.ZodString>;
459
+ }, z.core.$strict>>]>>;
460
+ }, z.core.$strict>>, z.ZodString]>>;
461
+ mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
462
+ equals: z.ZodOptional<z.ZodString>;
463
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
464
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
465
+ lt: z.ZodOptional<z.ZodString>;
466
+ lte: z.ZodOptional<z.ZodString>;
467
+ gt: z.ZodOptional<z.ZodString>;
468
+ gte: z.ZodOptional<z.ZodString>;
469
+ contains: z.ZodOptional<z.ZodString>;
470
+ startsWith: z.ZodOptional<z.ZodString>;
471
+ endsWith: z.ZodOptional<z.ZodString>;
472
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
473
+ readonly DEFAULT: "default";
474
+ readonly INSENSITIVE: "insensitive";
475
+ }>>>;
476
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
477
+ equals: z.ZodOptional<z.ZodString>;
478
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
479
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
480
+ lt: z.ZodOptional<z.ZodString>;
481
+ lte: z.ZodOptional<z.ZodString>;
482
+ gt: z.ZodOptional<z.ZodString>;
483
+ gte: z.ZodOptional<z.ZodString>;
484
+ contains: z.ZodOptional<z.ZodString>;
485
+ startsWith: z.ZodOptional<z.ZodString>;
486
+ endsWith: z.ZodOptional<z.ZodString>;
487
+ }, z.core.$strict>>]>>;
488
+ }, z.core.$strict>>, z.ZodString]>>;
473
489
  mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
474
490
  equals?: bigint | undefined;
475
491
  in?: bigint[] | undefined;
@@ -581,34 +597,36 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
581
597
  gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
582
598
  }, z.core.$strip>> | undefined;
583
599
  }, unknown>>>, z.ZodBigInt]>>;
584
- status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
585
- equals?: string | undefined;
586
- in?: string[] | undefined;
587
- notIn?: string[] | undefined;
588
- lt?: string | undefined;
589
- lte?: string | undefined;
590
- gt?: string | undefined;
591
- gte?: string | undefined;
592
- contains?: string | undefined;
593
- startsWith?: string | undefined;
594
- endsWith?: string | undefined;
595
- } & {
596
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
597
- }, unknown, z.core.$ZodTypeInternals<{
598
- equals?: string | undefined;
599
- in?: string[] | undefined;
600
- notIn?: string[] | undefined;
601
- lt?: string | undefined;
602
- lte?: string | undefined;
603
- gt?: string | undefined;
604
- gte?: string | undefined;
605
- contains?: string | undefined;
606
- startsWith?: string | undefined;
607
- endsWith?: string | undefined;
608
- } & {
609
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
610
- }, unknown>>>, z.ZodString]>>;
600
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
601
+ equals: z.ZodOptional<z.ZodString>;
602
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
603
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
604
+ lt: z.ZodOptional<z.ZodString>;
605
+ lte: z.ZodOptional<z.ZodString>;
606
+ gt: z.ZodOptional<z.ZodString>;
607
+ gte: z.ZodOptional<z.ZodString>;
608
+ contains: z.ZodOptional<z.ZodString>;
609
+ startsWith: z.ZodOptional<z.ZodString>;
610
+ endsWith: z.ZodOptional<z.ZodString>;
611
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
612
+ readonly DEFAULT: "default";
613
+ readonly INSENSITIVE: "insensitive";
614
+ }>>>;
615
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
616
+ equals: z.ZodOptional<z.ZodString>;
617
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
618
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
619
+ lt: z.ZodOptional<z.ZodString>;
620
+ lte: z.ZodOptional<z.ZodString>;
621
+ gt: z.ZodOptional<z.ZodString>;
622
+ gte: z.ZodOptional<z.ZodString>;
623
+ contains: z.ZodOptional<z.ZodString>;
624
+ startsWith: z.ZodOptional<z.ZodString>;
625
+ endsWith: z.ZodOptional<z.ZodString>;
626
+ }, z.core.$strict>>]>>;
627
+ }, z.core.$strict>>, z.ZodString]>>;
611
628
  }, z.core.$strip>>>;
612
629
  }, z.core.$strip>;
613
630
  export type CmaSearchRestReq = z.input<typeof cmaSearchRestReqSchema>;
631
+ export type CmaSearchReq = z.output<typeof cmaSearchRestReqSchema>;
614
632
  //# sourceMappingURL=cma-search.rest.schemal.d.ts.map