@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.18
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/common/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +2 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts +3 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/index.d.ts +1 -0
- package/dist/cjs/constants/property/index.d.ts.map +1 -1
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts +14 -4
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +331 -184
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
- 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 +26 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- 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 +2 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
- 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 +50 -24
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +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 +260 -191
- 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 +18 -16
- 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 +7 -4
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -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 +234 -72
- 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 +8 -4
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +924 -291
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/date.util.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +12 -2
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/cjs/utils/transaction.util.d.ts +2 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/common/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +2 -0
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/pagination.constant.d.ts +3 -0
- package/dist/esm/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/index.d.ts +1 -0
- package/dist/esm/constants/property/index.d.ts.map +1 -1
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/property-status.constant.d.ts +14 -4
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +263 -164
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
- 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 +26 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- 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 +2 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
- 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 +50 -24
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +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 +260 -191
- 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 +18 -16
- 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 +7 -4
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -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 +234 -72
- 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 +8 -4
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +924 -291
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/date.util.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +12 -2
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/dist/esm/utils/transaction.util.d.ts +2 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +17 -10
|
@@ -32,6 +32,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
32
32
|
stage: z.ZodString;
|
|
33
33
|
status: z.ZodString;
|
|
34
34
|
mtaId: z.ZodString;
|
|
35
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
37
|
isArchived: z.ZodBoolean;
|
|
36
38
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
37
39
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -175,7 +177,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
175
177
|
cmaBalanceCents: bigint;
|
|
176
178
|
mtaBalanceCents: bigint;
|
|
177
179
|
stage: string;
|
|
180
|
+
cmaId?: string | null | undefined;
|
|
178
181
|
buyerName?: string | null | undefined;
|
|
182
|
+
initialDepositStatus?: string | null | undefined;
|
|
179
183
|
project?: {
|
|
180
184
|
id: string;
|
|
181
185
|
name: string;
|
|
@@ -268,7 +272,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
268
272
|
cmaBalanceCents: bigint;
|
|
269
273
|
mtaBalanceCents: bigint;
|
|
270
274
|
stage: string;
|
|
275
|
+
cmaId?: string | null | undefined;
|
|
271
276
|
buyerName?: string | null | undefined;
|
|
277
|
+
initialDepositStatus?: string | null | undefined;
|
|
272
278
|
project?: {
|
|
273
279
|
id: string;
|
|
274
280
|
name: string;
|
|
@@ -360,7 +366,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
360
366
|
cmaBalanceCents: bigint;
|
|
361
367
|
mtaBalanceCents: bigint;
|
|
362
368
|
stage: string;
|
|
369
|
+
cmaId?: string | null | undefined;
|
|
363
370
|
buyerName?: string | null | undefined;
|
|
371
|
+
initialDepositStatus?: string | null | undefined;
|
|
364
372
|
project?: {
|
|
365
373
|
id: string;
|
|
366
374
|
name: string;
|
|
@@ -460,7 +468,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
460
468
|
cmaBalanceCents: unknown;
|
|
461
469
|
mtaBalanceCents: unknown;
|
|
462
470
|
stage: string;
|
|
471
|
+
cmaId?: string | null | undefined;
|
|
463
472
|
buyerName?: string | null | undefined;
|
|
473
|
+
initialDepositStatus?: string | null | undefined;
|
|
464
474
|
project?: {
|
|
465
475
|
id: string;
|
|
466
476
|
name: string;
|
|
@@ -553,7 +563,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
553
563
|
cmaBalanceCents: unknown;
|
|
554
564
|
mtaBalanceCents: unknown;
|
|
555
565
|
stage: string;
|
|
566
|
+
cmaId?: string | null | undefined;
|
|
556
567
|
buyerName?: string | null | undefined;
|
|
568
|
+
initialDepositStatus?: string | null | undefined;
|
|
557
569
|
project?: {
|
|
558
570
|
id: string;
|
|
559
571
|
name: string;
|
|
@@ -645,7 +657,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
645
657
|
cmaBalanceCents: unknown;
|
|
646
658
|
mtaBalanceCents: unknown;
|
|
647
659
|
stage: string;
|
|
660
|
+
cmaId?: string | null | undefined;
|
|
648
661
|
buyerName?: string | null | undefined;
|
|
662
|
+
initialDepositStatus?: string | null | undefined;
|
|
649
663
|
project?: {
|
|
650
664
|
id: string;
|
|
651
665
|
name: string;
|
|
@@ -739,7 +753,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
739
753
|
cmaBalanceCents: bigint;
|
|
740
754
|
mtaBalanceCents: bigint;
|
|
741
755
|
stage: string;
|
|
756
|
+
cmaId?: string | null | undefined;
|
|
742
757
|
buyerName?: string | null | undefined;
|
|
758
|
+
initialDepositStatus?: string | null | undefined;
|
|
743
759
|
project?: {
|
|
744
760
|
id: string;
|
|
745
761
|
name: string;
|
|
@@ -832,7 +848,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
832
848
|
cmaBalanceCents: bigint;
|
|
833
849
|
mtaBalanceCents: bigint;
|
|
834
850
|
stage: string;
|
|
851
|
+
cmaId?: string | null | undefined;
|
|
835
852
|
buyerName?: string | null | undefined;
|
|
853
|
+
initialDepositStatus?: string | null | undefined;
|
|
836
854
|
project?: {
|
|
837
855
|
id: string;
|
|
838
856
|
name: string;
|
|
@@ -924,7 +942,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
924
942
|
cmaBalanceCents: bigint;
|
|
925
943
|
mtaBalanceCents: bigint;
|
|
926
944
|
stage: string;
|
|
945
|
+
cmaId?: string | null | undefined;
|
|
927
946
|
buyerName?: string | null | undefined;
|
|
947
|
+
initialDepositStatus?: string | null | undefined;
|
|
928
948
|
project?: {
|
|
929
949
|
id: string;
|
|
930
950
|
name: string;
|
|
@@ -1024,7 +1044,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1024
1044
|
cmaBalanceCents: unknown;
|
|
1025
1045
|
mtaBalanceCents: unknown;
|
|
1026
1046
|
stage: string;
|
|
1047
|
+
cmaId?: string | null | undefined;
|
|
1027
1048
|
buyerName?: string | null | undefined;
|
|
1049
|
+
initialDepositStatus?: string | null | undefined;
|
|
1028
1050
|
project?: {
|
|
1029
1051
|
id: string;
|
|
1030
1052
|
name: string;
|
|
@@ -1117,7 +1139,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1117
1139
|
cmaBalanceCents: unknown;
|
|
1118
1140
|
mtaBalanceCents: unknown;
|
|
1119
1141
|
stage: string;
|
|
1142
|
+
cmaId?: string | null | undefined;
|
|
1120
1143
|
buyerName?: string | null | undefined;
|
|
1144
|
+
initialDepositStatus?: string | null | undefined;
|
|
1121
1145
|
project?: {
|
|
1122
1146
|
id: string;
|
|
1123
1147
|
name: string;
|
|
@@ -1209,7 +1233,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1209
1233
|
cmaBalanceCents: unknown;
|
|
1210
1234
|
mtaBalanceCents: unknown;
|
|
1211
1235
|
stage: string;
|
|
1236
|
+
cmaId?: string | null | undefined;
|
|
1212
1237
|
buyerName?: string | null | undefined;
|
|
1238
|
+
initialDepositStatus?: string | null | undefined;
|
|
1213
1239
|
project?: {
|
|
1214
1240
|
id: string;
|
|
1215
1241
|
name: string;
|
|
@@ -1305,7 +1331,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1305
1331
|
cmaBalanceCents: bigint;
|
|
1306
1332
|
mtaBalanceCents: bigint;
|
|
1307
1333
|
stage: string;
|
|
1334
|
+
cmaId?: string | null | undefined;
|
|
1308
1335
|
buyerName?: string | null | undefined;
|
|
1336
|
+
initialDepositStatus?: string | null | undefined;
|
|
1309
1337
|
project?: {
|
|
1310
1338
|
id: string;
|
|
1311
1339
|
name: string;
|
|
@@ -1399,7 +1427,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1399
1427
|
cmaBalanceCents: bigint;
|
|
1400
1428
|
mtaBalanceCents: bigint;
|
|
1401
1429
|
stage: string;
|
|
1430
|
+
cmaId?: string | null | undefined;
|
|
1402
1431
|
buyerName?: string | null | undefined;
|
|
1432
|
+
initialDepositStatus?: string | null | undefined;
|
|
1403
1433
|
project?: {
|
|
1404
1434
|
id: string;
|
|
1405
1435
|
name: string;
|
|
@@ -1492,7 +1522,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1492
1522
|
cmaBalanceCents: bigint;
|
|
1493
1523
|
mtaBalanceCents: bigint;
|
|
1494
1524
|
stage: string;
|
|
1525
|
+
cmaId?: string | null | undefined;
|
|
1495
1526
|
buyerName?: string | null | undefined;
|
|
1527
|
+
initialDepositStatus?: string | null | undefined;
|
|
1496
1528
|
project?: {
|
|
1497
1529
|
id: string;
|
|
1498
1530
|
name: string;
|
|
@@ -1535,6 +1567,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1535
1567
|
isUnknown?: boolean | null | undefined;
|
|
1536
1568
|
isAssignableToProperty?: boolean | null | undefined;
|
|
1537
1569
|
isAssignedToProperty?: boolean | null | undefined;
|
|
1570
|
+
isPaidout?: boolean | null | undefined;
|
|
1538
1571
|
amountStr?: string | null | undefined;
|
|
1539
1572
|
transactionNumber?: string | null | undefined;
|
|
1540
1573
|
isCancelable?: boolean | null | undefined;
|
|
@@ -1549,10 +1582,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1549
1582
|
isRefunded: boolean;
|
|
1550
1583
|
isCanceled: boolean;
|
|
1551
1584
|
isArchived: boolean;
|
|
1552
|
-
clearedAt:
|
|
1553
|
-
createdAt:
|
|
1554
|
-
syncedAt:
|
|
1555
|
-
updatedAt:
|
|
1585
|
+
clearedAt: Date | null;
|
|
1586
|
+
createdAt: Date;
|
|
1587
|
+
syncedAt: Date;
|
|
1588
|
+
updatedAt: Date;
|
|
1556
1589
|
note: string | null;
|
|
1557
1590
|
sourceTransactionId: string | null;
|
|
1558
1591
|
cancelType: string | null;
|
|
@@ -1595,7 +1628,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1595
1628
|
cmaBalanceCents: unknown;
|
|
1596
1629
|
mtaBalanceCents: unknown;
|
|
1597
1630
|
stage: string;
|
|
1631
|
+
cmaId?: string | null | undefined;
|
|
1598
1632
|
buyerName?: string | null | undefined;
|
|
1633
|
+
initialDepositStatus?: string | null | undefined;
|
|
1599
1634
|
project?: {
|
|
1600
1635
|
id: string;
|
|
1601
1636
|
name: string;
|
|
@@ -1643,10 +1678,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1643
1678
|
isRefunded: boolean;
|
|
1644
1679
|
isCanceled: boolean;
|
|
1645
1680
|
isArchived: boolean;
|
|
1646
|
-
clearedAt:
|
|
1647
|
-
createdAt:
|
|
1648
|
-
syncedAt:
|
|
1649
|
-
updatedAt:
|
|
1681
|
+
clearedAt: Date | null;
|
|
1682
|
+
createdAt: Date;
|
|
1683
|
+
syncedAt: Date;
|
|
1684
|
+
updatedAt: Date;
|
|
1650
1685
|
note: string | null;
|
|
1651
1686
|
sourceTransactionId: string | null;
|
|
1652
1687
|
cancelType: string | null;
|
|
@@ -1689,7 +1724,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1689
1724
|
cmaBalanceCents: unknown;
|
|
1690
1725
|
mtaBalanceCents: unknown;
|
|
1691
1726
|
stage: string;
|
|
1727
|
+
cmaId?: string | null | undefined;
|
|
1692
1728
|
buyerName?: string | null | undefined;
|
|
1729
|
+
initialDepositStatus?: string | null | undefined;
|
|
1693
1730
|
project?: {
|
|
1694
1731
|
id: string;
|
|
1695
1732
|
name: string;
|
|
@@ -1736,10 +1773,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1736
1773
|
isRefunded: boolean;
|
|
1737
1774
|
isCanceled: boolean;
|
|
1738
1775
|
isArchived: boolean;
|
|
1739
|
-
clearedAt:
|
|
1740
|
-
createdAt:
|
|
1741
|
-
syncedAt:
|
|
1742
|
-
updatedAt:
|
|
1776
|
+
clearedAt: Date | null;
|
|
1777
|
+
createdAt: Date;
|
|
1778
|
+
syncedAt: Date;
|
|
1779
|
+
updatedAt: Date;
|
|
1743
1780
|
note: string | null;
|
|
1744
1781
|
sourceTransactionId: string | null;
|
|
1745
1782
|
cancelType: string | null;
|
|
@@ -1782,7 +1819,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1782
1819
|
cmaBalanceCents: unknown;
|
|
1783
1820
|
mtaBalanceCents: unknown;
|
|
1784
1821
|
stage: string;
|
|
1822
|
+
cmaId?: string | null | undefined;
|
|
1785
1823
|
buyerName?: string | null | undefined;
|
|
1824
|
+
initialDepositStatus?: string | null | undefined;
|
|
1786
1825
|
project?: {
|
|
1787
1826
|
id: string;
|
|
1788
1827
|
name: string;
|
|
@@ -1876,7 +1915,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1876
1915
|
cmaBalanceCents: bigint;
|
|
1877
1916
|
mtaBalanceCents: bigint;
|
|
1878
1917
|
stage: string;
|
|
1918
|
+
cmaId?: string | null | undefined;
|
|
1879
1919
|
buyerName?: string | null | undefined;
|
|
1920
|
+
initialDepositStatus?: string | null | undefined;
|
|
1880
1921
|
project?: {
|
|
1881
1922
|
id: string;
|
|
1882
1923
|
name: string;
|
|
@@ -1970,7 +2011,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1970
2011
|
cmaBalanceCents: bigint;
|
|
1971
2012
|
mtaBalanceCents: bigint;
|
|
1972
2013
|
stage: string;
|
|
2014
|
+
cmaId?: string | null | undefined;
|
|
1973
2015
|
buyerName?: string | null | undefined;
|
|
2016
|
+
initialDepositStatus?: string | null | undefined;
|
|
1974
2017
|
project?: {
|
|
1975
2018
|
id: string;
|
|
1976
2019
|
name: string;
|
|
@@ -2063,7 +2106,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2063
2106
|
cmaBalanceCents: bigint;
|
|
2064
2107
|
mtaBalanceCents: bigint;
|
|
2065
2108
|
stage: string;
|
|
2109
|
+
cmaId?: string | null | undefined;
|
|
2066
2110
|
buyerName?: string | null | undefined;
|
|
2111
|
+
initialDepositStatus?: string | null | undefined;
|
|
2067
2112
|
project?: {
|
|
2068
2113
|
id: string;
|
|
2069
2114
|
name: string;
|
|
@@ -2106,6 +2151,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2106
2151
|
isUnknown?: boolean | null | undefined;
|
|
2107
2152
|
isAssignableToProperty?: boolean | null | undefined;
|
|
2108
2153
|
isAssignedToProperty?: boolean | null | undefined;
|
|
2154
|
+
isPaidout?: boolean | null | undefined;
|
|
2109
2155
|
amountStr?: string | null | undefined;
|
|
2110
2156
|
transactionNumber?: string | null | undefined;
|
|
2111
2157
|
isCancelable?: boolean | null | undefined;
|
|
@@ -2120,10 +2166,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2120
2166
|
isRefunded: boolean;
|
|
2121
2167
|
isCanceled: boolean;
|
|
2122
2168
|
isArchived: boolean;
|
|
2123
|
-
clearedAt:
|
|
2124
|
-
createdAt:
|
|
2125
|
-
syncedAt:
|
|
2126
|
-
updatedAt:
|
|
2169
|
+
clearedAt: Date | null;
|
|
2170
|
+
createdAt: Date;
|
|
2171
|
+
syncedAt: Date;
|
|
2172
|
+
updatedAt: Date;
|
|
2127
2173
|
note: string | null;
|
|
2128
2174
|
sourceTransactionId: string | null;
|
|
2129
2175
|
cancelType: string | null;
|
|
@@ -2166,7 +2212,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2166
2212
|
cmaBalanceCents: unknown;
|
|
2167
2213
|
mtaBalanceCents: unknown;
|
|
2168
2214
|
stage: string;
|
|
2215
|
+
cmaId?: string | null | undefined;
|
|
2169
2216
|
buyerName?: string | null | undefined;
|
|
2217
|
+
initialDepositStatus?: string | null | undefined;
|
|
2170
2218
|
project?: {
|
|
2171
2219
|
id: string;
|
|
2172
2220
|
name: string;
|
|
@@ -2214,10 +2262,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2214
2262
|
isRefunded: boolean;
|
|
2215
2263
|
isCanceled: boolean;
|
|
2216
2264
|
isArchived: boolean;
|
|
2217
|
-
clearedAt:
|
|
2218
|
-
createdAt:
|
|
2219
|
-
syncedAt:
|
|
2220
|
-
updatedAt:
|
|
2265
|
+
clearedAt: Date | null;
|
|
2266
|
+
createdAt: Date;
|
|
2267
|
+
syncedAt: Date;
|
|
2268
|
+
updatedAt: Date;
|
|
2221
2269
|
note: string | null;
|
|
2222
2270
|
sourceTransactionId: string | null;
|
|
2223
2271
|
cancelType: string | null;
|
|
@@ -2260,7 +2308,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2260
2308
|
cmaBalanceCents: unknown;
|
|
2261
2309
|
mtaBalanceCents: unknown;
|
|
2262
2310
|
stage: string;
|
|
2311
|
+
cmaId?: string | null | undefined;
|
|
2263
2312
|
buyerName?: string | null | undefined;
|
|
2313
|
+
initialDepositStatus?: string | null | undefined;
|
|
2264
2314
|
project?: {
|
|
2265
2315
|
id: string;
|
|
2266
2316
|
name: string;
|
|
@@ -2307,10 +2357,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2307
2357
|
isRefunded: boolean;
|
|
2308
2358
|
isCanceled: boolean;
|
|
2309
2359
|
isArchived: boolean;
|
|
2310
|
-
clearedAt:
|
|
2311
|
-
createdAt:
|
|
2312
|
-
syncedAt:
|
|
2313
|
-
updatedAt:
|
|
2360
|
+
clearedAt: Date | null;
|
|
2361
|
+
createdAt: Date;
|
|
2362
|
+
syncedAt: Date;
|
|
2363
|
+
updatedAt: Date;
|
|
2314
2364
|
note: string | null;
|
|
2315
2365
|
sourceTransactionId: string | null;
|
|
2316
2366
|
cancelType: string | null;
|
|
@@ -2353,7 +2403,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2353
2403
|
cmaBalanceCents: unknown;
|
|
2354
2404
|
mtaBalanceCents: unknown;
|
|
2355
2405
|
stage: string;
|
|
2406
|
+
cmaId?: string | null | undefined;
|
|
2356
2407
|
buyerName?: string | null | undefined;
|
|
2408
|
+
initialDepositStatus?: string | null | undefined;
|
|
2357
2409
|
project?: {
|
|
2358
2410
|
id: string;
|
|
2359
2411
|
name: string;
|
|
@@ -2476,7 +2528,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2476
2528
|
cmaBalanceCents: bigint;
|
|
2477
2529
|
mtaBalanceCents: bigint;
|
|
2478
2530
|
stage: string;
|
|
2531
|
+
cmaId?: string | null | undefined;
|
|
2479
2532
|
buyerName?: string | null | undefined;
|
|
2533
|
+
initialDepositStatus?: string | null | undefined;
|
|
2480
2534
|
project?: {
|
|
2481
2535
|
id: string;
|
|
2482
2536
|
name: string;
|
|
@@ -2569,7 +2623,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2569
2623
|
cmaBalanceCents: bigint;
|
|
2570
2624
|
mtaBalanceCents: bigint;
|
|
2571
2625
|
stage: string;
|
|
2626
|
+
cmaId?: string | null | undefined;
|
|
2572
2627
|
buyerName?: string | null | undefined;
|
|
2628
|
+
initialDepositStatus?: string | null | undefined;
|
|
2573
2629
|
project?: {
|
|
2574
2630
|
id: string;
|
|
2575
2631
|
name: string;
|
|
@@ -2661,7 +2717,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2661
2717
|
cmaBalanceCents: bigint;
|
|
2662
2718
|
mtaBalanceCents: bigint;
|
|
2663
2719
|
stage: string;
|
|
2720
|
+
cmaId?: string | null | undefined;
|
|
2664
2721
|
buyerName?: string | null | undefined;
|
|
2722
|
+
initialDepositStatus?: string | null | undefined;
|
|
2665
2723
|
project?: {
|
|
2666
2724
|
id: string;
|
|
2667
2725
|
name: string;
|
|
@@ -2752,10 +2810,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2752
2810
|
isRefunded: z.ZodBoolean;
|
|
2753
2811
|
isCanceled: z.ZodBoolean;
|
|
2754
2812
|
isArchived: z.ZodBoolean;
|
|
2755
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
2756
|
-
createdAt: z.ZodCoercedDate<
|
|
2757
|
-
syncedAt: z.ZodCoercedDate<
|
|
2758
|
-
updatedAt: z.ZodCoercedDate<
|
|
2813
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
2814
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
2815
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
2816
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
2759
2817
|
note: z.ZodNullable<z.ZodString>;
|
|
2760
2818
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
2761
2819
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -2821,7 +2879,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2821
2879
|
cmaBalanceCents: bigint;
|
|
2822
2880
|
mtaBalanceCents: bigint;
|
|
2823
2881
|
stage: string;
|
|
2882
|
+
cmaId?: string | null | undefined;
|
|
2824
2883
|
buyerName?: string | null | undefined;
|
|
2884
|
+
initialDepositStatus?: string | null | undefined;
|
|
2825
2885
|
project?: {
|
|
2826
2886
|
id: string;
|
|
2827
2887
|
name: string;
|
|
@@ -2915,7 +2975,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2915
2975
|
cmaBalanceCents: bigint;
|
|
2916
2976
|
mtaBalanceCents: bigint;
|
|
2917
2977
|
stage: string;
|
|
2978
|
+
cmaId?: string | null | undefined;
|
|
2918
2979
|
buyerName?: string | null | undefined;
|
|
2980
|
+
initialDepositStatus?: string | null | undefined;
|
|
2919
2981
|
project?: {
|
|
2920
2982
|
id: string;
|
|
2921
2983
|
name: string;
|
|
@@ -3008,7 +3070,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3008
3070
|
cmaBalanceCents: bigint;
|
|
3009
3071
|
mtaBalanceCents: bigint;
|
|
3010
3072
|
stage: string;
|
|
3073
|
+
cmaId?: string | null | undefined;
|
|
3011
3074
|
buyerName?: string | null | undefined;
|
|
3075
|
+
initialDepositStatus?: string | null | undefined;
|
|
3012
3076
|
project?: {
|
|
3013
3077
|
id: string;
|
|
3014
3078
|
name: string;
|
|
@@ -3051,6 +3115,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3051
3115
|
isUnknown?: boolean | null | undefined;
|
|
3052
3116
|
isAssignableToProperty?: boolean | null | undefined;
|
|
3053
3117
|
isAssignedToProperty?: boolean | null | undefined;
|
|
3118
|
+
isPaidout?: boolean | null | undefined;
|
|
3054
3119
|
amountStr?: string | null | undefined;
|
|
3055
3120
|
transactionNumber?: string | null | undefined;
|
|
3056
3121
|
isCancelable?: boolean | null | undefined;
|
|
@@ -3107,7 +3172,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3107
3172
|
createdBy: z.ZodString;
|
|
3108
3173
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
3109
3174
|
id: string;
|
|
3110
|
-
description: string | null;
|
|
3111
3175
|
status: "active" | "inactive";
|
|
3112
3176
|
isArchived: boolean;
|
|
3113
3177
|
createdAt: Date;
|
|
@@ -3117,6 +3181,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3117
3181
|
propertyId: string;
|
|
3118
3182
|
payoutId: number;
|
|
3119
3183
|
balanceCents: number;
|
|
3184
|
+
description: string | null;
|
|
3120
3185
|
createdBy: string;
|
|
3121
3186
|
cmaSeq: number;
|
|
3122
3187
|
country: string;
|
|
@@ -3181,7 +3246,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3181
3246
|
cmaBalanceCents: bigint;
|
|
3182
3247
|
mtaBalanceCents: bigint;
|
|
3183
3248
|
stage: string;
|
|
3249
|
+
cmaId?: string | null | undefined;
|
|
3184
3250
|
buyerName?: string | null | undefined;
|
|
3251
|
+
initialDepositStatus?: string | null | undefined;
|
|
3185
3252
|
project?: {
|
|
3186
3253
|
id: string;
|
|
3187
3254
|
name: string;
|
|
@@ -3274,7 +3341,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3274
3341
|
cmaBalanceCents: bigint;
|
|
3275
3342
|
mtaBalanceCents: bigint;
|
|
3276
3343
|
stage: string;
|
|
3344
|
+
cmaId?: string | null | undefined;
|
|
3277
3345
|
buyerName?: string | null | undefined;
|
|
3346
|
+
initialDepositStatus?: string | null | undefined;
|
|
3278
3347
|
project?: {
|
|
3279
3348
|
id: string;
|
|
3280
3349
|
name: string;
|
|
@@ -3366,7 +3435,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3366
3435
|
cmaBalanceCents: bigint;
|
|
3367
3436
|
mtaBalanceCents: bigint;
|
|
3368
3437
|
stage: string;
|
|
3438
|
+
cmaId?: string | null | undefined;
|
|
3369
3439
|
buyerName?: string | null | undefined;
|
|
3440
|
+
initialDepositStatus?: string | null | undefined;
|
|
3370
3441
|
project?: {
|
|
3371
3442
|
id: string;
|
|
3372
3443
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payout-transaction.rest.entity.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/payout-transaction.rest.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAoB,MAAM,QAAQ,CAAC;AAI3D,OAAO,EAAmB,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAM3D,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"payout-transaction.rest.entity.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/payout-transaction.rest.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAoB,MAAM,QAAQ,CAAC;AAI3D,OAAO,EAAmB,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAM3D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAazC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|