@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +2 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts +3 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/index.d.ts +1 -0
- package/dist/cjs/constants/property/index.d.ts.map +1 -1
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts +14 -4
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +331 -184
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +50 -24
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +18 -16
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +7 -4
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +234 -72
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +924 -291
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/date.util.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +12 -2
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/cjs/utils/transaction.util.d.ts +2 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/common/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +2 -0
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/pagination.constant.d.ts +3 -0
- package/dist/esm/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/index.d.ts +1 -0
- package/dist/esm/constants/property/index.d.ts.map +1 -1
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/property-status.constant.d.ts +14 -4
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +263 -164
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +50 -24
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +18 -16
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +7 -4
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +234 -72
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +924 -291
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/date.util.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +12 -2
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/dist/esm/utils/transaction.util.d.ts +2 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +17 -10
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const mtaAccountPeriodClosingSummaryRestReqSchema: z.ZodObject<{
|
|
3
3
|
mtaAccountPeriodId: z.ZodUUID;
|
|
4
|
-
endDate: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | Date>>, z.ZodDate>;
|
|
4
|
+
endDate: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>;
|
|
5
5
|
}, z.core.$strip>;
|
|
6
6
|
export type MtaAccountPeriodClosingSummaryRestReq = z.input<typeof mtaAccountPeriodClosingSummaryRestReqSchema>;
|
|
7
7
|
export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
@@ -108,7 +108,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
108
108
|
cmaBalanceCents: bigint;
|
|
109
109
|
mtaBalanceCents: bigint;
|
|
110
110
|
stage: string;
|
|
111
|
+
cmaId?: string | null | undefined;
|
|
111
112
|
buyerName?: string | null | undefined;
|
|
113
|
+
initialDepositStatus?: string | null | undefined;
|
|
112
114
|
project?: {
|
|
113
115
|
id: string;
|
|
114
116
|
name: string;
|
|
@@ -202,7 +204,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
202
204
|
cmaBalanceCents: bigint;
|
|
203
205
|
mtaBalanceCents: bigint;
|
|
204
206
|
stage: string;
|
|
207
|
+
cmaId?: string | null | undefined;
|
|
205
208
|
buyerName?: string | null | undefined;
|
|
209
|
+
initialDepositStatus?: string | null | undefined;
|
|
206
210
|
project?: {
|
|
207
211
|
id: string;
|
|
208
212
|
name: string;
|
|
@@ -295,7 +299,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
295
299
|
cmaBalanceCents: bigint;
|
|
296
300
|
mtaBalanceCents: bigint;
|
|
297
301
|
stage: string;
|
|
302
|
+
cmaId?: string | null | undefined;
|
|
298
303
|
buyerName?: string | null | undefined;
|
|
304
|
+
initialDepositStatus?: string | null | undefined;
|
|
299
305
|
project?: {
|
|
300
306
|
id: string;
|
|
301
307
|
name: string;
|
|
@@ -338,6 +344,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
338
344
|
isUnknown?: boolean | null | undefined;
|
|
339
345
|
isAssignableToProperty?: boolean | null | undefined;
|
|
340
346
|
isAssignedToProperty?: boolean | null | undefined;
|
|
347
|
+
isPaidout?: boolean | null | undefined;
|
|
341
348
|
amountStr?: string | null | undefined;
|
|
342
349
|
transactionNumber?: string | null | undefined;
|
|
343
350
|
isCancelable?: boolean | null | undefined;
|
|
@@ -352,10 +359,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
352
359
|
isRefunded: boolean;
|
|
353
360
|
isCanceled: boolean;
|
|
354
361
|
isArchived: boolean;
|
|
355
|
-
clearedAt:
|
|
356
|
-
createdAt:
|
|
357
|
-
syncedAt:
|
|
358
|
-
updatedAt:
|
|
362
|
+
clearedAt: Date | null;
|
|
363
|
+
createdAt: Date;
|
|
364
|
+
syncedAt: Date;
|
|
365
|
+
updatedAt: Date;
|
|
359
366
|
note: string | null;
|
|
360
367
|
sourceTransactionId: string | null;
|
|
361
368
|
cancelType: string | null;
|
|
@@ -398,7 +405,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
398
405
|
cmaBalanceCents: unknown;
|
|
399
406
|
mtaBalanceCents: unknown;
|
|
400
407
|
stage: string;
|
|
408
|
+
cmaId?: string | null | undefined;
|
|
401
409
|
buyerName?: string | null | undefined;
|
|
410
|
+
initialDepositStatus?: string | null | undefined;
|
|
402
411
|
project?: {
|
|
403
412
|
id: string;
|
|
404
413
|
name: string;
|
|
@@ -446,10 +455,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
446
455
|
isRefunded: boolean;
|
|
447
456
|
isCanceled: boolean;
|
|
448
457
|
isArchived: boolean;
|
|
449
|
-
clearedAt:
|
|
450
|
-
createdAt:
|
|
451
|
-
syncedAt:
|
|
452
|
-
updatedAt:
|
|
458
|
+
clearedAt: Date | null;
|
|
459
|
+
createdAt: Date;
|
|
460
|
+
syncedAt: Date;
|
|
461
|
+
updatedAt: Date;
|
|
453
462
|
note: string | null;
|
|
454
463
|
sourceTransactionId: string | null;
|
|
455
464
|
cancelType: string | null;
|
|
@@ -492,7 +501,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
492
501
|
cmaBalanceCents: unknown;
|
|
493
502
|
mtaBalanceCents: unknown;
|
|
494
503
|
stage: string;
|
|
504
|
+
cmaId?: string | null | undefined;
|
|
495
505
|
buyerName?: string | null | undefined;
|
|
506
|
+
initialDepositStatus?: string | null | undefined;
|
|
496
507
|
project?: {
|
|
497
508
|
id: string;
|
|
498
509
|
name: string;
|
|
@@ -539,10 +550,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
539
550
|
isRefunded: boolean;
|
|
540
551
|
isCanceled: boolean;
|
|
541
552
|
isArchived: boolean;
|
|
542
|
-
clearedAt:
|
|
543
|
-
createdAt:
|
|
544
|
-
syncedAt:
|
|
545
|
-
updatedAt:
|
|
553
|
+
clearedAt: Date | null;
|
|
554
|
+
createdAt: Date;
|
|
555
|
+
syncedAt: Date;
|
|
556
|
+
updatedAt: Date;
|
|
546
557
|
note: string | null;
|
|
547
558
|
sourceTransactionId: string | null;
|
|
548
559
|
cancelType: string | null;
|
|
@@ -585,7 +596,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
585
596
|
cmaBalanceCents: unknown;
|
|
586
597
|
mtaBalanceCents: unknown;
|
|
587
598
|
stage: string;
|
|
599
|
+
cmaId?: string | null | undefined;
|
|
588
600
|
buyerName?: string | null | undefined;
|
|
601
|
+
initialDepositStatus?: string | null | undefined;
|
|
589
602
|
project?: {
|
|
590
603
|
id: string;
|
|
591
604
|
name: string;
|
|
@@ -679,7 +692,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
679
692
|
cmaBalanceCents: bigint;
|
|
680
693
|
mtaBalanceCents: bigint;
|
|
681
694
|
stage: string;
|
|
695
|
+
cmaId?: string | null | undefined;
|
|
682
696
|
buyerName?: string | null | undefined;
|
|
697
|
+
initialDepositStatus?: string | null | undefined;
|
|
683
698
|
project?: {
|
|
684
699
|
id: string;
|
|
685
700
|
name: string;
|
|
@@ -773,7 +788,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
773
788
|
cmaBalanceCents: bigint;
|
|
774
789
|
mtaBalanceCents: bigint;
|
|
775
790
|
stage: string;
|
|
791
|
+
cmaId?: string | null | undefined;
|
|
776
792
|
buyerName?: string | null | undefined;
|
|
793
|
+
initialDepositStatus?: string | null | undefined;
|
|
777
794
|
project?: {
|
|
778
795
|
id: string;
|
|
779
796
|
name: string;
|
|
@@ -866,7 +883,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
866
883
|
cmaBalanceCents: bigint;
|
|
867
884
|
mtaBalanceCents: bigint;
|
|
868
885
|
stage: string;
|
|
886
|
+
cmaId?: string | null | undefined;
|
|
869
887
|
buyerName?: string | null | undefined;
|
|
888
|
+
initialDepositStatus?: string | null | undefined;
|
|
870
889
|
project?: {
|
|
871
890
|
id: string;
|
|
872
891
|
name: string;
|
|
@@ -909,6 +928,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
909
928
|
isUnknown?: boolean | null | undefined;
|
|
910
929
|
isAssignableToProperty?: boolean | null | undefined;
|
|
911
930
|
isAssignedToProperty?: boolean | null | undefined;
|
|
931
|
+
isPaidout?: boolean | null | undefined;
|
|
912
932
|
amountStr?: string | null | undefined;
|
|
913
933
|
transactionNumber?: string | null | undefined;
|
|
914
934
|
isCancelable?: boolean | null | undefined;
|
|
@@ -923,10 +943,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
923
943
|
isRefunded: boolean;
|
|
924
944
|
isCanceled: boolean;
|
|
925
945
|
isArchived: boolean;
|
|
926
|
-
clearedAt:
|
|
927
|
-
createdAt:
|
|
928
|
-
syncedAt:
|
|
929
|
-
updatedAt:
|
|
946
|
+
clearedAt: Date | null;
|
|
947
|
+
createdAt: Date;
|
|
948
|
+
syncedAt: Date;
|
|
949
|
+
updatedAt: Date;
|
|
930
950
|
note: string | null;
|
|
931
951
|
sourceTransactionId: string | null;
|
|
932
952
|
cancelType: string | null;
|
|
@@ -969,7 +989,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
969
989
|
cmaBalanceCents: unknown;
|
|
970
990
|
mtaBalanceCents: unknown;
|
|
971
991
|
stage: string;
|
|
992
|
+
cmaId?: string | null | undefined;
|
|
972
993
|
buyerName?: string | null | undefined;
|
|
994
|
+
initialDepositStatus?: string | null | undefined;
|
|
973
995
|
project?: {
|
|
974
996
|
id: string;
|
|
975
997
|
name: string;
|
|
@@ -1017,10 +1039,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1017
1039
|
isRefunded: boolean;
|
|
1018
1040
|
isCanceled: boolean;
|
|
1019
1041
|
isArchived: boolean;
|
|
1020
|
-
clearedAt:
|
|
1021
|
-
createdAt:
|
|
1022
|
-
syncedAt:
|
|
1023
|
-
updatedAt:
|
|
1042
|
+
clearedAt: Date | null;
|
|
1043
|
+
createdAt: Date;
|
|
1044
|
+
syncedAt: Date;
|
|
1045
|
+
updatedAt: Date;
|
|
1024
1046
|
note: string | null;
|
|
1025
1047
|
sourceTransactionId: string | null;
|
|
1026
1048
|
cancelType: string | null;
|
|
@@ -1063,7 +1085,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1063
1085
|
cmaBalanceCents: unknown;
|
|
1064
1086
|
mtaBalanceCents: unknown;
|
|
1065
1087
|
stage: string;
|
|
1088
|
+
cmaId?: string | null | undefined;
|
|
1066
1089
|
buyerName?: string | null | undefined;
|
|
1090
|
+
initialDepositStatus?: string | null | undefined;
|
|
1067
1091
|
project?: {
|
|
1068
1092
|
id: string;
|
|
1069
1093
|
name: string;
|
|
@@ -1110,10 +1134,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1110
1134
|
isRefunded: boolean;
|
|
1111
1135
|
isCanceled: boolean;
|
|
1112
1136
|
isArchived: boolean;
|
|
1113
|
-
clearedAt:
|
|
1114
|
-
createdAt:
|
|
1115
|
-
syncedAt:
|
|
1116
|
-
updatedAt:
|
|
1137
|
+
clearedAt: Date | null;
|
|
1138
|
+
createdAt: Date;
|
|
1139
|
+
syncedAt: Date;
|
|
1140
|
+
updatedAt: Date;
|
|
1117
1141
|
note: string | null;
|
|
1118
1142
|
sourceTransactionId: string | null;
|
|
1119
1143
|
cancelType: string | null;
|
|
@@ -1156,7 +1180,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1156
1180
|
cmaBalanceCents: unknown;
|
|
1157
1181
|
mtaBalanceCents: unknown;
|
|
1158
1182
|
stage: string;
|
|
1183
|
+
cmaId?: string | null | undefined;
|
|
1159
1184
|
buyerName?: string | null | undefined;
|
|
1185
|
+
initialDepositStatus?: string | null | undefined;
|
|
1160
1186
|
project?: {
|
|
1161
1187
|
id: string;
|
|
1162
1188
|
name: string;
|
|
@@ -1252,7 +1278,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1252
1278
|
cmaBalanceCents: bigint;
|
|
1253
1279
|
mtaBalanceCents: bigint;
|
|
1254
1280
|
stage: string;
|
|
1281
|
+
cmaId?: string | null | undefined;
|
|
1255
1282
|
buyerName?: string | null | undefined;
|
|
1283
|
+
initialDepositStatus?: string | null | undefined;
|
|
1256
1284
|
project?: {
|
|
1257
1285
|
id: string;
|
|
1258
1286
|
name: string;
|
|
@@ -1346,7 +1374,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1346
1374
|
cmaBalanceCents: bigint;
|
|
1347
1375
|
mtaBalanceCents: bigint;
|
|
1348
1376
|
stage: string;
|
|
1377
|
+
cmaId?: string | null | undefined;
|
|
1349
1378
|
buyerName?: string | null | undefined;
|
|
1379
|
+
initialDepositStatus?: string | null | undefined;
|
|
1350
1380
|
project?: {
|
|
1351
1381
|
id: string;
|
|
1352
1382
|
name: string;
|
|
@@ -1439,7 +1469,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1439
1469
|
cmaBalanceCents: bigint;
|
|
1440
1470
|
mtaBalanceCents: bigint;
|
|
1441
1471
|
stage: string;
|
|
1472
|
+
cmaId?: string | null | undefined;
|
|
1442
1473
|
buyerName?: string | null | undefined;
|
|
1474
|
+
initialDepositStatus?: string | null | undefined;
|
|
1443
1475
|
project?: {
|
|
1444
1476
|
id: string;
|
|
1445
1477
|
name: string;
|
|
@@ -1482,6 +1514,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1482
1514
|
isUnknown?: boolean | null | undefined;
|
|
1483
1515
|
isAssignableToProperty?: boolean | null | undefined;
|
|
1484
1516
|
isAssignedToProperty?: boolean | null | undefined;
|
|
1517
|
+
isPaidout?: boolean | null | undefined;
|
|
1485
1518
|
amountStr?: string | null | undefined;
|
|
1486
1519
|
transactionNumber?: string | null | undefined;
|
|
1487
1520
|
isCancelable?: boolean | null | undefined;
|
|
@@ -1496,10 +1529,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1496
1529
|
isRefunded: boolean;
|
|
1497
1530
|
isCanceled: boolean;
|
|
1498
1531
|
isArchived: boolean;
|
|
1499
|
-
clearedAt:
|
|
1500
|
-
createdAt:
|
|
1501
|
-
syncedAt:
|
|
1502
|
-
updatedAt:
|
|
1532
|
+
clearedAt: Date | null;
|
|
1533
|
+
createdAt: Date;
|
|
1534
|
+
syncedAt: Date;
|
|
1535
|
+
updatedAt: Date;
|
|
1503
1536
|
note: string | null;
|
|
1504
1537
|
sourceTransactionId: string | null;
|
|
1505
1538
|
cancelType: string | null;
|
|
@@ -1542,7 +1575,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1542
1575
|
cmaBalanceCents: unknown;
|
|
1543
1576
|
mtaBalanceCents: unknown;
|
|
1544
1577
|
stage: string;
|
|
1578
|
+
cmaId?: string | null | undefined;
|
|
1545
1579
|
buyerName?: string | null | undefined;
|
|
1580
|
+
initialDepositStatus?: string | null | undefined;
|
|
1546
1581
|
project?: {
|
|
1547
1582
|
id: string;
|
|
1548
1583
|
name: string;
|
|
@@ -1590,10 +1625,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1590
1625
|
isRefunded: boolean;
|
|
1591
1626
|
isCanceled: boolean;
|
|
1592
1627
|
isArchived: boolean;
|
|
1593
|
-
clearedAt:
|
|
1594
|
-
createdAt:
|
|
1595
|
-
syncedAt:
|
|
1596
|
-
updatedAt:
|
|
1628
|
+
clearedAt: Date | null;
|
|
1629
|
+
createdAt: Date;
|
|
1630
|
+
syncedAt: Date;
|
|
1631
|
+
updatedAt: Date;
|
|
1597
1632
|
note: string | null;
|
|
1598
1633
|
sourceTransactionId: string | null;
|
|
1599
1634
|
cancelType: string | null;
|
|
@@ -1636,7 +1671,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1636
1671
|
cmaBalanceCents: unknown;
|
|
1637
1672
|
mtaBalanceCents: unknown;
|
|
1638
1673
|
stage: string;
|
|
1674
|
+
cmaId?: string | null | undefined;
|
|
1639
1675
|
buyerName?: string | null | undefined;
|
|
1676
|
+
initialDepositStatus?: string | null | undefined;
|
|
1640
1677
|
project?: {
|
|
1641
1678
|
id: string;
|
|
1642
1679
|
name: string;
|
|
@@ -1683,10 +1720,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1683
1720
|
isRefunded: boolean;
|
|
1684
1721
|
isCanceled: boolean;
|
|
1685
1722
|
isArchived: boolean;
|
|
1686
|
-
clearedAt:
|
|
1687
|
-
createdAt:
|
|
1688
|
-
syncedAt:
|
|
1689
|
-
updatedAt:
|
|
1723
|
+
clearedAt: Date | null;
|
|
1724
|
+
createdAt: Date;
|
|
1725
|
+
syncedAt: Date;
|
|
1726
|
+
updatedAt: Date;
|
|
1690
1727
|
note: string | null;
|
|
1691
1728
|
sourceTransactionId: string | null;
|
|
1692
1729
|
cancelType: string | null;
|
|
@@ -1729,7 +1766,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1729
1766
|
cmaBalanceCents: unknown;
|
|
1730
1767
|
mtaBalanceCents: unknown;
|
|
1731
1768
|
stage: string;
|
|
1769
|
+
cmaId?: string | null | undefined;
|
|
1732
1770
|
buyerName?: string | null | undefined;
|
|
1771
|
+
initialDepositStatus?: string | null | undefined;
|
|
1733
1772
|
project?: {
|
|
1734
1773
|
id: string;
|
|
1735
1774
|
name: string;
|
|
@@ -1823,7 +1862,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1823
1862
|
cmaBalanceCents: bigint;
|
|
1824
1863
|
mtaBalanceCents: bigint;
|
|
1825
1864
|
stage: string;
|
|
1865
|
+
cmaId?: string | null | undefined;
|
|
1826
1866
|
buyerName?: string | null | undefined;
|
|
1867
|
+
initialDepositStatus?: string | null | undefined;
|
|
1827
1868
|
project?: {
|
|
1828
1869
|
id: string;
|
|
1829
1870
|
name: string;
|
|
@@ -1917,7 +1958,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1917
1958
|
cmaBalanceCents: bigint;
|
|
1918
1959
|
mtaBalanceCents: bigint;
|
|
1919
1960
|
stage: string;
|
|
1961
|
+
cmaId?: string | null | undefined;
|
|
1920
1962
|
buyerName?: string | null | undefined;
|
|
1963
|
+
initialDepositStatus?: string | null | undefined;
|
|
1921
1964
|
project?: {
|
|
1922
1965
|
id: string;
|
|
1923
1966
|
name: string;
|
|
@@ -2010,7 +2053,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2010
2053
|
cmaBalanceCents: bigint;
|
|
2011
2054
|
mtaBalanceCents: bigint;
|
|
2012
2055
|
stage: string;
|
|
2056
|
+
cmaId?: string | null | undefined;
|
|
2013
2057
|
buyerName?: string | null | undefined;
|
|
2058
|
+
initialDepositStatus?: string | null | undefined;
|
|
2014
2059
|
project?: {
|
|
2015
2060
|
id: string;
|
|
2016
2061
|
name: string;
|
|
@@ -2053,6 +2098,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2053
2098
|
isUnknown?: boolean | null | undefined;
|
|
2054
2099
|
isAssignableToProperty?: boolean | null | undefined;
|
|
2055
2100
|
isAssignedToProperty?: boolean | null | undefined;
|
|
2101
|
+
isPaidout?: boolean | null | undefined;
|
|
2056
2102
|
amountStr?: string | null | undefined;
|
|
2057
2103
|
transactionNumber?: string | null | undefined;
|
|
2058
2104
|
isCancelable?: boolean | null | undefined;
|
|
@@ -2067,10 +2113,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2067
2113
|
isRefunded: boolean;
|
|
2068
2114
|
isCanceled: boolean;
|
|
2069
2115
|
isArchived: boolean;
|
|
2070
|
-
clearedAt:
|
|
2071
|
-
createdAt:
|
|
2072
|
-
syncedAt:
|
|
2073
|
-
updatedAt:
|
|
2116
|
+
clearedAt: Date | null;
|
|
2117
|
+
createdAt: Date;
|
|
2118
|
+
syncedAt: Date;
|
|
2119
|
+
updatedAt: Date;
|
|
2074
2120
|
note: string | null;
|
|
2075
2121
|
sourceTransactionId: string | null;
|
|
2076
2122
|
cancelType: string | null;
|
|
@@ -2113,7 +2159,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2113
2159
|
cmaBalanceCents: unknown;
|
|
2114
2160
|
mtaBalanceCents: unknown;
|
|
2115
2161
|
stage: string;
|
|
2162
|
+
cmaId?: string | null | undefined;
|
|
2116
2163
|
buyerName?: string | null | undefined;
|
|
2164
|
+
initialDepositStatus?: string | null | undefined;
|
|
2117
2165
|
project?: {
|
|
2118
2166
|
id: string;
|
|
2119
2167
|
name: string;
|
|
@@ -2161,10 +2209,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2161
2209
|
isRefunded: boolean;
|
|
2162
2210
|
isCanceled: boolean;
|
|
2163
2211
|
isArchived: boolean;
|
|
2164
|
-
clearedAt:
|
|
2165
|
-
createdAt:
|
|
2166
|
-
syncedAt:
|
|
2167
|
-
updatedAt:
|
|
2212
|
+
clearedAt: Date | null;
|
|
2213
|
+
createdAt: Date;
|
|
2214
|
+
syncedAt: Date;
|
|
2215
|
+
updatedAt: Date;
|
|
2168
2216
|
note: string | null;
|
|
2169
2217
|
sourceTransactionId: string | null;
|
|
2170
2218
|
cancelType: string | null;
|
|
@@ -2207,7 +2255,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2207
2255
|
cmaBalanceCents: unknown;
|
|
2208
2256
|
mtaBalanceCents: unknown;
|
|
2209
2257
|
stage: string;
|
|
2258
|
+
cmaId?: string | null | undefined;
|
|
2210
2259
|
buyerName?: string | null | undefined;
|
|
2260
|
+
initialDepositStatus?: string | null | undefined;
|
|
2211
2261
|
project?: {
|
|
2212
2262
|
id: string;
|
|
2213
2263
|
name: string;
|
|
@@ -2254,10 +2304,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2254
2304
|
isRefunded: boolean;
|
|
2255
2305
|
isCanceled: boolean;
|
|
2256
2306
|
isArchived: boolean;
|
|
2257
|
-
clearedAt:
|
|
2258
|
-
createdAt:
|
|
2259
|
-
syncedAt:
|
|
2260
|
-
updatedAt:
|
|
2307
|
+
clearedAt: Date | null;
|
|
2308
|
+
createdAt: Date;
|
|
2309
|
+
syncedAt: Date;
|
|
2310
|
+
updatedAt: Date;
|
|
2261
2311
|
note: string | null;
|
|
2262
2312
|
sourceTransactionId: string | null;
|
|
2263
2313
|
cancelType: string | null;
|
|
@@ -2300,7 +2350,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2300
2350
|
cmaBalanceCents: unknown;
|
|
2301
2351
|
mtaBalanceCents: unknown;
|
|
2302
2352
|
stage: string;
|
|
2353
|
+
cmaId?: string | null | undefined;
|
|
2303
2354
|
buyerName?: string | null | undefined;
|
|
2355
|
+
initialDepositStatus?: string | null | undefined;
|
|
2304
2356
|
project?: {
|
|
2305
2357
|
id: string;
|
|
2306
2358
|
name: string;
|
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC"}
|