@mikemo-coposit/am-accounting-shared 0.0.12 → 0.0.13

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 (43) hide show
  1. package/dist/cjs/index.js +67 -50
  2. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -24
  3. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +8 -8
  4. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +24 -24
  5. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +8 -8
  6. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -156
  7. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +448 -448
  8. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +36 -36
  9. package/dist/cjs/schemas/property/property.rest.schema.d.ts +16 -16
  10. package/dist/cjs/schemas/report/index.d.ts +2 -0
  11. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  12. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +34 -0
  13. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  14. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +30 -0
  15. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  16. package/dist/cjs/utils/mask-string.util.d.ts +9 -0
  17. package/dist/cjs/utils/mask-string.util.d.ts.map +1 -1
  18. package/dist/cjs/utils/payment-credential-generate.util.d.ts +21 -0
  19. package/dist/cjs/utils/payment-credential-generate.util.d.ts.map +1 -1
  20. package/dist/cjs/utils/property.util.d.ts +13 -1
  21. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  22. package/dist/esm/index.mjs +42 -31
  23. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -24
  24. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +8 -8
  25. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +24 -24
  26. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +8 -8
  27. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -156
  28. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +448 -448
  29. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +36 -36
  30. package/dist/esm/schemas/property/property.rest.schema.d.ts +16 -16
  31. package/dist/esm/schemas/report/index.d.ts +2 -0
  32. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  33. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +34 -0
  34. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  35. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +30 -0
  36. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  37. package/dist/esm/utils/mask-string.util.d.ts +9 -0
  38. package/dist/esm/utils/mask-string.util.d.ts.map +1 -1
  39. package/dist/esm/utils/payment-credential-generate.util.d.ts +21 -0
  40. package/dist/esm/utils/payment-credential-generate.util.d.ts.map +1 -1
  41. package/dist/esm/utils/property.util.d.ts +13 -1
  42. package/dist/esm/utils/property.util.d.ts.map +1 -1
  43. package/package.json +1 -1
@@ -316,7 +316,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
316
316
  firstName?: string | null | undefined;
317
317
  lastName?: string | null | undefined;
318
318
  } | null | undefined;
319
- } & any, "cma"> | null | undefined;
319
+ } & /*elided*/ any, "cma"> | null | undefined;
320
320
  subsequentTransactions?: Omit<{
321
321
  status: "clearing" | "cleared" | "reconciled";
322
322
  id: string;
@@ -408,7 +408,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
408
408
  firstName?: string | null | undefined;
409
409
  lastName?: string | null | undefined;
410
410
  } | null | undefined;
411
- } & any, "cma">[] | null | undefined;
411
+ } & /*elided*/ any, "cma">[] | null | undefined;
412
412
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
413
413
  isReceipt?: boolean | null | undefined;
414
414
  isPayment?: boolean | null | undefined;
@@ -601,7 +601,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
601
601
  firstName?: string | null | undefined;
602
602
  lastName?: string | null | undefined;
603
603
  } | null | undefined;
604
- } & any) | null | undefined;
604
+ } & /*elided*/ any) | null | undefined;
605
605
  subsequentTransactions?: ({
606
606
  status: string;
607
607
  id: string;
@@ -693,7 +693,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
693
693
  firstName?: string | null | undefined;
694
694
  lastName?: string | null | undefined;
695
695
  } | null | undefined;
696
- } & any)[] | null | undefined;
696
+ } & /*elided*/ any)[] | null | undefined;
697
697
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
698
698
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
699
699
  }>, "many">>>>;
@@ -882,7 +882,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
882
882
  firstName?: string | null | undefined;
883
883
  lastName?: string | null | undefined;
884
884
  } | null | undefined;
885
- } & any, "cma"> | null | undefined;
885
+ } & /*elided*/ any, "cma"> | null | undefined;
886
886
  subsequentTransactions?: Omit<{
887
887
  status: "clearing" | "cleared" | "reconciled";
888
888
  id: string;
@@ -974,7 +974,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
974
974
  firstName?: string | null | undefined;
975
975
  lastName?: string | null | undefined;
976
976
  } | null | undefined;
977
- } & any, "cma">[] | null | undefined;
977
+ } & /*elided*/ any, "cma">[] | null | undefined;
978
978
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
979
979
  isReceipt?: boolean | null | undefined;
980
980
  isPayment?: boolean | null | undefined;
@@ -1167,7 +1167,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1167
1167
  firstName?: string | null | undefined;
1168
1168
  lastName?: string | null | undefined;
1169
1169
  } | null | undefined;
1170
- } & any) | null | undefined;
1170
+ } & /*elided*/ any) | null | undefined;
1171
1171
  subsequentTransactions?: ({
1172
1172
  status: string;
1173
1173
  id: string;
@@ -1259,7 +1259,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1259
1259
  firstName?: string | null | undefined;
1260
1260
  lastName?: string | null | undefined;
1261
1261
  } | null | undefined;
1262
- } & any)[] | null | undefined;
1262
+ } & /*elided*/ any)[] | null | undefined;
1263
1263
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
1264
1264
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
1265
1265
  }>, "many">>>>;
@@ -1450,7 +1450,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1450
1450
  firstName?: string | null | undefined;
1451
1451
  lastName?: string | null | undefined;
1452
1452
  } | null | undefined;
1453
- } & any, "cma"> | null | undefined;
1453
+ } & /*elided*/ any, "cma"> | null | undefined;
1454
1454
  subsequentTransactions?: Omit<{
1455
1455
  status: "clearing" | "cleared" | "reconciled";
1456
1456
  id: string;
@@ -1542,7 +1542,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1542
1542
  firstName?: string | null | undefined;
1543
1543
  lastName?: string | null | undefined;
1544
1544
  } | null | undefined;
1545
- } & any, "cma">[] | null | undefined;
1545
+ } & /*elided*/ any, "cma">[] | null | undefined;
1546
1546
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
1547
1547
  isReceipt?: boolean | null | undefined;
1548
1548
  isPayment?: boolean | null | undefined;
@@ -1736,7 +1736,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1736
1736
  firstName?: string | null | undefined;
1737
1737
  lastName?: string | null | undefined;
1738
1738
  } | null | undefined;
1739
- } & any, "cma"> | null | undefined;
1739
+ } & /*elided*/ any, "cma"> | null | undefined;
1740
1740
  subsequentTransactions?: Omit<{
1741
1741
  status: "clearing" | "cleared" | "reconciled";
1742
1742
  id: string;
@@ -1828,7 +1828,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1828
1828
  firstName?: string | null | undefined;
1829
1829
  lastName?: string | null | undefined;
1830
1830
  } | null | undefined;
1831
- } & any, "cma">[] | null | undefined;
1831
+ } & /*elided*/ any, "cma">[] | null | undefined;
1832
1832
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
1833
1833
  isReceipt?: boolean | null | undefined;
1834
1834
  isPayment?: boolean | null | undefined;
@@ -2025,7 +2025,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2025
2025
  firstName?: string | null | undefined;
2026
2026
  lastName?: string | null | undefined;
2027
2027
  } | null | undefined;
2028
- } & any) | null | undefined;
2028
+ } & /*elided*/ any) | null | undefined;
2029
2029
  subsequentTransactions?: ({
2030
2030
  status: string;
2031
2031
  id: string;
@@ -2117,7 +2117,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2117
2117
  firstName?: string | null | undefined;
2118
2118
  lastName?: string | null | undefined;
2119
2119
  } | null | undefined;
2120
- } & any)[] | null | undefined;
2120
+ } & /*elided*/ any)[] | null | undefined;
2121
2121
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2122
2122
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2123
2123
  })[] | null | undefined;
@@ -2305,7 +2305,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2305
2305
  firstName?: string | null | undefined;
2306
2306
  lastName?: string | null | undefined;
2307
2307
  } | null | undefined;
2308
- } & any) | null | undefined;
2308
+ } & /*elided*/ any) | null | undefined;
2309
2309
  subsequentTransactions?: ({
2310
2310
  status: string;
2311
2311
  id: string;
@@ -2397,7 +2397,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2397
2397
  firstName?: string | null | undefined;
2398
2398
  lastName?: string | null | undefined;
2399
2399
  } | null | undefined;
2400
- } & any)[] | null | undefined;
2400
+ } & /*elided*/ any)[] | null | undefined;
2401
2401
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2402
2402
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2403
2403
  })[] | null | undefined;
@@ -2611,7 +2611,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2611
2611
  firstName?: string | null | undefined;
2612
2612
  lastName?: string | null | undefined;
2613
2613
  } | null | undefined;
2614
- } & any, "cma"> | null | undefined;
2614
+ } & /*elided*/ any, "cma"> | null | undefined;
2615
2615
  subsequentTransactions?: Omit<{
2616
2616
  status: "clearing" | "cleared" | "reconciled";
2617
2617
  id: string;
@@ -2703,7 +2703,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2703
2703
  firstName?: string | null | undefined;
2704
2704
  lastName?: string | null | undefined;
2705
2705
  } | null | undefined;
2706
- } & any, "cma">[] | null | undefined;
2706
+ } & /*elided*/ any, "cma">[] | null | undefined;
2707
2707
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2708
2708
  isReceipt?: boolean | null | undefined;
2709
2709
  isPayment?: boolean | null | undefined;
@@ -2897,7 +2897,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2897
2897
  firstName?: string | null | undefined;
2898
2898
  lastName?: string | null | undefined;
2899
2899
  } | null | undefined;
2900
- } & any, "cma"> | null | undefined;
2900
+ } & /*elided*/ any, "cma"> | null | undefined;
2901
2901
  subsequentTransactions?: Omit<{
2902
2902
  status: "clearing" | "cleared" | "reconciled";
2903
2903
  id: string;
@@ -2989,7 +2989,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2989
2989
  firstName?: string | null | undefined;
2990
2990
  lastName?: string | null | undefined;
2991
2991
  } | null | undefined;
2992
- } & any, "cma">[] | null | undefined;
2992
+ } & /*elided*/ any, "cma">[] | null | undefined;
2993
2993
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2994
2994
  isReceipt?: boolean | null | undefined;
2995
2995
  isPayment?: boolean | null | undefined;
@@ -3232,7 +3232,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3232
3232
  firstName?: string | null | undefined;
3233
3233
  lastName?: string | null | undefined;
3234
3234
  } | null | undefined;
3235
- } & any) | null | undefined;
3235
+ } & /*elided*/ any) | null | undefined;
3236
3236
  subsequentTransactions?: ({
3237
3237
  status: string;
3238
3238
  id: string;
@@ -3324,7 +3324,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3324
3324
  firstName?: string | null | undefined;
3325
3325
  lastName?: string | null | undefined;
3326
3326
  } | null | undefined;
3327
- } & any)[] | null | undefined;
3327
+ } & /*elided*/ any)[] | null | undefined;
3328
3328
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
3329
3329
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
3330
3330
  })[] | null | undefined;
@@ -3512,7 +3512,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3512
3512
  firstName?: string | null | undefined;
3513
3513
  lastName?: string | null | undefined;
3514
3514
  } | null | undefined;
3515
- } & any) | null | undefined;
3515
+ } & /*elided*/ any) | null | undefined;
3516
3516
  subsequentTransactions?: ({
3517
3517
  status: string;
3518
3518
  id: string;
@@ -3604,7 +3604,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3604
3604
  firstName?: string | null | undefined;
3605
3605
  lastName?: string | null | undefined;
3606
3606
  } | null | undefined;
3607
- } & any)[] | null | undefined;
3607
+ } & /*elided*/ any)[] | null | undefined;
3608
3608
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
3609
3609
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
3610
3610
  })[] | null | undefined;
@@ -195,7 +195,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
195
195
  firstName?: string | null | undefined;
196
196
  lastName?: string | null | undefined;
197
197
  } | null | undefined;
198
- } & any, "cma"> | null | undefined;
198
+ } & /*elided*/ any, "cma"> | null | undefined;
199
199
  subsequentTransactions?: Omit<{
200
200
  status: "clearing" | "cleared" | "reconciled";
201
201
  id: string;
@@ -287,7 +287,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
287
287
  firstName?: string | null | undefined;
288
288
  lastName?: string | null | undefined;
289
289
  } | null | undefined;
290
- } & any, "cma">[] | null | undefined;
290
+ } & /*elided*/ any, "cma">[] | null | undefined;
291
291
  reconciledTransactions?: z.output<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
292
292
  isReceipt?: boolean | null | undefined;
293
293
  isPayment?: boolean | null | undefined;
@@ -480,7 +480,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
480
480
  firstName?: string | null | undefined;
481
481
  lastName?: string | null | undefined;
482
482
  } | null | undefined;
483
- } & any) | null | undefined;
483
+ } & /*elided*/ any) | null | undefined;
484
484
  subsequentTransactions?: ({
485
485
  status: string;
486
486
  id: string;
@@ -572,7 +572,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
572
572
  firstName?: string | null | undefined;
573
573
  lastName?: string | null | undefined;
574
574
  } | null | undefined;
575
- } & any)[] | null | undefined;
575
+ } & /*elided*/ any)[] | null | undefined;
576
576
  reconciledTransactions?: z.input<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
577
577
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
578
578
  }>>>;
@@ -1750,7 +1750,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1750
1750
  firstName?: string | null | undefined;
1751
1751
  lastName?: string | null | undefined;
1752
1752
  } | null | undefined;
1753
- } & any, "cma"> | null | undefined;
1753
+ } & /*elided*/ any, "cma"> | null | undefined;
1754
1754
  subsequentTransactions?: Omit<{
1755
1755
  status: "clearing" | "cleared" | "reconciled";
1756
1756
  id: string;
@@ -1842,7 +1842,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1842
1842
  firstName?: string | null | undefined;
1843
1843
  lastName?: string | null | undefined;
1844
1844
  } | null | undefined;
1845
- } & any, "cma">[] | null | undefined;
1845
+ } & /*elided*/ any, "cma">[] | null | undefined;
1846
1846
  reconciledTransactions?: z.output<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
1847
1847
  isReceipt?: boolean | null | undefined;
1848
1848
  isPayment?: boolean | null | undefined;
@@ -2137,7 +2137,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2137
2137
  firstName?: string | null | undefined;
2138
2138
  lastName?: string | null | undefined;
2139
2139
  } | null | undefined;
2140
- } & any) | null | undefined;
2140
+ } & /*elided*/ any) | null | undefined;
2141
2141
  subsequentTransactions?: ({
2142
2142
  status: string;
2143
2143
  id: string;
@@ -2229,7 +2229,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2229
2229
  firstName?: string | null | undefined;
2230
2230
  lastName?: string | null | undefined;
2231
2231
  } | null | undefined;
2232
- } & any)[] | null | undefined;
2232
+ } & /*elided*/ any)[] | null | undefined;
2233
2233
  reconciledTransactions?: z.input<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
2234
2234
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2235
2235
  }) | undefined;
@@ -318,7 +318,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
318
318
  firstName?: string | null | undefined;
319
319
  lastName?: string | null | undefined;
320
320
  } | null | undefined;
321
- } & any) | null | undefined;
321
+ } & /*elided*/ any) | null | undefined;
322
322
  subsequentTransactions?: ({
323
323
  status: "clearing" | "cleared" | "reconciled";
324
324
  id: string;
@@ -411,7 +411,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
411
411
  firstName?: string | null | undefined;
412
412
  lastName?: string | null | undefined;
413
413
  } | null | undefined;
414
- } & any)[] | null | undefined;
414
+ } & /*elided*/ any)[] | null | undefined;
415
415
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
416
416
  isReceipt?: boolean | null | undefined;
417
417
  isPayment?: boolean | null | undefined;
@@ -608,7 +608,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
608
608
  firstName?: string | null | undefined;
609
609
  lastName?: string | null | undefined;
610
610
  } | null | undefined;
611
- } & any) | null | undefined;
611
+ } & /*elided*/ any) | null | undefined;
612
612
  subsequentTransactions?: ({
613
613
  status: string;
614
614
  id: string;
@@ -701,7 +701,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
701
701
  firstName?: string | null | undefined;
702
702
  lastName?: string | null | undefined;
703
703
  } | null | undefined;
704
- } & any)[] | null | undefined;
704
+ } & /*elided*/ any)[] | null | undefined;
705
705
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
706
706
  }>, "many">>>>;
707
707
  unreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
@@ -891,7 +891,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
891
891
  firstName?: string | null | undefined;
892
892
  lastName?: string | null | undefined;
893
893
  } | null | undefined;
894
- } & any) | null | undefined;
894
+ } & /*elided*/ any) | null | undefined;
895
895
  subsequentTransactions?: ({
896
896
  status: "clearing" | "cleared" | "reconciled";
897
897
  id: string;
@@ -984,7 +984,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
984
984
  firstName?: string | null | undefined;
985
985
  lastName?: string | null | undefined;
986
986
  } | null | undefined;
987
- } & any)[] | null | undefined;
987
+ } & /*elided*/ any)[] | null | undefined;
988
988
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
989
989
  isReceipt?: boolean | null | undefined;
990
990
  isPayment?: boolean | null | undefined;
@@ -1181,7 +1181,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1181
1181
  firstName?: string | null | undefined;
1182
1182
  lastName?: string | null | undefined;
1183
1183
  } | null | undefined;
1184
- } & any) | null | undefined;
1184
+ } & /*elided*/ any) | null | undefined;
1185
1185
  subsequentTransactions?: ({
1186
1186
  status: string;
1187
1187
  id: string;
@@ -1274,7 +1274,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1274
1274
  firstName?: string | null | undefined;
1275
1275
  lastName?: string | null | undefined;
1276
1276
  } | null | undefined;
1277
- } & any)[] | null | undefined;
1277
+ } & /*elided*/ any)[] | null | undefined;
1278
1278
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1279
1279
  }>, "many">>>>;
1280
1280
  }, "strip", z.ZodTypeAny, {
@@ -1466,7 +1466,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1466
1466
  firstName?: string | null | undefined;
1467
1467
  lastName?: string | null | undefined;
1468
1468
  } | null | undefined;
1469
- } & any) | null | undefined;
1469
+ } & /*elided*/ any) | null | undefined;
1470
1470
  subsequentTransactions?: ({
1471
1471
  status: "clearing" | "cleared" | "reconciled";
1472
1472
  id: string;
@@ -1559,7 +1559,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1559
1559
  firstName?: string | null | undefined;
1560
1560
  lastName?: string | null | undefined;
1561
1561
  } | null | undefined;
1562
- } & any)[] | null | undefined;
1562
+ } & /*elided*/ any)[] | null | undefined;
1563
1563
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1564
1564
  isReceipt?: boolean | null | undefined;
1565
1565
  isPayment?: boolean | null | undefined;
@@ -1757,7 +1757,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1757
1757
  firstName?: string | null | undefined;
1758
1758
  lastName?: string | null | undefined;
1759
1759
  } | null | undefined;
1760
- } & any) | null | undefined;
1760
+ } & /*elided*/ any) | null | undefined;
1761
1761
  subsequentTransactions?: ({
1762
1762
  status: "clearing" | "cleared" | "reconciled";
1763
1763
  id: string;
@@ -1850,7 +1850,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1850
1850
  firstName?: string | null | undefined;
1851
1851
  lastName?: string | null | undefined;
1852
1852
  } | null | undefined;
1853
- } & any)[] | null | undefined;
1853
+ } & /*elided*/ any)[] | null | undefined;
1854
1854
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1855
1855
  isReceipt?: boolean | null | undefined;
1856
1856
  isPayment?: boolean | null | undefined;
@@ -2051,7 +2051,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2051
2051
  firstName?: string | null | undefined;
2052
2052
  lastName?: string | null | undefined;
2053
2053
  } | null | undefined;
2054
- } & any) | null | undefined;
2054
+ } & /*elided*/ any) | null | undefined;
2055
2055
  subsequentTransactions?: ({
2056
2056
  status: string;
2057
2057
  id: string;
@@ -2144,7 +2144,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2144
2144
  firstName?: string | null | undefined;
2145
2145
  lastName?: string | null | undefined;
2146
2146
  } | null | undefined;
2147
- } & any)[] | null | undefined;
2147
+ } & /*elided*/ any)[] | null | undefined;
2148
2148
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2149
2149
  })[] | null | undefined;
2150
2150
  unreconciledTransactions?: ({
@@ -2333,7 +2333,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2333
2333
  firstName?: string | null | undefined;
2334
2334
  lastName?: string | null | undefined;
2335
2335
  } | null | undefined;
2336
- } & any) | null | undefined;
2336
+ } & /*elided*/ any) | null | undefined;
2337
2337
  subsequentTransactions?: ({
2338
2338
  status: string;
2339
2339
  id: string;
@@ -2426,7 +2426,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2426
2426
  firstName?: string | null | undefined;
2427
2427
  lastName?: string | null | undefined;
2428
2428
  } | null | undefined;
2429
- } & any)[] | null | undefined;
2429
+ } & /*elided*/ any)[] | null | undefined;
2430
2430
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2431
2431
  })[] | null | undefined;
2432
2432
  }>;
@@ -2641,7 +2641,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2641
2641
  firstName?: string | null | undefined;
2642
2642
  lastName?: string | null | undefined;
2643
2643
  } | null | undefined;
2644
- } & any) | null | undefined;
2644
+ } & /*elided*/ any) | null | undefined;
2645
2645
  subsequentTransactions?: ({
2646
2646
  status: "clearing" | "cleared" | "reconciled";
2647
2647
  id: string;
@@ -2734,7 +2734,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2734
2734
  firstName?: string | null | undefined;
2735
2735
  lastName?: string | null | undefined;
2736
2736
  } | null | undefined;
2737
- } & any)[] | null | undefined;
2737
+ } & /*elided*/ any)[] | null | undefined;
2738
2738
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2739
2739
  isReceipt?: boolean | null | undefined;
2740
2740
  isPayment?: boolean | null | undefined;
@@ -2932,7 +2932,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2932
2932
  firstName?: string | null | undefined;
2933
2933
  lastName?: string | null | undefined;
2934
2934
  } | null | undefined;
2935
- } & any) | null | undefined;
2935
+ } & /*elided*/ any) | null | undefined;
2936
2936
  subsequentTransactions?: ({
2937
2937
  status: "clearing" | "cleared" | "reconciled";
2938
2938
  id: string;
@@ -3025,7 +3025,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3025
3025
  firstName?: string | null | undefined;
3026
3026
  lastName?: string | null | undefined;
3027
3027
  } | null | undefined;
3028
- } & any)[] | null | undefined;
3028
+ } & /*elided*/ any)[] | null | undefined;
3029
3029
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3030
3030
  isReceipt?: boolean | null | undefined;
3031
3031
  isPayment?: boolean | null | undefined;
@@ -3272,7 +3272,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3272
3272
  firstName?: string | null | undefined;
3273
3273
  lastName?: string | null | undefined;
3274
3274
  } | null | undefined;
3275
- } & any) | null | undefined;
3275
+ } & /*elided*/ any) | null | undefined;
3276
3276
  subsequentTransactions?: ({
3277
3277
  status: string;
3278
3278
  id: string;
@@ -3365,7 +3365,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3365
3365
  firstName?: string | null | undefined;
3366
3366
  lastName?: string | null | undefined;
3367
3367
  } | null | undefined;
3368
- } & any)[] | null | undefined;
3368
+ } & /*elided*/ any)[] | null | undefined;
3369
3369
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3370
3370
  })[] | null | undefined;
3371
3371
  unreconciledTransactions?: ({
@@ -3554,7 +3554,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3554
3554
  firstName?: string | null | undefined;
3555
3555
  lastName?: string | null | undefined;
3556
3556
  } | null | undefined;
3557
- } & any) | null | undefined;
3557
+ } & /*elided*/ any) | null | undefined;
3558
3558
  subsequentTransactions?: ({
3559
3559
  status: string;
3560
3560
  id: string;
@@ -3647,7 +3647,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3647
3647
  firstName?: string | null | undefined;
3648
3648
  lastName?: string | null | undefined;
3649
3649
  } | null | undefined;
3650
- } & any)[] | null | undefined;
3650
+ } & /*elided*/ any)[] | null | undefined;
3651
3651
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3652
3652
  })[] | null | undefined;
3653
3653
  };
@@ -197,7 +197,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
197
197
  firstName?: string | null | undefined;
198
198
  lastName?: string | null | undefined;
199
199
  } | null | undefined;
200
- } & any) | null | undefined;
200
+ } & /*elided*/ any) | null | undefined;
201
201
  subsequentTransactions?: ({
202
202
  status: "clearing" | "cleared" | "reconciled";
203
203
  id: string;
@@ -290,7 +290,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
290
290
  firstName?: string | null | undefined;
291
291
  lastName?: string | null | undefined;
292
292
  } | null | undefined;
293
- } & any)[] | null | undefined;
293
+ } & /*elided*/ any)[] | null | undefined;
294
294
  reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
295
295
  isReceipt?: boolean | null | undefined;
296
296
  isPayment?: boolean | null | undefined;
@@ -487,7 +487,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
487
487
  firstName?: string | null | undefined;
488
488
  lastName?: string | null | undefined;
489
489
  } | null | undefined;
490
- } & any) | null | undefined;
490
+ } & /*elided*/ any) | null | undefined;
491
491
  subsequentTransactions?: ({
492
492
  status: string;
493
493
  id: string;
@@ -580,7 +580,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
580
580
  firstName?: string | null | undefined;
581
581
  lastName?: string | null | undefined;
582
582
  } | null | undefined;
583
- } & any)[] | null | undefined;
583
+ } & /*elided*/ any)[] | null | undefined;
584
584
  reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
585
585
  }>>>;
586
586
  accountPeriod: z.ZodOptional<z.ZodLazy<z.ZodObject<{
@@ -1460,7 +1460,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
1460
1460
  firstName?: string | null | undefined;
1461
1461
  lastName?: string | null | undefined;
1462
1462
  } | null | undefined;
1463
- } & any) | null | undefined;
1463
+ } & /*elided*/ any) | null | undefined;
1464
1464
  subsequentTransactions?: ({
1465
1465
  status: "clearing" | "cleared" | "reconciled";
1466
1466
  id: string;
@@ -1553,7 +1553,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
1553
1553
  firstName?: string | null | undefined;
1554
1554
  lastName?: string | null | undefined;
1555
1555
  } | null | undefined;
1556
- } & any)[] | null | undefined;
1556
+ } & /*elided*/ any)[] | null | undefined;
1557
1557
  reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
1558
1558
  isReceipt?: boolean | null | undefined;
1559
1559
  isPayment?: boolean | null | undefined;
@@ -1868,7 +1868,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
1868
1868
  firstName?: string | null | undefined;
1869
1869
  lastName?: string | null | undefined;
1870
1870
  } | null | undefined;
1871
- } & any) | null | undefined;
1871
+ } & /*elided*/ any) | null | undefined;
1872
1872
  subsequentTransactions?: ({
1873
1873
  status: string;
1874
1874
  id: string;
@@ -1961,7 +1961,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
1961
1961
  firstName?: string | null | undefined;
1962
1962
  lastName?: string | null | undefined;
1963
1963
  } | null | undefined;
1964
- } & any)[] | null | undefined;
1964
+ } & /*elided*/ any)[] | null | undefined;
1965
1965
  reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
1966
1966
  }) | undefined;
1967
1967
  accountPeriod?: {