@mikemo-coposit/am-accounting-shared 1.1.2 → 1.2.0

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.
Files changed (83) hide show
  1. package/dist/cjs/constants/cma/cma.constant.d.ts +1 -0
  2. package/dist/cjs/constants/cma/cma.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
  4. package/dist/cjs/index.cjs +118 -44
  5. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
  6. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  7. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +4 -0
  8. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  9. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
  10. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  11. package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
  12. package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
  13. package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
  14. package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
  15. package/dist/cjs/schemas/cma-closure-request/index.d.ts +3 -0
  16. package/dist/cjs/schemas/cma-closure-request/index.d.ts.map +1 -0
  17. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -0
  18. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  19. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +11 -5
  20. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  21. package/dist/cjs/schemas/common/search/index.d.ts +1 -0
  22. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
  23. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +3 -3
  24. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  25. package/dist/cjs/schemas/common/search/string-null.schema.d.ts +3 -0
  26. package/dist/cjs/schemas/common/search/string-null.schema.d.ts.map +1 -0
  27. package/dist/cjs/schemas/index.d.ts +1 -0
  28. package/dist/cjs/schemas/index.d.ts.map +1 -1
  29. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
  30. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  31. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +6 -0
  32. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  33. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +37 -7
  34. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  35. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +3 -1
  36. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  37. package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +2 -2
  38. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +20 -8
  39. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  40. package/dist/cjs/schemas/property/property.rest.schema.d.ts +2 -0
  41. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  42. package/dist/esm/constants/cma/cma.constant.d.ts +1 -0
  43. package/dist/esm/constants/cma/cma.constant.d.ts.map +1 -1
  44. package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
  45. package/dist/esm/index.js +103 -44
  46. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
  47. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  48. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +4 -0
  49. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  50. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
  51. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  52. package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
  53. package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
  54. package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
  55. package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
  56. package/dist/esm/schemas/cma-closure-request/index.d.ts +3 -0
  57. package/dist/esm/schemas/cma-closure-request/index.d.ts.map +1 -0
  58. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -0
  59. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  60. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +11 -5
  61. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  62. package/dist/esm/schemas/common/search/index.d.ts +1 -0
  63. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  64. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +3 -3
  65. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  66. package/dist/esm/schemas/common/search/string-null.schema.d.ts +3 -0
  67. package/dist/esm/schemas/common/search/string-null.schema.d.ts.map +1 -0
  68. package/dist/esm/schemas/index.d.ts +1 -0
  69. package/dist/esm/schemas/index.d.ts.map +1 -1
  70. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
  71. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  72. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +6 -0
  73. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  74. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +37 -7
  75. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  76. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +3 -1
  77. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  78. package/dist/esm/schemas/project/project-search.rest.schema.d.ts +2 -2
  79. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +20 -8
  80. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  81. package/dist/esm/schemas/property/property.rest.schema.d.ts +2 -0
  82. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  83. package/package.json +18 -25
@@ -1,6 +1,7 @@
1
1
  export declare const CmaStatus: {
2
2
  readonly ACTIVE: "active";
3
3
  readonly INACTIVE: "inactive";
4
+ readonly CLOSED: "closed";
4
5
  };
5
6
  export type CmaStatus = (typeof CmaStatus)[keyof typeof CmaStatus];
6
7
  //# sourceMappingURL=cma.constant.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cma.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/cma/cma.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;CAGZ,CAAC;AAGX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
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.1";
1
+ export declare const PACKAGE_VERSION = "1.2.0";
2
2
  //# sourceMappingURL=package-version.constant.d.ts.map
@@ -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,
@@ -2667,6 +2669,7 @@ var __webpack_exports__ = {};
2667
2669
  centsToDollarsSchema: ()=>centsToDollarsSchema,
2668
2670
  payoutEntitySchema: ()=>payoutEntitySchema,
2669
2671
  commonPayoutSourceDetailEntitySchema: ()=>commonPayoutSourceDetailEntitySchema,
2672
+ rejectCmaClosureRequestRestReqSchema: ()=>rejectCmaClosureRequestRestReqSchema,
2670
2673
  projectNestedEntitySchema: ()=>projectNestedEntitySchema,
2671
2674
  MtaTransactionStatusToDisplayTextMapper: ()=>MtaTransactionStatusToDisplayTextMapper,
2672
2675
  updateMenuRestReqSchema: ()=>updateMenuRestReqSchema,
@@ -2728,6 +2731,7 @@ var __webpack_exports__ = {};
2728
2731
  formatCurrency: ()=>formatCurrency,
2729
2732
  cmaReconciledTransactionEntitySchema: ()=>cmaReconciledTransactionEntitySchema,
2730
2733
  fromCentsToDollars: ()=>fromCentsToDollars,
2734
+ approveCmaClosureRequestRestReqSchema: ()=>approveCmaClosureRequestRestReqSchema,
2731
2735
  MtaUnknownTransactionType: ()=>MtaUnknownTransactionType,
2732
2736
  mtaAccountPeriodClosingSummaryRestReqSchema: ()=>mtaAccountPeriodClosingSummaryRestReqSchema,
2733
2737
  userRestResSchema: ()=>userRestResSchema,
@@ -2742,13 +2746,14 @@ var __webpack_exports__ = {};
2742
2746
  SortOrder: ()=>sort_order_constant_SortOrder,
2743
2747
  accountBsbValidationSchema: ()=>accountBsbValidationSchema,
2744
2748
  createUnknownPayoutRestReqSchema: ()=>createUnknownPayoutRestReqSchema,
2745
- payoutProvisionDataEntitySchema: ()=>payoutProvisionDataEntitySchema,
2749
+ cmaClosureRequestEntitySchema: ()=>cmaClosureRequestEntitySchema,
2746
2750
  createRefundPayoutTargetAccountSchema: ()=>createRefundPayoutTargetAccountSchema,
2751
+ payoutProvisionDataEntitySchema: ()=>payoutProvisionDataEntitySchema,
2747
2752
  refundPayoutRestResSchema: ()=>refundPayoutRestResSchema,
2748
2753
  trustTrialBalanceReportRestReqSchema: ()=>trustTrialBalanceReportRestReqSchema,
2749
- updateMtaSettlementPayoutRestReqSchema: ()=>updateMtaSettlementPayoutRestReqSchema,
2750
2754
  mtaSettlementPayoutRestResSchema: ()=>mtaSettlementPayoutRestResSchema,
2751
2755
  CmaStatus: ()=>CmaStatus,
2756
+ updateMtaSettlementPayoutRestReqSchema: ()=>updateMtaSettlementPayoutRestReqSchema,
2752
2757
  updateRefundPayoutTargetDetailRestReqSchema: ()=>updateRefundPayoutTargetDetailRestReqSchema,
2753
2758
  MtaTransactionInputTypeToDisplayText: ()=>MtaTransactionInputTypeToDisplayText,
2754
2759
  userEntitySchema: ()=>userEntitySchema,
@@ -2797,7 +2802,7 @@ var __webpack_exports__ = {};
2797
2802
  MtaTransactionPaymentMethod: ()=>mta_payment_method_constant_MtaTransactionPaymentMethod,
2798
2803
  JsonNullableFilterSchema: ()=>JsonNullableFilterSchema,
2799
2804
  stringToEndOfDaySchema: ()=>stringToEndOfDaySchema,
2800
- PACKAGE_VERSION: ()=>"1.1.1",
2805
+ PACKAGE_VERSION: ()=>"1.2.0",
2801
2806
  createSettlementPayoutRestReqSchema: ()=>createSettlementPayoutRestReqSchema,
2802
2807
  DEFAULT_PAYOUT_TARGET_BANK_REF: ()=>DEFAULT_PAYOUT_TARGET_BANK_REF,
2803
2808
  CmaTransactionStatus: ()=>CmaTransactionStatus,
@@ -2858,7 +2863,8 @@ var __webpack_exports__ = {};
2858
2863
  });
2859
2864
  const CmaStatus = {
2860
2865
  ACTIVE: 'active',
2861
- INACTIVE: 'inactive'
2866
+ INACTIVE: 'inactive',
2867
+ CLOSED: 'closed'
2862
2868
  };
2863
2869
  var cma_creation_request_constant_CmaRequestApprovalStatus = /*#__PURE__*/ function(CmaRequestApprovalStatus) {
2864
2870
  CmaRequestApprovalStatus["PENDING"] = "pending";
@@ -3245,6 +3251,19 @@ var __webpack_exports__ = {};
3245
3251
  INSENSITIVE: 'insensitive'
3246
3252
  };
3247
3253
  const queryModeSchema = external_zod_namespaceObject.z["enum"](QueryMode);
3254
+ const stringNullSchema = (0, external_zod_namespaceObject.codec)(external_zod_default().string(), external_zod_default().union([
3255
+ external_zod_default()["null"](),
3256
+ external_zod_default().string()
3257
+ ]), {
3258
+ decode: (input)=>{
3259
+ if ("null" === input) return null;
3260
+ return input;
3261
+ },
3262
+ encode: (input)=>{
3263
+ if (null === input) return "null";
3264
+ return input;
3265
+ }
3266
+ });
3248
3267
  const StringFilterBaseSchema = external_zod_namespaceObject.z.strictObject({
3249
3268
  equals: external_zod_namespaceObject.z.string().optional(),
3250
3269
  in: external_zod_namespaceObject.z.string().array().optional(),
@@ -3276,9 +3295,9 @@ var __webpack_exports__ = {};
3276
3295
  });
3277
3296
  const stringNullableFilterSchema = external_zod_namespaceObject.z.strictObject({
3278
3297
  ...stringFilterSchema.shape,
3279
- equals: external_zod_namespaceObject.z.string().nullish(),
3298
+ equals: stringNullSchema.nullish(),
3280
3299
  not: external_zod_namespaceObject.z.union([
3281
- external_zod_namespaceObject.z.string(),
3300
+ stringNullSchema,
3282
3301
  external_zod_namespaceObject.z["null"](),
3283
3302
  external_zod_namespaceObject.z.lazy(()=>StringFilterBaseSchema)
3284
3303
  ]).optional()
@@ -3288,6 +3307,43 @@ var __webpack_exports__ = {};
3288
3307
  not: external_zod_namespaceObject.z.string().optional(),
3289
3308
  mode: external_zod_namespaceObject.z.lazy(()=>queryModeSchema).prefault(queryModeSchema["enum"].INSENSITIVE).optional()
3290
3309
  });
3310
+ const stringToBoolSchema = external_zod_namespaceObject.z.union([
3311
+ external_zod_namespaceObject.z.boolean(),
3312
+ external_zod_namespaceObject.z.string()
3313
+ ]).transform((input, ctx)=>{
3314
+ if ('string' == typeof input) {
3315
+ const result = external_zod_namespaceObject.z.stringbool().safeParse(input);
3316
+ if (result.success) return result.data;
3317
+ ctx.issues.push({
3318
+ code: 'invalid_value',
3319
+ message: result.error.message,
3320
+ input,
3321
+ values: [
3322
+ input
3323
+ ]
3324
+ });
3325
+ return external_zod_namespaceObject.z.NEVER;
3326
+ }
3327
+ if ('boolean' == typeof input) return input;
3328
+ ctx.issues.push({
3329
+ code: 'invalid_value',
3330
+ message: 'Invalid boolean',
3331
+ input: JSON.stringify(input),
3332
+ values: [
3333
+ JSON.stringify(input)
3334
+ ]
3335
+ });
3336
+ return external_zod_namespaceObject.z.NEVER;
3337
+ });
3338
+ const boolFilterBaseSchema = external_zod_namespaceObject.z.strictObject({
3339
+ equals: stringToBoolSchema
3340
+ });
3341
+ const boolFilterSchema = boolFilterBaseSchema.extend({
3342
+ not: external_zod_namespaceObject.z.union([
3343
+ external_zod_namespaceObject.z.boolean(),
3344
+ external_zod_namespaceObject.z.lazy(()=>boolFilterBaseSchema)
3345
+ ]).optional()
3346
+ });
3291
3347
  const paginationReqSchema = external_zod_namespaceObject.z.object({
3292
3348
  page: external_zod_namespaceObject.z.coerce.number().pipe(external_zod_namespaceObject.z.int().positive()).optional(),
3293
3349
  pageSize: external_zod_namespaceObject.z.coerce.number().pipe(external_zod_namespaceObject.z.int().positive()).optional()
@@ -3389,7 +3445,12 @@ var __webpack_exports__ = {};
3389
3445
  status: statusFilterSchema.optional(),
3390
3446
  cmaId: external_zod_namespaceObject.z.union([
3391
3447
  external_zod_namespaceObject.z.lazy(()=>stringNullableFilterSchema),
3392
- external_zod_namespaceObject.z.string()
3448
+ stringNullSchema
3449
+ ]).optional(),
3450
+ isCmaRequired: external_zod_namespaceObject.z.union([
3451
+ external_zod_namespaceObject.z.lazy(()=>boolFilterSchema),
3452
+ external_zod_namespaceObject.z.boolean(),
3453
+ external_zod_namespaceObject.z.stringbool()
3393
3454
  ]).optional()
3394
3455
  });
3395
3456
  const propertySearchRestReqSchema = external_zod_namespaceObject.z.object({
@@ -4392,6 +4453,46 @@ var __webpack_exports__ = {};
4392
4453
  unreconciledTransactions: external_zod_namespaceObject.z.lazy(()=>cmaTransactionRestResSchema.array()).nullish()
4393
4454
  })
4394
4455
  });
4456
+ const cmaClosureRequestEntitySchema = external_zod_default().object({
4457
+ id: external_zod_default().string(),
4458
+ cmaId: external_zod_default().string(),
4459
+ propertyId: external_zod_default().string(),
4460
+ closureReason: external_zod_default().string(),
4461
+ approvalStatus: external_zod_default()["enum"](cma_creation_request_constant_CmaRequestApprovalStatus),
4462
+ createdBy: external_zod_default().string(),
4463
+ approvedBy: external_zod_default().string().nullable(),
4464
+ approvedAt: external_zod_default().string().nullable(),
4465
+ rejectedBy: external_zod_default().string().nullable(),
4466
+ rejectedAt: external_zod_default().string().nullable(),
4467
+ rejectionReason: external_zod_default().string().nullable(),
4468
+ createdAt: external_zod_default().string(),
4469
+ updatedAt: external_zod_default().string(),
4470
+ isArchived: external_zod_default().boolean().optional(),
4471
+ property: external_zod_default().lazy(()=>propertyNestedEntitySchema.partial().omit({
4472
+ cmaBalanceCents: true,
4473
+ mtaBalanceCents: true,
4474
+ balanceCents: true,
4475
+ cma: true,
4476
+ mta: true,
4477
+ cmaTransactions: true,
4478
+ mtaTransactions: true
4479
+ })).nullish(),
4480
+ get cma () {
4481
+ return cmaEntitySchema.nullish();
4482
+ }
4483
+ });
4484
+ const createCmaClosureRequestRestReqSchema = external_zod_namespaceObject.z.object({
4485
+ cmaId: external_zod_namespaceObject.z.uuid(),
4486
+ propertyId: external_zod_namespaceObject.z.uuid(),
4487
+ closureReason: external_zod_namespaceObject.z.string().min(1).max(500)
4488
+ });
4489
+ const rejectCmaClosureRequestRestReqSchema = external_zod_namespaceObject.z.object({
4490
+ cmaClosureRequestId: external_zod_namespaceObject.z.uuid(),
4491
+ rejectionReason: external_zod_namespaceObject.z.string().max(500).optional()
4492
+ });
4493
+ const approveCmaClosureRequestRestReqSchema = external_zod_namespaceObject.z.object({
4494
+ cmaClosureRequestId: external_zod_namespaceObject.z.uuid()
4495
+ });
4395
4496
  const cmaCreationRequestEntitySchema = external_zod_default().object({
4396
4497
  id: external_zod_default().string(),
4397
4498
  propertyId: external_zod_default().string(),
@@ -4493,43 +4594,6 @@ var __webpack_exports__ = {};
4493
4594
  external_zod_namespaceObject.z.lazy(()=>dateTimeFilterBaseSchema)
4494
4595
  ]).optional()
4495
4596
  });
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
4597
  const cmaTransactionSearchRestReqSchema = external_zod_namespaceObject.z.object({
4534
4598
  cmaId: external_zod_namespaceObject.z.union([
4535
4599
  external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
@@ -8870,6 +8934,7 @@ exports.accountBsbValidationSchema = __webpack_exports__.accountBsbValidationSch
8870
8934
  exports.accountNumberMaskedSchema = __webpack_exports__.accountNumberMaskedSchema;
8871
8935
  exports.accountNumberValidationSchema = __webpack_exports__.accountNumberValidationSchema;
8872
8936
  exports.allocateMtaToProjectRestReqSchema = __webpack_exports__.allocateMtaToProjectRestReqSchema;
8937
+ exports.approveCmaClosureRequestRestReqSchema = __webpack_exports__.approveCmaClosureRequestRestReqSchema;
8873
8938
  exports.approveCmaRequestRestReqSchema = __webpack_exports__.approveCmaRequestRestReqSchema;
8874
8939
  exports.approveMtaAllocationRestReqSchema = __webpack_exports__.approveMtaAllocationRestReqSchema;
8875
8940
  exports.assignUnknownReceiptToPropertyRestReqSchema = __webpack_exports__.assignUnknownReceiptToPropertyRestReqSchema;
@@ -8896,6 +8961,7 @@ exports.cmaAccountPeriodEntitySchema = __webpack_exports__.cmaAccountPeriodEntit
8896
8961
  exports.cmaAccountPeriodRestResBaseSchema = __webpack_exports__.cmaAccountPeriodRestResBaseSchema;
8897
8962
  exports.cmaAccountPeriodRestResSchema = __webpack_exports__.cmaAccountPeriodRestResSchema;
8898
8963
  exports.cmaClosedAccountPeriodRestResSchema = __webpack_exports__.cmaClosedAccountPeriodRestResSchema;
8964
+ exports.cmaClosureRequestEntitySchema = __webpack_exports__.cmaClosureRequestEntitySchema;
8899
8965
  exports.cmaCreationRequestEntitySchema = __webpack_exports__.cmaCreationRequestEntitySchema;
8900
8966
  exports.cmaEntitySchema = __webpack_exports__.cmaEntitySchema;
8901
8967
  exports.cmaReconciledTransactionEntitySchema = __webpack_exports__.cmaReconciledTransactionEntitySchema;
@@ -8918,6 +8984,7 @@ exports.commonReportWithCmaSelectionRestReqSchema = __webpack_exports__.commonRe
8918
8984
  exports.commonUpdatePayoutRestReqSchema = __webpack_exports__.commonUpdatePayoutRestReqSchema;
8919
8985
  exports.commonUpdatePayoutTargetDetailRestReqSchema = __webpack_exports__.commonUpdatePayoutTargetDetailRestReqSchema;
8920
8986
  exports.confirmPayoutBankFileProcessedRestReqSchema = __webpack_exports__.confirmPayoutBankFileProcessedRestReqSchema;
8987
+ exports.createCmaClosureRequestRestReqSchema = __webpack_exports__.createCmaClosureRequestRestReqSchema;
8921
8988
  exports.createCmaReconciliationRestReqSchema = __webpack_exports__.createCmaReconciliationRestReqSchema;
8922
8989
  exports.createCmaRequestRestReqSchema = __webpack_exports__.createCmaRequestRestReqSchema;
8923
8990
  exports.createCmaRestReqSchema = __webpack_exports__.createCmaRestReqSchema;
@@ -9050,6 +9117,7 @@ exports.refundPayoutProvisionDataEntitySchema = __webpack_exports__.refundPayout
9050
9117
  exports.refundPayoutRestResSchema = __webpack_exports__.refundPayoutRestResSchema;
9051
9118
  exports.refundPayoutSourceDetailEntitySchema = __webpack_exports__.refundPayoutSourceDetailEntitySchema;
9052
9119
  exports.refundPayoutTargetDetailEntitySchema = __webpack_exports__.refundPayoutTargetDetailEntitySchema;
9120
+ exports.rejectCmaClosureRequestRestReqSchema = __webpack_exports__.rejectCmaClosureRequestRestReqSchema;
9053
9121
  exports.rejectCmaRequestRestReqSchema = __webpack_exports__.rejectCmaRequestRestReqSchema;
9054
9122
  exports.safeParseDateFromStr = __webpack_exports__.safeParseDateFromStr;
9055
9123
  exports.settlementPayoutPaymentEntitySchema = __webpack_exports__.settlementPayoutPaymentEntitySchema;
@@ -9063,6 +9131,7 @@ exports.stateCodeSchema = __webpack_exports__.stateCodeSchema;
9063
9131
  exports.statusFilterSchema = __webpack_exports__.statusFilterSchema;
9064
9132
  exports.statusNullableFilterSchema = __webpack_exports__.statusNullableFilterSchema;
9065
9133
  exports.stringFilterSchema = __webpack_exports__.stringFilterSchema;
9134
+ exports.stringNullSchema = __webpack_exports__.stringNullSchema;
9066
9135
  exports.stringNullableFilterSchema = __webpack_exports__.stringNullableFilterSchema;
9067
9136
  exports.stringToBoolSchema = __webpack_exports__.stringToBoolSchema;
9068
9137
  exports.stringToDateSchema = __webpack_exports__.stringToDateSchema;
@@ -9171,6 +9240,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
9171
9240
  "accountNumberMaskedSchema",
9172
9241
  "accountNumberValidationSchema",
9173
9242
  "allocateMtaToProjectRestReqSchema",
9243
+ "approveCmaClosureRequestRestReqSchema",
9174
9244
  "approveCmaRequestRestReqSchema",
9175
9245
  "approveMtaAllocationRestReqSchema",
9176
9246
  "assignUnknownReceiptToPropertyRestReqSchema",
@@ -9197,6 +9267,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
9197
9267
  "cmaAccountPeriodRestResBaseSchema",
9198
9268
  "cmaAccountPeriodRestResSchema",
9199
9269
  "cmaClosedAccountPeriodRestResSchema",
9270
+ "cmaClosureRequestEntitySchema",
9200
9271
  "cmaCreationRequestEntitySchema",
9201
9272
  "cmaEntitySchema",
9202
9273
  "cmaReconciledTransactionEntitySchema",
@@ -9219,6 +9290,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
9219
9290
  "commonUpdatePayoutRestReqSchema",
9220
9291
  "commonUpdatePayoutTargetDetailRestReqSchema",
9221
9292
  "confirmPayoutBankFileProcessedRestReqSchema",
9293
+ "createCmaClosureRequestRestReqSchema",
9222
9294
  "createCmaReconciliationRestReqSchema",
9223
9295
  "createCmaRequestRestReqSchema",
9224
9296
  "createCmaRestReqSchema",
@@ -9351,6 +9423,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
9351
9423
  "refundPayoutRestResSchema",
9352
9424
  "refundPayoutSourceDetailEntitySchema",
9353
9425
  "refundPayoutTargetDetailEntitySchema",
9426
+ "rejectCmaClosureRequestRestReqSchema",
9354
9427
  "rejectCmaRequestRestReqSchema",
9355
9428
  "safeParseDateFromStr",
9356
9429
  "settlementPayoutPaymentEntitySchema",
@@ -9364,6 +9437,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
9364
9437
  "statusFilterSchema",
9365
9438
  "statusNullableFilterSchema",
9366
9439
  "stringFilterSchema",
9440
+ "stringNullSchema",
9367
9441
  "stringNullableFilterSchema",
9368
9442
  "stringToBoolSchema",
9369
9443
  "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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO/B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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"}
@@ -0,0 +1,3 @@
1
+ export * from './cma-closure-request.entity.schema';
2
+ export * from './cma-closure-request.rest.schema';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-closure-request/index.ts"],"names":[],"mappings":"AAEA,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC"}
@@ -1250,9 +1250,11 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1250
1250
  status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
1251
1251
  readonly ACTIVE: "active";
1252
1252
  readonly INACTIVE: "inactive";
1253
+ readonly CLOSED: "closed";
1253
1254
  }>]>, z.ZodEnum<{
1254
1255
  readonly ACTIVE: "active";
1255
1256
  readonly INACTIVE: "inactive";
1257
+ readonly CLOSED: "closed";
1256
1258
  }>>;
1257
1259
  readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
1258
1260
  cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1 +1 @@
1
- {"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
1
+ {"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}