@mikemo-coposit/am-accounting-shared 1.0.5 → 1.0.7
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/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/property/property-status.constant.d.ts +3 -1
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.cjs +13 -2
- 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-closing-summary.rest.schema.d.ts +48 -0
- 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-transaction/cma-transaction-search.rest.schema.d.ts +3 -3
- 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/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- 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 +24 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- 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 +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.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 +156 -0
- 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 +4 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +621 -15
- 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-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/index.d.ts +1 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/mark-property-cma-not-required.schema.d.ts +7 -0
- package/dist/cjs/schemas/property/mark-property-cma-not-required.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/property/property-status.constant.d.ts +3 -1
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.js +11 -3
- 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-closing-summary.rest.schema.d.ts +48 -0
- 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-transaction/cma-transaction-search.rest.schema.d.ts +3 -3
- 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/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- 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 +24 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- 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 +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.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 +156 -0
- 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 +4 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +621 -15
- 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-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/index.d.ts +1 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/mark-property-cma-not-required.schema.d.ts +7 -0
- package/dist/esm/schemas/property/mark-property-cma-not-required.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "1.0.
|
|
1
|
+
export declare const PACKAGE_VERSION = "1.0.6";
|
|
2
2
|
//# sourceMappingURL=package-version.constant.d.ts.map
|
|
@@ -3,7 +3,8 @@ export declare enum PropertyRestResStatus {
|
|
|
3
3
|
PENDING_PURCHASE_INFO = "pending_purchase_info",
|
|
4
4
|
NEED_CMA = "need_cma",
|
|
5
5
|
CMA_ASSIGNED = "cma_assigned",
|
|
6
|
-
PENDING_CONTRACT = "pending_contract"
|
|
6
|
+
PENDING_CONTRACT = "pending_contract",
|
|
7
|
+
CMA_NOT_REQUIRED = "cma_not_required"
|
|
7
8
|
}
|
|
8
9
|
export declare const PropertyStage: {
|
|
9
10
|
readonly INITIAL_DEPOSIT: "initial_deposit";
|
|
@@ -16,5 +17,6 @@ export declare const PropertyStatusToDisplayTextMapper: {
|
|
|
16
17
|
need_cma: string;
|
|
17
18
|
cma_assigned: string;
|
|
18
19
|
pending_contract: string;
|
|
20
|
+
cma_not_required: string;
|
|
19
21
|
};
|
|
20
22
|
//# sourceMappingURL=property-status.constant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property-status.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/property/property-status.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,GAAG,QAAQ;IACX,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,gBAAgB,qBAAqB;CACtC;AAGD,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"property-status.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/property/property-status.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,GAAG,QAAQ;IACX,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,gBAAgB,qBAAqB;IACrC,gBAAgB,qBAAqB;CACtC;AAGD,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,eAAO,MAAM,iCAAiC;;;;;;;CAO7C,CAAC"}
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -2222,6 +2222,7 @@ var __webpack_exports__ = {};
|
|
|
2222
2222
|
updateUnknownPayoutTargetDetailRestReqSchema: ()=>updateUnknownPayoutTargetDetailRestReqSchema,
|
|
2223
2223
|
reconcileCmaTransactionRestReqSchema: ()=>reconcileCmaTransactionRestReqSchema,
|
|
2224
2224
|
maskBankAccountNumber: ()=>maskBankAccountNumber,
|
|
2225
|
+
markPropertyCmaNotRequiredReqSchema: ()=>markPropertyCmaNotRequiredReqSchema,
|
|
2225
2226
|
displayBankAccount: ()=>displayBankAccount,
|
|
2226
2227
|
payoutBankFileRestResSchema: ()=>payoutBankFileRestResSchema,
|
|
2227
2228
|
ReconcileTransactionAction: ()=>reconcile_transaction_action_constant_ReconcileTransactionAction,
|
|
@@ -2252,7 +2253,7 @@ var __webpack_exports__ = {};
|
|
|
2252
2253
|
MtaTransactionPaymentMethod: ()=>mta_payment_method_constant_MtaTransactionPaymentMethod,
|
|
2253
2254
|
JsonNullableFilterSchema: ()=>JsonNullableFilterSchema,
|
|
2254
2255
|
stringToEndOfDaySchema: ()=>stringToEndOfDaySchema,
|
|
2255
|
-
PACKAGE_VERSION: ()=>"1.0.
|
|
2256
|
+
PACKAGE_VERSION: ()=>"1.0.6",
|
|
2256
2257
|
createSettlementPayoutRestReqSchema: ()=>createSettlementPayoutRestReqSchema,
|
|
2257
2258
|
DEFAULT_PAYOUT_TARGET_BANK_REF: ()=>DEFAULT_PAYOUT_TARGET_BANK_REF,
|
|
2258
2259
|
CmaTransactionStatus: ()=>CmaTransactionStatus,
|
|
@@ -2595,6 +2596,7 @@ var __webpack_exports__ = {};
|
|
|
2595
2596
|
PropertyRestResStatus["NEED_CMA"] = "need_cma";
|
|
2596
2597
|
PropertyRestResStatus["CMA_ASSIGNED"] = "cma_assigned";
|
|
2597
2598
|
PropertyRestResStatus["PENDING_CONTRACT"] = "pending_contract";
|
|
2599
|
+
PropertyRestResStatus["CMA_NOT_REQUIRED"] = "cma_not_required";
|
|
2598
2600
|
return PropertyRestResStatus;
|
|
2599
2601
|
}({});
|
|
2600
2602
|
const PropertyStage = {
|
|
@@ -2607,7 +2609,8 @@ var __webpack_exports__ = {};
|
|
|
2607
2609
|
["pending_purchase_info"]: 'Pending Purchase Info',
|
|
2608
2610
|
["need_cma"]: 'Need CMA',
|
|
2609
2611
|
["cma_assigned"]: 'CMA Assigned',
|
|
2610
|
-
["pending_contract"]: 'Pending Contract'
|
|
2612
|
+
["pending_contract"]: 'Pending Contract',
|
|
2613
|
+
["cma_not_required"]: 'CMA Not Required'
|
|
2611
2614
|
};
|
|
2612
2615
|
var report_data_range_type_constant_ReportDataRangeType = /*#__PURE__*/ function(ReportDataRangeType) {
|
|
2613
2616
|
ReportDataRangeType["SPECIFY_EXACT_DATES"] = "specify_exact_dates";
|
|
@@ -3270,6 +3273,8 @@ var __webpack_exports__ = {};
|
|
|
3270
3273
|
external_zod_namespaceObject.z.coerce.bigint(),
|
|
3271
3274
|
external_zod_namespaceObject.z.coerce.number()
|
|
3272
3275
|
]).pipe(external_zod_namespaceObject.z.bigint()),
|
|
3276
|
+
isCmaRequired: external_zod_namespaceObject.z.boolean(),
|
|
3277
|
+
cmaNotRequiredReason: external_zod_namespaceObject.z.string().nullish(),
|
|
3273
3278
|
stage: external_zod_namespaceObject.z.string(),
|
|
3274
3279
|
status: external_zod_namespaceObject.z.string(),
|
|
3275
3280
|
mtaId: external_zod_namespaceObject.z.string(),
|
|
@@ -4921,6 +4926,10 @@ var __webpack_exports__ = {};
|
|
|
4921
4926
|
projectId: external_zod_namespaceObject.z.uuid(),
|
|
4922
4927
|
projectMtaAllocationId: external_zod_namespaceObject.z.uuid()
|
|
4923
4928
|
});
|
|
4929
|
+
const markPropertyCmaNotRequiredReqSchema = external_zod_default().object({
|
|
4930
|
+
cmaNotRequiredReason: external_zod_default().string().max(255).optional(),
|
|
4931
|
+
propertyId: external_zod_default().uuid()
|
|
4932
|
+
});
|
|
4924
4933
|
const balanceRestResSchema = external_zod_namespaceObject.z.object({
|
|
4925
4934
|
debitAmountCents: centsToDollarsSchema,
|
|
4926
4935
|
creditAmountCents: centsToDollarsSchema,
|
|
@@ -8222,6 +8231,7 @@ exports.isUnknownReceiptAssignedToProperty = __webpack_exports__.isUnknownReceip
|
|
|
8222
8231
|
exports.isUnknownReceiptPaidOut = __webpack_exports__.isUnknownReceiptPaidOut;
|
|
8223
8232
|
exports.isUnknownTransaction = __webpack_exports__.isUnknownTransaction;
|
|
8224
8233
|
exports.markCmaTransactionAsClearedRestReqSchema = __webpack_exports__.markCmaTransactionAsClearedRestReqSchema;
|
|
8234
|
+
exports.markPropertyCmaNotRequiredReqSchema = __webpack_exports__.markPropertyCmaNotRequiredReqSchema;
|
|
8225
8235
|
exports.maskBankAccount = __webpack_exports__.maskBankAccount;
|
|
8226
8236
|
exports.maskBankAccountNumber = __webpack_exports__.maskBankAccountNumber;
|
|
8227
8237
|
exports.maskBankBsb = __webpack_exports__.maskBankBsb;
|
|
@@ -8504,6 +8514,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8504
8514
|
"isUnknownReceiptPaidOut",
|
|
8505
8515
|
"isUnknownTransaction",
|
|
8506
8516
|
"markCmaTransactionAsClearedRestReqSchema",
|
|
8517
|
+
"markPropertyCmaNotRequiredReqSchema",
|
|
8507
8518
|
"maskBankAccount",
|
|
8508
8519
|
"maskBankAccountNumber",
|
|
8509
8520
|
"maskBankBsb",
|
|
@@ -54,6 +54,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
54
54
|
readonly INACTIVE: "inactive";
|
|
55
55
|
}>>;
|
|
56
56
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
57
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
58
|
id: z.ZodUUID;
|
|
58
59
|
mtaId: z.ZodString;
|
|
59
60
|
status: z.ZodString;
|
|
@@ -70,6 +71,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
70
71
|
propertyAddress: z.ZodString;
|
|
71
72
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
72
73
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
74
|
+
isCmaRequired: z.ZodBoolean;
|
|
73
75
|
stage: z.ZodString;
|
|
74
76
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
77
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -162,7 +164,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
162
164
|
propertyAddress: string;
|
|
163
165
|
cmaBalanceCents: bigint;
|
|
164
166
|
mtaBalanceCents: bigint;
|
|
167
|
+
isCmaRequired: boolean;
|
|
165
168
|
stage: string;
|
|
169
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
166
170
|
cmaId?: string | null | undefined;
|
|
167
171
|
buyerName?: string | null | undefined;
|
|
168
172
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -258,7 +262,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
258
262
|
propertyAddress: string;
|
|
259
263
|
cmaBalanceCents: bigint;
|
|
260
264
|
mtaBalanceCents: bigint;
|
|
265
|
+
isCmaRequired: boolean;
|
|
261
266
|
stage: string;
|
|
267
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
262
268
|
cmaId?: string | null | undefined;
|
|
263
269
|
buyerName?: string | null | undefined;
|
|
264
270
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -353,7 +359,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
353
359
|
propertyAddress: string;
|
|
354
360
|
cmaBalanceCents: bigint;
|
|
355
361
|
mtaBalanceCents: bigint;
|
|
362
|
+
isCmaRequired: boolean;
|
|
356
363
|
stage: string;
|
|
364
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
357
365
|
cmaId?: string | null | undefined;
|
|
358
366
|
buyerName?: string | null | undefined;
|
|
359
367
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -456,7 +464,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
456
464
|
propertyAddress: string;
|
|
457
465
|
cmaBalanceCents: unknown;
|
|
458
466
|
mtaBalanceCents: unknown;
|
|
467
|
+
isCmaRequired: boolean;
|
|
459
468
|
stage: string;
|
|
469
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
460
470
|
cmaId?: string | null | undefined;
|
|
461
471
|
buyerName?: string | null | undefined;
|
|
462
472
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -552,7 +562,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
552
562
|
propertyAddress: string;
|
|
553
563
|
cmaBalanceCents: unknown;
|
|
554
564
|
mtaBalanceCents: unknown;
|
|
565
|
+
isCmaRequired: boolean;
|
|
555
566
|
stage: string;
|
|
567
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
556
568
|
cmaId?: string | null | undefined;
|
|
557
569
|
buyerName?: string | null | undefined;
|
|
558
570
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -647,7 +659,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
647
659
|
propertyAddress: string;
|
|
648
660
|
cmaBalanceCents: unknown;
|
|
649
661
|
mtaBalanceCents: unknown;
|
|
662
|
+
isCmaRequired: boolean;
|
|
650
663
|
stage: string;
|
|
664
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
651
665
|
cmaId?: string | null | undefined;
|
|
652
666
|
buyerName?: string | null | undefined;
|
|
653
667
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -744,7 +758,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
744
758
|
propertyAddress: string;
|
|
745
759
|
cmaBalanceCents: bigint;
|
|
746
760
|
mtaBalanceCents: bigint;
|
|
761
|
+
isCmaRequired: boolean;
|
|
747
762
|
stage: string;
|
|
763
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
748
764
|
cmaId?: string | null | undefined;
|
|
749
765
|
buyerName?: string | null | undefined;
|
|
750
766
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -840,7 +856,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
840
856
|
propertyAddress: string;
|
|
841
857
|
cmaBalanceCents: bigint;
|
|
842
858
|
mtaBalanceCents: bigint;
|
|
859
|
+
isCmaRequired: boolean;
|
|
843
860
|
stage: string;
|
|
861
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
844
862
|
cmaId?: string | null | undefined;
|
|
845
863
|
buyerName?: string | null | undefined;
|
|
846
864
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -935,7 +953,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
935
953
|
propertyAddress: string;
|
|
936
954
|
cmaBalanceCents: bigint;
|
|
937
955
|
mtaBalanceCents: bigint;
|
|
956
|
+
isCmaRequired: boolean;
|
|
938
957
|
stage: string;
|
|
958
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
939
959
|
cmaId?: string | null | undefined;
|
|
940
960
|
buyerName?: string | null | undefined;
|
|
941
961
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1038,7 +1058,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1038
1058
|
propertyAddress: string;
|
|
1039
1059
|
cmaBalanceCents: unknown;
|
|
1040
1060
|
mtaBalanceCents: unknown;
|
|
1061
|
+
isCmaRequired: boolean;
|
|
1041
1062
|
stage: string;
|
|
1063
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1042
1064
|
cmaId?: string | null | undefined;
|
|
1043
1065
|
buyerName?: string | null | undefined;
|
|
1044
1066
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1134,7 +1156,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1134
1156
|
propertyAddress: string;
|
|
1135
1157
|
cmaBalanceCents: unknown;
|
|
1136
1158
|
mtaBalanceCents: unknown;
|
|
1159
|
+
isCmaRequired: boolean;
|
|
1137
1160
|
stage: string;
|
|
1161
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1138
1162
|
cmaId?: string | null | undefined;
|
|
1139
1163
|
buyerName?: string | null | undefined;
|
|
1140
1164
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1229,7 +1253,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1229
1253
|
propertyAddress: string;
|
|
1230
1254
|
cmaBalanceCents: unknown;
|
|
1231
1255
|
mtaBalanceCents: unknown;
|
|
1256
|
+
isCmaRequired: boolean;
|
|
1232
1257
|
stage: string;
|
|
1258
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1233
1259
|
cmaId?: string | null | undefined;
|
|
1234
1260
|
buyerName?: string | null | undefined;
|
|
1235
1261
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO/B,CAAC;AAEH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"cma.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO/B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -106,7 +106,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
106
106
|
propertyAddress: string;
|
|
107
107
|
cmaBalanceCents: bigint;
|
|
108
108
|
mtaBalanceCents: bigint;
|
|
109
|
+
isCmaRequired: boolean;
|
|
109
110
|
stage: string;
|
|
111
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
110
112
|
cmaId?: string | null | undefined;
|
|
111
113
|
buyerName?: string | null | undefined;
|
|
112
114
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -202,7 +204,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
202
204
|
propertyAddress: string;
|
|
203
205
|
cmaBalanceCents: bigint;
|
|
204
206
|
mtaBalanceCents: bigint;
|
|
207
|
+
isCmaRequired: boolean;
|
|
205
208
|
stage: string;
|
|
209
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
206
210
|
cmaId?: string | null | undefined;
|
|
207
211
|
buyerName?: string | null | undefined;
|
|
208
212
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -297,7 +301,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
297
301
|
propertyAddress: string;
|
|
298
302
|
cmaBalanceCents: bigint;
|
|
299
303
|
mtaBalanceCents: bigint;
|
|
304
|
+
isCmaRequired: boolean;
|
|
300
305
|
stage: string;
|
|
306
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
301
307
|
cmaId?: string | null | undefined;
|
|
302
308
|
buyerName?: string | null | undefined;
|
|
303
309
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -400,7 +406,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
400
406
|
propertyAddress: string;
|
|
401
407
|
cmaBalanceCents: unknown;
|
|
402
408
|
mtaBalanceCents: unknown;
|
|
409
|
+
isCmaRequired: boolean;
|
|
403
410
|
stage: string;
|
|
411
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
404
412
|
cmaId?: string | null | undefined;
|
|
405
413
|
buyerName?: string | null | undefined;
|
|
406
414
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -496,7 +504,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
496
504
|
propertyAddress: string;
|
|
497
505
|
cmaBalanceCents: unknown;
|
|
498
506
|
mtaBalanceCents: unknown;
|
|
507
|
+
isCmaRequired: boolean;
|
|
499
508
|
stage: string;
|
|
509
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
500
510
|
cmaId?: string | null | undefined;
|
|
501
511
|
buyerName?: string | null | undefined;
|
|
502
512
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -591,7 +601,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
591
601
|
propertyAddress: string;
|
|
592
602
|
cmaBalanceCents: unknown;
|
|
593
603
|
mtaBalanceCents: unknown;
|
|
604
|
+
isCmaRequired: boolean;
|
|
594
605
|
stage: string;
|
|
606
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
595
607
|
cmaId?: string | null | undefined;
|
|
596
608
|
buyerName?: string | null | undefined;
|
|
597
609
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -688,7 +700,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
688
700
|
propertyAddress: string;
|
|
689
701
|
cmaBalanceCents: bigint;
|
|
690
702
|
mtaBalanceCents: bigint;
|
|
703
|
+
isCmaRequired: boolean;
|
|
691
704
|
stage: string;
|
|
705
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
692
706
|
cmaId?: string | null | undefined;
|
|
693
707
|
buyerName?: string | null | undefined;
|
|
694
708
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -784,7 +798,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
784
798
|
propertyAddress: string;
|
|
785
799
|
cmaBalanceCents: bigint;
|
|
786
800
|
mtaBalanceCents: bigint;
|
|
801
|
+
isCmaRequired: boolean;
|
|
787
802
|
stage: string;
|
|
803
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
788
804
|
cmaId?: string | null | undefined;
|
|
789
805
|
buyerName?: string | null | undefined;
|
|
790
806
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -879,7 +895,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
879
895
|
propertyAddress: string;
|
|
880
896
|
cmaBalanceCents: bigint;
|
|
881
897
|
mtaBalanceCents: bigint;
|
|
898
|
+
isCmaRequired: boolean;
|
|
882
899
|
stage: string;
|
|
900
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
883
901
|
cmaId?: string | null | undefined;
|
|
884
902
|
buyerName?: string | null | undefined;
|
|
885
903
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -982,7 +1000,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
982
1000
|
propertyAddress: string;
|
|
983
1001
|
cmaBalanceCents: unknown;
|
|
984
1002
|
mtaBalanceCents: unknown;
|
|
1003
|
+
isCmaRequired: boolean;
|
|
985
1004
|
stage: string;
|
|
1005
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
986
1006
|
cmaId?: string | null | undefined;
|
|
987
1007
|
buyerName?: string | null | undefined;
|
|
988
1008
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1078,7 +1098,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1078
1098
|
propertyAddress: string;
|
|
1079
1099
|
cmaBalanceCents: unknown;
|
|
1080
1100
|
mtaBalanceCents: unknown;
|
|
1101
|
+
isCmaRequired: boolean;
|
|
1081
1102
|
stage: string;
|
|
1103
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1082
1104
|
cmaId?: string | null | undefined;
|
|
1083
1105
|
buyerName?: string | null | undefined;
|
|
1084
1106
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1173,7 +1195,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1173
1195
|
propertyAddress: string;
|
|
1174
1196
|
cmaBalanceCents: unknown;
|
|
1175
1197
|
mtaBalanceCents: unknown;
|
|
1198
|
+
isCmaRequired: boolean;
|
|
1176
1199
|
stage: string;
|
|
1200
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1177
1201
|
cmaId?: string | null | undefined;
|
|
1178
1202
|
buyerName?: string | null | undefined;
|
|
1179
1203
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1272,7 +1296,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1272
1296
|
propertyAddress: string;
|
|
1273
1297
|
cmaBalanceCents: bigint;
|
|
1274
1298
|
mtaBalanceCents: bigint;
|
|
1299
|
+
isCmaRequired: boolean;
|
|
1275
1300
|
stage: string;
|
|
1301
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1276
1302
|
cmaId?: string | null | undefined;
|
|
1277
1303
|
buyerName?: string | null | undefined;
|
|
1278
1304
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1368,7 +1394,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1368
1394
|
propertyAddress: string;
|
|
1369
1395
|
cmaBalanceCents: bigint;
|
|
1370
1396
|
mtaBalanceCents: bigint;
|
|
1397
|
+
isCmaRequired: boolean;
|
|
1371
1398
|
stage: string;
|
|
1399
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1372
1400
|
cmaId?: string | null | undefined;
|
|
1373
1401
|
buyerName?: string | null | undefined;
|
|
1374
1402
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1463,7 +1491,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1463
1491
|
propertyAddress: string;
|
|
1464
1492
|
cmaBalanceCents: bigint;
|
|
1465
1493
|
mtaBalanceCents: bigint;
|
|
1494
|
+
isCmaRequired: boolean;
|
|
1466
1495
|
stage: string;
|
|
1496
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1467
1497
|
cmaId?: string | null | undefined;
|
|
1468
1498
|
buyerName?: string | null | undefined;
|
|
1469
1499
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1566,7 +1596,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1566
1596
|
propertyAddress: string;
|
|
1567
1597
|
cmaBalanceCents: unknown;
|
|
1568
1598
|
mtaBalanceCents: unknown;
|
|
1599
|
+
isCmaRequired: boolean;
|
|
1569
1600
|
stage: string;
|
|
1601
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1570
1602
|
cmaId?: string | null | undefined;
|
|
1571
1603
|
buyerName?: string | null | undefined;
|
|
1572
1604
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1662,7 +1694,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1662
1694
|
propertyAddress: string;
|
|
1663
1695
|
cmaBalanceCents: unknown;
|
|
1664
1696
|
mtaBalanceCents: unknown;
|
|
1697
|
+
isCmaRequired: boolean;
|
|
1665
1698
|
stage: string;
|
|
1699
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1666
1700
|
cmaId?: string | null | undefined;
|
|
1667
1701
|
buyerName?: string | null | undefined;
|
|
1668
1702
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1757,7 +1791,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1757
1791
|
propertyAddress: string;
|
|
1758
1792
|
cmaBalanceCents: unknown;
|
|
1759
1793
|
mtaBalanceCents: unknown;
|
|
1794
|
+
isCmaRequired: boolean;
|
|
1760
1795
|
stage: string;
|
|
1796
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1761
1797
|
cmaId?: string | null | undefined;
|
|
1762
1798
|
buyerName?: string | null | undefined;
|
|
1763
1799
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1854,7 +1890,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1854
1890
|
propertyAddress: string;
|
|
1855
1891
|
cmaBalanceCents: bigint;
|
|
1856
1892
|
mtaBalanceCents: bigint;
|
|
1893
|
+
isCmaRequired: boolean;
|
|
1857
1894
|
stage: string;
|
|
1895
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1858
1896
|
cmaId?: string | null | undefined;
|
|
1859
1897
|
buyerName?: string | null | undefined;
|
|
1860
1898
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1950,7 +1988,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1950
1988
|
propertyAddress: string;
|
|
1951
1989
|
cmaBalanceCents: bigint;
|
|
1952
1990
|
mtaBalanceCents: bigint;
|
|
1991
|
+
isCmaRequired: boolean;
|
|
1953
1992
|
stage: string;
|
|
1993
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1954
1994
|
cmaId?: string | null | undefined;
|
|
1955
1995
|
buyerName?: string | null | undefined;
|
|
1956
1996
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2045,7 +2085,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2045
2085
|
propertyAddress: string;
|
|
2046
2086
|
cmaBalanceCents: bigint;
|
|
2047
2087
|
mtaBalanceCents: bigint;
|
|
2088
|
+
isCmaRequired: boolean;
|
|
2048
2089
|
stage: string;
|
|
2090
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2049
2091
|
cmaId?: string | null | undefined;
|
|
2050
2092
|
buyerName?: string | null | undefined;
|
|
2051
2093
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2148,7 +2190,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2148
2190
|
propertyAddress: string;
|
|
2149
2191
|
cmaBalanceCents: unknown;
|
|
2150
2192
|
mtaBalanceCents: unknown;
|
|
2193
|
+
isCmaRequired: boolean;
|
|
2151
2194
|
stage: string;
|
|
2195
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2152
2196
|
cmaId?: string | null | undefined;
|
|
2153
2197
|
buyerName?: string | null | undefined;
|
|
2154
2198
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2244,7 +2288,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2244
2288
|
propertyAddress: string;
|
|
2245
2289
|
cmaBalanceCents: unknown;
|
|
2246
2290
|
mtaBalanceCents: unknown;
|
|
2291
|
+
isCmaRequired: boolean;
|
|
2247
2292
|
stage: string;
|
|
2293
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2248
2294
|
cmaId?: string | null | undefined;
|
|
2249
2295
|
buyerName?: string | null | undefined;
|
|
2250
2296
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2339,7 +2385,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2339
2385
|
propertyAddress: string;
|
|
2340
2386
|
cmaBalanceCents: unknown;
|
|
2341
2387
|
mtaBalanceCents: unknown;
|
|
2388
|
+
isCmaRequired: boolean;
|
|
2342
2389
|
stage: string;
|
|
2390
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2343
2391
|
cmaId?: string | null | undefined;
|
|
2344
2392
|
buyerName?: string | null | undefined;
|
|
2345
2393
|
initialDepositStatus?: string | null | undefined;
|
package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-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":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-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"}
|
|
@@ -62,6 +62,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
62
62
|
readonly INACTIVE: "inactive";
|
|
63
63
|
}>>;
|
|
64
64
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
65
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
66
|
id: z.ZodUUID;
|
|
66
67
|
mtaId: z.ZodString;
|
|
67
68
|
status: z.ZodString;
|
|
@@ -78,6 +79,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
78
79
|
propertyAddress: z.ZodString;
|
|
79
80
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
80
81
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
82
|
+
isCmaRequired: z.ZodBoolean;
|
|
81
83
|
stage: z.ZodString;
|
|
82
84
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
85
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -170,7 +172,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
170
172
|
propertyAddress: string;
|
|
171
173
|
cmaBalanceCents: bigint;
|
|
172
174
|
mtaBalanceCents: bigint;
|
|
175
|
+
isCmaRequired: boolean;
|
|
173
176
|
stage: string;
|
|
177
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
174
178
|
cmaId?: string | null | undefined;
|
|
175
179
|
buyerName?: string | null | undefined;
|
|
176
180
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -266,7 +270,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
266
270
|
propertyAddress: string;
|
|
267
271
|
cmaBalanceCents: bigint;
|
|
268
272
|
mtaBalanceCents: bigint;
|
|
273
|
+
isCmaRequired: boolean;
|
|
269
274
|
stage: string;
|
|
275
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
270
276
|
cmaId?: string | null | undefined;
|
|
271
277
|
buyerName?: string | null | undefined;
|
|
272
278
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -361,7 +367,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
361
367
|
propertyAddress: string;
|
|
362
368
|
cmaBalanceCents: bigint;
|
|
363
369
|
mtaBalanceCents: bigint;
|
|
370
|
+
isCmaRequired: boolean;
|
|
364
371
|
stage: string;
|
|
372
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
365
373
|
cmaId?: string | null | undefined;
|
|
366
374
|
buyerName?: string | null | undefined;
|
|
367
375
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -464,7 +472,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
464
472
|
propertyAddress: string;
|
|
465
473
|
cmaBalanceCents: unknown;
|
|
466
474
|
mtaBalanceCents: unknown;
|
|
475
|
+
isCmaRequired: boolean;
|
|
467
476
|
stage: string;
|
|
477
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
468
478
|
cmaId?: string | null | undefined;
|
|
469
479
|
buyerName?: string | null | undefined;
|
|
470
480
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -560,7 +570,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
560
570
|
propertyAddress: string;
|
|
561
571
|
cmaBalanceCents: unknown;
|
|
562
572
|
mtaBalanceCents: unknown;
|
|
573
|
+
isCmaRequired: boolean;
|
|
563
574
|
stage: string;
|
|
575
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
564
576
|
cmaId?: string | null | undefined;
|
|
565
577
|
buyerName?: string | null | undefined;
|
|
566
578
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -655,7 +667,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
655
667
|
propertyAddress: string;
|
|
656
668
|
cmaBalanceCents: unknown;
|
|
657
669
|
mtaBalanceCents: unknown;
|
|
670
|
+
isCmaRequired: boolean;
|
|
658
671
|
stage: string;
|
|
672
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
659
673
|
cmaId?: string | null | undefined;
|
|
660
674
|
buyerName?: string | null | undefined;
|
|
661
675
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -752,7 +766,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
752
766
|
propertyAddress: string;
|
|
753
767
|
cmaBalanceCents: bigint;
|
|
754
768
|
mtaBalanceCents: bigint;
|
|
769
|
+
isCmaRequired: boolean;
|
|
755
770
|
stage: string;
|
|
771
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
756
772
|
cmaId?: string | null | undefined;
|
|
757
773
|
buyerName?: string | null | undefined;
|
|
758
774
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -848,7 +864,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
848
864
|
propertyAddress: string;
|
|
849
865
|
cmaBalanceCents: bigint;
|
|
850
866
|
mtaBalanceCents: bigint;
|
|
867
|
+
isCmaRequired: boolean;
|
|
851
868
|
stage: string;
|
|
869
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
852
870
|
cmaId?: string | null | undefined;
|
|
853
871
|
buyerName?: string | null | undefined;
|
|
854
872
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -943,7 +961,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
943
961
|
propertyAddress: string;
|
|
944
962
|
cmaBalanceCents: bigint;
|
|
945
963
|
mtaBalanceCents: bigint;
|
|
964
|
+
isCmaRequired: boolean;
|
|
946
965
|
stage: string;
|
|
966
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
947
967
|
cmaId?: string | null | undefined;
|
|
948
968
|
buyerName?: string | null | undefined;
|
|
949
969
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1046,7 +1066,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1046
1066
|
propertyAddress: string;
|
|
1047
1067
|
cmaBalanceCents: unknown;
|
|
1048
1068
|
mtaBalanceCents: unknown;
|
|
1069
|
+
isCmaRequired: boolean;
|
|
1049
1070
|
stage: string;
|
|
1071
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1050
1072
|
cmaId?: string | null | undefined;
|
|
1051
1073
|
buyerName?: string | null | undefined;
|
|
1052
1074
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1142,7 +1164,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1142
1164
|
propertyAddress: string;
|
|
1143
1165
|
cmaBalanceCents: unknown;
|
|
1144
1166
|
mtaBalanceCents: unknown;
|
|
1167
|
+
isCmaRequired: boolean;
|
|
1145
1168
|
stage: string;
|
|
1169
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1146
1170
|
cmaId?: string | null | undefined;
|
|
1147
1171
|
buyerName?: string | null | undefined;
|
|
1148
1172
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1237,7 +1261,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1237
1261
|
propertyAddress: string;
|
|
1238
1262
|
cmaBalanceCents: unknown;
|
|
1239
1263
|
mtaBalanceCents: unknown;
|
|
1264
|
+
isCmaRequired: boolean;
|
|
1240
1265
|
stage: string;
|
|
1266
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1241
1267
|
cmaId?: string | null | undefined;
|
|
1242
1268
|
buyerName?: string | null | undefined;
|
|
1243
1269
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-account-period.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAMtD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;iBAO5C,CAAC;AAEH,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"cma-account-period.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAMtD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;iBAO5C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAExC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAE9C,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAEhG,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|