@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
|
@@ -8,10 +8,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
8
8
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
9
9
|
cmaTransactionId: z.ZodNullable<z.ZodString>;
|
|
10
10
|
isCanceled: z.ZodBoolean;
|
|
11
|
-
canceledAt: z.ZodNullable<z.ZodCoercedDate<
|
|
11
|
+
canceledAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
12
12
|
status: z.ZodString;
|
|
13
|
-
createdAt: z.ZodCoercedDate<
|
|
14
|
-
updatedAt: z.ZodCoercedDate<
|
|
13
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
14
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
15
15
|
isArchived: z.ZodBoolean;
|
|
16
16
|
triggerDetails: z.ZodNullable<z.ZodString>;
|
|
17
17
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
@@ -23,6 +23,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
23
23
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
24
24
|
description: z.ZodNullable<z.ZodString>;
|
|
25
25
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
26
|
+
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
27
|
+
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
28
|
+
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
26
29
|
id: z.ZodUUID;
|
|
27
30
|
customerId: z.ZodString;
|
|
28
31
|
projectId: z.ZodString;
|
|
@@ -36,13 +39,11 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
36
39
|
mtaId: z.ZodString;
|
|
37
40
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
41
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
43
|
isArchived: z.ZodBoolean;
|
|
40
44
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
41
45
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
42
46
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
43
|
-
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
44
|
-
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
45
|
-
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
46
47
|
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
47
48
|
id: z.ZodUUID;
|
|
48
49
|
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -185,6 +186,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
185
186
|
cmaId?: string | null | undefined;
|
|
186
187
|
buyerName?: string | null | undefined;
|
|
187
188
|
initialDepositStatus?: string | null | undefined;
|
|
189
|
+
copositSaleStatus?: string | null | undefined;
|
|
188
190
|
project?: {
|
|
189
191
|
id: string;
|
|
190
192
|
name: string;
|
|
@@ -283,6 +285,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
283
285
|
cmaId?: string | null | undefined;
|
|
284
286
|
buyerName?: string | null | undefined;
|
|
285
287
|
initialDepositStatus?: string | null | undefined;
|
|
288
|
+
copositSaleStatus?: string | null | undefined;
|
|
286
289
|
project?: {
|
|
287
290
|
id: string;
|
|
288
291
|
name: string;
|
|
@@ -380,6 +383,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
380
383
|
cmaId?: string | null | undefined;
|
|
381
384
|
buyerName?: string | null | undefined;
|
|
382
385
|
initialDepositStatus?: string | null | undefined;
|
|
386
|
+
copositSaleStatus?: string | null | undefined;
|
|
383
387
|
project?: {
|
|
384
388
|
id: string;
|
|
385
389
|
name: string;
|
|
@@ -485,6 +489,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
485
489
|
buyerName?: string | null | undefined;
|
|
486
490
|
isCmaRequired?: boolean | undefined;
|
|
487
491
|
initialDepositStatus?: string | null | undefined;
|
|
492
|
+
copositSaleStatus?: string | null | undefined;
|
|
488
493
|
project?: {
|
|
489
494
|
id: string;
|
|
490
495
|
name: string;
|
|
@@ -583,6 +588,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
583
588
|
buyerName?: string | null | undefined;
|
|
584
589
|
isCmaRequired?: boolean | undefined;
|
|
585
590
|
initialDepositStatus?: string | null | undefined;
|
|
591
|
+
copositSaleStatus?: string | null | undefined;
|
|
586
592
|
project?: {
|
|
587
593
|
id: string;
|
|
588
594
|
name: string;
|
|
@@ -680,6 +686,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
680
686
|
buyerName?: string | null | undefined;
|
|
681
687
|
isCmaRequired?: boolean | undefined;
|
|
682
688
|
initialDepositStatus?: string | null | undefined;
|
|
689
|
+
copositSaleStatus?: string | null | undefined;
|
|
683
690
|
project?: {
|
|
684
691
|
id: string;
|
|
685
692
|
name: string;
|
|
@@ -779,6 +786,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
779
786
|
cmaId?: string | null | undefined;
|
|
780
787
|
buyerName?: string | null | undefined;
|
|
781
788
|
initialDepositStatus?: string | null | undefined;
|
|
789
|
+
copositSaleStatus?: string | null | undefined;
|
|
782
790
|
project?: {
|
|
783
791
|
id: string;
|
|
784
792
|
name: string;
|
|
@@ -877,6 +885,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
877
885
|
cmaId?: string | null | undefined;
|
|
878
886
|
buyerName?: string | null | undefined;
|
|
879
887
|
initialDepositStatus?: string | null | undefined;
|
|
888
|
+
copositSaleStatus?: string | null | undefined;
|
|
880
889
|
project?: {
|
|
881
890
|
id: string;
|
|
882
891
|
name: string;
|
|
@@ -974,6 +983,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
974
983
|
cmaId?: string | null | undefined;
|
|
975
984
|
buyerName?: string | null | undefined;
|
|
976
985
|
initialDepositStatus?: string | null | undefined;
|
|
986
|
+
copositSaleStatus?: string | null | undefined;
|
|
977
987
|
project?: {
|
|
978
988
|
id: string;
|
|
979
989
|
name: string;
|
|
@@ -1079,6 +1089,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1079
1089
|
buyerName?: string | null | undefined;
|
|
1080
1090
|
isCmaRequired?: boolean | undefined;
|
|
1081
1091
|
initialDepositStatus?: string | null | undefined;
|
|
1092
|
+
copositSaleStatus?: string | null | undefined;
|
|
1082
1093
|
project?: {
|
|
1083
1094
|
id: string;
|
|
1084
1095
|
name: string;
|
|
@@ -1177,6 +1188,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1177
1188
|
buyerName?: string | null | undefined;
|
|
1178
1189
|
isCmaRequired?: boolean | undefined;
|
|
1179
1190
|
initialDepositStatus?: string | null | undefined;
|
|
1191
|
+
copositSaleStatus?: string | null | undefined;
|
|
1180
1192
|
project?: {
|
|
1181
1193
|
id: string;
|
|
1182
1194
|
name: string;
|
|
@@ -1274,6 +1286,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1274
1286
|
buyerName?: string | null | undefined;
|
|
1275
1287
|
isCmaRequired?: boolean | undefined;
|
|
1276
1288
|
initialDepositStatus?: string | null | undefined;
|
|
1289
|
+
copositSaleStatus?: string | null | undefined;
|
|
1277
1290
|
project?: {
|
|
1278
1291
|
id: string;
|
|
1279
1292
|
name: string;
|
|
@@ -1314,6 +1327,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1314
1327
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1315
1328
|
}>>>>>;
|
|
1316
1329
|
mtaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
1330
|
+
creditAmountCents: number;
|
|
1331
|
+
debitAmountCents: number;
|
|
1332
|
+
balanceCents: number;
|
|
1333
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1334
|
+
transactionType: string;
|
|
1335
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1317
1336
|
id: string;
|
|
1318
1337
|
referenceId: string | null;
|
|
1319
1338
|
sequence: number;
|
|
@@ -1334,12 +1353,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1334
1353
|
canceledAt: Date | null;
|
|
1335
1354
|
canceledReason: string | null;
|
|
1336
1355
|
payoutId: string | null;
|
|
1337
|
-
creditAmountCents: number;
|
|
1338
|
-
debitAmountCents: number;
|
|
1339
|
-
balanceCents: number;
|
|
1340
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1341
|
-
transactionType: string;
|
|
1342
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1343
1356
|
createdBy?: string | {
|
|
1344
1357
|
id: string;
|
|
1345
1358
|
email: string;
|
|
@@ -1375,6 +1388,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1375
1388
|
cmaId?: string | null | undefined;
|
|
1376
1389
|
buyerName?: string | null | undefined;
|
|
1377
1390
|
initialDepositStatus?: string | null | undefined;
|
|
1391
|
+
copositSaleStatus?: string | null | undefined;
|
|
1378
1392
|
project?: {
|
|
1379
1393
|
id: string;
|
|
1380
1394
|
name: string;
|
|
@@ -1413,6 +1427,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1413
1427
|
} & {
|
|
1414
1428
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
1415
1429
|
sourceTransaction?: ({
|
|
1430
|
+
creditAmountCents: number;
|
|
1431
|
+
debitAmountCents: number;
|
|
1432
|
+
balanceCents: number;
|
|
1433
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1434
|
+
transactionType: string;
|
|
1435
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1416
1436
|
id: string;
|
|
1417
1437
|
referenceId: string | null;
|
|
1418
1438
|
sequence: number;
|
|
@@ -1433,12 +1453,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1433
1453
|
canceledAt: Date | null;
|
|
1434
1454
|
canceledReason: string | null;
|
|
1435
1455
|
payoutId: string | null;
|
|
1436
|
-
creditAmountCents: number;
|
|
1437
|
-
debitAmountCents: number;
|
|
1438
|
-
balanceCents: number;
|
|
1439
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1440
|
-
transactionType: string;
|
|
1441
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1442
1456
|
createdBy?: string | {
|
|
1443
1457
|
id: string;
|
|
1444
1458
|
email: string;
|
|
@@ -1474,6 +1488,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1474
1488
|
cmaId?: string | null | undefined;
|
|
1475
1489
|
buyerName?: string | null | undefined;
|
|
1476
1490
|
initialDepositStatus?: string | null | undefined;
|
|
1491
|
+
copositSaleStatus?: string | null | undefined;
|
|
1477
1492
|
project?: {
|
|
1478
1493
|
id: string;
|
|
1479
1494
|
name: string;
|
|
@@ -1511,6 +1526,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1511
1526
|
} | null | undefined;
|
|
1512
1527
|
} & /*elided*/ any) | null | undefined;
|
|
1513
1528
|
subsequentTransactions?: ({
|
|
1529
|
+
creditAmountCents: number;
|
|
1530
|
+
debitAmountCents: number;
|
|
1531
|
+
balanceCents: number;
|
|
1532
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1533
|
+
transactionType: string;
|
|
1534
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1514
1535
|
id: string;
|
|
1515
1536
|
referenceId: string | null;
|
|
1516
1537
|
sequence: number;
|
|
@@ -1531,12 +1552,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1531
1552
|
canceledAt: Date | null;
|
|
1532
1553
|
canceledReason: string | null;
|
|
1533
1554
|
payoutId: string | null;
|
|
1534
|
-
creditAmountCents: number;
|
|
1535
|
-
debitAmountCents: number;
|
|
1536
|
-
balanceCents: number;
|
|
1537
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1538
|
-
transactionType: string;
|
|
1539
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1540
1555
|
createdBy?: string | {
|
|
1541
1556
|
id: string;
|
|
1542
1557
|
email: string;
|
|
@@ -1572,6 +1587,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1572
1587
|
cmaId?: string | null | undefined;
|
|
1573
1588
|
buyerName?: string | null | undefined;
|
|
1574
1589
|
initialDepositStatus?: string | null | undefined;
|
|
1590
|
+
copositSaleStatus?: string | null | undefined;
|
|
1575
1591
|
project?: {
|
|
1576
1592
|
id: string;
|
|
1577
1593
|
name: string;
|
|
@@ -1621,6 +1637,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1621
1637
|
isCancelable?: boolean | null | undefined;
|
|
1622
1638
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1623
1639
|
}, {
|
|
1640
|
+
creditAmountCents: string | number | bigint;
|
|
1641
|
+
debitAmountCents: string | number | bigint;
|
|
1642
|
+
balanceCents: string | number | bigint;
|
|
1643
|
+
inputType: string;
|
|
1644
|
+
transactionType: string;
|
|
1645
|
+
status: string;
|
|
1624
1646
|
id: string;
|
|
1625
1647
|
referenceId: string | null;
|
|
1626
1648
|
sequence: number;
|
|
@@ -1641,12 +1663,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1641
1663
|
canceledAt: unknown;
|
|
1642
1664
|
canceledReason: string | null;
|
|
1643
1665
|
payoutId: string | null;
|
|
1644
|
-
creditAmountCents: string | number | bigint;
|
|
1645
|
-
debitAmountCents: string | number | bigint;
|
|
1646
|
-
balanceCents: string | number | bigint;
|
|
1647
|
-
inputType: string;
|
|
1648
|
-
transactionType: string;
|
|
1649
|
-
status: string;
|
|
1650
1666
|
createdBy?: string | {
|
|
1651
1667
|
id: string;
|
|
1652
1668
|
email: string;
|
|
@@ -1682,6 +1698,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1682
1698
|
buyerName?: string | null | undefined;
|
|
1683
1699
|
isCmaRequired?: boolean | undefined;
|
|
1684
1700
|
initialDepositStatus?: string | null | undefined;
|
|
1701
|
+
copositSaleStatus?: string | null | undefined;
|
|
1685
1702
|
project?: {
|
|
1686
1703
|
id: string;
|
|
1687
1704
|
name: string;
|
|
@@ -1720,6 +1737,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1720
1737
|
} & {
|
|
1721
1738
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
1722
1739
|
sourceTransaction?: ({
|
|
1740
|
+
creditAmountCents: string | number | bigint;
|
|
1741
|
+
debitAmountCents: string | number | bigint;
|
|
1742
|
+
balanceCents: string | number | bigint;
|
|
1743
|
+
inputType: string;
|
|
1744
|
+
transactionType: string;
|
|
1745
|
+
status: string;
|
|
1723
1746
|
id: string;
|
|
1724
1747
|
referenceId: string | null;
|
|
1725
1748
|
sequence: number;
|
|
@@ -1740,12 +1763,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1740
1763
|
canceledAt: unknown;
|
|
1741
1764
|
canceledReason: string | null;
|
|
1742
1765
|
payoutId: string | null;
|
|
1743
|
-
creditAmountCents: string | number | bigint;
|
|
1744
|
-
debitAmountCents: string | number | bigint;
|
|
1745
|
-
balanceCents: string | number | bigint;
|
|
1746
|
-
inputType: string;
|
|
1747
|
-
transactionType: string;
|
|
1748
|
-
status: string;
|
|
1749
1766
|
createdBy?: string | {
|
|
1750
1767
|
id: string;
|
|
1751
1768
|
email: string;
|
|
@@ -1781,6 +1798,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1781
1798
|
buyerName?: string | null | undefined;
|
|
1782
1799
|
isCmaRequired?: boolean | undefined;
|
|
1783
1800
|
initialDepositStatus?: string | null | undefined;
|
|
1801
|
+
copositSaleStatus?: string | null | undefined;
|
|
1784
1802
|
project?: {
|
|
1785
1803
|
id: string;
|
|
1786
1804
|
name: string;
|
|
@@ -1818,6 +1836,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1818
1836
|
} | null | undefined;
|
|
1819
1837
|
} & /*elided*/ any) | null | undefined;
|
|
1820
1838
|
subsequentTransactions?: ({
|
|
1839
|
+
creditAmountCents: string | number | bigint;
|
|
1840
|
+
debitAmountCents: string | number | bigint;
|
|
1841
|
+
balanceCents: string | number | bigint;
|
|
1842
|
+
inputType: string;
|
|
1843
|
+
transactionType: string;
|
|
1844
|
+
status: string;
|
|
1821
1845
|
id: string;
|
|
1822
1846
|
referenceId: string | null;
|
|
1823
1847
|
sequence: number;
|
|
@@ -1838,12 +1862,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1838
1862
|
canceledAt: unknown;
|
|
1839
1863
|
canceledReason: string | null;
|
|
1840
1864
|
payoutId: string | null;
|
|
1841
|
-
creditAmountCents: string | number | bigint;
|
|
1842
|
-
debitAmountCents: string | number | bigint;
|
|
1843
|
-
balanceCents: string | number | bigint;
|
|
1844
|
-
inputType: string;
|
|
1845
|
-
transactionType: string;
|
|
1846
|
-
status: string;
|
|
1847
1865
|
createdBy?: string | {
|
|
1848
1866
|
id: string;
|
|
1849
1867
|
email: string;
|
|
@@ -1879,6 +1897,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1879
1897
|
buyerName?: string | null | undefined;
|
|
1880
1898
|
isCmaRequired?: boolean | undefined;
|
|
1881
1899
|
initialDepositStatus?: string | null | undefined;
|
|
1900
|
+
copositSaleStatus?: string | null | undefined;
|
|
1882
1901
|
project?: {
|
|
1883
1902
|
id: string;
|
|
1884
1903
|
name: string;
|
|
@@ -1918,6 +1937,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1918
1937
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1919
1938
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1920
1939
|
}, z.core.$ZodTypeInternals<{
|
|
1940
|
+
creditAmountCents: number;
|
|
1941
|
+
debitAmountCents: number;
|
|
1942
|
+
balanceCents: number;
|
|
1943
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1944
|
+
transactionType: string;
|
|
1945
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1921
1946
|
id: string;
|
|
1922
1947
|
referenceId: string | null;
|
|
1923
1948
|
sequence: number;
|
|
@@ -1938,12 +1963,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1938
1963
|
canceledAt: Date | null;
|
|
1939
1964
|
canceledReason: string | null;
|
|
1940
1965
|
payoutId: string | null;
|
|
1941
|
-
creditAmountCents: number;
|
|
1942
|
-
debitAmountCents: number;
|
|
1943
|
-
balanceCents: number;
|
|
1944
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1945
|
-
transactionType: string;
|
|
1946
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1947
1966
|
createdBy?: string | {
|
|
1948
1967
|
id: string;
|
|
1949
1968
|
email: string;
|
|
@@ -1979,6 +1998,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1979
1998
|
cmaId?: string | null | undefined;
|
|
1980
1999
|
buyerName?: string | null | undefined;
|
|
1981
2000
|
initialDepositStatus?: string | null | undefined;
|
|
2001
|
+
copositSaleStatus?: string | null | undefined;
|
|
1982
2002
|
project?: {
|
|
1983
2003
|
id: string;
|
|
1984
2004
|
name: string;
|
|
@@ -2017,6 +2037,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2017
2037
|
} & {
|
|
2018
2038
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
2019
2039
|
sourceTransaction?: ({
|
|
2040
|
+
creditAmountCents: number;
|
|
2041
|
+
debitAmountCents: number;
|
|
2042
|
+
balanceCents: number;
|
|
2043
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
2044
|
+
transactionType: string;
|
|
2045
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2020
2046
|
id: string;
|
|
2021
2047
|
referenceId: string | null;
|
|
2022
2048
|
sequence: number;
|
|
@@ -2037,12 +2063,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2037
2063
|
canceledAt: Date | null;
|
|
2038
2064
|
canceledReason: string | null;
|
|
2039
2065
|
payoutId: string | null;
|
|
2040
|
-
creditAmountCents: number;
|
|
2041
|
-
debitAmountCents: number;
|
|
2042
|
-
balanceCents: number;
|
|
2043
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2044
|
-
transactionType: string;
|
|
2045
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2046
2066
|
createdBy?: string | {
|
|
2047
2067
|
id: string;
|
|
2048
2068
|
email: string;
|
|
@@ -2078,6 +2098,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2078
2098
|
cmaId?: string | null | undefined;
|
|
2079
2099
|
buyerName?: string | null | undefined;
|
|
2080
2100
|
initialDepositStatus?: string | null | undefined;
|
|
2101
|
+
copositSaleStatus?: string | null | undefined;
|
|
2081
2102
|
project?: {
|
|
2082
2103
|
id: string;
|
|
2083
2104
|
name: string;
|
|
@@ -2115,6 +2136,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2115
2136
|
} | null | undefined;
|
|
2116
2137
|
} & /*elided*/ any) | null | undefined;
|
|
2117
2138
|
subsequentTransactions?: ({
|
|
2139
|
+
creditAmountCents: number;
|
|
2140
|
+
debitAmountCents: number;
|
|
2141
|
+
balanceCents: number;
|
|
2142
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
2143
|
+
transactionType: string;
|
|
2144
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2118
2145
|
id: string;
|
|
2119
2146
|
referenceId: string | null;
|
|
2120
2147
|
sequence: number;
|
|
@@ -2135,12 +2162,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2135
2162
|
canceledAt: Date | null;
|
|
2136
2163
|
canceledReason: string | null;
|
|
2137
2164
|
payoutId: string | null;
|
|
2138
|
-
creditAmountCents: number;
|
|
2139
|
-
debitAmountCents: number;
|
|
2140
|
-
balanceCents: number;
|
|
2141
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2142
|
-
transactionType: string;
|
|
2143
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2144
2165
|
createdBy?: string | {
|
|
2145
2166
|
id: string;
|
|
2146
2167
|
email: string;
|
|
@@ -2176,6 +2197,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2176
2197
|
cmaId?: string | null | undefined;
|
|
2177
2198
|
buyerName?: string | null | undefined;
|
|
2178
2199
|
initialDepositStatus?: string | null | undefined;
|
|
2200
|
+
copositSaleStatus?: string | null | undefined;
|
|
2179
2201
|
project?: {
|
|
2180
2202
|
id: string;
|
|
2181
2203
|
name: string;
|
|
@@ -2225,6 +2247,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2225
2247
|
isCancelable?: boolean | null | undefined;
|
|
2226
2248
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2227
2249
|
}, {
|
|
2250
|
+
creditAmountCents: string | number | bigint;
|
|
2251
|
+
debitAmountCents: string | number | bigint;
|
|
2252
|
+
balanceCents: string | number | bigint;
|
|
2253
|
+
inputType: string;
|
|
2254
|
+
transactionType: string;
|
|
2255
|
+
status: string;
|
|
2228
2256
|
id: string;
|
|
2229
2257
|
referenceId: string | null;
|
|
2230
2258
|
sequence: number;
|
|
@@ -2245,12 +2273,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2245
2273
|
canceledAt: unknown;
|
|
2246
2274
|
canceledReason: string | null;
|
|
2247
2275
|
payoutId: string | null;
|
|
2248
|
-
creditAmountCents: string | number | bigint;
|
|
2249
|
-
debitAmountCents: string | number | bigint;
|
|
2250
|
-
balanceCents: string | number | bigint;
|
|
2251
|
-
inputType: string;
|
|
2252
|
-
transactionType: string;
|
|
2253
|
-
status: string;
|
|
2254
2276
|
createdBy?: string | {
|
|
2255
2277
|
id: string;
|
|
2256
2278
|
email: string;
|
|
@@ -2286,6 +2308,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2286
2308
|
buyerName?: string | null | undefined;
|
|
2287
2309
|
isCmaRequired?: boolean | undefined;
|
|
2288
2310
|
initialDepositStatus?: string | null | undefined;
|
|
2311
|
+
copositSaleStatus?: string | null | undefined;
|
|
2289
2312
|
project?: {
|
|
2290
2313
|
id: string;
|
|
2291
2314
|
name: string;
|
|
@@ -2324,6 +2347,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2324
2347
|
} & {
|
|
2325
2348
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
2326
2349
|
sourceTransaction?: ({
|
|
2350
|
+
creditAmountCents: string | number | bigint;
|
|
2351
|
+
debitAmountCents: string | number | bigint;
|
|
2352
|
+
balanceCents: string | number | bigint;
|
|
2353
|
+
inputType: string;
|
|
2354
|
+
transactionType: string;
|
|
2355
|
+
status: string;
|
|
2327
2356
|
id: string;
|
|
2328
2357
|
referenceId: string | null;
|
|
2329
2358
|
sequence: number;
|
|
@@ -2344,12 +2373,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2344
2373
|
canceledAt: unknown;
|
|
2345
2374
|
canceledReason: string | null;
|
|
2346
2375
|
payoutId: string | null;
|
|
2347
|
-
creditAmountCents: string | number | bigint;
|
|
2348
|
-
debitAmountCents: string | number | bigint;
|
|
2349
|
-
balanceCents: string | number | bigint;
|
|
2350
|
-
inputType: string;
|
|
2351
|
-
transactionType: string;
|
|
2352
|
-
status: string;
|
|
2353
2376
|
createdBy?: string | {
|
|
2354
2377
|
id: string;
|
|
2355
2378
|
email: string;
|
|
@@ -2385,6 +2408,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2385
2408
|
buyerName?: string | null | undefined;
|
|
2386
2409
|
isCmaRequired?: boolean | undefined;
|
|
2387
2410
|
initialDepositStatus?: string | null | undefined;
|
|
2411
|
+
copositSaleStatus?: string | null | undefined;
|
|
2388
2412
|
project?: {
|
|
2389
2413
|
id: string;
|
|
2390
2414
|
name: string;
|
|
@@ -2422,6 +2446,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2422
2446
|
} | null | undefined;
|
|
2423
2447
|
} & /*elided*/ any) | null | undefined;
|
|
2424
2448
|
subsequentTransactions?: ({
|
|
2449
|
+
creditAmountCents: string | number | bigint;
|
|
2450
|
+
debitAmountCents: string | number | bigint;
|
|
2451
|
+
balanceCents: string | number | bigint;
|
|
2452
|
+
inputType: string;
|
|
2453
|
+
transactionType: string;
|
|
2454
|
+
status: string;
|
|
2425
2455
|
id: string;
|
|
2426
2456
|
referenceId: string | null;
|
|
2427
2457
|
sequence: number;
|
|
@@ -2442,12 +2472,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2442
2472
|
canceledAt: unknown;
|
|
2443
2473
|
canceledReason: string | null;
|
|
2444
2474
|
payoutId: string | null;
|
|
2445
|
-
creditAmountCents: string | number | bigint;
|
|
2446
|
-
debitAmountCents: string | number | bigint;
|
|
2447
|
-
balanceCents: string | number | bigint;
|
|
2448
|
-
inputType: string;
|
|
2449
|
-
transactionType: string;
|
|
2450
|
-
status: string;
|
|
2451
2475
|
createdBy?: string | {
|
|
2452
2476
|
id: string;
|
|
2453
2477
|
email: string;
|
|
@@ -2483,6 +2507,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2483
2507
|
buyerName?: string | null | undefined;
|
|
2484
2508
|
isCmaRequired?: boolean | undefined;
|
|
2485
2509
|
initialDepositStatus?: string | null | undefined;
|
|
2510
|
+
copositSaleStatus?: string | null | undefined;
|
|
2486
2511
|
project?: {
|
|
2487
2512
|
id: string;
|
|
2488
2513
|
name: string;
|
|
@@ -2612,6 +2637,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2612
2637
|
cmaId?: string | null | undefined;
|
|
2613
2638
|
buyerName?: string | null | undefined;
|
|
2614
2639
|
initialDepositStatus?: string | null | undefined;
|
|
2640
|
+
copositSaleStatus?: string | null | undefined;
|
|
2615
2641
|
project?: {
|
|
2616
2642
|
id: string;
|
|
2617
2643
|
name: string;
|
|
@@ -2710,6 +2736,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2710
2736
|
cmaId?: string | null | undefined;
|
|
2711
2737
|
buyerName?: string | null | undefined;
|
|
2712
2738
|
initialDepositStatus?: string | null | undefined;
|
|
2739
|
+
copositSaleStatus?: string | null | undefined;
|
|
2713
2740
|
project?: {
|
|
2714
2741
|
id: string;
|
|
2715
2742
|
name: string;
|
|
@@ -2807,6 +2834,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2807
2834
|
cmaId?: string | null | undefined;
|
|
2808
2835
|
buyerName?: string | null | undefined;
|
|
2809
2836
|
initialDepositStatus?: string | null | undefined;
|
|
2837
|
+
copositSaleStatus?: string | null | undefined;
|
|
2810
2838
|
project?: {
|
|
2811
2839
|
id: string;
|
|
2812
2840
|
name: string;
|
|
@@ -2911,6 +2939,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2911
2939
|
createdBy: z.ZodNullable<z.ZodUUID>;
|
|
2912
2940
|
payoutId: z.ZodNullable<z.ZodUUID>;
|
|
2913
2941
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
2942
|
+
creditAmountCents: number;
|
|
2943
|
+
debitAmountCents: number;
|
|
2944
|
+
balanceCents: number;
|
|
2945
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
2946
|
+
transactionType: string;
|
|
2947
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2914
2948
|
id: string;
|
|
2915
2949
|
referenceId: string | null;
|
|
2916
2950
|
sequence: number;
|
|
@@ -2931,12 +2965,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2931
2965
|
canceledAt: Date | null;
|
|
2932
2966
|
canceledReason: string | null;
|
|
2933
2967
|
payoutId: string | null;
|
|
2934
|
-
creditAmountCents: number;
|
|
2935
|
-
debitAmountCents: number;
|
|
2936
|
-
balanceCents: number;
|
|
2937
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2938
|
-
transactionType: string;
|
|
2939
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2940
2968
|
createdBy?: string | {
|
|
2941
2969
|
id: string;
|
|
2942
2970
|
email: string;
|
|
@@ -2972,6 +3000,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2972
3000
|
cmaId?: string | null | undefined;
|
|
2973
3001
|
buyerName?: string | null | undefined;
|
|
2974
3002
|
initialDepositStatus?: string | null | undefined;
|
|
3003
|
+
copositSaleStatus?: string | null | undefined;
|
|
2975
3004
|
project?: {
|
|
2976
3005
|
id: string;
|
|
2977
3006
|
name: string;
|
|
@@ -3010,6 +3039,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3010
3039
|
} & {
|
|
3011
3040
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
3012
3041
|
sourceTransaction?: ({
|
|
3042
|
+
creditAmountCents: number;
|
|
3043
|
+
debitAmountCents: number;
|
|
3044
|
+
balanceCents: number;
|
|
3045
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
3046
|
+
transactionType: string;
|
|
3047
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3013
3048
|
id: string;
|
|
3014
3049
|
referenceId: string | null;
|
|
3015
3050
|
sequence: number;
|
|
@@ -3030,12 +3065,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3030
3065
|
canceledAt: Date | null;
|
|
3031
3066
|
canceledReason: string | null;
|
|
3032
3067
|
payoutId: string | null;
|
|
3033
|
-
creditAmountCents: number;
|
|
3034
|
-
debitAmountCents: number;
|
|
3035
|
-
balanceCents: number;
|
|
3036
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
3037
|
-
transactionType: string;
|
|
3038
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
3039
3068
|
createdBy?: string | {
|
|
3040
3069
|
id: string;
|
|
3041
3070
|
email: string;
|
|
@@ -3071,6 +3100,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3071
3100
|
cmaId?: string | null | undefined;
|
|
3072
3101
|
buyerName?: string | null | undefined;
|
|
3073
3102
|
initialDepositStatus?: string | null | undefined;
|
|
3103
|
+
copositSaleStatus?: string | null | undefined;
|
|
3074
3104
|
project?: {
|
|
3075
3105
|
id: string;
|
|
3076
3106
|
name: string;
|
|
@@ -3108,6 +3138,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3108
3138
|
} | null | undefined;
|
|
3109
3139
|
} & /*elided*/ any) | null | undefined;
|
|
3110
3140
|
subsequentTransactions?: ({
|
|
3141
|
+
creditAmountCents: number;
|
|
3142
|
+
debitAmountCents: number;
|
|
3143
|
+
balanceCents: number;
|
|
3144
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
3145
|
+
transactionType: string;
|
|
3146
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3111
3147
|
id: string;
|
|
3112
3148
|
referenceId: string | null;
|
|
3113
3149
|
sequence: number;
|
|
@@ -3128,12 +3164,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3128
3164
|
canceledAt: Date | null;
|
|
3129
3165
|
canceledReason: string | null;
|
|
3130
3166
|
payoutId: string | null;
|
|
3131
|
-
creditAmountCents: number;
|
|
3132
|
-
debitAmountCents: number;
|
|
3133
|
-
balanceCents: number;
|
|
3134
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
3135
|
-
transactionType: string;
|
|
3136
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
3137
3167
|
createdBy?: string | {
|
|
3138
3168
|
id: string;
|
|
3139
3169
|
email: string;
|
|
@@ -3169,6 +3199,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3169
3199
|
cmaId?: string | null | undefined;
|
|
3170
3200
|
buyerName?: string | null | undefined;
|
|
3171
3201
|
initialDepositStatus?: string | null | undefined;
|
|
3202
|
+
copositSaleStatus?: string | null | undefined;
|
|
3172
3203
|
project?: {
|
|
3173
3204
|
id: string;
|
|
3174
3205
|
name: string;
|
|
@@ -3349,6 +3380,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3349
3380
|
cmaId?: string | null | undefined;
|
|
3350
3381
|
buyerName?: string | null | undefined;
|
|
3351
3382
|
initialDepositStatus?: string | null | undefined;
|
|
3383
|
+
copositSaleStatus?: string | null | undefined;
|
|
3352
3384
|
project?: {
|
|
3353
3385
|
id: string;
|
|
3354
3386
|
name: string;
|
|
@@ -3447,6 +3479,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3447
3479
|
cmaId?: string | null | undefined;
|
|
3448
3480
|
buyerName?: string | null | undefined;
|
|
3449
3481
|
initialDepositStatus?: string | null | undefined;
|
|
3482
|
+
copositSaleStatus?: string | null | undefined;
|
|
3450
3483
|
project?: {
|
|
3451
3484
|
id: string;
|
|
3452
3485
|
name: string;
|
|
@@ -3544,6 +3577,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3544
3577
|
cmaId?: string | null | undefined;
|
|
3545
3578
|
buyerName?: string | null | undefined;
|
|
3546
3579
|
initialDepositStatus?: string | null | undefined;
|
|
3580
|
+
copositSaleStatus?: string | null | undefined;
|
|
3547
3581
|
project?: {
|
|
3548
3582
|
id: string;
|
|
3549
3583
|
name: string;
|