@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
@@ -1631,7 +1631,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1631
1631
  firstName?: string | null | undefined;
1632
1632
  lastName?: string | null | undefined;
1633
1633
  } | null | undefined;
1634
- } & any, "cma"> | null | undefined;
1634
+ } & /*elided*/ any, "cma"> | null | undefined;
1635
1635
  subsequentTransactions?: Omit<{
1636
1636
  status: "clearing" | "cleared" | "reconciled";
1637
1637
  id: string;
@@ -1723,7 +1723,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1723
1723
  firstName?: string | null | undefined;
1724
1724
  lastName?: string | null | undefined;
1725
1725
  } | null | undefined;
1726
- } & any, "cma">[] | null | undefined;
1726
+ } & /*elided*/ any, "cma">[] | null | undefined;
1727
1727
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
1728
1728
  isReceipt?: boolean | null | undefined;
1729
1729
  isPayment?: boolean | null | undefined;
@@ -1916,7 +1916,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1916
1916
  firstName?: string | null | undefined;
1917
1917
  lastName?: string | null | undefined;
1918
1918
  } | null | undefined;
1919
- } & any) | null | undefined;
1919
+ } & /*elided*/ any) | null | undefined;
1920
1920
  subsequentTransactions?: ({
1921
1921
  status: string;
1922
1922
  id: string;
@@ -2008,7 +2008,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2008
2008
  firstName?: string | null | undefined;
2009
2009
  lastName?: string | null | undefined;
2010
2010
  } | null | undefined;
2011
- } & any)[] | null | undefined;
2011
+ } & /*elided*/ any)[] | null | undefined;
2012
2012
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2013
2013
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
2014
2014
  }>, "many">>>;
@@ -2198,7 +2198,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2198
2198
  firstName?: string | null | undefined;
2199
2199
  lastName?: string | null | undefined;
2200
2200
  } | null | undefined;
2201
- } & any) | null | undefined;
2201
+ } & /*elided*/ any) | null | undefined;
2202
2202
  subsequentTransactions?: ({
2203
2203
  status: "clearing" | "cleared" | "reconciled";
2204
2204
  id: string;
@@ -2291,7 +2291,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2291
2291
  firstName?: string | null | undefined;
2292
2292
  lastName?: string | null | undefined;
2293
2293
  } | null | undefined;
2294
- } & any)[] | null | undefined;
2294
+ } & /*elided*/ any)[] | null | undefined;
2295
2295
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2296
2296
  isReceipt?: boolean | null | undefined;
2297
2297
  isPayment?: boolean | null | undefined;
@@ -2488,7 +2488,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2488
2488
  firstName?: string | null | undefined;
2489
2489
  lastName?: string | null | undefined;
2490
2490
  } | null | undefined;
2491
- } & any) | null | undefined;
2491
+ } & /*elided*/ any) | null | undefined;
2492
2492
  subsequentTransactions?: ({
2493
2493
  status: string;
2494
2494
  id: string;
@@ -2581,7 +2581,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2581
2581
  firstName?: string | null | undefined;
2582
2582
  lastName?: string | null | undefined;
2583
2583
  } | null | undefined;
2584
- } & any)[] | null | undefined;
2584
+ } & /*elided*/ any)[] | null | undefined;
2585
2585
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2586
2586
  }>, "many">>>;
2587
2587
  }, "strip", z.ZodTypeAny, {
@@ -2859,7 +2859,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2859
2859
  firstName?: string | null | undefined;
2860
2860
  lastName?: string | null | undefined;
2861
2861
  } | null | undefined;
2862
- } & any, "cma"> | null | undefined;
2862
+ } & /*elided*/ any, "cma"> | null | undefined;
2863
2863
  subsequentTransactions?: Omit<{
2864
2864
  status: "clearing" | "cleared" | "reconciled";
2865
2865
  id: string;
@@ -2951,7 +2951,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2951
2951
  firstName?: string | null | undefined;
2952
2952
  lastName?: string | null | undefined;
2953
2953
  } | null | undefined;
2954
- } & any, "cma">[] | null | undefined;
2954
+ } & /*elided*/ any, "cma">[] | null | undefined;
2955
2955
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2956
2956
  isReceipt?: boolean | null | undefined;
2957
2957
  isPayment?: boolean | null | undefined;
@@ -3147,7 +3147,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3147
3147
  firstName?: string | null | undefined;
3148
3148
  lastName?: string | null | undefined;
3149
3149
  } | null | undefined;
3150
- } & any) | null | undefined;
3150
+ } & /*elided*/ any) | null | undefined;
3151
3151
  subsequentTransactions?: ({
3152
3152
  status: "clearing" | "cleared" | "reconciled";
3153
3153
  id: string;
@@ -3240,7 +3240,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3240
3240
  firstName?: string | null | undefined;
3241
3241
  lastName?: string | null | undefined;
3242
3242
  } | null | undefined;
3243
- } & any)[] | null | undefined;
3243
+ } & /*elided*/ any)[] | null | undefined;
3244
3244
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3245
3245
  isReceipt?: boolean | null | undefined;
3246
3246
  isPayment?: boolean | null | undefined;
@@ -3527,7 +3527,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3527
3527
  firstName?: string | null | undefined;
3528
3528
  lastName?: string | null | undefined;
3529
3529
  } | null | undefined;
3530
- } & any) | null | undefined;
3530
+ } & /*elided*/ any) | null | undefined;
3531
3531
  subsequentTransactions?: ({
3532
3532
  status: string;
3533
3533
  id: string;
@@ -3619,7 +3619,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3619
3619
  firstName?: string | null | undefined;
3620
3620
  lastName?: string | null | undefined;
3621
3621
  } | null | undefined;
3622
- } & any)[] | null | undefined;
3622
+ } & /*elided*/ any)[] | null | undefined;
3623
3623
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
3624
3624
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
3625
3625
  })[] | null | undefined;
@@ -3809,7 +3809,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3809
3809
  firstName?: string | null | undefined;
3810
3810
  lastName?: string | null | undefined;
3811
3811
  } | null | undefined;
3812
- } & any) | null | undefined;
3812
+ } & /*elided*/ any) | null | undefined;
3813
3813
  subsequentTransactions?: ({
3814
3814
  status: string;
3815
3815
  id: string;
@@ -3902,7 +3902,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3902
3902
  firstName?: string | null | undefined;
3903
3903
  lastName?: string | null | undefined;
3904
3904
  } | null | undefined;
3905
- } & any)[] | null | undefined;
3905
+ } & /*elided*/ any)[] | null | undefined;
3906
3906
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3907
3907
  })[] | null | undefined;
3908
3908
  }>>>>;
@@ -4174,7 +4174,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
4174
4174
  firstName?: string | null | undefined;
4175
4175
  lastName?: string | null | undefined;
4176
4176
  } | null | undefined;
4177
- } & any, "cma"> | null | undefined;
4177
+ } & /*elided*/ any, "cma"> | null | undefined;
4178
4178
  subsequentTransactions?: Omit<{
4179
4179
  status: "clearing" | "cleared" | "reconciled";
4180
4180
  id: string;
@@ -4266,7 +4266,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
4266
4266
  firstName?: string | null | undefined;
4267
4267
  lastName?: string | null | undefined;
4268
4268
  } | null | undefined;
4269
- } & any, "cma">[] | null | undefined;
4269
+ } & /*elided*/ any, "cma">[] | null | undefined;
4270
4270
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
4271
4271
  isReceipt?: boolean | null | undefined;
4272
4272
  isPayment?: boolean | null | undefined;
@@ -4459,7 +4459,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
4459
4459
  firstName?: string | null | undefined;
4460
4460
  lastName?: string | null | undefined;
4461
4461
  } | null | undefined;
4462
- } & any) | null | undefined;
4462
+ } & /*elided*/ any) | null | undefined;
4463
4463
  subsequentTransactions?: ({
4464
4464
  status: string;
4465
4465
  id: string;
@@ -4551,7 +4551,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
4551
4551
  firstName?: string | null | undefined;
4552
4552
  lastName?: string | null | undefined;
4553
4553
  } | null | undefined;
4554
- } & any)[] | null | undefined;
4554
+ } & /*elided*/ any)[] | null | undefined;
4555
4555
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
4556
4556
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
4557
4557
  }>>>>;
@@ -4828,7 +4828,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
4828
4828
  firstName?: string | null | undefined;
4829
4829
  lastName?: string | null | undefined;
4830
4830
  } | null | undefined;
4831
- } & any) | null | undefined;
4831
+ } & /*elided*/ any) | null | undefined;
4832
4832
  subsequentTransactions?: ({
4833
4833
  status: "clearing" | "cleared" | "reconciled";
4834
4834
  id: string;
@@ -4921,7 +4921,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
4921
4921
  firstName?: string | null | undefined;
4922
4922
  lastName?: string | null | undefined;
4923
4923
  } | null | undefined;
4924
- } & any)[] | null | undefined;
4924
+ } & /*elided*/ any)[] | null | undefined;
4925
4925
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
4926
4926
  isReceipt?: boolean | null | undefined;
4927
4927
  isPayment?: boolean | null | undefined;
@@ -5118,7 +5118,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
5118
5118
  firstName?: string | null | undefined;
5119
5119
  lastName?: string | null | undefined;
5120
5120
  } | null | undefined;
5121
- } & any) | null | undefined;
5121
+ } & /*elided*/ any) | null | undefined;
5122
5122
  subsequentTransactions?: ({
5123
5123
  status: string;
5124
5124
  id: string;
@@ -5211,7 +5211,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
5211
5211
  firstName?: string | null | undefined;
5212
5212
  lastName?: string | null | undefined;
5213
5213
  } | null | undefined;
5214
- } & any)[] | null | undefined;
5214
+ } & /*elided*/ any)[] | null | undefined;
5215
5215
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
5216
5216
  }>>>>;
5217
5217
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -6597,7 +6597,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
6597
6597
  firstName?: string | null | undefined;
6598
6598
  lastName?: string | null | undefined;
6599
6599
  } | null | undefined;
6600
- } & any, "cma"> | null | undefined;
6600
+ } & /*elided*/ any, "cma"> | null | undefined;
6601
6601
  subsequentTransactions?: Omit<{
6602
6602
  status: "clearing" | "cleared" | "reconciled";
6603
6603
  id: string;
@@ -6689,7 +6689,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
6689
6689
  firstName?: string | null | undefined;
6690
6690
  lastName?: string | null | undefined;
6691
6691
  } | null | undefined;
6692
- } & any, "cma">[] | null | undefined;
6692
+ } & /*elided*/ any, "cma">[] | null | undefined;
6693
6693
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
6694
6694
  isReceipt?: boolean | null | undefined;
6695
6695
  isPayment?: boolean | null | undefined;
@@ -6885,7 +6885,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
6885
6885
  firstName?: string | null | undefined;
6886
6886
  lastName?: string | null | undefined;
6887
6887
  } | null | undefined;
6888
- } & any) | null | undefined;
6888
+ } & /*elided*/ any) | null | undefined;
6889
6889
  subsequentTransactions?: ({
6890
6890
  status: "clearing" | "cleared" | "reconciled";
6891
6891
  id: string;
@@ -6978,7 +6978,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
6978
6978
  firstName?: string | null | undefined;
6979
6979
  lastName?: string | null | undefined;
6980
6980
  } | null | undefined;
6981
- } & any)[] | null | undefined;
6981
+ } & /*elided*/ any)[] | null | undefined;
6982
6982
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
6983
6983
  isReceipt?: boolean | null | undefined;
6984
6984
  isPayment?: boolean | null | undefined;
@@ -7178,7 +7178,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
7178
7178
  firstName?: string | null | undefined;
7179
7179
  lastName?: string | null | undefined;
7180
7180
  } | null | undefined;
7181
- } & any) | null | undefined;
7181
+ } & /*elided*/ any) | null | undefined;
7182
7182
  subsequentTransactions?: ({
7183
7183
  status: "clearing" | "cleared" | "reconciled";
7184
7184
  id: string;
@@ -7271,7 +7271,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
7271
7271
  firstName?: string | null | undefined;
7272
7272
  lastName?: string | null | undefined;
7273
7273
  } | null | undefined;
7274
- } & any)[] | null | undefined;
7274
+ } & /*elided*/ any)[] | null | undefined;
7275
7275
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
7276
7276
  isReceipt?: boolean | null | undefined;
7277
7277
  isPayment?: boolean | null | undefined;
@@ -7467,7 +7467,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
7467
7467
  firstName?: string | null | undefined;
7468
7468
  lastName?: string | null | undefined;
7469
7469
  } | null | undefined;
7470
- } & any, "cma"> | null | undefined;
7470
+ } & /*elided*/ any, "cma"> | null | undefined;
7471
7471
  subsequentTransactions?: Omit<{
7472
7472
  status: "clearing" | "cleared" | "reconciled";
7473
7473
  id: string;
@@ -7559,7 +7559,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
7559
7559
  firstName?: string | null | undefined;
7560
7560
  lastName?: string | null | undefined;
7561
7561
  } | null | undefined;
7562
- } & any, "cma">[] | null | undefined;
7562
+ } & /*elided*/ any, "cma">[] | null | undefined;
7563
7563
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
7564
7564
  isReceipt?: boolean | null | undefined;
7565
7565
  isPayment?: boolean | null | undefined;
@@ -7906,7 +7906,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
7906
7906
  firstName?: string | null | undefined;
7907
7907
  lastName?: string | null | undefined;
7908
7908
  } | null | undefined;
7909
- } & any) | null | undefined;
7909
+ } & /*elided*/ any) | null | undefined;
7910
7910
  subsequentTransactions?: ({
7911
7911
  status: string;
7912
7912
  id: string;
@@ -7998,7 +7998,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
7998
7998
  firstName?: string | null | undefined;
7999
7999
  lastName?: string | null | undefined;
8000
8000
  } | null | undefined;
8001
- } & any)[] | null | undefined;
8001
+ } & /*elided*/ any)[] | null | undefined;
8002
8002
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
8003
8003
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
8004
8004
  })[] | null | undefined;
@@ -8188,7 +8188,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
8188
8188
  firstName?: string | null | undefined;
8189
8189
  lastName?: string | null | undefined;
8190
8190
  } | null | undefined;
8191
- } & any) | null | undefined;
8191
+ } & /*elided*/ any) | null | undefined;
8192
8192
  subsequentTransactions?: ({
8193
8193
  status: string;
8194
8194
  id: string;
@@ -8281,7 +8281,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
8281
8281
  firstName?: string | null | undefined;
8282
8282
  lastName?: string | null | undefined;
8283
8283
  } | null | undefined;
8284
- } & any)[] | null | undefined;
8284
+ } & /*elided*/ any)[] | null | undefined;
8285
8285
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
8286
8286
  })[] | null | undefined;
8287
8287
  } | null | undefined;
@@ -8693,7 +8693,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
8693
8693
  firstName?: string | null | undefined;
8694
8694
  lastName?: string | null | undefined;
8695
8695
  } | null | undefined;
8696
- } & any, "cma"> | null | undefined;
8696
+ } & /*elided*/ any, "cma"> | null | undefined;
8697
8697
  subsequentTransactions?: Omit<{
8698
8698
  status: "clearing" | "cleared" | "reconciled";
8699
8699
  id: string;
@@ -8785,7 +8785,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
8785
8785
  firstName?: string | null | undefined;
8786
8786
  lastName?: string | null | undefined;
8787
8787
  } | null | undefined;
8788
- } & any, "cma">[] | null | undefined;
8788
+ } & /*elided*/ any, "cma">[] | null | undefined;
8789
8789
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
8790
8790
  isReceipt?: boolean | null | undefined;
8791
8791
  isPayment?: boolean | null | undefined;
@@ -8981,7 +8981,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
8981
8981
  firstName?: string | null | undefined;
8982
8982
  lastName?: string | null | undefined;
8983
8983
  } | null | undefined;
8984
- } & any) | null | undefined;
8984
+ } & /*elided*/ any) | null | undefined;
8985
8985
  subsequentTransactions?: ({
8986
8986
  status: "clearing" | "cleared" | "reconciled";
8987
8987
  id: string;
@@ -9074,7 +9074,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
9074
9074
  firstName?: string | null | undefined;
9075
9075
  lastName?: string | null | undefined;
9076
9076
  } | null | undefined;
9077
- } & any)[] | null | undefined;
9077
+ } & /*elided*/ any)[] | null | undefined;
9078
9078
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
9079
9079
  isReceipt?: boolean | null | undefined;
9080
9080
  isPayment?: boolean | null | undefined;
@@ -9274,7 +9274,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
9274
9274
  firstName?: string | null | undefined;
9275
9275
  lastName?: string | null | undefined;
9276
9276
  } | null | undefined;
9277
- } & any) | null | undefined;
9277
+ } & /*elided*/ any) | null | undefined;
9278
9278
  subsequentTransactions?: ({
9279
9279
  status: "clearing" | "cleared" | "reconciled";
9280
9280
  id: string;
@@ -9367,7 +9367,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
9367
9367
  firstName?: string | null | undefined;
9368
9368
  lastName?: string | null | undefined;
9369
9369
  } | null | undefined;
9370
- } & any)[] | null | undefined;
9370
+ } & /*elided*/ any)[] | null | undefined;
9371
9371
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
9372
9372
  isReceipt?: boolean | null | undefined;
9373
9373
  isPayment?: boolean | null | undefined;
@@ -9563,7 +9563,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
9563
9563
  firstName?: string | null | undefined;
9564
9564
  lastName?: string | null | undefined;
9565
9565
  } | null | undefined;
9566
- } & any, "cma"> | null | undefined;
9566
+ } & /*elided*/ any, "cma"> | null | undefined;
9567
9567
  subsequentTransactions?: Omit<{
9568
9568
  status: "clearing" | "cleared" | "reconciled";
9569
9569
  id: string;
@@ -9655,7 +9655,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
9655
9655
  firstName?: string | null | undefined;
9656
9656
  lastName?: string | null | undefined;
9657
9657
  } | null | undefined;
9658
- } & any, "cma">[] | null | undefined;
9658
+ } & /*elided*/ any, "cma">[] | null | undefined;
9659
9659
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
9660
9660
  isReceipt?: boolean | null | undefined;
9661
9661
  isPayment?: boolean | null | undefined;
@@ -10126,7 +10126,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
10126
10126
  firstName?: string | null | undefined;
10127
10127
  lastName?: string | null | undefined;
10128
10128
  } | null | undefined;
10129
- } & any) | null | undefined;
10129
+ } & /*elided*/ any) | null | undefined;
10130
10130
  subsequentTransactions?: ({
10131
10131
  status: string;
10132
10132
  id: string;
@@ -10218,7 +10218,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
10218
10218
  firstName?: string | null | undefined;
10219
10219
  lastName?: string | null | undefined;
10220
10220
  } | null | undefined;
10221
- } & any)[] | null | undefined;
10221
+ } & /*elided*/ any)[] | null | undefined;
10222
10222
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
10223
10223
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
10224
10224
  })[] | null | undefined;
@@ -10408,7 +10408,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
10408
10408
  firstName?: string | null | undefined;
10409
10409
  lastName?: string | null | undefined;
10410
10410
  } | null | undefined;
10411
- } & any) | null | undefined;
10411
+ } & /*elided*/ any) | null | undefined;
10412
10412
  subsequentTransactions?: ({
10413
10413
  status: string;
10414
10414
  id: string;
@@ -10501,7 +10501,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
10501
10501
  firstName?: string | null | undefined;
10502
10502
  lastName?: string | null | undefined;
10503
10503
  } | null | undefined;
10504
- } & any)[] | null | undefined;
10504
+ } & /*elided*/ any)[] | null | undefined;
10505
10505
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
10506
10506
  })[] | null | undefined;
10507
10507
  } | null | undefined;
@@ -11652,7 +11652,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
11652
11652
  firstName?: string | null | undefined;
11653
11653
  lastName?: string | null | undefined;
11654
11654
  } | null | undefined;
11655
- } & any, "cma"> | null | undefined;
11655
+ } & /*elided*/ any, "cma"> | null | undefined;
11656
11656
  subsequentTransactions?: Omit<{
11657
11657
  status: "clearing" | "cleared" | "reconciled";
11658
11658
  id: string;
@@ -11744,7 +11744,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
11744
11744
  firstName?: string | null | undefined;
11745
11745
  lastName?: string | null | undefined;
11746
11746
  } | null | undefined;
11747
- } & any, "cma">[] | null | undefined;
11747
+ } & /*elided*/ any, "cma">[] | null | undefined;
11748
11748
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
11749
11749
  isReceipt?: boolean | null | undefined;
11750
11750
  isPayment?: boolean | null | undefined;
@@ -11937,7 +11937,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
11937
11937
  firstName?: string | null | undefined;
11938
11938
  lastName?: string | null | undefined;
11939
11939
  } | null | undefined;
11940
- } & any) | null | undefined;
11940
+ } & /*elided*/ any) | null | undefined;
11941
11941
  subsequentTransactions?: ({
11942
11942
  status: string;
11943
11943
  id: string;
@@ -12029,7 +12029,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
12029
12029
  firstName?: string | null | undefined;
12030
12030
  lastName?: string | null | undefined;
12031
12031
  } | null | undefined;
12032
- } & any)[] | null | undefined;
12032
+ } & /*elided*/ any)[] | null | undefined;
12033
12033
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
12034
12034
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
12035
12035
  }>, "many">>>;
@@ -12219,7 +12219,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
12219
12219
  firstName?: string | null | undefined;
12220
12220
  lastName?: string | null | undefined;
12221
12221
  } | null | undefined;
12222
- } & any) | null | undefined;
12222
+ } & /*elided*/ any) | null | undefined;
12223
12223
  subsequentTransactions?: ({
12224
12224
  status: "clearing" | "cleared" | "reconciled";
12225
12225
  id: string;
@@ -12312,7 +12312,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
12312
12312
  firstName?: string | null | undefined;
12313
12313
  lastName?: string | null | undefined;
12314
12314
  } | null | undefined;
12315
- } & any)[] | null | undefined;
12315
+ } & /*elided*/ any)[] | null | undefined;
12316
12316
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
12317
12317
  isReceipt?: boolean | null | undefined;
12318
12318
  isPayment?: boolean | null | undefined;
@@ -12509,7 +12509,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
12509
12509
  firstName?: string | null | undefined;
12510
12510
  lastName?: string | null | undefined;
12511
12511
  } | null | undefined;
12512
- } & any) | null | undefined;
12512
+ } & /*elided*/ any) | null | undefined;
12513
12513
  subsequentTransactions?: ({
12514
12514
  status: string;
12515
12515
  id: string;
@@ -12602,7 +12602,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
12602
12602
  firstName?: string | null | undefined;
12603
12603
  lastName?: string | null | undefined;
12604
12604
  } | null | undefined;
12605
- } & any)[] | null | undefined;
12605
+ } & /*elided*/ any)[] | null | undefined;
12606
12606
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
12607
12607
  }>, "many">>>;
12608
12608
  }, "strip", z.ZodTypeAny, {
@@ -12880,7 +12880,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
12880
12880
  firstName?: string | null | undefined;
12881
12881
  lastName?: string | null | undefined;
12882
12882
  } | null | undefined;
12883
- } & any, "cma"> | null | undefined;
12883
+ } & /*elided*/ any, "cma"> | null | undefined;
12884
12884
  subsequentTransactions?: Omit<{
12885
12885
  status: "clearing" | "cleared" | "reconciled";
12886
12886
  id: string;
@@ -12972,7 +12972,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
12972
12972
  firstName?: string | null | undefined;
12973
12973
  lastName?: string | null | undefined;
12974
12974
  } | null | undefined;
12975
- } & any, "cma">[] | null | undefined;
12975
+ } & /*elided*/ any, "cma">[] | null | undefined;
12976
12976
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
12977
12977
  isReceipt?: boolean | null | undefined;
12978
12978
  isPayment?: boolean | null | undefined;
@@ -13168,7 +13168,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
13168
13168
  firstName?: string | null | undefined;
13169
13169
  lastName?: string | null | undefined;
13170
13170
  } | null | undefined;
13171
- } & any) | null | undefined;
13171
+ } & /*elided*/ any) | null | undefined;
13172
13172
  subsequentTransactions?: ({
13173
13173
  status: "clearing" | "cleared" | "reconciled";
13174
13174
  id: string;
@@ -13261,7 +13261,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
13261
13261
  firstName?: string | null | undefined;
13262
13262
  lastName?: string | null | undefined;
13263
13263
  } | null | undefined;
13264
- } & any)[] | null | undefined;
13264
+ } & /*elided*/ any)[] | null | undefined;
13265
13265
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
13266
13266
  isReceipt?: boolean | null | undefined;
13267
13267
  isPayment?: boolean | null | undefined;
@@ -13548,7 +13548,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
13548
13548
  firstName?: string | null | undefined;
13549
13549
  lastName?: string | null | undefined;
13550
13550
  } | null | undefined;
13551
- } & any) | null | undefined;
13551
+ } & /*elided*/ any) | null | undefined;
13552
13552
  subsequentTransactions?: ({
13553
13553
  status: string;
13554
13554
  id: string;
@@ -13640,7 +13640,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
13640
13640
  firstName?: string | null | undefined;
13641
13641
  lastName?: string | null | undefined;
13642
13642
  } | null | undefined;
13643
- } & any)[] | null | undefined;
13643
+ } & /*elided*/ any)[] | null | undefined;
13644
13644
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
13645
13645
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
13646
13646
  })[] | null | undefined;
@@ -13830,7 +13830,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
13830
13830
  firstName?: string | null | undefined;
13831
13831
  lastName?: string | null | undefined;
13832
13832
  } | null | undefined;
13833
- } & any) | null | undefined;
13833
+ } & /*elided*/ any) | null | undefined;
13834
13834
  subsequentTransactions?: ({
13835
13835
  status: string;
13836
13836
  id: string;
@@ -13923,7 +13923,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
13923
13923
  firstName?: string | null | undefined;
13924
13924
  lastName?: string | null | undefined;
13925
13925
  } | null | undefined;
13926
- } & any)[] | null | undefined;
13926
+ } & /*elided*/ any)[] | null | undefined;
13927
13927
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
13928
13928
  })[] | null | undefined;
13929
13929
  }>>>>;
@@ -14195,7 +14195,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
14195
14195
  firstName?: string | null | undefined;
14196
14196
  lastName?: string | null | undefined;
14197
14197
  } | null | undefined;
14198
- } & any, "cma"> | null | undefined;
14198
+ } & /*elided*/ any, "cma"> | null | undefined;
14199
14199
  subsequentTransactions?: Omit<{
14200
14200
  status: "clearing" | "cleared" | "reconciled";
14201
14201
  id: string;
@@ -14287,7 +14287,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
14287
14287
  firstName?: string | null | undefined;
14288
14288
  lastName?: string | null | undefined;
14289
14289
  } | null | undefined;
14290
- } & any, "cma">[] | null | undefined;
14290
+ } & /*elided*/ any, "cma">[] | null | undefined;
14291
14291
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
14292
14292
  isReceipt?: boolean | null | undefined;
14293
14293
  isPayment?: boolean | null | undefined;
@@ -14480,7 +14480,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
14480
14480
  firstName?: string | null | undefined;
14481
14481
  lastName?: string | null | undefined;
14482
14482
  } | null | undefined;
14483
- } & any) | null | undefined;
14483
+ } & /*elided*/ any) | null | undefined;
14484
14484
  subsequentTransactions?: ({
14485
14485
  status: string;
14486
14486
  id: string;
@@ -14572,7 +14572,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
14572
14572
  firstName?: string | null | undefined;
14573
14573
  lastName?: string | null | undefined;
14574
14574
  } | null | undefined;
14575
- } & any)[] | null | undefined;
14575
+ } & /*elided*/ any)[] | null | undefined;
14576
14576
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
14577
14577
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
14578
14578
  }>>>>;
@@ -14849,7 +14849,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
14849
14849
  firstName?: string | null | undefined;
14850
14850
  lastName?: string | null | undefined;
14851
14851
  } | null | undefined;
14852
- } & any) | null | undefined;
14852
+ } & /*elided*/ any) | null | undefined;
14853
14853
  subsequentTransactions?: ({
14854
14854
  status: "clearing" | "cleared" | "reconciled";
14855
14855
  id: string;
@@ -14942,7 +14942,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
14942
14942
  firstName?: string | null | undefined;
14943
14943
  lastName?: string | null | undefined;
14944
14944
  } | null | undefined;
14945
- } & any)[] | null | undefined;
14945
+ } & /*elided*/ any)[] | null | undefined;
14946
14946
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
14947
14947
  isReceipt?: boolean | null | undefined;
14948
14948
  isPayment?: boolean | null | undefined;
@@ -15139,7 +15139,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
15139
15139
  firstName?: string | null | undefined;
15140
15140
  lastName?: string | null | undefined;
15141
15141
  } | null | undefined;
15142
- } & any) | null | undefined;
15142
+ } & /*elided*/ any) | null | undefined;
15143
15143
  subsequentTransactions?: ({
15144
15144
  status: string;
15145
15145
  id: string;
@@ -15232,7 +15232,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
15232
15232
  firstName?: string | null | undefined;
15233
15233
  lastName?: string | null | undefined;
15234
15234
  } | null | undefined;
15235
- } & any)[] | null | undefined;
15235
+ } & /*elided*/ any)[] | null | undefined;
15236
15236
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
15237
15237
  }>>>>;
15238
15238
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -16597,7 +16597,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
16597
16597
  firstName?: string | null | undefined;
16598
16598
  lastName?: string | null | undefined;
16599
16599
  } | null | undefined;
16600
- } & any, "cma"> | null | undefined;
16600
+ } & /*elided*/ any, "cma"> | null | undefined;
16601
16601
  subsequentTransactions?: Omit<{
16602
16602
  status: "clearing" | "cleared" | "reconciled";
16603
16603
  id: string;
@@ -16689,7 +16689,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
16689
16689
  firstName?: string | null | undefined;
16690
16690
  lastName?: string | null | undefined;
16691
16691
  } | null | undefined;
16692
- } & any, "cma">[] | null | undefined;
16692
+ } & /*elided*/ any, "cma">[] | null | undefined;
16693
16693
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
16694
16694
  isReceipt?: boolean | null | undefined;
16695
16695
  isPayment?: boolean | null | undefined;
@@ -16885,7 +16885,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
16885
16885
  firstName?: string | null | undefined;
16886
16886
  lastName?: string | null | undefined;
16887
16887
  } | null | undefined;
16888
- } & any) | null | undefined;
16888
+ } & /*elided*/ any) | null | undefined;
16889
16889
  subsequentTransactions?: ({
16890
16890
  status: "clearing" | "cleared" | "reconciled";
16891
16891
  id: string;
@@ -16978,7 +16978,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
16978
16978
  firstName?: string | null | undefined;
16979
16979
  lastName?: string | null | undefined;
16980
16980
  } | null | undefined;
16981
- } & any)[] | null | undefined;
16981
+ } & /*elided*/ any)[] | null | undefined;
16982
16982
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
16983
16983
  isReceipt?: boolean | null | undefined;
16984
16984
  isPayment?: boolean | null | undefined;
@@ -17178,7 +17178,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
17178
17178
  firstName?: string | null | undefined;
17179
17179
  lastName?: string | null | undefined;
17180
17180
  } | null | undefined;
17181
- } & any) | null | undefined;
17181
+ } & /*elided*/ any) | null | undefined;
17182
17182
  subsequentTransactions?: ({
17183
17183
  status: "clearing" | "cleared" | "reconciled";
17184
17184
  id: string;
@@ -17271,7 +17271,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
17271
17271
  firstName?: string | null | undefined;
17272
17272
  lastName?: string | null | undefined;
17273
17273
  } | null | undefined;
17274
- } & any)[] | null | undefined;
17274
+ } & /*elided*/ any)[] | null | undefined;
17275
17275
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
17276
17276
  isReceipt?: boolean | null | undefined;
17277
17277
  isPayment?: boolean | null | undefined;
@@ -17599,7 +17599,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
17599
17599
  firstName?: string | null | undefined;
17600
17600
  lastName?: string | null | undefined;
17601
17601
  } | null | undefined;
17602
- } & any) | null | undefined;
17602
+ } & /*elided*/ any) | null | undefined;
17603
17603
  subsequentTransactions?: ({
17604
17604
  status: string;
17605
17605
  id: string;
@@ -17691,7 +17691,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
17691
17691
  firstName?: string | null | undefined;
17692
17692
  lastName?: string | null | undefined;
17693
17693
  } | null | undefined;
17694
- } & any)[] | null | undefined;
17694
+ } & /*elided*/ any)[] | null | undefined;
17695
17695
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
17696
17696
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
17697
17697
  })[] | null | undefined;
@@ -17881,7 +17881,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
17881
17881
  firstName?: string | null | undefined;
17882
17882
  lastName?: string | null | undefined;
17883
17883
  } | null | undefined;
17884
- } & any) | null | undefined;
17884
+ } & /*elided*/ any) | null | undefined;
17885
17885
  subsequentTransactions?: ({
17886
17886
  status: string;
17887
17887
  id: string;
@@ -17974,7 +17974,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
17974
17974
  firstName?: string | null | undefined;
17975
17975
  lastName?: string | null | undefined;
17976
17976
  } | null | undefined;
17977
- } & any)[] | null | undefined;
17977
+ } & /*elided*/ any)[] | null | undefined;
17978
17978
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
17979
17979
  })[] | null | undefined;
17980
17980
  } | null | undefined;
@@ -18336,7 +18336,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
18336
18336
  firstName?: string | null | undefined;
18337
18337
  lastName?: string | null | undefined;
18338
18338
  } | null | undefined;
18339
- } & any, "cma"> | null | undefined;
18339
+ } & /*elided*/ any, "cma"> | null | undefined;
18340
18340
  subsequentTransactions?: Omit<{
18341
18341
  status: "clearing" | "cleared" | "reconciled";
18342
18342
  id: string;
@@ -18428,7 +18428,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
18428
18428
  firstName?: string | null | undefined;
18429
18429
  lastName?: string | null | undefined;
18430
18430
  } | null | undefined;
18431
- } & any, "cma">[] | null | undefined;
18431
+ } & /*elided*/ any, "cma">[] | null | undefined;
18432
18432
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
18433
18433
  isReceipt?: boolean | null | undefined;
18434
18434
  isPayment?: boolean | null | undefined;
@@ -18624,7 +18624,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
18624
18624
  firstName?: string | null | undefined;
18625
18625
  lastName?: string | null | undefined;
18626
18626
  } | null | undefined;
18627
- } & any) | null | undefined;
18627
+ } & /*elided*/ any) | null | undefined;
18628
18628
  subsequentTransactions?: ({
18629
18629
  status: "clearing" | "cleared" | "reconciled";
18630
18630
  id: string;
@@ -18717,7 +18717,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
18717
18717
  firstName?: string | null | undefined;
18718
18718
  lastName?: string | null | undefined;
18719
18719
  } | null | undefined;
18720
- } & any)[] | null | undefined;
18720
+ } & /*elided*/ any)[] | null | undefined;
18721
18721
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
18722
18722
  isReceipt?: boolean | null | undefined;
18723
18723
  isPayment?: boolean | null | undefined;
@@ -18917,7 +18917,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
18917
18917
  firstName?: string | null | undefined;
18918
18918
  lastName?: string | null | undefined;
18919
18919
  } | null | undefined;
18920
- } & any) | null | undefined;
18920
+ } & /*elided*/ any) | null | undefined;
18921
18921
  subsequentTransactions?: ({
18922
18922
  status: "clearing" | "cleared" | "reconciled";
18923
18923
  id: string;
@@ -19010,7 +19010,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
19010
19010
  firstName?: string | null | undefined;
19011
19011
  lastName?: string | null | undefined;
19012
19012
  } | null | undefined;
19013
- } & any)[] | null | undefined;
19013
+ } & /*elided*/ any)[] | null | undefined;
19014
19014
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
19015
19015
  isReceipt?: boolean | null | undefined;
19016
19016
  isPayment?: boolean | null | undefined;
@@ -19462,7 +19462,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
19462
19462
  firstName?: string | null | undefined;
19463
19463
  lastName?: string | null | undefined;
19464
19464
  } | null | undefined;
19465
- } & any) | null | undefined;
19465
+ } & /*elided*/ any) | null | undefined;
19466
19466
  subsequentTransactions?: ({
19467
19467
  status: string;
19468
19468
  id: string;
@@ -19554,7 +19554,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
19554
19554
  firstName?: string | null | undefined;
19555
19555
  lastName?: string | null | undefined;
19556
19556
  } | null | undefined;
19557
- } & any)[] | null | undefined;
19557
+ } & /*elided*/ any)[] | null | undefined;
19558
19558
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
19559
19559
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
19560
19560
  })[] | null | undefined;
@@ -19744,7 +19744,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
19744
19744
  firstName?: string | null | undefined;
19745
19745
  lastName?: string | null | undefined;
19746
19746
  } | null | undefined;
19747
- } & any) | null | undefined;
19747
+ } & /*elided*/ any) | null | undefined;
19748
19748
  subsequentTransactions?: ({
19749
19749
  status: string;
19750
19750
  id: string;
@@ -19837,7 +19837,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
19837
19837
  firstName?: string | null | undefined;
19838
19838
  lastName?: string | null | undefined;
19839
19839
  } | null | undefined;
19840
- } & any)[] | null | undefined;
19840
+ } & /*elided*/ any)[] | null | undefined;
19841
19841
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
19842
19842
  })[] | null | undefined;
19843
19843
  } | null | undefined;
@@ -20965,7 +20965,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
20965
20965
  firstName?: string | null | undefined;
20966
20966
  lastName?: string | null | undefined;
20967
20967
  } | null | undefined;
20968
- } & any, "cma"> | null | undefined;
20968
+ } & /*elided*/ any, "cma"> | null | undefined;
20969
20969
  subsequentTransactions?: Omit<{
20970
20970
  status: "clearing" | "cleared" | "reconciled";
20971
20971
  id: string;
@@ -21057,7 +21057,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
21057
21057
  firstName?: string | null | undefined;
21058
21058
  lastName?: string | null | undefined;
21059
21059
  } | null | undefined;
21060
- } & any, "cma">[] | null | undefined;
21060
+ } & /*elided*/ any, "cma">[] | null | undefined;
21061
21061
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
21062
21062
  isReceipt?: boolean | null | undefined;
21063
21063
  isPayment?: boolean | null | undefined;
@@ -21250,7 +21250,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
21250
21250
  firstName?: string | null | undefined;
21251
21251
  lastName?: string | null | undefined;
21252
21252
  } | null | undefined;
21253
- } & any) | null | undefined;
21253
+ } & /*elided*/ any) | null | undefined;
21254
21254
  subsequentTransactions?: ({
21255
21255
  status: string;
21256
21256
  id: string;
@@ -21342,7 +21342,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
21342
21342
  firstName?: string | null | undefined;
21343
21343
  lastName?: string | null | undefined;
21344
21344
  } | null | undefined;
21345
- } & any)[] | null | undefined;
21345
+ } & /*elided*/ any)[] | null | undefined;
21346
21346
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
21347
21347
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
21348
21348
  }>, "many">>>;
@@ -21532,7 +21532,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
21532
21532
  firstName?: string | null | undefined;
21533
21533
  lastName?: string | null | undefined;
21534
21534
  } | null | undefined;
21535
- } & any) | null | undefined;
21535
+ } & /*elided*/ any) | null | undefined;
21536
21536
  subsequentTransactions?: ({
21537
21537
  status: "clearing" | "cleared" | "reconciled";
21538
21538
  id: string;
@@ -21625,7 +21625,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
21625
21625
  firstName?: string | null | undefined;
21626
21626
  lastName?: string | null | undefined;
21627
21627
  } | null | undefined;
21628
- } & any)[] | null | undefined;
21628
+ } & /*elided*/ any)[] | null | undefined;
21629
21629
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
21630
21630
  isReceipt?: boolean | null | undefined;
21631
21631
  isPayment?: boolean | null | undefined;
@@ -21822,7 +21822,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
21822
21822
  firstName?: string | null | undefined;
21823
21823
  lastName?: string | null | undefined;
21824
21824
  } | null | undefined;
21825
- } & any) | null | undefined;
21825
+ } & /*elided*/ any) | null | undefined;
21826
21826
  subsequentTransactions?: ({
21827
21827
  status: string;
21828
21828
  id: string;
@@ -21915,7 +21915,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
21915
21915
  firstName?: string | null | undefined;
21916
21916
  lastName?: string | null | undefined;
21917
21917
  } | null | undefined;
21918
- } & any)[] | null | undefined;
21918
+ } & /*elided*/ any)[] | null | undefined;
21919
21919
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
21920
21920
  }>, "many">>>;
21921
21921
  }, "strip", z.ZodTypeAny, {
@@ -22193,7 +22193,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
22193
22193
  firstName?: string | null | undefined;
22194
22194
  lastName?: string | null | undefined;
22195
22195
  } | null | undefined;
22196
- } & any, "cma"> | null | undefined;
22196
+ } & /*elided*/ any, "cma"> | null | undefined;
22197
22197
  subsequentTransactions?: Omit<{
22198
22198
  status: "clearing" | "cleared" | "reconciled";
22199
22199
  id: string;
@@ -22285,7 +22285,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
22285
22285
  firstName?: string | null | undefined;
22286
22286
  lastName?: string | null | undefined;
22287
22287
  } | null | undefined;
22288
- } & any, "cma">[] | null | undefined;
22288
+ } & /*elided*/ any, "cma">[] | null | undefined;
22289
22289
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
22290
22290
  isReceipt?: boolean | null | undefined;
22291
22291
  isPayment?: boolean | null | undefined;
@@ -22481,7 +22481,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
22481
22481
  firstName?: string | null | undefined;
22482
22482
  lastName?: string | null | undefined;
22483
22483
  } | null | undefined;
22484
- } & any) | null | undefined;
22484
+ } & /*elided*/ any) | null | undefined;
22485
22485
  subsequentTransactions?: ({
22486
22486
  status: "clearing" | "cleared" | "reconciled";
22487
22487
  id: string;
@@ -22574,7 +22574,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
22574
22574
  firstName?: string | null | undefined;
22575
22575
  lastName?: string | null | undefined;
22576
22576
  } | null | undefined;
22577
- } & any)[] | null | undefined;
22577
+ } & /*elided*/ any)[] | null | undefined;
22578
22578
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
22579
22579
  isReceipt?: boolean | null | undefined;
22580
22580
  isPayment?: boolean | null | undefined;
@@ -22861,7 +22861,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
22861
22861
  firstName?: string | null | undefined;
22862
22862
  lastName?: string | null | undefined;
22863
22863
  } | null | undefined;
22864
- } & any) | null | undefined;
22864
+ } & /*elided*/ any) | null | undefined;
22865
22865
  subsequentTransactions?: ({
22866
22866
  status: string;
22867
22867
  id: string;
@@ -22953,7 +22953,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
22953
22953
  firstName?: string | null | undefined;
22954
22954
  lastName?: string | null | undefined;
22955
22955
  } | null | undefined;
22956
- } & any)[] | null | undefined;
22956
+ } & /*elided*/ any)[] | null | undefined;
22957
22957
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
22958
22958
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
22959
22959
  })[] | null | undefined;
@@ -23143,7 +23143,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
23143
23143
  firstName?: string | null | undefined;
23144
23144
  lastName?: string | null | undefined;
23145
23145
  } | null | undefined;
23146
- } & any) | null | undefined;
23146
+ } & /*elided*/ any) | null | undefined;
23147
23147
  subsequentTransactions?: ({
23148
23148
  status: string;
23149
23149
  id: string;
@@ -23236,7 +23236,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
23236
23236
  firstName?: string | null | undefined;
23237
23237
  lastName?: string | null | undefined;
23238
23238
  } | null | undefined;
23239
- } & any)[] | null | undefined;
23239
+ } & /*elided*/ any)[] | null | undefined;
23240
23240
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
23241
23241
  })[] | null | undefined;
23242
23242
  }>>>>;
@@ -23508,7 +23508,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
23508
23508
  firstName?: string | null | undefined;
23509
23509
  lastName?: string | null | undefined;
23510
23510
  } | null | undefined;
23511
- } & any, "cma"> | null | undefined;
23511
+ } & /*elided*/ any, "cma"> | null | undefined;
23512
23512
  subsequentTransactions?: Omit<{
23513
23513
  status: "clearing" | "cleared" | "reconciled";
23514
23514
  id: string;
@@ -23600,7 +23600,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
23600
23600
  firstName?: string | null | undefined;
23601
23601
  lastName?: string | null | undefined;
23602
23602
  } | null | undefined;
23603
- } & any, "cma">[] | null | undefined;
23603
+ } & /*elided*/ any, "cma">[] | null | undefined;
23604
23604
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
23605
23605
  isReceipt?: boolean | null | undefined;
23606
23606
  isPayment?: boolean | null | undefined;
@@ -23793,7 +23793,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
23793
23793
  firstName?: string | null | undefined;
23794
23794
  lastName?: string | null | undefined;
23795
23795
  } | null | undefined;
23796
- } & any) | null | undefined;
23796
+ } & /*elided*/ any) | null | undefined;
23797
23797
  subsequentTransactions?: ({
23798
23798
  status: string;
23799
23799
  id: string;
@@ -23885,7 +23885,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
23885
23885
  firstName?: string | null | undefined;
23886
23886
  lastName?: string | null | undefined;
23887
23887
  } | null | undefined;
23888
- } & any)[] | null | undefined;
23888
+ } & /*elided*/ any)[] | null | undefined;
23889
23889
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
23890
23890
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
23891
23891
  }>>>>;
@@ -24162,7 +24162,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
24162
24162
  firstName?: string | null | undefined;
24163
24163
  lastName?: string | null | undefined;
24164
24164
  } | null | undefined;
24165
- } & any) | null | undefined;
24165
+ } & /*elided*/ any) | null | undefined;
24166
24166
  subsequentTransactions?: ({
24167
24167
  status: "clearing" | "cleared" | "reconciled";
24168
24168
  id: string;
@@ -24255,7 +24255,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
24255
24255
  firstName?: string | null | undefined;
24256
24256
  lastName?: string | null | undefined;
24257
24257
  } | null | undefined;
24258
- } & any)[] | null | undefined;
24258
+ } & /*elided*/ any)[] | null | undefined;
24259
24259
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
24260
24260
  isReceipt?: boolean | null | undefined;
24261
24261
  isPayment?: boolean | null | undefined;
@@ -24452,7 +24452,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
24452
24452
  firstName?: string | null | undefined;
24453
24453
  lastName?: string | null | undefined;
24454
24454
  } | null | undefined;
24455
- } & any) | null | undefined;
24455
+ } & /*elided*/ any) | null | undefined;
24456
24456
  subsequentTransactions?: ({
24457
24457
  status: string;
24458
24458
  id: string;
@@ -24545,7 +24545,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
24545
24545
  firstName?: string | null | undefined;
24546
24546
  lastName?: string | null | undefined;
24547
24547
  } | null | undefined;
24548
- } & any)[] | null | undefined;
24548
+ } & /*elided*/ any)[] | null | undefined;
24549
24549
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
24550
24550
  }>>>>;
24551
24551
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -25911,7 +25911,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
25911
25911
  firstName?: string | null | undefined;
25912
25912
  lastName?: string | null | undefined;
25913
25913
  } | null | undefined;
25914
- } & any, "cma"> | null | undefined;
25914
+ } & /*elided*/ any, "cma"> | null | undefined;
25915
25915
  subsequentTransactions?: Omit<{
25916
25916
  status: "clearing" | "cleared" | "reconciled";
25917
25917
  id: string;
@@ -26003,7 +26003,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
26003
26003
  firstName?: string | null | undefined;
26004
26004
  lastName?: string | null | undefined;
26005
26005
  } | null | undefined;
26006
- } & any, "cma">[] | null | undefined;
26006
+ } & /*elided*/ any, "cma">[] | null | undefined;
26007
26007
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
26008
26008
  isReceipt?: boolean | null | undefined;
26009
26009
  isPayment?: boolean | null | undefined;
@@ -26199,7 +26199,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
26199
26199
  firstName?: string | null | undefined;
26200
26200
  lastName?: string | null | undefined;
26201
26201
  } | null | undefined;
26202
- } & any) | null | undefined;
26202
+ } & /*elided*/ any) | null | undefined;
26203
26203
  subsequentTransactions?: ({
26204
26204
  status: "clearing" | "cleared" | "reconciled";
26205
26205
  id: string;
@@ -26292,7 +26292,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
26292
26292
  firstName?: string | null | undefined;
26293
26293
  lastName?: string | null | undefined;
26294
26294
  } | null | undefined;
26295
- } & any)[] | null | undefined;
26295
+ } & /*elided*/ any)[] | null | undefined;
26296
26296
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
26297
26297
  isReceipt?: boolean | null | undefined;
26298
26298
  isPayment?: boolean | null | undefined;
@@ -26490,7 +26490,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
26490
26490
  firstName?: string | null | undefined;
26491
26491
  lastName?: string | null | undefined;
26492
26492
  } | null | undefined;
26493
- } & any, "cma"> | null | undefined;
26493
+ } & /*elided*/ any, "cma"> | null | undefined;
26494
26494
  subsequentTransactions?: Omit<{
26495
26495
  status: "clearing" | "cleared" | "reconciled";
26496
26496
  id: string;
@@ -26582,7 +26582,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
26582
26582
  firstName?: string | null | undefined;
26583
26583
  lastName?: string | null | undefined;
26584
26584
  } | null | undefined;
26585
- } & any, "cma">[] | null | undefined;
26585
+ } & /*elided*/ any, "cma">[] | null | undefined;
26586
26586
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
26587
26587
  isReceipt?: boolean | null | undefined;
26588
26588
  isPayment?: boolean | null | undefined;
@@ -26909,7 +26909,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
26909
26909
  firstName?: string | null | undefined;
26910
26910
  lastName?: string | null | undefined;
26911
26911
  } | null | undefined;
26912
- } & any) | null | undefined;
26912
+ } & /*elided*/ any) | null | undefined;
26913
26913
  subsequentTransactions?: ({
26914
26914
  status: string;
26915
26915
  id: string;
@@ -27001,7 +27001,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
27001
27001
  firstName?: string | null | undefined;
27002
27002
  lastName?: string | null | undefined;
27003
27003
  } | null | undefined;
27004
- } & any)[] | null | undefined;
27004
+ } & /*elided*/ any)[] | null | undefined;
27005
27005
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
27006
27006
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
27007
27007
  })[] | null | undefined;
@@ -27191,7 +27191,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
27191
27191
  firstName?: string | null | undefined;
27192
27192
  lastName?: string | null | undefined;
27193
27193
  } | null | undefined;
27194
- } & any) | null | undefined;
27194
+ } & /*elided*/ any) | null | undefined;
27195
27195
  subsequentTransactions?: ({
27196
27196
  status: string;
27197
27197
  id: string;
@@ -27284,7 +27284,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
27284
27284
  firstName?: string | null | undefined;
27285
27285
  lastName?: string | null | undefined;
27286
27286
  } | null | undefined;
27287
- } & any)[] | null | undefined;
27287
+ } & /*elided*/ any)[] | null | undefined;
27288
27288
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
27289
27289
  })[] | null | undefined;
27290
27290
  } | null | undefined;
@@ -27646,7 +27646,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
27646
27646
  firstName?: string | null | undefined;
27647
27647
  lastName?: string | null | undefined;
27648
27648
  } | null | undefined;
27649
- } & any, "cma"> | null | undefined;
27649
+ } & /*elided*/ any, "cma"> | null | undefined;
27650
27650
  subsequentTransactions?: Omit<{
27651
27651
  status: "clearing" | "cleared" | "reconciled";
27652
27652
  id: string;
@@ -27738,7 +27738,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
27738
27738
  firstName?: string | null | undefined;
27739
27739
  lastName?: string | null | undefined;
27740
27740
  } | null | undefined;
27741
- } & any, "cma">[] | null | undefined;
27741
+ } & /*elided*/ any, "cma">[] | null | undefined;
27742
27742
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
27743
27743
  isReceipt?: boolean | null | undefined;
27744
27744
  isPayment?: boolean | null | undefined;
@@ -27934,7 +27934,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
27934
27934
  firstName?: string | null | undefined;
27935
27935
  lastName?: string | null | undefined;
27936
27936
  } | null | undefined;
27937
- } & any) | null | undefined;
27937
+ } & /*elided*/ any) | null | undefined;
27938
27938
  subsequentTransactions?: ({
27939
27939
  status: "clearing" | "cleared" | "reconciled";
27940
27940
  id: string;
@@ -28027,7 +28027,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
28027
28027
  firstName?: string | null | undefined;
28028
28028
  lastName?: string | null | undefined;
28029
28029
  } | null | undefined;
28030
- } & any)[] | null | undefined;
28030
+ } & /*elided*/ any)[] | null | undefined;
28031
28031
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
28032
28032
  isReceipt?: boolean | null | undefined;
28033
28033
  isPayment?: boolean | null | undefined;
@@ -28225,7 +28225,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
28225
28225
  firstName?: string | null | undefined;
28226
28226
  lastName?: string | null | undefined;
28227
28227
  } | null | undefined;
28228
- } & any, "cma"> | null | undefined;
28228
+ } & /*elided*/ any, "cma"> | null | undefined;
28229
28229
  subsequentTransactions?: Omit<{
28230
28230
  status: "clearing" | "cleared" | "reconciled";
28231
28231
  id: string;
@@ -28317,7 +28317,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
28317
28317
  firstName?: string | null | undefined;
28318
28318
  lastName?: string | null | undefined;
28319
28319
  } | null | undefined;
28320
- } & any, "cma">[] | null | undefined;
28320
+ } & /*elided*/ any, "cma">[] | null | undefined;
28321
28321
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
28322
28322
  isReceipt?: boolean | null | undefined;
28323
28323
  isPayment?: boolean | null | undefined;
@@ -28769,7 +28769,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
28769
28769
  firstName?: string | null | undefined;
28770
28770
  lastName?: string | null | undefined;
28771
28771
  } | null | undefined;
28772
- } & any) | null | undefined;
28772
+ } & /*elided*/ any) | null | undefined;
28773
28773
  subsequentTransactions?: ({
28774
28774
  status: string;
28775
28775
  id: string;
@@ -28861,7 +28861,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
28861
28861
  firstName?: string | null | undefined;
28862
28862
  lastName?: string | null | undefined;
28863
28863
  } | null | undefined;
28864
- } & any)[] | null | undefined;
28864
+ } & /*elided*/ any)[] | null | undefined;
28865
28865
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
28866
28866
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
28867
28867
  })[] | null | undefined;
@@ -29051,7 +29051,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
29051
29051
  firstName?: string | null | undefined;
29052
29052
  lastName?: string | null | undefined;
29053
29053
  } | null | undefined;
29054
- } & any) | null | undefined;
29054
+ } & /*elided*/ any) | null | undefined;
29055
29055
  subsequentTransactions?: ({
29056
29056
  status: string;
29057
29057
  id: string;
@@ -29144,7 +29144,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
29144
29144
  firstName?: string | null | undefined;
29145
29145
  lastName?: string | null | undefined;
29146
29146
  } | null | undefined;
29147
- } & any)[] | null | undefined;
29147
+ } & /*elided*/ any)[] | null | undefined;
29148
29148
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
29149
29149
  })[] | null | undefined;
29150
29150
  } | null | undefined;
@@ -30266,7 +30266,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
30266
30266
  firstName?: string | null | undefined;
30267
30267
  lastName?: string | null | undefined;
30268
30268
  } | null | undefined;
30269
- } & any, "cma"> | null | undefined;
30269
+ } & /*elided*/ any, "cma"> | null | undefined;
30270
30270
  subsequentTransactions?: Omit<{
30271
30271
  status: "clearing" | "cleared" | "reconciled";
30272
30272
  id: string;
@@ -30358,7 +30358,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
30358
30358
  firstName?: string | null | undefined;
30359
30359
  lastName?: string | null | undefined;
30360
30360
  } | null | undefined;
30361
- } & any, "cma">[] | null | undefined;
30361
+ } & /*elided*/ any, "cma">[] | null | undefined;
30362
30362
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
30363
30363
  isReceipt?: boolean | null | undefined;
30364
30364
  isPayment?: boolean | null | undefined;
@@ -30551,7 +30551,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
30551
30551
  firstName?: string | null | undefined;
30552
30552
  lastName?: string | null | undefined;
30553
30553
  } | null | undefined;
30554
- } & any) | null | undefined;
30554
+ } & /*elided*/ any) | null | undefined;
30555
30555
  subsequentTransactions?: ({
30556
30556
  status: string;
30557
30557
  id: string;
@@ -30643,7 +30643,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
30643
30643
  firstName?: string | null | undefined;
30644
30644
  lastName?: string | null | undefined;
30645
30645
  } | null | undefined;
30646
- } & any)[] | null | undefined;
30646
+ } & /*elided*/ any)[] | null | undefined;
30647
30647
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
30648
30648
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
30649
30649
  }>, "many">>>;
@@ -30833,7 +30833,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
30833
30833
  firstName?: string | null | undefined;
30834
30834
  lastName?: string | null | undefined;
30835
30835
  } | null | undefined;
30836
- } & any) | null | undefined;
30836
+ } & /*elided*/ any) | null | undefined;
30837
30837
  subsequentTransactions?: ({
30838
30838
  status: "clearing" | "cleared" | "reconciled";
30839
30839
  id: string;
@@ -30926,7 +30926,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
30926
30926
  firstName?: string | null | undefined;
30927
30927
  lastName?: string | null | undefined;
30928
30928
  } | null | undefined;
30929
- } & any)[] | null | undefined;
30929
+ } & /*elided*/ any)[] | null | undefined;
30930
30930
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
30931
30931
  isReceipt?: boolean | null | undefined;
30932
30932
  isPayment?: boolean | null | undefined;
@@ -31123,7 +31123,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
31123
31123
  firstName?: string | null | undefined;
31124
31124
  lastName?: string | null | undefined;
31125
31125
  } | null | undefined;
31126
- } & any) | null | undefined;
31126
+ } & /*elided*/ any) | null | undefined;
31127
31127
  subsequentTransactions?: ({
31128
31128
  status: string;
31129
31129
  id: string;
@@ -31216,7 +31216,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
31216
31216
  firstName?: string | null | undefined;
31217
31217
  lastName?: string | null | undefined;
31218
31218
  } | null | undefined;
31219
- } & any)[] | null | undefined;
31219
+ } & /*elided*/ any)[] | null | undefined;
31220
31220
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
31221
31221
  }>, "many">>>;
31222
31222
  }, "strip", z.ZodTypeAny, {
@@ -31494,7 +31494,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
31494
31494
  firstName?: string | null | undefined;
31495
31495
  lastName?: string | null | undefined;
31496
31496
  } | null | undefined;
31497
- } & any, "cma"> | null | undefined;
31497
+ } & /*elided*/ any, "cma"> | null | undefined;
31498
31498
  subsequentTransactions?: Omit<{
31499
31499
  status: "clearing" | "cleared" | "reconciled";
31500
31500
  id: string;
@@ -31586,7 +31586,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
31586
31586
  firstName?: string | null | undefined;
31587
31587
  lastName?: string | null | undefined;
31588
31588
  } | null | undefined;
31589
- } & any, "cma">[] | null | undefined;
31589
+ } & /*elided*/ any, "cma">[] | null | undefined;
31590
31590
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
31591
31591
  isReceipt?: boolean | null | undefined;
31592
31592
  isPayment?: boolean | null | undefined;
@@ -31782,7 +31782,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
31782
31782
  firstName?: string | null | undefined;
31783
31783
  lastName?: string | null | undefined;
31784
31784
  } | null | undefined;
31785
- } & any) | null | undefined;
31785
+ } & /*elided*/ any) | null | undefined;
31786
31786
  subsequentTransactions?: ({
31787
31787
  status: "clearing" | "cleared" | "reconciled";
31788
31788
  id: string;
@@ -31875,7 +31875,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
31875
31875
  firstName?: string | null | undefined;
31876
31876
  lastName?: string | null | undefined;
31877
31877
  } | null | undefined;
31878
- } & any)[] | null | undefined;
31878
+ } & /*elided*/ any)[] | null | undefined;
31879
31879
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
31880
31880
  isReceipt?: boolean | null | undefined;
31881
31881
  isPayment?: boolean | null | undefined;
@@ -32162,7 +32162,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
32162
32162
  firstName?: string | null | undefined;
32163
32163
  lastName?: string | null | undefined;
32164
32164
  } | null | undefined;
32165
- } & any) | null | undefined;
32165
+ } & /*elided*/ any) | null | undefined;
32166
32166
  subsequentTransactions?: ({
32167
32167
  status: string;
32168
32168
  id: string;
@@ -32254,7 +32254,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
32254
32254
  firstName?: string | null | undefined;
32255
32255
  lastName?: string | null | undefined;
32256
32256
  } | null | undefined;
32257
- } & any)[] | null | undefined;
32257
+ } & /*elided*/ any)[] | null | undefined;
32258
32258
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
32259
32259
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
32260
32260
  })[] | null | undefined;
@@ -32444,7 +32444,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
32444
32444
  firstName?: string | null | undefined;
32445
32445
  lastName?: string | null | undefined;
32446
32446
  } | null | undefined;
32447
- } & any) | null | undefined;
32447
+ } & /*elided*/ any) | null | undefined;
32448
32448
  subsequentTransactions?: ({
32449
32449
  status: string;
32450
32450
  id: string;
@@ -32537,7 +32537,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
32537
32537
  firstName?: string | null | undefined;
32538
32538
  lastName?: string | null | undefined;
32539
32539
  } | null | undefined;
32540
- } & any)[] | null | undefined;
32540
+ } & /*elided*/ any)[] | null | undefined;
32541
32541
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
32542
32542
  })[] | null | undefined;
32543
32543
  }>>>>;
@@ -32809,7 +32809,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
32809
32809
  firstName?: string | null | undefined;
32810
32810
  lastName?: string | null | undefined;
32811
32811
  } | null | undefined;
32812
- } & any, "cma"> | null | undefined;
32812
+ } & /*elided*/ any, "cma"> | null | undefined;
32813
32813
  subsequentTransactions?: Omit<{
32814
32814
  status: "clearing" | "cleared" | "reconciled";
32815
32815
  id: string;
@@ -32901,7 +32901,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
32901
32901
  firstName?: string | null | undefined;
32902
32902
  lastName?: string | null | undefined;
32903
32903
  } | null | undefined;
32904
- } & any, "cma">[] | null | undefined;
32904
+ } & /*elided*/ any, "cma">[] | null | undefined;
32905
32905
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
32906
32906
  isReceipt?: boolean | null | undefined;
32907
32907
  isPayment?: boolean | null | undefined;
@@ -33094,7 +33094,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
33094
33094
  firstName?: string | null | undefined;
33095
33095
  lastName?: string | null | undefined;
33096
33096
  } | null | undefined;
33097
- } & any) | null | undefined;
33097
+ } & /*elided*/ any) | null | undefined;
33098
33098
  subsequentTransactions?: ({
33099
33099
  status: string;
33100
33100
  id: string;
@@ -33186,7 +33186,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
33186
33186
  firstName?: string | null | undefined;
33187
33187
  lastName?: string | null | undefined;
33188
33188
  } | null | undefined;
33189
- } & any)[] | null | undefined;
33189
+ } & /*elided*/ any)[] | null | undefined;
33190
33190
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
33191
33191
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
33192
33192
  }>>>>;
@@ -33463,7 +33463,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
33463
33463
  firstName?: string | null | undefined;
33464
33464
  lastName?: string | null | undefined;
33465
33465
  } | null | undefined;
33466
- } & any) | null | undefined;
33466
+ } & /*elided*/ any) | null | undefined;
33467
33467
  subsequentTransactions?: ({
33468
33468
  status: "clearing" | "cleared" | "reconciled";
33469
33469
  id: string;
@@ -33556,7 +33556,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
33556
33556
  firstName?: string | null | undefined;
33557
33557
  lastName?: string | null | undefined;
33558
33558
  } | null | undefined;
33559
- } & any)[] | null | undefined;
33559
+ } & /*elided*/ any)[] | null | undefined;
33560
33560
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
33561
33561
  isReceipt?: boolean | null | undefined;
33562
33562
  isPayment?: boolean | null | undefined;
@@ -33753,7 +33753,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
33753
33753
  firstName?: string | null | undefined;
33754
33754
  lastName?: string | null | undefined;
33755
33755
  } | null | undefined;
33756
- } & any) | null | undefined;
33756
+ } & /*elided*/ any) | null | undefined;
33757
33757
  subsequentTransactions?: ({
33758
33758
  status: string;
33759
33759
  id: string;
@@ -33846,7 +33846,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
33846
33846
  firstName?: string | null | undefined;
33847
33847
  lastName?: string | null | undefined;
33848
33848
  } | null | undefined;
33849
- } & any)[] | null | undefined;
33849
+ } & /*elided*/ any)[] | null | undefined;
33850
33850
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
33851
33851
  }>>>>;
33852
33852
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -36028,7 +36028,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
36028
36028
  firstName?: string | null | undefined;
36029
36029
  lastName?: string | null | undefined;
36030
36030
  } | null | undefined;
36031
- } & any, "cma"> | null | undefined;
36031
+ } & /*elided*/ any, "cma"> | null | undefined;
36032
36032
  subsequentTransactions?: Omit<{
36033
36033
  status: "clearing" | "cleared" | "reconciled";
36034
36034
  id: string;
@@ -36120,7 +36120,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
36120
36120
  firstName?: string | null | undefined;
36121
36121
  lastName?: string | null | undefined;
36122
36122
  } | null | undefined;
36123
- } & any, "cma">[] | null | undefined;
36123
+ } & /*elided*/ any, "cma">[] | null | undefined;
36124
36124
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
36125
36125
  isReceipt?: boolean | null | undefined;
36126
36126
  isPayment?: boolean | null | undefined;
@@ -36316,7 +36316,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
36316
36316
  firstName?: string | null | undefined;
36317
36317
  lastName?: string | null | undefined;
36318
36318
  } | null | undefined;
36319
- } & any) | null | undefined;
36319
+ } & /*elided*/ any) | null | undefined;
36320
36320
  subsequentTransactions?: ({
36321
36321
  status: "clearing" | "cleared" | "reconciled";
36322
36322
  id: string;
@@ -36409,7 +36409,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
36409
36409
  firstName?: string | null | undefined;
36410
36410
  lastName?: string | null | undefined;
36411
36411
  } | null | undefined;
36412
- } & any)[] | null | undefined;
36412
+ } & /*elided*/ any)[] | null | undefined;
36413
36413
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
36414
36414
  isReceipt?: boolean | null | undefined;
36415
36415
  isPayment?: boolean | null | undefined;
@@ -36609,7 +36609,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
36609
36609
  firstName?: string | null | undefined;
36610
36610
  lastName?: string | null | undefined;
36611
36611
  } | null | undefined;
36612
- } & any) | null | undefined;
36612
+ } & /*elided*/ any) | null | undefined;
36613
36613
  subsequentTransactions?: ({
36614
36614
  status: "clearing" | "cleared" | "reconciled";
36615
36615
  id: string;
@@ -36702,7 +36702,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
36702
36702
  firstName?: string | null | undefined;
36703
36703
  lastName?: string | null | undefined;
36704
36704
  } | null | undefined;
36705
- } & any)[] | null | undefined;
36705
+ } & /*elided*/ any)[] | null | undefined;
36706
36706
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
36707
36707
  isReceipt?: boolean | null | undefined;
36708
36708
  isPayment?: boolean | null | undefined;
@@ -37124,7 +37124,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
37124
37124
  firstName?: string | null | undefined;
37125
37125
  lastName?: string | null | undefined;
37126
37126
  } | null | undefined;
37127
- } & any) | null | undefined;
37127
+ } & /*elided*/ any) | null | undefined;
37128
37128
  subsequentTransactions?: ({
37129
37129
  status: string;
37130
37130
  id: string;
@@ -37216,7 +37216,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
37216
37216
  firstName?: string | null | undefined;
37217
37217
  lastName?: string | null | undefined;
37218
37218
  } | null | undefined;
37219
- } & any)[] | null | undefined;
37219
+ } & /*elided*/ any)[] | null | undefined;
37220
37220
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
37221
37221
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
37222
37222
  })[] | null | undefined;
@@ -37406,7 +37406,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
37406
37406
  firstName?: string | null | undefined;
37407
37407
  lastName?: string | null | undefined;
37408
37408
  } | null | undefined;
37409
- } & any) | null | undefined;
37409
+ } & /*elided*/ any) | null | undefined;
37410
37410
  subsequentTransactions?: ({
37411
37411
  status: string;
37412
37412
  id: string;
@@ -37499,7 +37499,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
37499
37499
  firstName?: string | null | undefined;
37500
37500
  lastName?: string | null | undefined;
37501
37501
  } | null | undefined;
37502
- } & any)[] | null | undefined;
37502
+ } & /*elided*/ any)[] | null | undefined;
37503
37503
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
37504
37504
  })[] | null | undefined;
37505
37505
  } | null | undefined;
@@ -37955,7 +37955,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
37955
37955
  firstName?: string | null | undefined;
37956
37956
  lastName?: string | null | undefined;
37957
37957
  } | null | undefined;
37958
- } & any, "cma"> | null | undefined;
37958
+ } & /*elided*/ any, "cma"> | null | undefined;
37959
37959
  subsequentTransactions?: Omit<{
37960
37960
  status: "clearing" | "cleared" | "reconciled";
37961
37961
  id: string;
@@ -38047,7 +38047,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
38047
38047
  firstName?: string | null | undefined;
38048
38048
  lastName?: string | null | undefined;
38049
38049
  } | null | undefined;
38050
- } & any, "cma">[] | null | undefined;
38050
+ } & /*elided*/ any, "cma">[] | null | undefined;
38051
38051
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
38052
38052
  isReceipt?: boolean | null | undefined;
38053
38053
  isPayment?: boolean | null | undefined;
@@ -38243,7 +38243,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
38243
38243
  firstName?: string | null | undefined;
38244
38244
  lastName?: string | null | undefined;
38245
38245
  } | null | undefined;
38246
- } & any) | null | undefined;
38246
+ } & /*elided*/ any) | null | undefined;
38247
38247
  subsequentTransactions?: ({
38248
38248
  status: "clearing" | "cleared" | "reconciled";
38249
38249
  id: string;
@@ -38336,7 +38336,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
38336
38336
  firstName?: string | null | undefined;
38337
38337
  lastName?: string | null | undefined;
38338
38338
  } | null | undefined;
38339
- } & any)[] | null | undefined;
38339
+ } & /*elided*/ any)[] | null | undefined;
38340
38340
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
38341
38341
  isReceipt?: boolean | null | undefined;
38342
38342
  isPayment?: boolean | null | undefined;
@@ -38536,7 +38536,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
38536
38536
  firstName?: string | null | undefined;
38537
38537
  lastName?: string | null | undefined;
38538
38538
  } | null | undefined;
38539
- } & any) | null | undefined;
38539
+ } & /*elided*/ any) | null | undefined;
38540
38540
  subsequentTransactions?: ({
38541
38541
  status: "clearing" | "cleared" | "reconciled";
38542
38542
  id: string;
@@ -38629,7 +38629,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
38629
38629
  firstName?: string | null | undefined;
38630
38630
  lastName?: string | null | undefined;
38631
38631
  } | null | undefined;
38632
- } & any)[] | null | undefined;
38632
+ } & /*elided*/ any)[] | null | undefined;
38633
38633
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
38634
38634
  isReceipt?: boolean | null | undefined;
38635
38635
  isPayment?: boolean | null | undefined;
@@ -39175,7 +39175,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
39175
39175
  firstName?: string | null | undefined;
39176
39176
  lastName?: string | null | undefined;
39177
39177
  } | null | undefined;
39178
- } & any) | null | undefined;
39178
+ } & /*elided*/ any) | null | undefined;
39179
39179
  subsequentTransactions?: ({
39180
39180
  status: string;
39181
39181
  id: string;
@@ -39267,7 +39267,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
39267
39267
  firstName?: string | null | undefined;
39268
39268
  lastName?: string | null | undefined;
39269
39269
  } | null | undefined;
39270
- } & any)[] | null | undefined;
39270
+ } & /*elided*/ any)[] | null | undefined;
39271
39271
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
39272
39272
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
39273
39273
  })[] | null | undefined;
@@ -39457,7 +39457,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
39457
39457
  firstName?: string | null | undefined;
39458
39458
  lastName?: string | null | undefined;
39459
39459
  } | null | undefined;
39460
- } & any) | null | undefined;
39460
+ } & /*elided*/ any) | null | undefined;
39461
39461
  subsequentTransactions?: ({
39462
39462
  status: string;
39463
39463
  id: string;
@@ -39550,7 +39550,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
39550
39550
  firstName?: string | null | undefined;
39551
39551
  lastName?: string | null | undefined;
39552
39552
  } | null | undefined;
39553
- } & any)[] | null | undefined;
39553
+ } & /*elided*/ any)[] | null | undefined;
39554
39554
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
39555
39555
  })[] | null | undefined;
39556
39556
  } | null | undefined;
@@ -40766,7 +40766,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
40766
40766
  firstName?: string | null | undefined;
40767
40767
  lastName?: string | null | undefined;
40768
40768
  } | null | undefined;
40769
- } & any, "cma"> | null | undefined;
40769
+ } & /*elided*/ any, "cma"> | null | undefined;
40770
40770
  subsequentTransactions?: Omit<{
40771
40771
  status: "clearing" | "cleared" | "reconciled";
40772
40772
  id: string;
@@ -40858,7 +40858,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
40858
40858
  firstName?: string | null | undefined;
40859
40859
  lastName?: string | null | undefined;
40860
40860
  } | null | undefined;
40861
- } & any, "cma">[] | null | undefined;
40861
+ } & /*elided*/ any, "cma">[] | null | undefined;
40862
40862
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
40863
40863
  isReceipt?: boolean | null | undefined;
40864
40864
  isPayment?: boolean | null | undefined;
@@ -41051,7 +41051,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
41051
41051
  firstName?: string | null | undefined;
41052
41052
  lastName?: string | null | undefined;
41053
41053
  } | null | undefined;
41054
- } & any) | null | undefined;
41054
+ } & /*elided*/ any) | null | undefined;
41055
41055
  subsequentTransactions?: ({
41056
41056
  status: string;
41057
41057
  id: string;
@@ -41143,7 +41143,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
41143
41143
  firstName?: string | null | undefined;
41144
41144
  lastName?: string | null | undefined;
41145
41145
  } | null | undefined;
41146
- } & any)[] | null | undefined;
41146
+ } & /*elided*/ any)[] | null | undefined;
41147
41147
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
41148
41148
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
41149
41149
  }>, "many">>>;
@@ -41333,7 +41333,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
41333
41333
  firstName?: string | null | undefined;
41334
41334
  lastName?: string | null | undefined;
41335
41335
  } | null | undefined;
41336
- } & any) | null | undefined;
41336
+ } & /*elided*/ any) | null | undefined;
41337
41337
  subsequentTransactions?: ({
41338
41338
  status: "clearing" | "cleared" | "reconciled";
41339
41339
  id: string;
@@ -41426,7 +41426,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
41426
41426
  firstName?: string | null | undefined;
41427
41427
  lastName?: string | null | undefined;
41428
41428
  } | null | undefined;
41429
- } & any)[] | null | undefined;
41429
+ } & /*elided*/ any)[] | null | undefined;
41430
41430
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
41431
41431
  isReceipt?: boolean | null | undefined;
41432
41432
  isPayment?: boolean | null | undefined;
@@ -41623,7 +41623,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
41623
41623
  firstName?: string | null | undefined;
41624
41624
  lastName?: string | null | undefined;
41625
41625
  } | null | undefined;
41626
- } & any) | null | undefined;
41626
+ } & /*elided*/ any) | null | undefined;
41627
41627
  subsequentTransactions?: ({
41628
41628
  status: string;
41629
41629
  id: string;
@@ -41716,7 +41716,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
41716
41716
  firstName?: string | null | undefined;
41717
41717
  lastName?: string | null | undefined;
41718
41718
  } | null | undefined;
41719
- } & any)[] | null | undefined;
41719
+ } & /*elided*/ any)[] | null | undefined;
41720
41720
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
41721
41721
  }>, "many">>>;
41722
41722
  }, "strip", z.ZodTypeAny, {
@@ -41994,7 +41994,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
41994
41994
  firstName?: string | null | undefined;
41995
41995
  lastName?: string | null | undefined;
41996
41996
  } | null | undefined;
41997
- } & any, "cma"> | null | undefined;
41997
+ } & /*elided*/ any, "cma"> | null | undefined;
41998
41998
  subsequentTransactions?: Omit<{
41999
41999
  status: "clearing" | "cleared" | "reconciled";
42000
42000
  id: string;
@@ -42086,7 +42086,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
42086
42086
  firstName?: string | null | undefined;
42087
42087
  lastName?: string | null | undefined;
42088
42088
  } | null | undefined;
42089
- } & any, "cma">[] | null | undefined;
42089
+ } & /*elided*/ any, "cma">[] | null | undefined;
42090
42090
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
42091
42091
  isReceipt?: boolean | null | undefined;
42092
42092
  isPayment?: boolean | null | undefined;
@@ -42282,7 +42282,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
42282
42282
  firstName?: string | null | undefined;
42283
42283
  lastName?: string | null | undefined;
42284
42284
  } | null | undefined;
42285
- } & any) | null | undefined;
42285
+ } & /*elided*/ any) | null | undefined;
42286
42286
  subsequentTransactions?: ({
42287
42287
  status: "clearing" | "cleared" | "reconciled";
42288
42288
  id: string;
@@ -42375,7 +42375,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
42375
42375
  firstName?: string | null | undefined;
42376
42376
  lastName?: string | null | undefined;
42377
42377
  } | null | undefined;
42378
- } & any)[] | null | undefined;
42378
+ } & /*elided*/ any)[] | null | undefined;
42379
42379
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
42380
42380
  isReceipt?: boolean | null | undefined;
42381
42381
  isPayment?: boolean | null | undefined;
@@ -42662,7 +42662,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
42662
42662
  firstName?: string | null | undefined;
42663
42663
  lastName?: string | null | undefined;
42664
42664
  } | null | undefined;
42665
- } & any) | null | undefined;
42665
+ } & /*elided*/ any) | null | undefined;
42666
42666
  subsequentTransactions?: ({
42667
42667
  status: string;
42668
42668
  id: string;
@@ -42754,7 +42754,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
42754
42754
  firstName?: string | null | undefined;
42755
42755
  lastName?: string | null | undefined;
42756
42756
  } | null | undefined;
42757
- } & any)[] | null | undefined;
42757
+ } & /*elided*/ any)[] | null | undefined;
42758
42758
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
42759
42759
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
42760
42760
  })[] | null | undefined;
@@ -42944,7 +42944,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
42944
42944
  firstName?: string | null | undefined;
42945
42945
  lastName?: string | null | undefined;
42946
42946
  } | null | undefined;
42947
- } & any) | null | undefined;
42947
+ } & /*elided*/ any) | null | undefined;
42948
42948
  subsequentTransactions?: ({
42949
42949
  status: string;
42950
42950
  id: string;
@@ -43037,7 +43037,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
43037
43037
  firstName?: string | null | undefined;
43038
43038
  lastName?: string | null | undefined;
43039
43039
  } | null | undefined;
43040
- } & any)[] | null | undefined;
43040
+ } & /*elided*/ any)[] | null | undefined;
43041
43041
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
43042
43042
  })[] | null | undefined;
43043
43043
  }>>>>;
@@ -43309,7 +43309,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
43309
43309
  firstName?: string | null | undefined;
43310
43310
  lastName?: string | null | undefined;
43311
43311
  } | null | undefined;
43312
- } & any, "cma"> | null | undefined;
43312
+ } & /*elided*/ any, "cma"> | null | undefined;
43313
43313
  subsequentTransactions?: Omit<{
43314
43314
  status: "clearing" | "cleared" | "reconciled";
43315
43315
  id: string;
@@ -43401,7 +43401,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
43401
43401
  firstName?: string | null | undefined;
43402
43402
  lastName?: string | null | undefined;
43403
43403
  } | null | undefined;
43404
- } & any, "cma">[] | null | undefined;
43404
+ } & /*elided*/ any, "cma">[] | null | undefined;
43405
43405
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
43406
43406
  isReceipt?: boolean | null | undefined;
43407
43407
  isPayment?: boolean | null | undefined;
@@ -43594,7 +43594,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
43594
43594
  firstName?: string | null | undefined;
43595
43595
  lastName?: string | null | undefined;
43596
43596
  } | null | undefined;
43597
- } & any) | null | undefined;
43597
+ } & /*elided*/ any) | null | undefined;
43598
43598
  subsequentTransactions?: ({
43599
43599
  status: string;
43600
43600
  id: string;
@@ -43686,7 +43686,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
43686
43686
  firstName?: string | null | undefined;
43687
43687
  lastName?: string | null | undefined;
43688
43688
  } | null | undefined;
43689
- } & any)[] | null | undefined;
43689
+ } & /*elided*/ any)[] | null | undefined;
43690
43690
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
43691
43691
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
43692
43692
  }>>>>;
@@ -43963,7 +43963,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
43963
43963
  firstName?: string | null | undefined;
43964
43964
  lastName?: string | null | undefined;
43965
43965
  } | null | undefined;
43966
- } & any) | null | undefined;
43966
+ } & /*elided*/ any) | null | undefined;
43967
43967
  subsequentTransactions?: ({
43968
43968
  status: "clearing" | "cleared" | "reconciled";
43969
43969
  id: string;
@@ -44056,7 +44056,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
44056
44056
  firstName?: string | null | undefined;
44057
44057
  lastName?: string | null | undefined;
44058
44058
  } | null | undefined;
44059
- } & any)[] | null | undefined;
44059
+ } & /*elided*/ any)[] | null | undefined;
44060
44060
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
44061
44061
  isReceipt?: boolean | null | undefined;
44062
44062
  isPayment?: boolean | null | undefined;
@@ -44253,7 +44253,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
44253
44253
  firstName?: string | null | undefined;
44254
44254
  lastName?: string | null | undefined;
44255
44255
  } | null | undefined;
44256
- } & any) | null | undefined;
44256
+ } & /*elided*/ any) | null | undefined;
44257
44257
  subsequentTransactions?: ({
44258
44258
  status: string;
44259
44259
  id: string;
@@ -44346,7 +44346,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
44346
44346
  firstName?: string | null | undefined;
44347
44347
  lastName?: string | null | undefined;
44348
44348
  } | null | undefined;
44349
- } & any)[] | null | undefined;
44349
+ } & /*elided*/ any)[] | null | undefined;
44350
44350
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
44351
44351
  }>>>>;
44352
44352
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -45711,7 +45711,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
45711
45711
  firstName?: string | null | undefined;
45712
45712
  lastName?: string | null | undefined;
45713
45713
  } | null | undefined;
45714
- } & any, "cma"> | null | undefined;
45714
+ } & /*elided*/ any, "cma"> | null | undefined;
45715
45715
  subsequentTransactions?: Omit<{
45716
45716
  status: "clearing" | "cleared" | "reconciled";
45717
45717
  id: string;
@@ -45803,7 +45803,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
45803
45803
  firstName?: string | null | undefined;
45804
45804
  lastName?: string | null | undefined;
45805
45805
  } | null | undefined;
45806
- } & any, "cma">[] | null | undefined;
45806
+ } & /*elided*/ any, "cma">[] | null | undefined;
45807
45807
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
45808
45808
  isReceipt?: boolean | null | undefined;
45809
45809
  isPayment?: boolean | null | undefined;
@@ -45999,7 +45999,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
45999
45999
  firstName?: string | null | undefined;
46000
46000
  lastName?: string | null | undefined;
46001
46001
  } | null | undefined;
46002
- } & any) | null | undefined;
46002
+ } & /*elided*/ any) | null | undefined;
46003
46003
  subsequentTransactions?: ({
46004
46004
  status: "clearing" | "cleared" | "reconciled";
46005
46005
  id: string;
@@ -46092,7 +46092,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
46092
46092
  firstName?: string | null | undefined;
46093
46093
  lastName?: string | null | undefined;
46094
46094
  } | null | undefined;
46095
- } & any)[] | null | undefined;
46095
+ } & /*elided*/ any)[] | null | undefined;
46096
46096
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
46097
46097
  isReceipt?: boolean | null | undefined;
46098
46098
  isPayment?: boolean | null | undefined;
@@ -46292,7 +46292,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
46292
46292
  firstName?: string | null | undefined;
46293
46293
  lastName?: string | null | undefined;
46294
46294
  } | null | undefined;
46295
- } & any) | null | undefined;
46295
+ } & /*elided*/ any) | null | undefined;
46296
46296
  subsequentTransactions?: ({
46297
46297
  status: "clearing" | "cleared" | "reconciled";
46298
46298
  id: string;
@@ -46385,7 +46385,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
46385
46385
  firstName?: string | null | undefined;
46386
46386
  lastName?: string | null | undefined;
46387
46387
  } | null | undefined;
46388
- } & any)[] | null | undefined;
46388
+ } & /*elided*/ any)[] | null | undefined;
46389
46389
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
46390
46390
  isReceipt?: boolean | null | undefined;
46391
46391
  isPayment?: boolean | null | undefined;
@@ -46713,7 +46713,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
46713
46713
  firstName?: string | null | undefined;
46714
46714
  lastName?: string | null | undefined;
46715
46715
  } | null | undefined;
46716
- } & any) | null | undefined;
46716
+ } & /*elided*/ any) | null | undefined;
46717
46717
  subsequentTransactions?: ({
46718
46718
  status: string;
46719
46719
  id: string;
@@ -46805,7 +46805,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
46805
46805
  firstName?: string | null | undefined;
46806
46806
  lastName?: string | null | undefined;
46807
46807
  } | null | undefined;
46808
- } & any)[] | null | undefined;
46808
+ } & /*elided*/ any)[] | null | undefined;
46809
46809
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
46810
46810
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
46811
46811
  })[] | null | undefined;
@@ -46995,7 +46995,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
46995
46995
  firstName?: string | null | undefined;
46996
46996
  lastName?: string | null | undefined;
46997
46997
  } | null | undefined;
46998
- } & any) | null | undefined;
46998
+ } & /*elided*/ any) | null | undefined;
46999
46999
  subsequentTransactions?: ({
47000
47000
  status: string;
47001
47001
  id: string;
@@ -47088,7 +47088,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
47088
47088
  firstName?: string | null | undefined;
47089
47089
  lastName?: string | null | undefined;
47090
47090
  } | null | undefined;
47091
- } & any)[] | null | undefined;
47091
+ } & /*elided*/ any)[] | null | undefined;
47092
47092
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
47093
47093
  })[] | null | undefined;
47094
47094
  } | null | undefined;
@@ -47450,7 +47450,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
47450
47450
  firstName?: string | null | undefined;
47451
47451
  lastName?: string | null | undefined;
47452
47452
  } | null | undefined;
47453
- } & any, "cma"> | null | undefined;
47453
+ } & /*elided*/ any, "cma"> | null | undefined;
47454
47454
  subsequentTransactions?: Omit<{
47455
47455
  status: "clearing" | "cleared" | "reconciled";
47456
47456
  id: string;
@@ -47542,7 +47542,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
47542
47542
  firstName?: string | null | undefined;
47543
47543
  lastName?: string | null | undefined;
47544
47544
  } | null | undefined;
47545
- } & any, "cma">[] | null | undefined;
47545
+ } & /*elided*/ any, "cma">[] | null | undefined;
47546
47546
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
47547
47547
  isReceipt?: boolean | null | undefined;
47548
47548
  isPayment?: boolean | null | undefined;
@@ -47738,7 +47738,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
47738
47738
  firstName?: string | null | undefined;
47739
47739
  lastName?: string | null | undefined;
47740
47740
  } | null | undefined;
47741
- } & any) | null | undefined;
47741
+ } & /*elided*/ any) | null | undefined;
47742
47742
  subsequentTransactions?: ({
47743
47743
  status: "clearing" | "cleared" | "reconciled";
47744
47744
  id: string;
@@ -47831,7 +47831,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
47831
47831
  firstName?: string | null | undefined;
47832
47832
  lastName?: string | null | undefined;
47833
47833
  } | null | undefined;
47834
- } & any)[] | null | undefined;
47834
+ } & /*elided*/ any)[] | null | undefined;
47835
47835
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
47836
47836
  isReceipt?: boolean | null | undefined;
47837
47837
  isPayment?: boolean | null | undefined;
@@ -48031,7 +48031,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
48031
48031
  firstName?: string | null | undefined;
48032
48032
  lastName?: string | null | undefined;
48033
48033
  } | null | undefined;
48034
- } & any) | null | undefined;
48034
+ } & /*elided*/ any) | null | undefined;
48035
48035
  subsequentTransactions?: ({
48036
48036
  status: "clearing" | "cleared" | "reconciled";
48037
48037
  id: string;
@@ -48124,7 +48124,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
48124
48124
  firstName?: string | null | undefined;
48125
48125
  lastName?: string | null | undefined;
48126
48126
  } | null | undefined;
48127
- } & any)[] | null | undefined;
48127
+ } & /*elided*/ any)[] | null | undefined;
48128
48128
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
48129
48129
  isReceipt?: boolean | null | undefined;
48130
48130
  isPayment?: boolean | null | undefined;
@@ -48576,7 +48576,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
48576
48576
  firstName?: string | null | undefined;
48577
48577
  lastName?: string | null | undefined;
48578
48578
  } | null | undefined;
48579
- } & any) | null | undefined;
48579
+ } & /*elided*/ any) | null | undefined;
48580
48580
  subsequentTransactions?: ({
48581
48581
  status: string;
48582
48582
  id: string;
@@ -48668,7 +48668,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
48668
48668
  firstName?: string | null | undefined;
48669
48669
  lastName?: string | null | undefined;
48670
48670
  } | null | undefined;
48671
- } & any)[] | null | undefined;
48671
+ } & /*elided*/ any)[] | null | undefined;
48672
48672
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
48673
48673
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
48674
48674
  })[] | null | undefined;
@@ -48858,7 +48858,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
48858
48858
  firstName?: string | null | undefined;
48859
48859
  lastName?: string | null | undefined;
48860
48860
  } | null | undefined;
48861
- } & any) | null | undefined;
48861
+ } & /*elided*/ any) | null | undefined;
48862
48862
  subsequentTransactions?: ({
48863
48863
  status: string;
48864
48864
  id: string;
@@ -48951,7 +48951,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
48951
48951
  firstName?: string | null | undefined;
48952
48952
  lastName?: string | null | undefined;
48953
48953
  } | null | undefined;
48954
- } & any)[] | null | undefined;
48954
+ } & /*elided*/ any)[] | null | undefined;
48955
48955
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
48956
48956
  })[] | null | undefined;
48957
48957
  } | null | undefined;
@@ -50078,7 +50078,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
50078
50078
  firstName?: string | null | undefined;
50079
50079
  lastName?: string | null | undefined;
50080
50080
  } | null | undefined;
50081
- } & any, "cma"> | null | undefined;
50081
+ } & /*elided*/ any, "cma"> | null | undefined;
50082
50082
  subsequentTransactions?: Omit<{
50083
50083
  status: "clearing" | "cleared" | "reconciled";
50084
50084
  id: string;
@@ -50170,7 +50170,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
50170
50170
  firstName?: string | null | undefined;
50171
50171
  lastName?: string | null | undefined;
50172
50172
  } | null | undefined;
50173
- } & any, "cma">[] | null | undefined;
50173
+ } & /*elided*/ any, "cma">[] | null | undefined;
50174
50174
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
50175
50175
  isReceipt?: boolean | null | undefined;
50176
50176
  isPayment?: boolean | null | undefined;
@@ -50363,7 +50363,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
50363
50363
  firstName?: string | null | undefined;
50364
50364
  lastName?: string | null | undefined;
50365
50365
  } | null | undefined;
50366
- } & any) | null | undefined;
50366
+ } & /*elided*/ any) | null | undefined;
50367
50367
  subsequentTransactions?: ({
50368
50368
  status: string;
50369
50369
  id: string;
@@ -50455,7 +50455,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
50455
50455
  firstName?: string | null | undefined;
50456
50456
  lastName?: string | null | undefined;
50457
50457
  } | null | undefined;
50458
- } & any)[] | null | undefined;
50458
+ } & /*elided*/ any)[] | null | undefined;
50459
50459
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
50460
50460
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
50461
50461
  }>, "many">>>;
@@ -50645,7 +50645,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
50645
50645
  firstName?: string | null | undefined;
50646
50646
  lastName?: string | null | undefined;
50647
50647
  } | null | undefined;
50648
- } & any) | null | undefined;
50648
+ } & /*elided*/ any) | null | undefined;
50649
50649
  subsequentTransactions?: ({
50650
50650
  status: "clearing" | "cleared" | "reconciled";
50651
50651
  id: string;
@@ -50738,7 +50738,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
50738
50738
  firstName?: string | null | undefined;
50739
50739
  lastName?: string | null | undefined;
50740
50740
  } | null | undefined;
50741
- } & any)[] | null | undefined;
50741
+ } & /*elided*/ any)[] | null | undefined;
50742
50742
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
50743
50743
  isReceipt?: boolean | null | undefined;
50744
50744
  isPayment?: boolean | null | undefined;
@@ -50935,7 +50935,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
50935
50935
  firstName?: string | null | undefined;
50936
50936
  lastName?: string | null | undefined;
50937
50937
  } | null | undefined;
50938
- } & any) | null | undefined;
50938
+ } & /*elided*/ any) | null | undefined;
50939
50939
  subsequentTransactions?: ({
50940
50940
  status: string;
50941
50941
  id: string;
@@ -51028,7 +51028,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
51028
51028
  firstName?: string | null | undefined;
51029
51029
  lastName?: string | null | undefined;
51030
51030
  } | null | undefined;
51031
- } & any)[] | null | undefined;
51031
+ } & /*elided*/ any)[] | null | undefined;
51032
51032
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
51033
51033
  }>, "many">>>;
51034
51034
  }, "strip", z.ZodTypeAny, {
@@ -51306,7 +51306,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
51306
51306
  firstName?: string | null | undefined;
51307
51307
  lastName?: string | null | undefined;
51308
51308
  } | null | undefined;
51309
- } & any, "cma"> | null | undefined;
51309
+ } & /*elided*/ any, "cma"> | null | undefined;
51310
51310
  subsequentTransactions?: Omit<{
51311
51311
  status: "clearing" | "cleared" | "reconciled";
51312
51312
  id: string;
@@ -51398,7 +51398,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
51398
51398
  firstName?: string | null | undefined;
51399
51399
  lastName?: string | null | undefined;
51400
51400
  } | null | undefined;
51401
- } & any, "cma">[] | null | undefined;
51401
+ } & /*elided*/ any, "cma">[] | null | undefined;
51402
51402
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
51403
51403
  isReceipt?: boolean | null | undefined;
51404
51404
  isPayment?: boolean | null | undefined;
@@ -51594,7 +51594,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
51594
51594
  firstName?: string | null | undefined;
51595
51595
  lastName?: string | null | undefined;
51596
51596
  } | null | undefined;
51597
- } & any) | null | undefined;
51597
+ } & /*elided*/ any) | null | undefined;
51598
51598
  subsequentTransactions?: ({
51599
51599
  status: "clearing" | "cleared" | "reconciled";
51600
51600
  id: string;
@@ -51687,7 +51687,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
51687
51687
  firstName?: string | null | undefined;
51688
51688
  lastName?: string | null | undefined;
51689
51689
  } | null | undefined;
51690
- } & any)[] | null | undefined;
51690
+ } & /*elided*/ any)[] | null | undefined;
51691
51691
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
51692
51692
  isReceipt?: boolean | null | undefined;
51693
51693
  isPayment?: boolean | null | undefined;
@@ -51974,7 +51974,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
51974
51974
  firstName?: string | null | undefined;
51975
51975
  lastName?: string | null | undefined;
51976
51976
  } | null | undefined;
51977
- } & any) | null | undefined;
51977
+ } & /*elided*/ any) | null | undefined;
51978
51978
  subsequentTransactions?: ({
51979
51979
  status: string;
51980
51980
  id: string;
@@ -52066,7 +52066,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
52066
52066
  firstName?: string | null | undefined;
52067
52067
  lastName?: string | null | undefined;
52068
52068
  } | null | undefined;
52069
- } & any)[] | null | undefined;
52069
+ } & /*elided*/ any)[] | null | undefined;
52070
52070
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
52071
52071
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
52072
52072
  })[] | null | undefined;
@@ -52256,7 +52256,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
52256
52256
  firstName?: string | null | undefined;
52257
52257
  lastName?: string | null | undefined;
52258
52258
  } | null | undefined;
52259
- } & any) | null | undefined;
52259
+ } & /*elided*/ any) | null | undefined;
52260
52260
  subsequentTransactions?: ({
52261
52261
  status: string;
52262
52262
  id: string;
@@ -52349,7 +52349,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
52349
52349
  firstName?: string | null | undefined;
52350
52350
  lastName?: string | null | undefined;
52351
52351
  } | null | undefined;
52352
- } & any)[] | null | undefined;
52352
+ } & /*elided*/ any)[] | null | undefined;
52353
52353
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
52354
52354
  })[] | null | undefined;
52355
52355
  }>>>>;
@@ -52621,7 +52621,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
52621
52621
  firstName?: string | null | undefined;
52622
52622
  lastName?: string | null | undefined;
52623
52623
  } | null | undefined;
52624
- } & any, "cma"> | null | undefined;
52624
+ } & /*elided*/ any, "cma"> | null | undefined;
52625
52625
  subsequentTransactions?: Omit<{
52626
52626
  status: "clearing" | "cleared" | "reconciled";
52627
52627
  id: string;
@@ -52713,7 +52713,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
52713
52713
  firstName?: string | null | undefined;
52714
52714
  lastName?: string | null | undefined;
52715
52715
  } | null | undefined;
52716
- } & any, "cma">[] | null | undefined;
52716
+ } & /*elided*/ any, "cma">[] | null | undefined;
52717
52717
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
52718
52718
  isReceipt?: boolean | null | undefined;
52719
52719
  isPayment?: boolean | null | undefined;
@@ -52906,7 +52906,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
52906
52906
  firstName?: string | null | undefined;
52907
52907
  lastName?: string | null | undefined;
52908
52908
  } | null | undefined;
52909
- } & any) | null | undefined;
52909
+ } & /*elided*/ any) | null | undefined;
52910
52910
  subsequentTransactions?: ({
52911
52911
  status: string;
52912
52912
  id: string;
@@ -52998,7 +52998,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
52998
52998
  firstName?: string | null | undefined;
52999
52999
  lastName?: string | null | undefined;
53000
53000
  } | null | undefined;
53001
- } & any)[] | null | undefined;
53001
+ } & /*elided*/ any)[] | null | undefined;
53002
53002
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
53003
53003
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
53004
53004
  }>>>>;
@@ -53275,7 +53275,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
53275
53275
  firstName?: string | null | undefined;
53276
53276
  lastName?: string | null | undefined;
53277
53277
  } | null | undefined;
53278
- } & any) | null | undefined;
53278
+ } & /*elided*/ any) | null | undefined;
53279
53279
  subsequentTransactions?: ({
53280
53280
  status: "clearing" | "cleared" | "reconciled";
53281
53281
  id: string;
@@ -53368,7 +53368,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
53368
53368
  firstName?: string | null | undefined;
53369
53369
  lastName?: string | null | undefined;
53370
53370
  } | null | undefined;
53371
- } & any)[] | null | undefined;
53371
+ } & /*elided*/ any)[] | null | undefined;
53372
53372
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
53373
53373
  isReceipt?: boolean | null | undefined;
53374
53374
  isPayment?: boolean | null | undefined;
@@ -53565,7 +53565,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
53565
53565
  firstName?: string | null | undefined;
53566
53566
  lastName?: string | null | undefined;
53567
53567
  } | null | undefined;
53568
- } & any) | null | undefined;
53568
+ } & /*elided*/ any) | null | undefined;
53569
53569
  subsequentTransactions?: ({
53570
53570
  status: string;
53571
53571
  id: string;
@@ -53658,7 +53658,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
53658
53658
  firstName?: string | null | undefined;
53659
53659
  lastName?: string | null | undefined;
53660
53660
  } | null | undefined;
53661
- } & any)[] | null | undefined;
53661
+ } & /*elided*/ any)[] | null | undefined;
53662
53662
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
53663
53663
  }>>>>;
53664
53664
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -55024,7 +55024,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
55024
55024
  firstName?: string | null | undefined;
55025
55025
  lastName?: string | null | undefined;
55026
55026
  } | null | undefined;
55027
- } & any, "cma"> | null | undefined;
55027
+ } & /*elided*/ any, "cma"> | null | undefined;
55028
55028
  subsequentTransactions?: Omit<{
55029
55029
  status: "clearing" | "cleared" | "reconciled";
55030
55030
  id: string;
@@ -55116,7 +55116,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
55116
55116
  firstName?: string | null | undefined;
55117
55117
  lastName?: string | null | undefined;
55118
55118
  } | null | undefined;
55119
- } & any, "cma">[] | null | undefined;
55119
+ } & /*elided*/ any, "cma">[] | null | undefined;
55120
55120
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
55121
55121
  isReceipt?: boolean | null | undefined;
55122
55122
  isPayment?: boolean | null | undefined;
@@ -55312,7 +55312,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
55312
55312
  firstName?: string | null | undefined;
55313
55313
  lastName?: string | null | undefined;
55314
55314
  } | null | undefined;
55315
- } & any) | null | undefined;
55315
+ } & /*elided*/ any) | null | undefined;
55316
55316
  subsequentTransactions?: ({
55317
55317
  status: "clearing" | "cleared" | "reconciled";
55318
55318
  id: string;
@@ -55405,7 +55405,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
55405
55405
  firstName?: string | null | undefined;
55406
55406
  lastName?: string | null | undefined;
55407
55407
  } | null | undefined;
55408
- } & any)[] | null | undefined;
55408
+ } & /*elided*/ any)[] | null | undefined;
55409
55409
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
55410
55410
  isReceipt?: boolean | null | undefined;
55411
55411
  isPayment?: boolean | null | undefined;
@@ -55603,7 +55603,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
55603
55603
  firstName?: string | null | undefined;
55604
55604
  lastName?: string | null | undefined;
55605
55605
  } | null | undefined;
55606
- } & any, "cma"> | null | undefined;
55606
+ } & /*elided*/ any, "cma"> | null | undefined;
55607
55607
  subsequentTransactions?: Omit<{
55608
55608
  status: "clearing" | "cleared" | "reconciled";
55609
55609
  id: string;
@@ -55695,7 +55695,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
55695
55695
  firstName?: string | null | undefined;
55696
55696
  lastName?: string | null | undefined;
55697
55697
  } | null | undefined;
55698
- } & any, "cma">[] | null | undefined;
55698
+ } & /*elided*/ any, "cma">[] | null | undefined;
55699
55699
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
55700
55700
  isReceipt?: boolean | null | undefined;
55701
55701
  isPayment?: boolean | null | undefined;
@@ -56022,7 +56022,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
56022
56022
  firstName?: string | null | undefined;
56023
56023
  lastName?: string | null | undefined;
56024
56024
  } | null | undefined;
56025
- } & any) | null | undefined;
56025
+ } & /*elided*/ any) | null | undefined;
56026
56026
  subsequentTransactions?: ({
56027
56027
  status: string;
56028
56028
  id: string;
@@ -56114,7 +56114,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
56114
56114
  firstName?: string | null | undefined;
56115
56115
  lastName?: string | null | undefined;
56116
56116
  } | null | undefined;
56117
- } & any)[] | null | undefined;
56117
+ } & /*elided*/ any)[] | null | undefined;
56118
56118
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
56119
56119
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
56120
56120
  })[] | null | undefined;
@@ -56304,7 +56304,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
56304
56304
  firstName?: string | null | undefined;
56305
56305
  lastName?: string | null | undefined;
56306
56306
  } | null | undefined;
56307
- } & any) | null | undefined;
56307
+ } & /*elided*/ any) | null | undefined;
56308
56308
  subsequentTransactions?: ({
56309
56309
  status: string;
56310
56310
  id: string;
@@ -56397,7 +56397,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
56397
56397
  firstName?: string | null | undefined;
56398
56398
  lastName?: string | null | undefined;
56399
56399
  } | null | undefined;
56400
- } & any)[] | null | undefined;
56400
+ } & /*elided*/ any)[] | null | undefined;
56401
56401
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
56402
56402
  })[] | null | undefined;
56403
56403
  } | null | undefined;
@@ -56759,7 +56759,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
56759
56759
  firstName?: string | null | undefined;
56760
56760
  lastName?: string | null | undefined;
56761
56761
  } | null | undefined;
56762
- } & any, "cma"> | null | undefined;
56762
+ } & /*elided*/ any, "cma"> | null | undefined;
56763
56763
  subsequentTransactions?: Omit<{
56764
56764
  status: "clearing" | "cleared" | "reconciled";
56765
56765
  id: string;
@@ -56851,7 +56851,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
56851
56851
  firstName?: string | null | undefined;
56852
56852
  lastName?: string | null | undefined;
56853
56853
  } | null | undefined;
56854
- } & any, "cma">[] | null | undefined;
56854
+ } & /*elided*/ any, "cma">[] | null | undefined;
56855
56855
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
56856
56856
  isReceipt?: boolean | null | undefined;
56857
56857
  isPayment?: boolean | null | undefined;
@@ -57047,7 +57047,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
57047
57047
  firstName?: string | null | undefined;
57048
57048
  lastName?: string | null | undefined;
57049
57049
  } | null | undefined;
57050
- } & any) | null | undefined;
57050
+ } & /*elided*/ any) | null | undefined;
57051
57051
  subsequentTransactions?: ({
57052
57052
  status: "clearing" | "cleared" | "reconciled";
57053
57053
  id: string;
@@ -57140,7 +57140,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
57140
57140
  firstName?: string | null | undefined;
57141
57141
  lastName?: string | null | undefined;
57142
57142
  } | null | undefined;
57143
- } & any)[] | null | undefined;
57143
+ } & /*elided*/ any)[] | null | undefined;
57144
57144
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
57145
57145
  isReceipt?: boolean | null | undefined;
57146
57146
  isPayment?: boolean | null | undefined;
@@ -57338,7 +57338,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
57338
57338
  firstName?: string | null | undefined;
57339
57339
  lastName?: string | null | undefined;
57340
57340
  } | null | undefined;
57341
- } & any, "cma"> | null | undefined;
57341
+ } & /*elided*/ any, "cma"> | null | undefined;
57342
57342
  subsequentTransactions?: Omit<{
57343
57343
  status: "clearing" | "cleared" | "reconciled";
57344
57344
  id: string;
@@ -57430,7 +57430,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
57430
57430
  firstName?: string | null | undefined;
57431
57431
  lastName?: string | null | undefined;
57432
57432
  } | null | undefined;
57433
- } & any, "cma">[] | null | undefined;
57433
+ } & /*elided*/ any, "cma">[] | null | undefined;
57434
57434
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
57435
57435
  isReceipt?: boolean | null | undefined;
57436
57436
  isPayment?: boolean | null | undefined;
@@ -57882,7 +57882,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
57882
57882
  firstName?: string | null | undefined;
57883
57883
  lastName?: string | null | undefined;
57884
57884
  } | null | undefined;
57885
- } & any) | null | undefined;
57885
+ } & /*elided*/ any) | null | undefined;
57886
57886
  subsequentTransactions?: ({
57887
57887
  status: string;
57888
57888
  id: string;
@@ -57974,7 +57974,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
57974
57974
  firstName?: string | null | undefined;
57975
57975
  lastName?: string | null | undefined;
57976
57976
  } | null | undefined;
57977
- } & any)[] | null | undefined;
57977
+ } & /*elided*/ any)[] | null | undefined;
57978
57978
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
57979
57979
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
57980
57980
  })[] | null | undefined;
@@ -58164,7 +58164,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
58164
58164
  firstName?: string | null | undefined;
58165
58165
  lastName?: string | null | undefined;
58166
58166
  } | null | undefined;
58167
- } & any) | null | undefined;
58167
+ } & /*elided*/ any) | null | undefined;
58168
58168
  subsequentTransactions?: ({
58169
58169
  status: string;
58170
58170
  id: string;
@@ -58257,7 +58257,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<"pay
58257
58257
  firstName?: string | null | undefined;
58258
58258
  lastName?: string | null | undefined;
58259
58259
  } | null | undefined;
58260
- } & any)[] | null | undefined;
58260
+ } & /*elided*/ any)[] | null | undefined;
58261
58261
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
58262
58262
  })[] | null | undefined;
58263
58263
  } | null | undefined;
@@ -59379,7 +59379,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
59379
59379
  firstName?: string | null | undefined;
59380
59380
  lastName?: string | null | undefined;
59381
59381
  } | null | undefined;
59382
- } & any, "cma"> | null | undefined;
59382
+ } & /*elided*/ any, "cma"> | null | undefined;
59383
59383
  subsequentTransactions?: Omit<{
59384
59384
  status: "clearing" | "cleared" | "reconciled";
59385
59385
  id: string;
@@ -59471,7 +59471,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
59471
59471
  firstName?: string | null | undefined;
59472
59472
  lastName?: string | null | undefined;
59473
59473
  } | null | undefined;
59474
- } & any, "cma">[] | null | undefined;
59474
+ } & /*elided*/ any, "cma">[] | null | undefined;
59475
59475
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
59476
59476
  isReceipt?: boolean | null | undefined;
59477
59477
  isPayment?: boolean | null | undefined;
@@ -59664,7 +59664,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
59664
59664
  firstName?: string | null | undefined;
59665
59665
  lastName?: string | null | undefined;
59666
59666
  } | null | undefined;
59667
- } & any) | null | undefined;
59667
+ } & /*elided*/ any) | null | undefined;
59668
59668
  subsequentTransactions?: ({
59669
59669
  status: string;
59670
59670
  id: string;
@@ -59756,7 +59756,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
59756
59756
  firstName?: string | null | undefined;
59757
59757
  lastName?: string | null | undefined;
59758
59758
  } | null | undefined;
59759
- } & any)[] | null | undefined;
59759
+ } & /*elided*/ any)[] | null | undefined;
59760
59760
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
59761
59761
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
59762
59762
  }>, "many">>>;
@@ -59946,7 +59946,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
59946
59946
  firstName?: string | null | undefined;
59947
59947
  lastName?: string | null | undefined;
59948
59948
  } | null | undefined;
59949
- } & any) | null | undefined;
59949
+ } & /*elided*/ any) | null | undefined;
59950
59950
  subsequentTransactions?: ({
59951
59951
  status: "clearing" | "cleared" | "reconciled";
59952
59952
  id: string;
@@ -60039,7 +60039,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
60039
60039
  firstName?: string | null | undefined;
60040
60040
  lastName?: string | null | undefined;
60041
60041
  } | null | undefined;
60042
- } & any)[] | null | undefined;
60042
+ } & /*elided*/ any)[] | null | undefined;
60043
60043
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
60044
60044
  isReceipt?: boolean | null | undefined;
60045
60045
  isPayment?: boolean | null | undefined;
@@ -60236,7 +60236,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
60236
60236
  firstName?: string | null | undefined;
60237
60237
  lastName?: string | null | undefined;
60238
60238
  } | null | undefined;
60239
- } & any) | null | undefined;
60239
+ } & /*elided*/ any) | null | undefined;
60240
60240
  subsequentTransactions?: ({
60241
60241
  status: string;
60242
60242
  id: string;
@@ -60329,7 +60329,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
60329
60329
  firstName?: string | null | undefined;
60330
60330
  lastName?: string | null | undefined;
60331
60331
  } | null | undefined;
60332
- } & any)[] | null | undefined;
60332
+ } & /*elided*/ any)[] | null | undefined;
60333
60333
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
60334
60334
  }>, "many">>>;
60335
60335
  }, "strip", z.ZodTypeAny, {
@@ -60607,7 +60607,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
60607
60607
  firstName?: string | null | undefined;
60608
60608
  lastName?: string | null | undefined;
60609
60609
  } | null | undefined;
60610
- } & any, "cma"> | null | undefined;
60610
+ } & /*elided*/ any, "cma"> | null | undefined;
60611
60611
  subsequentTransactions?: Omit<{
60612
60612
  status: "clearing" | "cleared" | "reconciled";
60613
60613
  id: string;
@@ -60699,7 +60699,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
60699
60699
  firstName?: string | null | undefined;
60700
60700
  lastName?: string | null | undefined;
60701
60701
  } | null | undefined;
60702
- } & any, "cma">[] | null | undefined;
60702
+ } & /*elided*/ any, "cma">[] | null | undefined;
60703
60703
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
60704
60704
  isReceipt?: boolean | null | undefined;
60705
60705
  isPayment?: boolean | null | undefined;
@@ -60895,7 +60895,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
60895
60895
  firstName?: string | null | undefined;
60896
60896
  lastName?: string | null | undefined;
60897
60897
  } | null | undefined;
60898
- } & any) | null | undefined;
60898
+ } & /*elided*/ any) | null | undefined;
60899
60899
  subsequentTransactions?: ({
60900
60900
  status: "clearing" | "cleared" | "reconciled";
60901
60901
  id: string;
@@ -60988,7 +60988,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
60988
60988
  firstName?: string | null | undefined;
60989
60989
  lastName?: string | null | undefined;
60990
60990
  } | null | undefined;
60991
- } & any)[] | null | undefined;
60991
+ } & /*elided*/ any)[] | null | undefined;
60992
60992
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
60993
60993
  isReceipt?: boolean | null | undefined;
60994
60994
  isPayment?: boolean | null | undefined;
@@ -61275,7 +61275,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
61275
61275
  firstName?: string | null | undefined;
61276
61276
  lastName?: string | null | undefined;
61277
61277
  } | null | undefined;
61278
- } & any) | null | undefined;
61278
+ } & /*elided*/ any) | null | undefined;
61279
61279
  subsequentTransactions?: ({
61280
61280
  status: string;
61281
61281
  id: string;
@@ -61367,7 +61367,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
61367
61367
  firstName?: string | null | undefined;
61368
61368
  lastName?: string | null | undefined;
61369
61369
  } | null | undefined;
61370
- } & any)[] | null | undefined;
61370
+ } & /*elided*/ any)[] | null | undefined;
61371
61371
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
61372
61372
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
61373
61373
  })[] | null | undefined;
@@ -61557,7 +61557,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
61557
61557
  firstName?: string | null | undefined;
61558
61558
  lastName?: string | null | undefined;
61559
61559
  } | null | undefined;
61560
- } & any) | null | undefined;
61560
+ } & /*elided*/ any) | null | undefined;
61561
61561
  subsequentTransactions?: ({
61562
61562
  status: string;
61563
61563
  id: string;
@@ -61650,7 +61650,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
61650
61650
  firstName?: string | null | undefined;
61651
61651
  lastName?: string | null | undefined;
61652
61652
  } | null | undefined;
61653
- } & any)[] | null | undefined;
61653
+ } & /*elided*/ any)[] | null | undefined;
61654
61654
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
61655
61655
  })[] | null | undefined;
61656
61656
  }>>>>;
@@ -61922,7 +61922,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
61922
61922
  firstName?: string | null | undefined;
61923
61923
  lastName?: string | null | undefined;
61924
61924
  } | null | undefined;
61925
- } & any, "cma"> | null | undefined;
61925
+ } & /*elided*/ any, "cma"> | null | undefined;
61926
61926
  subsequentTransactions?: Omit<{
61927
61927
  status: "clearing" | "cleared" | "reconciled";
61928
61928
  id: string;
@@ -62014,7 +62014,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
62014
62014
  firstName?: string | null | undefined;
62015
62015
  lastName?: string | null | undefined;
62016
62016
  } | null | undefined;
62017
- } & any, "cma">[] | null | undefined;
62017
+ } & /*elided*/ any, "cma">[] | null | undefined;
62018
62018
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
62019
62019
  isReceipt?: boolean | null | undefined;
62020
62020
  isPayment?: boolean | null | undefined;
@@ -62207,7 +62207,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
62207
62207
  firstName?: string | null | undefined;
62208
62208
  lastName?: string | null | undefined;
62209
62209
  } | null | undefined;
62210
- } & any) | null | undefined;
62210
+ } & /*elided*/ any) | null | undefined;
62211
62211
  subsequentTransactions?: ({
62212
62212
  status: string;
62213
62213
  id: string;
@@ -62299,7 +62299,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
62299
62299
  firstName?: string | null | undefined;
62300
62300
  lastName?: string | null | undefined;
62301
62301
  } | null | undefined;
62302
- } & any)[] | null | undefined;
62302
+ } & /*elided*/ any)[] | null | undefined;
62303
62303
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
62304
62304
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
62305
62305
  }>>>>;
@@ -62576,7 +62576,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
62576
62576
  firstName?: string | null | undefined;
62577
62577
  lastName?: string | null | undefined;
62578
62578
  } | null | undefined;
62579
- } & any) | null | undefined;
62579
+ } & /*elided*/ any) | null | undefined;
62580
62580
  subsequentTransactions?: ({
62581
62581
  status: "clearing" | "cleared" | "reconciled";
62582
62582
  id: string;
@@ -62669,7 +62669,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
62669
62669
  firstName?: string | null | undefined;
62670
62670
  lastName?: string | null | undefined;
62671
62671
  } | null | undefined;
62672
- } & any)[] | null | undefined;
62672
+ } & /*elided*/ any)[] | null | undefined;
62673
62673
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
62674
62674
  isReceipt?: boolean | null | undefined;
62675
62675
  isPayment?: boolean | null | undefined;
@@ -62866,7 +62866,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
62866
62866
  firstName?: string | null | undefined;
62867
62867
  lastName?: string | null | undefined;
62868
62868
  } | null | undefined;
62869
- } & any) | null | undefined;
62869
+ } & /*elided*/ any) | null | undefined;
62870
62870
  subsequentTransactions?: ({
62871
62871
  status: string;
62872
62872
  id: string;
@@ -62959,7 +62959,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
62959
62959
  firstName?: string | null | undefined;
62960
62960
  lastName?: string | null | undefined;
62961
62961
  } | null | undefined;
62962
- } & any)[] | null | undefined;
62962
+ } & /*elided*/ any)[] | null | undefined;
62963
62963
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
62964
62964
  }>>>>;
62965
62965
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -64345,7 +64345,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
64345
64345
  firstName?: string | null | undefined;
64346
64346
  lastName?: string | null | undefined;
64347
64347
  } | null | undefined;
64348
- } & any, "cma"> | null | undefined;
64348
+ } & /*elided*/ any, "cma"> | null | undefined;
64349
64349
  subsequentTransactions?: Omit<{
64350
64350
  status: "clearing" | "cleared" | "reconciled";
64351
64351
  id: string;
@@ -64437,7 +64437,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
64437
64437
  firstName?: string | null | undefined;
64438
64438
  lastName?: string | null | undefined;
64439
64439
  } | null | undefined;
64440
- } & any, "cma">[] | null | undefined;
64440
+ } & /*elided*/ any, "cma">[] | null | undefined;
64441
64441
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
64442
64442
  isReceipt?: boolean | null | undefined;
64443
64443
  isPayment?: boolean | null | undefined;
@@ -64633,7 +64633,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
64633
64633
  firstName?: string | null | undefined;
64634
64634
  lastName?: string | null | undefined;
64635
64635
  } | null | undefined;
64636
- } & any) | null | undefined;
64636
+ } & /*elided*/ any) | null | undefined;
64637
64637
  subsequentTransactions?: ({
64638
64638
  status: "clearing" | "cleared" | "reconciled";
64639
64639
  id: string;
@@ -64726,7 +64726,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
64726
64726
  firstName?: string | null | undefined;
64727
64727
  lastName?: string | null | undefined;
64728
64728
  } | null | undefined;
64729
- } & any)[] | null | undefined;
64729
+ } & /*elided*/ any)[] | null | undefined;
64730
64730
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
64731
64731
  isReceipt?: boolean | null | undefined;
64732
64732
  isPayment?: boolean | null | undefined;
@@ -64926,7 +64926,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
64926
64926
  firstName?: string | null | undefined;
64927
64927
  lastName?: string | null | undefined;
64928
64928
  } | null | undefined;
64929
- } & any) | null | undefined;
64929
+ } & /*elided*/ any) | null | undefined;
64930
64930
  subsequentTransactions?: ({
64931
64931
  status: "clearing" | "cleared" | "reconciled";
64932
64932
  id: string;
@@ -65019,7 +65019,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
65019
65019
  firstName?: string | null | undefined;
65020
65020
  lastName?: string | null | undefined;
65021
65021
  } | null | undefined;
65022
- } & any)[] | null | undefined;
65022
+ } & /*elided*/ any)[] | null | undefined;
65023
65023
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
65024
65024
  isReceipt?: boolean | null | undefined;
65025
65025
  isPayment?: boolean | null | undefined;
@@ -65215,7 +65215,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
65215
65215
  firstName?: string | null | undefined;
65216
65216
  lastName?: string | null | undefined;
65217
65217
  } | null | undefined;
65218
- } & any, "cma"> | null | undefined;
65218
+ } & /*elided*/ any, "cma"> | null | undefined;
65219
65219
  subsequentTransactions?: Omit<{
65220
65220
  status: "clearing" | "cleared" | "reconciled";
65221
65221
  id: string;
@@ -65307,7 +65307,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
65307
65307
  firstName?: string | null | undefined;
65308
65308
  lastName?: string | null | undefined;
65309
65309
  } | null | undefined;
65310
- } & any, "cma">[] | null | undefined;
65310
+ } & /*elided*/ any, "cma">[] | null | undefined;
65311
65311
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
65312
65312
  isReceipt?: boolean | null | undefined;
65313
65313
  isPayment?: boolean | null | undefined;
@@ -65654,7 +65654,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
65654
65654
  firstName?: string | null | undefined;
65655
65655
  lastName?: string | null | undefined;
65656
65656
  } | null | undefined;
65657
- } & any) | null | undefined;
65657
+ } & /*elided*/ any) | null | undefined;
65658
65658
  subsequentTransactions?: ({
65659
65659
  status: string;
65660
65660
  id: string;
@@ -65746,7 +65746,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
65746
65746
  firstName?: string | null | undefined;
65747
65747
  lastName?: string | null | undefined;
65748
65748
  } | null | undefined;
65749
- } & any)[] | null | undefined;
65749
+ } & /*elided*/ any)[] | null | undefined;
65750
65750
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
65751
65751
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
65752
65752
  })[] | null | undefined;
@@ -65936,7 +65936,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
65936
65936
  firstName?: string | null | undefined;
65937
65937
  lastName?: string | null | undefined;
65938
65938
  } | null | undefined;
65939
- } & any) | null | undefined;
65939
+ } & /*elided*/ any) | null | undefined;
65940
65940
  subsequentTransactions?: ({
65941
65941
  status: string;
65942
65942
  id: string;
@@ -66029,7 +66029,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
66029
66029
  firstName?: string | null | undefined;
66030
66030
  lastName?: string | null | undefined;
66031
66031
  } | null | undefined;
66032
- } & any)[] | null | undefined;
66032
+ } & /*elided*/ any)[] | null | undefined;
66033
66033
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
66034
66034
  })[] | null | undefined;
66035
66035
  } | null | undefined;
@@ -66441,7 +66441,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
66441
66441
  firstName?: string | null | undefined;
66442
66442
  lastName?: string | null | undefined;
66443
66443
  } | null | undefined;
66444
- } & any, "cma"> | null | undefined;
66444
+ } & /*elided*/ any, "cma"> | null | undefined;
66445
66445
  subsequentTransactions?: Omit<{
66446
66446
  status: "clearing" | "cleared" | "reconciled";
66447
66447
  id: string;
@@ -66533,7 +66533,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
66533
66533
  firstName?: string | null | undefined;
66534
66534
  lastName?: string | null | undefined;
66535
66535
  } | null | undefined;
66536
- } & any, "cma">[] | null | undefined;
66536
+ } & /*elided*/ any, "cma">[] | null | undefined;
66537
66537
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
66538
66538
  isReceipt?: boolean | null | undefined;
66539
66539
  isPayment?: boolean | null | undefined;
@@ -66729,7 +66729,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
66729
66729
  firstName?: string | null | undefined;
66730
66730
  lastName?: string | null | undefined;
66731
66731
  } | null | undefined;
66732
- } & any) | null | undefined;
66732
+ } & /*elided*/ any) | null | undefined;
66733
66733
  subsequentTransactions?: ({
66734
66734
  status: "clearing" | "cleared" | "reconciled";
66735
66735
  id: string;
@@ -66822,7 +66822,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
66822
66822
  firstName?: string | null | undefined;
66823
66823
  lastName?: string | null | undefined;
66824
66824
  } | null | undefined;
66825
- } & any)[] | null | undefined;
66825
+ } & /*elided*/ any)[] | null | undefined;
66826
66826
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
66827
66827
  isReceipt?: boolean | null | undefined;
66828
66828
  isPayment?: boolean | null | undefined;
@@ -67022,7 +67022,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
67022
67022
  firstName?: string | null | undefined;
67023
67023
  lastName?: string | null | undefined;
67024
67024
  } | null | undefined;
67025
- } & any) | null | undefined;
67025
+ } & /*elided*/ any) | null | undefined;
67026
67026
  subsequentTransactions?: ({
67027
67027
  status: "clearing" | "cleared" | "reconciled";
67028
67028
  id: string;
@@ -67115,7 +67115,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
67115
67115
  firstName?: string | null | undefined;
67116
67116
  lastName?: string | null | undefined;
67117
67117
  } | null | undefined;
67118
- } & any)[] | null | undefined;
67118
+ } & /*elided*/ any)[] | null | undefined;
67119
67119
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
67120
67120
  isReceipt?: boolean | null | undefined;
67121
67121
  isPayment?: boolean | null | undefined;
@@ -67311,7 +67311,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
67311
67311
  firstName?: string | null | undefined;
67312
67312
  lastName?: string | null | undefined;
67313
67313
  } | null | undefined;
67314
- } & any, "cma"> | null | undefined;
67314
+ } & /*elided*/ any, "cma"> | null | undefined;
67315
67315
  subsequentTransactions?: Omit<{
67316
67316
  status: "clearing" | "cleared" | "reconciled";
67317
67317
  id: string;
@@ -67403,7 +67403,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
67403
67403
  firstName?: string | null | undefined;
67404
67404
  lastName?: string | null | undefined;
67405
67405
  } | null | undefined;
67406
- } & any, "cma">[] | null | undefined;
67406
+ } & /*elided*/ any, "cma">[] | null | undefined;
67407
67407
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
67408
67408
  isReceipt?: boolean | null | undefined;
67409
67409
  isPayment?: boolean | null | undefined;
@@ -67874,7 +67874,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
67874
67874
  firstName?: string | null | undefined;
67875
67875
  lastName?: string | null | undefined;
67876
67876
  } | null | undefined;
67877
- } & any) | null | undefined;
67877
+ } & /*elided*/ any) | null | undefined;
67878
67878
  subsequentTransactions?: ({
67879
67879
  status: string;
67880
67880
  id: string;
@@ -67966,7 +67966,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
67966
67966
  firstName?: string | null | undefined;
67967
67967
  lastName?: string | null | undefined;
67968
67968
  } | null | undefined;
67969
- } & any)[] | null | undefined;
67969
+ } & /*elided*/ any)[] | null | undefined;
67970
67970
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
67971
67971
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
67972
67972
  })[] | null | undefined;
@@ -68156,7 +68156,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
68156
68156
  firstName?: string | null | undefined;
68157
68157
  lastName?: string | null | undefined;
68158
68158
  } | null | undefined;
68159
- } & any) | null | undefined;
68159
+ } & /*elided*/ any) | null | undefined;
68160
68160
  subsequentTransactions?: ({
68161
68161
  status: string;
68162
68162
  id: string;
@@ -68249,7 +68249,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
68249
68249
  firstName?: string | null | undefined;
68250
68250
  lastName?: string | null | undefined;
68251
68251
  } | null | undefined;
68252
- } & any)[] | null | undefined;
68252
+ } & /*elided*/ any)[] | null | undefined;
68253
68253
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
68254
68254
  })[] | null | undefined;
68255
68255
  } | null | undefined;
@@ -69399,7 +69399,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
69399
69399
  firstName?: string | null | undefined;
69400
69400
  lastName?: string | null | undefined;
69401
69401
  } | null | undefined;
69402
- } & any, "cma"> | null | undefined;
69402
+ } & /*elided*/ any, "cma"> | null | undefined;
69403
69403
  subsequentTransactions?: Omit<{
69404
69404
  status: "clearing" | "cleared" | "reconciled";
69405
69405
  id: string;
@@ -69491,7 +69491,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
69491
69491
  firstName?: string | null | undefined;
69492
69492
  lastName?: string | null | undefined;
69493
69493
  } | null | undefined;
69494
- } & any, "cma">[] | null | undefined;
69494
+ } & /*elided*/ any, "cma">[] | null | undefined;
69495
69495
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
69496
69496
  isReceipt?: boolean | null | undefined;
69497
69497
  isPayment?: boolean | null | undefined;
@@ -69684,7 +69684,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
69684
69684
  firstName?: string | null | undefined;
69685
69685
  lastName?: string | null | undefined;
69686
69686
  } | null | undefined;
69687
- } & any) | null | undefined;
69687
+ } & /*elided*/ any) | null | undefined;
69688
69688
  subsequentTransactions?: ({
69689
69689
  status: string;
69690
69690
  id: string;
@@ -69776,7 +69776,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
69776
69776
  firstName?: string | null | undefined;
69777
69777
  lastName?: string | null | undefined;
69778
69778
  } | null | undefined;
69779
- } & any)[] | null | undefined;
69779
+ } & /*elided*/ any)[] | null | undefined;
69780
69780
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
69781
69781
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
69782
69782
  }>, "many">>>;
@@ -69966,7 +69966,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
69966
69966
  firstName?: string | null | undefined;
69967
69967
  lastName?: string | null | undefined;
69968
69968
  } | null | undefined;
69969
- } & any) | null | undefined;
69969
+ } & /*elided*/ any) | null | undefined;
69970
69970
  subsequentTransactions?: ({
69971
69971
  status: "clearing" | "cleared" | "reconciled";
69972
69972
  id: string;
@@ -70059,7 +70059,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
70059
70059
  firstName?: string | null | undefined;
70060
70060
  lastName?: string | null | undefined;
70061
70061
  } | null | undefined;
70062
- } & any)[] | null | undefined;
70062
+ } & /*elided*/ any)[] | null | undefined;
70063
70063
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
70064
70064
  isReceipt?: boolean | null | undefined;
70065
70065
  isPayment?: boolean | null | undefined;
@@ -70256,7 +70256,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
70256
70256
  firstName?: string | null | undefined;
70257
70257
  lastName?: string | null | undefined;
70258
70258
  } | null | undefined;
70259
- } & any) | null | undefined;
70259
+ } & /*elided*/ any) | null | undefined;
70260
70260
  subsequentTransactions?: ({
70261
70261
  status: string;
70262
70262
  id: string;
@@ -70349,7 +70349,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
70349
70349
  firstName?: string | null | undefined;
70350
70350
  lastName?: string | null | undefined;
70351
70351
  } | null | undefined;
70352
- } & any)[] | null | undefined;
70352
+ } & /*elided*/ any)[] | null | undefined;
70353
70353
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
70354
70354
  }>, "many">>>;
70355
70355
  }, "strip", z.ZodTypeAny, {
@@ -70627,7 +70627,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
70627
70627
  firstName?: string | null | undefined;
70628
70628
  lastName?: string | null | undefined;
70629
70629
  } | null | undefined;
70630
- } & any, "cma"> | null | undefined;
70630
+ } & /*elided*/ any, "cma"> | null | undefined;
70631
70631
  subsequentTransactions?: Omit<{
70632
70632
  status: "clearing" | "cleared" | "reconciled";
70633
70633
  id: string;
@@ -70719,7 +70719,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
70719
70719
  firstName?: string | null | undefined;
70720
70720
  lastName?: string | null | undefined;
70721
70721
  } | null | undefined;
70722
- } & any, "cma">[] | null | undefined;
70722
+ } & /*elided*/ any, "cma">[] | null | undefined;
70723
70723
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
70724
70724
  isReceipt?: boolean | null | undefined;
70725
70725
  isPayment?: boolean | null | undefined;
@@ -70915,7 +70915,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
70915
70915
  firstName?: string | null | undefined;
70916
70916
  lastName?: string | null | undefined;
70917
70917
  } | null | undefined;
70918
- } & any) | null | undefined;
70918
+ } & /*elided*/ any) | null | undefined;
70919
70919
  subsequentTransactions?: ({
70920
70920
  status: "clearing" | "cleared" | "reconciled";
70921
70921
  id: string;
@@ -71008,7 +71008,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
71008
71008
  firstName?: string | null | undefined;
71009
71009
  lastName?: string | null | undefined;
71010
71010
  } | null | undefined;
71011
- } & any)[] | null | undefined;
71011
+ } & /*elided*/ any)[] | null | undefined;
71012
71012
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
71013
71013
  isReceipt?: boolean | null | undefined;
71014
71014
  isPayment?: boolean | null | undefined;
@@ -71295,7 +71295,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
71295
71295
  firstName?: string | null | undefined;
71296
71296
  lastName?: string | null | undefined;
71297
71297
  } | null | undefined;
71298
- } & any) | null | undefined;
71298
+ } & /*elided*/ any) | null | undefined;
71299
71299
  subsequentTransactions?: ({
71300
71300
  status: string;
71301
71301
  id: string;
@@ -71387,7 +71387,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
71387
71387
  firstName?: string | null | undefined;
71388
71388
  lastName?: string | null | undefined;
71389
71389
  } | null | undefined;
71390
- } & any)[] | null | undefined;
71390
+ } & /*elided*/ any)[] | null | undefined;
71391
71391
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
71392
71392
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
71393
71393
  })[] | null | undefined;
@@ -71577,7 +71577,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
71577
71577
  firstName?: string | null | undefined;
71578
71578
  lastName?: string | null | undefined;
71579
71579
  } | null | undefined;
71580
- } & any) | null | undefined;
71580
+ } & /*elided*/ any) | null | undefined;
71581
71581
  subsequentTransactions?: ({
71582
71582
  status: string;
71583
71583
  id: string;
@@ -71670,7 +71670,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
71670
71670
  firstName?: string | null | undefined;
71671
71671
  lastName?: string | null | undefined;
71672
71672
  } | null | undefined;
71673
- } & any)[] | null | undefined;
71673
+ } & /*elided*/ any)[] | null | undefined;
71674
71674
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
71675
71675
  })[] | null | undefined;
71676
71676
  }>>>>;
@@ -71942,7 +71942,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
71942
71942
  firstName?: string | null | undefined;
71943
71943
  lastName?: string | null | undefined;
71944
71944
  } | null | undefined;
71945
- } & any, "cma"> | null | undefined;
71945
+ } & /*elided*/ any, "cma"> | null | undefined;
71946
71946
  subsequentTransactions?: Omit<{
71947
71947
  status: "clearing" | "cleared" | "reconciled";
71948
71948
  id: string;
@@ -72034,7 +72034,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
72034
72034
  firstName?: string | null | undefined;
72035
72035
  lastName?: string | null | undefined;
72036
72036
  } | null | undefined;
72037
- } & any, "cma">[] | null | undefined;
72037
+ } & /*elided*/ any, "cma">[] | null | undefined;
72038
72038
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
72039
72039
  isReceipt?: boolean | null | undefined;
72040
72040
  isPayment?: boolean | null | undefined;
@@ -72227,7 +72227,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
72227
72227
  firstName?: string | null | undefined;
72228
72228
  lastName?: string | null | undefined;
72229
72229
  } | null | undefined;
72230
- } & any) | null | undefined;
72230
+ } & /*elided*/ any) | null | undefined;
72231
72231
  subsequentTransactions?: ({
72232
72232
  status: string;
72233
72233
  id: string;
@@ -72319,7 +72319,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
72319
72319
  firstName?: string | null | undefined;
72320
72320
  lastName?: string | null | undefined;
72321
72321
  } | null | undefined;
72322
- } & any)[] | null | undefined;
72322
+ } & /*elided*/ any)[] | null | undefined;
72323
72323
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
72324
72324
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
72325
72325
  }>>>>;
@@ -72596,7 +72596,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
72596
72596
  firstName?: string | null | undefined;
72597
72597
  lastName?: string | null | undefined;
72598
72598
  } | null | undefined;
72599
- } & any) | null | undefined;
72599
+ } & /*elided*/ any) | null | undefined;
72600
72600
  subsequentTransactions?: ({
72601
72601
  status: "clearing" | "cleared" | "reconciled";
72602
72602
  id: string;
@@ -72689,7 +72689,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
72689
72689
  firstName?: string | null | undefined;
72690
72690
  lastName?: string | null | undefined;
72691
72691
  } | null | undefined;
72692
- } & any)[] | null | undefined;
72692
+ } & /*elided*/ any)[] | null | undefined;
72693
72693
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
72694
72694
  isReceipt?: boolean | null | undefined;
72695
72695
  isPayment?: boolean | null | undefined;
@@ -72886,7 +72886,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
72886
72886
  firstName?: string | null | undefined;
72887
72887
  lastName?: string | null | undefined;
72888
72888
  } | null | undefined;
72889
- } & any) | null | undefined;
72889
+ } & /*elided*/ any) | null | undefined;
72890
72890
  subsequentTransactions?: ({
72891
72891
  status: string;
72892
72892
  id: string;
@@ -72979,7 +72979,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
72979
72979
  firstName?: string | null | undefined;
72980
72980
  lastName?: string | null | undefined;
72981
72981
  } | null | undefined;
72982
- } & any)[] | null | undefined;
72982
+ } & /*elided*/ any)[] | null | undefined;
72983
72983
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
72984
72984
  }>>>>;
72985
72985
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -74344,7 +74344,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
74344
74344
  firstName?: string | null | undefined;
74345
74345
  lastName?: string | null | undefined;
74346
74346
  } | null | undefined;
74347
- } & any, "cma"> | null | undefined;
74347
+ } & /*elided*/ any, "cma"> | null | undefined;
74348
74348
  subsequentTransactions?: Omit<{
74349
74349
  status: "clearing" | "cleared" | "reconciled";
74350
74350
  id: string;
@@ -74436,7 +74436,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
74436
74436
  firstName?: string | null | undefined;
74437
74437
  lastName?: string | null | undefined;
74438
74438
  } | null | undefined;
74439
- } & any, "cma">[] | null | undefined;
74439
+ } & /*elided*/ any, "cma">[] | null | undefined;
74440
74440
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
74441
74441
  isReceipt?: boolean | null | undefined;
74442
74442
  isPayment?: boolean | null | undefined;
@@ -74632,7 +74632,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
74632
74632
  firstName?: string | null | undefined;
74633
74633
  lastName?: string | null | undefined;
74634
74634
  } | null | undefined;
74635
- } & any) | null | undefined;
74635
+ } & /*elided*/ any) | null | undefined;
74636
74636
  subsequentTransactions?: ({
74637
74637
  status: "clearing" | "cleared" | "reconciled";
74638
74638
  id: string;
@@ -74725,7 +74725,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
74725
74725
  firstName?: string | null | undefined;
74726
74726
  lastName?: string | null | undefined;
74727
74727
  } | null | undefined;
74728
- } & any)[] | null | undefined;
74728
+ } & /*elided*/ any)[] | null | undefined;
74729
74729
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
74730
74730
  isReceipt?: boolean | null | undefined;
74731
74731
  isPayment?: boolean | null | undefined;
@@ -74925,7 +74925,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
74925
74925
  firstName?: string | null | undefined;
74926
74926
  lastName?: string | null | undefined;
74927
74927
  } | null | undefined;
74928
- } & any) | null | undefined;
74928
+ } & /*elided*/ any) | null | undefined;
74929
74929
  subsequentTransactions?: ({
74930
74930
  status: "clearing" | "cleared" | "reconciled";
74931
74931
  id: string;
@@ -75018,7 +75018,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
75018
75018
  firstName?: string | null | undefined;
75019
75019
  lastName?: string | null | undefined;
75020
75020
  } | null | undefined;
75021
- } & any)[] | null | undefined;
75021
+ } & /*elided*/ any)[] | null | undefined;
75022
75022
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
75023
75023
  isReceipt?: boolean | null | undefined;
75024
75024
  isPayment?: boolean | null | undefined;
@@ -75346,7 +75346,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
75346
75346
  firstName?: string | null | undefined;
75347
75347
  lastName?: string | null | undefined;
75348
75348
  } | null | undefined;
75349
- } & any) | null | undefined;
75349
+ } & /*elided*/ any) | null | undefined;
75350
75350
  subsequentTransactions?: ({
75351
75351
  status: string;
75352
75352
  id: string;
@@ -75438,7 +75438,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
75438
75438
  firstName?: string | null | undefined;
75439
75439
  lastName?: string | null | undefined;
75440
75440
  } | null | undefined;
75441
- } & any)[] | null | undefined;
75441
+ } & /*elided*/ any)[] | null | undefined;
75442
75442
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
75443
75443
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
75444
75444
  })[] | null | undefined;
@@ -75628,7 +75628,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
75628
75628
  firstName?: string | null | undefined;
75629
75629
  lastName?: string | null | undefined;
75630
75630
  } | null | undefined;
75631
- } & any) | null | undefined;
75631
+ } & /*elided*/ any) | null | undefined;
75632
75632
  subsequentTransactions?: ({
75633
75633
  status: string;
75634
75634
  id: string;
@@ -75721,7 +75721,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
75721
75721
  firstName?: string | null | undefined;
75722
75722
  lastName?: string | null | undefined;
75723
75723
  } | null | undefined;
75724
- } & any)[] | null | undefined;
75724
+ } & /*elided*/ any)[] | null | undefined;
75725
75725
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
75726
75726
  })[] | null | undefined;
75727
75727
  } | null | undefined;
@@ -76083,7 +76083,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
76083
76083
  firstName?: string | null | undefined;
76084
76084
  lastName?: string | null | undefined;
76085
76085
  } | null | undefined;
76086
- } & any, "cma"> | null | undefined;
76086
+ } & /*elided*/ any, "cma"> | null | undefined;
76087
76087
  subsequentTransactions?: Omit<{
76088
76088
  status: "clearing" | "cleared" | "reconciled";
76089
76089
  id: string;
@@ -76175,7 +76175,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
76175
76175
  firstName?: string | null | undefined;
76176
76176
  lastName?: string | null | undefined;
76177
76177
  } | null | undefined;
76178
- } & any, "cma">[] | null | undefined;
76178
+ } & /*elided*/ any, "cma">[] | null | undefined;
76179
76179
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
76180
76180
  isReceipt?: boolean | null | undefined;
76181
76181
  isPayment?: boolean | null | undefined;
@@ -76371,7 +76371,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
76371
76371
  firstName?: string | null | undefined;
76372
76372
  lastName?: string | null | undefined;
76373
76373
  } | null | undefined;
76374
- } & any) | null | undefined;
76374
+ } & /*elided*/ any) | null | undefined;
76375
76375
  subsequentTransactions?: ({
76376
76376
  status: "clearing" | "cleared" | "reconciled";
76377
76377
  id: string;
@@ -76464,7 +76464,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
76464
76464
  firstName?: string | null | undefined;
76465
76465
  lastName?: string | null | undefined;
76466
76466
  } | null | undefined;
76467
- } & any)[] | null | undefined;
76467
+ } & /*elided*/ any)[] | null | undefined;
76468
76468
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
76469
76469
  isReceipt?: boolean | null | undefined;
76470
76470
  isPayment?: boolean | null | undefined;
@@ -76664,7 +76664,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
76664
76664
  firstName?: string | null | undefined;
76665
76665
  lastName?: string | null | undefined;
76666
76666
  } | null | undefined;
76667
- } & any) | null | undefined;
76667
+ } & /*elided*/ any) | null | undefined;
76668
76668
  subsequentTransactions?: ({
76669
76669
  status: "clearing" | "cleared" | "reconciled";
76670
76670
  id: string;
@@ -76757,7 +76757,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
76757
76757
  firstName?: string | null | undefined;
76758
76758
  lastName?: string | null | undefined;
76759
76759
  } | null | undefined;
76760
- } & any)[] | null | undefined;
76760
+ } & /*elided*/ any)[] | null | undefined;
76761
76761
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
76762
76762
  isReceipt?: boolean | null | undefined;
76763
76763
  isPayment?: boolean | null | undefined;
@@ -77209,7 +77209,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
77209
77209
  firstName?: string | null | undefined;
77210
77210
  lastName?: string | null | undefined;
77211
77211
  } | null | undefined;
77212
- } & any) | null | undefined;
77212
+ } & /*elided*/ any) | null | undefined;
77213
77213
  subsequentTransactions?: ({
77214
77214
  status: string;
77215
77215
  id: string;
@@ -77301,7 +77301,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
77301
77301
  firstName?: string | null | undefined;
77302
77302
  lastName?: string | null | undefined;
77303
77303
  } | null | undefined;
77304
- } & any)[] | null | undefined;
77304
+ } & /*elided*/ any)[] | null | undefined;
77305
77305
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
77306
77306
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
77307
77307
  })[] | null | undefined;
@@ -77491,7 +77491,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
77491
77491
  firstName?: string | null | undefined;
77492
77492
  lastName?: string | null | undefined;
77493
77493
  } | null | undefined;
77494
- } & any) | null | undefined;
77494
+ } & /*elided*/ any) | null | undefined;
77495
77495
  subsequentTransactions?: ({
77496
77496
  status: string;
77497
77497
  id: string;
@@ -77584,7 +77584,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
77584
77584
  firstName?: string | null | undefined;
77585
77585
  lastName?: string | null | undefined;
77586
77586
  } | null | undefined;
77587
- } & any)[] | null | undefined;
77587
+ } & /*elided*/ any)[] | null | undefined;
77588
77588
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
77589
77589
  })[] | null | undefined;
77590
77590
  } | null | undefined;
@@ -78711,7 +78711,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
78711
78711
  firstName?: string | null | undefined;
78712
78712
  lastName?: string | null | undefined;
78713
78713
  } | null | undefined;
78714
- } & any, "cma"> | null | undefined;
78714
+ } & /*elided*/ any, "cma"> | null | undefined;
78715
78715
  subsequentTransactions?: Omit<{
78716
78716
  status: "clearing" | "cleared" | "reconciled";
78717
78717
  id: string;
@@ -78803,7 +78803,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
78803
78803
  firstName?: string | null | undefined;
78804
78804
  lastName?: string | null | undefined;
78805
78805
  } | null | undefined;
78806
- } & any, "cma">[] | null | undefined;
78806
+ } & /*elided*/ any, "cma">[] | null | undefined;
78807
78807
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
78808
78808
  isReceipt?: boolean | null | undefined;
78809
78809
  isPayment?: boolean | null | undefined;
@@ -78996,7 +78996,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
78996
78996
  firstName?: string | null | undefined;
78997
78997
  lastName?: string | null | undefined;
78998
78998
  } | null | undefined;
78999
- } & any) | null | undefined;
78999
+ } & /*elided*/ any) | null | undefined;
79000
79000
  subsequentTransactions?: ({
79001
79001
  status: string;
79002
79002
  id: string;
@@ -79088,7 +79088,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
79088
79088
  firstName?: string | null | undefined;
79089
79089
  lastName?: string | null | undefined;
79090
79090
  } | null | undefined;
79091
- } & any)[] | null | undefined;
79091
+ } & /*elided*/ any)[] | null | undefined;
79092
79092
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
79093
79093
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
79094
79094
  }>, "many">>>;
@@ -79278,7 +79278,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
79278
79278
  firstName?: string | null | undefined;
79279
79279
  lastName?: string | null | undefined;
79280
79280
  } | null | undefined;
79281
- } & any) | null | undefined;
79281
+ } & /*elided*/ any) | null | undefined;
79282
79282
  subsequentTransactions?: ({
79283
79283
  status: "clearing" | "cleared" | "reconciled";
79284
79284
  id: string;
@@ -79371,7 +79371,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
79371
79371
  firstName?: string | null | undefined;
79372
79372
  lastName?: string | null | undefined;
79373
79373
  } | null | undefined;
79374
- } & any)[] | null | undefined;
79374
+ } & /*elided*/ any)[] | null | undefined;
79375
79375
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
79376
79376
  isReceipt?: boolean | null | undefined;
79377
79377
  isPayment?: boolean | null | undefined;
@@ -79568,7 +79568,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
79568
79568
  firstName?: string | null | undefined;
79569
79569
  lastName?: string | null | undefined;
79570
79570
  } | null | undefined;
79571
- } & any) | null | undefined;
79571
+ } & /*elided*/ any) | null | undefined;
79572
79572
  subsequentTransactions?: ({
79573
79573
  status: string;
79574
79574
  id: string;
@@ -79661,7 +79661,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
79661
79661
  firstName?: string | null | undefined;
79662
79662
  lastName?: string | null | undefined;
79663
79663
  } | null | undefined;
79664
- } & any)[] | null | undefined;
79664
+ } & /*elided*/ any)[] | null | undefined;
79665
79665
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
79666
79666
  }>, "many">>>;
79667
79667
  }, "strip", z.ZodTypeAny, {
@@ -79939,7 +79939,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
79939
79939
  firstName?: string | null | undefined;
79940
79940
  lastName?: string | null | undefined;
79941
79941
  } | null | undefined;
79942
- } & any, "cma"> | null | undefined;
79942
+ } & /*elided*/ any, "cma"> | null | undefined;
79943
79943
  subsequentTransactions?: Omit<{
79944
79944
  status: "clearing" | "cleared" | "reconciled";
79945
79945
  id: string;
@@ -80031,7 +80031,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
80031
80031
  firstName?: string | null | undefined;
80032
80032
  lastName?: string | null | undefined;
80033
80033
  } | null | undefined;
80034
- } & any, "cma">[] | null | undefined;
80034
+ } & /*elided*/ any, "cma">[] | null | undefined;
80035
80035
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
80036
80036
  isReceipt?: boolean | null | undefined;
80037
80037
  isPayment?: boolean | null | undefined;
@@ -80227,7 +80227,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
80227
80227
  firstName?: string | null | undefined;
80228
80228
  lastName?: string | null | undefined;
80229
80229
  } | null | undefined;
80230
- } & any) | null | undefined;
80230
+ } & /*elided*/ any) | null | undefined;
80231
80231
  subsequentTransactions?: ({
80232
80232
  status: "clearing" | "cleared" | "reconciled";
80233
80233
  id: string;
@@ -80320,7 +80320,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
80320
80320
  firstName?: string | null | undefined;
80321
80321
  lastName?: string | null | undefined;
80322
80322
  } | null | undefined;
80323
- } & any)[] | null | undefined;
80323
+ } & /*elided*/ any)[] | null | undefined;
80324
80324
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
80325
80325
  isReceipt?: boolean | null | undefined;
80326
80326
  isPayment?: boolean | null | undefined;
@@ -80607,7 +80607,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
80607
80607
  firstName?: string | null | undefined;
80608
80608
  lastName?: string | null | undefined;
80609
80609
  } | null | undefined;
80610
- } & any) | null | undefined;
80610
+ } & /*elided*/ any) | null | undefined;
80611
80611
  subsequentTransactions?: ({
80612
80612
  status: string;
80613
80613
  id: string;
@@ -80699,7 +80699,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
80699
80699
  firstName?: string | null | undefined;
80700
80700
  lastName?: string | null | undefined;
80701
80701
  } | null | undefined;
80702
- } & any)[] | null | undefined;
80702
+ } & /*elided*/ any)[] | null | undefined;
80703
80703
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
80704
80704
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
80705
80705
  })[] | null | undefined;
@@ -80889,7 +80889,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
80889
80889
  firstName?: string | null | undefined;
80890
80890
  lastName?: string | null | undefined;
80891
80891
  } | null | undefined;
80892
- } & any) | null | undefined;
80892
+ } & /*elided*/ any) | null | undefined;
80893
80893
  subsequentTransactions?: ({
80894
80894
  status: string;
80895
80895
  id: string;
@@ -80982,7 +80982,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
80982
80982
  firstName?: string | null | undefined;
80983
80983
  lastName?: string | null | undefined;
80984
80984
  } | null | undefined;
80985
- } & any)[] | null | undefined;
80985
+ } & /*elided*/ any)[] | null | undefined;
80986
80986
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
80987
80987
  })[] | null | undefined;
80988
80988
  }>>>>;
@@ -81254,7 +81254,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
81254
81254
  firstName?: string | null | undefined;
81255
81255
  lastName?: string | null | undefined;
81256
81256
  } | null | undefined;
81257
- } & any, "cma"> | null | undefined;
81257
+ } & /*elided*/ any, "cma"> | null | undefined;
81258
81258
  subsequentTransactions?: Omit<{
81259
81259
  status: "clearing" | "cleared" | "reconciled";
81260
81260
  id: string;
@@ -81346,7 +81346,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
81346
81346
  firstName?: string | null | undefined;
81347
81347
  lastName?: string | null | undefined;
81348
81348
  } | null | undefined;
81349
- } & any, "cma">[] | null | undefined;
81349
+ } & /*elided*/ any, "cma">[] | null | undefined;
81350
81350
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
81351
81351
  isReceipt?: boolean | null | undefined;
81352
81352
  isPayment?: boolean | null | undefined;
@@ -81539,7 +81539,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
81539
81539
  firstName?: string | null | undefined;
81540
81540
  lastName?: string | null | undefined;
81541
81541
  } | null | undefined;
81542
- } & any) | null | undefined;
81542
+ } & /*elided*/ any) | null | undefined;
81543
81543
  subsequentTransactions?: ({
81544
81544
  status: string;
81545
81545
  id: string;
@@ -81631,7 +81631,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
81631
81631
  firstName?: string | null | undefined;
81632
81632
  lastName?: string | null | undefined;
81633
81633
  } | null | undefined;
81634
- } & any)[] | null | undefined;
81634
+ } & /*elided*/ any)[] | null | undefined;
81635
81635
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
81636
81636
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
81637
81637
  }>>>>;
@@ -81908,7 +81908,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
81908
81908
  firstName?: string | null | undefined;
81909
81909
  lastName?: string | null | undefined;
81910
81910
  } | null | undefined;
81911
- } & any) | null | undefined;
81911
+ } & /*elided*/ any) | null | undefined;
81912
81912
  subsequentTransactions?: ({
81913
81913
  status: "clearing" | "cleared" | "reconciled";
81914
81914
  id: string;
@@ -82001,7 +82001,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
82001
82001
  firstName?: string | null | undefined;
82002
82002
  lastName?: string | null | undefined;
82003
82003
  } | null | undefined;
82004
- } & any)[] | null | undefined;
82004
+ } & /*elided*/ any)[] | null | undefined;
82005
82005
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
82006
82006
  isReceipt?: boolean | null | undefined;
82007
82007
  isPayment?: boolean | null | undefined;
@@ -82198,7 +82198,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
82198
82198
  firstName?: string | null | undefined;
82199
82199
  lastName?: string | null | undefined;
82200
82200
  } | null | undefined;
82201
- } & any) | null | undefined;
82201
+ } & /*elided*/ any) | null | undefined;
82202
82202
  subsequentTransactions?: ({
82203
82203
  status: string;
82204
82204
  id: string;
@@ -82291,7 +82291,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
82291
82291
  firstName?: string | null | undefined;
82292
82292
  lastName?: string | null | undefined;
82293
82293
  } | null | undefined;
82294
- } & any)[] | null | undefined;
82294
+ } & /*elided*/ any)[] | null | undefined;
82295
82295
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
82296
82296
  }>>>>;
82297
82297
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -83657,7 +83657,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
83657
83657
  firstName?: string | null | undefined;
83658
83658
  lastName?: string | null | undefined;
83659
83659
  } | null | undefined;
83660
- } & any, "cma"> | null | undefined;
83660
+ } & /*elided*/ any, "cma"> | null | undefined;
83661
83661
  subsequentTransactions?: Omit<{
83662
83662
  status: "clearing" | "cleared" | "reconciled";
83663
83663
  id: string;
@@ -83749,7 +83749,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
83749
83749
  firstName?: string | null | undefined;
83750
83750
  lastName?: string | null | undefined;
83751
83751
  } | null | undefined;
83752
- } & any, "cma">[] | null | undefined;
83752
+ } & /*elided*/ any, "cma">[] | null | undefined;
83753
83753
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
83754
83754
  isReceipt?: boolean | null | undefined;
83755
83755
  isPayment?: boolean | null | undefined;
@@ -83945,7 +83945,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
83945
83945
  firstName?: string | null | undefined;
83946
83946
  lastName?: string | null | undefined;
83947
83947
  } | null | undefined;
83948
- } & any) | null | undefined;
83948
+ } & /*elided*/ any) | null | undefined;
83949
83949
  subsequentTransactions?: ({
83950
83950
  status: "clearing" | "cleared" | "reconciled";
83951
83951
  id: string;
@@ -84038,7 +84038,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
84038
84038
  firstName?: string | null | undefined;
84039
84039
  lastName?: string | null | undefined;
84040
84040
  } | null | undefined;
84041
- } & any)[] | null | undefined;
84041
+ } & /*elided*/ any)[] | null | undefined;
84042
84042
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
84043
84043
  isReceipt?: boolean | null | undefined;
84044
84044
  isPayment?: boolean | null | undefined;
@@ -84236,7 +84236,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
84236
84236
  firstName?: string | null | undefined;
84237
84237
  lastName?: string | null | undefined;
84238
84238
  } | null | undefined;
84239
- } & any, "cma"> | null | undefined;
84239
+ } & /*elided*/ any, "cma"> | null | undefined;
84240
84240
  subsequentTransactions?: Omit<{
84241
84241
  status: "clearing" | "cleared" | "reconciled";
84242
84242
  id: string;
@@ -84328,7 +84328,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
84328
84328
  firstName?: string | null | undefined;
84329
84329
  lastName?: string | null | undefined;
84330
84330
  } | null | undefined;
84331
- } & any, "cma">[] | null | undefined;
84331
+ } & /*elided*/ any, "cma">[] | null | undefined;
84332
84332
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
84333
84333
  isReceipt?: boolean | null | undefined;
84334
84334
  isPayment?: boolean | null | undefined;
@@ -84655,7 +84655,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
84655
84655
  firstName?: string | null | undefined;
84656
84656
  lastName?: string | null | undefined;
84657
84657
  } | null | undefined;
84658
- } & any) | null | undefined;
84658
+ } & /*elided*/ any) | null | undefined;
84659
84659
  subsequentTransactions?: ({
84660
84660
  status: string;
84661
84661
  id: string;
@@ -84747,7 +84747,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
84747
84747
  firstName?: string | null | undefined;
84748
84748
  lastName?: string | null | undefined;
84749
84749
  } | null | undefined;
84750
- } & any)[] | null | undefined;
84750
+ } & /*elided*/ any)[] | null | undefined;
84751
84751
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
84752
84752
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
84753
84753
  })[] | null | undefined;
@@ -84937,7 +84937,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
84937
84937
  firstName?: string | null | undefined;
84938
84938
  lastName?: string | null | undefined;
84939
84939
  } | null | undefined;
84940
- } & any) | null | undefined;
84940
+ } & /*elided*/ any) | null | undefined;
84941
84941
  subsequentTransactions?: ({
84942
84942
  status: string;
84943
84943
  id: string;
@@ -85030,7 +85030,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
85030
85030
  firstName?: string | null | undefined;
85031
85031
  lastName?: string | null | undefined;
85032
85032
  } | null | undefined;
85033
- } & any)[] | null | undefined;
85033
+ } & /*elided*/ any)[] | null | undefined;
85034
85034
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
85035
85035
  })[] | null | undefined;
85036
85036
  } | null | undefined;
@@ -85392,7 +85392,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
85392
85392
  firstName?: string | null | undefined;
85393
85393
  lastName?: string | null | undefined;
85394
85394
  } | null | undefined;
85395
- } & any, "cma"> | null | undefined;
85395
+ } & /*elided*/ any, "cma"> | null | undefined;
85396
85396
  subsequentTransactions?: Omit<{
85397
85397
  status: "clearing" | "cleared" | "reconciled";
85398
85398
  id: string;
@@ -85484,7 +85484,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
85484
85484
  firstName?: string | null | undefined;
85485
85485
  lastName?: string | null | undefined;
85486
85486
  } | null | undefined;
85487
- } & any, "cma">[] | null | undefined;
85487
+ } & /*elided*/ any, "cma">[] | null | undefined;
85488
85488
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
85489
85489
  isReceipt?: boolean | null | undefined;
85490
85490
  isPayment?: boolean | null | undefined;
@@ -85680,7 +85680,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
85680
85680
  firstName?: string | null | undefined;
85681
85681
  lastName?: string | null | undefined;
85682
85682
  } | null | undefined;
85683
- } & any) | null | undefined;
85683
+ } & /*elided*/ any) | null | undefined;
85684
85684
  subsequentTransactions?: ({
85685
85685
  status: "clearing" | "cleared" | "reconciled";
85686
85686
  id: string;
@@ -85773,7 +85773,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
85773
85773
  firstName?: string | null | undefined;
85774
85774
  lastName?: string | null | undefined;
85775
85775
  } | null | undefined;
85776
- } & any)[] | null | undefined;
85776
+ } & /*elided*/ any)[] | null | undefined;
85777
85777
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
85778
85778
  isReceipt?: boolean | null | undefined;
85779
85779
  isPayment?: boolean | null | undefined;
@@ -85971,7 +85971,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
85971
85971
  firstName?: string | null | undefined;
85972
85972
  lastName?: string | null | undefined;
85973
85973
  } | null | undefined;
85974
- } & any, "cma"> | null | undefined;
85974
+ } & /*elided*/ any, "cma"> | null | undefined;
85975
85975
  subsequentTransactions?: Omit<{
85976
85976
  status: "clearing" | "cleared" | "reconciled";
85977
85977
  id: string;
@@ -86063,7 +86063,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
86063
86063
  firstName?: string | null | undefined;
86064
86064
  lastName?: string | null | undefined;
86065
86065
  } | null | undefined;
86066
- } & any, "cma">[] | null | undefined;
86066
+ } & /*elided*/ any, "cma">[] | null | undefined;
86067
86067
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
86068
86068
  isReceipt?: boolean | null | undefined;
86069
86069
  isPayment?: boolean | null | undefined;
@@ -86515,7 +86515,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
86515
86515
  firstName?: string | null | undefined;
86516
86516
  lastName?: string | null | undefined;
86517
86517
  } | null | undefined;
86518
- } & any) | null | undefined;
86518
+ } & /*elided*/ any) | null | undefined;
86519
86519
  subsequentTransactions?: ({
86520
86520
  status: string;
86521
86521
  id: string;
@@ -86607,7 +86607,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
86607
86607
  firstName?: string | null | undefined;
86608
86608
  lastName?: string | null | undefined;
86609
86609
  } | null | undefined;
86610
- } & any)[] | null | undefined;
86610
+ } & /*elided*/ any)[] | null | undefined;
86611
86611
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
86612
86612
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
86613
86613
  })[] | null | undefined;
@@ -86797,7 +86797,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
86797
86797
  firstName?: string | null | undefined;
86798
86798
  lastName?: string | null | undefined;
86799
86799
  } | null | undefined;
86800
- } & any) | null | undefined;
86800
+ } & /*elided*/ any) | null | undefined;
86801
86801
  subsequentTransactions?: ({
86802
86802
  status: string;
86803
86803
  id: string;
@@ -86890,7 +86890,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
86890
86890
  firstName?: string | null | undefined;
86891
86891
  lastName?: string | null | undefined;
86892
86892
  } | null | undefined;
86893
- } & any)[] | null | undefined;
86893
+ } & /*elided*/ any)[] | null | undefined;
86894
86894
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
86895
86895
  })[] | null | undefined;
86896
86896
  } | null | undefined;
@@ -88011,7 +88011,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88011
88011
  firstName?: string | null | undefined;
88012
88012
  lastName?: string | null | undefined;
88013
88013
  } | null | undefined;
88014
- } & any, "cma"> | null | undefined;
88014
+ } & /*elided*/ any, "cma"> | null | undefined;
88015
88015
  subsequentTransactions?: Omit<{
88016
88016
  status: "clearing" | "cleared" | "reconciled";
88017
88017
  id: string;
@@ -88103,7 +88103,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88103
88103
  firstName?: string | null | undefined;
88104
88104
  lastName?: string | null | undefined;
88105
88105
  } | null | undefined;
88106
- } & any, "cma">[] | null | undefined;
88106
+ } & /*elided*/ any, "cma">[] | null | undefined;
88107
88107
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
88108
88108
  isReceipt?: boolean | null | undefined;
88109
88109
  isPayment?: boolean | null | undefined;
@@ -88296,7 +88296,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88296
88296
  firstName?: string | null | undefined;
88297
88297
  lastName?: string | null | undefined;
88298
88298
  } | null | undefined;
88299
- } & any) | null | undefined;
88299
+ } & /*elided*/ any) | null | undefined;
88300
88300
  subsequentTransactions?: ({
88301
88301
  status: string;
88302
88302
  id: string;
@@ -88388,7 +88388,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88388
88388
  firstName?: string | null | undefined;
88389
88389
  lastName?: string | null | undefined;
88390
88390
  } | null | undefined;
88391
- } & any)[] | null | undefined;
88391
+ } & /*elided*/ any)[] | null | undefined;
88392
88392
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
88393
88393
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
88394
88394
  }>, "many">>>;
@@ -88578,7 +88578,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88578
88578
  firstName?: string | null | undefined;
88579
88579
  lastName?: string | null | undefined;
88580
88580
  } | null | undefined;
88581
- } & any) | null | undefined;
88581
+ } & /*elided*/ any) | null | undefined;
88582
88582
  subsequentTransactions?: ({
88583
88583
  status: "clearing" | "cleared" | "reconciled";
88584
88584
  id: string;
@@ -88671,7 +88671,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88671
88671
  firstName?: string | null | undefined;
88672
88672
  lastName?: string | null | undefined;
88673
88673
  } | null | undefined;
88674
- } & any)[] | null | undefined;
88674
+ } & /*elided*/ any)[] | null | undefined;
88675
88675
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
88676
88676
  isReceipt?: boolean | null | undefined;
88677
88677
  isPayment?: boolean | null | undefined;
@@ -88868,7 +88868,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88868
88868
  firstName?: string | null | undefined;
88869
88869
  lastName?: string | null | undefined;
88870
88870
  } | null | undefined;
88871
- } & any) | null | undefined;
88871
+ } & /*elided*/ any) | null | undefined;
88872
88872
  subsequentTransactions?: ({
88873
88873
  status: string;
88874
88874
  id: string;
@@ -88961,7 +88961,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
88961
88961
  firstName?: string | null | undefined;
88962
88962
  lastName?: string | null | undefined;
88963
88963
  } | null | undefined;
88964
- } & any)[] | null | undefined;
88964
+ } & /*elided*/ any)[] | null | undefined;
88965
88965
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
88966
88966
  }>, "many">>>;
88967
88967
  }, "strip", z.ZodTypeAny, {
@@ -89239,7 +89239,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
89239
89239
  firstName?: string | null | undefined;
89240
89240
  lastName?: string | null | undefined;
89241
89241
  } | null | undefined;
89242
- } & any, "cma"> | null | undefined;
89242
+ } & /*elided*/ any, "cma"> | null | undefined;
89243
89243
  subsequentTransactions?: Omit<{
89244
89244
  status: "clearing" | "cleared" | "reconciled";
89245
89245
  id: string;
@@ -89331,7 +89331,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
89331
89331
  firstName?: string | null | undefined;
89332
89332
  lastName?: string | null | undefined;
89333
89333
  } | null | undefined;
89334
- } & any, "cma">[] | null | undefined;
89334
+ } & /*elided*/ any, "cma">[] | null | undefined;
89335
89335
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
89336
89336
  isReceipt?: boolean | null | undefined;
89337
89337
  isPayment?: boolean | null | undefined;
@@ -89527,7 +89527,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
89527
89527
  firstName?: string | null | undefined;
89528
89528
  lastName?: string | null | undefined;
89529
89529
  } | null | undefined;
89530
- } & any) | null | undefined;
89530
+ } & /*elided*/ any) | null | undefined;
89531
89531
  subsequentTransactions?: ({
89532
89532
  status: "clearing" | "cleared" | "reconciled";
89533
89533
  id: string;
@@ -89620,7 +89620,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
89620
89620
  firstName?: string | null | undefined;
89621
89621
  lastName?: string | null | undefined;
89622
89622
  } | null | undefined;
89623
- } & any)[] | null | undefined;
89623
+ } & /*elided*/ any)[] | null | undefined;
89624
89624
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
89625
89625
  isReceipt?: boolean | null | undefined;
89626
89626
  isPayment?: boolean | null | undefined;
@@ -89907,7 +89907,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
89907
89907
  firstName?: string | null | undefined;
89908
89908
  lastName?: string | null | undefined;
89909
89909
  } | null | undefined;
89910
- } & any) | null | undefined;
89910
+ } & /*elided*/ any) | null | undefined;
89911
89911
  subsequentTransactions?: ({
89912
89912
  status: string;
89913
89913
  id: string;
@@ -89999,7 +89999,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
89999
89999
  firstName?: string | null | undefined;
90000
90000
  lastName?: string | null | undefined;
90001
90001
  } | null | undefined;
90002
- } & any)[] | null | undefined;
90002
+ } & /*elided*/ any)[] | null | undefined;
90003
90003
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
90004
90004
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
90005
90005
  })[] | null | undefined;
@@ -90189,7 +90189,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
90189
90189
  firstName?: string | null | undefined;
90190
90190
  lastName?: string | null | undefined;
90191
90191
  } | null | undefined;
90192
- } & any) | null | undefined;
90192
+ } & /*elided*/ any) | null | undefined;
90193
90193
  subsequentTransactions?: ({
90194
90194
  status: string;
90195
90195
  id: string;
@@ -90282,7 +90282,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
90282
90282
  firstName?: string | null | undefined;
90283
90283
  lastName?: string | null | undefined;
90284
90284
  } | null | undefined;
90285
- } & any)[] | null | undefined;
90285
+ } & /*elided*/ any)[] | null | undefined;
90286
90286
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
90287
90287
  })[] | null | undefined;
90288
90288
  }>>>>;
@@ -90554,7 +90554,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
90554
90554
  firstName?: string | null | undefined;
90555
90555
  lastName?: string | null | undefined;
90556
90556
  } | null | undefined;
90557
- } & any, "cma"> | null | undefined;
90557
+ } & /*elided*/ any, "cma"> | null | undefined;
90558
90558
  subsequentTransactions?: Omit<{
90559
90559
  status: "clearing" | "cleared" | "reconciled";
90560
90560
  id: string;
@@ -90646,7 +90646,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
90646
90646
  firstName?: string | null | undefined;
90647
90647
  lastName?: string | null | undefined;
90648
90648
  } | null | undefined;
90649
- } & any, "cma">[] | null | undefined;
90649
+ } & /*elided*/ any, "cma">[] | null | undefined;
90650
90650
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
90651
90651
  isReceipt?: boolean | null | undefined;
90652
90652
  isPayment?: boolean | null | undefined;
@@ -90839,7 +90839,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
90839
90839
  firstName?: string | null | undefined;
90840
90840
  lastName?: string | null | undefined;
90841
90841
  } | null | undefined;
90842
- } & any) | null | undefined;
90842
+ } & /*elided*/ any) | null | undefined;
90843
90843
  subsequentTransactions?: ({
90844
90844
  status: string;
90845
90845
  id: string;
@@ -90931,7 +90931,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
90931
90931
  firstName?: string | null | undefined;
90932
90932
  lastName?: string | null | undefined;
90933
90933
  } | null | undefined;
90934
- } & any)[] | null | undefined;
90934
+ } & /*elided*/ any)[] | null | undefined;
90935
90935
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
90936
90936
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
90937
90937
  }>>>>;
@@ -91208,7 +91208,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
91208
91208
  firstName?: string | null | undefined;
91209
91209
  lastName?: string | null | undefined;
91210
91210
  } | null | undefined;
91211
- } & any) | null | undefined;
91211
+ } & /*elided*/ any) | null | undefined;
91212
91212
  subsequentTransactions?: ({
91213
91213
  status: "clearing" | "cleared" | "reconciled";
91214
91214
  id: string;
@@ -91301,7 +91301,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
91301
91301
  firstName?: string | null | undefined;
91302
91302
  lastName?: string | null | undefined;
91303
91303
  } | null | undefined;
91304
- } & any)[] | null | undefined;
91304
+ } & /*elided*/ any)[] | null | undefined;
91305
91305
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
91306
91306
  isReceipt?: boolean | null | undefined;
91307
91307
  isPayment?: boolean | null | undefined;
@@ -91498,7 +91498,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
91498
91498
  firstName?: string | null | undefined;
91499
91499
  lastName?: string | null | undefined;
91500
91500
  } | null | undefined;
91501
- } & any) | null | undefined;
91501
+ } & /*elided*/ any) | null | undefined;
91502
91502
  subsequentTransactions?: ({
91503
91503
  status: string;
91504
91504
  id: string;
@@ -91591,7 +91591,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
91591
91591
  firstName?: string | null | undefined;
91592
91592
  lastName?: string | null | undefined;
91593
91593
  } | null | undefined;
91594
- } & any)[] | null | undefined;
91594
+ } & /*elided*/ any)[] | null | undefined;
91595
91595
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
91596
91596
  }>>>>;
91597
91597
  cma: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
@@ -93773,7 +93773,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
93773
93773
  firstName?: string | null | undefined;
93774
93774
  lastName?: string | null | undefined;
93775
93775
  } | null | undefined;
93776
- } & any, "cma"> | null | undefined;
93776
+ } & /*elided*/ any, "cma"> | null | undefined;
93777
93777
  subsequentTransactions?: Omit<{
93778
93778
  status: "clearing" | "cleared" | "reconciled";
93779
93779
  id: string;
@@ -93865,7 +93865,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
93865
93865
  firstName?: string | null | undefined;
93866
93866
  lastName?: string | null | undefined;
93867
93867
  } | null | undefined;
93868
- } & any, "cma">[] | null | undefined;
93868
+ } & /*elided*/ any, "cma">[] | null | undefined;
93869
93869
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
93870
93870
  isReceipt?: boolean | null | undefined;
93871
93871
  isPayment?: boolean | null | undefined;
@@ -94061,7 +94061,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
94061
94061
  firstName?: string | null | undefined;
94062
94062
  lastName?: string | null | undefined;
94063
94063
  } | null | undefined;
94064
- } & any) | null | undefined;
94064
+ } & /*elided*/ any) | null | undefined;
94065
94065
  subsequentTransactions?: ({
94066
94066
  status: "clearing" | "cleared" | "reconciled";
94067
94067
  id: string;
@@ -94154,7 +94154,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
94154
94154
  firstName?: string | null | undefined;
94155
94155
  lastName?: string | null | undefined;
94156
94156
  } | null | undefined;
94157
- } & any)[] | null | undefined;
94157
+ } & /*elided*/ any)[] | null | undefined;
94158
94158
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
94159
94159
  isReceipt?: boolean | null | undefined;
94160
94160
  isPayment?: boolean | null | undefined;
@@ -94354,7 +94354,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
94354
94354
  firstName?: string | null | undefined;
94355
94355
  lastName?: string | null | undefined;
94356
94356
  } | null | undefined;
94357
- } & any) | null | undefined;
94357
+ } & /*elided*/ any) | null | undefined;
94358
94358
  subsequentTransactions?: ({
94359
94359
  status: "clearing" | "cleared" | "reconciled";
94360
94360
  id: string;
@@ -94447,7 +94447,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
94447
94447
  firstName?: string | null | undefined;
94448
94448
  lastName?: string | null | undefined;
94449
94449
  } | null | undefined;
94450
- } & any)[] | null | undefined;
94450
+ } & /*elided*/ any)[] | null | undefined;
94451
94451
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
94452
94452
  isReceipt?: boolean | null | undefined;
94453
94453
  isPayment?: boolean | null | undefined;
@@ -94869,7 +94869,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
94869
94869
  firstName?: string | null | undefined;
94870
94870
  lastName?: string | null | undefined;
94871
94871
  } | null | undefined;
94872
- } & any) | null | undefined;
94872
+ } & /*elided*/ any) | null | undefined;
94873
94873
  subsequentTransactions?: ({
94874
94874
  status: string;
94875
94875
  id: string;
@@ -94961,7 +94961,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
94961
94961
  firstName?: string | null | undefined;
94962
94962
  lastName?: string | null | undefined;
94963
94963
  } | null | undefined;
94964
- } & any)[] | null | undefined;
94964
+ } & /*elided*/ any)[] | null | undefined;
94965
94965
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
94966
94966
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
94967
94967
  })[] | null | undefined;
@@ -95151,7 +95151,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
95151
95151
  firstName?: string | null | undefined;
95152
95152
  lastName?: string | null | undefined;
95153
95153
  } | null | undefined;
95154
- } & any) | null | undefined;
95154
+ } & /*elided*/ any) | null | undefined;
95155
95155
  subsequentTransactions?: ({
95156
95156
  status: string;
95157
95157
  id: string;
@@ -95244,7 +95244,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
95244
95244
  firstName?: string | null | undefined;
95245
95245
  lastName?: string | null | undefined;
95246
95246
  } | null | undefined;
95247
- } & any)[] | null | undefined;
95247
+ } & /*elided*/ any)[] | null | undefined;
95248
95248
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
95249
95249
  })[] | null | undefined;
95250
95250
  } | null | undefined;
@@ -95700,7 +95700,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
95700
95700
  firstName?: string | null | undefined;
95701
95701
  lastName?: string | null | undefined;
95702
95702
  } | null | undefined;
95703
- } & any, "cma"> | null | undefined;
95703
+ } & /*elided*/ any, "cma"> | null | undefined;
95704
95704
  subsequentTransactions?: Omit<{
95705
95705
  status: "clearing" | "cleared" | "reconciled";
95706
95706
  id: string;
@@ -95792,7 +95792,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
95792
95792
  firstName?: string | null | undefined;
95793
95793
  lastName?: string | null | undefined;
95794
95794
  } | null | undefined;
95795
- } & any, "cma">[] | null | undefined;
95795
+ } & /*elided*/ any, "cma">[] | null | undefined;
95796
95796
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
95797
95797
  isReceipt?: boolean | null | undefined;
95798
95798
  isPayment?: boolean | null | undefined;
@@ -95988,7 +95988,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
95988
95988
  firstName?: string | null | undefined;
95989
95989
  lastName?: string | null | undefined;
95990
95990
  } | null | undefined;
95991
- } & any) | null | undefined;
95991
+ } & /*elided*/ any) | null | undefined;
95992
95992
  subsequentTransactions?: ({
95993
95993
  status: "clearing" | "cleared" | "reconciled";
95994
95994
  id: string;
@@ -96081,7 +96081,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
96081
96081
  firstName?: string | null | undefined;
96082
96082
  lastName?: string | null | undefined;
96083
96083
  } | null | undefined;
96084
- } & any)[] | null | undefined;
96084
+ } & /*elided*/ any)[] | null | undefined;
96085
96085
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
96086
96086
  isReceipt?: boolean | null | undefined;
96087
96087
  isPayment?: boolean | null | undefined;
@@ -96281,7 +96281,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
96281
96281
  firstName?: string | null | undefined;
96282
96282
  lastName?: string | null | undefined;
96283
96283
  } | null | undefined;
96284
- } & any) | null | undefined;
96284
+ } & /*elided*/ any) | null | undefined;
96285
96285
  subsequentTransactions?: ({
96286
96286
  status: "clearing" | "cleared" | "reconciled";
96287
96287
  id: string;
@@ -96374,7 +96374,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
96374
96374
  firstName?: string | null | undefined;
96375
96375
  lastName?: string | null | undefined;
96376
96376
  } | null | undefined;
96377
- } & any)[] | null | undefined;
96377
+ } & /*elided*/ any)[] | null | undefined;
96378
96378
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
96379
96379
  isReceipt?: boolean | null | undefined;
96380
96380
  isPayment?: boolean | null | undefined;
@@ -96920,7 +96920,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
96920
96920
  firstName?: string | null | undefined;
96921
96921
  lastName?: string | null | undefined;
96922
96922
  } | null | undefined;
96923
- } & any) | null | undefined;
96923
+ } & /*elided*/ any) | null | undefined;
96924
96924
  subsequentTransactions?: ({
96925
96925
  status: string;
96926
96926
  id: string;
@@ -97012,7 +97012,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
97012
97012
  firstName?: string | null | undefined;
97013
97013
  lastName?: string | null | undefined;
97014
97014
  } | null | undefined;
97015
- } & any)[] | null | undefined;
97015
+ } & /*elided*/ any)[] | null | undefined;
97016
97016
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
97017
97017
  payout?: z.input<typeof payoutEntitySchema> | null | undefined;
97018
97018
  })[] | null | undefined;
@@ -97202,7 +97202,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
97202
97202
  firstName?: string | null | undefined;
97203
97203
  lastName?: string | null | undefined;
97204
97204
  } | null | undefined;
97205
- } & any) | null | undefined;
97205
+ } & /*elided*/ any) | null | undefined;
97206
97206
  subsequentTransactions?: ({
97207
97207
  status: string;
97208
97208
  id: string;
@@ -97295,7 +97295,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<"payoutType",
97295
97295
  firstName?: string | null | undefined;
97296
97296
  lastName?: string | null | undefined;
97297
97297
  } | null | undefined;
97298
- } & any)[] | null | undefined;
97298
+ } & /*elided*/ any)[] | null | undefined;
97299
97299
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
97300
97300
  })[] | null | undefined;
97301
97301
  } | null | undefined;