@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
|
@@ -14,8 +14,8 @@ export declare const mtaAccountPeriodEntitySchema: z.ZodObject<{
|
|
|
14
14
|
mtaId: z.ZodString;
|
|
15
15
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
id: string;
|
|
18
17
|
status: string;
|
|
18
|
+
id: string;
|
|
19
19
|
isArchived: boolean;
|
|
20
20
|
createdAt: Date;
|
|
21
21
|
updatedAt: Date;
|
|
@@ -28,8 +28,8 @@ export declare const mtaAccountPeriodEntitySchema: z.ZodObject<{
|
|
|
28
28
|
startDate: Date;
|
|
29
29
|
openingBalanceCents: bigint;
|
|
30
30
|
}, {
|
|
31
|
-
id: string;
|
|
32
31
|
status: string;
|
|
32
|
+
id: string;
|
|
33
33
|
isArchived: boolean;
|
|
34
34
|
createdAt: Date;
|
|
35
35
|
updatedAt: Date;
|
|
@@ -19,8 +19,8 @@ declare const mtaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
|
19
19
|
unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
20
20
|
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof AccountPeriodStatus>>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
id: string;
|
|
23
22
|
status: AccountPeriodStatus;
|
|
23
|
+
id: string;
|
|
24
24
|
isArchived: boolean;
|
|
25
25
|
createdAt: Date;
|
|
26
26
|
updatedAt: Date;
|
|
@@ -36,8 +36,8 @@ declare const mtaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
|
36
36
|
unreconciledAmountCents?: number | null | undefined;
|
|
37
37
|
totalReconciledAmountCents?: number | null | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
id: string;
|
|
40
39
|
status: string;
|
|
40
|
+
id: string;
|
|
41
41
|
isArchived: boolean;
|
|
42
42
|
createdAt: Date;
|
|
43
43
|
updatedAt: Date;
|
|
@@ -113,8 +113,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
113
113
|
createdAt: z.ZodDate;
|
|
114
114
|
updatedAt: z.ZodDate;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
id: string;
|
|
117
116
|
status: string;
|
|
117
|
+
id: string;
|
|
118
118
|
isArchived: boolean;
|
|
119
119
|
createdAt: Date;
|
|
120
120
|
updatedAt: Date;
|
|
@@ -122,8 +122,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
122
122
|
providerCode: string;
|
|
123
123
|
settings: string;
|
|
124
124
|
}, {
|
|
125
|
-
id: string;
|
|
126
125
|
status: string;
|
|
126
|
+
id: string;
|
|
127
127
|
isArchived: boolean;
|
|
128
128
|
createdAt: Date;
|
|
129
129
|
updatedAt: Date;
|
|
@@ -151,40 +151,40 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
151
151
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
152
152
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
id: string;
|
|
155
154
|
status: string;
|
|
155
|
+
id: string;
|
|
156
|
+
balanceCents: bigint;
|
|
157
|
+
stateCode: string;
|
|
158
|
+
bankCode: string;
|
|
156
159
|
isArchived: boolean;
|
|
157
160
|
createdBy: string | null;
|
|
158
161
|
createdAt: Date;
|
|
159
162
|
updatedAt: Date;
|
|
160
163
|
syncedAt: Date | null;
|
|
161
|
-
balanceCents: bigint;
|
|
162
164
|
name: string;
|
|
163
165
|
bsb: string;
|
|
164
166
|
accountNumber: string;
|
|
165
167
|
updatedBy: string | null;
|
|
166
168
|
country: string;
|
|
167
|
-
stateCode: string;
|
|
168
|
-
bankCode: string;
|
|
169
169
|
currentReceiveSeq: number;
|
|
170
170
|
currentPayoutSeq: number;
|
|
171
171
|
subsidiaryId: string;
|
|
172
172
|
}, {
|
|
173
|
-
id: string;
|
|
174
173
|
status: string;
|
|
174
|
+
id: string;
|
|
175
|
+
balanceCents: bigint;
|
|
176
|
+
stateCode: string;
|
|
177
|
+
bankCode: string;
|
|
175
178
|
isArchived: boolean;
|
|
176
179
|
createdBy: string | null;
|
|
177
180
|
createdAt: Date;
|
|
178
181
|
updatedAt: Date;
|
|
179
182
|
syncedAt: Date | null;
|
|
180
|
-
balanceCents: bigint;
|
|
181
183
|
name: string;
|
|
182
184
|
bsb: string;
|
|
183
185
|
accountNumber: string;
|
|
184
186
|
updatedBy: string | null;
|
|
185
187
|
country: string;
|
|
186
|
-
stateCode: string;
|
|
187
|
-
bankCode: string;
|
|
188
188
|
currentReceiveSeq: number;
|
|
189
189
|
currentPayoutSeq: number;
|
|
190
190
|
subsidiaryId: string;
|
|
@@ -233,8 +233,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
233
233
|
domainName: string;
|
|
234
234
|
}>>>>;
|
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
|
236
|
-
id: string;
|
|
237
236
|
status: string;
|
|
237
|
+
id: string;
|
|
238
238
|
isArchived: boolean;
|
|
239
239
|
createdAt: Date;
|
|
240
240
|
updatedAt: Date;
|
|
@@ -249,21 +249,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
249
249
|
};
|
|
250
250
|
};
|
|
251
251
|
mta?: {
|
|
252
|
-
id: string;
|
|
253
252
|
status: string;
|
|
253
|
+
id: string;
|
|
254
|
+
balanceCents: bigint;
|
|
255
|
+
stateCode: string;
|
|
256
|
+
bankCode: string;
|
|
254
257
|
isArchived: boolean;
|
|
255
258
|
createdBy: string | null;
|
|
256
259
|
createdAt: Date;
|
|
257
260
|
updatedAt: Date;
|
|
258
261
|
syncedAt: Date | null;
|
|
259
|
-
balanceCents: bigint;
|
|
260
262
|
name: string;
|
|
261
263
|
bsb: string;
|
|
262
264
|
accountNumber: string;
|
|
263
265
|
updatedBy: string | null;
|
|
264
266
|
country: string;
|
|
265
|
-
stateCode: string;
|
|
266
|
-
bankCode: string;
|
|
267
267
|
currentReceiveSeq: number;
|
|
268
268
|
currentPayoutSeq: number;
|
|
269
269
|
subsidiaryId: string;
|
|
@@ -275,8 +275,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
275
275
|
domainName: string;
|
|
276
276
|
} | null | undefined;
|
|
277
277
|
paymentProvider?: {
|
|
278
|
-
id: string;
|
|
279
278
|
status: string;
|
|
279
|
+
id: string;
|
|
280
280
|
isArchived: boolean;
|
|
281
281
|
createdAt: Date;
|
|
282
282
|
updatedAt: Date;
|
|
@@ -285,8 +285,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
285
285
|
settings: string;
|
|
286
286
|
} | undefined;
|
|
287
287
|
}, {
|
|
288
|
-
id: string;
|
|
289
288
|
status: string;
|
|
289
|
+
id: string;
|
|
290
290
|
isArchived: boolean;
|
|
291
291
|
createdAt: Date;
|
|
292
292
|
updatedAt: Date;
|
|
@@ -295,29 +295,29 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
295
295
|
paymentProviderId: string;
|
|
296
296
|
account: string;
|
|
297
297
|
mta?: {
|
|
298
|
-
id: string;
|
|
299
298
|
status: string;
|
|
299
|
+
id: string;
|
|
300
|
+
balanceCents: bigint;
|
|
301
|
+
stateCode: string;
|
|
302
|
+
bankCode: string;
|
|
300
303
|
isArchived: boolean;
|
|
301
304
|
createdBy: string | null;
|
|
302
305
|
createdAt: Date;
|
|
303
306
|
updatedAt: Date;
|
|
304
307
|
syncedAt: Date | null;
|
|
305
|
-
balanceCents: bigint;
|
|
306
308
|
name: string;
|
|
307
309
|
bsb: string;
|
|
308
310
|
accountNumber: string;
|
|
309
311
|
updatedBy: string | null;
|
|
310
312
|
country: string;
|
|
311
|
-
stateCode: string;
|
|
312
|
-
bankCode: string;
|
|
313
313
|
currentReceiveSeq: number;
|
|
314
314
|
currentPayoutSeq: number;
|
|
315
315
|
subsidiaryId: string;
|
|
316
316
|
} | undefined;
|
|
317
317
|
floatAccount?: string | null | undefined;
|
|
318
318
|
paymentProvider?: {
|
|
319
|
-
id: string;
|
|
320
319
|
status: string;
|
|
320
|
+
id: string;
|
|
321
321
|
isArchived: boolean;
|
|
322
322
|
createdAt: Date;
|
|
323
323
|
updatedAt: Date;
|
|
@@ -341,8 +341,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
341
341
|
mtaId: z.ZodString;
|
|
342
342
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
|
-
id: string;
|
|
345
344
|
status: string;
|
|
345
|
+
id: string;
|
|
346
346
|
isArchived: boolean;
|
|
347
347
|
createdAt: Date;
|
|
348
348
|
updatedAt: Date;
|
|
@@ -355,8 +355,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
355
355
|
startDate: Date;
|
|
356
356
|
openingBalanceCents: bigint;
|
|
357
357
|
}, {
|
|
358
|
-
id: string;
|
|
359
358
|
status: string;
|
|
359
|
+
id: string;
|
|
360
360
|
isArchived: boolean;
|
|
361
361
|
createdAt: Date;
|
|
362
362
|
updatedAt: Date;
|
|
@@ -370,27 +370,27 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
370
370
|
openingBalanceCents: bigint;
|
|
371
371
|
}>, "many">>>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
|
-
id: string;
|
|
374
373
|
status: string;
|
|
374
|
+
id: string;
|
|
375
|
+
balanceCents: number;
|
|
376
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
377
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
375
378
|
isArchived: boolean;
|
|
376
379
|
createdBy: string | null;
|
|
377
380
|
createdAt: Date;
|
|
378
381
|
updatedAt: Date;
|
|
379
382
|
syncedAt: Date | null;
|
|
380
|
-
balanceCents: number;
|
|
381
383
|
name: string;
|
|
382
384
|
bsb: string | null;
|
|
383
385
|
accountNumber: string | null;
|
|
384
386
|
updatedBy: string | null;
|
|
385
387
|
country: string;
|
|
386
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
387
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
388
388
|
currentReceiveSeq: number;
|
|
389
389
|
currentPayoutSeq: number;
|
|
390
390
|
subsidiaryId: string;
|
|
391
391
|
paymentMethods?: {
|
|
392
|
-
id: string;
|
|
393
392
|
status: string;
|
|
393
|
+
id: string;
|
|
394
394
|
isArchived: boolean;
|
|
395
395
|
createdAt: Date;
|
|
396
396
|
updatedAt: Date;
|
|
@@ -405,21 +405,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
405
405
|
};
|
|
406
406
|
};
|
|
407
407
|
mta?: {
|
|
408
|
-
id: string;
|
|
409
408
|
status: string;
|
|
409
|
+
id: string;
|
|
410
|
+
balanceCents: bigint;
|
|
411
|
+
stateCode: string;
|
|
412
|
+
bankCode: string;
|
|
410
413
|
isArchived: boolean;
|
|
411
414
|
createdBy: string | null;
|
|
412
415
|
createdAt: Date;
|
|
413
416
|
updatedAt: Date;
|
|
414
417
|
syncedAt: Date | null;
|
|
415
|
-
balanceCents: bigint;
|
|
416
418
|
name: string;
|
|
417
419
|
bsb: string;
|
|
418
420
|
accountNumber: string;
|
|
419
421
|
updatedBy: string | null;
|
|
420
422
|
country: string;
|
|
421
|
-
stateCode: string;
|
|
422
|
-
bankCode: string;
|
|
423
423
|
currentReceiveSeq: number;
|
|
424
424
|
currentPayoutSeq: number;
|
|
425
425
|
subsidiaryId: string;
|
|
@@ -431,8 +431,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
431
431
|
domainName: string;
|
|
432
432
|
} | null | undefined;
|
|
433
433
|
paymentProvider?: {
|
|
434
|
-
id: string;
|
|
435
434
|
status: string;
|
|
435
|
+
id: string;
|
|
436
436
|
isArchived: boolean;
|
|
437
437
|
createdAt: Date;
|
|
438
438
|
updatedAt: Date;
|
|
@@ -442,8 +442,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
442
442
|
} | undefined;
|
|
443
443
|
}[] | undefined;
|
|
444
444
|
accountPeriods?: {
|
|
445
|
-
id: string;
|
|
446
445
|
status: string;
|
|
446
|
+
id: string;
|
|
447
447
|
isArchived: boolean;
|
|
448
448
|
createdAt: Date;
|
|
449
449
|
updatedAt: Date;
|
|
@@ -457,27 +457,27 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
457
457
|
openingBalanceCents: bigint;
|
|
458
458
|
}[] | undefined;
|
|
459
459
|
}, {
|
|
460
|
-
id: string;
|
|
461
460
|
status: string;
|
|
461
|
+
id: string;
|
|
462
|
+
balanceCents: string | number | bigint;
|
|
463
|
+
stateCode: string;
|
|
464
|
+
bankCode: string;
|
|
462
465
|
isArchived: boolean;
|
|
463
466
|
createdBy: string | null;
|
|
464
467
|
createdAt: Date;
|
|
465
468
|
updatedAt: Date;
|
|
466
469
|
syncedAt: Date | null;
|
|
467
|
-
balanceCents: string | number | bigint;
|
|
468
470
|
name: string;
|
|
469
471
|
bsb: string;
|
|
470
472
|
accountNumber: string;
|
|
471
473
|
updatedBy: string | null;
|
|
472
474
|
country: string;
|
|
473
|
-
stateCode: string;
|
|
474
|
-
bankCode: string;
|
|
475
475
|
currentReceiveSeq: number;
|
|
476
476
|
currentPayoutSeq: number;
|
|
477
477
|
subsidiaryId: string;
|
|
478
478
|
paymentMethods?: {
|
|
479
|
-
id: string;
|
|
480
479
|
status: string;
|
|
480
|
+
id: string;
|
|
481
481
|
isArchived: boolean;
|
|
482
482
|
createdAt: Date;
|
|
483
483
|
updatedAt: Date;
|
|
@@ -486,29 +486,29 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
486
486
|
paymentProviderId: string;
|
|
487
487
|
account: string;
|
|
488
488
|
mta?: {
|
|
489
|
-
id: string;
|
|
490
489
|
status: string;
|
|
490
|
+
id: string;
|
|
491
|
+
balanceCents: bigint;
|
|
492
|
+
stateCode: string;
|
|
493
|
+
bankCode: string;
|
|
491
494
|
isArchived: boolean;
|
|
492
495
|
createdBy: string | null;
|
|
493
496
|
createdAt: Date;
|
|
494
497
|
updatedAt: Date;
|
|
495
498
|
syncedAt: Date | null;
|
|
496
|
-
balanceCents: bigint;
|
|
497
499
|
name: string;
|
|
498
500
|
bsb: string;
|
|
499
501
|
accountNumber: string;
|
|
500
502
|
updatedBy: string | null;
|
|
501
503
|
country: string;
|
|
502
|
-
stateCode: string;
|
|
503
|
-
bankCode: string;
|
|
504
504
|
currentReceiveSeq: number;
|
|
505
505
|
currentPayoutSeq: number;
|
|
506
506
|
subsidiaryId: string;
|
|
507
507
|
} | undefined;
|
|
508
508
|
floatAccount?: string | null | undefined;
|
|
509
509
|
paymentProvider?: {
|
|
510
|
-
id: string;
|
|
511
510
|
status: string;
|
|
511
|
+
id: string;
|
|
512
512
|
isArchived: boolean;
|
|
513
513
|
createdAt: Date;
|
|
514
514
|
updatedAt: Date;
|
|
@@ -518,8 +518,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
518
518
|
} | undefined;
|
|
519
519
|
}[] | undefined;
|
|
520
520
|
accountPeriods?: {
|
|
521
|
-
id: string;
|
|
522
521
|
status: string;
|
|
522
|
+
id: string;
|
|
523
523
|
isArchived: boolean;
|
|
524
524
|
createdAt: Date;
|
|
525
525
|
updatedAt: Date;
|
|
@@ -534,8 +534,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
534
534
|
}[] | undefined;
|
|
535
535
|
}>>>;
|
|
536
536
|
}, "strip", z.ZodTypeAny, {
|
|
537
|
-
id: string;
|
|
538
537
|
status: AccountPeriodStatus;
|
|
538
|
+
id: string;
|
|
539
539
|
isArchived: boolean;
|
|
540
540
|
createdAt: Date;
|
|
541
541
|
updatedAt: Date;
|
|
@@ -547,27 +547,27 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
547
547
|
startDate: Date;
|
|
548
548
|
openingBalanceCents: number;
|
|
549
549
|
mta?: {
|
|
550
|
-
id: string;
|
|
551
550
|
status: string;
|
|
551
|
+
id: string;
|
|
552
|
+
balanceCents: number;
|
|
553
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
554
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
552
555
|
isArchived: boolean;
|
|
553
556
|
createdBy: string | null;
|
|
554
557
|
createdAt: Date;
|
|
555
558
|
updatedAt: Date;
|
|
556
559
|
syncedAt: Date | null;
|
|
557
|
-
balanceCents: number;
|
|
558
560
|
name: string;
|
|
559
561
|
bsb: string | null;
|
|
560
562
|
accountNumber: string | null;
|
|
561
563
|
updatedBy: string | null;
|
|
562
564
|
country: string;
|
|
563
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
564
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
565
565
|
currentReceiveSeq: number;
|
|
566
566
|
currentPayoutSeq: number;
|
|
567
567
|
subsidiaryId: string;
|
|
568
568
|
paymentMethods?: {
|
|
569
|
-
id: string;
|
|
570
569
|
status: string;
|
|
570
|
+
id: string;
|
|
571
571
|
isArchived: boolean;
|
|
572
572
|
createdAt: Date;
|
|
573
573
|
updatedAt: Date;
|
|
@@ -582,21 +582,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
582
582
|
};
|
|
583
583
|
};
|
|
584
584
|
mta?: {
|
|
585
|
-
id: string;
|
|
586
585
|
status: string;
|
|
586
|
+
id: string;
|
|
587
|
+
balanceCents: bigint;
|
|
588
|
+
stateCode: string;
|
|
589
|
+
bankCode: string;
|
|
587
590
|
isArchived: boolean;
|
|
588
591
|
createdBy: string | null;
|
|
589
592
|
createdAt: Date;
|
|
590
593
|
updatedAt: Date;
|
|
591
594
|
syncedAt: Date | null;
|
|
592
|
-
balanceCents: bigint;
|
|
593
595
|
name: string;
|
|
594
596
|
bsb: string;
|
|
595
597
|
accountNumber: string;
|
|
596
598
|
updatedBy: string | null;
|
|
597
599
|
country: string;
|
|
598
|
-
stateCode: string;
|
|
599
|
-
bankCode: string;
|
|
600
600
|
currentReceiveSeq: number;
|
|
601
601
|
currentPayoutSeq: number;
|
|
602
602
|
subsidiaryId: string;
|
|
@@ -608,8 +608,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
608
608
|
domainName: string;
|
|
609
609
|
} | null | undefined;
|
|
610
610
|
paymentProvider?: {
|
|
611
|
-
id: string;
|
|
612
611
|
status: string;
|
|
612
|
+
id: string;
|
|
613
613
|
isArchived: boolean;
|
|
614
614
|
createdAt: Date;
|
|
615
615
|
updatedAt: Date;
|
|
@@ -619,8 +619,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
619
619
|
} | undefined;
|
|
620
620
|
}[] | undefined;
|
|
621
621
|
accountPeriods?: {
|
|
622
|
-
id: string;
|
|
623
622
|
status: string;
|
|
623
|
+
id: string;
|
|
624
624
|
isArchived: boolean;
|
|
625
625
|
createdAt: Date;
|
|
626
626
|
updatedAt: Date;
|
|
@@ -639,8 +639,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
639
639
|
unreconciledAmountCents?: number | null | undefined;
|
|
640
640
|
totalReconciledAmountCents?: number | null | undefined;
|
|
641
641
|
}, {
|
|
642
|
-
id: string;
|
|
643
642
|
status: string;
|
|
643
|
+
id: string;
|
|
644
644
|
isArchived: boolean;
|
|
645
645
|
createdAt: Date;
|
|
646
646
|
updatedAt: Date;
|
|
@@ -652,27 +652,27 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
652
652
|
startDate: Date;
|
|
653
653
|
openingBalanceCents: string | number | bigint;
|
|
654
654
|
mta?: {
|
|
655
|
-
id: string;
|
|
656
655
|
status: string;
|
|
656
|
+
id: string;
|
|
657
|
+
balanceCents: string | number | bigint;
|
|
658
|
+
stateCode: string;
|
|
659
|
+
bankCode: string;
|
|
657
660
|
isArchived: boolean;
|
|
658
661
|
createdBy: string | null;
|
|
659
662
|
createdAt: Date;
|
|
660
663
|
updatedAt: Date;
|
|
661
664
|
syncedAt: Date | null;
|
|
662
|
-
balanceCents: string | number | bigint;
|
|
663
665
|
name: string;
|
|
664
666
|
bsb: string;
|
|
665
667
|
accountNumber: string;
|
|
666
668
|
updatedBy: string | null;
|
|
667
669
|
country: string;
|
|
668
|
-
stateCode: string;
|
|
669
|
-
bankCode: string;
|
|
670
670
|
currentReceiveSeq: number;
|
|
671
671
|
currentPayoutSeq: number;
|
|
672
672
|
subsidiaryId: string;
|
|
673
673
|
paymentMethods?: {
|
|
674
|
-
id: string;
|
|
675
674
|
status: string;
|
|
675
|
+
id: string;
|
|
676
676
|
isArchived: boolean;
|
|
677
677
|
createdAt: Date;
|
|
678
678
|
updatedAt: Date;
|
|
@@ -681,29 +681,29 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
681
681
|
paymentProviderId: string;
|
|
682
682
|
account: string;
|
|
683
683
|
mta?: {
|
|
684
|
-
id: string;
|
|
685
684
|
status: string;
|
|
685
|
+
id: string;
|
|
686
|
+
balanceCents: bigint;
|
|
687
|
+
stateCode: string;
|
|
688
|
+
bankCode: string;
|
|
686
689
|
isArchived: boolean;
|
|
687
690
|
createdBy: string | null;
|
|
688
691
|
createdAt: Date;
|
|
689
692
|
updatedAt: Date;
|
|
690
693
|
syncedAt: Date | null;
|
|
691
|
-
balanceCents: bigint;
|
|
692
694
|
name: string;
|
|
693
695
|
bsb: string;
|
|
694
696
|
accountNumber: string;
|
|
695
697
|
updatedBy: string | null;
|
|
696
698
|
country: string;
|
|
697
|
-
stateCode: string;
|
|
698
|
-
bankCode: string;
|
|
699
699
|
currentReceiveSeq: number;
|
|
700
700
|
currentPayoutSeq: number;
|
|
701
701
|
subsidiaryId: string;
|
|
702
702
|
} | undefined;
|
|
703
703
|
floatAccount?: string | null | undefined;
|
|
704
704
|
paymentProvider?: {
|
|
705
|
-
id: string;
|
|
706
705
|
status: string;
|
|
706
|
+
id: string;
|
|
707
707
|
isArchived: boolean;
|
|
708
708
|
createdAt: Date;
|
|
709
709
|
updatedAt: Date;
|
|
@@ -713,8 +713,8 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
713
713
|
} | undefined;
|
|
714
714
|
}[] | undefined;
|
|
715
715
|
accountPeriods?: {
|
|
716
|
-
id: string;
|
|
717
716
|
status: string;
|
|
717
|
+
id: string;
|
|
718
718
|
isArchived: boolean;
|
|
719
719
|
createdAt: Date;
|
|
720
720
|
updatedAt: Date;
|
|
@@ -772,8 +772,8 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
772
772
|
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
773
773
|
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
774
774
|
}, "strip", z.ZodTypeAny, {
|
|
775
|
-
id: string;
|
|
776
775
|
status: string;
|
|
776
|
+
id: string;
|
|
777
777
|
isArchived: boolean;
|
|
778
778
|
createdBy: string;
|
|
779
779
|
createdAt: Date;
|
|
@@ -794,8 +794,8 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
794
794
|
currentReconciledBalanceCents?: number | null | undefined;
|
|
795
795
|
currentVarianceCents?: number | null | undefined;
|
|
796
796
|
}, {
|
|
797
|
-
id: string;
|
|
798
797
|
status: string;
|
|
798
|
+
id: string;
|
|
799
799
|
isArchived: boolean;
|
|
800
800
|
createdBy: string;
|
|
801
801
|
createdAt: Date;
|
|
@@ -817,8 +817,8 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
817
817
|
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
818
818
|
}>>>>;
|
|
819
819
|
}, "strip", z.ZodTypeAny, {
|
|
820
|
-
id: string;
|
|
821
820
|
status: string;
|
|
821
|
+
id: string;
|
|
822
822
|
isArchived: boolean;
|
|
823
823
|
createdAt: Date;
|
|
824
824
|
updatedAt: Date;
|
|
@@ -831,8 +831,8 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
831
831
|
startDate: Date;
|
|
832
832
|
openingBalanceCents: bigint;
|
|
833
833
|
currentReconciliation?: {
|
|
834
|
-
id: string;
|
|
835
834
|
status: string;
|
|
835
|
+
id: string;
|
|
836
836
|
isArchived: boolean;
|
|
837
837
|
createdBy: string;
|
|
838
838
|
createdAt: Date;
|
|
@@ -854,8 +854,8 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
854
854
|
currentVarianceCents?: number | null | undefined;
|
|
855
855
|
} | null | undefined;
|
|
856
856
|
}, {
|
|
857
|
-
id: string;
|
|
858
857
|
status: string;
|
|
858
|
+
id: string;
|
|
859
859
|
isArchived: boolean;
|
|
860
860
|
createdAt: Date;
|
|
861
861
|
updatedAt: Date;
|
|
@@ -868,8 +868,8 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
868
868
|
startDate: Date;
|
|
869
869
|
openingBalanceCents: bigint;
|
|
870
870
|
currentReconciliation?: {
|
|
871
|
-
id: string;
|
|
872
871
|
status: string;
|
|
872
|
+
id: string;
|
|
873
873
|
isArchived: boolean;
|
|
874
874
|
createdBy: string;
|
|
875
875
|
createdAt: Date;
|
|
@@ -54,8 +54,8 @@ export declare const mtaPaymentMethodEntitySchema: z.ZodObject<{
|
|
|
54
54
|
createdAt: z.ZodDate;
|
|
55
55
|
updatedAt: z.ZodDate;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
id: string;
|
|
58
57
|
status: string;
|
|
58
|
+
id: string;
|
|
59
59
|
isArchived: boolean;
|
|
60
60
|
createdAt: Date;
|
|
61
61
|
updatedAt: Date;
|
|
@@ -65,8 +65,8 @@ export declare const mtaPaymentMethodEntitySchema: z.ZodObject<{
|
|
|
65
65
|
account: string;
|
|
66
66
|
floatAccount: string | null;
|
|
67
67
|
}, {
|
|
68
|
-
id: string;
|
|
69
68
|
status: string;
|
|
69
|
+
id: string;
|
|
70
70
|
isArchived: boolean;
|
|
71
71
|
createdAt: Date;
|
|
72
72
|
updatedAt: Date;
|