@mikemo-coposit/am-accounting-shared 1.0.9 → 1.1.0
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.
- package/dist/cjs/constants/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/cjs/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout.constant.d.ts +4 -4
- package/dist/cjs/index.cjs +439 -283
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +452 -206
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +84 -72
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +247 -2
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +28 -27
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/index.d.ts +1 -0
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +303 -225
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +78 -2
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +130 -96
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/currency.util.d.ts +1 -1
- package/dist/cjs/utils/currency.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout.constant.d.ts +4 -4
- package/dist/esm/index.js +361 -186
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +452 -206
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +84 -72
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +247 -2
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +28 -27
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/index.d.ts +1 -0
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +303 -225
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +78 -2
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +130 -96
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/currency.util.d.ts +1 -1
- package/dist/esm/utils/currency.util.d.ts.map +1 -1
- package/package.json +22 -18
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -52,6 +52,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
52
52
|
transactionsSummary: z.ZodObject<{
|
|
53
53
|
reconciledAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
54
54
|
reconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
|
|
55
|
+
creditAmountCents: number;
|
|
56
|
+
debitAmountCents: number;
|
|
57
|
+
balanceCents: number;
|
|
58
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
59
|
+
transactionType: string;
|
|
60
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
55
61
|
id: string;
|
|
56
62
|
referenceId: string | null;
|
|
57
63
|
sequence: number;
|
|
@@ -72,12 +78,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
72
78
|
canceledAt: Date | null;
|
|
73
79
|
canceledReason: string | null;
|
|
74
80
|
payoutId: string | null;
|
|
75
|
-
creditAmountCents: number;
|
|
76
|
-
debitAmountCents: number;
|
|
77
|
-
balanceCents: number;
|
|
78
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
79
|
-
transactionType: string;
|
|
80
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
81
81
|
createdBy?: string | {
|
|
82
82
|
id: string;
|
|
83
83
|
email: string;
|
|
@@ -113,6 +113,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
113
113
|
cmaId?: string | null | undefined;
|
|
114
114
|
buyerName?: string | null | undefined;
|
|
115
115
|
initialDepositStatus?: string | null | undefined;
|
|
116
|
+
copositSaleStatus?: string | null | undefined;
|
|
116
117
|
project?: {
|
|
117
118
|
id: string;
|
|
118
119
|
name: string;
|
|
@@ -151,6 +152,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
151
152
|
} & {
|
|
152
153
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
153
154
|
sourceTransaction?: ({
|
|
155
|
+
creditAmountCents: number;
|
|
156
|
+
debitAmountCents: number;
|
|
157
|
+
balanceCents: number;
|
|
158
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
159
|
+
transactionType: string;
|
|
160
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
154
161
|
id: string;
|
|
155
162
|
referenceId: string | null;
|
|
156
163
|
sequence: number;
|
|
@@ -171,12 +178,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
171
178
|
canceledAt: Date | null;
|
|
172
179
|
canceledReason: string | null;
|
|
173
180
|
payoutId: string | null;
|
|
174
|
-
creditAmountCents: number;
|
|
175
|
-
debitAmountCents: number;
|
|
176
|
-
balanceCents: number;
|
|
177
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
178
|
-
transactionType: string;
|
|
179
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
180
181
|
createdBy?: string | {
|
|
181
182
|
id: string;
|
|
182
183
|
email: string;
|
|
@@ -212,6 +213,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
212
213
|
cmaId?: string | null | undefined;
|
|
213
214
|
buyerName?: string | null | undefined;
|
|
214
215
|
initialDepositStatus?: string | null | undefined;
|
|
216
|
+
copositSaleStatus?: string | null | undefined;
|
|
215
217
|
project?: {
|
|
216
218
|
id: string;
|
|
217
219
|
name: string;
|
|
@@ -249,6 +251,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
249
251
|
} | null | undefined;
|
|
250
252
|
} & /*elided*/ any) | null | undefined;
|
|
251
253
|
subsequentTransactions?: ({
|
|
254
|
+
creditAmountCents: number;
|
|
255
|
+
debitAmountCents: number;
|
|
256
|
+
balanceCents: number;
|
|
257
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
258
|
+
transactionType: string;
|
|
259
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
252
260
|
id: string;
|
|
253
261
|
referenceId: string | null;
|
|
254
262
|
sequence: number;
|
|
@@ -269,12 +277,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
269
277
|
canceledAt: Date | null;
|
|
270
278
|
canceledReason: string | null;
|
|
271
279
|
payoutId: string | null;
|
|
272
|
-
creditAmountCents: number;
|
|
273
|
-
debitAmountCents: number;
|
|
274
|
-
balanceCents: number;
|
|
275
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
276
|
-
transactionType: string;
|
|
277
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
278
280
|
createdBy?: string | {
|
|
279
281
|
id: string;
|
|
280
282
|
email: string;
|
|
@@ -310,6 +312,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
310
312
|
cmaId?: string | null | undefined;
|
|
311
313
|
buyerName?: string | null | undefined;
|
|
312
314
|
initialDepositStatus?: string | null | undefined;
|
|
315
|
+
copositSaleStatus?: string | null | undefined;
|
|
313
316
|
project?: {
|
|
314
317
|
id: string;
|
|
315
318
|
name: string;
|
|
@@ -359,6 +362,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
359
362
|
isCancelable?: boolean | null | undefined;
|
|
360
363
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
361
364
|
}, {
|
|
365
|
+
creditAmountCents: string | number | bigint;
|
|
366
|
+
debitAmountCents: string | number | bigint;
|
|
367
|
+
balanceCents: string | number | bigint;
|
|
368
|
+
inputType: string;
|
|
369
|
+
transactionType: string;
|
|
370
|
+
status: string;
|
|
362
371
|
id: string;
|
|
363
372
|
referenceId: string | null;
|
|
364
373
|
sequence: number;
|
|
@@ -379,12 +388,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
379
388
|
canceledAt: unknown;
|
|
380
389
|
canceledReason: string | null;
|
|
381
390
|
payoutId: string | null;
|
|
382
|
-
creditAmountCents: string | number | bigint;
|
|
383
|
-
debitAmountCents: string | number | bigint;
|
|
384
|
-
balanceCents: string | number | bigint;
|
|
385
|
-
inputType: string;
|
|
386
|
-
transactionType: string;
|
|
387
|
-
status: string;
|
|
388
391
|
createdBy?: string | {
|
|
389
392
|
id: string;
|
|
390
393
|
email: string;
|
|
@@ -420,6 +423,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
420
423
|
buyerName?: string | null | undefined;
|
|
421
424
|
isCmaRequired?: boolean | undefined;
|
|
422
425
|
initialDepositStatus?: string | null | undefined;
|
|
426
|
+
copositSaleStatus?: string | null | undefined;
|
|
423
427
|
project?: {
|
|
424
428
|
id: string;
|
|
425
429
|
name: string;
|
|
@@ -458,6 +462,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
458
462
|
} & {
|
|
459
463
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
460
464
|
sourceTransaction?: ({
|
|
465
|
+
creditAmountCents: string | number | bigint;
|
|
466
|
+
debitAmountCents: string | number | bigint;
|
|
467
|
+
balanceCents: string | number | bigint;
|
|
468
|
+
inputType: string;
|
|
469
|
+
transactionType: string;
|
|
470
|
+
status: string;
|
|
461
471
|
id: string;
|
|
462
472
|
referenceId: string | null;
|
|
463
473
|
sequence: number;
|
|
@@ -478,12 +488,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
478
488
|
canceledAt: unknown;
|
|
479
489
|
canceledReason: string | null;
|
|
480
490
|
payoutId: string | null;
|
|
481
|
-
creditAmountCents: string | number | bigint;
|
|
482
|
-
debitAmountCents: string | number | bigint;
|
|
483
|
-
balanceCents: string | number | bigint;
|
|
484
|
-
inputType: string;
|
|
485
|
-
transactionType: string;
|
|
486
|
-
status: string;
|
|
487
491
|
createdBy?: string | {
|
|
488
492
|
id: string;
|
|
489
493
|
email: string;
|
|
@@ -519,6 +523,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
519
523
|
buyerName?: string | null | undefined;
|
|
520
524
|
isCmaRequired?: boolean | undefined;
|
|
521
525
|
initialDepositStatus?: string | null | undefined;
|
|
526
|
+
copositSaleStatus?: string | null | undefined;
|
|
522
527
|
project?: {
|
|
523
528
|
id: string;
|
|
524
529
|
name: string;
|
|
@@ -556,6 +561,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
556
561
|
} | null | undefined;
|
|
557
562
|
} & /*elided*/ any) | null | undefined;
|
|
558
563
|
subsequentTransactions?: ({
|
|
564
|
+
creditAmountCents: string | number | bigint;
|
|
565
|
+
debitAmountCents: string | number | bigint;
|
|
566
|
+
balanceCents: string | number | bigint;
|
|
567
|
+
inputType: string;
|
|
568
|
+
transactionType: string;
|
|
569
|
+
status: string;
|
|
559
570
|
id: string;
|
|
560
571
|
referenceId: string | null;
|
|
561
572
|
sequence: number;
|
|
@@ -576,12 +587,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
576
587
|
canceledAt: unknown;
|
|
577
588
|
canceledReason: string | null;
|
|
578
589
|
payoutId: string | null;
|
|
579
|
-
creditAmountCents: string | number | bigint;
|
|
580
|
-
debitAmountCents: string | number | bigint;
|
|
581
|
-
balanceCents: string | number | bigint;
|
|
582
|
-
inputType: string;
|
|
583
|
-
transactionType: string;
|
|
584
|
-
status: string;
|
|
585
590
|
createdBy?: string | {
|
|
586
591
|
id: string;
|
|
587
592
|
email: string;
|
|
@@ -617,6 +622,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
617
622
|
buyerName?: string | null | undefined;
|
|
618
623
|
isCmaRequired?: boolean | undefined;
|
|
619
624
|
initialDepositStatus?: string | null | undefined;
|
|
625
|
+
copositSaleStatus?: string | null | undefined;
|
|
620
626
|
project?: {
|
|
621
627
|
id: string;
|
|
622
628
|
name: string;
|
|
@@ -656,6 +662,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
656
662
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
657
663
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
658
664
|
}, z.core.$ZodTypeInternals<{
|
|
665
|
+
creditAmountCents: number;
|
|
666
|
+
debitAmountCents: number;
|
|
667
|
+
balanceCents: number;
|
|
668
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
669
|
+
transactionType: string;
|
|
670
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
659
671
|
id: string;
|
|
660
672
|
referenceId: string | null;
|
|
661
673
|
sequence: number;
|
|
@@ -676,12 +688,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
676
688
|
canceledAt: Date | null;
|
|
677
689
|
canceledReason: string | null;
|
|
678
690
|
payoutId: string | null;
|
|
679
|
-
creditAmountCents: number;
|
|
680
|
-
debitAmountCents: number;
|
|
681
|
-
balanceCents: number;
|
|
682
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
683
|
-
transactionType: string;
|
|
684
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
685
691
|
createdBy?: string | {
|
|
686
692
|
id: string;
|
|
687
693
|
email: string;
|
|
@@ -717,6 +723,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
717
723
|
cmaId?: string | null | undefined;
|
|
718
724
|
buyerName?: string | null | undefined;
|
|
719
725
|
initialDepositStatus?: string | null | undefined;
|
|
726
|
+
copositSaleStatus?: string | null | undefined;
|
|
720
727
|
project?: {
|
|
721
728
|
id: string;
|
|
722
729
|
name: string;
|
|
@@ -755,6 +762,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
755
762
|
} & {
|
|
756
763
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
757
764
|
sourceTransaction?: ({
|
|
765
|
+
creditAmountCents: number;
|
|
766
|
+
debitAmountCents: number;
|
|
767
|
+
balanceCents: number;
|
|
768
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
769
|
+
transactionType: string;
|
|
770
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
758
771
|
id: string;
|
|
759
772
|
referenceId: string | null;
|
|
760
773
|
sequence: number;
|
|
@@ -775,12 +788,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
775
788
|
canceledAt: Date | null;
|
|
776
789
|
canceledReason: string | null;
|
|
777
790
|
payoutId: string | null;
|
|
778
|
-
creditAmountCents: number;
|
|
779
|
-
debitAmountCents: number;
|
|
780
|
-
balanceCents: number;
|
|
781
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
782
|
-
transactionType: string;
|
|
783
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
784
791
|
createdBy?: string | {
|
|
785
792
|
id: string;
|
|
786
793
|
email: string;
|
|
@@ -816,6 +823,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
816
823
|
cmaId?: string | null | undefined;
|
|
817
824
|
buyerName?: string | null | undefined;
|
|
818
825
|
initialDepositStatus?: string | null | undefined;
|
|
826
|
+
copositSaleStatus?: string | null | undefined;
|
|
819
827
|
project?: {
|
|
820
828
|
id: string;
|
|
821
829
|
name: string;
|
|
@@ -853,6 +861,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
853
861
|
} | null | undefined;
|
|
854
862
|
} & /*elided*/ any) | null | undefined;
|
|
855
863
|
subsequentTransactions?: ({
|
|
864
|
+
creditAmountCents: number;
|
|
865
|
+
debitAmountCents: number;
|
|
866
|
+
balanceCents: number;
|
|
867
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
868
|
+
transactionType: string;
|
|
869
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
856
870
|
id: string;
|
|
857
871
|
referenceId: string | null;
|
|
858
872
|
sequence: number;
|
|
@@ -873,12 +887,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
873
887
|
canceledAt: Date | null;
|
|
874
888
|
canceledReason: string | null;
|
|
875
889
|
payoutId: string | null;
|
|
876
|
-
creditAmountCents: number;
|
|
877
|
-
debitAmountCents: number;
|
|
878
|
-
balanceCents: number;
|
|
879
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
880
|
-
transactionType: string;
|
|
881
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
882
890
|
createdBy?: string | {
|
|
883
891
|
id: string;
|
|
884
892
|
email: string;
|
|
@@ -914,6 +922,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
914
922
|
cmaId?: string | null | undefined;
|
|
915
923
|
buyerName?: string | null | undefined;
|
|
916
924
|
initialDepositStatus?: string | null | undefined;
|
|
925
|
+
copositSaleStatus?: string | null | undefined;
|
|
917
926
|
project?: {
|
|
918
927
|
id: string;
|
|
919
928
|
name: string;
|
|
@@ -963,6 +972,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
963
972
|
isCancelable?: boolean | null | undefined;
|
|
964
973
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
965
974
|
}, {
|
|
975
|
+
creditAmountCents: string | number | bigint;
|
|
976
|
+
debitAmountCents: string | number | bigint;
|
|
977
|
+
balanceCents: string | number | bigint;
|
|
978
|
+
inputType: string;
|
|
979
|
+
transactionType: string;
|
|
980
|
+
status: string;
|
|
966
981
|
id: string;
|
|
967
982
|
referenceId: string | null;
|
|
968
983
|
sequence: number;
|
|
@@ -983,12 +998,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
983
998
|
canceledAt: unknown;
|
|
984
999
|
canceledReason: string | null;
|
|
985
1000
|
payoutId: string | null;
|
|
986
|
-
creditAmountCents: string | number | bigint;
|
|
987
|
-
debitAmountCents: string | number | bigint;
|
|
988
|
-
balanceCents: string | number | bigint;
|
|
989
|
-
inputType: string;
|
|
990
|
-
transactionType: string;
|
|
991
|
-
status: string;
|
|
992
1001
|
createdBy?: string | {
|
|
993
1002
|
id: string;
|
|
994
1003
|
email: string;
|
|
@@ -1024,6 +1033,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1024
1033
|
buyerName?: string | null | undefined;
|
|
1025
1034
|
isCmaRequired?: boolean | undefined;
|
|
1026
1035
|
initialDepositStatus?: string | null | undefined;
|
|
1036
|
+
copositSaleStatus?: string | null | undefined;
|
|
1027
1037
|
project?: {
|
|
1028
1038
|
id: string;
|
|
1029
1039
|
name: string;
|
|
@@ -1062,6 +1072,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1062
1072
|
} & {
|
|
1063
1073
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1064
1074
|
sourceTransaction?: ({
|
|
1075
|
+
creditAmountCents: string | number | bigint;
|
|
1076
|
+
debitAmountCents: string | number | bigint;
|
|
1077
|
+
balanceCents: string | number | bigint;
|
|
1078
|
+
inputType: string;
|
|
1079
|
+
transactionType: string;
|
|
1080
|
+
status: string;
|
|
1065
1081
|
id: string;
|
|
1066
1082
|
referenceId: string | null;
|
|
1067
1083
|
sequence: number;
|
|
@@ -1082,12 +1098,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1082
1098
|
canceledAt: unknown;
|
|
1083
1099
|
canceledReason: string | null;
|
|
1084
1100
|
payoutId: string | null;
|
|
1085
|
-
creditAmountCents: string | number | bigint;
|
|
1086
|
-
debitAmountCents: string | number | bigint;
|
|
1087
|
-
balanceCents: string | number | bigint;
|
|
1088
|
-
inputType: string;
|
|
1089
|
-
transactionType: string;
|
|
1090
|
-
status: string;
|
|
1091
1101
|
createdBy?: string | {
|
|
1092
1102
|
id: string;
|
|
1093
1103
|
email: string;
|
|
@@ -1123,6 +1133,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1123
1133
|
buyerName?: string | null | undefined;
|
|
1124
1134
|
isCmaRequired?: boolean | undefined;
|
|
1125
1135
|
initialDepositStatus?: string | null | undefined;
|
|
1136
|
+
copositSaleStatus?: string | null | undefined;
|
|
1126
1137
|
project?: {
|
|
1127
1138
|
id: string;
|
|
1128
1139
|
name: string;
|
|
@@ -1160,6 +1171,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1160
1171
|
} | null | undefined;
|
|
1161
1172
|
} & /*elided*/ any) | null | undefined;
|
|
1162
1173
|
subsequentTransactions?: ({
|
|
1174
|
+
creditAmountCents: string | number | bigint;
|
|
1175
|
+
debitAmountCents: string | number | bigint;
|
|
1176
|
+
balanceCents: string | number | bigint;
|
|
1177
|
+
inputType: string;
|
|
1178
|
+
transactionType: string;
|
|
1179
|
+
status: string;
|
|
1163
1180
|
id: string;
|
|
1164
1181
|
referenceId: string | null;
|
|
1165
1182
|
sequence: number;
|
|
@@ -1180,12 +1197,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1180
1197
|
canceledAt: unknown;
|
|
1181
1198
|
canceledReason: string | null;
|
|
1182
1199
|
payoutId: string | null;
|
|
1183
|
-
creditAmountCents: string | number | bigint;
|
|
1184
|
-
debitAmountCents: string | number | bigint;
|
|
1185
|
-
balanceCents: string | number | bigint;
|
|
1186
|
-
inputType: string;
|
|
1187
|
-
transactionType: string;
|
|
1188
|
-
status: string;
|
|
1189
1200
|
createdBy?: string | {
|
|
1190
1201
|
id: string;
|
|
1191
1202
|
email: string;
|
|
@@ -1221,6 +1232,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1221
1232
|
buyerName?: string | null | undefined;
|
|
1222
1233
|
isCmaRequired?: boolean | undefined;
|
|
1223
1234
|
initialDepositStatus?: string | null | undefined;
|
|
1235
|
+
copositSaleStatus?: string | null | undefined;
|
|
1224
1236
|
project?: {
|
|
1225
1237
|
id: string;
|
|
1226
1238
|
name: string;
|
|
@@ -1262,6 +1274,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1262
1274
|
}>>>>>>;
|
|
1263
1275
|
unreconciledAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
1264
1276
|
unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
|
|
1277
|
+
creditAmountCents: number;
|
|
1278
|
+
debitAmountCents: number;
|
|
1279
|
+
balanceCents: number;
|
|
1280
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1281
|
+
transactionType: string;
|
|
1282
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1265
1283
|
id: string;
|
|
1266
1284
|
referenceId: string | null;
|
|
1267
1285
|
sequence: number;
|
|
@@ -1282,12 +1300,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1282
1300
|
canceledAt: Date | null;
|
|
1283
1301
|
canceledReason: string | null;
|
|
1284
1302
|
payoutId: string | null;
|
|
1285
|
-
creditAmountCents: number;
|
|
1286
|
-
debitAmountCents: number;
|
|
1287
|
-
balanceCents: number;
|
|
1288
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1289
|
-
transactionType: string;
|
|
1290
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1291
1303
|
createdBy?: string | {
|
|
1292
1304
|
id: string;
|
|
1293
1305
|
email: string;
|
|
@@ -1323,6 +1335,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1323
1335
|
cmaId?: string | null | undefined;
|
|
1324
1336
|
buyerName?: string | null | undefined;
|
|
1325
1337
|
initialDepositStatus?: string | null | undefined;
|
|
1338
|
+
copositSaleStatus?: string | null | undefined;
|
|
1326
1339
|
project?: {
|
|
1327
1340
|
id: string;
|
|
1328
1341
|
name: string;
|
|
@@ -1361,6 +1374,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1361
1374
|
} & {
|
|
1362
1375
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1363
1376
|
sourceTransaction?: ({
|
|
1377
|
+
creditAmountCents: number;
|
|
1378
|
+
debitAmountCents: number;
|
|
1379
|
+
balanceCents: number;
|
|
1380
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1381
|
+
transactionType: string;
|
|
1382
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1364
1383
|
id: string;
|
|
1365
1384
|
referenceId: string | null;
|
|
1366
1385
|
sequence: number;
|
|
@@ -1381,12 +1400,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1381
1400
|
canceledAt: Date | null;
|
|
1382
1401
|
canceledReason: string | null;
|
|
1383
1402
|
payoutId: string | null;
|
|
1384
|
-
creditAmountCents: number;
|
|
1385
|
-
debitAmountCents: number;
|
|
1386
|
-
balanceCents: number;
|
|
1387
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1388
|
-
transactionType: string;
|
|
1389
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1390
1403
|
createdBy?: string | {
|
|
1391
1404
|
id: string;
|
|
1392
1405
|
email: string;
|
|
@@ -1422,6 +1435,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1422
1435
|
cmaId?: string | null | undefined;
|
|
1423
1436
|
buyerName?: string | null | undefined;
|
|
1424
1437
|
initialDepositStatus?: string | null | undefined;
|
|
1438
|
+
copositSaleStatus?: string | null | undefined;
|
|
1425
1439
|
project?: {
|
|
1426
1440
|
id: string;
|
|
1427
1441
|
name: string;
|
|
@@ -1459,6 +1473,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1459
1473
|
} | null | undefined;
|
|
1460
1474
|
} & /*elided*/ any) | null | undefined;
|
|
1461
1475
|
subsequentTransactions?: ({
|
|
1476
|
+
creditAmountCents: number;
|
|
1477
|
+
debitAmountCents: number;
|
|
1478
|
+
balanceCents: number;
|
|
1479
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1480
|
+
transactionType: string;
|
|
1481
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1462
1482
|
id: string;
|
|
1463
1483
|
referenceId: string | null;
|
|
1464
1484
|
sequence: number;
|
|
@@ -1479,12 +1499,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1479
1499
|
canceledAt: Date | null;
|
|
1480
1500
|
canceledReason: string | null;
|
|
1481
1501
|
payoutId: string | null;
|
|
1482
|
-
creditAmountCents: number;
|
|
1483
|
-
debitAmountCents: number;
|
|
1484
|
-
balanceCents: number;
|
|
1485
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1486
|
-
transactionType: string;
|
|
1487
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1488
1502
|
createdBy?: string | {
|
|
1489
1503
|
id: string;
|
|
1490
1504
|
email: string;
|
|
@@ -1520,6 +1534,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1520
1534
|
cmaId?: string | null | undefined;
|
|
1521
1535
|
buyerName?: string | null | undefined;
|
|
1522
1536
|
initialDepositStatus?: string | null | undefined;
|
|
1537
|
+
copositSaleStatus?: string | null | undefined;
|
|
1523
1538
|
project?: {
|
|
1524
1539
|
id: string;
|
|
1525
1540
|
name: string;
|
|
@@ -1569,6 +1584,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1569
1584
|
isCancelable?: boolean | null | undefined;
|
|
1570
1585
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1571
1586
|
}, {
|
|
1587
|
+
creditAmountCents: string | number | bigint;
|
|
1588
|
+
debitAmountCents: string | number | bigint;
|
|
1589
|
+
balanceCents: string | number | bigint;
|
|
1590
|
+
inputType: string;
|
|
1591
|
+
transactionType: string;
|
|
1592
|
+
status: string;
|
|
1572
1593
|
id: string;
|
|
1573
1594
|
referenceId: string | null;
|
|
1574
1595
|
sequence: number;
|
|
@@ -1589,12 +1610,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1589
1610
|
canceledAt: unknown;
|
|
1590
1611
|
canceledReason: string | null;
|
|
1591
1612
|
payoutId: string | null;
|
|
1592
|
-
creditAmountCents: string | number | bigint;
|
|
1593
|
-
debitAmountCents: string | number | bigint;
|
|
1594
|
-
balanceCents: string | number | bigint;
|
|
1595
|
-
inputType: string;
|
|
1596
|
-
transactionType: string;
|
|
1597
|
-
status: string;
|
|
1598
1613
|
createdBy?: string | {
|
|
1599
1614
|
id: string;
|
|
1600
1615
|
email: string;
|
|
@@ -1630,6 +1645,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1630
1645
|
buyerName?: string | null | undefined;
|
|
1631
1646
|
isCmaRequired?: boolean | undefined;
|
|
1632
1647
|
initialDepositStatus?: string | null | undefined;
|
|
1648
|
+
copositSaleStatus?: string | null | undefined;
|
|
1633
1649
|
project?: {
|
|
1634
1650
|
id: string;
|
|
1635
1651
|
name: string;
|
|
@@ -1668,6 +1684,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1668
1684
|
} & {
|
|
1669
1685
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1670
1686
|
sourceTransaction?: ({
|
|
1687
|
+
creditAmountCents: string | number | bigint;
|
|
1688
|
+
debitAmountCents: string | number | bigint;
|
|
1689
|
+
balanceCents: string | number | bigint;
|
|
1690
|
+
inputType: string;
|
|
1691
|
+
transactionType: string;
|
|
1692
|
+
status: string;
|
|
1671
1693
|
id: string;
|
|
1672
1694
|
referenceId: string | null;
|
|
1673
1695
|
sequence: number;
|
|
@@ -1688,12 +1710,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1688
1710
|
canceledAt: unknown;
|
|
1689
1711
|
canceledReason: string | null;
|
|
1690
1712
|
payoutId: string | null;
|
|
1691
|
-
creditAmountCents: string | number | bigint;
|
|
1692
|
-
debitAmountCents: string | number | bigint;
|
|
1693
|
-
balanceCents: string | number | bigint;
|
|
1694
|
-
inputType: string;
|
|
1695
|
-
transactionType: string;
|
|
1696
|
-
status: string;
|
|
1697
1713
|
createdBy?: string | {
|
|
1698
1714
|
id: string;
|
|
1699
1715
|
email: string;
|
|
@@ -1729,6 +1745,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1729
1745
|
buyerName?: string | null | undefined;
|
|
1730
1746
|
isCmaRequired?: boolean | undefined;
|
|
1731
1747
|
initialDepositStatus?: string | null | undefined;
|
|
1748
|
+
copositSaleStatus?: string | null | undefined;
|
|
1732
1749
|
project?: {
|
|
1733
1750
|
id: string;
|
|
1734
1751
|
name: string;
|
|
@@ -1766,6 +1783,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1766
1783
|
} | null | undefined;
|
|
1767
1784
|
} & /*elided*/ any) | null | undefined;
|
|
1768
1785
|
subsequentTransactions?: ({
|
|
1786
|
+
creditAmountCents: string | number | bigint;
|
|
1787
|
+
debitAmountCents: string | number | bigint;
|
|
1788
|
+
balanceCents: string | number | bigint;
|
|
1789
|
+
inputType: string;
|
|
1790
|
+
transactionType: string;
|
|
1791
|
+
status: string;
|
|
1769
1792
|
id: string;
|
|
1770
1793
|
referenceId: string | null;
|
|
1771
1794
|
sequence: number;
|
|
@@ -1786,12 +1809,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1786
1809
|
canceledAt: unknown;
|
|
1787
1810
|
canceledReason: string | null;
|
|
1788
1811
|
payoutId: string | null;
|
|
1789
|
-
creditAmountCents: string | number | bigint;
|
|
1790
|
-
debitAmountCents: string | number | bigint;
|
|
1791
|
-
balanceCents: string | number | bigint;
|
|
1792
|
-
inputType: string;
|
|
1793
|
-
transactionType: string;
|
|
1794
|
-
status: string;
|
|
1795
1812
|
createdBy?: string | {
|
|
1796
1813
|
id: string;
|
|
1797
1814
|
email: string;
|
|
@@ -1827,6 +1844,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1827
1844
|
buyerName?: string | null | undefined;
|
|
1828
1845
|
isCmaRequired?: boolean | undefined;
|
|
1829
1846
|
initialDepositStatus?: string | null | undefined;
|
|
1847
|
+
copositSaleStatus?: string | null | undefined;
|
|
1830
1848
|
project?: {
|
|
1831
1849
|
id: string;
|
|
1832
1850
|
name: string;
|
|
@@ -1866,6 +1884,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1866
1884
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1867
1885
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1868
1886
|
}, z.core.$ZodTypeInternals<{
|
|
1887
|
+
creditAmountCents: number;
|
|
1888
|
+
debitAmountCents: number;
|
|
1889
|
+
balanceCents: number;
|
|
1890
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1891
|
+
transactionType: string;
|
|
1892
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1869
1893
|
id: string;
|
|
1870
1894
|
referenceId: string | null;
|
|
1871
1895
|
sequence: number;
|
|
@@ -1886,12 +1910,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1886
1910
|
canceledAt: Date | null;
|
|
1887
1911
|
canceledReason: string | null;
|
|
1888
1912
|
payoutId: string | null;
|
|
1889
|
-
creditAmountCents: number;
|
|
1890
|
-
debitAmountCents: number;
|
|
1891
|
-
balanceCents: number;
|
|
1892
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1893
|
-
transactionType: string;
|
|
1894
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1895
1913
|
createdBy?: string | {
|
|
1896
1914
|
id: string;
|
|
1897
1915
|
email: string;
|
|
@@ -1927,6 +1945,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1927
1945
|
cmaId?: string | null | undefined;
|
|
1928
1946
|
buyerName?: string | null | undefined;
|
|
1929
1947
|
initialDepositStatus?: string | null | undefined;
|
|
1948
|
+
copositSaleStatus?: string | null | undefined;
|
|
1930
1949
|
project?: {
|
|
1931
1950
|
id: string;
|
|
1932
1951
|
name: string;
|
|
@@ -1965,6 +1984,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1965
1984
|
} & {
|
|
1966
1985
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1967
1986
|
sourceTransaction?: ({
|
|
1987
|
+
creditAmountCents: number;
|
|
1988
|
+
debitAmountCents: number;
|
|
1989
|
+
balanceCents: number;
|
|
1990
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1991
|
+
transactionType: string;
|
|
1992
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1968
1993
|
id: string;
|
|
1969
1994
|
referenceId: string | null;
|
|
1970
1995
|
sequence: number;
|
|
@@ -1985,12 +2010,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1985
2010
|
canceledAt: Date | null;
|
|
1986
2011
|
canceledReason: string | null;
|
|
1987
2012
|
payoutId: string | null;
|
|
1988
|
-
creditAmountCents: number;
|
|
1989
|
-
debitAmountCents: number;
|
|
1990
|
-
balanceCents: number;
|
|
1991
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1992
|
-
transactionType: string;
|
|
1993
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1994
2013
|
createdBy?: string | {
|
|
1995
2014
|
id: string;
|
|
1996
2015
|
email: string;
|
|
@@ -2026,6 +2045,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2026
2045
|
cmaId?: string | null | undefined;
|
|
2027
2046
|
buyerName?: string | null | undefined;
|
|
2028
2047
|
initialDepositStatus?: string | null | undefined;
|
|
2048
|
+
copositSaleStatus?: string | null | undefined;
|
|
2029
2049
|
project?: {
|
|
2030
2050
|
id: string;
|
|
2031
2051
|
name: string;
|
|
@@ -2063,6 +2083,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2063
2083
|
} | null | undefined;
|
|
2064
2084
|
} & /*elided*/ any) | null | undefined;
|
|
2065
2085
|
subsequentTransactions?: ({
|
|
2086
|
+
creditAmountCents: number;
|
|
2087
|
+
debitAmountCents: number;
|
|
2088
|
+
balanceCents: number;
|
|
2089
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
2090
|
+
transactionType: string;
|
|
2091
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2066
2092
|
id: string;
|
|
2067
2093
|
referenceId: string | null;
|
|
2068
2094
|
sequence: number;
|
|
@@ -2083,12 +2109,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2083
2109
|
canceledAt: Date | null;
|
|
2084
2110
|
canceledReason: string | null;
|
|
2085
2111
|
payoutId: string | null;
|
|
2086
|
-
creditAmountCents: number;
|
|
2087
|
-
debitAmountCents: number;
|
|
2088
|
-
balanceCents: number;
|
|
2089
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2090
|
-
transactionType: string;
|
|
2091
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2092
2112
|
createdBy?: string | {
|
|
2093
2113
|
id: string;
|
|
2094
2114
|
email: string;
|
|
@@ -2124,6 +2144,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2124
2144
|
cmaId?: string | null | undefined;
|
|
2125
2145
|
buyerName?: string | null | undefined;
|
|
2126
2146
|
initialDepositStatus?: string | null | undefined;
|
|
2147
|
+
copositSaleStatus?: string | null | undefined;
|
|
2127
2148
|
project?: {
|
|
2128
2149
|
id: string;
|
|
2129
2150
|
name: string;
|
|
@@ -2173,6 +2194,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2173
2194
|
isCancelable?: boolean | null | undefined;
|
|
2174
2195
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2175
2196
|
}, {
|
|
2197
|
+
creditAmountCents: string | number | bigint;
|
|
2198
|
+
debitAmountCents: string | number | bigint;
|
|
2199
|
+
balanceCents: string | number | bigint;
|
|
2200
|
+
inputType: string;
|
|
2201
|
+
transactionType: string;
|
|
2202
|
+
status: string;
|
|
2176
2203
|
id: string;
|
|
2177
2204
|
referenceId: string | null;
|
|
2178
2205
|
sequence: number;
|
|
@@ -2193,12 +2220,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2193
2220
|
canceledAt: unknown;
|
|
2194
2221
|
canceledReason: string | null;
|
|
2195
2222
|
payoutId: string | null;
|
|
2196
|
-
creditAmountCents: string | number | bigint;
|
|
2197
|
-
debitAmountCents: string | number | bigint;
|
|
2198
|
-
balanceCents: string | number | bigint;
|
|
2199
|
-
inputType: string;
|
|
2200
|
-
transactionType: string;
|
|
2201
|
-
status: string;
|
|
2202
2223
|
createdBy?: string | {
|
|
2203
2224
|
id: string;
|
|
2204
2225
|
email: string;
|
|
@@ -2234,6 +2255,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2234
2255
|
buyerName?: string | null | undefined;
|
|
2235
2256
|
isCmaRequired?: boolean | undefined;
|
|
2236
2257
|
initialDepositStatus?: string | null | undefined;
|
|
2258
|
+
copositSaleStatus?: string | null | undefined;
|
|
2237
2259
|
project?: {
|
|
2238
2260
|
id: string;
|
|
2239
2261
|
name: string;
|
|
@@ -2272,6 +2294,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2272
2294
|
} & {
|
|
2273
2295
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
2274
2296
|
sourceTransaction?: ({
|
|
2297
|
+
creditAmountCents: string | number | bigint;
|
|
2298
|
+
debitAmountCents: string | number | bigint;
|
|
2299
|
+
balanceCents: string | number | bigint;
|
|
2300
|
+
inputType: string;
|
|
2301
|
+
transactionType: string;
|
|
2302
|
+
status: string;
|
|
2275
2303
|
id: string;
|
|
2276
2304
|
referenceId: string | null;
|
|
2277
2305
|
sequence: number;
|
|
@@ -2292,12 +2320,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2292
2320
|
canceledAt: unknown;
|
|
2293
2321
|
canceledReason: string | null;
|
|
2294
2322
|
payoutId: string | null;
|
|
2295
|
-
creditAmountCents: string | number | bigint;
|
|
2296
|
-
debitAmountCents: string | number | bigint;
|
|
2297
|
-
balanceCents: string | number | bigint;
|
|
2298
|
-
inputType: string;
|
|
2299
|
-
transactionType: string;
|
|
2300
|
-
status: string;
|
|
2301
2323
|
createdBy?: string | {
|
|
2302
2324
|
id: string;
|
|
2303
2325
|
email: string;
|
|
@@ -2333,6 +2355,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2333
2355
|
buyerName?: string | null | undefined;
|
|
2334
2356
|
isCmaRequired?: boolean | undefined;
|
|
2335
2357
|
initialDepositStatus?: string | null | undefined;
|
|
2358
|
+
copositSaleStatus?: string | null | undefined;
|
|
2336
2359
|
project?: {
|
|
2337
2360
|
id: string;
|
|
2338
2361
|
name: string;
|
|
@@ -2370,6 +2393,12 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2370
2393
|
} | null | undefined;
|
|
2371
2394
|
} & /*elided*/ any) | null | undefined;
|
|
2372
2395
|
subsequentTransactions?: ({
|
|
2396
|
+
creditAmountCents: string | number | bigint;
|
|
2397
|
+
debitAmountCents: string | number | bigint;
|
|
2398
|
+
balanceCents: string | number | bigint;
|
|
2399
|
+
inputType: string;
|
|
2400
|
+
transactionType: string;
|
|
2401
|
+
status: string;
|
|
2373
2402
|
id: string;
|
|
2374
2403
|
referenceId: string | null;
|
|
2375
2404
|
sequence: number;
|
|
@@ -2390,12 +2419,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2390
2419
|
canceledAt: unknown;
|
|
2391
2420
|
canceledReason: string | null;
|
|
2392
2421
|
payoutId: string | null;
|
|
2393
|
-
creditAmountCents: string | number | bigint;
|
|
2394
|
-
debitAmountCents: string | number | bigint;
|
|
2395
|
-
balanceCents: string | number | bigint;
|
|
2396
|
-
inputType: string;
|
|
2397
|
-
transactionType: string;
|
|
2398
|
-
status: string;
|
|
2399
2422
|
createdBy?: string | {
|
|
2400
2423
|
id: string;
|
|
2401
2424
|
email: string;
|
|
@@ -2431,6 +2454,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2431
2454
|
buyerName?: string | null | undefined;
|
|
2432
2455
|
isCmaRequired?: boolean | undefined;
|
|
2433
2456
|
initialDepositStatus?: string | null | undefined;
|
|
2457
|
+
copositSaleStatus?: string | null | undefined;
|
|
2434
2458
|
project?: {
|
|
2435
2459
|
id: string;
|
|
2436
2460
|
name: string;
|