@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,198 +1,215 @@
1
1
  import { z } from 'zod';
2
2
  export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<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]>>;
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]>>;
30
31
  sequence: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
31
- propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
32
- equals?: string | undefined;
33
- in?: string[] | undefined;
34
- notIn?: string[] | undefined;
35
- lt?: string | undefined;
36
- lte?: string | undefined;
37
- gt?: string | undefined;
38
- gte?: string | undefined;
39
- contains?: string | undefined;
40
- startsWith?: string | undefined;
41
- endsWith?: string | undefined;
42
- } & {
43
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
44
- }, unknown, z.core.$ZodTypeInternals<{
45
- equals?: string | undefined;
46
- in?: string[] | undefined;
47
- notIn?: string[] | undefined;
48
- lt?: string | undefined;
49
- lte?: string | undefined;
50
- gt?: string | undefined;
51
- gte?: string | undefined;
52
- contains?: string | undefined;
53
- startsWith?: string | undefined;
54
- endsWith?: string | undefined;
55
- } & {
56
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
57
- }, unknown>>>, z.ZodString]>>;
58
- inputType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
59
- equals?: string | undefined;
60
- in?: string[] | undefined;
61
- notIn?: string[] | undefined;
62
- lt?: string | undefined;
63
- lte?: string | undefined;
64
- gt?: string | undefined;
65
- gte?: string | undefined;
66
- contains?: string | undefined;
67
- startsWith?: string | undefined;
68
- endsWith?: string | undefined;
69
- } & {
70
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
71
- }, unknown, z.core.$ZodTypeInternals<{
72
- equals?: string | undefined;
73
- in?: string[] | undefined;
74
- notIn?: string[] | undefined;
75
- lt?: string | undefined;
76
- lte?: string | undefined;
77
- gt?: string | undefined;
78
- gte?: string | undefined;
79
- contains?: string | undefined;
80
- startsWith?: string | undefined;
81
- endsWith?: string | undefined;
82
- } & {
83
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
84
- }, unknown>>>, z.ZodString]>>;
85
- transactionType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
86
- equals?: string | undefined;
87
- in?: string[] | undefined;
88
- notIn?: string[] | undefined;
89
- lt?: string | undefined;
90
- lte?: string | undefined;
91
- gt?: string | undefined;
92
- gte?: string | undefined;
93
- contains?: string | undefined;
94
- startsWith?: string | undefined;
95
- endsWith?: string | undefined;
96
- } & {
97
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
98
- }, unknown, z.core.$ZodTypeInternals<{
99
- equals?: string | undefined;
100
- in?: string[] | undefined;
101
- notIn?: string[] | undefined;
102
- lt?: string | undefined;
103
- lte?: string | undefined;
104
- gt?: string | undefined;
105
- gte?: string | undefined;
106
- contains?: string | undefined;
107
- startsWith?: string | undefined;
108
- endsWith?: string | undefined;
109
- } & {
110
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
111
- }, unknown>>>, z.ZodString]>>;
112
- bankRef: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
113
- equals?: string | undefined;
114
- in?: string[] | undefined;
115
- notIn?: string[] | undefined;
116
- lt?: string | undefined;
117
- lte?: string | undefined;
118
- gt?: string | undefined;
119
- gte?: string | undefined;
120
- contains?: string | undefined;
121
- startsWith?: string | undefined;
122
- endsWith?: string | undefined;
123
- } & {
124
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
125
- }, unknown, z.core.$ZodTypeInternals<{
126
- equals?: string | undefined;
127
- in?: string[] | undefined;
128
- notIn?: string[] | undefined;
129
- lt?: string | undefined;
130
- lte?: string | undefined;
131
- gt?: string | undefined;
132
- gte?: string | undefined;
133
- contains?: string | undefined;
134
- startsWith?: string | undefined;
135
- endsWith?: string | undefined;
136
- } & {
137
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
138
- }, unknown>>>, z.ZodString]>>;
139
- description: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
140
- equals?: string | undefined;
141
- in?: string[] | undefined;
142
- notIn?: string[] | undefined;
143
- lt?: string | undefined;
144
- lte?: string | undefined;
145
- gt?: string | undefined;
146
- gte?: string | undefined;
147
- contains?: string | undefined;
148
- startsWith?: string | undefined;
149
- endsWith?: string | undefined;
150
- } & {
151
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
152
- }, unknown, z.core.$ZodTypeInternals<{
153
- equals?: string | undefined;
154
- in?: string[] | undefined;
155
- notIn?: string[] | undefined;
156
- lt?: string | undefined;
157
- lte?: string | undefined;
158
- gt?: string | undefined;
159
- gte?: string | undefined;
160
- contains?: string | undefined;
161
- startsWith?: string | undefined;
162
- endsWith?: string | undefined;
163
- } & {
164
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
165
- }, unknown>>>, z.ZodString]>>;
32
+ propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
33
+ equals: z.ZodOptional<z.ZodString>;
34
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
35
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
36
+ lt: z.ZodOptional<z.ZodString>;
37
+ lte: z.ZodOptional<z.ZodString>;
38
+ gt: z.ZodOptional<z.ZodString>;
39
+ gte: z.ZodOptional<z.ZodString>;
40
+ contains: z.ZodOptional<z.ZodString>;
41
+ startsWith: z.ZodOptional<z.ZodString>;
42
+ endsWith: z.ZodOptional<z.ZodString>;
43
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
44
+ readonly DEFAULT: "default";
45
+ readonly INSENSITIVE: "insensitive";
46
+ }>>>;
47
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
48
+ equals: z.ZodOptional<z.ZodString>;
49
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
50
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
51
+ lt: z.ZodOptional<z.ZodString>;
52
+ lte: z.ZodOptional<z.ZodString>;
53
+ gt: z.ZodOptional<z.ZodString>;
54
+ gte: z.ZodOptional<z.ZodString>;
55
+ contains: z.ZodOptional<z.ZodString>;
56
+ startsWith: z.ZodOptional<z.ZodString>;
57
+ endsWith: z.ZodOptional<z.ZodString>;
58
+ }, z.core.$strict>>]>>;
59
+ }, z.core.$strict>>, z.ZodString]>>;
60
+ inputType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
61
+ equals: z.ZodOptional<z.ZodString>;
62
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
63
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
64
+ lt: z.ZodOptional<z.ZodString>;
65
+ lte: z.ZodOptional<z.ZodString>;
66
+ gt: z.ZodOptional<z.ZodString>;
67
+ gte: z.ZodOptional<z.ZodString>;
68
+ contains: z.ZodOptional<z.ZodString>;
69
+ startsWith: z.ZodOptional<z.ZodString>;
70
+ endsWith: z.ZodOptional<z.ZodString>;
71
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
72
+ readonly DEFAULT: "default";
73
+ readonly INSENSITIVE: "insensitive";
74
+ }>>>;
75
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
76
+ equals: z.ZodOptional<z.ZodString>;
77
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
78
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
79
+ lt: z.ZodOptional<z.ZodString>;
80
+ lte: z.ZodOptional<z.ZodString>;
81
+ gt: z.ZodOptional<z.ZodString>;
82
+ gte: z.ZodOptional<z.ZodString>;
83
+ contains: z.ZodOptional<z.ZodString>;
84
+ startsWith: z.ZodOptional<z.ZodString>;
85
+ endsWith: z.ZodOptional<z.ZodString>;
86
+ }, z.core.$strict>>]>>;
87
+ }, z.core.$strict>>, z.ZodString]>>;
88
+ transactionType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
89
+ equals: z.ZodOptional<z.ZodString>;
90
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
91
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
92
+ lt: z.ZodOptional<z.ZodString>;
93
+ lte: z.ZodOptional<z.ZodString>;
94
+ gt: z.ZodOptional<z.ZodString>;
95
+ gte: z.ZodOptional<z.ZodString>;
96
+ contains: z.ZodOptional<z.ZodString>;
97
+ startsWith: z.ZodOptional<z.ZodString>;
98
+ endsWith: z.ZodOptional<z.ZodString>;
99
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
100
+ readonly DEFAULT: "default";
101
+ readonly INSENSITIVE: "insensitive";
102
+ }>>>;
103
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
104
+ equals: z.ZodOptional<z.ZodString>;
105
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
106
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
107
+ lt: z.ZodOptional<z.ZodString>;
108
+ lte: z.ZodOptional<z.ZodString>;
109
+ gt: z.ZodOptional<z.ZodString>;
110
+ gte: z.ZodOptional<z.ZodString>;
111
+ contains: z.ZodOptional<z.ZodString>;
112
+ startsWith: z.ZodOptional<z.ZodString>;
113
+ endsWith: z.ZodOptional<z.ZodString>;
114
+ }, z.core.$strict>>]>>;
115
+ }, z.core.$strict>>, z.ZodString]>>;
116
+ bankRef: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
117
+ equals: z.ZodOptional<z.ZodString>;
118
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
119
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
120
+ lt: z.ZodOptional<z.ZodString>;
121
+ lte: z.ZodOptional<z.ZodString>;
122
+ gt: z.ZodOptional<z.ZodString>;
123
+ gte: z.ZodOptional<z.ZodString>;
124
+ contains: z.ZodOptional<z.ZodString>;
125
+ startsWith: z.ZodOptional<z.ZodString>;
126
+ endsWith: z.ZodOptional<z.ZodString>;
127
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
128
+ readonly DEFAULT: "default";
129
+ readonly INSENSITIVE: "insensitive";
130
+ }>>>;
131
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
132
+ equals: z.ZodOptional<z.ZodString>;
133
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
134
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
135
+ lt: z.ZodOptional<z.ZodString>;
136
+ lte: z.ZodOptional<z.ZodString>;
137
+ gt: z.ZodOptional<z.ZodString>;
138
+ gte: z.ZodOptional<z.ZodString>;
139
+ contains: z.ZodOptional<z.ZodString>;
140
+ startsWith: z.ZodOptional<z.ZodString>;
141
+ endsWith: z.ZodOptional<z.ZodString>;
142
+ }, z.core.$strict>>]>>;
143
+ }, z.core.$strict>>, z.ZodString]>>;
144
+ description: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
145
+ equals: z.ZodOptional<z.ZodString>;
146
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
147
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
148
+ lt: z.ZodOptional<z.ZodString>;
149
+ lte: z.ZodOptional<z.ZodString>;
150
+ gt: z.ZodOptional<z.ZodString>;
151
+ gte: z.ZodOptional<z.ZodString>;
152
+ contains: z.ZodOptional<z.ZodString>;
153
+ startsWith: z.ZodOptional<z.ZodString>;
154
+ endsWith: z.ZodOptional<z.ZodString>;
155
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
156
+ readonly DEFAULT: "default";
157
+ readonly INSENSITIVE: "insensitive";
158
+ }>>>;
159
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
160
+ equals: z.ZodOptional<z.ZodString>;
161
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
162
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
163
+ lt: z.ZodOptional<z.ZodString>;
164
+ lte: z.ZodOptional<z.ZodString>;
165
+ gt: z.ZodOptional<z.ZodString>;
166
+ gte: z.ZodOptional<z.ZodString>;
167
+ contains: z.ZodOptional<z.ZodString>;
168
+ startsWith: z.ZodOptional<z.ZodString>;
169
+ endsWith: z.ZodOptional<z.ZodString>;
170
+ }, z.core.$strict>>]>>;
171
+ }, z.core.$strict>>, z.ZodString]>>;
166
172
  clearedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, unknown, z.core.$ZodTypeInternals<import("..").DateTimeFilterSchema, unknown>>>, z.ZodString]>>;
167
- isCanceled: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
168
- isRefunded: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
169
- mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
170
- equals?: string | undefined;
171
- in?: string[] | undefined;
172
- notIn?: string[] | undefined;
173
- lt?: string | undefined;
174
- lte?: string | undefined;
175
- gt?: string | undefined;
176
- gte?: string | undefined;
177
- contains?: string | undefined;
178
- startsWith?: string | undefined;
179
- endsWith?: string | undefined;
180
- } & {
181
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
182
- }, unknown, z.core.$ZodTypeInternals<{
183
- equals?: string | undefined;
184
- in?: string[] | undefined;
185
- notIn?: string[] | undefined;
186
- lt?: string | undefined;
187
- lte?: string | undefined;
188
- gt?: string | undefined;
189
- gte?: string | undefined;
190
- contains?: string | undefined;
191
- startsWith?: string | undefined;
192
- endsWith?: string | undefined;
193
- } & {
194
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
195
- }, unknown>>>, z.ZodString]>>;
173
+ isCanceled: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
174
+ equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
175
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLazy<z.ZodObject<{
176
+ equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
177
+ }, z.core.$strict>>]>>;
178
+ }, z.core.$strict>>, z.ZodBoolean]>>;
179
+ isRefunded: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
180
+ equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
181
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLazy<z.ZodObject<{
182
+ equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
183
+ }, z.core.$strict>>]>>;
184
+ }, z.core.$strict>>, z.ZodBoolean]>>;
185
+ mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
186
+ equals: z.ZodOptional<z.ZodString>;
187
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
188
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
189
+ lt: z.ZodOptional<z.ZodString>;
190
+ lte: z.ZodOptional<z.ZodString>;
191
+ gt: z.ZodOptional<z.ZodString>;
192
+ gte: z.ZodOptional<z.ZodString>;
193
+ contains: z.ZodOptional<z.ZodString>;
194
+ startsWith: z.ZodOptional<z.ZodString>;
195
+ endsWith: z.ZodOptional<z.ZodString>;
196
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
197
+ readonly DEFAULT: "default";
198
+ readonly INSENSITIVE: "insensitive";
199
+ }>>>;
200
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
201
+ equals: z.ZodOptional<z.ZodString>;
202
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
203
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
204
+ lt: z.ZodOptional<z.ZodString>;
205
+ lte: z.ZodOptional<z.ZodString>;
206
+ gt: z.ZodOptional<z.ZodString>;
207
+ gte: z.ZodOptional<z.ZodString>;
208
+ contains: z.ZodOptional<z.ZodString>;
209
+ startsWith: z.ZodOptional<z.ZodString>;
210
+ endsWith: z.ZodOptional<z.ZodString>;
211
+ }, z.core.$strict>>]>>;
212
+ }, z.core.$strict>>, z.ZodString]>>;
196
213
  status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
197
214
  equals: z.ZodOptional<z.ZodString>;
198
215
  not: z.ZodOptional<z.ZodString>;
@@ -201,33 +218,34 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
201
218
  readonly INSENSITIVE: "insensitive";
202
219
  }>>>;
203
220
  }, z.core.$strict>>, z.ZodString]>>;
204
- payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
205
- equals?: string | undefined;
206
- in?: string[] | undefined;
207
- notIn?: string[] | undefined;
208
- lt?: string | undefined;
209
- lte?: string | undefined;
210
- gt?: string | undefined;
211
- gte?: string | undefined;
212
- contains?: string | undefined;
213
- startsWith?: string | undefined;
214
- endsWith?: string | undefined;
215
- } & {
216
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
217
- }, unknown, z.core.$ZodTypeInternals<{
218
- equals?: string | undefined;
219
- in?: string[] | undefined;
220
- notIn?: string[] | undefined;
221
- lt?: string | undefined;
222
- lte?: string | undefined;
223
- gt?: string | undefined;
224
- gte?: string | undefined;
225
- contains?: string | undefined;
226
- startsWith?: string | undefined;
227
- endsWith?: string | undefined;
228
- } & {
229
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
230
- }, unknown>>>, z.ZodString]>>;
221
+ payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
222
+ equals: z.ZodOptional<z.ZodString>;
223
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
224
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
225
+ lt: z.ZodOptional<z.ZodString>;
226
+ lte: z.ZodOptional<z.ZodString>;
227
+ gt: z.ZodOptional<z.ZodString>;
228
+ gte: z.ZodOptional<z.ZodString>;
229
+ contains: z.ZodOptional<z.ZodString>;
230
+ startsWith: z.ZodOptional<z.ZodString>;
231
+ endsWith: z.ZodOptional<z.ZodString>;
232
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
233
+ readonly DEFAULT: "default";
234
+ readonly INSENSITIVE: "insensitive";
235
+ }>>>;
236
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
237
+ equals: z.ZodOptional<z.ZodString>;
238
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
239
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
240
+ lt: z.ZodOptional<z.ZodString>;
241
+ lte: z.ZodOptional<z.ZodString>;
242
+ gt: z.ZodOptional<z.ZodString>;
243
+ gte: z.ZodOptional<z.ZodString>;
244
+ contains: z.ZodOptional<z.ZodString>;
245
+ startsWith: z.ZodOptional<z.ZodString>;
246
+ endsWith: z.ZodOptional<z.ZodString>;
247
+ }, z.core.$strict>>]>>;
248
+ }, z.core.$strict>>, z.ZodString]>>;
231
249
  creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
232
250
  equals?: bigint | undefined;
233
251
  in?: bigint[] | undefined;
@@ -303,222 +321,230 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
303
321
  }, z.core.$strip>> | undefined;
304
322
  }, unknown>>>, z.ZodBigInt]>>;
305
323
  property: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
306
- id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
307
- equals?: string | undefined;
308
- in?: string[] | undefined;
309
- notIn?: string[] | undefined;
310
- lt?: string | undefined;
311
- lte?: string | undefined;
312
- gt?: string | undefined;
313
- gte?: string | undefined;
314
- contains?: string | undefined;
315
- startsWith?: string | undefined;
316
- endsWith?: string | undefined;
317
- } & {
318
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
319
- }, unknown, z.core.$ZodTypeInternals<{
320
- equals?: string | undefined;
321
- in?: string[] | undefined;
322
- notIn?: string[] | undefined;
323
- lt?: string | undefined;
324
- lte?: string | undefined;
325
- gt?: string | undefined;
326
- gte?: string | undefined;
327
- contains?: string | undefined;
328
- startsWith?: string | undefined;
329
- endsWith?: string | undefined;
330
- } & {
331
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
332
- }, unknown>>>, z.ZodString]>>;
333
- customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
334
- equals?: string | undefined;
335
- in?: string[] | undefined;
336
- notIn?: string[] | undefined;
337
- lt?: string | undefined;
338
- lte?: string | undefined;
339
- gt?: string | undefined;
340
- gte?: string | undefined;
341
- contains?: string | undefined;
342
- startsWith?: string | undefined;
343
- endsWith?: string | undefined;
344
- } & {
345
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
346
- }, unknown, z.core.$ZodTypeInternals<{
347
- equals?: string | undefined;
348
- in?: string[] | undefined;
349
- notIn?: string[] | undefined;
350
- lt?: string | undefined;
351
- lte?: string | undefined;
352
- gt?: string | undefined;
353
- gte?: string | undefined;
354
- contains?: string | undefined;
355
- startsWith?: string | undefined;
356
- endsWith?: string | undefined;
357
- } & {
358
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
359
- }, unknown>>>, z.ZodString]>>;
360
- projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
361
- equals?: string | undefined;
362
- in?: string[] | undefined;
363
- notIn?: string[] | undefined;
364
- lt?: string | undefined;
365
- lte?: string | undefined;
366
- gt?: string | undefined;
367
- gte?: string | undefined;
368
- contains?: string | undefined;
369
- startsWith?: string | undefined;
370
- endsWith?: string | undefined;
371
- } & {
372
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
373
- }, unknown, z.core.$ZodTypeInternals<{
374
- equals?: string | undefined;
375
- in?: string[] | undefined;
376
- notIn?: string[] | undefined;
377
- lt?: string | undefined;
378
- lte?: string | undefined;
379
- gt?: string | undefined;
380
- gte?: string | undefined;
381
- contains?: string | undefined;
382
- startsWith?: string | undefined;
383
- endsWith?: string | undefined;
384
- } & {
385
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
386
- }, unknown>>>, z.ZodString]>>;
387
- buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
388
- equals?: string | undefined;
389
- in?: string[] | undefined;
390
- notIn?: string[] | undefined;
391
- lt?: string | undefined;
392
- lte?: string | undefined;
393
- gt?: string | undefined;
394
- gte?: string | undefined;
395
- contains?: string | undefined;
396
- startsWith?: string | undefined;
397
- endsWith?: string | undefined;
398
- } & {
399
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
400
- }, unknown, z.core.$ZodTypeInternals<{
401
- equals?: string | undefined;
402
- in?: string[] | undefined;
403
- notIn?: string[] | undefined;
404
- lt?: string | undefined;
405
- lte?: string | undefined;
406
- gt?: string | undefined;
407
- gte?: string | undefined;
408
- contains?: string | undefined;
409
- startsWith?: string | undefined;
410
- endsWith?: string | undefined;
411
- } & {
412
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
413
- }, unknown>>>, z.ZodString]>>>;
414
- lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
415
- equals?: string | undefined;
416
- in?: string[] | undefined;
417
- notIn?: string[] | undefined;
418
- lt?: string | undefined;
419
- lte?: string | undefined;
420
- gt?: string | undefined;
421
- gte?: string | undefined;
422
- contains?: string | undefined;
423
- startsWith?: string | undefined;
424
- endsWith?: string | undefined;
425
- } & {
426
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
427
- }, unknown, z.core.$ZodTypeInternals<{
428
- equals?: string | undefined;
429
- in?: string[] | undefined;
430
- notIn?: string[] | undefined;
431
- lt?: string | undefined;
432
- lte?: string | undefined;
433
- gt?: string | undefined;
434
- gte?: string | undefined;
435
- contains?: string | undefined;
436
- startsWith?: string | undefined;
437
- endsWith?: string | undefined;
438
- } & {
439
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
440
- }, unknown>>>, z.ZodString]>>>;
441
- propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
442
- equals?: string | undefined;
443
- in?: string[] | undefined;
444
- notIn?: string[] | undefined;
445
- lt?: string | undefined;
446
- lte?: string | undefined;
447
- gt?: string | undefined;
448
- gte?: string | undefined;
449
- contains?: string | undefined;
450
- startsWith?: string | undefined;
451
- endsWith?: string | undefined;
452
- } & {
453
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
454
- }, unknown, z.core.$ZodTypeInternals<{
455
- equals?: string | undefined;
456
- in?: string[] | undefined;
457
- notIn?: string[] | undefined;
458
- lt?: string | undefined;
459
- lte?: string | undefined;
460
- gt?: string | undefined;
461
- gte?: string | undefined;
462
- contains?: string | undefined;
463
- startsWith?: string | undefined;
464
- endsWith?: string | undefined;
465
- } & {
466
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
467
- }, unknown>>>, z.ZodString]>>;
468
- stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
469
- equals?: string | undefined;
470
- in?: string[] | undefined;
471
- notIn?: string[] | undefined;
472
- lt?: string | undefined;
473
- lte?: string | undefined;
474
- gt?: string | undefined;
475
- gte?: string | undefined;
476
- contains?: string | undefined;
477
- startsWith?: string | undefined;
478
- endsWith?: string | undefined;
479
- } & {
480
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
481
- }, unknown, z.core.$ZodTypeInternals<{
482
- equals?: string | undefined;
483
- in?: string[] | undefined;
484
- notIn?: string[] | undefined;
485
- lt?: string | undefined;
486
- lte?: string | undefined;
487
- gt?: string | undefined;
488
- gte?: string | undefined;
489
- contains?: string | undefined;
490
- startsWith?: string | undefined;
491
- endsWith?: string | undefined;
492
- } & {
493
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
494
- }, unknown>>>, z.ZodString]>>;
495
- mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
496
- equals?: string | undefined;
497
- in?: string[] | undefined;
498
- notIn?: string[] | undefined;
499
- lt?: string | undefined;
500
- lte?: string | undefined;
501
- gt?: string | undefined;
502
- gte?: string | undefined;
503
- contains?: string | undefined;
504
- startsWith?: string | undefined;
505
- endsWith?: string | undefined;
506
- } & {
507
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
508
- }, unknown, z.core.$ZodTypeInternals<{
509
- equals?: string | undefined;
510
- in?: string[] | undefined;
511
- notIn?: string[] | undefined;
512
- lt?: string | undefined;
513
- lte?: string | undefined;
514
- gt?: string | undefined;
515
- gte?: string | undefined;
516
- contains?: string | undefined;
517
- startsWith?: string | undefined;
518
- endsWith?: string | undefined;
519
- } & {
520
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
521
- }, unknown>>>, z.ZodString]>>;
324
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
325
+ equals: z.ZodOptional<z.ZodString>;
326
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
327
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
328
+ lt: z.ZodOptional<z.ZodString>;
329
+ lte: z.ZodOptional<z.ZodString>;
330
+ gt: z.ZodOptional<z.ZodString>;
331
+ gte: z.ZodOptional<z.ZodString>;
332
+ contains: z.ZodOptional<z.ZodString>;
333
+ startsWith: z.ZodOptional<z.ZodString>;
334
+ endsWith: z.ZodOptional<z.ZodString>;
335
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
336
+ readonly DEFAULT: "default";
337
+ readonly INSENSITIVE: "insensitive";
338
+ }>>>;
339
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
340
+ equals: z.ZodOptional<z.ZodString>;
341
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
342
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
343
+ lt: z.ZodOptional<z.ZodString>;
344
+ lte: z.ZodOptional<z.ZodString>;
345
+ gt: z.ZodOptional<z.ZodString>;
346
+ gte: z.ZodOptional<z.ZodString>;
347
+ contains: z.ZodOptional<z.ZodString>;
348
+ startsWith: z.ZodOptional<z.ZodString>;
349
+ endsWith: z.ZodOptional<z.ZodString>;
350
+ }, z.core.$strict>>]>>;
351
+ }, z.core.$strict>>, z.ZodString]>>;
352
+ customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
353
+ equals: z.ZodOptional<z.ZodString>;
354
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
355
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
356
+ lt: z.ZodOptional<z.ZodString>;
357
+ lte: z.ZodOptional<z.ZodString>;
358
+ gt: z.ZodOptional<z.ZodString>;
359
+ gte: z.ZodOptional<z.ZodString>;
360
+ contains: z.ZodOptional<z.ZodString>;
361
+ startsWith: z.ZodOptional<z.ZodString>;
362
+ endsWith: z.ZodOptional<z.ZodString>;
363
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
364
+ readonly DEFAULT: "default";
365
+ readonly INSENSITIVE: "insensitive";
366
+ }>>>;
367
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
368
+ equals: z.ZodOptional<z.ZodString>;
369
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
370
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
371
+ lt: z.ZodOptional<z.ZodString>;
372
+ lte: z.ZodOptional<z.ZodString>;
373
+ gt: z.ZodOptional<z.ZodString>;
374
+ gte: z.ZodOptional<z.ZodString>;
375
+ contains: z.ZodOptional<z.ZodString>;
376
+ startsWith: z.ZodOptional<z.ZodString>;
377
+ endsWith: z.ZodOptional<z.ZodString>;
378
+ }, z.core.$strict>>]>>;
379
+ }, z.core.$strict>>, z.ZodString]>>;
380
+ projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
381
+ equals: z.ZodOptional<z.ZodString>;
382
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
383
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
384
+ lt: z.ZodOptional<z.ZodString>;
385
+ lte: z.ZodOptional<z.ZodString>;
386
+ gt: z.ZodOptional<z.ZodString>;
387
+ gte: z.ZodOptional<z.ZodString>;
388
+ contains: z.ZodOptional<z.ZodString>;
389
+ startsWith: z.ZodOptional<z.ZodString>;
390
+ endsWith: z.ZodOptional<z.ZodString>;
391
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
392
+ readonly DEFAULT: "default";
393
+ readonly INSENSITIVE: "insensitive";
394
+ }>>>;
395
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
396
+ equals: z.ZodOptional<z.ZodString>;
397
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
398
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
399
+ lt: z.ZodOptional<z.ZodString>;
400
+ lte: z.ZodOptional<z.ZodString>;
401
+ gt: z.ZodOptional<z.ZodString>;
402
+ gte: z.ZodOptional<z.ZodString>;
403
+ contains: z.ZodOptional<z.ZodString>;
404
+ startsWith: z.ZodOptional<z.ZodString>;
405
+ endsWith: z.ZodOptional<z.ZodString>;
406
+ }, z.core.$strict>>]>>;
407
+ }, z.core.$strict>>, z.ZodString]>>;
408
+ buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
409
+ equals: z.ZodOptional<z.ZodString>;
410
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
411
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
412
+ lt: z.ZodOptional<z.ZodString>;
413
+ lte: z.ZodOptional<z.ZodString>;
414
+ gt: z.ZodOptional<z.ZodString>;
415
+ gte: z.ZodOptional<z.ZodString>;
416
+ contains: z.ZodOptional<z.ZodString>;
417
+ startsWith: z.ZodOptional<z.ZodString>;
418
+ endsWith: z.ZodOptional<z.ZodString>;
419
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
420
+ readonly DEFAULT: "default";
421
+ readonly INSENSITIVE: "insensitive";
422
+ }>>>;
423
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
424
+ equals: z.ZodOptional<z.ZodString>;
425
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
426
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
427
+ lt: z.ZodOptional<z.ZodString>;
428
+ lte: z.ZodOptional<z.ZodString>;
429
+ gt: z.ZodOptional<z.ZodString>;
430
+ gte: z.ZodOptional<z.ZodString>;
431
+ contains: z.ZodOptional<z.ZodString>;
432
+ startsWith: z.ZodOptional<z.ZodString>;
433
+ endsWith: z.ZodOptional<z.ZodString>;
434
+ }, z.core.$strict>>]>>;
435
+ }, z.core.$strict>>, z.ZodString]>>>;
436
+ lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
437
+ equals: z.ZodOptional<z.ZodString>;
438
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
439
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
440
+ lt: z.ZodOptional<z.ZodString>;
441
+ lte: z.ZodOptional<z.ZodString>;
442
+ gt: z.ZodOptional<z.ZodString>;
443
+ gte: z.ZodOptional<z.ZodString>;
444
+ contains: z.ZodOptional<z.ZodString>;
445
+ startsWith: z.ZodOptional<z.ZodString>;
446
+ endsWith: z.ZodOptional<z.ZodString>;
447
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
448
+ readonly DEFAULT: "default";
449
+ readonly INSENSITIVE: "insensitive";
450
+ }>>>;
451
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
452
+ equals: z.ZodOptional<z.ZodString>;
453
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
454
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
455
+ lt: z.ZodOptional<z.ZodString>;
456
+ lte: z.ZodOptional<z.ZodString>;
457
+ gt: z.ZodOptional<z.ZodString>;
458
+ gte: z.ZodOptional<z.ZodString>;
459
+ contains: z.ZodOptional<z.ZodString>;
460
+ startsWith: z.ZodOptional<z.ZodString>;
461
+ endsWith: z.ZodOptional<z.ZodString>;
462
+ }, z.core.$strict>>]>>;
463
+ }, z.core.$strict>>, z.ZodString]>>>;
464
+ propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
465
+ equals: z.ZodOptional<z.ZodString>;
466
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
467
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
468
+ lt: z.ZodOptional<z.ZodString>;
469
+ lte: z.ZodOptional<z.ZodString>;
470
+ gt: z.ZodOptional<z.ZodString>;
471
+ gte: z.ZodOptional<z.ZodString>;
472
+ contains: z.ZodOptional<z.ZodString>;
473
+ startsWith: z.ZodOptional<z.ZodString>;
474
+ endsWith: z.ZodOptional<z.ZodString>;
475
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
476
+ readonly DEFAULT: "default";
477
+ readonly INSENSITIVE: "insensitive";
478
+ }>>>;
479
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
480
+ equals: z.ZodOptional<z.ZodString>;
481
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
482
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
483
+ lt: z.ZodOptional<z.ZodString>;
484
+ lte: z.ZodOptional<z.ZodString>;
485
+ gt: z.ZodOptional<z.ZodString>;
486
+ gte: z.ZodOptional<z.ZodString>;
487
+ contains: z.ZodOptional<z.ZodString>;
488
+ startsWith: z.ZodOptional<z.ZodString>;
489
+ endsWith: z.ZodOptional<z.ZodString>;
490
+ }, z.core.$strict>>]>>;
491
+ }, z.core.$strict>>, z.ZodString]>>;
492
+ stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
493
+ equals: z.ZodOptional<z.ZodString>;
494
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
495
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
496
+ lt: z.ZodOptional<z.ZodString>;
497
+ lte: z.ZodOptional<z.ZodString>;
498
+ gt: z.ZodOptional<z.ZodString>;
499
+ gte: z.ZodOptional<z.ZodString>;
500
+ contains: z.ZodOptional<z.ZodString>;
501
+ startsWith: z.ZodOptional<z.ZodString>;
502
+ endsWith: z.ZodOptional<z.ZodString>;
503
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
504
+ readonly DEFAULT: "default";
505
+ readonly INSENSITIVE: "insensitive";
506
+ }>>>;
507
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
508
+ equals: z.ZodOptional<z.ZodString>;
509
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
510
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
511
+ lt: z.ZodOptional<z.ZodString>;
512
+ lte: z.ZodOptional<z.ZodString>;
513
+ gt: z.ZodOptional<z.ZodString>;
514
+ gte: z.ZodOptional<z.ZodString>;
515
+ contains: z.ZodOptional<z.ZodString>;
516
+ startsWith: z.ZodOptional<z.ZodString>;
517
+ endsWith: z.ZodOptional<z.ZodString>;
518
+ }, z.core.$strict>>]>>;
519
+ }, z.core.$strict>>, z.ZodString]>>;
520
+ mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
521
+ equals: z.ZodOptional<z.ZodString>;
522
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
523
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
524
+ lt: z.ZodOptional<z.ZodString>;
525
+ lte: z.ZodOptional<z.ZodString>;
526
+ gt: z.ZodOptional<z.ZodString>;
527
+ gte: z.ZodOptional<z.ZodString>;
528
+ contains: z.ZodOptional<z.ZodString>;
529
+ startsWith: z.ZodOptional<z.ZodString>;
530
+ endsWith: z.ZodOptional<z.ZodString>;
531
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
532
+ readonly DEFAULT: "default";
533
+ readonly INSENSITIVE: "insensitive";
534
+ }>>>;
535
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
536
+ equals: z.ZodOptional<z.ZodString>;
537
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
538
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
539
+ lt: z.ZodOptional<z.ZodString>;
540
+ lte: z.ZodOptional<z.ZodString>;
541
+ gt: z.ZodOptional<z.ZodString>;
542
+ gte: z.ZodOptional<z.ZodString>;
543
+ contains: z.ZodOptional<z.ZodString>;
544
+ startsWith: z.ZodOptional<z.ZodString>;
545
+ endsWith: z.ZodOptional<z.ZodString>;
546
+ }, z.core.$strict>>]>>;
547
+ }, z.core.$strict>>, z.ZodString]>>;
522
548
  mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
523
549
  equals?: bigint | undefined;
524
550
  in?: bigint[] | undefined;
@@ -630,38 +656,40 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
630
656
  gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
631
657
  }, z.core.$strip>> | undefined;
632
658
  }, unknown>>>, z.ZodBigInt]>>;
633
- status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
634
- equals?: string | undefined;
635
- in?: string[] | undefined;
636
- notIn?: string[] | undefined;
637
- lt?: string | undefined;
638
- lte?: string | undefined;
639
- gt?: string | undefined;
640
- gte?: string | undefined;
641
- contains?: string | undefined;
642
- startsWith?: string | undefined;
643
- endsWith?: string | undefined;
644
- } & {
645
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
646
- }, unknown, z.core.$ZodTypeInternals<{
647
- equals?: string | undefined;
648
- in?: string[] | undefined;
649
- notIn?: string[] | undefined;
650
- lt?: string | undefined;
651
- lte?: string | undefined;
652
- gt?: string | undefined;
653
- gte?: string | undefined;
654
- contains?: string | undefined;
655
- startsWith?: string | undefined;
656
- endsWith?: string | undefined;
657
- } & {
658
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
659
- }, unknown>>>, z.ZodString]>>;
659
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
660
+ equals: z.ZodOptional<z.ZodString>;
661
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
662
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
663
+ lt: z.ZodOptional<z.ZodString>;
664
+ lte: z.ZodOptional<z.ZodString>;
665
+ gt: z.ZodOptional<z.ZodString>;
666
+ gte: z.ZodOptional<z.ZodString>;
667
+ contains: z.ZodOptional<z.ZodString>;
668
+ startsWith: z.ZodOptional<z.ZodString>;
669
+ endsWith: z.ZodOptional<z.ZodString>;
670
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
671
+ readonly DEFAULT: "default";
672
+ readonly INSENSITIVE: "insensitive";
673
+ }>>>;
674
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
675
+ equals: z.ZodOptional<z.ZodString>;
676
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
677
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
678
+ lt: z.ZodOptional<z.ZodString>;
679
+ lte: z.ZodOptional<z.ZodString>;
680
+ gt: z.ZodOptional<z.ZodString>;
681
+ gte: z.ZodOptional<z.ZodString>;
682
+ contains: z.ZodOptional<z.ZodString>;
683
+ startsWith: z.ZodOptional<z.ZodString>;
684
+ endsWith: z.ZodOptional<z.ZodString>;
685
+ }, z.core.$strict>>]>>;
686
+ }, z.core.$strict>>, z.ZodString]>>;
660
687
  }, z.core.$strip>>>>;
661
688
  sort: z.ZodOptional<z.ZodLazy<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>>;
662
689
  }, z.core.$strip>, z.ZodOptional<z.ZodObject<{
663
- page: z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>;
664
- pageSize: z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>;
690
+ page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
691
+ pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
665
692
  }, z.core.$strip>>>;
666
693
  export type MtaTransactionSearchRestReq = z.input<typeof mtaTransactionSearchRestReqSchema>;
694
+ export type MtaTransactionSearchReq = z.output<typeof mtaTransactionSearchRestReqSchema>;
667
695
  //# sourceMappingURL=mta-transaction-search.rest.schema.d.ts.map