@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.8
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/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +1 -1
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/index.js +243 -127
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +72 -72
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -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 +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.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-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +20 -22
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/index.d.ts +3 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +1 -1
- package/dist/esm/constants/report/common/index.d.ts.map +1 -1
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/index.mjs +210 -112
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +72 -72
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -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 +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.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-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +20 -22
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/index.d.ts +3 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/package.json +1 -1
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
|
@@ -19,8 +19,8 @@ export declare const mtaReconciliationEntitySchema: z.ZodObject<{
|
|
|
19
19
|
status: z.ZodString;
|
|
20
20
|
isArchived: z.ZodBoolean;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
id: string;
|
|
23
22
|
status: string;
|
|
23
|
+
id: string;
|
|
24
24
|
isArchived: boolean;
|
|
25
25
|
createdBy: string;
|
|
26
26
|
createdAt: Date;
|
|
@@ -38,8 +38,8 @@ export declare const mtaReconciliationEntitySchema: z.ZodObject<{
|
|
|
38
38
|
editable: boolean;
|
|
39
39
|
mtaAccountPeriodId: string;
|
|
40
40
|
}, {
|
|
41
|
-
id: string;
|
|
42
41
|
status: string;
|
|
42
|
+
id: string;
|
|
43
43
|
isArchived: boolean;
|
|
44
44
|
createdBy: string;
|
|
45
45
|
createdAt: Date;
|
|
@@ -23,8 +23,8 @@ export declare const mtaReconciliationRestResSchema: z.ZodObject<{
|
|
|
23
23
|
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
24
24
|
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
id: string;
|
|
27
26
|
status: string;
|
|
27
|
+
id: string;
|
|
28
28
|
isArchived: boolean;
|
|
29
29
|
createdBy: string;
|
|
30
30
|
createdAt: Date;
|
|
@@ -45,8 +45,8 @@ export declare const mtaReconciliationRestResSchema: z.ZodObject<{
|
|
|
45
45
|
currentReconciledBalanceCents?: number | null | undefined;
|
|
46
46
|
currentVarianceCents?: number | null | undefined;
|
|
47
47
|
}, {
|
|
48
|
-
id: string;
|
|
49
48
|
status: string;
|
|
49
|
+
id: string;
|
|
50
50
|
isArchived: boolean;
|
|
51
51
|
createdBy: string;
|
|
52
52
|
createdAt: Date;
|
package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts
CHANGED
|
@@ -5,13 +5,13 @@ export declare const assignUnknownReceiptToPropertyRestReqSchema: z.ZodObject<{
|
|
|
5
5
|
transactionType: z.ZodEnum<[string, string, string]>;
|
|
6
6
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
description: string;
|
|
9
8
|
propertyId: string;
|
|
9
|
+
description: string;
|
|
10
10
|
transactionType: string;
|
|
11
11
|
mtaTransactionId: string;
|
|
12
12
|
}, {
|
|
13
|
-
description: string;
|
|
14
13
|
propertyId: string;
|
|
14
|
+
description: string;
|
|
15
15
|
transactionType: string;
|
|
16
16
|
mtaTransactionId: string;
|
|
17
17
|
}>;
|
|
@@ -29,8 +29,10 @@ export declare const mtaTransactionEntitySchema: z.ZodObject<{
|
|
|
29
29
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
30
30
|
payoutId: z.ZodNullable<z.ZodString>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
id: string;
|
|
33
32
|
status: string;
|
|
33
|
+
id: string;
|
|
34
|
+
propertyId: string | null;
|
|
35
|
+
balanceCents: bigint;
|
|
34
36
|
isArchived: boolean;
|
|
35
37
|
createdBy: string | null;
|
|
36
38
|
createdAt: Date;
|
|
@@ -38,11 +40,9 @@ export declare const mtaTransactionEntitySchema: z.ZodObject<{
|
|
|
38
40
|
syncedAt: Date;
|
|
39
41
|
debitAmountCents: bigint;
|
|
40
42
|
creditAmountCents: bigint;
|
|
41
|
-
balanceCents: bigint;
|
|
42
43
|
mtaId: string;
|
|
43
44
|
description: string | null;
|
|
44
45
|
clearedAt: Date | null;
|
|
45
|
-
propertyId: string | null;
|
|
46
46
|
transactionType: string;
|
|
47
47
|
isCanceled: boolean;
|
|
48
48
|
isRefunded: boolean;
|
|
@@ -58,8 +58,10 @@ export declare const mtaTransactionEntitySchema: z.ZodObject<{
|
|
|
58
58
|
referenceId: string | null;
|
|
59
59
|
note: string | null;
|
|
60
60
|
}, {
|
|
61
|
-
id: string;
|
|
62
61
|
status: string;
|
|
62
|
+
id: string;
|
|
63
|
+
propertyId: string | null;
|
|
64
|
+
balanceCents: bigint;
|
|
63
65
|
isArchived: boolean;
|
|
64
66
|
createdBy: string | null;
|
|
65
67
|
createdAt: Date;
|
|
@@ -67,11 +69,9 @@ export declare const mtaTransactionEntitySchema: z.ZodObject<{
|
|
|
67
69
|
syncedAt: Date;
|
|
68
70
|
debitAmountCents: bigint;
|
|
69
71
|
creditAmountCents: bigint;
|
|
70
|
-
balanceCents: bigint;
|
|
71
72
|
mtaId: string;
|
|
72
73
|
description: string | null;
|
|
73
74
|
clearedAt: Date | null;
|
|
74
|
-
propertyId: string | null;
|
|
75
75
|
transactionType: string;
|
|
76
76
|
isCanceled: boolean;
|
|
77
77
|
isRefunded: boolean;
|
|
@@ -147,16 +147,16 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
147
147
|
syncedAt: z.ZodDate;
|
|
148
148
|
updatedAt: z.ZodDate;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
-
id: string;
|
|
151
150
|
status: string;
|
|
151
|
+
id: string;
|
|
152
152
|
isArchived: boolean;
|
|
153
153
|
createdAt: Date;
|
|
154
154
|
updatedAt: Date;
|
|
155
155
|
syncedAt: Date;
|
|
156
156
|
companyName: string | null;
|
|
157
157
|
}, {
|
|
158
|
-
id: string;
|
|
159
158
|
status: string;
|
|
159
|
+
id: string;
|
|
160
160
|
isArchived: boolean;
|
|
161
161
|
createdAt: Date;
|
|
162
162
|
updatedAt: Date;
|
|
@@ -164,20 +164,20 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
164
164
|
companyName: string | null;
|
|
165
165
|
}>>>;
|
|
166
166
|
}, "strip", z.ZodTypeAny, {
|
|
167
|
-
|
|
167
|
+
type: string;
|
|
168
168
|
status: string;
|
|
169
|
+
id: string;
|
|
169
170
|
isArchived: boolean;
|
|
170
171
|
createdAt: Date;
|
|
171
172
|
updatedAt: Date;
|
|
172
|
-
type: string;
|
|
173
173
|
syncedAt: Date;
|
|
174
174
|
mtaId: string | null;
|
|
175
175
|
name: string;
|
|
176
176
|
developerId: string;
|
|
177
177
|
state: string;
|
|
178
178
|
developer?: {
|
|
179
|
-
id: string;
|
|
180
179
|
status: string;
|
|
180
|
+
id: string;
|
|
181
181
|
isArchived: boolean;
|
|
182
182
|
createdAt: Date;
|
|
183
183
|
updatedAt: Date;
|
|
@@ -185,20 +185,20 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
185
185
|
companyName: string | null;
|
|
186
186
|
} | null | undefined;
|
|
187
187
|
}, {
|
|
188
|
-
|
|
188
|
+
type: string;
|
|
189
189
|
status: string;
|
|
190
|
+
id: string;
|
|
190
191
|
isArchived: boolean;
|
|
191
192
|
createdAt: Date;
|
|
192
193
|
updatedAt: Date;
|
|
193
|
-
type: string;
|
|
194
194
|
syncedAt: Date;
|
|
195
195
|
mtaId: string | null;
|
|
196
196
|
name: string;
|
|
197
197
|
developerId: string;
|
|
198
198
|
state: string;
|
|
199
199
|
developer?: {
|
|
200
|
-
id: string;
|
|
201
200
|
status: string;
|
|
201
|
+
id: string;
|
|
202
202
|
isArchived: boolean;
|
|
203
203
|
createdAt: Date;
|
|
204
204
|
updatedAt: Date;
|
|
@@ -217,8 +217,8 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
217
217
|
syncedAt: z.ZodDate;
|
|
218
218
|
updatedAt: z.ZodDate;
|
|
219
219
|
}, "strip", z.ZodTypeAny, {
|
|
220
|
-
id: string;
|
|
221
220
|
status: string;
|
|
221
|
+
id: string;
|
|
222
222
|
isArchived: boolean;
|
|
223
223
|
createdAt: Date;
|
|
224
224
|
updatedAt: Date;
|
|
@@ -227,8 +227,8 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
227
227
|
email: string;
|
|
228
228
|
syncedAt: Date;
|
|
229
229
|
}, {
|
|
230
|
-
id: string;
|
|
231
230
|
status: string;
|
|
231
|
+
id: string;
|
|
232
232
|
isArchived: boolean;
|
|
233
233
|
createdAt: Date;
|
|
234
234
|
updatedAt: Date;
|
|
@@ -258,43 +258,43 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
258
258
|
updatedAt: z.ZodDate;
|
|
259
259
|
createdBy: z.ZodString;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
id: string;
|
|
262
261
|
status: string;
|
|
262
|
+
id: string;
|
|
263
|
+
accountName: string;
|
|
264
|
+
propertyId: string;
|
|
265
|
+
balanceCents: bigint;
|
|
266
|
+
stateCode: string;
|
|
267
|
+
bankCode: string;
|
|
263
268
|
isArchived: boolean;
|
|
264
269
|
createdBy: string;
|
|
265
270
|
createdAt: Date;
|
|
266
271
|
updatedAt: Date;
|
|
267
|
-
balanceCents: bigint;
|
|
268
272
|
description: string | null;
|
|
269
|
-
propertyId: string;
|
|
270
273
|
payoutId: number;
|
|
271
274
|
bsb: string;
|
|
272
275
|
accountNumber: string;
|
|
273
276
|
cmaSeq: number;
|
|
274
277
|
country: string;
|
|
275
|
-
stateCode: string;
|
|
276
|
-
bankCode: string;
|
|
277
|
-
accountName: string;
|
|
278
278
|
currentReceiveSeq: number;
|
|
279
279
|
currentPayoutSeq: number;
|
|
280
280
|
}, {
|
|
281
|
-
id: string;
|
|
282
281
|
status: string;
|
|
282
|
+
id: string;
|
|
283
|
+
accountName: string;
|
|
284
|
+
propertyId: string;
|
|
285
|
+
balanceCents: bigint;
|
|
286
|
+
stateCode: string;
|
|
287
|
+
bankCode: string;
|
|
283
288
|
isArchived: boolean;
|
|
284
289
|
createdBy: string;
|
|
285
290
|
createdAt: Date;
|
|
286
291
|
updatedAt: Date;
|
|
287
|
-
balanceCents: bigint;
|
|
288
292
|
description: string | null;
|
|
289
|
-
propertyId: string;
|
|
290
293
|
payoutId: number;
|
|
291
294
|
bsb: string;
|
|
292
295
|
accountNumber: string;
|
|
293
296
|
cmaSeq: number;
|
|
294
297
|
country: string;
|
|
295
|
-
stateCode: string;
|
|
296
|
-
bankCode: string;
|
|
297
|
-
accountName: string;
|
|
298
298
|
currentReceiveSeq: number;
|
|
299
299
|
currentPayoutSeq: number;
|
|
300
300
|
}>>>>;
|
|
@@ -318,40 +318,40 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
318
318
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
319
319
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
320
320
|
}, "strip", z.ZodTypeAny, {
|
|
321
|
-
id: string;
|
|
322
321
|
status: string;
|
|
322
|
+
id: string;
|
|
323
|
+
balanceCents: bigint;
|
|
324
|
+
stateCode: string;
|
|
325
|
+
bankCode: string;
|
|
323
326
|
isArchived: boolean;
|
|
324
327
|
createdBy: string | null;
|
|
325
328
|
createdAt: Date;
|
|
326
329
|
updatedAt: Date;
|
|
327
330
|
syncedAt: Date | null;
|
|
328
|
-
balanceCents: bigint;
|
|
329
331
|
name: string;
|
|
330
332
|
bsb: string;
|
|
331
333
|
accountNumber: string;
|
|
332
334
|
updatedBy: string | null;
|
|
333
335
|
country: string;
|
|
334
|
-
stateCode: string;
|
|
335
|
-
bankCode: string;
|
|
336
336
|
currentReceiveSeq: number;
|
|
337
337
|
currentPayoutSeq: number;
|
|
338
338
|
subsidiaryId: string;
|
|
339
339
|
}, {
|
|
340
|
-
id: string;
|
|
341
340
|
status: string;
|
|
341
|
+
id: string;
|
|
342
|
+
balanceCents: bigint;
|
|
343
|
+
stateCode: string;
|
|
344
|
+
bankCode: string;
|
|
342
345
|
isArchived: boolean;
|
|
343
346
|
createdBy: string | null;
|
|
344
347
|
createdAt: Date;
|
|
345
348
|
updatedAt: Date;
|
|
346
349
|
syncedAt: Date | null;
|
|
347
|
-
balanceCents: bigint;
|
|
348
350
|
name: string;
|
|
349
351
|
bsb: string;
|
|
350
352
|
accountNumber: string;
|
|
351
353
|
updatedBy: string | null;
|
|
352
354
|
country: string;
|
|
353
|
-
stateCode: string;
|
|
354
|
-
bankCode: string;
|
|
355
355
|
currentReceiveSeq: number;
|
|
356
356
|
currentPayoutSeq: number;
|
|
357
357
|
subsidiaryId: string;
|
|
@@ -385,8 +385,10 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
385
385
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
386
386
|
createdBy: z.ZodString;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
id: string;
|
|
389
388
|
status: string;
|
|
389
|
+
id: string;
|
|
390
|
+
propertyId: string | null;
|
|
391
|
+
balanceCents: bigint;
|
|
390
392
|
isArchived: boolean;
|
|
391
393
|
createdBy: string;
|
|
392
394
|
createdAt: Date;
|
|
@@ -394,11 +396,9 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
394
396
|
syncedAt: Date | null;
|
|
395
397
|
debitAmountCents: bigint;
|
|
396
398
|
creditAmountCents: bigint;
|
|
397
|
-
balanceCents: bigint;
|
|
398
399
|
description: string | null;
|
|
399
400
|
clearedAt: Date | null;
|
|
400
401
|
cmaId: string;
|
|
401
|
-
propertyId: string | null;
|
|
402
402
|
createType: string;
|
|
403
403
|
transactionType: string;
|
|
404
404
|
isCanceled: boolean;
|
|
@@ -413,8 +413,10 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
413
413
|
canceledAt: Date | null;
|
|
414
414
|
canceledReason: string | null;
|
|
415
415
|
}, {
|
|
416
|
-
id: string;
|
|
417
416
|
status: string;
|
|
417
|
+
id: string;
|
|
418
|
+
propertyId: string | null;
|
|
419
|
+
balanceCents: bigint;
|
|
418
420
|
isArchived: boolean;
|
|
419
421
|
createdBy: string;
|
|
420
422
|
createdAt: Date;
|
|
@@ -422,11 +424,9 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
422
424
|
syncedAt: Date | null;
|
|
423
425
|
debitAmountCents: bigint;
|
|
424
426
|
creditAmountCents: bigint;
|
|
425
|
-
balanceCents: bigint;
|
|
426
427
|
description: string | null;
|
|
427
428
|
clearedAt: Date | null;
|
|
428
429
|
cmaId: string;
|
|
429
|
-
propertyId: string | null;
|
|
430
430
|
createType: string;
|
|
431
431
|
transactionType: string;
|
|
432
432
|
isCanceled: boolean;
|
|
@@ -471,8 +471,10 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
471
471
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
472
472
|
payoutId: z.ZodNullable<z.ZodString>;
|
|
473
473
|
}, "strip", z.ZodTypeAny, {
|
|
474
|
-
id: string;
|
|
475
474
|
status: string;
|
|
475
|
+
id: string;
|
|
476
|
+
propertyId: string | null;
|
|
477
|
+
balanceCents: bigint;
|
|
476
478
|
isArchived: boolean;
|
|
477
479
|
createdBy: string | null;
|
|
478
480
|
createdAt: Date;
|
|
@@ -480,11 +482,9 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
480
482
|
syncedAt: Date;
|
|
481
483
|
debitAmountCents: bigint;
|
|
482
484
|
creditAmountCents: bigint;
|
|
483
|
-
balanceCents: bigint;
|
|
484
485
|
mtaId: string;
|
|
485
486
|
description: string | null;
|
|
486
487
|
clearedAt: Date | null;
|
|
487
|
-
propertyId: string | null;
|
|
488
488
|
transactionType: string;
|
|
489
489
|
isCanceled: boolean;
|
|
490
490
|
isRefunded: boolean;
|
|
@@ -500,8 +500,10 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
500
500
|
referenceId: string | null;
|
|
501
501
|
note: string | null;
|
|
502
502
|
}, {
|
|
503
|
-
id: string;
|
|
504
503
|
status: string;
|
|
504
|
+
id: string;
|
|
505
|
+
propertyId: string | null;
|
|
506
|
+
balanceCents: bigint;
|
|
505
507
|
isArchived: boolean;
|
|
506
508
|
createdBy: string | null;
|
|
507
509
|
createdAt: Date;
|
|
@@ -509,11 +511,9 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
509
511
|
syncedAt: Date;
|
|
510
512
|
debitAmountCents: bigint;
|
|
511
513
|
creditAmountCents: bigint;
|
|
512
|
-
balanceCents: bigint;
|
|
513
514
|
mtaId: string;
|
|
514
515
|
description: string | null;
|
|
515
516
|
clearedAt: Date | null;
|
|
516
|
-
propertyId: string | null;
|
|
517
517
|
transactionType: string;
|
|
518
518
|
isCanceled: boolean;
|
|
519
519
|
isRefunded: boolean;
|
|
@@ -530,13 +530,13 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
530
530
|
note: string | null;
|
|
531
531
|
}>, "many">>>>;
|
|
532
532
|
}, "cma" | "mta" | "cmaTransactions" | "mtaTransactions">, "strip", z.ZodTypeAny, {
|
|
533
|
-
id: string;
|
|
534
533
|
status: string;
|
|
534
|
+
id: string;
|
|
535
|
+
balanceCents: number | bigint;
|
|
535
536
|
isArchived: boolean;
|
|
536
537
|
createdAt: Date;
|
|
537
538
|
updatedAt: Date;
|
|
538
539
|
syncedAt: Date;
|
|
539
|
-
balanceCents: number | bigint;
|
|
540
540
|
customerId: string;
|
|
541
541
|
projectId: string;
|
|
542
542
|
lotDetail: string | null;
|
|
@@ -546,8 +546,8 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
546
546
|
mtaBalanceCents: number | bigint;
|
|
547
547
|
cmaBalanceCents: number | bigint;
|
|
548
548
|
customer?: {
|
|
549
|
-
id: string;
|
|
550
549
|
status: string;
|
|
550
|
+
id: string;
|
|
551
551
|
isArchived: boolean;
|
|
552
552
|
createdAt: Date;
|
|
553
553
|
updatedAt: Date;
|
|
@@ -558,20 +558,20 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
558
558
|
} | null | undefined;
|
|
559
559
|
buyerName?: string | null | undefined;
|
|
560
560
|
project?: {
|
|
561
|
-
|
|
561
|
+
type: string;
|
|
562
562
|
status: string;
|
|
563
|
+
id: string;
|
|
563
564
|
isArchived: boolean;
|
|
564
565
|
createdAt: Date;
|
|
565
566
|
updatedAt: Date;
|
|
566
|
-
type: string;
|
|
567
567
|
syncedAt: Date;
|
|
568
568
|
mtaId: string | null;
|
|
569
569
|
name: string;
|
|
570
570
|
developerId: string;
|
|
571
571
|
state: string;
|
|
572
572
|
developer?: {
|
|
573
|
-
id: string;
|
|
574
573
|
status: string;
|
|
574
|
+
id: string;
|
|
575
575
|
isArchived: boolean;
|
|
576
576
|
createdAt: Date;
|
|
577
577
|
updatedAt: Date;
|
|
@@ -580,13 +580,13 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
580
580
|
} | null | undefined;
|
|
581
581
|
} | null | undefined;
|
|
582
582
|
}, {
|
|
583
|
-
id: string;
|
|
584
583
|
status: string;
|
|
584
|
+
id: string;
|
|
585
|
+
balanceCents: number | bigint;
|
|
585
586
|
isArchived: boolean;
|
|
586
587
|
createdAt: Date;
|
|
587
588
|
updatedAt: Date;
|
|
588
589
|
syncedAt: Date;
|
|
589
|
-
balanceCents: number | bigint;
|
|
590
590
|
customerId: string;
|
|
591
591
|
projectId: string;
|
|
592
592
|
lotDetail: string | null;
|
|
@@ -596,8 +596,8 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
596
596
|
mtaBalanceCents: number | bigint;
|
|
597
597
|
cmaBalanceCents: number | bigint;
|
|
598
598
|
customer?: {
|
|
599
|
-
id: string;
|
|
600
599
|
status: string;
|
|
600
|
+
id: string;
|
|
601
601
|
isArchived: boolean;
|
|
602
602
|
createdAt: Date;
|
|
603
603
|
updatedAt: Date;
|
|
@@ -608,20 +608,20 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
608
608
|
} | null | undefined;
|
|
609
609
|
buyerName?: string | null | undefined;
|
|
610
610
|
project?: {
|
|
611
|
-
|
|
611
|
+
type: string;
|
|
612
612
|
status: string;
|
|
613
|
+
id: string;
|
|
613
614
|
isArchived: boolean;
|
|
614
615
|
createdAt: Date;
|
|
615
616
|
updatedAt: Date;
|
|
616
|
-
type: string;
|
|
617
617
|
syncedAt: Date;
|
|
618
618
|
mtaId: string | null;
|
|
619
619
|
name: string;
|
|
620
620
|
developerId: string;
|
|
621
621
|
state: string;
|
|
622
622
|
developer?: {
|
|
623
|
-
id: string;
|
|
624
623
|
status: string;
|
|
624
|
+
id: string;
|
|
625
625
|
isArchived: boolean;
|
|
626
626
|
createdAt: Date;
|
|
627
627
|
updatedAt: Date;
|
|
@@ -631,19 +631,19 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
631
631
|
} | null | undefined;
|
|
632
632
|
}>>>>;
|
|
633
633
|
}, "strip", z.ZodTypeAny, {
|
|
634
|
-
id: string;
|
|
635
634
|
status: AccountingCommonStatus;
|
|
635
|
+
id: string;
|
|
636
|
+
propertyId: string | null;
|
|
637
|
+
balanceCents: number;
|
|
636
638
|
isArchived: boolean;
|
|
637
639
|
createdAt: Date;
|
|
638
640
|
updatedAt: Date;
|
|
639
641
|
syncedAt: Date;
|
|
640
642
|
debitAmountCents: number;
|
|
641
643
|
creditAmountCents: number;
|
|
642
|
-
balanceCents: number;
|
|
643
644
|
mtaId: string;
|
|
644
645
|
description: string | null;
|
|
645
646
|
clearedAt: Date | null;
|
|
646
|
-
propertyId: string | null;
|
|
647
647
|
transactionType: string;
|
|
648
648
|
isCanceled: boolean;
|
|
649
649
|
isRefunded: boolean;
|
|
@@ -672,13 +672,13 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
672
672
|
lastName?: string | null | undefined;
|
|
673
673
|
} | null | undefined;
|
|
674
674
|
property?: {
|
|
675
|
-
id: string;
|
|
676
675
|
status: string;
|
|
676
|
+
id: string;
|
|
677
|
+
balanceCents: number | bigint;
|
|
677
678
|
isArchived: boolean;
|
|
678
679
|
createdAt: Date;
|
|
679
680
|
updatedAt: Date;
|
|
680
681
|
syncedAt: Date;
|
|
681
|
-
balanceCents: number | bigint;
|
|
682
682
|
customerId: string;
|
|
683
683
|
projectId: string;
|
|
684
684
|
lotDetail: string | null;
|
|
@@ -688,8 +688,8 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
688
688
|
mtaBalanceCents: number | bigint;
|
|
689
689
|
cmaBalanceCents: number | bigint;
|
|
690
690
|
customer?: {
|
|
691
|
-
id: string;
|
|
692
691
|
status: string;
|
|
692
|
+
id: string;
|
|
693
693
|
isArchived: boolean;
|
|
694
694
|
createdAt: Date;
|
|
695
695
|
updatedAt: Date;
|
|
@@ -700,20 +700,20 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
700
700
|
} | null | undefined;
|
|
701
701
|
buyerName?: string | null | undefined;
|
|
702
702
|
project?: {
|
|
703
|
-
|
|
703
|
+
type: string;
|
|
704
704
|
status: string;
|
|
705
|
+
id: string;
|
|
705
706
|
isArchived: boolean;
|
|
706
707
|
createdAt: Date;
|
|
707
708
|
updatedAt: Date;
|
|
708
|
-
type: string;
|
|
709
709
|
syncedAt: Date;
|
|
710
710
|
mtaId: string | null;
|
|
711
711
|
name: string;
|
|
712
712
|
developerId: string;
|
|
713
713
|
state: string;
|
|
714
714
|
developer?: {
|
|
715
|
-
id: string;
|
|
716
715
|
status: string;
|
|
716
|
+
id: string;
|
|
717
717
|
isArchived: boolean;
|
|
718
718
|
createdAt: Date;
|
|
719
719
|
updatedAt: Date;
|
|
@@ -723,19 +723,19 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
723
723
|
} | null | undefined;
|
|
724
724
|
} | null | undefined;
|
|
725
725
|
}, {
|
|
726
|
-
id: string;
|
|
727
726
|
status: string;
|
|
727
|
+
id: string;
|
|
728
|
+
propertyId: string | null;
|
|
729
|
+
balanceCents: string | number | bigint;
|
|
728
730
|
isArchived: boolean;
|
|
729
731
|
createdAt: Date;
|
|
730
732
|
updatedAt: Date;
|
|
731
733
|
syncedAt: Date;
|
|
732
734
|
debitAmountCents: string | number | bigint;
|
|
733
735
|
creditAmountCents: string | number | bigint;
|
|
734
|
-
balanceCents: string | number | bigint;
|
|
735
736
|
mtaId: string;
|
|
736
737
|
description: string | null;
|
|
737
738
|
clearedAt: Date | null;
|
|
738
|
-
propertyId: string | null;
|
|
739
739
|
transactionType: string;
|
|
740
740
|
isCanceled: boolean;
|
|
741
741
|
isRefunded: boolean;
|
|
@@ -764,13 +764,13 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
764
764
|
lastName?: string | null | undefined;
|
|
765
765
|
} | null | undefined;
|
|
766
766
|
property?: {
|
|
767
|
-
id: string;
|
|
768
767
|
status: string;
|
|
768
|
+
id: string;
|
|
769
|
+
balanceCents: number | bigint;
|
|
769
770
|
isArchived: boolean;
|
|
770
771
|
createdAt: Date;
|
|
771
772
|
updatedAt: Date;
|
|
772
773
|
syncedAt: Date;
|
|
773
|
-
balanceCents: number | bigint;
|
|
774
774
|
customerId: string;
|
|
775
775
|
projectId: string;
|
|
776
776
|
lotDetail: string | null;
|
|
@@ -780,8 +780,8 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
780
780
|
mtaBalanceCents: number | bigint;
|
|
781
781
|
cmaBalanceCents: number | bigint;
|
|
782
782
|
customer?: {
|
|
783
|
-
id: string;
|
|
784
783
|
status: string;
|
|
784
|
+
id: string;
|
|
785
785
|
isArchived: boolean;
|
|
786
786
|
createdAt: Date;
|
|
787
787
|
updatedAt: Date;
|
|
@@ -792,20 +792,20 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
792
792
|
} | null | undefined;
|
|
793
793
|
buyerName?: string | null | undefined;
|
|
794
794
|
project?: {
|
|
795
|
-
|
|
795
|
+
type: string;
|
|
796
796
|
status: string;
|
|
797
|
+
id: string;
|
|
797
798
|
isArchived: boolean;
|
|
798
799
|
createdAt: Date;
|
|
799
800
|
updatedAt: Date;
|
|
800
|
-
type: string;
|
|
801
801
|
syncedAt: Date;
|
|
802
802
|
mtaId: string | null;
|
|
803
803
|
name: string;
|
|
804
804
|
developerId: string;
|
|
805
805
|
state: string;
|
|
806
806
|
developer?: {
|
|
807
|
-
id: string;
|
|
808
807
|
status: string;
|
|
808
|
+
id: string;
|
|
809
809
|
isArchived: boolean;
|
|
810
810
|
createdAt: Date;
|
|
811
811
|
updatedAt: Date;
|
|
@@ -9,8 +9,8 @@ export declare const paymentProviderEntitySchema: z.ZodObject<{
|
|
|
9
9
|
createdAt: z.ZodDate;
|
|
10
10
|
updatedAt: z.ZodDate;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
id: string;
|
|
13
12
|
status: string;
|
|
13
|
+
id: string;
|
|
14
14
|
isArchived: boolean;
|
|
15
15
|
createdAt: Date;
|
|
16
16
|
updatedAt: Date;
|
|
@@ -18,8 +18,8 @@ export declare const paymentProviderEntitySchema: z.ZodObject<{
|
|
|
18
18
|
providerCode: string;
|
|
19
19
|
settings: string;
|
|
20
20
|
}, {
|
|
21
|
-
id: string;
|
|
22
21
|
status: string;
|
|
22
|
+
id: string;
|
|
23
23
|
isArchived: boolean;
|
|
24
24
|
createdAt: Date;
|
|
25
25
|
updatedAt: Date;
|
|
@@ -13,16 +13,16 @@ export declare const createMtaToCmaPayoutRestReqSchema: z.ZodObject<{
|
|
|
13
13
|
description: z.ZodString;
|
|
14
14
|
bankRef: z.ZodString;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
propertyId: string;
|
|
16
17
|
creditAmountCents: bigint;
|
|
17
18
|
description: string;
|
|
18
19
|
cmaId: string;
|
|
19
|
-
propertyId: string;
|
|
20
20
|
bankRef: string;
|
|
21
21
|
}, {
|
|
22
|
+
propertyId: string;
|
|
22
23
|
creditAmountCents: number;
|
|
23
24
|
description: string;
|
|
24
25
|
cmaId: string;
|
|
25
|
-
propertyId: string;
|
|
26
26
|
bankRef: string;
|
|
27
27
|
}>, "many">;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -32,10 +32,10 @@ export declare const createMtaToCmaPayoutRestReqSchema: z.ZodObject<{
|
|
|
32
32
|
payoutType: "trust_to_cma_payout";
|
|
33
33
|
payoutSourceAccountType: PayoutSourceAccountType.MTA;
|
|
34
34
|
targetDetails: {
|
|
35
|
+
propertyId: string;
|
|
35
36
|
creditAmountCents: bigint;
|
|
36
37
|
description: string;
|
|
37
38
|
cmaId: string;
|
|
38
|
-
propertyId: string;
|
|
39
39
|
bankRef: string;
|
|
40
40
|
}[];
|
|
41
41
|
}, {
|
|
@@ -45,10 +45,10 @@ export declare const createMtaToCmaPayoutRestReqSchema: z.ZodObject<{
|
|
|
45
45
|
payoutType: "trust_to_cma_payout";
|
|
46
46
|
payoutSourceAccountType: PayoutSourceAccountType.MTA;
|
|
47
47
|
targetDetails: {
|
|
48
|
+
propertyId: string;
|
|
48
49
|
creditAmountCents: number;
|
|
49
50
|
description: string;
|
|
50
51
|
cmaId: string;
|
|
51
|
-
propertyId: string;
|
|
52
52
|
bankRef: string;
|
|
53
53
|
}[];
|
|
54
54
|
}>;
|