@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/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts
CHANGED
|
@@ -15,6 +15,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
15
15
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
16
16
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
17
17
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
18
|
+
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
19
|
+
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
20
|
+
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
18
21
|
id: z.ZodOptional<z.ZodUUID>;
|
|
19
22
|
customerId: z.ZodOptional<z.ZodString>;
|
|
20
23
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -28,15 +31,19 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
28
31
|
mtaId: z.ZodOptional<z.ZodString>;
|
|
29
32
|
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
30
33
|
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
34
|
+
copositSaleStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
31
35
|
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
32
36
|
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
33
37
|
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
34
38
|
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
35
|
-
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
36
|
-
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
37
|
-
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
38
39
|
}, z.core.$strip>>>>;
|
|
39
40
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
41
|
+
creditAmountCents: number;
|
|
42
|
+
debitAmountCents: number;
|
|
43
|
+
balanceCents: number;
|
|
44
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
45
|
+
transactionType: string;
|
|
46
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
40
47
|
id: string;
|
|
41
48
|
referenceId: string | null;
|
|
42
49
|
sequence: number;
|
|
@@ -57,12 +64,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
57
64
|
canceledAt: Date | null;
|
|
58
65
|
canceledReason: string | null;
|
|
59
66
|
payoutId: string | null;
|
|
60
|
-
creditAmountCents: number;
|
|
61
|
-
debitAmountCents: number;
|
|
62
|
-
balanceCents: number;
|
|
63
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
64
|
-
transactionType: string;
|
|
65
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
66
67
|
createdBy?: string | {
|
|
67
68
|
id: string;
|
|
68
69
|
email: string;
|
|
@@ -98,6 +99,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
98
99
|
cmaId?: string | null | undefined;
|
|
99
100
|
buyerName?: string | null | undefined;
|
|
100
101
|
initialDepositStatus?: string | null | undefined;
|
|
102
|
+
copositSaleStatus?: string | null | undefined;
|
|
101
103
|
project?: {
|
|
102
104
|
id: string;
|
|
103
105
|
name: string;
|
|
@@ -136,6 +138,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
136
138
|
} & {
|
|
137
139
|
mta?: z.output<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
138
140
|
sourceTransaction?: ({
|
|
141
|
+
creditAmountCents: number;
|
|
142
|
+
debitAmountCents: number;
|
|
143
|
+
balanceCents: number;
|
|
144
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
145
|
+
transactionType: string;
|
|
146
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
139
147
|
id: string;
|
|
140
148
|
referenceId: string | null;
|
|
141
149
|
sequence: number;
|
|
@@ -156,12 +164,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
156
164
|
canceledAt: Date | null;
|
|
157
165
|
canceledReason: string | null;
|
|
158
166
|
payoutId: string | null;
|
|
159
|
-
creditAmountCents: number;
|
|
160
|
-
debitAmountCents: number;
|
|
161
|
-
balanceCents: number;
|
|
162
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
163
|
-
transactionType: string;
|
|
164
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
165
167
|
createdBy?: string | {
|
|
166
168
|
id: string;
|
|
167
169
|
email: string;
|
|
@@ -197,6 +199,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
197
199
|
cmaId?: string | null | undefined;
|
|
198
200
|
buyerName?: string | null | undefined;
|
|
199
201
|
initialDepositStatus?: string | null | undefined;
|
|
202
|
+
copositSaleStatus?: string | null | undefined;
|
|
200
203
|
project?: {
|
|
201
204
|
id: string;
|
|
202
205
|
name: string;
|
|
@@ -234,6 +237,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
234
237
|
} | null | undefined;
|
|
235
238
|
} & /*elided*/ any) | null | undefined;
|
|
236
239
|
subsequentTransactions?: ({
|
|
240
|
+
creditAmountCents: number;
|
|
241
|
+
debitAmountCents: number;
|
|
242
|
+
balanceCents: number;
|
|
243
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
244
|
+
transactionType: string;
|
|
245
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
237
246
|
id: string;
|
|
238
247
|
referenceId: string | null;
|
|
239
248
|
sequence: number;
|
|
@@ -254,12 +263,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
254
263
|
canceledAt: Date | null;
|
|
255
264
|
canceledReason: string | null;
|
|
256
265
|
payoutId: string | null;
|
|
257
|
-
creditAmountCents: number;
|
|
258
|
-
debitAmountCents: number;
|
|
259
|
-
balanceCents: number;
|
|
260
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
261
|
-
transactionType: string;
|
|
262
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
263
266
|
createdBy?: string | {
|
|
264
267
|
id: string;
|
|
265
268
|
email: string;
|
|
@@ -295,6 +298,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
295
298
|
cmaId?: string | null | undefined;
|
|
296
299
|
buyerName?: string | null | undefined;
|
|
297
300
|
initialDepositStatus?: string | null | undefined;
|
|
301
|
+
copositSaleStatus?: string | null | undefined;
|
|
298
302
|
project?: {
|
|
299
303
|
id: string;
|
|
300
304
|
name: string;
|
|
@@ -344,6 +348,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
344
348
|
isCancelable?: boolean | null | undefined;
|
|
345
349
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
346
350
|
}, {
|
|
351
|
+
creditAmountCents: string | number | bigint;
|
|
352
|
+
debitAmountCents: string | number | bigint;
|
|
353
|
+
balanceCents: string | number | bigint;
|
|
354
|
+
inputType: string;
|
|
355
|
+
transactionType: string;
|
|
356
|
+
status: string;
|
|
347
357
|
id: string;
|
|
348
358
|
referenceId: string | null;
|
|
349
359
|
sequence: number;
|
|
@@ -364,12 +374,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
364
374
|
canceledAt: unknown;
|
|
365
375
|
canceledReason: string | null;
|
|
366
376
|
payoutId: string | null;
|
|
367
|
-
creditAmountCents: string | number | bigint;
|
|
368
|
-
debitAmountCents: string | number | bigint;
|
|
369
|
-
balanceCents: string | number | bigint;
|
|
370
|
-
inputType: string;
|
|
371
|
-
transactionType: string;
|
|
372
|
-
status: string;
|
|
373
377
|
createdBy?: string | {
|
|
374
378
|
id: string;
|
|
375
379
|
email: string;
|
|
@@ -405,6 +409,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
405
409
|
buyerName?: string | null | undefined;
|
|
406
410
|
isCmaRequired?: boolean | undefined;
|
|
407
411
|
initialDepositStatus?: string | null | undefined;
|
|
412
|
+
copositSaleStatus?: string | null | undefined;
|
|
408
413
|
project?: {
|
|
409
414
|
id: string;
|
|
410
415
|
name: string;
|
|
@@ -443,6 +448,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
443
448
|
} & {
|
|
444
449
|
mta?: z.input<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
445
450
|
sourceTransaction?: ({
|
|
451
|
+
creditAmountCents: string | number | bigint;
|
|
452
|
+
debitAmountCents: string | number | bigint;
|
|
453
|
+
balanceCents: string | number | bigint;
|
|
454
|
+
inputType: string;
|
|
455
|
+
transactionType: string;
|
|
456
|
+
status: string;
|
|
446
457
|
id: string;
|
|
447
458
|
referenceId: string | null;
|
|
448
459
|
sequence: number;
|
|
@@ -463,12 +474,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
463
474
|
canceledAt: unknown;
|
|
464
475
|
canceledReason: string | null;
|
|
465
476
|
payoutId: string | null;
|
|
466
|
-
creditAmountCents: string | number | bigint;
|
|
467
|
-
debitAmountCents: string | number | bigint;
|
|
468
|
-
balanceCents: string | number | bigint;
|
|
469
|
-
inputType: string;
|
|
470
|
-
transactionType: string;
|
|
471
|
-
status: string;
|
|
472
477
|
createdBy?: string | {
|
|
473
478
|
id: string;
|
|
474
479
|
email: string;
|
|
@@ -504,6 +509,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
504
509
|
buyerName?: string | null | undefined;
|
|
505
510
|
isCmaRequired?: boolean | undefined;
|
|
506
511
|
initialDepositStatus?: string | null | undefined;
|
|
512
|
+
copositSaleStatus?: string | null | undefined;
|
|
507
513
|
project?: {
|
|
508
514
|
id: string;
|
|
509
515
|
name: string;
|
|
@@ -541,6 +547,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
541
547
|
} | null | undefined;
|
|
542
548
|
} & /*elided*/ any) | null | undefined;
|
|
543
549
|
subsequentTransactions?: ({
|
|
550
|
+
creditAmountCents: string | number | bigint;
|
|
551
|
+
debitAmountCents: string | number | bigint;
|
|
552
|
+
balanceCents: string | number | bigint;
|
|
553
|
+
inputType: string;
|
|
554
|
+
transactionType: string;
|
|
555
|
+
status: string;
|
|
544
556
|
id: string;
|
|
545
557
|
referenceId: string | null;
|
|
546
558
|
sequence: number;
|
|
@@ -561,12 +573,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
561
573
|
canceledAt: unknown;
|
|
562
574
|
canceledReason: string | null;
|
|
563
575
|
payoutId: string | null;
|
|
564
|
-
creditAmountCents: string | number | bigint;
|
|
565
|
-
debitAmountCents: string | number | bigint;
|
|
566
|
-
balanceCents: string | number | bigint;
|
|
567
|
-
inputType: string;
|
|
568
|
-
transactionType: string;
|
|
569
|
-
status: string;
|
|
570
576
|
createdBy?: string | {
|
|
571
577
|
id: string;
|
|
572
578
|
email: string;
|
|
@@ -602,6 +608,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
602
608
|
buyerName?: string | null | undefined;
|
|
603
609
|
isCmaRequired?: boolean | undefined;
|
|
604
610
|
initialDepositStatus?: string | null | undefined;
|
|
611
|
+
copositSaleStatus?: string | null | undefined;
|
|
605
612
|
project?: {
|
|
606
613
|
id: string;
|
|
607
614
|
name: string;
|
|
@@ -641,6 +648,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
641
648
|
reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
642
649
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
643
650
|
}, z.core.$ZodTypeInternals<{
|
|
651
|
+
creditAmountCents: number;
|
|
652
|
+
debitAmountCents: number;
|
|
653
|
+
balanceCents: number;
|
|
654
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
655
|
+
transactionType: string;
|
|
656
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
644
657
|
id: string;
|
|
645
658
|
referenceId: string | null;
|
|
646
659
|
sequence: number;
|
|
@@ -661,12 +674,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
661
674
|
canceledAt: Date | null;
|
|
662
675
|
canceledReason: string | null;
|
|
663
676
|
payoutId: string | null;
|
|
664
|
-
creditAmountCents: number;
|
|
665
|
-
debitAmountCents: number;
|
|
666
|
-
balanceCents: number;
|
|
667
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
668
|
-
transactionType: string;
|
|
669
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
670
677
|
createdBy?: string | {
|
|
671
678
|
id: string;
|
|
672
679
|
email: string;
|
|
@@ -702,6 +709,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
702
709
|
cmaId?: string | null | undefined;
|
|
703
710
|
buyerName?: string | null | undefined;
|
|
704
711
|
initialDepositStatus?: string | null | undefined;
|
|
712
|
+
copositSaleStatus?: string | null | undefined;
|
|
705
713
|
project?: {
|
|
706
714
|
id: string;
|
|
707
715
|
name: string;
|
|
@@ -740,6 +748,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
740
748
|
} & {
|
|
741
749
|
mta?: z.output<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
742
750
|
sourceTransaction?: ({
|
|
751
|
+
creditAmountCents: number;
|
|
752
|
+
debitAmountCents: number;
|
|
753
|
+
balanceCents: number;
|
|
754
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
755
|
+
transactionType: string;
|
|
756
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
743
757
|
id: string;
|
|
744
758
|
referenceId: string | null;
|
|
745
759
|
sequence: number;
|
|
@@ -760,12 +774,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
760
774
|
canceledAt: Date | null;
|
|
761
775
|
canceledReason: string | null;
|
|
762
776
|
payoutId: string | null;
|
|
763
|
-
creditAmountCents: number;
|
|
764
|
-
debitAmountCents: number;
|
|
765
|
-
balanceCents: number;
|
|
766
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
767
|
-
transactionType: string;
|
|
768
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
769
777
|
createdBy?: string | {
|
|
770
778
|
id: string;
|
|
771
779
|
email: string;
|
|
@@ -801,6 +809,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
801
809
|
cmaId?: string | null | undefined;
|
|
802
810
|
buyerName?: string | null | undefined;
|
|
803
811
|
initialDepositStatus?: string | null | undefined;
|
|
812
|
+
copositSaleStatus?: string | null | undefined;
|
|
804
813
|
project?: {
|
|
805
814
|
id: string;
|
|
806
815
|
name: string;
|
|
@@ -838,6 +847,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
838
847
|
} | null | undefined;
|
|
839
848
|
} & /*elided*/ any) | null | undefined;
|
|
840
849
|
subsequentTransactions?: ({
|
|
850
|
+
creditAmountCents: number;
|
|
851
|
+
debitAmountCents: number;
|
|
852
|
+
balanceCents: number;
|
|
853
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
854
|
+
transactionType: string;
|
|
855
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
841
856
|
id: string;
|
|
842
857
|
referenceId: string | null;
|
|
843
858
|
sequence: number;
|
|
@@ -858,12 +873,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
858
873
|
canceledAt: Date | null;
|
|
859
874
|
canceledReason: string | null;
|
|
860
875
|
payoutId: string | null;
|
|
861
|
-
creditAmountCents: number;
|
|
862
|
-
debitAmountCents: number;
|
|
863
|
-
balanceCents: number;
|
|
864
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
865
|
-
transactionType: string;
|
|
866
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
867
876
|
createdBy?: string | {
|
|
868
877
|
id: string;
|
|
869
878
|
email: string;
|
|
@@ -899,6 +908,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
899
908
|
cmaId?: string | null | undefined;
|
|
900
909
|
buyerName?: string | null | undefined;
|
|
901
910
|
initialDepositStatus?: string | null | undefined;
|
|
911
|
+
copositSaleStatus?: string | null | undefined;
|
|
902
912
|
project?: {
|
|
903
913
|
id: string;
|
|
904
914
|
name: string;
|
|
@@ -948,6 +958,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
948
958
|
isCancelable?: boolean | null | undefined;
|
|
949
959
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
950
960
|
}, {
|
|
961
|
+
creditAmountCents: string | number | bigint;
|
|
962
|
+
debitAmountCents: string | number | bigint;
|
|
963
|
+
balanceCents: string | number | bigint;
|
|
964
|
+
inputType: string;
|
|
965
|
+
transactionType: string;
|
|
966
|
+
status: string;
|
|
951
967
|
id: string;
|
|
952
968
|
referenceId: string | null;
|
|
953
969
|
sequence: number;
|
|
@@ -968,12 +984,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
968
984
|
canceledAt: unknown;
|
|
969
985
|
canceledReason: string | null;
|
|
970
986
|
payoutId: string | null;
|
|
971
|
-
creditAmountCents: string | number | bigint;
|
|
972
|
-
debitAmountCents: string | number | bigint;
|
|
973
|
-
balanceCents: string | number | bigint;
|
|
974
|
-
inputType: string;
|
|
975
|
-
transactionType: string;
|
|
976
|
-
status: string;
|
|
977
987
|
createdBy?: string | {
|
|
978
988
|
id: string;
|
|
979
989
|
email: string;
|
|
@@ -1009,6 +1019,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1009
1019
|
buyerName?: string | null | undefined;
|
|
1010
1020
|
isCmaRequired?: boolean | undefined;
|
|
1011
1021
|
initialDepositStatus?: string | null | undefined;
|
|
1022
|
+
copositSaleStatus?: string | null | undefined;
|
|
1012
1023
|
project?: {
|
|
1013
1024
|
id: string;
|
|
1014
1025
|
name: string;
|
|
@@ -1047,6 +1058,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1047
1058
|
} & {
|
|
1048
1059
|
mta?: z.input<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
1049
1060
|
sourceTransaction?: ({
|
|
1061
|
+
creditAmountCents: string | number | bigint;
|
|
1062
|
+
debitAmountCents: string | number | bigint;
|
|
1063
|
+
balanceCents: string | number | bigint;
|
|
1064
|
+
inputType: string;
|
|
1065
|
+
transactionType: string;
|
|
1066
|
+
status: string;
|
|
1050
1067
|
id: string;
|
|
1051
1068
|
referenceId: string | null;
|
|
1052
1069
|
sequence: number;
|
|
@@ -1067,12 +1084,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1067
1084
|
canceledAt: unknown;
|
|
1068
1085
|
canceledReason: string | null;
|
|
1069
1086
|
payoutId: string | null;
|
|
1070
|
-
creditAmountCents: string | number | bigint;
|
|
1071
|
-
debitAmountCents: string | number | bigint;
|
|
1072
|
-
balanceCents: string | number | bigint;
|
|
1073
|
-
inputType: string;
|
|
1074
|
-
transactionType: string;
|
|
1075
|
-
status: string;
|
|
1076
1087
|
createdBy?: string | {
|
|
1077
1088
|
id: string;
|
|
1078
1089
|
email: string;
|
|
@@ -1108,6 +1119,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1108
1119
|
buyerName?: string | null | undefined;
|
|
1109
1120
|
isCmaRequired?: boolean | undefined;
|
|
1110
1121
|
initialDepositStatus?: string | null | undefined;
|
|
1122
|
+
copositSaleStatus?: string | null | undefined;
|
|
1111
1123
|
project?: {
|
|
1112
1124
|
id: string;
|
|
1113
1125
|
name: string;
|
|
@@ -1145,6 +1157,12 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1145
1157
|
} | null | undefined;
|
|
1146
1158
|
} & /*elided*/ any) | null | undefined;
|
|
1147
1159
|
subsequentTransactions?: ({
|
|
1160
|
+
creditAmountCents: string | number | bigint;
|
|
1161
|
+
debitAmountCents: string | number | bigint;
|
|
1162
|
+
balanceCents: string | number | bigint;
|
|
1163
|
+
inputType: string;
|
|
1164
|
+
transactionType: string;
|
|
1165
|
+
status: string;
|
|
1148
1166
|
id: string;
|
|
1149
1167
|
referenceId: string | null;
|
|
1150
1168
|
sequence: number;
|
|
@@ -1165,12 +1183,6 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1165
1183
|
canceledAt: unknown;
|
|
1166
1184
|
canceledReason: string | null;
|
|
1167
1185
|
payoutId: string | null;
|
|
1168
|
-
creditAmountCents: string | number | bigint;
|
|
1169
|
-
debitAmountCents: string | number | bigint;
|
|
1170
|
-
balanceCents: string | number | bigint;
|
|
1171
|
-
inputType: string;
|
|
1172
|
-
transactionType: string;
|
|
1173
|
-
status: string;
|
|
1174
1186
|
createdBy?: string | {
|
|
1175
1187
|
id: string;
|
|
1176
1188
|
email: string;
|
|
@@ -1206,6 +1218,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1206
1218
|
buyerName?: string | null | undefined;
|
|
1207
1219
|
isCmaRequired?: boolean | undefined;
|
|
1208
1220
|
initialDepositStatus?: string | null | undefined;
|
|
1221
|
+
copositSaleStatus?: string | null | undefined;
|
|
1209
1222
|
project?: {
|
|
1210
1223
|
id: string;
|
|
1211
1224
|
name: string;
|
|
@@ -1306,6 +1319,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1306
1319
|
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
1307
1320
|
stage: z.ZodString;
|
|
1308
1321
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1322
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1309
1323
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1310
1324
|
id: z.ZodString;
|
|
1311
1325
|
name: z.ZodString;
|
|
@@ -1402,6 +1416,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1402
1416
|
cmaId?: string | null | undefined;
|
|
1403
1417
|
buyerName?: string | null | undefined;
|
|
1404
1418
|
initialDepositStatus?: string | null | undefined;
|
|
1419
|
+
copositSaleStatus?: string | null | undefined;
|
|
1405
1420
|
project?: {
|
|
1406
1421
|
id: string;
|
|
1407
1422
|
name: string;
|
|
@@ -1500,6 +1515,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1500
1515
|
cmaId?: string | null | undefined;
|
|
1501
1516
|
buyerName?: string | null | undefined;
|
|
1502
1517
|
initialDepositStatus?: string | null | undefined;
|
|
1518
|
+
copositSaleStatus?: string | null | undefined;
|
|
1503
1519
|
project?: {
|
|
1504
1520
|
id: string;
|
|
1505
1521
|
name: string;
|
|
@@ -1597,6 +1613,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1597
1613
|
cmaId?: string | null | undefined;
|
|
1598
1614
|
buyerName?: string | null | undefined;
|
|
1599
1615
|
initialDepositStatus?: string | null | undefined;
|
|
1616
|
+
copositSaleStatus?: string | null | undefined;
|
|
1600
1617
|
project?: {
|
|
1601
1618
|
id: string;
|
|
1602
1619
|
name: string;
|
|
@@ -1702,6 +1719,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1702
1719
|
buyerName?: string | null | undefined;
|
|
1703
1720
|
isCmaRequired?: boolean | undefined;
|
|
1704
1721
|
initialDepositStatus?: string | null | undefined;
|
|
1722
|
+
copositSaleStatus?: string | null | undefined;
|
|
1705
1723
|
project?: {
|
|
1706
1724
|
id: string;
|
|
1707
1725
|
name: string;
|
|
@@ -1800,6 +1818,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1800
1818
|
buyerName?: string | null | undefined;
|
|
1801
1819
|
isCmaRequired?: boolean | undefined;
|
|
1802
1820
|
initialDepositStatus?: string | null | undefined;
|
|
1821
|
+
copositSaleStatus?: string | null | undefined;
|
|
1803
1822
|
project?: {
|
|
1804
1823
|
id: string;
|
|
1805
1824
|
name: string;
|
|
@@ -1897,6 +1916,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1897
1916
|
buyerName?: string | null | undefined;
|
|
1898
1917
|
isCmaRequired?: boolean | undefined;
|
|
1899
1918
|
initialDepositStatus?: string | null | undefined;
|
|
1919
|
+
copositSaleStatus?: string | null | undefined;
|
|
1900
1920
|
project?: {
|
|
1901
1921
|
id: string;
|
|
1902
1922
|
name: string;
|
|
@@ -1996,6 +2016,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1996
2016
|
cmaId?: string | null | undefined;
|
|
1997
2017
|
buyerName?: string | null | undefined;
|
|
1998
2018
|
initialDepositStatus?: string | null | undefined;
|
|
2019
|
+
copositSaleStatus?: string | null | undefined;
|
|
1999
2020
|
project?: {
|
|
2000
2021
|
id: string;
|
|
2001
2022
|
name: string;
|
|
@@ -2094,6 +2115,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2094
2115
|
cmaId?: string | null | undefined;
|
|
2095
2116
|
buyerName?: string | null | undefined;
|
|
2096
2117
|
initialDepositStatus?: string | null | undefined;
|
|
2118
|
+
copositSaleStatus?: string | null | undefined;
|
|
2097
2119
|
project?: {
|
|
2098
2120
|
id: string;
|
|
2099
2121
|
name: string;
|
|
@@ -2191,6 +2213,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2191
2213
|
cmaId?: string | null | undefined;
|
|
2192
2214
|
buyerName?: string | null | undefined;
|
|
2193
2215
|
initialDepositStatus?: string | null | undefined;
|
|
2216
|
+
copositSaleStatus?: string | null | undefined;
|
|
2194
2217
|
project?: {
|
|
2195
2218
|
id: string;
|
|
2196
2219
|
name: string;
|
|
@@ -2296,6 +2319,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2296
2319
|
buyerName?: string | null | undefined;
|
|
2297
2320
|
isCmaRequired?: boolean | undefined;
|
|
2298
2321
|
initialDepositStatus?: string | null | undefined;
|
|
2322
|
+
copositSaleStatus?: string | null | undefined;
|
|
2299
2323
|
project?: {
|
|
2300
2324
|
id: string;
|
|
2301
2325
|
name: string;
|
|
@@ -2394,6 +2418,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2394
2418
|
buyerName?: string | null | undefined;
|
|
2395
2419
|
isCmaRequired?: boolean | undefined;
|
|
2396
2420
|
initialDepositStatus?: string | null | undefined;
|
|
2421
|
+
copositSaleStatus?: string | null | undefined;
|
|
2397
2422
|
project?: {
|
|
2398
2423
|
id: string;
|
|
2399
2424
|
name: string;
|
|
@@ -2491,6 +2516,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2491
2516
|
buyerName?: string | null | undefined;
|
|
2492
2517
|
isCmaRequired?: boolean | undefined;
|
|
2493
2518
|
initialDepositStatus?: string | null | undefined;
|
|
2519
|
+
copositSaleStatus?: string | null | undefined;
|
|
2494
2520
|
project?: {
|
|
2495
2521
|
id: string;
|
|
2496
2522
|
name: string;
|
|
@@ -2549,6 +2575,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2549
2575
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
2550
2576
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
2551
2577
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
2578
|
+
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2579
|
+
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2580
|
+
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2552
2581
|
id: z.ZodOptional<z.ZodUUID>;
|
|
2553
2582
|
customerId: z.ZodOptional<z.ZodString>;
|
|
2554
2583
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -2562,15 +2591,19 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2562
2591
|
mtaId: z.ZodOptional<z.ZodString>;
|
|
2563
2592
|
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2564
2593
|
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2594
|
+
copositSaleStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2565
2595
|
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
2566
2596
|
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
2567
2597
|
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
2568
2598
|
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
2569
|
-
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2570
|
-
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2571
|
-
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2572
2599
|
}, z.core.$strip>>>>;
|
|
2573
2600
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
2601
|
+
creditAmountCents: number;
|
|
2602
|
+
debitAmountCents: number;
|
|
2603
|
+
balanceCents: number;
|
|
2604
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
2605
|
+
transactionType: string;
|
|
2606
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2574
2607
|
id: string;
|
|
2575
2608
|
referenceId: string | null;
|
|
2576
2609
|
sequence: number;
|
|
@@ -2591,12 +2624,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2591
2624
|
canceledAt: Date | null;
|
|
2592
2625
|
canceledReason: string | null;
|
|
2593
2626
|
payoutId: string | null;
|
|
2594
|
-
creditAmountCents: number;
|
|
2595
|
-
debitAmountCents: number;
|
|
2596
|
-
balanceCents: number;
|
|
2597
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
2598
|
-
transactionType: string;
|
|
2599
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2600
2627
|
createdBy?: string | {
|
|
2601
2628
|
id: string;
|
|
2602
2629
|
email: string;
|
|
@@ -2632,6 +2659,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2632
2659
|
cmaId?: string | null | undefined;
|
|
2633
2660
|
buyerName?: string | null | undefined;
|
|
2634
2661
|
initialDepositStatus?: string | null | undefined;
|
|
2662
|
+
copositSaleStatus?: string | null | undefined;
|
|
2635
2663
|
project?: {
|
|
2636
2664
|
id: string;
|
|
2637
2665
|
name: string;
|
|
@@ -2670,6 +2698,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2670
2698
|
} & {
|
|
2671
2699
|
mta?: z.output<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
2672
2700
|
sourceTransaction?: ({
|
|
2701
|
+
creditAmountCents: number;
|
|
2702
|
+
debitAmountCents: number;
|
|
2703
|
+
balanceCents: number;
|
|
2704
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
2705
|
+
transactionType: string;
|
|
2706
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2673
2707
|
id: string;
|
|
2674
2708
|
referenceId: string | null;
|
|
2675
2709
|
sequence: number;
|
|
@@ -2690,12 +2724,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2690
2724
|
canceledAt: Date | null;
|
|
2691
2725
|
canceledReason: string | null;
|
|
2692
2726
|
payoutId: string | null;
|
|
2693
|
-
creditAmountCents: number;
|
|
2694
|
-
debitAmountCents: number;
|
|
2695
|
-
balanceCents: number;
|
|
2696
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
2697
|
-
transactionType: string;
|
|
2698
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2699
2727
|
createdBy?: string | {
|
|
2700
2728
|
id: string;
|
|
2701
2729
|
email: string;
|
|
@@ -2731,6 +2759,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2731
2759
|
cmaId?: string | null | undefined;
|
|
2732
2760
|
buyerName?: string | null | undefined;
|
|
2733
2761
|
initialDepositStatus?: string | null | undefined;
|
|
2762
|
+
copositSaleStatus?: string | null | undefined;
|
|
2734
2763
|
project?: {
|
|
2735
2764
|
id: string;
|
|
2736
2765
|
name: string;
|
|
@@ -2768,6 +2797,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2768
2797
|
} | null | undefined;
|
|
2769
2798
|
} & /*elided*/ any) | null | undefined;
|
|
2770
2799
|
subsequentTransactions?: ({
|
|
2800
|
+
creditAmountCents: number;
|
|
2801
|
+
debitAmountCents: number;
|
|
2802
|
+
balanceCents: number;
|
|
2803
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
2804
|
+
transactionType: string;
|
|
2805
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2771
2806
|
id: string;
|
|
2772
2807
|
referenceId: string | null;
|
|
2773
2808
|
sequence: number;
|
|
@@ -2788,12 +2823,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2788
2823
|
canceledAt: Date | null;
|
|
2789
2824
|
canceledReason: string | null;
|
|
2790
2825
|
payoutId: string | null;
|
|
2791
|
-
creditAmountCents: number;
|
|
2792
|
-
debitAmountCents: number;
|
|
2793
|
-
balanceCents: number;
|
|
2794
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
2795
|
-
transactionType: string;
|
|
2796
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2797
2826
|
createdBy?: string | {
|
|
2798
2827
|
id: string;
|
|
2799
2828
|
email: string;
|
|
@@ -2829,6 +2858,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2829
2858
|
cmaId?: string | null | undefined;
|
|
2830
2859
|
buyerName?: string | null | undefined;
|
|
2831
2860
|
initialDepositStatus?: string | null | undefined;
|
|
2861
|
+
copositSaleStatus?: string | null | undefined;
|
|
2832
2862
|
project?: {
|
|
2833
2863
|
id: string;
|
|
2834
2864
|
name: string;
|
|
@@ -2878,6 +2908,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2878
2908
|
isCancelable?: boolean | null | undefined;
|
|
2879
2909
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2880
2910
|
}, {
|
|
2911
|
+
creditAmountCents: string | number | bigint;
|
|
2912
|
+
debitAmountCents: string | number | bigint;
|
|
2913
|
+
balanceCents: string | number | bigint;
|
|
2914
|
+
inputType: string;
|
|
2915
|
+
transactionType: string;
|
|
2916
|
+
status: string;
|
|
2881
2917
|
id: string;
|
|
2882
2918
|
referenceId: string | null;
|
|
2883
2919
|
sequence: number;
|
|
@@ -2898,12 +2934,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2898
2934
|
canceledAt: unknown;
|
|
2899
2935
|
canceledReason: string | null;
|
|
2900
2936
|
payoutId: string | null;
|
|
2901
|
-
creditAmountCents: string | number | bigint;
|
|
2902
|
-
debitAmountCents: string | number | bigint;
|
|
2903
|
-
balanceCents: string | number | bigint;
|
|
2904
|
-
inputType: string;
|
|
2905
|
-
transactionType: string;
|
|
2906
|
-
status: string;
|
|
2907
2937
|
createdBy?: string | {
|
|
2908
2938
|
id: string;
|
|
2909
2939
|
email: string;
|
|
@@ -2939,6 +2969,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2939
2969
|
buyerName?: string | null | undefined;
|
|
2940
2970
|
isCmaRequired?: boolean | undefined;
|
|
2941
2971
|
initialDepositStatus?: string | null | undefined;
|
|
2972
|
+
copositSaleStatus?: string | null | undefined;
|
|
2942
2973
|
project?: {
|
|
2943
2974
|
id: string;
|
|
2944
2975
|
name: string;
|
|
@@ -2977,6 +3008,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2977
3008
|
} & {
|
|
2978
3009
|
mta?: z.input<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
2979
3010
|
sourceTransaction?: ({
|
|
3011
|
+
creditAmountCents: string | number | bigint;
|
|
3012
|
+
debitAmountCents: string | number | bigint;
|
|
3013
|
+
balanceCents: string | number | bigint;
|
|
3014
|
+
inputType: string;
|
|
3015
|
+
transactionType: string;
|
|
3016
|
+
status: string;
|
|
2980
3017
|
id: string;
|
|
2981
3018
|
referenceId: string | null;
|
|
2982
3019
|
sequence: number;
|
|
@@ -2997,12 +3034,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2997
3034
|
canceledAt: unknown;
|
|
2998
3035
|
canceledReason: string | null;
|
|
2999
3036
|
payoutId: string | null;
|
|
3000
|
-
creditAmountCents: string | number | bigint;
|
|
3001
|
-
debitAmountCents: string | number | bigint;
|
|
3002
|
-
balanceCents: string | number | bigint;
|
|
3003
|
-
inputType: string;
|
|
3004
|
-
transactionType: string;
|
|
3005
|
-
status: string;
|
|
3006
3037
|
createdBy?: string | {
|
|
3007
3038
|
id: string;
|
|
3008
3039
|
email: string;
|
|
@@ -3038,6 +3069,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3038
3069
|
buyerName?: string | null | undefined;
|
|
3039
3070
|
isCmaRequired?: boolean | undefined;
|
|
3040
3071
|
initialDepositStatus?: string | null | undefined;
|
|
3072
|
+
copositSaleStatus?: string | null | undefined;
|
|
3041
3073
|
project?: {
|
|
3042
3074
|
id: string;
|
|
3043
3075
|
name: string;
|
|
@@ -3075,6 +3107,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3075
3107
|
} | null | undefined;
|
|
3076
3108
|
} & /*elided*/ any) | null | undefined;
|
|
3077
3109
|
subsequentTransactions?: ({
|
|
3110
|
+
creditAmountCents: string | number | bigint;
|
|
3111
|
+
debitAmountCents: string | number | bigint;
|
|
3112
|
+
balanceCents: string | number | bigint;
|
|
3113
|
+
inputType: string;
|
|
3114
|
+
transactionType: string;
|
|
3115
|
+
status: string;
|
|
3078
3116
|
id: string;
|
|
3079
3117
|
referenceId: string | null;
|
|
3080
3118
|
sequence: number;
|
|
@@ -3095,12 +3133,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3095
3133
|
canceledAt: unknown;
|
|
3096
3134
|
canceledReason: string | null;
|
|
3097
3135
|
payoutId: string | null;
|
|
3098
|
-
creditAmountCents: string | number | bigint;
|
|
3099
|
-
debitAmountCents: string | number | bigint;
|
|
3100
|
-
balanceCents: string | number | bigint;
|
|
3101
|
-
inputType: string;
|
|
3102
|
-
transactionType: string;
|
|
3103
|
-
status: string;
|
|
3104
3136
|
createdBy?: string | {
|
|
3105
3137
|
id: string;
|
|
3106
3138
|
email: string;
|
|
@@ -3136,6 +3168,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3136
3168
|
buyerName?: string | null | undefined;
|
|
3137
3169
|
isCmaRequired?: boolean | undefined;
|
|
3138
3170
|
initialDepositStatus?: string | null | undefined;
|
|
3171
|
+
copositSaleStatus?: string | null | undefined;
|
|
3139
3172
|
project?: {
|
|
3140
3173
|
id: string;
|
|
3141
3174
|
name: string;
|
|
@@ -3175,6 +3208,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3175
3208
|
reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
3176
3209
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
3177
3210
|
}, z.core.$ZodTypeInternals<{
|
|
3211
|
+
creditAmountCents: number;
|
|
3212
|
+
debitAmountCents: number;
|
|
3213
|
+
balanceCents: number;
|
|
3214
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
3215
|
+
transactionType: string;
|
|
3216
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3178
3217
|
id: string;
|
|
3179
3218
|
referenceId: string | null;
|
|
3180
3219
|
sequence: number;
|
|
@@ -3195,12 +3234,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3195
3234
|
canceledAt: Date | null;
|
|
3196
3235
|
canceledReason: string | null;
|
|
3197
3236
|
payoutId: string | null;
|
|
3198
|
-
creditAmountCents: number;
|
|
3199
|
-
debitAmountCents: number;
|
|
3200
|
-
balanceCents: number;
|
|
3201
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
3202
|
-
transactionType: string;
|
|
3203
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
3204
3237
|
createdBy?: string | {
|
|
3205
3238
|
id: string;
|
|
3206
3239
|
email: string;
|
|
@@ -3236,6 +3269,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3236
3269
|
cmaId?: string | null | undefined;
|
|
3237
3270
|
buyerName?: string | null | undefined;
|
|
3238
3271
|
initialDepositStatus?: string | null | undefined;
|
|
3272
|
+
copositSaleStatus?: string | null | undefined;
|
|
3239
3273
|
project?: {
|
|
3240
3274
|
id: string;
|
|
3241
3275
|
name: string;
|
|
@@ -3274,6 +3308,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3274
3308
|
} & {
|
|
3275
3309
|
mta?: z.output<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
3276
3310
|
sourceTransaction?: ({
|
|
3311
|
+
creditAmountCents: number;
|
|
3312
|
+
debitAmountCents: number;
|
|
3313
|
+
balanceCents: number;
|
|
3314
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
3315
|
+
transactionType: string;
|
|
3316
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3277
3317
|
id: string;
|
|
3278
3318
|
referenceId: string | null;
|
|
3279
3319
|
sequence: number;
|
|
@@ -3294,12 +3334,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3294
3334
|
canceledAt: Date | null;
|
|
3295
3335
|
canceledReason: string | null;
|
|
3296
3336
|
payoutId: string | null;
|
|
3297
|
-
creditAmountCents: number;
|
|
3298
|
-
debitAmountCents: number;
|
|
3299
|
-
balanceCents: number;
|
|
3300
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
3301
|
-
transactionType: string;
|
|
3302
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
3303
3337
|
createdBy?: string | {
|
|
3304
3338
|
id: string;
|
|
3305
3339
|
email: string;
|
|
@@ -3335,6 +3369,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3335
3369
|
cmaId?: string | null | undefined;
|
|
3336
3370
|
buyerName?: string | null | undefined;
|
|
3337
3371
|
initialDepositStatus?: string | null | undefined;
|
|
3372
|
+
copositSaleStatus?: string | null | undefined;
|
|
3338
3373
|
project?: {
|
|
3339
3374
|
id: string;
|
|
3340
3375
|
name: string;
|
|
@@ -3372,6 +3407,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3372
3407
|
} | null | undefined;
|
|
3373
3408
|
} & /*elided*/ any) | null | undefined;
|
|
3374
3409
|
subsequentTransactions?: ({
|
|
3410
|
+
creditAmountCents: number;
|
|
3411
|
+
debitAmountCents: number;
|
|
3412
|
+
balanceCents: number;
|
|
3413
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
3414
|
+
transactionType: string;
|
|
3415
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3375
3416
|
id: string;
|
|
3376
3417
|
referenceId: string | null;
|
|
3377
3418
|
sequence: number;
|
|
@@ -3392,12 +3433,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3392
3433
|
canceledAt: Date | null;
|
|
3393
3434
|
canceledReason: string | null;
|
|
3394
3435
|
payoutId: string | null;
|
|
3395
|
-
creditAmountCents: number;
|
|
3396
|
-
debitAmountCents: number;
|
|
3397
|
-
balanceCents: number;
|
|
3398
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
3399
|
-
transactionType: string;
|
|
3400
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
3401
3436
|
createdBy?: string | {
|
|
3402
3437
|
id: string;
|
|
3403
3438
|
email: string;
|
|
@@ -3433,6 +3468,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3433
3468
|
cmaId?: string | null | undefined;
|
|
3434
3469
|
buyerName?: string | null | undefined;
|
|
3435
3470
|
initialDepositStatus?: string | null | undefined;
|
|
3471
|
+
copositSaleStatus?: string | null | undefined;
|
|
3436
3472
|
project?: {
|
|
3437
3473
|
id: string;
|
|
3438
3474
|
name: string;
|
|
@@ -3482,6 +3518,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3482
3518
|
isCancelable?: boolean | null | undefined;
|
|
3483
3519
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
3484
3520
|
}, {
|
|
3521
|
+
creditAmountCents: string | number | bigint;
|
|
3522
|
+
debitAmountCents: string | number | bigint;
|
|
3523
|
+
balanceCents: string | number | bigint;
|
|
3524
|
+
inputType: string;
|
|
3525
|
+
transactionType: string;
|
|
3526
|
+
status: string;
|
|
3485
3527
|
id: string;
|
|
3486
3528
|
referenceId: string | null;
|
|
3487
3529
|
sequence: number;
|
|
@@ -3502,12 +3544,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3502
3544
|
canceledAt: unknown;
|
|
3503
3545
|
canceledReason: string | null;
|
|
3504
3546
|
payoutId: string | null;
|
|
3505
|
-
creditAmountCents: string | number | bigint;
|
|
3506
|
-
debitAmountCents: string | number | bigint;
|
|
3507
|
-
balanceCents: string | number | bigint;
|
|
3508
|
-
inputType: string;
|
|
3509
|
-
transactionType: string;
|
|
3510
|
-
status: string;
|
|
3511
3547
|
createdBy?: string | {
|
|
3512
3548
|
id: string;
|
|
3513
3549
|
email: string;
|
|
@@ -3543,6 +3579,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3543
3579
|
buyerName?: string | null | undefined;
|
|
3544
3580
|
isCmaRequired?: boolean | undefined;
|
|
3545
3581
|
initialDepositStatus?: string | null | undefined;
|
|
3582
|
+
copositSaleStatus?: string | null | undefined;
|
|
3546
3583
|
project?: {
|
|
3547
3584
|
id: string;
|
|
3548
3585
|
name: string;
|
|
@@ -3581,6 +3618,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3581
3618
|
} & {
|
|
3582
3619
|
mta?: z.input<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
3583
3620
|
sourceTransaction?: ({
|
|
3621
|
+
creditAmountCents: string | number | bigint;
|
|
3622
|
+
debitAmountCents: string | number | bigint;
|
|
3623
|
+
balanceCents: string | number | bigint;
|
|
3624
|
+
inputType: string;
|
|
3625
|
+
transactionType: string;
|
|
3626
|
+
status: string;
|
|
3584
3627
|
id: string;
|
|
3585
3628
|
referenceId: string | null;
|
|
3586
3629
|
sequence: number;
|
|
@@ -3601,12 +3644,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3601
3644
|
canceledAt: unknown;
|
|
3602
3645
|
canceledReason: string | null;
|
|
3603
3646
|
payoutId: string | null;
|
|
3604
|
-
creditAmountCents: string | number | bigint;
|
|
3605
|
-
debitAmountCents: string | number | bigint;
|
|
3606
|
-
balanceCents: string | number | bigint;
|
|
3607
|
-
inputType: string;
|
|
3608
|
-
transactionType: string;
|
|
3609
|
-
status: string;
|
|
3610
3647
|
createdBy?: string | {
|
|
3611
3648
|
id: string;
|
|
3612
3649
|
email: string;
|
|
@@ -3642,6 +3679,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3642
3679
|
buyerName?: string | null | undefined;
|
|
3643
3680
|
isCmaRequired?: boolean | undefined;
|
|
3644
3681
|
initialDepositStatus?: string | null | undefined;
|
|
3682
|
+
copositSaleStatus?: string | null | undefined;
|
|
3645
3683
|
project?: {
|
|
3646
3684
|
id: string;
|
|
3647
3685
|
name: string;
|
|
@@ -3679,6 +3717,12 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3679
3717
|
} | null | undefined;
|
|
3680
3718
|
} & /*elided*/ any) | null | undefined;
|
|
3681
3719
|
subsequentTransactions?: ({
|
|
3720
|
+
creditAmountCents: string | number | bigint;
|
|
3721
|
+
debitAmountCents: string | number | bigint;
|
|
3722
|
+
balanceCents: string | number | bigint;
|
|
3723
|
+
inputType: string;
|
|
3724
|
+
transactionType: string;
|
|
3725
|
+
status: string;
|
|
3682
3726
|
id: string;
|
|
3683
3727
|
referenceId: string | null;
|
|
3684
3728
|
sequence: number;
|
|
@@ -3699,12 +3743,6 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3699
3743
|
canceledAt: unknown;
|
|
3700
3744
|
canceledReason: string | null;
|
|
3701
3745
|
payoutId: string | null;
|
|
3702
|
-
creditAmountCents: string | number | bigint;
|
|
3703
|
-
debitAmountCents: string | number | bigint;
|
|
3704
|
-
balanceCents: string | number | bigint;
|
|
3705
|
-
inputType: string;
|
|
3706
|
-
transactionType: string;
|
|
3707
|
-
status: string;
|
|
3708
3746
|
createdBy?: string | {
|
|
3709
3747
|
id: string;
|
|
3710
3748
|
email: string;
|
|
@@ -3740,6 +3778,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3740
3778
|
buyerName?: string | null | undefined;
|
|
3741
3779
|
isCmaRequired?: boolean | undefined;
|
|
3742
3780
|
initialDepositStatus?: string | null | undefined;
|
|
3781
|
+
copositSaleStatus?: string | null | undefined;
|
|
3743
3782
|
project?: {
|
|
3744
3783
|
id: string;
|
|
3745
3784
|
name: string;
|
|
@@ -3840,6 +3879,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3840
3879
|
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
3841
3880
|
stage: z.ZodString;
|
|
3842
3881
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3882
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3843
3883
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
3844
3884
|
id: z.ZodString;
|
|
3845
3885
|
name: z.ZodString;
|
|
@@ -3936,6 +3976,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3936
3976
|
cmaId?: string | null | undefined;
|
|
3937
3977
|
buyerName?: string | null | undefined;
|
|
3938
3978
|
initialDepositStatus?: string | null | undefined;
|
|
3979
|
+
copositSaleStatus?: string | null | undefined;
|
|
3939
3980
|
project?: {
|
|
3940
3981
|
id: string;
|
|
3941
3982
|
name: string;
|
|
@@ -4034,6 +4075,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4034
4075
|
cmaId?: string | null | undefined;
|
|
4035
4076
|
buyerName?: string | null | undefined;
|
|
4036
4077
|
initialDepositStatus?: string | null | undefined;
|
|
4078
|
+
copositSaleStatus?: string | null | undefined;
|
|
4037
4079
|
project?: {
|
|
4038
4080
|
id: string;
|
|
4039
4081
|
name: string;
|
|
@@ -4131,6 +4173,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4131
4173
|
cmaId?: string | null | undefined;
|
|
4132
4174
|
buyerName?: string | null | undefined;
|
|
4133
4175
|
initialDepositStatus?: string | null | undefined;
|
|
4176
|
+
copositSaleStatus?: string | null | undefined;
|
|
4134
4177
|
project?: {
|
|
4135
4178
|
id: string;
|
|
4136
4179
|
name: string;
|
|
@@ -4236,6 +4279,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4236
4279
|
buyerName?: string | null | undefined;
|
|
4237
4280
|
isCmaRequired?: boolean | undefined;
|
|
4238
4281
|
initialDepositStatus?: string | null | undefined;
|
|
4282
|
+
copositSaleStatus?: string | null | undefined;
|
|
4239
4283
|
project?: {
|
|
4240
4284
|
id: string;
|
|
4241
4285
|
name: string;
|
|
@@ -4334,6 +4378,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4334
4378
|
buyerName?: string | null | undefined;
|
|
4335
4379
|
isCmaRequired?: boolean | undefined;
|
|
4336
4380
|
initialDepositStatus?: string | null | undefined;
|
|
4381
|
+
copositSaleStatus?: string | null | undefined;
|
|
4337
4382
|
project?: {
|
|
4338
4383
|
id: string;
|
|
4339
4384
|
name: string;
|
|
@@ -4431,6 +4476,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4431
4476
|
buyerName?: string | null | undefined;
|
|
4432
4477
|
isCmaRequired?: boolean | undefined;
|
|
4433
4478
|
initialDepositStatus?: string | null | undefined;
|
|
4479
|
+
copositSaleStatus?: string | null | undefined;
|
|
4434
4480
|
project?: {
|
|
4435
4481
|
id: string;
|
|
4436
4482
|
name: string;
|
|
@@ -4530,6 +4576,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4530
4576
|
cmaId?: string | null | undefined;
|
|
4531
4577
|
buyerName?: string | null | undefined;
|
|
4532
4578
|
initialDepositStatus?: string | null | undefined;
|
|
4579
|
+
copositSaleStatus?: string | null | undefined;
|
|
4533
4580
|
project?: {
|
|
4534
4581
|
id: string;
|
|
4535
4582
|
name: string;
|
|
@@ -4628,6 +4675,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4628
4675
|
cmaId?: string | null | undefined;
|
|
4629
4676
|
buyerName?: string | null | undefined;
|
|
4630
4677
|
initialDepositStatus?: string | null | undefined;
|
|
4678
|
+
copositSaleStatus?: string | null | undefined;
|
|
4631
4679
|
project?: {
|
|
4632
4680
|
id: string;
|
|
4633
4681
|
name: string;
|
|
@@ -4725,6 +4773,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4725
4773
|
cmaId?: string | null | undefined;
|
|
4726
4774
|
buyerName?: string | null | undefined;
|
|
4727
4775
|
initialDepositStatus?: string | null | undefined;
|
|
4776
|
+
copositSaleStatus?: string | null | undefined;
|
|
4728
4777
|
project?: {
|
|
4729
4778
|
id: string;
|
|
4730
4779
|
name: string;
|
|
@@ -4830,6 +4879,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4830
4879
|
buyerName?: string | null | undefined;
|
|
4831
4880
|
isCmaRequired?: boolean | undefined;
|
|
4832
4881
|
initialDepositStatus?: string | null | undefined;
|
|
4882
|
+
copositSaleStatus?: string | null | undefined;
|
|
4833
4883
|
project?: {
|
|
4834
4884
|
id: string;
|
|
4835
4885
|
name: string;
|
|
@@ -4928,6 +4978,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4928
4978
|
buyerName?: string | null | undefined;
|
|
4929
4979
|
isCmaRequired?: boolean | undefined;
|
|
4930
4980
|
initialDepositStatus?: string | null | undefined;
|
|
4981
|
+
copositSaleStatus?: string | null | undefined;
|
|
4931
4982
|
project?: {
|
|
4932
4983
|
id: string;
|
|
4933
4984
|
name: string;
|
|
@@ -5025,6 +5076,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
5025
5076
|
buyerName?: string | null | undefined;
|
|
5026
5077
|
isCmaRequired?: boolean | undefined;
|
|
5027
5078
|
initialDepositStatus?: string | null | undefined;
|
|
5079
|
+
copositSaleStatus?: string | null | undefined;
|
|
5028
5080
|
project?: {
|
|
5029
5081
|
id: string;
|
|
5030
5082
|
name: string;
|
|
@@ -5105,6 +5157,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5105
5157
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
5106
5158
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5107
5159
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
5160
|
+
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5161
|
+
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5162
|
+
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5108
5163
|
id: z.ZodOptional<z.ZodUUID>;
|
|
5109
5164
|
customerId: z.ZodOptional<z.ZodString>;
|
|
5110
5165
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -5118,15 +5173,19 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5118
5173
|
mtaId: z.ZodOptional<z.ZodString>;
|
|
5119
5174
|
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5120
5175
|
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5176
|
+
copositSaleStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5121
5177
|
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
5122
5178
|
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
5123
5179
|
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
5124
5180
|
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
5125
|
-
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5126
|
-
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5127
|
-
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5128
5181
|
}, z.core.$strip>>>>;
|
|
5129
5182
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
5183
|
+
creditAmountCents: number;
|
|
5184
|
+
debitAmountCents: number;
|
|
5185
|
+
balanceCents: number;
|
|
5186
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
5187
|
+
transactionType: string;
|
|
5188
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5130
5189
|
id: string;
|
|
5131
5190
|
referenceId: string | null;
|
|
5132
5191
|
sequence: number;
|
|
@@ -5147,12 +5206,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5147
5206
|
canceledAt: Date | null;
|
|
5148
5207
|
canceledReason: string | null;
|
|
5149
5208
|
payoutId: string | null;
|
|
5150
|
-
creditAmountCents: number;
|
|
5151
|
-
debitAmountCents: number;
|
|
5152
|
-
balanceCents: number;
|
|
5153
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
5154
|
-
transactionType: string;
|
|
5155
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
5156
5209
|
createdBy?: string | {
|
|
5157
5210
|
id: string;
|
|
5158
5211
|
email: string;
|
|
@@ -5188,6 +5241,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5188
5241
|
cmaId?: string | null | undefined;
|
|
5189
5242
|
buyerName?: string | null | undefined;
|
|
5190
5243
|
initialDepositStatus?: string | null | undefined;
|
|
5244
|
+
copositSaleStatus?: string | null | undefined;
|
|
5191
5245
|
project?: {
|
|
5192
5246
|
id: string;
|
|
5193
5247
|
name: string;
|
|
@@ -5226,6 +5280,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5226
5280
|
} & {
|
|
5227
5281
|
mta?: z.output<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
5228
5282
|
sourceTransaction?: ({
|
|
5283
|
+
creditAmountCents: number;
|
|
5284
|
+
debitAmountCents: number;
|
|
5285
|
+
balanceCents: number;
|
|
5286
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
5287
|
+
transactionType: string;
|
|
5288
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5229
5289
|
id: string;
|
|
5230
5290
|
referenceId: string | null;
|
|
5231
5291
|
sequence: number;
|
|
@@ -5246,12 +5306,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5246
5306
|
canceledAt: Date | null;
|
|
5247
5307
|
canceledReason: string | null;
|
|
5248
5308
|
payoutId: string | null;
|
|
5249
|
-
creditAmountCents: number;
|
|
5250
|
-
debitAmountCents: number;
|
|
5251
|
-
balanceCents: number;
|
|
5252
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
5253
|
-
transactionType: string;
|
|
5254
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
5255
5309
|
createdBy?: string | {
|
|
5256
5310
|
id: string;
|
|
5257
5311
|
email: string;
|
|
@@ -5287,6 +5341,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5287
5341
|
cmaId?: string | null | undefined;
|
|
5288
5342
|
buyerName?: string | null | undefined;
|
|
5289
5343
|
initialDepositStatus?: string | null | undefined;
|
|
5344
|
+
copositSaleStatus?: string | null | undefined;
|
|
5290
5345
|
project?: {
|
|
5291
5346
|
id: string;
|
|
5292
5347
|
name: string;
|
|
@@ -5324,6 +5379,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5324
5379
|
} | null | undefined;
|
|
5325
5380
|
} & /*elided*/ any) | null | undefined;
|
|
5326
5381
|
subsequentTransactions?: ({
|
|
5382
|
+
creditAmountCents: number;
|
|
5383
|
+
debitAmountCents: number;
|
|
5384
|
+
balanceCents: number;
|
|
5385
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
5386
|
+
transactionType: string;
|
|
5387
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5327
5388
|
id: string;
|
|
5328
5389
|
referenceId: string | null;
|
|
5329
5390
|
sequence: number;
|
|
@@ -5344,12 +5405,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5344
5405
|
canceledAt: Date | null;
|
|
5345
5406
|
canceledReason: string | null;
|
|
5346
5407
|
payoutId: string | null;
|
|
5347
|
-
creditAmountCents: number;
|
|
5348
|
-
debitAmountCents: number;
|
|
5349
|
-
balanceCents: number;
|
|
5350
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
5351
|
-
transactionType: string;
|
|
5352
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
5353
5408
|
createdBy?: string | {
|
|
5354
5409
|
id: string;
|
|
5355
5410
|
email: string;
|
|
@@ -5385,6 +5440,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5385
5440
|
cmaId?: string | null | undefined;
|
|
5386
5441
|
buyerName?: string | null | undefined;
|
|
5387
5442
|
initialDepositStatus?: string | null | undefined;
|
|
5443
|
+
copositSaleStatus?: string | null | undefined;
|
|
5388
5444
|
project?: {
|
|
5389
5445
|
id: string;
|
|
5390
5446
|
name: string;
|
|
@@ -5434,6 +5490,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5434
5490
|
isCancelable?: boolean | null | undefined;
|
|
5435
5491
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
5436
5492
|
}, {
|
|
5493
|
+
creditAmountCents: string | number | bigint;
|
|
5494
|
+
debitAmountCents: string | number | bigint;
|
|
5495
|
+
balanceCents: string | number | bigint;
|
|
5496
|
+
inputType: string;
|
|
5497
|
+
transactionType: string;
|
|
5498
|
+
status: string;
|
|
5437
5499
|
id: string;
|
|
5438
5500
|
referenceId: string | null;
|
|
5439
5501
|
sequence: number;
|
|
@@ -5454,12 +5516,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5454
5516
|
canceledAt: unknown;
|
|
5455
5517
|
canceledReason: string | null;
|
|
5456
5518
|
payoutId: string | null;
|
|
5457
|
-
creditAmountCents: string | number | bigint;
|
|
5458
|
-
debitAmountCents: string | number | bigint;
|
|
5459
|
-
balanceCents: string | number | bigint;
|
|
5460
|
-
inputType: string;
|
|
5461
|
-
transactionType: string;
|
|
5462
|
-
status: string;
|
|
5463
5519
|
createdBy?: string | {
|
|
5464
5520
|
id: string;
|
|
5465
5521
|
email: string;
|
|
@@ -5495,6 +5551,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5495
5551
|
buyerName?: string | null | undefined;
|
|
5496
5552
|
isCmaRequired?: boolean | undefined;
|
|
5497
5553
|
initialDepositStatus?: string | null | undefined;
|
|
5554
|
+
copositSaleStatus?: string | null | undefined;
|
|
5498
5555
|
project?: {
|
|
5499
5556
|
id: string;
|
|
5500
5557
|
name: string;
|
|
@@ -5533,6 +5590,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5533
5590
|
} & {
|
|
5534
5591
|
mta?: z.input<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
5535
5592
|
sourceTransaction?: ({
|
|
5593
|
+
creditAmountCents: string | number | bigint;
|
|
5594
|
+
debitAmountCents: string | number | bigint;
|
|
5595
|
+
balanceCents: string | number | bigint;
|
|
5596
|
+
inputType: string;
|
|
5597
|
+
transactionType: string;
|
|
5598
|
+
status: string;
|
|
5536
5599
|
id: string;
|
|
5537
5600
|
referenceId: string | null;
|
|
5538
5601
|
sequence: number;
|
|
@@ -5553,12 +5616,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5553
5616
|
canceledAt: unknown;
|
|
5554
5617
|
canceledReason: string | null;
|
|
5555
5618
|
payoutId: string | null;
|
|
5556
|
-
creditAmountCents: string | number | bigint;
|
|
5557
|
-
debitAmountCents: string | number | bigint;
|
|
5558
|
-
balanceCents: string | number | bigint;
|
|
5559
|
-
inputType: string;
|
|
5560
|
-
transactionType: string;
|
|
5561
|
-
status: string;
|
|
5562
5619
|
createdBy?: string | {
|
|
5563
5620
|
id: string;
|
|
5564
5621
|
email: string;
|
|
@@ -5594,6 +5651,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5594
5651
|
buyerName?: string | null | undefined;
|
|
5595
5652
|
isCmaRequired?: boolean | undefined;
|
|
5596
5653
|
initialDepositStatus?: string | null | undefined;
|
|
5654
|
+
copositSaleStatus?: string | null | undefined;
|
|
5597
5655
|
project?: {
|
|
5598
5656
|
id: string;
|
|
5599
5657
|
name: string;
|
|
@@ -5631,6 +5689,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5631
5689
|
} | null | undefined;
|
|
5632
5690
|
} & /*elided*/ any) | null | undefined;
|
|
5633
5691
|
subsequentTransactions?: ({
|
|
5692
|
+
creditAmountCents: string | number | bigint;
|
|
5693
|
+
debitAmountCents: string | number | bigint;
|
|
5694
|
+
balanceCents: string | number | bigint;
|
|
5695
|
+
inputType: string;
|
|
5696
|
+
transactionType: string;
|
|
5697
|
+
status: string;
|
|
5634
5698
|
id: string;
|
|
5635
5699
|
referenceId: string | null;
|
|
5636
5700
|
sequence: number;
|
|
@@ -5651,12 +5715,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5651
5715
|
canceledAt: unknown;
|
|
5652
5716
|
canceledReason: string | null;
|
|
5653
5717
|
payoutId: string | null;
|
|
5654
|
-
creditAmountCents: string | number | bigint;
|
|
5655
|
-
debitAmountCents: string | number | bigint;
|
|
5656
|
-
balanceCents: string | number | bigint;
|
|
5657
|
-
inputType: string;
|
|
5658
|
-
transactionType: string;
|
|
5659
|
-
status: string;
|
|
5660
5718
|
createdBy?: string | {
|
|
5661
5719
|
id: string;
|
|
5662
5720
|
email: string;
|
|
@@ -5692,6 +5750,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5692
5750
|
buyerName?: string | null | undefined;
|
|
5693
5751
|
isCmaRequired?: boolean | undefined;
|
|
5694
5752
|
initialDepositStatus?: string | null | undefined;
|
|
5753
|
+
copositSaleStatus?: string | null | undefined;
|
|
5695
5754
|
project?: {
|
|
5696
5755
|
id: string;
|
|
5697
5756
|
name: string;
|
|
@@ -5731,6 +5790,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5731
5790
|
reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
5732
5791
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
5733
5792
|
}, z.core.$ZodTypeInternals<{
|
|
5793
|
+
creditAmountCents: number;
|
|
5794
|
+
debitAmountCents: number;
|
|
5795
|
+
balanceCents: number;
|
|
5796
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
5797
|
+
transactionType: string;
|
|
5798
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5734
5799
|
id: string;
|
|
5735
5800
|
referenceId: string | null;
|
|
5736
5801
|
sequence: number;
|
|
@@ -5751,12 +5816,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5751
5816
|
canceledAt: Date | null;
|
|
5752
5817
|
canceledReason: string | null;
|
|
5753
5818
|
payoutId: string | null;
|
|
5754
|
-
creditAmountCents: number;
|
|
5755
|
-
debitAmountCents: number;
|
|
5756
|
-
balanceCents: number;
|
|
5757
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
5758
|
-
transactionType: string;
|
|
5759
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
5760
5819
|
createdBy?: string | {
|
|
5761
5820
|
id: string;
|
|
5762
5821
|
email: string;
|
|
@@ -5792,6 +5851,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5792
5851
|
cmaId?: string | null | undefined;
|
|
5793
5852
|
buyerName?: string | null | undefined;
|
|
5794
5853
|
initialDepositStatus?: string | null | undefined;
|
|
5854
|
+
copositSaleStatus?: string | null | undefined;
|
|
5795
5855
|
project?: {
|
|
5796
5856
|
id: string;
|
|
5797
5857
|
name: string;
|
|
@@ -5830,6 +5890,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5830
5890
|
} & {
|
|
5831
5891
|
mta?: z.output<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
5832
5892
|
sourceTransaction?: ({
|
|
5893
|
+
creditAmountCents: number;
|
|
5894
|
+
debitAmountCents: number;
|
|
5895
|
+
balanceCents: number;
|
|
5896
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
5897
|
+
transactionType: string;
|
|
5898
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5833
5899
|
id: string;
|
|
5834
5900
|
referenceId: string | null;
|
|
5835
5901
|
sequence: number;
|
|
@@ -5850,12 +5916,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5850
5916
|
canceledAt: Date | null;
|
|
5851
5917
|
canceledReason: string | null;
|
|
5852
5918
|
payoutId: string | null;
|
|
5853
|
-
creditAmountCents: number;
|
|
5854
|
-
debitAmountCents: number;
|
|
5855
|
-
balanceCents: number;
|
|
5856
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
5857
|
-
transactionType: string;
|
|
5858
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
5859
5919
|
createdBy?: string | {
|
|
5860
5920
|
id: string;
|
|
5861
5921
|
email: string;
|
|
@@ -5891,6 +5951,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5891
5951
|
cmaId?: string | null | undefined;
|
|
5892
5952
|
buyerName?: string | null | undefined;
|
|
5893
5953
|
initialDepositStatus?: string | null | undefined;
|
|
5954
|
+
copositSaleStatus?: string | null | undefined;
|
|
5894
5955
|
project?: {
|
|
5895
5956
|
id: string;
|
|
5896
5957
|
name: string;
|
|
@@ -5928,6 +5989,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5928
5989
|
} | null | undefined;
|
|
5929
5990
|
} & /*elided*/ any) | null | undefined;
|
|
5930
5991
|
subsequentTransactions?: ({
|
|
5992
|
+
creditAmountCents: number;
|
|
5993
|
+
debitAmountCents: number;
|
|
5994
|
+
balanceCents: number;
|
|
5995
|
+
inputType: import("../../..").MtaTransactionInputType;
|
|
5996
|
+
transactionType: string;
|
|
5997
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5931
5998
|
id: string;
|
|
5932
5999
|
referenceId: string | null;
|
|
5933
6000
|
sequence: number;
|
|
@@ -5948,12 +6015,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5948
6015
|
canceledAt: Date | null;
|
|
5949
6016
|
canceledReason: string | null;
|
|
5950
6017
|
payoutId: string | null;
|
|
5951
|
-
creditAmountCents: number;
|
|
5952
|
-
debitAmountCents: number;
|
|
5953
|
-
balanceCents: number;
|
|
5954
|
-
inputType: import("../../..").MtaTransactionInputType;
|
|
5955
|
-
transactionType: string;
|
|
5956
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
5957
6018
|
createdBy?: string | {
|
|
5958
6019
|
id: string;
|
|
5959
6020
|
email: string;
|
|
@@ -5989,6 +6050,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5989
6050
|
cmaId?: string | null | undefined;
|
|
5990
6051
|
buyerName?: string | null | undefined;
|
|
5991
6052
|
initialDepositStatus?: string | null | undefined;
|
|
6053
|
+
copositSaleStatus?: string | null | undefined;
|
|
5992
6054
|
project?: {
|
|
5993
6055
|
id: string;
|
|
5994
6056
|
name: string;
|
|
@@ -6038,6 +6100,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6038
6100
|
isCancelable?: boolean | null | undefined;
|
|
6039
6101
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
6040
6102
|
}, {
|
|
6103
|
+
creditAmountCents: string | number | bigint;
|
|
6104
|
+
debitAmountCents: string | number | bigint;
|
|
6105
|
+
balanceCents: string | number | bigint;
|
|
6106
|
+
inputType: string;
|
|
6107
|
+
transactionType: string;
|
|
6108
|
+
status: string;
|
|
6041
6109
|
id: string;
|
|
6042
6110
|
referenceId: string | null;
|
|
6043
6111
|
sequence: number;
|
|
@@ -6058,12 +6126,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6058
6126
|
canceledAt: unknown;
|
|
6059
6127
|
canceledReason: string | null;
|
|
6060
6128
|
payoutId: string | null;
|
|
6061
|
-
creditAmountCents: string | number | bigint;
|
|
6062
|
-
debitAmountCents: string | number | bigint;
|
|
6063
|
-
balanceCents: string | number | bigint;
|
|
6064
|
-
inputType: string;
|
|
6065
|
-
transactionType: string;
|
|
6066
|
-
status: string;
|
|
6067
6129
|
createdBy?: string | {
|
|
6068
6130
|
id: string;
|
|
6069
6131
|
email: string;
|
|
@@ -6099,6 +6161,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6099
6161
|
buyerName?: string | null | undefined;
|
|
6100
6162
|
isCmaRequired?: boolean | undefined;
|
|
6101
6163
|
initialDepositStatus?: string | null | undefined;
|
|
6164
|
+
copositSaleStatus?: string | null | undefined;
|
|
6102
6165
|
project?: {
|
|
6103
6166
|
id: string;
|
|
6104
6167
|
name: string;
|
|
@@ -6137,6 +6200,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6137
6200
|
} & {
|
|
6138
6201
|
mta?: z.input<typeof import("../..").mtaRestResSchema> | null | undefined;
|
|
6139
6202
|
sourceTransaction?: ({
|
|
6203
|
+
creditAmountCents: string | number | bigint;
|
|
6204
|
+
debitAmountCents: string | number | bigint;
|
|
6205
|
+
balanceCents: string | number | bigint;
|
|
6206
|
+
inputType: string;
|
|
6207
|
+
transactionType: string;
|
|
6208
|
+
status: string;
|
|
6140
6209
|
id: string;
|
|
6141
6210
|
referenceId: string | null;
|
|
6142
6211
|
sequence: number;
|
|
@@ -6157,12 +6226,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6157
6226
|
canceledAt: unknown;
|
|
6158
6227
|
canceledReason: string | null;
|
|
6159
6228
|
payoutId: string | null;
|
|
6160
|
-
creditAmountCents: string | number | bigint;
|
|
6161
|
-
debitAmountCents: string | number | bigint;
|
|
6162
|
-
balanceCents: string | number | bigint;
|
|
6163
|
-
inputType: string;
|
|
6164
|
-
transactionType: string;
|
|
6165
|
-
status: string;
|
|
6166
6229
|
createdBy?: string | {
|
|
6167
6230
|
id: string;
|
|
6168
6231
|
email: string;
|
|
@@ -6198,6 +6261,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6198
6261
|
buyerName?: string | null | undefined;
|
|
6199
6262
|
isCmaRequired?: boolean | undefined;
|
|
6200
6263
|
initialDepositStatus?: string | null | undefined;
|
|
6264
|
+
copositSaleStatus?: string | null | undefined;
|
|
6201
6265
|
project?: {
|
|
6202
6266
|
id: string;
|
|
6203
6267
|
name: string;
|
|
@@ -6235,6 +6299,12 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6235
6299
|
} | null | undefined;
|
|
6236
6300
|
} & /*elided*/ any) | null | undefined;
|
|
6237
6301
|
subsequentTransactions?: ({
|
|
6302
|
+
creditAmountCents: string | number | bigint;
|
|
6303
|
+
debitAmountCents: string | number | bigint;
|
|
6304
|
+
balanceCents: string | number | bigint;
|
|
6305
|
+
inputType: string;
|
|
6306
|
+
transactionType: string;
|
|
6307
|
+
status: string;
|
|
6238
6308
|
id: string;
|
|
6239
6309
|
referenceId: string | null;
|
|
6240
6310
|
sequence: number;
|
|
@@ -6255,12 +6325,6 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6255
6325
|
canceledAt: unknown;
|
|
6256
6326
|
canceledReason: string | null;
|
|
6257
6327
|
payoutId: string | null;
|
|
6258
|
-
creditAmountCents: string | number | bigint;
|
|
6259
|
-
debitAmountCents: string | number | bigint;
|
|
6260
|
-
balanceCents: string | number | bigint;
|
|
6261
|
-
inputType: string;
|
|
6262
|
-
transactionType: string;
|
|
6263
|
-
status: string;
|
|
6264
6328
|
createdBy?: string | {
|
|
6265
6329
|
id: string;
|
|
6266
6330
|
email: string;
|
|
@@ -6296,6 +6360,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6296
6360
|
buyerName?: string | null | undefined;
|
|
6297
6361
|
isCmaRequired?: boolean | undefined;
|
|
6298
6362
|
initialDepositStatus?: string | null | undefined;
|
|
6363
|
+
copositSaleStatus?: string | null | undefined;
|
|
6299
6364
|
project?: {
|
|
6300
6365
|
id: string;
|
|
6301
6366
|
name: string;
|
|
@@ -6396,6 +6461,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6396
6461
|
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
6397
6462
|
stage: z.ZodString;
|
|
6398
6463
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6464
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6399
6465
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
6400
6466
|
id: z.ZodString;
|
|
6401
6467
|
name: z.ZodString;
|
|
@@ -6492,6 +6558,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6492
6558
|
cmaId?: string | null | undefined;
|
|
6493
6559
|
buyerName?: string | null | undefined;
|
|
6494
6560
|
initialDepositStatus?: string | null | undefined;
|
|
6561
|
+
copositSaleStatus?: string | null | undefined;
|
|
6495
6562
|
project?: {
|
|
6496
6563
|
id: string;
|
|
6497
6564
|
name: string;
|
|
@@ -6590,6 +6657,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6590
6657
|
cmaId?: string | null | undefined;
|
|
6591
6658
|
buyerName?: string | null | undefined;
|
|
6592
6659
|
initialDepositStatus?: string | null | undefined;
|
|
6660
|
+
copositSaleStatus?: string | null | undefined;
|
|
6593
6661
|
project?: {
|
|
6594
6662
|
id: string;
|
|
6595
6663
|
name: string;
|
|
@@ -6687,6 +6755,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6687
6755
|
cmaId?: string | null | undefined;
|
|
6688
6756
|
buyerName?: string | null | undefined;
|
|
6689
6757
|
initialDepositStatus?: string | null | undefined;
|
|
6758
|
+
copositSaleStatus?: string | null | undefined;
|
|
6690
6759
|
project?: {
|
|
6691
6760
|
id: string;
|
|
6692
6761
|
name: string;
|
|
@@ -6792,6 +6861,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6792
6861
|
buyerName?: string | null | undefined;
|
|
6793
6862
|
isCmaRequired?: boolean | undefined;
|
|
6794
6863
|
initialDepositStatus?: string | null | undefined;
|
|
6864
|
+
copositSaleStatus?: string | null | undefined;
|
|
6795
6865
|
project?: {
|
|
6796
6866
|
id: string;
|
|
6797
6867
|
name: string;
|
|
@@ -6890,6 +6960,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6890
6960
|
buyerName?: string | null | undefined;
|
|
6891
6961
|
isCmaRequired?: boolean | undefined;
|
|
6892
6962
|
initialDepositStatus?: string | null | undefined;
|
|
6963
|
+
copositSaleStatus?: string | null | undefined;
|
|
6893
6964
|
project?: {
|
|
6894
6965
|
id: string;
|
|
6895
6966
|
name: string;
|
|
@@ -6987,6 +7058,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6987
7058
|
buyerName?: string | null | undefined;
|
|
6988
7059
|
isCmaRequired?: boolean | undefined;
|
|
6989
7060
|
initialDepositStatus?: string | null | undefined;
|
|
7061
|
+
copositSaleStatus?: string | null | undefined;
|
|
6990
7062
|
project?: {
|
|
6991
7063
|
id: string;
|
|
6992
7064
|
name: string;
|
|
@@ -7086,6 +7158,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7086
7158
|
cmaId?: string | null | undefined;
|
|
7087
7159
|
buyerName?: string | null | undefined;
|
|
7088
7160
|
initialDepositStatus?: string | null | undefined;
|
|
7161
|
+
copositSaleStatus?: string | null | undefined;
|
|
7089
7162
|
project?: {
|
|
7090
7163
|
id: string;
|
|
7091
7164
|
name: string;
|
|
@@ -7184,6 +7257,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7184
7257
|
cmaId?: string | null | undefined;
|
|
7185
7258
|
buyerName?: string | null | undefined;
|
|
7186
7259
|
initialDepositStatus?: string | null | undefined;
|
|
7260
|
+
copositSaleStatus?: string | null | undefined;
|
|
7187
7261
|
project?: {
|
|
7188
7262
|
id: string;
|
|
7189
7263
|
name: string;
|
|
@@ -7281,6 +7355,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7281
7355
|
cmaId?: string | null | undefined;
|
|
7282
7356
|
buyerName?: string | null | undefined;
|
|
7283
7357
|
initialDepositStatus?: string | null | undefined;
|
|
7358
|
+
copositSaleStatus?: string | null | undefined;
|
|
7284
7359
|
project?: {
|
|
7285
7360
|
id: string;
|
|
7286
7361
|
name: string;
|
|
@@ -7386,6 +7461,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7386
7461
|
buyerName?: string | null | undefined;
|
|
7387
7462
|
isCmaRequired?: boolean | undefined;
|
|
7388
7463
|
initialDepositStatus?: string | null | undefined;
|
|
7464
|
+
copositSaleStatus?: string | null | undefined;
|
|
7389
7465
|
project?: {
|
|
7390
7466
|
id: string;
|
|
7391
7467
|
name: string;
|
|
@@ -7484,6 +7560,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7484
7560
|
buyerName?: string | null | undefined;
|
|
7485
7561
|
isCmaRequired?: boolean | undefined;
|
|
7486
7562
|
initialDepositStatus?: string | null | undefined;
|
|
7563
|
+
copositSaleStatus?: string | null | undefined;
|
|
7487
7564
|
project?: {
|
|
7488
7565
|
id: string;
|
|
7489
7566
|
name: string;
|
|
@@ -7581,6 +7658,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7581
7658
|
buyerName?: string | null | undefined;
|
|
7582
7659
|
isCmaRequired?: boolean | undefined;
|
|
7583
7660
|
initialDepositStatus?: string | null | undefined;
|
|
7661
|
+
copositSaleStatus?: string | null | undefined;
|
|
7584
7662
|
project?: {
|
|
7585
7663
|
id: string;
|
|
7586
7664
|
name: string;
|