@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
|
@@ -20,43 +20,43 @@ export declare const cmaEntitySchema: z.ZodObject<{
|
|
|
20
20
|
updatedAt: z.ZodDate;
|
|
21
21
|
createdBy: z.ZodString;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
id: string;
|
|
24
23
|
status: string;
|
|
24
|
+
id: string;
|
|
25
|
+
accountName: string;
|
|
26
|
+
propertyId: string;
|
|
27
|
+
balanceCents: bigint;
|
|
28
|
+
stateCode: string;
|
|
29
|
+
bankCode: string;
|
|
25
30
|
isArchived: boolean;
|
|
26
31
|
createdBy: string;
|
|
27
32
|
createdAt: Date;
|
|
28
33
|
updatedAt: Date;
|
|
29
|
-
balanceCents: bigint;
|
|
30
34
|
description: string | null;
|
|
31
|
-
propertyId: string;
|
|
32
35
|
payoutId: number;
|
|
33
36
|
bsb: string;
|
|
34
37
|
accountNumber: string;
|
|
35
38
|
cmaSeq: number;
|
|
36
39
|
country: string;
|
|
37
|
-
stateCode: string;
|
|
38
|
-
bankCode: string;
|
|
39
|
-
accountName: string;
|
|
40
40
|
currentReceiveSeq: number;
|
|
41
41
|
currentPayoutSeq: number;
|
|
42
42
|
}, {
|
|
43
|
-
id: string;
|
|
44
43
|
status: string;
|
|
44
|
+
id: string;
|
|
45
|
+
accountName: string;
|
|
46
|
+
propertyId: string;
|
|
47
|
+
balanceCents: bigint;
|
|
48
|
+
stateCode: string;
|
|
49
|
+
bankCode: string;
|
|
45
50
|
isArchived: boolean;
|
|
46
51
|
createdBy: string;
|
|
47
52
|
createdAt: Date;
|
|
48
53
|
updatedAt: Date;
|
|
49
|
-
balanceCents: bigint;
|
|
50
54
|
description: string | null;
|
|
51
|
-
propertyId: string;
|
|
52
55
|
payoutId: number;
|
|
53
56
|
bsb: string;
|
|
54
57
|
accountNumber: string;
|
|
55
58
|
cmaSeq: number;
|
|
56
59
|
country: string;
|
|
57
|
-
stateCode: string;
|
|
58
|
-
bankCode: string;
|
|
59
|
-
accountName: string;
|
|
60
60
|
currentReceiveSeq: number;
|
|
61
61
|
currentPayoutSeq: number;
|
|
62
62
|
}>;
|
|
@@ -102,16 +102,16 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
102
102
|
syncedAt: z.ZodDate;
|
|
103
103
|
updatedAt: z.ZodDate;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
|
-
id: string;
|
|
106
105
|
status: string;
|
|
106
|
+
id: string;
|
|
107
107
|
isArchived: boolean;
|
|
108
108
|
createdAt: Date;
|
|
109
109
|
updatedAt: Date;
|
|
110
110
|
syncedAt: Date;
|
|
111
111
|
companyName: string | null;
|
|
112
112
|
}, {
|
|
113
|
-
id: string;
|
|
114
113
|
status: string;
|
|
114
|
+
id: string;
|
|
115
115
|
isArchived: boolean;
|
|
116
116
|
createdAt: Date;
|
|
117
117
|
updatedAt: Date;
|
|
@@ -119,20 +119,20 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
119
119
|
companyName: string | null;
|
|
120
120
|
}>>>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
|
|
122
|
+
type: string;
|
|
123
123
|
status: string;
|
|
124
|
+
id: string;
|
|
124
125
|
isArchived: boolean;
|
|
125
126
|
createdAt: Date;
|
|
126
127
|
updatedAt: Date;
|
|
127
|
-
type: string;
|
|
128
128
|
syncedAt: Date;
|
|
129
129
|
mtaId: string | null;
|
|
130
130
|
name: string;
|
|
131
131
|
developerId: string;
|
|
132
132
|
state: string;
|
|
133
133
|
developer?: {
|
|
134
|
-
id: string;
|
|
135
134
|
status: string;
|
|
135
|
+
id: string;
|
|
136
136
|
isArchived: boolean;
|
|
137
137
|
createdAt: Date;
|
|
138
138
|
updatedAt: Date;
|
|
@@ -140,20 +140,20 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
140
140
|
companyName: string | null;
|
|
141
141
|
} | null | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
|
|
143
|
+
type: string;
|
|
144
144
|
status: string;
|
|
145
|
+
id: string;
|
|
145
146
|
isArchived: boolean;
|
|
146
147
|
createdAt: Date;
|
|
147
148
|
updatedAt: Date;
|
|
148
|
-
type: string;
|
|
149
149
|
syncedAt: Date;
|
|
150
150
|
mtaId: string | null;
|
|
151
151
|
name: string;
|
|
152
152
|
developerId: string;
|
|
153
153
|
state: string;
|
|
154
154
|
developer?: {
|
|
155
|
-
id: string;
|
|
156
155
|
status: string;
|
|
156
|
+
id: string;
|
|
157
157
|
isArchived: boolean;
|
|
158
158
|
createdAt: Date;
|
|
159
159
|
updatedAt: Date;
|
|
@@ -172,8 +172,8 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
172
172
|
syncedAt: z.ZodDate;
|
|
173
173
|
updatedAt: z.ZodDate;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
id: string;
|
|
176
175
|
status: string;
|
|
176
|
+
id: string;
|
|
177
177
|
isArchived: boolean;
|
|
178
178
|
createdAt: Date;
|
|
179
179
|
updatedAt: Date;
|
|
@@ -182,8 +182,8 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
182
182
|
email: string;
|
|
183
183
|
syncedAt: Date;
|
|
184
184
|
}, {
|
|
185
|
-
id: string;
|
|
186
185
|
status: string;
|
|
186
|
+
id: string;
|
|
187
187
|
isArchived: boolean;
|
|
188
188
|
createdAt: Date;
|
|
189
189
|
updatedAt: Date;
|
|
@@ -213,43 +213,43 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
213
213
|
updatedAt: z.ZodDate;
|
|
214
214
|
createdBy: z.ZodString;
|
|
215
215
|
}, "strip", z.ZodTypeAny, {
|
|
216
|
-
id: string;
|
|
217
216
|
status: string;
|
|
217
|
+
id: string;
|
|
218
|
+
accountName: string;
|
|
219
|
+
propertyId: string;
|
|
220
|
+
balanceCents: bigint;
|
|
221
|
+
stateCode: string;
|
|
222
|
+
bankCode: string;
|
|
218
223
|
isArchived: boolean;
|
|
219
224
|
createdBy: string;
|
|
220
225
|
createdAt: Date;
|
|
221
226
|
updatedAt: Date;
|
|
222
|
-
balanceCents: bigint;
|
|
223
227
|
description: string | null;
|
|
224
|
-
propertyId: string;
|
|
225
228
|
payoutId: number;
|
|
226
229
|
bsb: string;
|
|
227
230
|
accountNumber: string;
|
|
228
231
|
cmaSeq: number;
|
|
229
232
|
country: string;
|
|
230
|
-
stateCode: string;
|
|
231
|
-
bankCode: string;
|
|
232
|
-
accountName: string;
|
|
233
233
|
currentReceiveSeq: number;
|
|
234
234
|
currentPayoutSeq: number;
|
|
235
235
|
}, {
|
|
236
|
-
id: string;
|
|
237
236
|
status: string;
|
|
237
|
+
id: string;
|
|
238
|
+
accountName: string;
|
|
239
|
+
propertyId: string;
|
|
240
|
+
balanceCents: bigint;
|
|
241
|
+
stateCode: string;
|
|
242
|
+
bankCode: string;
|
|
238
243
|
isArchived: boolean;
|
|
239
244
|
createdBy: string;
|
|
240
245
|
createdAt: Date;
|
|
241
246
|
updatedAt: Date;
|
|
242
|
-
balanceCents: bigint;
|
|
243
247
|
description: string | null;
|
|
244
|
-
propertyId: string;
|
|
245
248
|
payoutId: number;
|
|
246
249
|
bsb: string;
|
|
247
250
|
accountNumber: string;
|
|
248
251
|
cmaSeq: number;
|
|
249
252
|
country: string;
|
|
250
|
-
stateCode: string;
|
|
251
|
-
bankCode: string;
|
|
252
|
-
accountName: string;
|
|
253
253
|
currentReceiveSeq: number;
|
|
254
254
|
currentPayoutSeq: number;
|
|
255
255
|
}>>>>;
|
|
@@ -273,40 +273,40 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
273
273
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
274
274
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
-
id: string;
|
|
277
276
|
status: string;
|
|
277
|
+
id: string;
|
|
278
|
+
balanceCents: bigint;
|
|
279
|
+
stateCode: string;
|
|
280
|
+
bankCode: string;
|
|
278
281
|
isArchived: boolean;
|
|
279
282
|
createdBy: string | null;
|
|
280
283
|
createdAt: Date;
|
|
281
284
|
updatedAt: Date;
|
|
282
285
|
syncedAt: Date | null;
|
|
283
|
-
balanceCents: bigint;
|
|
284
286
|
name: string;
|
|
285
287
|
bsb: string;
|
|
286
288
|
accountNumber: string;
|
|
287
289
|
updatedBy: string | null;
|
|
288
290
|
country: string;
|
|
289
|
-
stateCode: string;
|
|
290
|
-
bankCode: string;
|
|
291
291
|
currentReceiveSeq: number;
|
|
292
292
|
currentPayoutSeq: number;
|
|
293
293
|
subsidiaryId: string;
|
|
294
294
|
}, {
|
|
295
|
-
id: string;
|
|
296
295
|
status: string;
|
|
296
|
+
id: string;
|
|
297
|
+
balanceCents: bigint;
|
|
298
|
+
stateCode: string;
|
|
299
|
+
bankCode: string;
|
|
297
300
|
isArchived: boolean;
|
|
298
301
|
createdBy: string | null;
|
|
299
302
|
createdAt: Date;
|
|
300
303
|
updatedAt: Date;
|
|
301
304
|
syncedAt: Date | null;
|
|
302
|
-
balanceCents: bigint;
|
|
303
305
|
name: string;
|
|
304
306
|
bsb: string;
|
|
305
307
|
accountNumber: string;
|
|
306
308
|
updatedBy: string | null;
|
|
307
309
|
country: string;
|
|
308
|
-
stateCode: string;
|
|
309
|
-
bankCode: string;
|
|
310
310
|
currentReceiveSeq: number;
|
|
311
311
|
currentPayoutSeq: number;
|
|
312
312
|
subsidiaryId: string;
|
|
@@ -340,8 +340,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
340
340
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
341
341
|
createdBy: z.ZodString;
|
|
342
342
|
}, "strip", z.ZodTypeAny, {
|
|
343
|
-
id: string;
|
|
344
343
|
status: string;
|
|
344
|
+
id: string;
|
|
345
|
+
propertyId: string | null;
|
|
346
|
+
balanceCents: bigint;
|
|
345
347
|
isArchived: boolean;
|
|
346
348
|
createdBy: string;
|
|
347
349
|
createdAt: Date;
|
|
@@ -349,11 +351,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
349
351
|
syncedAt: Date | null;
|
|
350
352
|
debitAmountCents: bigint;
|
|
351
353
|
creditAmountCents: bigint;
|
|
352
|
-
balanceCents: bigint;
|
|
353
354
|
description: string | null;
|
|
354
355
|
clearedAt: Date | null;
|
|
355
356
|
cmaId: string;
|
|
356
|
-
propertyId: string | null;
|
|
357
357
|
createType: string;
|
|
358
358
|
transactionType: string;
|
|
359
359
|
isCanceled: boolean;
|
|
@@ -368,8 +368,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
368
368
|
canceledAt: Date | null;
|
|
369
369
|
canceledReason: string | null;
|
|
370
370
|
}, {
|
|
371
|
-
id: string;
|
|
372
371
|
status: string;
|
|
372
|
+
id: string;
|
|
373
|
+
propertyId: string | null;
|
|
374
|
+
balanceCents: bigint;
|
|
373
375
|
isArchived: boolean;
|
|
374
376
|
createdBy: string;
|
|
375
377
|
createdAt: Date;
|
|
@@ -377,11 +379,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
377
379
|
syncedAt: Date | null;
|
|
378
380
|
debitAmountCents: bigint;
|
|
379
381
|
creditAmountCents: bigint;
|
|
380
|
-
balanceCents: bigint;
|
|
381
382
|
description: string | null;
|
|
382
383
|
clearedAt: Date | null;
|
|
383
384
|
cmaId: string;
|
|
384
|
-
propertyId: string | null;
|
|
385
385
|
createType: string;
|
|
386
386
|
transactionType: string;
|
|
387
387
|
isCanceled: boolean;
|
|
@@ -426,8 +426,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
426
426
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
427
427
|
payoutId: z.ZodNullable<z.ZodString>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
id: string;
|
|
430
429
|
status: string;
|
|
430
|
+
id: string;
|
|
431
|
+
propertyId: string | null;
|
|
432
|
+
balanceCents: bigint;
|
|
431
433
|
isArchived: boolean;
|
|
432
434
|
createdBy: string | null;
|
|
433
435
|
createdAt: Date;
|
|
@@ -435,11 +437,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
435
437
|
syncedAt: Date;
|
|
436
438
|
debitAmountCents: bigint;
|
|
437
439
|
creditAmountCents: bigint;
|
|
438
|
-
balanceCents: bigint;
|
|
439
440
|
mtaId: string;
|
|
440
441
|
description: string | null;
|
|
441
442
|
clearedAt: Date | null;
|
|
442
|
-
propertyId: string | null;
|
|
443
443
|
transactionType: string;
|
|
444
444
|
isCanceled: boolean;
|
|
445
445
|
isRefunded: boolean;
|
|
@@ -455,8 +455,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
455
455
|
referenceId: string | null;
|
|
456
456
|
note: string | null;
|
|
457
457
|
}, {
|
|
458
|
-
id: string;
|
|
459
458
|
status: string;
|
|
459
|
+
id: string;
|
|
460
|
+
propertyId: string | null;
|
|
461
|
+
balanceCents: bigint;
|
|
460
462
|
isArchived: boolean;
|
|
461
463
|
createdBy: string | null;
|
|
462
464
|
createdAt: Date;
|
|
@@ -464,11 +466,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
464
466
|
syncedAt: Date;
|
|
465
467
|
debitAmountCents: bigint;
|
|
466
468
|
creditAmountCents: bigint;
|
|
467
|
-
balanceCents: bigint;
|
|
468
469
|
mtaId: string;
|
|
469
470
|
description: string | null;
|
|
470
471
|
clearedAt: Date | null;
|
|
471
|
-
propertyId: string | null;
|
|
472
472
|
transactionType: string;
|
|
473
473
|
isCanceled: boolean;
|
|
474
474
|
isRefunded: boolean;
|
|
@@ -485,13 +485,13 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
485
485
|
note: string | null;
|
|
486
486
|
}>, "many">>>>;
|
|
487
487
|
}, "strip", z.ZodTypeAny, {
|
|
488
|
-
id: string;
|
|
489
488
|
status: string;
|
|
489
|
+
id: string;
|
|
490
|
+
balanceCents: number | bigint;
|
|
490
491
|
isArchived: boolean;
|
|
491
492
|
createdAt: Date;
|
|
492
493
|
updatedAt: Date;
|
|
493
494
|
syncedAt: Date;
|
|
494
|
-
balanceCents: number | bigint;
|
|
495
495
|
customerId: string;
|
|
496
496
|
projectId: string;
|
|
497
497
|
lotDetail: string | null;
|
|
@@ -500,74 +500,74 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
500
500
|
mtaId: string;
|
|
501
501
|
mtaBalanceCents: number | bigint;
|
|
502
502
|
cmaBalanceCents: number | bigint;
|
|
503
|
-
customer?: {
|
|
504
|
-
id: string;
|
|
505
|
-
status: string;
|
|
506
|
-
isArchived: boolean;
|
|
507
|
-
createdAt: Date;
|
|
508
|
-
updatedAt: Date;
|
|
509
|
-
fullName: string | null;
|
|
510
|
-
mobile: string | null;
|
|
511
|
-
email: string;
|
|
512
|
-
syncedAt: Date;
|
|
513
|
-
} | null | undefined;
|
|
514
503
|
cma?: {
|
|
515
|
-
id: string;
|
|
516
504
|
status: string;
|
|
505
|
+
id: string;
|
|
506
|
+
accountName: string;
|
|
507
|
+
propertyId: string;
|
|
508
|
+
balanceCents: bigint;
|
|
509
|
+
stateCode: string;
|
|
510
|
+
bankCode: string;
|
|
517
511
|
isArchived: boolean;
|
|
518
512
|
createdBy: string;
|
|
519
513
|
createdAt: Date;
|
|
520
514
|
updatedAt: Date;
|
|
521
|
-
balanceCents: bigint;
|
|
522
515
|
description: string | null;
|
|
523
|
-
propertyId: string;
|
|
524
516
|
payoutId: number;
|
|
525
517
|
bsb: string;
|
|
526
518
|
accountNumber: string;
|
|
527
519
|
cmaSeq: number;
|
|
528
520
|
country: string;
|
|
529
|
-
stateCode: string;
|
|
530
|
-
bankCode: string;
|
|
531
|
-
accountName: string;
|
|
532
521
|
currentReceiveSeq: number;
|
|
533
522
|
currentPayoutSeq: number;
|
|
534
523
|
} | null | undefined;
|
|
535
524
|
mta?: {
|
|
536
|
-
id: string;
|
|
537
525
|
status: string;
|
|
526
|
+
id: string;
|
|
527
|
+
balanceCents: bigint;
|
|
528
|
+
stateCode: string;
|
|
529
|
+
bankCode: string;
|
|
538
530
|
isArchived: boolean;
|
|
539
531
|
createdBy: string | null;
|
|
540
532
|
createdAt: Date;
|
|
541
533
|
updatedAt: Date;
|
|
542
534
|
syncedAt: Date | null;
|
|
543
|
-
balanceCents: bigint;
|
|
544
535
|
name: string;
|
|
545
536
|
bsb: string;
|
|
546
537
|
accountNumber: string;
|
|
547
538
|
updatedBy: string | null;
|
|
548
539
|
country: string;
|
|
549
|
-
stateCode: string;
|
|
550
|
-
bankCode: string;
|
|
551
540
|
currentReceiveSeq: number;
|
|
552
541
|
currentPayoutSeq: number;
|
|
553
542
|
subsidiaryId: string;
|
|
554
543
|
} | null | undefined;
|
|
544
|
+
customer?: {
|
|
545
|
+
status: string;
|
|
546
|
+
id: string;
|
|
547
|
+
isArchived: boolean;
|
|
548
|
+
createdAt: Date;
|
|
549
|
+
updatedAt: Date;
|
|
550
|
+
fullName: string | null;
|
|
551
|
+
mobile: string | null;
|
|
552
|
+
email: string;
|
|
553
|
+
syncedAt: Date;
|
|
554
|
+
} | null | undefined;
|
|
555
555
|
buyerName?: string | null | undefined;
|
|
556
556
|
project?: {
|
|
557
|
-
|
|
557
|
+
type: string;
|
|
558
558
|
status: string;
|
|
559
|
+
id: string;
|
|
559
560
|
isArchived: boolean;
|
|
560
561
|
createdAt: Date;
|
|
561
562
|
updatedAt: Date;
|
|
562
|
-
type: string;
|
|
563
563
|
syncedAt: Date;
|
|
564
564
|
mtaId: string | null;
|
|
565
565
|
name: string;
|
|
566
566
|
developerId: string;
|
|
567
567
|
state: string;
|
|
568
568
|
developer?: {
|
|
569
|
-
id: string;
|
|
570
569
|
status: string;
|
|
570
|
+
id: string;
|
|
571
571
|
isArchived: boolean;
|
|
572
572
|
createdAt: Date;
|
|
573
573
|
updatedAt: Date;
|
|
@@ -576,8 +576,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
576
576
|
} | null | undefined;
|
|
577
577
|
} | null | undefined;
|
|
578
578
|
cmaTransactions?: {
|
|
579
|
-
id: string;
|
|
580
579
|
status: string;
|
|
580
|
+
id: string;
|
|
581
|
+
propertyId: string | null;
|
|
582
|
+
balanceCents: bigint;
|
|
581
583
|
isArchived: boolean;
|
|
582
584
|
createdBy: string;
|
|
583
585
|
createdAt: Date;
|
|
@@ -585,11 +587,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
585
587
|
syncedAt: Date | null;
|
|
586
588
|
debitAmountCents: bigint;
|
|
587
589
|
creditAmountCents: bigint;
|
|
588
|
-
balanceCents: bigint;
|
|
589
590
|
description: string | null;
|
|
590
591
|
clearedAt: Date | null;
|
|
591
592
|
cmaId: string;
|
|
592
|
-
propertyId: string | null;
|
|
593
593
|
createType: string;
|
|
594
594
|
transactionType: string;
|
|
595
595
|
isCanceled: boolean;
|
|
@@ -605,8 +605,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
605
605
|
canceledReason: string | null;
|
|
606
606
|
}[] | null | undefined;
|
|
607
607
|
mtaTransactions?: {
|
|
608
|
-
id: string;
|
|
609
608
|
status: string;
|
|
609
|
+
id: string;
|
|
610
|
+
propertyId: string | null;
|
|
611
|
+
balanceCents: bigint;
|
|
610
612
|
isArchived: boolean;
|
|
611
613
|
createdBy: string | null;
|
|
612
614
|
createdAt: Date;
|
|
@@ -614,11 +616,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
614
616
|
syncedAt: Date;
|
|
615
617
|
debitAmountCents: bigint;
|
|
616
618
|
creditAmountCents: bigint;
|
|
617
|
-
balanceCents: bigint;
|
|
618
619
|
mtaId: string;
|
|
619
620
|
description: string | null;
|
|
620
621
|
clearedAt: Date | null;
|
|
621
|
-
propertyId: string | null;
|
|
622
622
|
transactionType: string;
|
|
623
623
|
isCanceled: boolean;
|
|
624
624
|
isRefunded: boolean;
|
|
@@ -635,13 +635,13 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
635
635
|
note: string | null;
|
|
636
636
|
}[] | null | undefined;
|
|
637
637
|
}, {
|
|
638
|
-
id: string;
|
|
639
638
|
status: string;
|
|
639
|
+
id: string;
|
|
640
|
+
balanceCents: number | bigint;
|
|
640
641
|
isArchived: boolean;
|
|
641
642
|
createdAt: Date;
|
|
642
643
|
updatedAt: Date;
|
|
643
644
|
syncedAt: Date;
|
|
644
|
-
balanceCents: number | bigint;
|
|
645
645
|
customerId: string;
|
|
646
646
|
projectId: string;
|
|
647
647
|
lotDetail: string | null;
|
|
@@ -650,74 +650,74 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
650
650
|
mtaId: string;
|
|
651
651
|
mtaBalanceCents: number | bigint;
|
|
652
652
|
cmaBalanceCents: number | bigint;
|
|
653
|
-
customer?: {
|
|
654
|
-
id: string;
|
|
655
|
-
status: string;
|
|
656
|
-
isArchived: boolean;
|
|
657
|
-
createdAt: Date;
|
|
658
|
-
updatedAt: Date;
|
|
659
|
-
fullName: string | null;
|
|
660
|
-
mobile: string | null;
|
|
661
|
-
email: string;
|
|
662
|
-
syncedAt: Date;
|
|
663
|
-
} | null | undefined;
|
|
664
653
|
cma?: {
|
|
665
|
-
id: string;
|
|
666
654
|
status: string;
|
|
655
|
+
id: string;
|
|
656
|
+
accountName: string;
|
|
657
|
+
propertyId: string;
|
|
658
|
+
balanceCents: bigint;
|
|
659
|
+
stateCode: string;
|
|
660
|
+
bankCode: string;
|
|
667
661
|
isArchived: boolean;
|
|
668
662
|
createdBy: string;
|
|
669
663
|
createdAt: Date;
|
|
670
664
|
updatedAt: Date;
|
|
671
|
-
balanceCents: bigint;
|
|
672
665
|
description: string | null;
|
|
673
|
-
propertyId: string;
|
|
674
666
|
payoutId: number;
|
|
675
667
|
bsb: string;
|
|
676
668
|
accountNumber: string;
|
|
677
669
|
cmaSeq: number;
|
|
678
670
|
country: string;
|
|
679
|
-
stateCode: string;
|
|
680
|
-
bankCode: string;
|
|
681
|
-
accountName: string;
|
|
682
671
|
currentReceiveSeq: number;
|
|
683
672
|
currentPayoutSeq: number;
|
|
684
673
|
} | null | undefined;
|
|
685
674
|
mta?: {
|
|
686
|
-
id: string;
|
|
687
675
|
status: string;
|
|
676
|
+
id: string;
|
|
677
|
+
balanceCents: bigint;
|
|
678
|
+
stateCode: string;
|
|
679
|
+
bankCode: string;
|
|
688
680
|
isArchived: boolean;
|
|
689
681
|
createdBy: string | null;
|
|
690
682
|
createdAt: Date;
|
|
691
683
|
updatedAt: Date;
|
|
692
684
|
syncedAt: Date | null;
|
|
693
|
-
balanceCents: bigint;
|
|
694
685
|
name: string;
|
|
695
686
|
bsb: string;
|
|
696
687
|
accountNumber: string;
|
|
697
688
|
updatedBy: string | null;
|
|
698
689
|
country: string;
|
|
699
|
-
stateCode: string;
|
|
700
|
-
bankCode: string;
|
|
701
690
|
currentReceiveSeq: number;
|
|
702
691
|
currentPayoutSeq: number;
|
|
703
692
|
subsidiaryId: string;
|
|
704
693
|
} | null | undefined;
|
|
694
|
+
customer?: {
|
|
695
|
+
status: string;
|
|
696
|
+
id: string;
|
|
697
|
+
isArchived: boolean;
|
|
698
|
+
createdAt: Date;
|
|
699
|
+
updatedAt: Date;
|
|
700
|
+
fullName: string | null;
|
|
701
|
+
mobile: string | null;
|
|
702
|
+
email: string;
|
|
703
|
+
syncedAt: Date;
|
|
704
|
+
} | null | undefined;
|
|
705
705
|
buyerName?: string | null | undefined;
|
|
706
706
|
project?: {
|
|
707
|
-
|
|
707
|
+
type: string;
|
|
708
708
|
status: string;
|
|
709
|
+
id: string;
|
|
709
710
|
isArchived: boolean;
|
|
710
711
|
createdAt: Date;
|
|
711
712
|
updatedAt: Date;
|
|
712
|
-
type: string;
|
|
713
713
|
syncedAt: Date;
|
|
714
714
|
mtaId: string | null;
|
|
715
715
|
name: string;
|
|
716
716
|
developerId: string;
|
|
717
717
|
state: string;
|
|
718
718
|
developer?: {
|
|
719
|
-
id: string;
|
|
720
719
|
status: string;
|
|
720
|
+
id: string;
|
|
721
721
|
isArchived: boolean;
|
|
722
722
|
createdAt: Date;
|
|
723
723
|
updatedAt: Date;
|
|
@@ -726,8 +726,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
726
726
|
} | null | undefined;
|
|
727
727
|
} | null | undefined;
|
|
728
728
|
cmaTransactions?: {
|
|
729
|
-
id: string;
|
|
730
729
|
status: string;
|
|
730
|
+
id: string;
|
|
731
|
+
propertyId: string | null;
|
|
732
|
+
balanceCents: bigint;
|
|
731
733
|
isArchived: boolean;
|
|
732
734
|
createdBy: string;
|
|
733
735
|
createdAt: Date;
|
|
@@ -735,11 +737,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
735
737
|
syncedAt: Date | null;
|
|
736
738
|
debitAmountCents: bigint;
|
|
737
739
|
creditAmountCents: bigint;
|
|
738
|
-
balanceCents: bigint;
|
|
739
740
|
description: string | null;
|
|
740
741
|
clearedAt: Date | null;
|
|
741
742
|
cmaId: string;
|
|
742
|
-
propertyId: string | null;
|
|
743
743
|
createType: string;
|
|
744
744
|
transactionType: string;
|
|
745
745
|
isCanceled: boolean;
|
|
@@ -755,8 +755,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
755
755
|
canceledReason: string | null;
|
|
756
756
|
}[] | null | undefined;
|
|
757
757
|
mtaTransactions?: {
|
|
758
|
-
id: string;
|
|
759
758
|
status: string;
|
|
759
|
+
id: string;
|
|
760
|
+
propertyId: string | null;
|
|
761
|
+
balanceCents: bigint;
|
|
760
762
|
isArchived: boolean;
|
|
761
763
|
createdBy: string | null;
|
|
762
764
|
createdAt: Date;
|
|
@@ -764,11 +766,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
764
766
|
syncedAt: Date;
|
|
765
767
|
debitAmountCents: bigint;
|
|
766
768
|
creditAmountCents: bigint;
|
|
767
|
-
balanceCents: bigint;
|
|
768
769
|
mtaId: string;
|
|
769
770
|
description: string | null;
|
|
770
771
|
clearedAt: Date | null;
|
|
771
|
-
propertyId: string | null;
|
|
772
772
|
transactionType: string;
|
|
773
773
|
isCanceled: boolean;
|
|
774
774
|
isRefunded: boolean;
|
|
@@ -787,13 +787,13 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
787
787
|
}>>>>;
|
|
788
788
|
}, "strip", z.ZodTypeAny, {
|
|
789
789
|
property?: {
|
|
790
|
-
id: string;
|
|
791
790
|
status: string;
|
|
791
|
+
id: string;
|
|
792
|
+
balanceCents: number | bigint;
|
|
792
793
|
isArchived: boolean;
|
|
793
794
|
createdAt: Date;
|
|
794
795
|
updatedAt: Date;
|
|
795
796
|
syncedAt: Date;
|
|
796
|
-
balanceCents: number | bigint;
|
|
797
797
|
customerId: string;
|
|
798
798
|
projectId: string;
|
|
799
799
|
lotDetail: string | null;
|
|
@@ -802,74 +802,74 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
802
802
|
mtaId: string;
|
|
803
803
|
mtaBalanceCents: number | bigint;
|
|
804
804
|
cmaBalanceCents: number | bigint;
|
|
805
|
-
customer?: {
|
|
806
|
-
id: string;
|
|
807
|
-
status: string;
|
|
808
|
-
isArchived: boolean;
|
|
809
|
-
createdAt: Date;
|
|
810
|
-
updatedAt: Date;
|
|
811
|
-
fullName: string | null;
|
|
812
|
-
mobile: string | null;
|
|
813
|
-
email: string;
|
|
814
|
-
syncedAt: Date;
|
|
815
|
-
} | null | undefined;
|
|
816
805
|
cma?: {
|
|
817
|
-
id: string;
|
|
818
806
|
status: string;
|
|
807
|
+
id: string;
|
|
808
|
+
accountName: string;
|
|
809
|
+
propertyId: string;
|
|
810
|
+
balanceCents: bigint;
|
|
811
|
+
stateCode: string;
|
|
812
|
+
bankCode: string;
|
|
819
813
|
isArchived: boolean;
|
|
820
814
|
createdBy: string;
|
|
821
815
|
createdAt: Date;
|
|
822
816
|
updatedAt: Date;
|
|
823
|
-
balanceCents: bigint;
|
|
824
817
|
description: string | null;
|
|
825
|
-
propertyId: string;
|
|
826
818
|
payoutId: number;
|
|
827
819
|
bsb: string;
|
|
828
820
|
accountNumber: string;
|
|
829
821
|
cmaSeq: number;
|
|
830
822
|
country: string;
|
|
831
|
-
stateCode: string;
|
|
832
|
-
bankCode: string;
|
|
833
|
-
accountName: string;
|
|
834
823
|
currentReceiveSeq: number;
|
|
835
824
|
currentPayoutSeq: number;
|
|
836
825
|
} | null | undefined;
|
|
837
826
|
mta?: {
|
|
838
|
-
id: string;
|
|
839
827
|
status: string;
|
|
828
|
+
id: string;
|
|
829
|
+
balanceCents: bigint;
|
|
830
|
+
stateCode: string;
|
|
831
|
+
bankCode: string;
|
|
840
832
|
isArchived: boolean;
|
|
841
833
|
createdBy: string | null;
|
|
842
834
|
createdAt: Date;
|
|
843
835
|
updatedAt: Date;
|
|
844
836
|
syncedAt: Date | null;
|
|
845
|
-
balanceCents: bigint;
|
|
846
837
|
name: string;
|
|
847
838
|
bsb: string;
|
|
848
839
|
accountNumber: string;
|
|
849
840
|
updatedBy: string | null;
|
|
850
841
|
country: string;
|
|
851
|
-
stateCode: string;
|
|
852
|
-
bankCode: string;
|
|
853
842
|
currentReceiveSeq: number;
|
|
854
843
|
currentPayoutSeq: number;
|
|
855
844
|
subsidiaryId: string;
|
|
856
845
|
} | null | undefined;
|
|
846
|
+
customer?: {
|
|
847
|
+
status: string;
|
|
848
|
+
id: string;
|
|
849
|
+
isArchived: boolean;
|
|
850
|
+
createdAt: Date;
|
|
851
|
+
updatedAt: Date;
|
|
852
|
+
fullName: string | null;
|
|
853
|
+
mobile: string | null;
|
|
854
|
+
email: string;
|
|
855
|
+
syncedAt: Date;
|
|
856
|
+
} | null | undefined;
|
|
857
857
|
buyerName?: string | null | undefined;
|
|
858
858
|
project?: {
|
|
859
|
-
|
|
859
|
+
type: string;
|
|
860
860
|
status: string;
|
|
861
|
+
id: string;
|
|
861
862
|
isArchived: boolean;
|
|
862
863
|
createdAt: Date;
|
|
863
864
|
updatedAt: Date;
|
|
864
|
-
type: string;
|
|
865
865
|
syncedAt: Date;
|
|
866
866
|
mtaId: string | null;
|
|
867
867
|
name: string;
|
|
868
868
|
developerId: string;
|
|
869
869
|
state: string;
|
|
870
870
|
developer?: {
|
|
871
|
-
id: string;
|
|
872
871
|
status: string;
|
|
872
|
+
id: string;
|
|
873
873
|
isArchived: boolean;
|
|
874
874
|
createdAt: Date;
|
|
875
875
|
updatedAt: Date;
|
|
@@ -878,8 +878,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
878
878
|
} | null | undefined;
|
|
879
879
|
} | null | undefined;
|
|
880
880
|
cmaTransactions?: {
|
|
881
|
-
id: string;
|
|
882
881
|
status: string;
|
|
882
|
+
id: string;
|
|
883
|
+
propertyId: string | null;
|
|
884
|
+
balanceCents: bigint;
|
|
883
885
|
isArchived: boolean;
|
|
884
886
|
createdBy: string;
|
|
885
887
|
createdAt: Date;
|
|
@@ -887,11 +889,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
887
889
|
syncedAt: Date | null;
|
|
888
890
|
debitAmountCents: bigint;
|
|
889
891
|
creditAmountCents: bigint;
|
|
890
|
-
balanceCents: bigint;
|
|
891
892
|
description: string | null;
|
|
892
893
|
clearedAt: Date | null;
|
|
893
894
|
cmaId: string;
|
|
894
|
-
propertyId: string | null;
|
|
895
895
|
createType: string;
|
|
896
896
|
transactionType: string;
|
|
897
897
|
isCanceled: boolean;
|
|
@@ -907,8 +907,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
907
907
|
canceledReason: string | null;
|
|
908
908
|
}[] | null | undefined;
|
|
909
909
|
mtaTransactions?: {
|
|
910
|
-
id: string;
|
|
911
910
|
status: string;
|
|
911
|
+
id: string;
|
|
912
|
+
propertyId: string | null;
|
|
913
|
+
balanceCents: bigint;
|
|
912
914
|
isArchived: boolean;
|
|
913
915
|
createdBy: string | null;
|
|
914
916
|
createdAt: Date;
|
|
@@ -916,11 +918,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
916
918
|
syncedAt: Date;
|
|
917
919
|
debitAmountCents: bigint;
|
|
918
920
|
creditAmountCents: bigint;
|
|
919
|
-
balanceCents: bigint;
|
|
920
921
|
mtaId: string;
|
|
921
922
|
description: string | null;
|
|
922
923
|
clearedAt: Date | null;
|
|
923
|
-
propertyId: string | null;
|
|
924
924
|
transactionType: string;
|
|
925
925
|
isCanceled: boolean;
|
|
926
926
|
isRefunded: boolean;
|
|
@@ -939,13 +939,13 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
939
939
|
} | null | undefined;
|
|
940
940
|
}, {
|
|
941
941
|
property?: {
|
|
942
|
-
id: string;
|
|
943
942
|
status: string;
|
|
943
|
+
id: string;
|
|
944
|
+
balanceCents: number | bigint;
|
|
944
945
|
isArchived: boolean;
|
|
945
946
|
createdAt: Date;
|
|
946
947
|
updatedAt: Date;
|
|
947
948
|
syncedAt: Date;
|
|
948
|
-
balanceCents: number | bigint;
|
|
949
949
|
customerId: string;
|
|
950
950
|
projectId: string;
|
|
951
951
|
lotDetail: string | null;
|
|
@@ -954,74 +954,74 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
954
954
|
mtaId: string;
|
|
955
955
|
mtaBalanceCents: number | bigint;
|
|
956
956
|
cmaBalanceCents: number | bigint;
|
|
957
|
-
customer?: {
|
|
958
|
-
id: string;
|
|
959
|
-
status: string;
|
|
960
|
-
isArchived: boolean;
|
|
961
|
-
createdAt: Date;
|
|
962
|
-
updatedAt: Date;
|
|
963
|
-
fullName: string | null;
|
|
964
|
-
mobile: string | null;
|
|
965
|
-
email: string;
|
|
966
|
-
syncedAt: Date;
|
|
967
|
-
} | null | undefined;
|
|
968
957
|
cma?: {
|
|
969
|
-
id: string;
|
|
970
958
|
status: string;
|
|
959
|
+
id: string;
|
|
960
|
+
accountName: string;
|
|
961
|
+
propertyId: string;
|
|
962
|
+
balanceCents: bigint;
|
|
963
|
+
stateCode: string;
|
|
964
|
+
bankCode: string;
|
|
971
965
|
isArchived: boolean;
|
|
972
966
|
createdBy: string;
|
|
973
967
|
createdAt: Date;
|
|
974
968
|
updatedAt: Date;
|
|
975
|
-
balanceCents: bigint;
|
|
976
969
|
description: string | null;
|
|
977
|
-
propertyId: string;
|
|
978
970
|
payoutId: number;
|
|
979
971
|
bsb: string;
|
|
980
972
|
accountNumber: string;
|
|
981
973
|
cmaSeq: number;
|
|
982
974
|
country: string;
|
|
983
|
-
stateCode: string;
|
|
984
|
-
bankCode: string;
|
|
985
|
-
accountName: string;
|
|
986
975
|
currentReceiveSeq: number;
|
|
987
976
|
currentPayoutSeq: number;
|
|
988
977
|
} | null | undefined;
|
|
989
978
|
mta?: {
|
|
990
|
-
id: string;
|
|
991
979
|
status: string;
|
|
980
|
+
id: string;
|
|
981
|
+
balanceCents: bigint;
|
|
982
|
+
stateCode: string;
|
|
983
|
+
bankCode: string;
|
|
992
984
|
isArchived: boolean;
|
|
993
985
|
createdBy: string | null;
|
|
994
986
|
createdAt: Date;
|
|
995
987
|
updatedAt: Date;
|
|
996
988
|
syncedAt: Date | null;
|
|
997
|
-
balanceCents: bigint;
|
|
998
989
|
name: string;
|
|
999
990
|
bsb: string;
|
|
1000
991
|
accountNumber: string;
|
|
1001
992
|
updatedBy: string | null;
|
|
1002
993
|
country: string;
|
|
1003
|
-
stateCode: string;
|
|
1004
|
-
bankCode: string;
|
|
1005
994
|
currentReceiveSeq: number;
|
|
1006
995
|
currentPayoutSeq: number;
|
|
1007
996
|
subsidiaryId: string;
|
|
1008
997
|
} | null | undefined;
|
|
998
|
+
customer?: {
|
|
999
|
+
status: string;
|
|
1000
|
+
id: string;
|
|
1001
|
+
isArchived: boolean;
|
|
1002
|
+
createdAt: Date;
|
|
1003
|
+
updatedAt: Date;
|
|
1004
|
+
fullName: string | null;
|
|
1005
|
+
mobile: string | null;
|
|
1006
|
+
email: string;
|
|
1007
|
+
syncedAt: Date;
|
|
1008
|
+
} | null | undefined;
|
|
1009
1009
|
buyerName?: string | null | undefined;
|
|
1010
1010
|
project?: {
|
|
1011
|
-
|
|
1011
|
+
type: string;
|
|
1012
1012
|
status: string;
|
|
1013
|
+
id: string;
|
|
1013
1014
|
isArchived: boolean;
|
|
1014
1015
|
createdAt: Date;
|
|
1015
1016
|
updatedAt: Date;
|
|
1016
|
-
type: string;
|
|
1017
1017
|
syncedAt: Date;
|
|
1018
1018
|
mtaId: string | null;
|
|
1019
1019
|
name: string;
|
|
1020
1020
|
developerId: string;
|
|
1021
1021
|
state: string;
|
|
1022
1022
|
developer?: {
|
|
1023
|
-
id: string;
|
|
1024
1023
|
status: string;
|
|
1024
|
+
id: string;
|
|
1025
1025
|
isArchived: boolean;
|
|
1026
1026
|
createdAt: Date;
|
|
1027
1027
|
updatedAt: Date;
|
|
@@ -1030,8 +1030,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
1030
1030
|
} | null | undefined;
|
|
1031
1031
|
} | null | undefined;
|
|
1032
1032
|
cmaTransactions?: {
|
|
1033
|
-
id: string;
|
|
1034
1033
|
status: string;
|
|
1034
|
+
id: string;
|
|
1035
|
+
propertyId: string | null;
|
|
1036
|
+
balanceCents: bigint;
|
|
1035
1037
|
isArchived: boolean;
|
|
1036
1038
|
createdBy: string;
|
|
1037
1039
|
createdAt: Date;
|
|
@@ -1039,11 +1041,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
1039
1041
|
syncedAt: Date | null;
|
|
1040
1042
|
debitAmountCents: bigint;
|
|
1041
1043
|
creditAmountCents: bigint;
|
|
1042
|
-
balanceCents: bigint;
|
|
1043
1044
|
description: string | null;
|
|
1044
1045
|
clearedAt: Date | null;
|
|
1045
1046
|
cmaId: string;
|
|
1046
|
-
propertyId: string | null;
|
|
1047
1047
|
createType: string;
|
|
1048
1048
|
transactionType: string;
|
|
1049
1049
|
isCanceled: boolean;
|
|
@@ -1059,8 +1059,10 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
1059
1059
|
canceledReason: string | null;
|
|
1060
1060
|
}[] | null | undefined;
|
|
1061
1061
|
mtaTransactions?: {
|
|
1062
|
-
id: string;
|
|
1063
1062
|
status: string;
|
|
1063
|
+
id: string;
|
|
1064
|
+
propertyId: string | null;
|
|
1065
|
+
balanceCents: bigint;
|
|
1064
1066
|
isArchived: boolean;
|
|
1065
1067
|
createdBy: string | null;
|
|
1066
1068
|
createdAt: Date;
|
|
@@ -1068,11 +1070,9 @@ export declare const cmaNestedEntitySchema: z.ZodObject<{
|
|
|
1068
1070
|
syncedAt: Date;
|
|
1069
1071
|
debitAmountCents: bigint;
|
|
1070
1072
|
creditAmountCents: bigint;
|
|
1071
|
-
balanceCents: bigint;
|
|
1072
1073
|
mtaId: string;
|
|
1073
1074
|
description: string | null;
|
|
1074
1075
|
clearedAt: Date | null;
|
|
1075
|
-
propertyId: string | null;
|
|
1076
1076
|
transactionType: string;
|
|
1077
1077
|
isCanceled: boolean;
|
|
1078
1078
|
isRefunded: boolean;
|