@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
@@ -254,7 +254,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
254
254
  firstName?: string | null | undefined;
255
255
  lastName?: string | null | undefined;
256
256
  } | null | undefined;
257
- } & any) | null | undefined;
257
+ } & /*elided*/ any) | null | undefined;
258
258
  subsequentTransactions?: ({
259
259
  status: "clearing" | "cleared" | "reconciled";
260
260
  id: string;
@@ -347,7 +347,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
347
347
  firstName?: string | null | undefined;
348
348
  lastName?: string | null | undefined;
349
349
  } | null | undefined;
350
- } & any)[] | null | undefined;
350
+ } & /*elided*/ any)[] | null | undefined;
351
351
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
352
352
  isReceipt?: boolean | null | undefined;
353
353
  isPayment?: boolean | null | undefined;
@@ -544,7 +544,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
544
544
  firstName?: string | null | undefined;
545
545
  lastName?: string | null | undefined;
546
546
  } | null | undefined;
547
- } & any) | null | undefined;
547
+ } & /*elided*/ any) | null | undefined;
548
548
  subsequentTransactions?: ({
549
549
  status: string;
550
550
  id: string;
@@ -637,7 +637,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
637
637
  firstName?: string | null | undefined;
638
638
  lastName?: string | null | undefined;
639
639
  } | null | undefined;
640
- } & any)[] | null | undefined;
640
+ } & /*elided*/ any)[] | null | undefined;
641
641
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
642
642
  }>>>>;
643
643
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -895,7 +895,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
895
895
  firstName?: string | null | undefined;
896
896
  lastName?: string | null | undefined;
897
897
  } | null | undefined;
898
- } & any) | null | undefined;
898
+ } & /*elided*/ any) | null | undefined;
899
899
  subsequentTransactions?: ({
900
900
  status: "clearing" | "cleared" | "reconciled";
901
901
  id: string;
@@ -988,7 +988,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
988
988
  firstName?: string | null | undefined;
989
989
  lastName?: string | null | undefined;
990
990
  } | null | undefined;
991
- } & any)[] | null | undefined;
991
+ } & /*elided*/ any)[] | null | undefined;
992
992
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
993
993
  isReceipt?: boolean | null | undefined;
994
994
  isPayment?: boolean | null | undefined;
@@ -1185,7 +1185,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1185
1185
  firstName?: string | null | undefined;
1186
1186
  lastName?: string | null | undefined;
1187
1187
  } | null | undefined;
1188
- } & any) | null | undefined;
1188
+ } & /*elided*/ any) | null | undefined;
1189
1189
  subsequentTransactions?: ({
1190
1190
  status: string;
1191
1191
  id: string;
@@ -1278,7 +1278,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1278
1278
  firstName?: string | null | undefined;
1279
1279
  lastName?: string | null | undefined;
1280
1280
  } | null | undefined;
1281
- } & any)[] | null | undefined;
1281
+ } & /*elided*/ any)[] | null | undefined;
1282
1282
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1283
1283
  }>>>>;
1284
1284
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -1536,7 +1536,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1536
1536
  firstName?: string | null | undefined;
1537
1537
  lastName?: string | null | undefined;
1538
1538
  } | null | undefined;
1539
- } & any) | null | undefined;
1539
+ } & /*elided*/ any) | null | undefined;
1540
1540
  subsequentTransactions?: ({
1541
1541
  status: "clearing" | "cleared" | "reconciled";
1542
1542
  id: string;
@@ -1629,7 +1629,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1629
1629
  firstName?: string | null | undefined;
1630
1630
  lastName?: string | null | undefined;
1631
1631
  } | null | undefined;
1632
- } & any)[] | null | undefined;
1632
+ } & /*elided*/ any)[] | null | undefined;
1633
1633
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1634
1634
  isReceipt?: boolean | null | undefined;
1635
1635
  isPayment?: boolean | null | undefined;
@@ -1826,7 +1826,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1826
1826
  firstName?: string | null | undefined;
1827
1827
  lastName?: string | null | undefined;
1828
1828
  } | null | undefined;
1829
- } & any) | null | undefined;
1829
+ } & /*elided*/ any) | null | undefined;
1830
1830
  subsequentTransactions?: ({
1831
1831
  status: string;
1832
1832
  id: string;
@@ -1919,7 +1919,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1919
1919
  firstName?: string | null | undefined;
1920
1920
  lastName?: string | null | undefined;
1921
1921
  } | null | undefined;
1922
- } & any)[] | null | undefined;
1922
+ } & /*elided*/ any)[] | null | undefined;
1923
1923
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1924
1924
  }>>>>;
1925
1925
  }, z.ZodTypeAny, "passthrough">>;
@@ -4295,7 +4295,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4295
4295
  firstName?: string | null | undefined;
4296
4296
  lastName?: string | null | undefined;
4297
4297
  } | null | undefined;
4298
- } & any) | null | undefined;
4298
+ } & /*elided*/ any) | null | undefined;
4299
4299
  subsequentTransactions?: ({
4300
4300
  status: "clearing" | "cleared" | "reconciled";
4301
4301
  id: string;
@@ -4388,7 +4388,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4388
4388
  firstName?: string | null | undefined;
4389
4389
  lastName?: string | null | undefined;
4390
4390
  } | null | undefined;
4391
- } & any)[] | null | undefined;
4391
+ } & /*elided*/ any)[] | null | undefined;
4392
4392
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
4393
4393
  isReceipt?: boolean | null | undefined;
4394
4394
  isPayment?: boolean | null | undefined;
@@ -4585,7 +4585,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4585
4585
  firstName?: string | null | undefined;
4586
4586
  lastName?: string | null | undefined;
4587
4587
  } | null | undefined;
4588
- } & any) | null | undefined;
4588
+ } & /*elided*/ any) | null | undefined;
4589
4589
  subsequentTransactions?: ({
4590
4590
  status: string;
4591
4591
  id: string;
@@ -4678,7 +4678,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4678
4678
  firstName?: string | null | undefined;
4679
4679
  lastName?: string | null | undefined;
4680
4680
  } | null | undefined;
4681
- } & any)[] | null | undefined;
4681
+ } & /*elided*/ any)[] | null | undefined;
4682
4682
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
4683
4683
  }>>>>;
4684
4684
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -4936,7 +4936,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4936
4936
  firstName?: string | null | undefined;
4937
4937
  lastName?: string | null | undefined;
4938
4938
  } | null | undefined;
4939
- } & any) | null | undefined;
4939
+ } & /*elided*/ any) | null | undefined;
4940
4940
  subsequentTransactions?: ({
4941
4941
  status: "clearing" | "cleared" | "reconciled";
4942
4942
  id: string;
@@ -5029,7 +5029,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
5029
5029
  firstName?: string | null | undefined;
5030
5030
  lastName?: string | null | undefined;
5031
5031
  } | null | undefined;
5032
- } & any)[] | null | undefined;
5032
+ } & /*elided*/ any)[] | null | undefined;
5033
5033
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
5034
5034
  isReceipt?: boolean | null | undefined;
5035
5035
  isPayment?: boolean | null | undefined;
@@ -5226,7 +5226,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
5226
5226
  firstName?: string | null | undefined;
5227
5227
  lastName?: string | null | undefined;
5228
5228
  } | null | undefined;
5229
- } & any) | null | undefined;
5229
+ } & /*elided*/ any) | null | undefined;
5230
5230
  subsequentTransactions?: ({
5231
5231
  status: string;
5232
5232
  id: string;
@@ -5319,7 +5319,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
5319
5319
  firstName?: string | null | undefined;
5320
5320
  lastName?: string | null | undefined;
5321
5321
  } | null | undefined;
5322
- } & any)[] | null | undefined;
5322
+ } & /*elided*/ any)[] | null | undefined;
5323
5323
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
5324
5324
  }>>>>;
5325
5325
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -5577,7 +5577,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
5577
5577
  firstName?: string | null | undefined;
5578
5578
  lastName?: string | null | undefined;
5579
5579
  } | null | undefined;
5580
- } & any) | null | undefined;
5580
+ } & /*elided*/ any) | null | undefined;
5581
5581
  subsequentTransactions?: ({
5582
5582
  status: "clearing" | "cleared" | "reconciled";
5583
5583
  id: string;
@@ -5670,7 +5670,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
5670
5670
  firstName?: string | null | undefined;
5671
5671
  lastName?: string | null | undefined;
5672
5672
  } | null | undefined;
5673
- } & any)[] | null | undefined;
5673
+ } & /*elided*/ any)[] | null | undefined;
5674
5674
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
5675
5675
  isReceipt?: boolean | null | undefined;
5676
5676
  isPayment?: boolean | null | undefined;
@@ -5867,7 +5867,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
5867
5867
  firstName?: string | null | undefined;
5868
5868
  lastName?: string | null | undefined;
5869
5869
  } | null | undefined;
5870
- } & any) | null | undefined;
5870
+ } & /*elided*/ any) | null | undefined;
5871
5871
  subsequentTransactions?: ({
5872
5872
  status: string;
5873
5873
  id: string;
@@ -5960,7 +5960,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
5960
5960
  firstName?: string | null | undefined;
5961
5961
  lastName?: string | null | undefined;
5962
5962
  } | null | undefined;
5963
- } & any)[] | null | undefined;
5963
+ } & /*elided*/ any)[] | null | undefined;
5964
5964
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
5965
5965
  }>>>>;
5966
5966
  }, z.ZodTypeAny, "passthrough">>;
@@ -8336,7 +8336,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
8336
8336
  firstName?: string | null | undefined;
8337
8337
  lastName?: string | null | undefined;
8338
8338
  } | null | undefined;
8339
- } & any) | null | undefined;
8339
+ } & /*elided*/ any) | null | undefined;
8340
8340
  subsequentTransactions?: ({
8341
8341
  status: "clearing" | "cleared" | "reconciled";
8342
8342
  id: string;
@@ -8429,7 +8429,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
8429
8429
  firstName?: string | null | undefined;
8430
8430
  lastName?: string | null | undefined;
8431
8431
  } | null | undefined;
8432
- } & any)[] | null | undefined;
8432
+ } & /*elided*/ any)[] | null | undefined;
8433
8433
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
8434
8434
  isReceipt?: boolean | null | undefined;
8435
8435
  isPayment?: boolean | null | undefined;
@@ -8626,7 +8626,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
8626
8626
  firstName?: string | null | undefined;
8627
8627
  lastName?: string | null | undefined;
8628
8628
  } | null | undefined;
8629
- } & any) | null | undefined;
8629
+ } & /*elided*/ any) | null | undefined;
8630
8630
  subsequentTransactions?: ({
8631
8631
  status: string;
8632
8632
  id: string;
@@ -8719,7 +8719,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
8719
8719
  firstName?: string | null | undefined;
8720
8720
  lastName?: string | null | undefined;
8721
8721
  } | null | undefined;
8722
- } & any)[] | null | undefined;
8722
+ } & /*elided*/ any)[] | null | undefined;
8723
8723
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
8724
8724
  }>>>>;
8725
8725
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -8977,7 +8977,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
8977
8977
  firstName?: string | null | undefined;
8978
8978
  lastName?: string | null | undefined;
8979
8979
  } | null | undefined;
8980
- } & any) | null | undefined;
8980
+ } & /*elided*/ any) | null | undefined;
8981
8981
  subsequentTransactions?: ({
8982
8982
  status: "clearing" | "cleared" | "reconciled";
8983
8983
  id: string;
@@ -9070,7 +9070,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
9070
9070
  firstName?: string | null | undefined;
9071
9071
  lastName?: string | null | undefined;
9072
9072
  } | null | undefined;
9073
- } & any)[] | null | undefined;
9073
+ } & /*elided*/ any)[] | null | undefined;
9074
9074
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
9075
9075
  isReceipt?: boolean | null | undefined;
9076
9076
  isPayment?: boolean | null | undefined;
@@ -9267,7 +9267,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
9267
9267
  firstName?: string | null | undefined;
9268
9268
  lastName?: string | null | undefined;
9269
9269
  } | null | undefined;
9270
- } & any) | null | undefined;
9270
+ } & /*elided*/ any) | null | undefined;
9271
9271
  subsequentTransactions?: ({
9272
9272
  status: string;
9273
9273
  id: string;
@@ -9360,7 +9360,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
9360
9360
  firstName?: string | null | undefined;
9361
9361
  lastName?: string | null | undefined;
9362
9362
  } | null | undefined;
9363
- } & any)[] | null | undefined;
9363
+ } & /*elided*/ any)[] | null | undefined;
9364
9364
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
9365
9365
  }>>>>;
9366
9366
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -9618,7 +9618,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
9618
9618
  firstName?: string | null | undefined;
9619
9619
  lastName?: string | null | undefined;
9620
9620
  } | null | undefined;
9621
- } & any) | null | undefined;
9621
+ } & /*elided*/ any) | null | undefined;
9622
9622
  subsequentTransactions?: ({
9623
9623
  status: "clearing" | "cleared" | "reconciled";
9624
9624
  id: string;
@@ -9711,7 +9711,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
9711
9711
  firstName?: string | null | undefined;
9712
9712
  lastName?: string | null | undefined;
9713
9713
  } | null | undefined;
9714
- } & any)[] | null | undefined;
9714
+ } & /*elided*/ any)[] | null | undefined;
9715
9715
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
9716
9716
  isReceipt?: boolean | null | undefined;
9717
9717
  isPayment?: boolean | null | undefined;
@@ -9908,7 +9908,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
9908
9908
  firstName?: string | null | undefined;
9909
9909
  lastName?: string | null | undefined;
9910
9910
  } | null | undefined;
9911
- } & any) | null | undefined;
9911
+ } & /*elided*/ any) | null | undefined;
9912
9912
  subsequentTransactions?: ({
9913
9913
  status: string;
9914
9914
  id: string;
@@ -10001,7 +10001,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
10001
10001
  firstName?: string | null | undefined;
10002
10002
  lastName?: string | null | undefined;
10003
10003
  } | null | undefined;
10004
- } & any)[] | null | undefined;
10004
+ } & /*elided*/ any)[] | null | undefined;
10005
10005
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
10006
10006
  }>>>>;
10007
10007
  }, z.ZodTypeAny, "passthrough">>;
@@ -12377,7 +12377,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
12377
12377
  firstName?: string | null | undefined;
12378
12378
  lastName?: string | null | undefined;
12379
12379
  } | null | undefined;
12380
- } & any) | null | undefined;
12380
+ } & /*elided*/ any) | null | undefined;
12381
12381
  subsequentTransactions?: ({
12382
12382
  status: "clearing" | "cleared" | "reconciled";
12383
12383
  id: string;
@@ -12470,7 +12470,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
12470
12470
  firstName?: string | null | undefined;
12471
12471
  lastName?: string | null | undefined;
12472
12472
  } | null | undefined;
12473
- } & any)[] | null | undefined;
12473
+ } & /*elided*/ any)[] | null | undefined;
12474
12474
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
12475
12475
  isReceipt?: boolean | null | undefined;
12476
12476
  isPayment?: boolean | null | undefined;
@@ -12667,7 +12667,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
12667
12667
  firstName?: string | null | undefined;
12668
12668
  lastName?: string | null | undefined;
12669
12669
  } | null | undefined;
12670
- } & any) | null | undefined;
12670
+ } & /*elided*/ any) | null | undefined;
12671
12671
  subsequentTransactions?: ({
12672
12672
  status: string;
12673
12673
  id: string;
@@ -12760,7 +12760,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
12760
12760
  firstName?: string | null | undefined;
12761
12761
  lastName?: string | null | undefined;
12762
12762
  } | null | undefined;
12763
- } & any)[] | null | undefined;
12763
+ } & /*elided*/ any)[] | null | undefined;
12764
12764
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
12765
12765
  }>>>>;
12766
12766
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -13018,7 +13018,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
13018
13018
  firstName?: string | null | undefined;
13019
13019
  lastName?: string | null | undefined;
13020
13020
  } | null | undefined;
13021
- } & any) | null | undefined;
13021
+ } & /*elided*/ any) | null | undefined;
13022
13022
  subsequentTransactions?: ({
13023
13023
  status: "clearing" | "cleared" | "reconciled";
13024
13024
  id: string;
@@ -13111,7 +13111,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
13111
13111
  firstName?: string | null | undefined;
13112
13112
  lastName?: string | null | undefined;
13113
13113
  } | null | undefined;
13114
- } & any)[] | null | undefined;
13114
+ } & /*elided*/ any)[] | null | undefined;
13115
13115
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
13116
13116
  isReceipt?: boolean | null | undefined;
13117
13117
  isPayment?: boolean | null | undefined;
@@ -13308,7 +13308,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
13308
13308
  firstName?: string | null | undefined;
13309
13309
  lastName?: string | null | undefined;
13310
13310
  } | null | undefined;
13311
- } & any) | null | undefined;
13311
+ } & /*elided*/ any) | null | undefined;
13312
13312
  subsequentTransactions?: ({
13313
13313
  status: string;
13314
13314
  id: string;
@@ -13401,7 +13401,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
13401
13401
  firstName?: string | null | undefined;
13402
13402
  lastName?: string | null | undefined;
13403
13403
  } | null | undefined;
13404
- } & any)[] | null | undefined;
13404
+ } & /*elided*/ any)[] | null | undefined;
13405
13405
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
13406
13406
  }>>>>;
13407
13407
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -13659,7 +13659,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
13659
13659
  firstName?: string | null | undefined;
13660
13660
  lastName?: string | null | undefined;
13661
13661
  } | null | undefined;
13662
- } & any) | null | undefined;
13662
+ } & /*elided*/ any) | null | undefined;
13663
13663
  subsequentTransactions?: ({
13664
13664
  status: "clearing" | "cleared" | "reconciled";
13665
13665
  id: string;
@@ -13752,7 +13752,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
13752
13752
  firstName?: string | null | undefined;
13753
13753
  lastName?: string | null | undefined;
13754
13754
  } | null | undefined;
13755
- } & any)[] | null | undefined;
13755
+ } & /*elided*/ any)[] | null | undefined;
13756
13756
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
13757
13757
  isReceipt?: boolean | null | undefined;
13758
13758
  isPayment?: boolean | null | undefined;
@@ -13949,7 +13949,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
13949
13949
  firstName?: string | null | undefined;
13950
13950
  lastName?: string | null | undefined;
13951
13951
  } | null | undefined;
13952
- } & any) | null | undefined;
13952
+ } & /*elided*/ any) | null | undefined;
13953
13953
  subsequentTransactions?: ({
13954
13954
  status: string;
13955
13955
  id: string;
@@ -14042,7 +14042,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
14042
14042
  firstName?: string | null | undefined;
14043
14043
  lastName?: string | null | undefined;
14044
14044
  } | null | undefined;
14045
- } & any)[] | null | undefined;
14045
+ } & /*elided*/ any)[] | null | undefined;
14046
14046
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
14047
14047
  }>>>>;
14048
14048
  }, z.ZodTypeAny, "passthrough">>;
@@ -16478,7 +16478,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
16478
16478
  firstName?: string | null | undefined;
16479
16479
  lastName?: string | null | undefined;
16480
16480
  } | null | undefined;
16481
- } & any) | null | undefined;
16481
+ } & /*elided*/ any) | null | undefined;
16482
16482
  subsequentTransactions?: ({
16483
16483
  status: "clearing" | "cleared" | "reconciled";
16484
16484
  id: string;
@@ -16571,7 +16571,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
16571
16571
  firstName?: string | null | undefined;
16572
16572
  lastName?: string | null | undefined;
16573
16573
  } | null | undefined;
16574
- } & any)[] | null | undefined;
16574
+ } & /*elided*/ any)[] | null | undefined;
16575
16575
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
16576
16576
  isReceipt?: boolean | null | undefined;
16577
16577
  isPayment?: boolean | null | undefined;
@@ -16768,7 +16768,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
16768
16768
  firstName?: string | null | undefined;
16769
16769
  lastName?: string | null | undefined;
16770
16770
  } | null | undefined;
16771
- } & any) | null | undefined;
16771
+ } & /*elided*/ any) | null | undefined;
16772
16772
  subsequentTransactions?: ({
16773
16773
  status: string;
16774
16774
  id: string;
@@ -16861,7 +16861,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
16861
16861
  firstName?: string | null | undefined;
16862
16862
  lastName?: string | null | undefined;
16863
16863
  } | null | undefined;
16864
- } & any)[] | null | undefined;
16864
+ } & /*elided*/ any)[] | null | undefined;
16865
16865
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
16866
16866
  }>>>>;
16867
16867
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -17119,7 +17119,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
17119
17119
  firstName?: string | null | undefined;
17120
17120
  lastName?: string | null | undefined;
17121
17121
  } | null | undefined;
17122
- } & any) | null | undefined;
17122
+ } & /*elided*/ any) | null | undefined;
17123
17123
  subsequentTransactions?: ({
17124
17124
  status: "clearing" | "cleared" | "reconciled";
17125
17125
  id: string;
@@ -17212,7 +17212,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
17212
17212
  firstName?: string | null | undefined;
17213
17213
  lastName?: string | null | undefined;
17214
17214
  } | null | undefined;
17215
- } & any)[] | null | undefined;
17215
+ } & /*elided*/ any)[] | null | undefined;
17216
17216
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
17217
17217
  isReceipt?: boolean | null | undefined;
17218
17218
  isPayment?: boolean | null | undefined;
@@ -17409,7 +17409,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
17409
17409
  firstName?: string | null | undefined;
17410
17410
  lastName?: string | null | undefined;
17411
17411
  } | null | undefined;
17412
- } & any) | null | undefined;
17412
+ } & /*elided*/ any) | null | undefined;
17413
17413
  subsequentTransactions?: ({
17414
17414
  status: string;
17415
17415
  id: string;
@@ -17502,7 +17502,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
17502
17502
  firstName?: string | null | undefined;
17503
17503
  lastName?: string | null | undefined;
17504
17504
  } | null | undefined;
17505
- } & any)[] | null | undefined;
17505
+ } & /*elided*/ any)[] | null | undefined;
17506
17506
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
17507
17507
  }>>>>;
17508
17508
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -17760,7 +17760,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
17760
17760
  firstName?: string | null | undefined;
17761
17761
  lastName?: string | null | undefined;
17762
17762
  } | null | undefined;
17763
- } & any) | null | undefined;
17763
+ } & /*elided*/ any) | null | undefined;
17764
17764
  subsequentTransactions?: ({
17765
17765
  status: "clearing" | "cleared" | "reconciled";
17766
17766
  id: string;
@@ -17853,7 +17853,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
17853
17853
  firstName?: string | null | undefined;
17854
17854
  lastName?: string | null | undefined;
17855
17855
  } | null | undefined;
17856
- } & any)[] | null | undefined;
17856
+ } & /*elided*/ any)[] | null | undefined;
17857
17857
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
17858
17858
  isReceipt?: boolean | null | undefined;
17859
17859
  isPayment?: boolean | null | undefined;
@@ -18050,7 +18050,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
18050
18050
  firstName?: string | null | undefined;
18051
18051
  lastName?: string | null | undefined;
18052
18052
  } | null | undefined;
18053
- } & any) | null | undefined;
18053
+ } & /*elided*/ any) | null | undefined;
18054
18054
  subsequentTransactions?: ({
18055
18055
  status: string;
18056
18056
  id: string;
@@ -18143,7 +18143,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
18143
18143
  firstName?: string | null | undefined;
18144
18144
  lastName?: string | null | undefined;
18145
18145
  } | null | undefined;
18146
- } & any)[] | null | undefined;
18146
+ } & /*elided*/ any)[] | null | undefined;
18147
18147
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
18148
18148
  }>>>>;
18149
18149
  }, z.ZodTypeAny, "passthrough">>;
@@ -20519,7 +20519,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
20519
20519
  firstName?: string | null | undefined;
20520
20520
  lastName?: string | null | undefined;
20521
20521
  } | null | undefined;
20522
- } & any) | null | undefined;
20522
+ } & /*elided*/ any) | null | undefined;
20523
20523
  subsequentTransactions?: ({
20524
20524
  status: "clearing" | "cleared" | "reconciled";
20525
20525
  id: string;
@@ -20612,7 +20612,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
20612
20612
  firstName?: string | null | undefined;
20613
20613
  lastName?: string | null | undefined;
20614
20614
  } | null | undefined;
20615
- } & any)[] | null | undefined;
20615
+ } & /*elided*/ any)[] | null | undefined;
20616
20616
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
20617
20617
  isReceipt?: boolean | null | undefined;
20618
20618
  isPayment?: boolean | null | undefined;
@@ -20809,7 +20809,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
20809
20809
  firstName?: string | null | undefined;
20810
20810
  lastName?: string | null | undefined;
20811
20811
  } | null | undefined;
20812
- } & any) | null | undefined;
20812
+ } & /*elided*/ any) | null | undefined;
20813
20813
  subsequentTransactions?: ({
20814
20814
  status: string;
20815
20815
  id: string;
@@ -20902,7 +20902,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
20902
20902
  firstName?: string | null | undefined;
20903
20903
  lastName?: string | null | undefined;
20904
20904
  } | null | undefined;
20905
- } & any)[] | null | undefined;
20905
+ } & /*elided*/ any)[] | null | undefined;
20906
20906
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
20907
20907
  }>>>>;
20908
20908
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -21160,7 +21160,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
21160
21160
  firstName?: string | null | undefined;
21161
21161
  lastName?: string | null | undefined;
21162
21162
  } | null | undefined;
21163
- } & any) | null | undefined;
21163
+ } & /*elided*/ any) | null | undefined;
21164
21164
  subsequentTransactions?: ({
21165
21165
  status: "clearing" | "cleared" | "reconciled";
21166
21166
  id: string;
@@ -21253,7 +21253,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
21253
21253
  firstName?: string | null | undefined;
21254
21254
  lastName?: string | null | undefined;
21255
21255
  } | null | undefined;
21256
- } & any)[] | null | undefined;
21256
+ } & /*elided*/ any)[] | null | undefined;
21257
21257
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
21258
21258
  isReceipt?: boolean | null | undefined;
21259
21259
  isPayment?: boolean | null | undefined;
@@ -21450,7 +21450,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
21450
21450
  firstName?: string | null | undefined;
21451
21451
  lastName?: string | null | undefined;
21452
21452
  } | null | undefined;
21453
- } & any) | null | undefined;
21453
+ } & /*elided*/ any) | null | undefined;
21454
21454
  subsequentTransactions?: ({
21455
21455
  status: string;
21456
21456
  id: string;
@@ -21543,7 +21543,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
21543
21543
  firstName?: string | null | undefined;
21544
21544
  lastName?: string | null | undefined;
21545
21545
  } | null | undefined;
21546
- } & any)[] | null | undefined;
21546
+ } & /*elided*/ any)[] | null | undefined;
21547
21547
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
21548
21548
  }>>>>;
21549
21549
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -21801,7 +21801,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
21801
21801
  firstName?: string | null | undefined;
21802
21802
  lastName?: string | null | undefined;
21803
21803
  } | null | undefined;
21804
- } & any) | null | undefined;
21804
+ } & /*elided*/ any) | null | undefined;
21805
21805
  subsequentTransactions?: ({
21806
21806
  status: "clearing" | "cleared" | "reconciled";
21807
21807
  id: string;
@@ -21894,7 +21894,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
21894
21894
  firstName?: string | null | undefined;
21895
21895
  lastName?: string | null | undefined;
21896
21896
  } | null | undefined;
21897
- } & any)[] | null | undefined;
21897
+ } & /*elided*/ any)[] | null | undefined;
21898
21898
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
21899
21899
  isReceipt?: boolean | null | undefined;
21900
21900
  isPayment?: boolean | null | undefined;
@@ -22091,7 +22091,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
22091
22091
  firstName?: string | null | undefined;
22092
22092
  lastName?: string | null | undefined;
22093
22093
  } | null | undefined;
22094
- } & any) | null | undefined;
22094
+ } & /*elided*/ any) | null | undefined;
22095
22095
  subsequentTransactions?: ({
22096
22096
  status: string;
22097
22097
  id: string;
@@ -22184,7 +22184,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
22184
22184
  firstName?: string | null | undefined;
22185
22185
  lastName?: string | null | undefined;
22186
22186
  } | null | undefined;
22187
- } & any)[] | null | undefined;
22187
+ } & /*elided*/ any)[] | null | undefined;
22188
22188
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
22189
22189
  }>>>>;
22190
22190
  }, z.ZodTypeAny, "passthrough">>;
@@ -24560,7 +24560,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
24560
24560
  firstName?: string | null | undefined;
24561
24561
  lastName?: string | null | undefined;
24562
24562
  } | null | undefined;
24563
- } & any) | null | undefined;
24563
+ } & /*elided*/ any) | null | undefined;
24564
24564
  subsequentTransactions?: ({
24565
24565
  status: "clearing" | "cleared" | "reconciled";
24566
24566
  id: string;
@@ -24653,7 +24653,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
24653
24653
  firstName?: string | null | undefined;
24654
24654
  lastName?: string | null | undefined;
24655
24655
  } | null | undefined;
24656
- } & any)[] | null | undefined;
24656
+ } & /*elided*/ any)[] | null | undefined;
24657
24657
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
24658
24658
  isReceipt?: boolean | null | undefined;
24659
24659
  isPayment?: boolean | null | undefined;
@@ -24850,7 +24850,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
24850
24850
  firstName?: string | null | undefined;
24851
24851
  lastName?: string | null | undefined;
24852
24852
  } | null | undefined;
24853
- } & any) | null | undefined;
24853
+ } & /*elided*/ any) | null | undefined;
24854
24854
  subsequentTransactions?: ({
24855
24855
  status: string;
24856
24856
  id: string;
@@ -24943,7 +24943,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
24943
24943
  firstName?: string | null | undefined;
24944
24944
  lastName?: string | null | undefined;
24945
24945
  } | null | undefined;
24946
- } & any)[] | null | undefined;
24946
+ } & /*elided*/ any)[] | null | undefined;
24947
24947
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
24948
24948
  }>>>>;
24949
24949
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -25201,7 +25201,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
25201
25201
  firstName?: string | null | undefined;
25202
25202
  lastName?: string | null | undefined;
25203
25203
  } | null | undefined;
25204
- } & any) | null | undefined;
25204
+ } & /*elided*/ any) | null | undefined;
25205
25205
  subsequentTransactions?: ({
25206
25206
  status: "clearing" | "cleared" | "reconciled";
25207
25207
  id: string;
@@ -25294,7 +25294,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
25294
25294
  firstName?: string | null | undefined;
25295
25295
  lastName?: string | null | undefined;
25296
25296
  } | null | undefined;
25297
- } & any)[] | null | undefined;
25297
+ } & /*elided*/ any)[] | null | undefined;
25298
25298
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
25299
25299
  isReceipt?: boolean | null | undefined;
25300
25300
  isPayment?: boolean | null | undefined;
@@ -25491,7 +25491,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
25491
25491
  firstName?: string | null | undefined;
25492
25492
  lastName?: string | null | undefined;
25493
25493
  } | null | undefined;
25494
- } & any) | null | undefined;
25494
+ } & /*elided*/ any) | null | undefined;
25495
25495
  subsequentTransactions?: ({
25496
25496
  status: string;
25497
25497
  id: string;
@@ -25584,7 +25584,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
25584
25584
  firstName?: string | null | undefined;
25585
25585
  lastName?: string | null | undefined;
25586
25586
  } | null | undefined;
25587
- } & any)[] | null | undefined;
25587
+ } & /*elided*/ any)[] | null | undefined;
25588
25588
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
25589
25589
  }>>>>;
25590
25590
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -25842,7 +25842,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
25842
25842
  firstName?: string | null | undefined;
25843
25843
  lastName?: string | null | undefined;
25844
25844
  } | null | undefined;
25845
- } & any) | null | undefined;
25845
+ } & /*elided*/ any) | null | undefined;
25846
25846
  subsequentTransactions?: ({
25847
25847
  status: "clearing" | "cleared" | "reconciled";
25848
25848
  id: string;
@@ -25935,7 +25935,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
25935
25935
  firstName?: string | null | undefined;
25936
25936
  lastName?: string | null | undefined;
25937
25937
  } | null | undefined;
25938
- } & any)[] | null | undefined;
25938
+ } & /*elided*/ any)[] | null | undefined;
25939
25939
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
25940
25940
  isReceipt?: boolean | null | undefined;
25941
25941
  isPayment?: boolean | null | undefined;
@@ -26132,7 +26132,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
26132
26132
  firstName?: string | null | undefined;
26133
26133
  lastName?: string | null | undefined;
26134
26134
  } | null | undefined;
26135
- } & any) | null | undefined;
26135
+ } & /*elided*/ any) | null | undefined;
26136
26136
  subsequentTransactions?: ({
26137
26137
  status: string;
26138
26138
  id: string;
@@ -26225,7 +26225,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
26225
26225
  firstName?: string | null | undefined;
26226
26226
  lastName?: string | null | undefined;
26227
26227
  } | null | undefined;
26228
- } & any)[] | null | undefined;
26228
+ } & /*elided*/ any)[] | null | undefined;
26229
26229
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
26230
26230
  }>>>>;
26231
26231
  }, z.ZodTypeAny, "passthrough">>;
@@ -28662,7 +28662,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
28662
28662
  firstName?: string | null | undefined;
28663
28663
  lastName?: string | null | undefined;
28664
28664
  } | null | undefined;
28665
- } & any) | null | undefined;
28665
+ } & /*elided*/ any) | null | undefined;
28666
28666
  subsequentTransactions?: ({
28667
28667
  status: "clearing" | "cleared" | "reconciled";
28668
28668
  id: string;
@@ -28755,7 +28755,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
28755
28755
  firstName?: string | null | undefined;
28756
28756
  lastName?: string | null | undefined;
28757
28757
  } | null | undefined;
28758
- } & any)[] | null | undefined;
28758
+ } & /*elided*/ any)[] | null | undefined;
28759
28759
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
28760
28760
  isReceipt?: boolean | null | undefined;
28761
28761
  isPayment?: boolean | null | undefined;
@@ -28952,7 +28952,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
28952
28952
  firstName?: string | null | undefined;
28953
28953
  lastName?: string | null | undefined;
28954
28954
  } | null | undefined;
28955
- } & any) | null | undefined;
28955
+ } & /*elided*/ any) | null | undefined;
28956
28956
  subsequentTransactions?: ({
28957
28957
  status: string;
28958
28958
  id: string;
@@ -29045,7 +29045,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
29045
29045
  firstName?: string | null | undefined;
29046
29046
  lastName?: string | null | undefined;
29047
29047
  } | null | undefined;
29048
- } & any)[] | null | undefined;
29048
+ } & /*elided*/ any)[] | null | undefined;
29049
29049
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
29050
29050
  }>>>>;
29051
29051
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -29303,7 +29303,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
29303
29303
  firstName?: string | null | undefined;
29304
29304
  lastName?: string | null | undefined;
29305
29305
  } | null | undefined;
29306
- } & any) | null | undefined;
29306
+ } & /*elided*/ any) | null | undefined;
29307
29307
  subsequentTransactions?: ({
29308
29308
  status: "clearing" | "cleared" | "reconciled";
29309
29309
  id: string;
@@ -29396,7 +29396,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
29396
29396
  firstName?: string | null | undefined;
29397
29397
  lastName?: string | null | undefined;
29398
29398
  } | null | undefined;
29399
- } & any)[] | null | undefined;
29399
+ } & /*elided*/ any)[] | null | undefined;
29400
29400
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
29401
29401
  isReceipt?: boolean | null | undefined;
29402
29402
  isPayment?: boolean | null | undefined;
@@ -29593,7 +29593,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
29593
29593
  firstName?: string | null | undefined;
29594
29594
  lastName?: string | null | undefined;
29595
29595
  } | null | undefined;
29596
- } & any) | null | undefined;
29596
+ } & /*elided*/ any) | null | undefined;
29597
29597
  subsequentTransactions?: ({
29598
29598
  status: string;
29599
29599
  id: string;
@@ -29686,7 +29686,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
29686
29686
  firstName?: string | null | undefined;
29687
29687
  lastName?: string | null | undefined;
29688
29688
  } | null | undefined;
29689
- } & any)[] | null | undefined;
29689
+ } & /*elided*/ any)[] | null | undefined;
29690
29690
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
29691
29691
  }>>>>;
29692
29692
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -29944,7 +29944,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
29944
29944
  firstName?: string | null | undefined;
29945
29945
  lastName?: string | null | undefined;
29946
29946
  } | null | undefined;
29947
- } & any) | null | undefined;
29947
+ } & /*elided*/ any) | null | undefined;
29948
29948
  subsequentTransactions?: ({
29949
29949
  status: "clearing" | "cleared" | "reconciled";
29950
29950
  id: string;
@@ -30037,7 +30037,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
30037
30037
  firstName?: string | null | undefined;
30038
30038
  lastName?: string | null | undefined;
30039
30039
  } | null | undefined;
30040
- } & any)[] | null | undefined;
30040
+ } & /*elided*/ any)[] | null | undefined;
30041
30041
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
30042
30042
  isReceipt?: boolean | null | undefined;
30043
30043
  isPayment?: boolean | null | undefined;
@@ -30234,7 +30234,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
30234
30234
  firstName?: string | null | undefined;
30235
30235
  lastName?: string | null | undefined;
30236
30236
  } | null | undefined;
30237
- } & any) | null | undefined;
30237
+ } & /*elided*/ any) | null | undefined;
30238
30238
  subsequentTransactions?: ({
30239
30239
  status: string;
30240
30240
  id: string;
@@ -30327,7 +30327,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
30327
30327
  firstName?: string | null | undefined;
30328
30328
  lastName?: string | null | undefined;
30329
30329
  } | null | undefined;
30330
- } & any)[] | null | undefined;
30330
+ } & /*elided*/ any)[] | null | undefined;
30331
30331
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
30332
30332
  }>>>>;
30333
30333
  }, z.ZodTypeAny, "passthrough">>;
@@ -32703,7 +32703,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
32703
32703
  firstName?: string | null | undefined;
32704
32704
  lastName?: string | null | undefined;
32705
32705
  } | null | undefined;
32706
- } & any) | null | undefined;
32706
+ } & /*elided*/ any) | null | undefined;
32707
32707
  subsequentTransactions?: ({
32708
32708
  status: "clearing" | "cleared" | "reconciled";
32709
32709
  id: string;
@@ -32796,7 +32796,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
32796
32796
  firstName?: string | null | undefined;
32797
32797
  lastName?: string | null | undefined;
32798
32798
  } | null | undefined;
32799
- } & any)[] | null | undefined;
32799
+ } & /*elided*/ any)[] | null | undefined;
32800
32800
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
32801
32801
  isReceipt?: boolean | null | undefined;
32802
32802
  isPayment?: boolean | null | undefined;
@@ -32993,7 +32993,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
32993
32993
  firstName?: string | null | undefined;
32994
32994
  lastName?: string | null | undefined;
32995
32995
  } | null | undefined;
32996
- } & any) | null | undefined;
32996
+ } & /*elided*/ any) | null | undefined;
32997
32997
  subsequentTransactions?: ({
32998
32998
  status: string;
32999
32999
  id: string;
@@ -33086,7 +33086,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
33086
33086
  firstName?: string | null | undefined;
33087
33087
  lastName?: string | null | undefined;
33088
33088
  } | null | undefined;
33089
- } & any)[] | null | undefined;
33089
+ } & /*elided*/ any)[] | null | undefined;
33090
33090
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
33091
33091
  }>>>>;
33092
33092
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -33344,7 +33344,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
33344
33344
  firstName?: string | null | undefined;
33345
33345
  lastName?: string | null | undefined;
33346
33346
  } | null | undefined;
33347
- } & any) | null | undefined;
33347
+ } & /*elided*/ any) | null | undefined;
33348
33348
  subsequentTransactions?: ({
33349
33349
  status: "clearing" | "cleared" | "reconciled";
33350
33350
  id: string;
@@ -33437,7 +33437,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
33437
33437
  firstName?: string | null | undefined;
33438
33438
  lastName?: string | null | undefined;
33439
33439
  } | null | undefined;
33440
- } & any)[] | null | undefined;
33440
+ } & /*elided*/ any)[] | null | undefined;
33441
33441
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
33442
33442
  isReceipt?: boolean | null | undefined;
33443
33443
  isPayment?: boolean | null | undefined;
@@ -33634,7 +33634,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
33634
33634
  firstName?: string | null | undefined;
33635
33635
  lastName?: string | null | undefined;
33636
33636
  } | null | undefined;
33637
- } & any) | null | undefined;
33637
+ } & /*elided*/ any) | null | undefined;
33638
33638
  subsequentTransactions?: ({
33639
33639
  status: string;
33640
33640
  id: string;
@@ -33727,7 +33727,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
33727
33727
  firstName?: string | null | undefined;
33728
33728
  lastName?: string | null | undefined;
33729
33729
  } | null | undefined;
33730
- } & any)[] | null | undefined;
33730
+ } & /*elided*/ any)[] | null | undefined;
33731
33731
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
33732
33732
  }>>>>;
33733
33733
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -33985,7 +33985,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
33985
33985
  firstName?: string | null | undefined;
33986
33986
  lastName?: string | null | undefined;
33987
33987
  } | null | undefined;
33988
- } & any) | null | undefined;
33988
+ } & /*elided*/ any) | null | undefined;
33989
33989
  subsequentTransactions?: ({
33990
33990
  status: "clearing" | "cleared" | "reconciled";
33991
33991
  id: string;
@@ -34078,7 +34078,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
34078
34078
  firstName?: string | null | undefined;
34079
34079
  lastName?: string | null | undefined;
34080
34080
  } | null | undefined;
34081
- } & any)[] | null | undefined;
34081
+ } & /*elided*/ any)[] | null | undefined;
34082
34082
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
34083
34083
  isReceipt?: boolean | null | undefined;
34084
34084
  isPayment?: boolean | null | undefined;
@@ -34275,7 +34275,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
34275
34275
  firstName?: string | null | undefined;
34276
34276
  lastName?: string | null | undefined;
34277
34277
  } | null | undefined;
34278
- } & any) | null | undefined;
34278
+ } & /*elided*/ any) | null | undefined;
34279
34279
  subsequentTransactions?: ({
34280
34280
  status: string;
34281
34281
  id: string;
@@ -34368,7 +34368,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
34368
34368
  firstName?: string | null | undefined;
34369
34369
  lastName?: string | null | undefined;
34370
34370
  } | null | undefined;
34371
- } & any)[] | null | undefined;
34371
+ } & /*elided*/ any)[] | null | undefined;
34372
34372
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
34373
34373
  }>>>>;
34374
34374
  }, z.ZodTypeAny, "passthrough">>;
@@ -36744,7 +36744,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
36744
36744
  firstName?: string | null | undefined;
36745
36745
  lastName?: string | null | undefined;
36746
36746
  } | null | undefined;
36747
- } & any) | null | undefined;
36747
+ } & /*elided*/ any) | null | undefined;
36748
36748
  subsequentTransactions?: ({
36749
36749
  status: "clearing" | "cleared" | "reconciled";
36750
36750
  id: string;
@@ -36837,7 +36837,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
36837
36837
  firstName?: string | null | undefined;
36838
36838
  lastName?: string | null | undefined;
36839
36839
  } | null | undefined;
36840
- } & any)[] | null | undefined;
36840
+ } & /*elided*/ any)[] | null | undefined;
36841
36841
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
36842
36842
  isReceipt?: boolean | null | undefined;
36843
36843
  isPayment?: boolean | null | undefined;
@@ -37034,7 +37034,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
37034
37034
  firstName?: string | null | undefined;
37035
37035
  lastName?: string | null | undefined;
37036
37036
  } | null | undefined;
37037
- } & any) | null | undefined;
37037
+ } & /*elided*/ any) | null | undefined;
37038
37038
  subsequentTransactions?: ({
37039
37039
  status: string;
37040
37040
  id: string;
@@ -37127,7 +37127,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
37127
37127
  firstName?: string | null | undefined;
37128
37128
  lastName?: string | null | undefined;
37129
37129
  } | null | undefined;
37130
- } & any)[] | null | undefined;
37130
+ } & /*elided*/ any)[] | null | undefined;
37131
37131
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
37132
37132
  }>>>>;
37133
37133
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -37385,7 +37385,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
37385
37385
  firstName?: string | null | undefined;
37386
37386
  lastName?: string | null | undefined;
37387
37387
  } | null | undefined;
37388
- } & any) | null | undefined;
37388
+ } & /*elided*/ any) | null | undefined;
37389
37389
  subsequentTransactions?: ({
37390
37390
  status: "clearing" | "cleared" | "reconciled";
37391
37391
  id: string;
@@ -37478,7 +37478,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
37478
37478
  firstName?: string | null | undefined;
37479
37479
  lastName?: string | null | undefined;
37480
37480
  } | null | undefined;
37481
- } & any)[] | null | undefined;
37481
+ } & /*elided*/ any)[] | null | undefined;
37482
37482
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
37483
37483
  isReceipt?: boolean | null | undefined;
37484
37484
  isPayment?: boolean | null | undefined;
@@ -37675,7 +37675,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
37675
37675
  firstName?: string | null | undefined;
37676
37676
  lastName?: string | null | undefined;
37677
37677
  } | null | undefined;
37678
- } & any) | null | undefined;
37678
+ } & /*elided*/ any) | null | undefined;
37679
37679
  subsequentTransactions?: ({
37680
37680
  status: string;
37681
37681
  id: string;
@@ -37768,7 +37768,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
37768
37768
  firstName?: string | null | undefined;
37769
37769
  lastName?: string | null | undefined;
37770
37770
  } | null | undefined;
37771
- } & any)[] | null | undefined;
37771
+ } & /*elided*/ any)[] | null | undefined;
37772
37772
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
37773
37773
  }>>>>;
37774
37774
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -38026,7 +38026,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
38026
38026
  firstName?: string | null | undefined;
38027
38027
  lastName?: string | null | undefined;
38028
38028
  } | null | undefined;
38029
- } & any) | null | undefined;
38029
+ } & /*elided*/ any) | null | undefined;
38030
38030
  subsequentTransactions?: ({
38031
38031
  status: "clearing" | "cleared" | "reconciled";
38032
38032
  id: string;
@@ -38119,7 +38119,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
38119
38119
  firstName?: string | null | undefined;
38120
38120
  lastName?: string | null | undefined;
38121
38121
  } | null | undefined;
38122
- } & any)[] | null | undefined;
38122
+ } & /*elided*/ any)[] | null | undefined;
38123
38123
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
38124
38124
  isReceipt?: boolean | null | undefined;
38125
38125
  isPayment?: boolean | null | undefined;
@@ -38316,7 +38316,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
38316
38316
  firstName?: string | null | undefined;
38317
38317
  lastName?: string | null | undefined;
38318
38318
  } | null | undefined;
38319
- } & any) | null | undefined;
38319
+ } & /*elided*/ any) | null | undefined;
38320
38320
  subsequentTransactions?: ({
38321
38321
  status: string;
38322
38322
  id: string;
@@ -38409,7 +38409,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
38409
38409
  firstName?: string | null | undefined;
38410
38410
  lastName?: string | null | undefined;
38411
38411
  } | null | undefined;
38412
- } & any)[] | null | undefined;
38412
+ } & /*elided*/ any)[] | null | undefined;
38413
38413
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
38414
38414
  }>>>>;
38415
38415
  }, z.ZodTypeAny, "passthrough">>;
@@ -40846,7 +40846,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
40846
40846
  firstName?: string | null | undefined;
40847
40847
  lastName?: string | null | undefined;
40848
40848
  } | null | undefined;
40849
- } & any) | null | undefined;
40849
+ } & /*elided*/ any) | null | undefined;
40850
40850
  subsequentTransactions?: ({
40851
40851
  status: "clearing" | "cleared" | "reconciled";
40852
40852
  id: string;
@@ -40939,7 +40939,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
40939
40939
  firstName?: string | null | undefined;
40940
40940
  lastName?: string | null | undefined;
40941
40941
  } | null | undefined;
40942
- } & any)[] | null | undefined;
40942
+ } & /*elided*/ any)[] | null | undefined;
40943
40943
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
40944
40944
  isReceipt?: boolean | null | undefined;
40945
40945
  isPayment?: boolean | null | undefined;
@@ -41136,7 +41136,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
41136
41136
  firstName?: string | null | undefined;
41137
41137
  lastName?: string | null | undefined;
41138
41138
  } | null | undefined;
41139
- } & any) | null | undefined;
41139
+ } & /*elided*/ any) | null | undefined;
41140
41140
  subsequentTransactions?: ({
41141
41141
  status: string;
41142
41142
  id: string;
@@ -41229,7 +41229,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
41229
41229
  firstName?: string | null | undefined;
41230
41230
  lastName?: string | null | undefined;
41231
41231
  } | null | undefined;
41232
- } & any)[] | null | undefined;
41232
+ } & /*elided*/ any)[] | null | undefined;
41233
41233
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
41234
41234
  }>>>>;
41235
41235
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -41487,7 +41487,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
41487
41487
  firstName?: string | null | undefined;
41488
41488
  lastName?: string | null | undefined;
41489
41489
  } | null | undefined;
41490
- } & any) | null | undefined;
41490
+ } & /*elided*/ any) | null | undefined;
41491
41491
  subsequentTransactions?: ({
41492
41492
  status: "clearing" | "cleared" | "reconciled";
41493
41493
  id: string;
@@ -41580,7 +41580,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
41580
41580
  firstName?: string | null | undefined;
41581
41581
  lastName?: string | null | undefined;
41582
41582
  } | null | undefined;
41583
- } & any)[] | null | undefined;
41583
+ } & /*elided*/ any)[] | null | undefined;
41584
41584
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
41585
41585
  isReceipt?: boolean | null | undefined;
41586
41586
  isPayment?: boolean | null | undefined;
@@ -41777,7 +41777,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
41777
41777
  firstName?: string | null | undefined;
41778
41778
  lastName?: string | null | undefined;
41779
41779
  } | null | undefined;
41780
- } & any) | null | undefined;
41780
+ } & /*elided*/ any) | null | undefined;
41781
41781
  subsequentTransactions?: ({
41782
41782
  status: string;
41783
41783
  id: string;
@@ -41870,7 +41870,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
41870
41870
  firstName?: string | null | undefined;
41871
41871
  lastName?: string | null | undefined;
41872
41872
  } | null | undefined;
41873
- } & any)[] | null | undefined;
41873
+ } & /*elided*/ any)[] | null | undefined;
41874
41874
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
41875
41875
  }>>>>;
41876
41876
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -42128,7 +42128,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
42128
42128
  firstName?: string | null | undefined;
42129
42129
  lastName?: string | null | undefined;
42130
42130
  } | null | undefined;
42131
- } & any) | null | undefined;
42131
+ } & /*elided*/ any) | null | undefined;
42132
42132
  subsequentTransactions?: ({
42133
42133
  status: "clearing" | "cleared" | "reconciled";
42134
42134
  id: string;
@@ -42221,7 +42221,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
42221
42221
  firstName?: string | null | undefined;
42222
42222
  lastName?: string | null | undefined;
42223
42223
  } | null | undefined;
42224
- } & any)[] | null | undefined;
42224
+ } & /*elided*/ any)[] | null | undefined;
42225
42225
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
42226
42226
  isReceipt?: boolean | null | undefined;
42227
42227
  isPayment?: boolean | null | undefined;
@@ -42418,7 +42418,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
42418
42418
  firstName?: string | null | undefined;
42419
42419
  lastName?: string | null | undefined;
42420
42420
  } | null | undefined;
42421
- } & any) | null | undefined;
42421
+ } & /*elided*/ any) | null | undefined;
42422
42422
  subsequentTransactions?: ({
42423
42423
  status: string;
42424
42424
  id: string;
@@ -42511,7 +42511,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
42511
42511
  firstName?: string | null | undefined;
42512
42512
  lastName?: string | null | undefined;
42513
42513
  } | null | undefined;
42514
- } & any)[] | null | undefined;
42514
+ } & /*elided*/ any)[] | null | undefined;
42515
42515
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
42516
42516
  }>>>>;
42517
42517
  }, z.ZodTypeAny, "passthrough">>;
@@ -44887,7 +44887,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
44887
44887
  firstName?: string | null | undefined;
44888
44888
  lastName?: string | null | undefined;
44889
44889
  } | null | undefined;
44890
- } & any) | null | undefined;
44890
+ } & /*elided*/ any) | null | undefined;
44891
44891
  subsequentTransactions?: ({
44892
44892
  status: "clearing" | "cleared" | "reconciled";
44893
44893
  id: string;
@@ -44980,7 +44980,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
44980
44980
  firstName?: string | null | undefined;
44981
44981
  lastName?: string | null | undefined;
44982
44982
  } | null | undefined;
44983
- } & any)[] | null | undefined;
44983
+ } & /*elided*/ any)[] | null | undefined;
44984
44984
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
44985
44985
  isReceipt?: boolean | null | undefined;
44986
44986
  isPayment?: boolean | null | undefined;
@@ -45177,7 +45177,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
45177
45177
  firstName?: string | null | undefined;
45178
45178
  lastName?: string | null | undefined;
45179
45179
  } | null | undefined;
45180
- } & any) | null | undefined;
45180
+ } & /*elided*/ any) | null | undefined;
45181
45181
  subsequentTransactions?: ({
45182
45182
  status: string;
45183
45183
  id: string;
@@ -45270,7 +45270,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
45270
45270
  firstName?: string | null | undefined;
45271
45271
  lastName?: string | null | undefined;
45272
45272
  } | null | undefined;
45273
- } & any)[] | null | undefined;
45273
+ } & /*elided*/ any)[] | null | undefined;
45274
45274
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
45275
45275
  }>>>>;
45276
45276
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -45528,7 +45528,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
45528
45528
  firstName?: string | null | undefined;
45529
45529
  lastName?: string | null | undefined;
45530
45530
  } | null | undefined;
45531
- } & any) | null | undefined;
45531
+ } & /*elided*/ any) | null | undefined;
45532
45532
  subsequentTransactions?: ({
45533
45533
  status: "clearing" | "cleared" | "reconciled";
45534
45534
  id: string;
@@ -45621,7 +45621,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
45621
45621
  firstName?: string | null | undefined;
45622
45622
  lastName?: string | null | undefined;
45623
45623
  } | null | undefined;
45624
- } & any)[] | null | undefined;
45624
+ } & /*elided*/ any)[] | null | undefined;
45625
45625
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
45626
45626
  isReceipt?: boolean | null | undefined;
45627
45627
  isPayment?: boolean | null | undefined;
@@ -45818,7 +45818,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
45818
45818
  firstName?: string | null | undefined;
45819
45819
  lastName?: string | null | undefined;
45820
45820
  } | null | undefined;
45821
- } & any) | null | undefined;
45821
+ } & /*elided*/ any) | null | undefined;
45822
45822
  subsequentTransactions?: ({
45823
45823
  status: string;
45824
45824
  id: string;
@@ -45911,7 +45911,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
45911
45911
  firstName?: string | null | undefined;
45912
45912
  lastName?: string | null | undefined;
45913
45913
  } | null | undefined;
45914
- } & any)[] | null | undefined;
45914
+ } & /*elided*/ any)[] | null | undefined;
45915
45915
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
45916
45916
  }>>>>;
45917
45917
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -46169,7 +46169,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
46169
46169
  firstName?: string | null | undefined;
46170
46170
  lastName?: string | null | undefined;
46171
46171
  } | null | undefined;
46172
- } & any) | null | undefined;
46172
+ } & /*elided*/ any) | null | undefined;
46173
46173
  subsequentTransactions?: ({
46174
46174
  status: "clearing" | "cleared" | "reconciled";
46175
46175
  id: string;
@@ -46262,7 +46262,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
46262
46262
  firstName?: string | null | undefined;
46263
46263
  lastName?: string | null | undefined;
46264
46264
  } | null | undefined;
46265
- } & any)[] | null | undefined;
46265
+ } & /*elided*/ any)[] | null | undefined;
46266
46266
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
46267
46267
  isReceipt?: boolean | null | undefined;
46268
46268
  isPayment?: boolean | null | undefined;
@@ -46459,7 +46459,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
46459
46459
  firstName?: string | null | undefined;
46460
46460
  lastName?: string | null | undefined;
46461
46461
  } | null | undefined;
46462
- } & any) | null | undefined;
46462
+ } & /*elided*/ any) | null | undefined;
46463
46463
  subsequentTransactions?: ({
46464
46464
  status: string;
46465
46465
  id: string;
@@ -46552,7 +46552,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
46552
46552
  firstName?: string | null | undefined;
46553
46553
  lastName?: string | null | undefined;
46554
46554
  } | null | undefined;
46555
- } & any)[] | null | undefined;
46555
+ } & /*elided*/ any)[] | null | undefined;
46556
46556
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
46557
46557
  }>>>>;
46558
46558
  }, z.ZodTypeAny, "passthrough">>;
@@ -48928,7 +48928,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
48928
48928
  firstName?: string | null | undefined;
48929
48929
  lastName?: string | null | undefined;
48930
48930
  } | null | undefined;
48931
- } & any) | null | undefined;
48931
+ } & /*elided*/ any) | null | undefined;
48932
48932
  subsequentTransactions?: ({
48933
48933
  status: "clearing" | "cleared" | "reconciled";
48934
48934
  id: string;
@@ -49021,7 +49021,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
49021
49021
  firstName?: string | null | undefined;
49022
49022
  lastName?: string | null | undefined;
49023
49023
  } | null | undefined;
49024
- } & any)[] | null | undefined;
49024
+ } & /*elided*/ any)[] | null | undefined;
49025
49025
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
49026
49026
  isReceipt?: boolean | null | undefined;
49027
49027
  isPayment?: boolean | null | undefined;
@@ -49218,7 +49218,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
49218
49218
  firstName?: string | null | undefined;
49219
49219
  lastName?: string | null | undefined;
49220
49220
  } | null | undefined;
49221
- } & any) | null | undefined;
49221
+ } & /*elided*/ any) | null | undefined;
49222
49222
  subsequentTransactions?: ({
49223
49223
  status: string;
49224
49224
  id: string;
@@ -49311,7 +49311,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
49311
49311
  firstName?: string | null | undefined;
49312
49312
  lastName?: string | null | undefined;
49313
49313
  } | null | undefined;
49314
- } & any)[] | null | undefined;
49314
+ } & /*elided*/ any)[] | null | undefined;
49315
49315
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
49316
49316
  }>>>>;
49317
49317
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -49569,7 +49569,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
49569
49569
  firstName?: string | null | undefined;
49570
49570
  lastName?: string | null | undefined;
49571
49571
  } | null | undefined;
49572
- } & any) | null | undefined;
49572
+ } & /*elided*/ any) | null | undefined;
49573
49573
  subsequentTransactions?: ({
49574
49574
  status: "clearing" | "cleared" | "reconciled";
49575
49575
  id: string;
@@ -49662,7 +49662,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
49662
49662
  firstName?: string | null | undefined;
49663
49663
  lastName?: string | null | undefined;
49664
49664
  } | null | undefined;
49665
- } & any)[] | null | undefined;
49665
+ } & /*elided*/ any)[] | null | undefined;
49666
49666
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
49667
49667
  isReceipt?: boolean | null | undefined;
49668
49668
  isPayment?: boolean | null | undefined;
@@ -49859,7 +49859,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
49859
49859
  firstName?: string | null | undefined;
49860
49860
  lastName?: string | null | undefined;
49861
49861
  } | null | undefined;
49862
- } & any) | null | undefined;
49862
+ } & /*elided*/ any) | null | undefined;
49863
49863
  subsequentTransactions?: ({
49864
49864
  status: string;
49865
49865
  id: string;
@@ -49952,7 +49952,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
49952
49952
  firstName?: string | null | undefined;
49953
49953
  lastName?: string | null | undefined;
49954
49954
  } | null | undefined;
49955
- } & any)[] | null | undefined;
49955
+ } & /*elided*/ any)[] | null | undefined;
49956
49956
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
49957
49957
  }>>>>;
49958
49958
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -50210,7 +50210,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
50210
50210
  firstName?: string | null | undefined;
50211
50211
  lastName?: string | null | undefined;
50212
50212
  } | null | undefined;
50213
- } & any) | null | undefined;
50213
+ } & /*elided*/ any) | null | undefined;
50214
50214
  subsequentTransactions?: ({
50215
50215
  status: "clearing" | "cleared" | "reconciled";
50216
50216
  id: string;
@@ -50303,7 +50303,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
50303
50303
  firstName?: string | null | undefined;
50304
50304
  lastName?: string | null | undefined;
50305
50305
  } | null | undefined;
50306
- } & any)[] | null | undefined;
50306
+ } & /*elided*/ any)[] | null | undefined;
50307
50307
  reconciledTransactions?: z.output<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
50308
50308
  isReceipt?: boolean | null | undefined;
50309
50309
  isPayment?: boolean | null | undefined;
@@ -50500,7 +50500,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
50500
50500
  firstName?: string | null | undefined;
50501
50501
  lastName?: string | null | undefined;
50502
50502
  } | null | undefined;
50503
- } & any) | null | undefined;
50503
+ } & /*elided*/ any) | null | undefined;
50504
50504
  subsequentTransactions?: ({
50505
50505
  status: string;
50506
50506
  id: string;
@@ -50593,7 +50593,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{} & {
50593
50593
  firstName?: string | null | undefined;
50594
50594
  lastName?: string | null | undefined;
50595
50595
  } | null | undefined;
50596
- } & any)[] | null | undefined;
50596
+ } & /*elided*/ any)[] | null | undefined;
50597
50597
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
50598
50598
  }>>>>;
50599
50599
  }, z.ZodTypeAny, "passthrough">>;