@mikemo-coposit/am-accounting-shared 1.1.2 → 1.2.1
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/cma/cma.constant.d.ts +1 -0
- package/dist/cjs/constants/cma/cma.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/index.cjs +150 -46
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +4 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-closure-request/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-closure-request/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -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 +11 -5
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.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/string-filter.schema.d.ts +3 -3
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/string-null.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/search/string-null.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.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 +6 -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.rest.schema.d.ts +37 -7
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +3 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +20 -8
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/buyer-ledger.rest.schema.d.ts +62 -0
- package/dist/cjs/schemas/report/buyer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/cma/cma.constant.d.ts +1 -0
- package/dist/esm/constants/cma/cma.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/index.js +132 -46
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +4 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-closure-request/index.d.ts +3 -0
- package/dist/esm/schemas/cma-closure-request/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -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 +11 -5
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.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/string-filter.schema.d.ts +3 -3
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/string-null.schema.d.ts +3 -0
- package/dist/esm/schemas/common/search/string-null.schema.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.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 +6 -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.rest.schema.d.ts +37 -7
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +3 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project-search.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +20 -8
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/buyer-ledger.rest.schema.d.ts +62 -0
- package/dist/esm/schemas/report/buyer-ledger.rest.schema.d.ts.map +1 -1
- package/package.json +18 -25
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/cma/cma.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"cma.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/cma/cma.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;CAIZ,CAAC;AAGX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "1.
|
|
1
|
+
export declare const PACKAGE_VERSION = "1.2.1";
|
|
2
2
|
//# sourceMappingURL=package-version.constant.d.ts.map
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -2565,6 +2565,7 @@ var __webpack_exports__ = {};
|
|
|
2565
2565
|
payoutRestResSchema: ()=>payoutRestResSchema,
|
|
2566
2566
|
mtaToCmaPayoutProvisionDataRestSchema: ()=>mtaToCmaPayoutProvisionDataRestSchema,
|
|
2567
2567
|
MtaCustomerTransactionType: ()=>MtaCustomerTransactionType,
|
|
2568
|
+
createCmaClosureRequestRestReqSchema: ()=>createCmaClosureRequestRestReqSchema,
|
|
2568
2569
|
payoutBankFileDownloadHistoryEntitySchema: ()=>payoutBankFileDownloadHistoryEntitySchema,
|
|
2569
2570
|
ReportGroupType: ()=>report_group_type_constant_ReportGroupType,
|
|
2570
2571
|
cancelMtaTransactionRestReqSchema: ()=>cancelMtaTransactionRestReqSchema,
|
|
@@ -2637,6 +2638,7 @@ var __webpack_exports__ = {};
|
|
|
2637
2638
|
paginationReqSchema: ()=>paginationReqSchema,
|
|
2638
2639
|
cmaAccountPeriodEntitySchema: ()=>cmaAccountPeriodEntitySchema,
|
|
2639
2640
|
updateRefundPayoutRestReqSchema: ()=>updateRefundPayoutRestReqSchema,
|
|
2641
|
+
stringNullSchema: ()=>stringNullSchema,
|
|
2640
2642
|
cmaAccountPeriodClosingSummaryRestReqSchema: ()=>cmaAccountPeriodClosingSummaryRestReqSchema,
|
|
2641
2643
|
projectRestResSchema: ()=>projectRestResSchema,
|
|
2642
2644
|
CmaTransactionPaymentMethod: ()=>cma_payment_method_constant_CmaTransactionPaymentMethod,
|
|
@@ -2655,6 +2657,7 @@ var __webpack_exports__ = {};
|
|
|
2655
2657
|
maskString: ()=>maskString,
|
|
2656
2658
|
balanceRestResSchema: ()=>balanceRestResSchema,
|
|
2657
2659
|
cmaAccountPeriodRestResSchema: ()=>cmaAccountPeriodRestResSchema,
|
|
2660
|
+
buyerLedgerRestReqBaseSchema: ()=>buyerLedgerRestReqBaseSchema,
|
|
2658
2661
|
getTransactionNumber: ()=>getTransactionNumber,
|
|
2659
2662
|
PayoutType: ()=>PayoutType,
|
|
2660
2663
|
intFilterSchema: ()=>intFilterSchema,
|
|
@@ -2667,6 +2670,7 @@ var __webpack_exports__ = {};
|
|
|
2667
2670
|
centsToDollarsSchema: ()=>centsToDollarsSchema,
|
|
2668
2671
|
payoutEntitySchema: ()=>payoutEntitySchema,
|
|
2669
2672
|
commonPayoutSourceDetailEntitySchema: ()=>commonPayoutSourceDetailEntitySchema,
|
|
2673
|
+
rejectCmaClosureRequestRestReqSchema: ()=>rejectCmaClosureRequestRestReqSchema,
|
|
2670
2674
|
projectNestedEntitySchema: ()=>projectNestedEntitySchema,
|
|
2671
2675
|
MtaTransactionStatusToDisplayTextMapper: ()=>MtaTransactionStatusToDisplayTextMapper,
|
|
2672
2676
|
updateMenuRestReqSchema: ()=>updateMenuRestReqSchema,
|
|
@@ -2728,6 +2732,7 @@ var __webpack_exports__ = {};
|
|
|
2728
2732
|
formatCurrency: ()=>formatCurrency,
|
|
2729
2733
|
cmaReconciledTransactionEntitySchema: ()=>cmaReconciledTransactionEntitySchema,
|
|
2730
2734
|
fromCentsToDollars: ()=>fromCentsToDollars,
|
|
2735
|
+
approveCmaClosureRequestRestReqSchema: ()=>approveCmaClosureRequestRestReqSchema,
|
|
2731
2736
|
MtaUnknownTransactionType: ()=>MtaUnknownTransactionType,
|
|
2732
2737
|
mtaAccountPeriodClosingSummaryRestReqSchema: ()=>mtaAccountPeriodClosingSummaryRestReqSchema,
|
|
2733
2738
|
userRestResSchema: ()=>userRestResSchema,
|
|
@@ -2742,13 +2747,14 @@ var __webpack_exports__ = {};
|
|
|
2742
2747
|
SortOrder: ()=>sort_order_constant_SortOrder,
|
|
2743
2748
|
accountBsbValidationSchema: ()=>accountBsbValidationSchema,
|
|
2744
2749
|
createUnknownPayoutRestReqSchema: ()=>createUnknownPayoutRestReqSchema,
|
|
2745
|
-
|
|
2750
|
+
cmaClosureRequestEntitySchema: ()=>cmaClosureRequestEntitySchema,
|
|
2746
2751
|
createRefundPayoutTargetAccountSchema: ()=>createRefundPayoutTargetAccountSchema,
|
|
2752
|
+
payoutProvisionDataEntitySchema: ()=>payoutProvisionDataEntitySchema,
|
|
2747
2753
|
refundPayoutRestResSchema: ()=>refundPayoutRestResSchema,
|
|
2748
2754
|
trustTrialBalanceReportRestReqSchema: ()=>trustTrialBalanceReportRestReqSchema,
|
|
2749
|
-
updateMtaSettlementPayoutRestReqSchema: ()=>updateMtaSettlementPayoutRestReqSchema,
|
|
2750
2755
|
mtaSettlementPayoutRestResSchema: ()=>mtaSettlementPayoutRestResSchema,
|
|
2751
2756
|
CmaStatus: ()=>CmaStatus,
|
|
2757
|
+
updateMtaSettlementPayoutRestReqSchema: ()=>updateMtaSettlementPayoutRestReqSchema,
|
|
2752
2758
|
updateRefundPayoutTargetDetailRestReqSchema: ()=>updateRefundPayoutTargetDetailRestReqSchema,
|
|
2753
2759
|
MtaTransactionInputTypeToDisplayText: ()=>MtaTransactionInputTypeToDisplayText,
|
|
2754
2760
|
userEntitySchema: ()=>userEntitySchema,
|
|
@@ -2797,7 +2803,7 @@ var __webpack_exports__ = {};
|
|
|
2797
2803
|
MtaTransactionPaymentMethod: ()=>mta_payment_method_constant_MtaTransactionPaymentMethod,
|
|
2798
2804
|
JsonNullableFilterSchema: ()=>JsonNullableFilterSchema,
|
|
2799
2805
|
stringToEndOfDaySchema: ()=>stringToEndOfDaySchema,
|
|
2800
|
-
PACKAGE_VERSION: ()=>"1.
|
|
2806
|
+
PACKAGE_VERSION: ()=>"1.2.1",
|
|
2801
2807
|
createSettlementPayoutRestReqSchema: ()=>createSettlementPayoutRestReqSchema,
|
|
2802
2808
|
DEFAULT_PAYOUT_TARGET_BANK_REF: ()=>DEFAULT_PAYOUT_TARGET_BANK_REF,
|
|
2803
2809
|
CmaTransactionStatus: ()=>CmaTransactionStatus,
|
|
@@ -2858,7 +2864,8 @@ var __webpack_exports__ = {};
|
|
|
2858
2864
|
});
|
|
2859
2865
|
const CmaStatus = {
|
|
2860
2866
|
ACTIVE: 'active',
|
|
2861
|
-
INACTIVE: 'inactive'
|
|
2867
|
+
INACTIVE: 'inactive',
|
|
2868
|
+
CLOSED: 'closed'
|
|
2862
2869
|
};
|
|
2863
2870
|
var cma_creation_request_constant_CmaRequestApprovalStatus = /*#__PURE__*/ function(CmaRequestApprovalStatus) {
|
|
2864
2871
|
CmaRequestApprovalStatus["PENDING"] = "pending";
|
|
@@ -3245,6 +3252,19 @@ var __webpack_exports__ = {};
|
|
|
3245
3252
|
INSENSITIVE: 'insensitive'
|
|
3246
3253
|
};
|
|
3247
3254
|
const queryModeSchema = external_zod_namespaceObject.z["enum"](QueryMode);
|
|
3255
|
+
const stringNullSchema = (0, external_zod_namespaceObject.codec)(external_zod_default().string(), external_zod_default().union([
|
|
3256
|
+
external_zod_default()["null"](),
|
|
3257
|
+
external_zod_default().string()
|
|
3258
|
+
]), {
|
|
3259
|
+
decode: (input)=>{
|
|
3260
|
+
if ("null" === input) return null;
|
|
3261
|
+
return input;
|
|
3262
|
+
},
|
|
3263
|
+
encode: (input)=>{
|
|
3264
|
+
if (null === input) return "null";
|
|
3265
|
+
return input;
|
|
3266
|
+
}
|
|
3267
|
+
});
|
|
3248
3268
|
const StringFilterBaseSchema = external_zod_namespaceObject.z.strictObject({
|
|
3249
3269
|
equals: external_zod_namespaceObject.z.string().optional(),
|
|
3250
3270
|
in: external_zod_namespaceObject.z.string().array().optional(),
|
|
@@ -3276,9 +3296,9 @@ var __webpack_exports__ = {};
|
|
|
3276
3296
|
});
|
|
3277
3297
|
const stringNullableFilterSchema = external_zod_namespaceObject.z.strictObject({
|
|
3278
3298
|
...stringFilterSchema.shape,
|
|
3279
|
-
equals:
|
|
3299
|
+
equals: stringNullSchema.nullish(),
|
|
3280
3300
|
not: external_zod_namespaceObject.z.union([
|
|
3281
|
-
|
|
3301
|
+
stringNullSchema,
|
|
3282
3302
|
external_zod_namespaceObject.z["null"](),
|
|
3283
3303
|
external_zod_namespaceObject.z.lazy(()=>StringFilterBaseSchema)
|
|
3284
3304
|
]).optional()
|
|
@@ -3288,6 +3308,43 @@ var __webpack_exports__ = {};
|
|
|
3288
3308
|
not: external_zod_namespaceObject.z.string().optional(),
|
|
3289
3309
|
mode: external_zod_namespaceObject.z.lazy(()=>queryModeSchema).prefault(queryModeSchema["enum"].INSENSITIVE).optional()
|
|
3290
3310
|
});
|
|
3311
|
+
const stringToBoolSchema = external_zod_namespaceObject.z.union([
|
|
3312
|
+
external_zod_namespaceObject.z.boolean(),
|
|
3313
|
+
external_zod_namespaceObject.z.string()
|
|
3314
|
+
]).transform((input, ctx)=>{
|
|
3315
|
+
if ('string' == typeof input) {
|
|
3316
|
+
const result = external_zod_namespaceObject.z.stringbool().safeParse(input);
|
|
3317
|
+
if (result.success) return result.data;
|
|
3318
|
+
ctx.issues.push({
|
|
3319
|
+
code: 'invalid_value',
|
|
3320
|
+
message: result.error.message,
|
|
3321
|
+
input,
|
|
3322
|
+
values: [
|
|
3323
|
+
input
|
|
3324
|
+
]
|
|
3325
|
+
});
|
|
3326
|
+
return external_zod_namespaceObject.z.NEVER;
|
|
3327
|
+
}
|
|
3328
|
+
if ('boolean' == typeof input) return input;
|
|
3329
|
+
ctx.issues.push({
|
|
3330
|
+
code: 'invalid_value',
|
|
3331
|
+
message: 'Invalid boolean',
|
|
3332
|
+
input: JSON.stringify(input),
|
|
3333
|
+
values: [
|
|
3334
|
+
JSON.stringify(input)
|
|
3335
|
+
]
|
|
3336
|
+
});
|
|
3337
|
+
return external_zod_namespaceObject.z.NEVER;
|
|
3338
|
+
});
|
|
3339
|
+
const boolFilterBaseSchema = external_zod_namespaceObject.z.strictObject({
|
|
3340
|
+
equals: stringToBoolSchema
|
|
3341
|
+
});
|
|
3342
|
+
const boolFilterSchema = boolFilterBaseSchema.extend({
|
|
3343
|
+
not: external_zod_namespaceObject.z.union([
|
|
3344
|
+
external_zod_namespaceObject.z.boolean(),
|
|
3345
|
+
external_zod_namespaceObject.z.lazy(()=>boolFilterBaseSchema)
|
|
3346
|
+
]).optional()
|
|
3347
|
+
});
|
|
3291
3348
|
const paginationReqSchema = external_zod_namespaceObject.z.object({
|
|
3292
3349
|
page: external_zod_namespaceObject.z.coerce.number().pipe(external_zod_namespaceObject.z.int().positive()).optional(),
|
|
3293
3350
|
pageSize: external_zod_namespaceObject.z.coerce.number().pipe(external_zod_namespaceObject.z.int().positive()).optional()
|
|
@@ -3389,7 +3446,12 @@ var __webpack_exports__ = {};
|
|
|
3389
3446
|
status: statusFilterSchema.optional(),
|
|
3390
3447
|
cmaId: external_zod_namespaceObject.z.union([
|
|
3391
3448
|
external_zod_namespaceObject.z.lazy(()=>stringNullableFilterSchema),
|
|
3392
|
-
|
|
3449
|
+
stringNullSchema
|
|
3450
|
+
]).optional(),
|
|
3451
|
+
isCmaRequired: external_zod_namespaceObject.z.union([
|
|
3452
|
+
external_zod_namespaceObject.z.lazy(()=>boolFilterSchema),
|
|
3453
|
+
external_zod_namespaceObject.z.boolean(),
|
|
3454
|
+
external_zod_namespaceObject.z.stringbool()
|
|
3393
3455
|
]).optional()
|
|
3394
3456
|
});
|
|
3395
3457
|
const propertySearchRestReqSchema = external_zod_namespaceObject.z.object({
|
|
@@ -4392,6 +4454,46 @@ var __webpack_exports__ = {};
|
|
|
4392
4454
|
unreconciledTransactions: external_zod_namespaceObject.z.lazy(()=>cmaTransactionRestResSchema.array()).nullish()
|
|
4393
4455
|
})
|
|
4394
4456
|
});
|
|
4457
|
+
const cmaClosureRequestEntitySchema = external_zod_default().object({
|
|
4458
|
+
id: external_zod_default().string(),
|
|
4459
|
+
cmaId: external_zod_default().string(),
|
|
4460
|
+
propertyId: external_zod_default().string(),
|
|
4461
|
+
closureReason: external_zod_default().string(),
|
|
4462
|
+
approvalStatus: external_zod_default()["enum"](cma_creation_request_constant_CmaRequestApprovalStatus),
|
|
4463
|
+
createdBy: external_zod_default().string(),
|
|
4464
|
+
approvedBy: external_zod_default().string().nullable(),
|
|
4465
|
+
approvedAt: external_zod_default().string().nullable(),
|
|
4466
|
+
rejectedBy: external_zod_default().string().nullable(),
|
|
4467
|
+
rejectedAt: external_zod_default().string().nullable(),
|
|
4468
|
+
rejectionReason: external_zod_default().string().nullable(),
|
|
4469
|
+
createdAt: external_zod_default().string(),
|
|
4470
|
+
updatedAt: external_zod_default().string(),
|
|
4471
|
+
isArchived: external_zod_default().boolean().optional(),
|
|
4472
|
+
property: external_zod_default().lazy(()=>propertyNestedEntitySchema.partial().omit({
|
|
4473
|
+
cmaBalanceCents: true,
|
|
4474
|
+
mtaBalanceCents: true,
|
|
4475
|
+
balanceCents: true,
|
|
4476
|
+
cma: true,
|
|
4477
|
+
mta: true,
|
|
4478
|
+
cmaTransactions: true,
|
|
4479
|
+
mtaTransactions: true
|
|
4480
|
+
})).nullish(),
|
|
4481
|
+
get cma () {
|
|
4482
|
+
return cmaEntitySchema.nullish();
|
|
4483
|
+
}
|
|
4484
|
+
});
|
|
4485
|
+
const createCmaClosureRequestRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4486
|
+
cmaId: external_zod_namespaceObject.z.uuid(),
|
|
4487
|
+
propertyId: external_zod_namespaceObject.z.uuid(),
|
|
4488
|
+
closureReason: external_zod_namespaceObject.z.string().min(1).max(500)
|
|
4489
|
+
});
|
|
4490
|
+
const rejectCmaClosureRequestRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4491
|
+
cmaClosureRequestId: external_zod_namespaceObject.z.uuid(),
|
|
4492
|
+
rejectionReason: external_zod_namespaceObject.z.string().max(500).optional()
|
|
4493
|
+
});
|
|
4494
|
+
const approveCmaClosureRequestRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4495
|
+
cmaClosureRequestId: external_zod_namespaceObject.z.uuid()
|
|
4496
|
+
});
|
|
4395
4497
|
const cmaCreationRequestEntitySchema = external_zod_default().object({
|
|
4396
4498
|
id: external_zod_default().string(),
|
|
4397
4499
|
propertyId: external_zod_default().string(),
|
|
@@ -4493,43 +4595,6 @@ var __webpack_exports__ = {};
|
|
|
4493
4595
|
external_zod_namespaceObject.z.lazy(()=>dateTimeFilterBaseSchema)
|
|
4494
4596
|
]).optional()
|
|
4495
4597
|
});
|
|
4496
|
-
const stringToBoolSchema = external_zod_namespaceObject.z.union([
|
|
4497
|
-
external_zod_namespaceObject.z.boolean(),
|
|
4498
|
-
external_zod_namespaceObject.z.string()
|
|
4499
|
-
]).transform((input, ctx)=>{
|
|
4500
|
-
if ('string' == typeof input) {
|
|
4501
|
-
const result = external_zod_namespaceObject.z.stringbool().safeParse(input);
|
|
4502
|
-
if (result.success) return result.data;
|
|
4503
|
-
ctx.issues.push({
|
|
4504
|
-
code: 'invalid_value',
|
|
4505
|
-
message: result.error.message,
|
|
4506
|
-
input,
|
|
4507
|
-
values: [
|
|
4508
|
-
input
|
|
4509
|
-
]
|
|
4510
|
-
});
|
|
4511
|
-
return external_zod_namespaceObject.z.NEVER;
|
|
4512
|
-
}
|
|
4513
|
-
if ('boolean' == typeof input) return input;
|
|
4514
|
-
ctx.issues.push({
|
|
4515
|
-
code: 'invalid_value',
|
|
4516
|
-
message: 'Invalid boolean',
|
|
4517
|
-
input: JSON.stringify(input),
|
|
4518
|
-
values: [
|
|
4519
|
-
JSON.stringify(input)
|
|
4520
|
-
]
|
|
4521
|
-
});
|
|
4522
|
-
return external_zod_namespaceObject.z.NEVER;
|
|
4523
|
-
});
|
|
4524
|
-
const boolFilterBaseSchema = external_zod_namespaceObject.z.strictObject({
|
|
4525
|
-
equals: stringToBoolSchema
|
|
4526
|
-
});
|
|
4527
|
-
const boolFilterSchema = boolFilterBaseSchema.extend({
|
|
4528
|
-
not: external_zod_namespaceObject.z.union([
|
|
4529
|
-
external_zod_namespaceObject.z.boolean(),
|
|
4530
|
-
external_zod_namespaceObject.z.lazy(()=>boolFilterBaseSchema)
|
|
4531
|
-
]).optional()
|
|
4532
|
-
});
|
|
4533
4598
|
const cmaTransactionSearchRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4534
4599
|
cmaId: external_zod_namespaceObject.z.union([
|
|
4535
4600
|
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
@@ -5700,10 +5765,37 @@ var __webpack_exports__ = {};
|
|
|
5700
5765
|
});
|
|
5701
5766
|
});
|
|
5702
5767
|
const bankReconciliationSummaryRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
|
|
5703
|
-
const
|
|
5768
|
+
const buyerLedgerRestReqBaseSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
5704
5769
|
propertyIds: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.uuid()).min(1),
|
|
5705
|
-
reportGroupType: external_zod_namespaceObject.z["enum"](report_group_type_constant_ReportGroupType)
|
|
5770
|
+
reportGroupType: external_zod_namespaceObject.z["enum"](report_group_type_constant_ReportGroupType),
|
|
5771
|
+
showMta: external_zod_namespaceObject.z.boolean().default(true),
|
|
5772
|
+
showCma: external_zod_namespaceObject.z.boolean().default(true),
|
|
5773
|
+
mtaTransactionTypes: external_zod_namespaceObject.z["enum"](MtaTransactionType).array().optional(),
|
|
5774
|
+
cmaTransactionTypes: external_zod_namespaceObject.z["enum"](CmaTransactionType).array().optional()
|
|
5706
5775
|
}));
|
|
5776
|
+
const buyerLedgerRestReqSchema = buyerLedgerRestReqBaseSchema.superRefine((data, ctx)=>{
|
|
5777
|
+
if (!data.showMta && !data.showCma) ctx.addIssue({
|
|
5778
|
+
code: "custom",
|
|
5779
|
+
message: "At least one of MTA or CMA must be selected",
|
|
5780
|
+
path: [
|
|
5781
|
+
"showMta"
|
|
5782
|
+
]
|
|
5783
|
+
});
|
|
5784
|
+
if (data.showMta && (!data.mtaTransactionTypes || 0 === data.mtaTransactionTypes.length)) ctx.addIssue({
|
|
5785
|
+
code: "custom",
|
|
5786
|
+
message: "Select at least one MTA transaction type",
|
|
5787
|
+
path: [
|
|
5788
|
+
"mtaTransactionTypes"
|
|
5789
|
+
]
|
|
5790
|
+
});
|
|
5791
|
+
if (data.showCma && (!data.cmaTransactionTypes || 0 === data.cmaTransactionTypes.length)) ctx.addIssue({
|
|
5792
|
+
code: "custom",
|
|
5793
|
+
message: "Select at least one CMA transaction type",
|
|
5794
|
+
path: [
|
|
5795
|
+
"cmaTransactionTypes"
|
|
5796
|
+
]
|
|
5797
|
+
});
|
|
5798
|
+
});
|
|
5707
5799
|
const paymentListReportRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
5708
5800
|
accountId: external_zod_namespaceObject.z.uuid(),
|
|
5709
5801
|
accountType: external_zod_namespaceObject.z["enum"](account_type_constant_AccountType)
|
|
@@ -8870,6 +8962,7 @@ exports.accountBsbValidationSchema = __webpack_exports__.accountBsbValidationSch
|
|
|
8870
8962
|
exports.accountNumberMaskedSchema = __webpack_exports__.accountNumberMaskedSchema;
|
|
8871
8963
|
exports.accountNumberValidationSchema = __webpack_exports__.accountNumberValidationSchema;
|
|
8872
8964
|
exports.allocateMtaToProjectRestReqSchema = __webpack_exports__.allocateMtaToProjectRestReqSchema;
|
|
8965
|
+
exports.approveCmaClosureRequestRestReqSchema = __webpack_exports__.approveCmaClosureRequestRestReqSchema;
|
|
8873
8966
|
exports.approveCmaRequestRestReqSchema = __webpack_exports__.approveCmaRequestRestReqSchema;
|
|
8874
8967
|
exports.approveMtaAllocationRestReqSchema = __webpack_exports__.approveMtaAllocationRestReqSchema;
|
|
8875
8968
|
exports.assignUnknownReceiptToPropertyRestReqSchema = __webpack_exports__.assignUnknownReceiptToPropertyRestReqSchema;
|
|
@@ -8883,6 +8976,7 @@ exports.bigIntObjectFilterSchema = __webpack_exports__.bigIntObjectFilterSchema;
|
|
|
8883
8976
|
exports.bigIntSimpleFilterSchema = __webpack_exports__.bigIntSimpleFilterSchema;
|
|
8884
8977
|
exports.boolFilterBaseSchema = __webpack_exports__.boolFilterBaseSchema;
|
|
8885
8978
|
exports.boolFilterSchema = __webpack_exports__.boolFilterSchema;
|
|
8979
|
+
exports.buyerLedgerRestReqBaseSchema = __webpack_exports__.buyerLedgerRestReqBaseSchema;
|
|
8886
8980
|
exports.buyerLedgerRestReqSchema = __webpack_exports__.buyerLedgerRestReqSchema;
|
|
8887
8981
|
exports.cancelCmaTransactionRestReqSchema = __webpack_exports__.cancelCmaTransactionRestReqSchema;
|
|
8888
8982
|
exports.cancelMtaTransactionRestReqSchema = __webpack_exports__.cancelMtaTransactionRestReqSchema;
|
|
@@ -8896,6 +8990,7 @@ exports.cmaAccountPeriodEntitySchema = __webpack_exports__.cmaAccountPeriodEntit
|
|
|
8896
8990
|
exports.cmaAccountPeriodRestResBaseSchema = __webpack_exports__.cmaAccountPeriodRestResBaseSchema;
|
|
8897
8991
|
exports.cmaAccountPeriodRestResSchema = __webpack_exports__.cmaAccountPeriodRestResSchema;
|
|
8898
8992
|
exports.cmaClosedAccountPeriodRestResSchema = __webpack_exports__.cmaClosedAccountPeriodRestResSchema;
|
|
8993
|
+
exports.cmaClosureRequestEntitySchema = __webpack_exports__.cmaClosureRequestEntitySchema;
|
|
8899
8994
|
exports.cmaCreationRequestEntitySchema = __webpack_exports__.cmaCreationRequestEntitySchema;
|
|
8900
8995
|
exports.cmaEntitySchema = __webpack_exports__.cmaEntitySchema;
|
|
8901
8996
|
exports.cmaReconciledTransactionEntitySchema = __webpack_exports__.cmaReconciledTransactionEntitySchema;
|
|
@@ -8918,6 +9013,7 @@ exports.commonReportWithCmaSelectionRestReqSchema = __webpack_exports__.commonRe
|
|
|
8918
9013
|
exports.commonUpdatePayoutRestReqSchema = __webpack_exports__.commonUpdatePayoutRestReqSchema;
|
|
8919
9014
|
exports.commonUpdatePayoutTargetDetailRestReqSchema = __webpack_exports__.commonUpdatePayoutTargetDetailRestReqSchema;
|
|
8920
9015
|
exports.confirmPayoutBankFileProcessedRestReqSchema = __webpack_exports__.confirmPayoutBankFileProcessedRestReqSchema;
|
|
9016
|
+
exports.createCmaClosureRequestRestReqSchema = __webpack_exports__.createCmaClosureRequestRestReqSchema;
|
|
8921
9017
|
exports.createCmaReconciliationRestReqSchema = __webpack_exports__.createCmaReconciliationRestReqSchema;
|
|
8922
9018
|
exports.createCmaRequestRestReqSchema = __webpack_exports__.createCmaRequestRestReqSchema;
|
|
8923
9019
|
exports.createCmaRestReqSchema = __webpack_exports__.createCmaRestReqSchema;
|
|
@@ -9050,6 +9146,7 @@ exports.refundPayoutProvisionDataEntitySchema = __webpack_exports__.refundPayout
|
|
|
9050
9146
|
exports.refundPayoutRestResSchema = __webpack_exports__.refundPayoutRestResSchema;
|
|
9051
9147
|
exports.refundPayoutSourceDetailEntitySchema = __webpack_exports__.refundPayoutSourceDetailEntitySchema;
|
|
9052
9148
|
exports.refundPayoutTargetDetailEntitySchema = __webpack_exports__.refundPayoutTargetDetailEntitySchema;
|
|
9149
|
+
exports.rejectCmaClosureRequestRestReqSchema = __webpack_exports__.rejectCmaClosureRequestRestReqSchema;
|
|
9053
9150
|
exports.rejectCmaRequestRestReqSchema = __webpack_exports__.rejectCmaRequestRestReqSchema;
|
|
9054
9151
|
exports.safeParseDateFromStr = __webpack_exports__.safeParseDateFromStr;
|
|
9055
9152
|
exports.settlementPayoutPaymentEntitySchema = __webpack_exports__.settlementPayoutPaymentEntitySchema;
|
|
@@ -9063,6 +9160,7 @@ exports.stateCodeSchema = __webpack_exports__.stateCodeSchema;
|
|
|
9063
9160
|
exports.statusFilterSchema = __webpack_exports__.statusFilterSchema;
|
|
9064
9161
|
exports.statusNullableFilterSchema = __webpack_exports__.statusNullableFilterSchema;
|
|
9065
9162
|
exports.stringFilterSchema = __webpack_exports__.stringFilterSchema;
|
|
9163
|
+
exports.stringNullSchema = __webpack_exports__.stringNullSchema;
|
|
9066
9164
|
exports.stringNullableFilterSchema = __webpack_exports__.stringNullableFilterSchema;
|
|
9067
9165
|
exports.stringToBoolSchema = __webpack_exports__.stringToBoolSchema;
|
|
9068
9166
|
exports.stringToDateSchema = __webpack_exports__.stringToDateSchema;
|
|
@@ -9171,6 +9269,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
9171
9269
|
"accountNumberMaskedSchema",
|
|
9172
9270
|
"accountNumberValidationSchema",
|
|
9173
9271
|
"allocateMtaToProjectRestReqSchema",
|
|
9272
|
+
"approveCmaClosureRequestRestReqSchema",
|
|
9174
9273
|
"approveCmaRequestRestReqSchema",
|
|
9175
9274
|
"approveMtaAllocationRestReqSchema",
|
|
9176
9275
|
"assignUnknownReceiptToPropertyRestReqSchema",
|
|
@@ -9184,6 +9283,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
9184
9283
|
"bigIntSimpleFilterSchema",
|
|
9185
9284
|
"boolFilterBaseSchema",
|
|
9186
9285
|
"boolFilterSchema",
|
|
9286
|
+
"buyerLedgerRestReqBaseSchema",
|
|
9187
9287
|
"buyerLedgerRestReqSchema",
|
|
9188
9288
|
"cancelCmaTransactionRestReqSchema",
|
|
9189
9289
|
"cancelMtaTransactionRestReqSchema",
|
|
@@ -9197,6 +9297,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
9197
9297
|
"cmaAccountPeriodRestResBaseSchema",
|
|
9198
9298
|
"cmaAccountPeriodRestResSchema",
|
|
9199
9299
|
"cmaClosedAccountPeriodRestResSchema",
|
|
9300
|
+
"cmaClosureRequestEntitySchema",
|
|
9200
9301
|
"cmaCreationRequestEntitySchema",
|
|
9201
9302
|
"cmaEntitySchema",
|
|
9202
9303
|
"cmaReconciledTransactionEntitySchema",
|
|
@@ -9219,6 +9320,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
9219
9320
|
"commonUpdatePayoutRestReqSchema",
|
|
9220
9321
|
"commonUpdatePayoutTargetDetailRestReqSchema",
|
|
9221
9322
|
"confirmPayoutBankFileProcessedRestReqSchema",
|
|
9323
|
+
"createCmaClosureRequestRestReqSchema",
|
|
9222
9324
|
"createCmaReconciliationRestReqSchema",
|
|
9223
9325
|
"createCmaRequestRestReqSchema",
|
|
9224
9326
|
"createCmaRestReqSchema",
|
|
@@ -9351,6 +9453,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
9351
9453
|
"refundPayoutRestResSchema",
|
|
9352
9454
|
"refundPayoutSourceDetailEntitySchema",
|
|
9353
9455
|
"refundPayoutTargetDetailEntitySchema",
|
|
9456
|
+
"rejectCmaClosureRequestRestReqSchema",
|
|
9354
9457
|
"rejectCmaRequestRestReqSchema",
|
|
9355
9458
|
"safeParseDateFromStr",
|
|
9356
9459
|
"settlementPayoutPaymentEntitySchema",
|
|
@@ -9364,6 +9467,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
9364
9467
|
"statusFilterSchema",
|
|
9365
9468
|
"statusNullableFilterSchema",
|
|
9366
9469
|
"stringFilterSchema",
|
|
9470
|
+
"stringNullSchema",
|
|
9367
9471
|
"stringNullableFilterSchema",
|
|
9368
9472
|
"stringToBoolSchema",
|
|
9369
9473
|
"stringToDateSchema",
|
|
@@ -380,8 +380,8 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
|
|
|
380
380
|
} | undefined;
|
|
381
381
|
}>>>>;
|
|
382
382
|
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
383
|
-
equals: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
384
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
383
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>>>;
|
|
384
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
385
385
|
equals: z.ZodOptional<z.ZodString>;
|
|
386
386
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
387
387
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -406,7 +406,7 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
|
|
|
406
406
|
readonly DEFAULT: "default";
|
|
407
407
|
readonly INSENSITIVE: "insensitive";
|
|
408
408
|
}>>>>;
|
|
409
|
-
}, z.core.$strict>>>>, z.ZodString]>>;
|
|
409
|
+
}, z.core.$strict>>>>, z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>]>>;
|
|
410
410
|
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
411
411
|
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
412
412
|
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
@@ -601,6 +601,12 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
|
|
|
601
601
|
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
602
602
|
}, z.core.$strip>>]>>;
|
|
603
603
|
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
604
|
+
isCmaRequired: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
605
|
+
equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
|
|
606
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLazy<z.ZodObject<{
|
|
607
|
+
equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
|
|
608
|
+
}, z.core.$strict>>]>>;
|
|
609
|
+
}, z.core.$strict>>, z.ZodBoolean, z.ZodCodec<z.ZodString, z.ZodBoolean>]>>;
|
|
604
610
|
stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
605
611
|
equals: z.ZodOptional<z.ZodString>;
|
|
606
612
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -720,8 +726,8 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
|
|
|
720
726
|
}, z.core.$strict>>]>>;
|
|
721
727
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
722
728
|
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
723
|
-
equals: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
724
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
729
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>>>;
|
|
730
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
725
731
|
equals: z.ZodOptional<z.ZodString>;
|
|
726
732
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
727
733
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-search.rest.schemal.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma-search.rest.schemal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAWrC,CAAC;AAEH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"cma-search.rest.schemal.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma-search.rest.schemal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAWrC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBASjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -22,9 +22,11 @@ export declare const cmaRestResBaseSchema: z.ZodObject<{
|
|
|
22
22
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
23
23
|
readonly ACTIVE: "active";
|
|
24
24
|
readonly INACTIVE: "inactive";
|
|
25
|
+
readonly CLOSED: "closed";
|
|
25
26
|
}>]>, z.ZodEnum<{
|
|
26
27
|
readonly ACTIVE: "active";
|
|
27
28
|
readonly INACTIVE: "inactive";
|
|
29
|
+
readonly CLOSED: "closed";
|
|
28
30
|
}>>;
|
|
29
31
|
}, z.core.$strip>;
|
|
30
32
|
export declare const cmaRestResSchema: z.ZodObject<{
|
|
@@ -49,9 +51,11 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
49
51
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
50
52
|
readonly ACTIVE: "active";
|
|
51
53
|
readonly INACTIVE: "inactive";
|
|
54
|
+
readonly CLOSED: "closed";
|
|
52
55
|
}>]>, z.ZodEnum<{
|
|
53
56
|
readonly ACTIVE: "active";
|
|
54
57
|
readonly INACTIVE: "inactive";
|
|
58
|
+
readonly CLOSED: "closed";
|
|
55
59
|
}>>;
|
|
56
60
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
57
61
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -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
|
|
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"}
|
|
@@ -57,9 +57,11 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
57
57
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
58
58
|
readonly ACTIVE: "active";
|
|
59
59
|
readonly INACTIVE: "inactive";
|
|
60
|
+
readonly CLOSED: "closed";
|
|
60
61
|
}>]>, z.ZodEnum<{
|
|
61
62
|
readonly ACTIVE: "active";
|
|
62
63
|
readonly INACTIVE: "inactive";
|
|
64
|
+
readonly CLOSED: "closed";
|
|
63
65
|
}>>;
|
|
64
66
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
65
67
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -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"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import z from "zod";
|
|
2
|
+
import { CmaRequestApprovalStatus } from "../../constants/cma-creation-request/cma-creation-request.constant";
|
|
3
|
+
export declare const cmaClosureRequestEntitySchema: z.ZodObject<{
|
|
4
|
+
id: z.ZodString;
|
|
5
|
+
cmaId: z.ZodString;
|
|
6
|
+
propertyId: z.ZodString;
|
|
7
|
+
closureReason: z.ZodString;
|
|
8
|
+
approvalStatus: z.ZodEnum<typeof CmaRequestApprovalStatus>;
|
|
9
|
+
createdBy: z.ZodString;
|
|
10
|
+
approvedBy: z.ZodNullable<z.ZodString>;
|
|
11
|
+
approvedAt: z.ZodNullable<z.ZodString>;
|
|
12
|
+
rejectedBy: z.ZodNullable<z.ZodString>;
|
|
13
|
+
rejectedAt: z.ZodNullable<z.ZodString>;
|
|
14
|
+
rejectionReason: z.ZodNullable<z.ZodString>;
|
|
15
|
+
createdAt: z.ZodString;
|
|
16
|
+
updatedAt: z.ZodString;
|
|
17
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
18
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
19
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
20
|
+
id: z.ZodOptional<z.ZodUUID>;
|
|
21
|
+
mtaId: z.ZodOptional<z.ZodString>;
|
|
22
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
24
|
+
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
25
|
+
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
26
|
+
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
27
|
+
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
28
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
29
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
30
|
+
buyerName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
31
|
+
lotDetail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
propertyAddress: z.ZodOptional<z.ZodString>;
|
|
33
|
+
isCmaRequired: z.ZodOptional<z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>>;
|
|
34
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
35
|
+
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
36
|
+
copositSaleStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
37
|
+
project: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
38
|
+
id: z.ZodString;
|
|
39
|
+
name: z.ZodString;
|
|
40
|
+
developerId: z.ZodString;
|
|
41
|
+
mtaId: z.ZodNullable<z.ZodString>;
|
|
42
|
+
state: z.ZodString;
|
|
43
|
+
type: z.ZodString;
|
|
44
|
+
status: z.ZodString;
|
|
45
|
+
isArchived: z.ZodBoolean;
|
|
46
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
47
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
48
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
49
|
+
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
|
+
id: z.ZodUUID;
|
|
51
|
+
companyName: z.ZodNullable<z.ZodString>;
|
|
52
|
+
status: z.ZodString;
|
|
53
|
+
isArchived: z.ZodBoolean;
|
|
54
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
55
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
56
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
57
|
+
}, z.core.$strip>>>;
|
|
58
|
+
}, z.core.$strip>>>>>;
|
|
59
|
+
customer: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
60
|
+
id: z.ZodUUID;
|
|
61
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
status: z.ZodString;
|
|
65
|
+
isArchived: z.ZodBoolean;
|
|
66
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
67
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
68
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
69
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
+
}, z.core.$strip>>>>>;
|
|
71
|
+
}, z.core.$strip>>>>;
|
|
72
|
+
cma: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
73
|
+
id: z.ZodUUID;
|
|
74
|
+
cmaSeq: z.ZodInt;
|
|
75
|
+
country: z.ZodString;
|
|
76
|
+
stateCode: z.ZodString;
|
|
77
|
+
description: z.ZodNullable<z.ZodString>;
|
|
78
|
+
bankCode: z.ZodString;
|
|
79
|
+
bsb: z.ZodString;
|
|
80
|
+
accountNumber: z.ZodString;
|
|
81
|
+
accountName: z.ZodString;
|
|
82
|
+
propertyId: z.ZodString;
|
|
83
|
+
balanceCents: z.ZodCoercedBigInt<unknown>;
|
|
84
|
+
currentReceiveSeq: z.ZodInt;
|
|
85
|
+
currentPayoutSeq: z.ZodInt;
|
|
86
|
+
payoutId: z.ZodInt;
|
|
87
|
+
status: z.ZodString;
|
|
88
|
+
isArchived: z.ZodBoolean;
|
|
89
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
90
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
91
|
+
createdBy: z.ZodString;
|
|
92
|
+
}, z.core.$strip>>>;
|
|
93
|
+
}, z.core.$strip>;
|
|
94
|
+
export type CmaClosureRequestEntity = z.infer<typeof cmaClosureRequestEntitySchema>;
|
|
95
|
+
//# sourceMappingURL=cma-closure-request.entity.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cma-closure-request.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-closure-request/cma-closure-request.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAI9G,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+BxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const createCmaClosureRequestRestReqSchema: z.ZodObject<{
|
|
3
|
+
cmaId: z.ZodUUID;
|
|
4
|
+
propertyId: z.ZodUUID;
|
|
5
|
+
closureReason: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
export type CreateCmaClosureRequestRestReq = z.input<typeof createCmaClosureRequestRestReqSchema>;
|
|
8
|
+
export declare const rejectCmaClosureRequestRestReqSchema: z.ZodObject<{
|
|
9
|
+
cmaClosureRequestId: z.ZodUUID;
|
|
10
|
+
rejectionReason: z.ZodOptional<z.ZodString>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
export type RejectCmaClosureRequestRestReq = z.input<typeof rejectCmaClosureRequestRestReqSchema>;
|
|
13
|
+
export declare const approveCmaClosureRequestRestReqSchema: z.ZodObject<{
|
|
14
|
+
cmaClosureRequestId: z.ZodUUID;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
export type ApproveCmaClosureRequestRestReq = z.input<typeof approveCmaClosureRequestRestReqSchema>;
|
|
17
|
+
//# sourceMappingURL=cma-closure-request.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cma-closure-request.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-closure-request/cma-closure-request.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,oCAAoC;;;;iBAI/C,CAAC;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAElG,eAAO,MAAM,oCAAoC;;;iBAG/C,CAAC;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAElG,eAAO,MAAM,qCAAqC;;iBAEhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|