@pimlico/alto 0.0.0-main.20250227T131500 → 0.0.0-main.20250227T150033

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.
@@ -1023,7 +1023,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1023
1023
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
1024
1024
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1025
1025
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1026
- eip7702Auth: z.ZodOptional<z.ZodObject<{
1026
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1027
1027
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1028
1028
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
1029
1029
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -1047,7 +1047,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1047
1047
  s: string;
1048
1048
  v: string | number | bigint;
1049
1049
  yParity: string | number | bigint;
1050
- }>>;
1050
+ }>>>;
1051
1051
  }, "strict", z.ZodTypeAny, {
1052
1052
  sender: `0x${string}`;
1053
1053
  nonce: bigint;
@@ -1068,7 +1068,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1068
1068
  s: `0x${string}`;
1069
1069
  v: bigint;
1070
1070
  yParity: number;
1071
- } | undefined;
1071
+ } | null | undefined;
1072
1072
  }, {
1073
1073
  sender: string;
1074
1074
  nonce: string | number | bigint;
@@ -1089,7 +1089,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1089
1089
  s: string;
1090
1090
  v: string | number | bigint;
1091
1091
  yParity: string | number | bigint;
1092
- } | undefined;
1092
+ } | null | undefined;
1093
1093
  }>, {
1094
1094
  sender: `0x${string}`;
1095
1095
  nonce: bigint;
@@ -1110,7 +1110,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1110
1110
  s: `0x${string}`;
1111
1111
  v: bigint;
1112
1112
  yParity: number;
1113
- } | undefined;
1113
+ } | null | undefined;
1114
1114
  }, {
1115
1115
  sender: string;
1116
1116
  nonce: string | number | bigint;
@@ -1131,7 +1131,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1131
1131
  s: string;
1132
1132
  v: string | number | bigint;
1133
1133
  yParity: string | number | bigint;
1134
- } | undefined;
1134
+ } | null | undefined;
1135
1135
  }>, z.ZodEffects<z.ZodObject<{
1136
1136
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1137
1137
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -1285,7 +1285,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1285
1285
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
1286
1286
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1287
1287
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1288
- eip7702Auth: z.ZodOptional<z.ZodObject<{
1288
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1289
1289
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1290
1290
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
1291
1291
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -1309,7 +1309,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1309
1309
  s: string;
1310
1310
  v: string | number | bigint;
1311
1311
  yParity: string | number | bigint;
1312
- }>>;
1312
+ }>>>;
1313
1313
  }, "strict", z.ZodTypeAny, {
1314
1314
  sender: `0x${string}`;
1315
1315
  nonce: bigint;
@@ -1330,7 +1330,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1330
1330
  s: `0x${string}`;
1331
1331
  v: bigint;
1332
1332
  yParity: number;
1333
- } | undefined;
1333
+ } | null | undefined;
1334
1334
  }, {
1335
1335
  sender: string;
1336
1336
  nonce: string | number | bigint;
@@ -1351,7 +1351,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1351
1351
  s: string;
1352
1352
  v: string | number | bigint;
1353
1353
  yParity: string | number | bigint;
1354
- } | undefined;
1354
+ } | null | undefined;
1355
1355
  }>, {
1356
1356
  sender: `0x${string}`;
1357
1357
  nonce: bigint;
@@ -1372,7 +1372,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1372
1372
  s: `0x${string}`;
1373
1373
  v: bigint;
1374
1374
  yParity: number;
1375
- } | undefined;
1375
+ } | null | undefined;
1376
1376
  }, {
1377
1377
  sender: string;
1378
1378
  nonce: string | number | bigint;
@@ -1393,7 +1393,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1393
1393
  s: string;
1394
1394
  v: string | number | bigint;
1395
1395
  yParity: string | number | bigint;
1396
- } | undefined;
1396
+ } | null | undefined;
1397
1397
  }>, z.ZodEffects<z.ZodObject<{
1398
1398
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1399
1399
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -1632,7 +1632,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1632
1632
  s: `0x${string}`;
1633
1633
  v: bigint;
1634
1634
  yParity: number;
1635
- } | undefined;
1635
+ } | null | undefined;
1636
1636
  } | {
1637
1637
  sender: `0x${string}`;
1638
1638
  factory: `0x${string}` | null;
@@ -1678,7 +1678,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1678
1678
  s: `0x${string}`;
1679
1679
  v: bigint;
1680
1680
  yParity: number;
1681
- } | undefined;
1681
+ } | null | undefined;
1682
1682
  } | {
1683
1683
  sender: `0x${string}`;
1684
1684
  factory: `0x${string}` | null;
@@ -1756,7 +1756,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1756
1756
  s: string;
1757
1757
  v: string | number | bigint;
1758
1758
  yParity: string | number | bigint;
1759
- } | undefined;
1759
+ } | null | undefined;
1760
1760
  } | {
1761
1761
  sender: string;
1762
1762
  nonce: string | number | bigint;
@@ -1802,7 +1802,7 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
1802
1802
  s: string;
1803
1803
  v: string | number | bigint;
1804
1804
  yParity: string | number | bigint;
1805
- } | undefined;
1805
+ } | null | undefined;
1806
1806
  } | {
1807
1807
  sender: string;
1808
1808
  nonce: string | number | bigint;
@@ -4558,7 +4558,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4558
4558
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
4559
4559
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4560
4560
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4561
- eip7702Auth: z.ZodOptional<z.ZodObject<{
4561
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4562
4562
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4563
4563
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
4564
4564
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -4582,7 +4582,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4582
4582
  s: string;
4583
4583
  v: string | number | bigint;
4584
4584
  yParity: string | number | bigint;
4585
- }>>;
4585
+ }>>>;
4586
4586
  }, "strict", z.ZodTypeAny, {
4587
4587
  sender: `0x${string}`;
4588
4588
  nonce: bigint;
@@ -4603,7 +4603,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4603
4603
  s: `0x${string}`;
4604
4604
  v: bigint;
4605
4605
  yParity: number;
4606
- } | undefined;
4606
+ } | null | undefined;
4607
4607
  }, {
4608
4608
  sender: string;
4609
4609
  nonce: string | number | bigint;
@@ -4624,7 +4624,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4624
4624
  s: string;
4625
4625
  v: string | number | bigint;
4626
4626
  yParity: string | number | bigint;
4627
- } | undefined;
4627
+ } | null | undefined;
4628
4628
  }>, {
4629
4629
  sender: `0x${string}`;
4630
4630
  nonce: bigint;
@@ -4645,7 +4645,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4645
4645
  s: `0x${string}`;
4646
4646
  v: bigint;
4647
4647
  yParity: number;
4648
- } | undefined;
4648
+ } | null | undefined;
4649
4649
  }, {
4650
4650
  sender: string;
4651
4651
  nonce: string | number | bigint;
@@ -4666,7 +4666,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4666
4666
  s: string;
4667
4667
  v: string | number | bigint;
4668
4668
  yParity: string | number | bigint;
4669
- } | undefined;
4669
+ } | null | undefined;
4670
4670
  }>, z.ZodEffects<z.ZodObject<{
4671
4671
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4672
4672
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -4820,7 +4820,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4820
4820
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
4821
4821
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4822
4822
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4823
- eip7702Auth: z.ZodOptional<z.ZodObject<{
4823
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4824
4824
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4825
4825
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
4826
4826
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -4844,7 +4844,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4844
4844
  s: string;
4845
4845
  v: string | number | bigint;
4846
4846
  yParity: string | number | bigint;
4847
- }>>;
4847
+ }>>>;
4848
4848
  }, "strict", z.ZodTypeAny, {
4849
4849
  sender: `0x${string}`;
4850
4850
  nonce: bigint;
@@ -4865,7 +4865,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4865
4865
  s: `0x${string}`;
4866
4866
  v: bigint;
4867
4867
  yParity: number;
4868
- } | undefined;
4868
+ } | null | undefined;
4869
4869
  }, {
4870
4870
  sender: string;
4871
4871
  nonce: string | number | bigint;
@@ -4886,7 +4886,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4886
4886
  s: string;
4887
4887
  v: string | number | bigint;
4888
4888
  yParity: string | number | bigint;
4889
- } | undefined;
4889
+ } | null | undefined;
4890
4890
  }>, {
4891
4891
  sender: `0x${string}`;
4892
4892
  nonce: bigint;
@@ -4907,7 +4907,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4907
4907
  s: `0x${string}`;
4908
4908
  v: bigint;
4909
4909
  yParity: number;
4910
- } | undefined;
4910
+ } | null | undefined;
4911
4911
  }, {
4912
4912
  sender: string;
4913
4913
  nonce: string | number | bigint;
@@ -4928,7 +4928,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
4928
4928
  s: string;
4929
4929
  v: string | number | bigint;
4930
4930
  yParity: string | number | bigint;
4931
- } | undefined;
4931
+ } | null | undefined;
4932
4932
  }>, z.ZodEffects<z.ZodObject<{
4933
4933
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4934
4934
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -5167,7 +5167,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
5167
5167
  s: `0x${string}`;
5168
5168
  v: bigint;
5169
5169
  yParity: number;
5170
- } | undefined;
5170
+ } | null | undefined;
5171
5171
  } | {
5172
5172
  sender: `0x${string}`;
5173
5173
  factory: `0x${string}` | null;
@@ -5213,7 +5213,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
5213
5213
  s: `0x${string}`;
5214
5214
  v: bigint;
5215
5215
  yParity: number;
5216
- } | undefined;
5216
+ } | null | undefined;
5217
5217
  } | {
5218
5218
  sender: `0x${string}`;
5219
5219
  factory: `0x${string}` | null;
@@ -5291,7 +5291,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
5291
5291
  s: string;
5292
5292
  v: string | number | bigint;
5293
5293
  yParity: string | number | bigint;
5294
- } | undefined;
5294
+ } | null | undefined;
5295
5295
  } | {
5296
5296
  sender: string;
5297
5297
  nonce: string | number | bigint;
@@ -5337,7 +5337,7 @@ export declare const pimlicoExperimentalEstimateUserOperationGas7702Schema: z.Zo
5337
5337
  s: string;
5338
5338
  v: string | number | bigint;
5339
5339
  yParity: string | number | bigint;
5340
- } | undefined;
5340
+ } | null | undefined;
5341
5341
  } | {
5342
5342
  sender: string;
5343
5343
  nonce: string | number | bigint;
@@ -5775,7 +5775,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
5775
5775
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
5776
5776
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
5777
5777
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
5778
- eip7702Auth: z.ZodOptional<z.ZodObject<{
5778
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5779
5779
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
5780
5780
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
5781
5781
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -5799,7 +5799,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
5799
5799
  s: string;
5800
5800
  v: string | number | bigint;
5801
5801
  yParity: string | number | bigint;
5802
- }>>;
5802
+ }>>>;
5803
5803
  }, "strict", z.ZodTypeAny, {
5804
5804
  sender: `0x${string}`;
5805
5805
  nonce: bigint;
@@ -5820,7 +5820,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
5820
5820
  s: `0x${string}`;
5821
5821
  v: bigint;
5822
5822
  yParity: number;
5823
- } | undefined;
5823
+ } | null | undefined;
5824
5824
  }, {
5825
5825
  sender: string;
5826
5826
  nonce: string | number | bigint;
@@ -5841,7 +5841,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
5841
5841
  s: string;
5842
5842
  v: string | number | bigint;
5843
5843
  yParity: string | number | bigint;
5844
- } | undefined;
5844
+ } | null | undefined;
5845
5845
  }>, {
5846
5846
  sender: `0x${string}`;
5847
5847
  nonce: bigint;
@@ -5862,7 +5862,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
5862
5862
  s: `0x${string}`;
5863
5863
  v: bigint;
5864
5864
  yParity: number;
5865
- } | undefined;
5865
+ } | null | undefined;
5866
5866
  }, {
5867
5867
  sender: string;
5868
5868
  nonce: string | number | bigint;
@@ -5883,7 +5883,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
5883
5883
  s: string;
5884
5884
  v: string | number | bigint;
5885
5885
  yParity: string | number | bigint;
5886
- } | undefined;
5886
+ } | null | undefined;
5887
5887
  }>, z.ZodEffects<z.ZodObject<{
5888
5888
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
5889
5889
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -6037,7 +6037,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6037
6037
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
6038
6038
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6039
6039
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6040
- eip7702Auth: z.ZodOptional<z.ZodObject<{
6040
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6041
6041
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6042
6042
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
6043
6043
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -6061,7 +6061,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6061
6061
  s: string;
6062
6062
  v: string | number | bigint;
6063
6063
  yParity: string | number | bigint;
6064
- }>>;
6064
+ }>>>;
6065
6065
  }, "strict", z.ZodTypeAny, {
6066
6066
  sender: `0x${string}`;
6067
6067
  nonce: bigint;
@@ -6082,7 +6082,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6082
6082
  s: `0x${string}`;
6083
6083
  v: bigint;
6084
6084
  yParity: number;
6085
- } | undefined;
6085
+ } | null | undefined;
6086
6086
  }, {
6087
6087
  sender: string;
6088
6088
  nonce: string | number | bigint;
@@ -6103,7 +6103,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6103
6103
  s: string;
6104
6104
  v: string | number | bigint;
6105
6105
  yParity: string | number | bigint;
6106
- } | undefined;
6106
+ } | null | undefined;
6107
6107
  }>, {
6108
6108
  sender: `0x${string}`;
6109
6109
  nonce: bigint;
@@ -6124,7 +6124,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6124
6124
  s: `0x${string}`;
6125
6125
  v: bigint;
6126
6126
  yParity: number;
6127
- } | undefined;
6127
+ } | null | undefined;
6128
6128
  }, {
6129
6129
  sender: string;
6130
6130
  nonce: string | number | bigint;
@@ -6145,7 +6145,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6145
6145
  s: string;
6146
6146
  v: string | number | bigint;
6147
6147
  yParity: string | number | bigint;
6148
- } | undefined;
6148
+ } | null | undefined;
6149
6149
  }>, z.ZodEffects<z.ZodObject<{
6150
6150
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6151
6151
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -6361,7 +6361,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6361
6361
  s: `0x${string}`;
6362
6362
  v: bigint;
6363
6363
  yParity: number;
6364
- } | undefined;
6364
+ } | null | undefined;
6365
6365
  } | {
6366
6366
  sender: `0x${string}`;
6367
6367
  factory: `0x${string}` | null;
@@ -6407,7 +6407,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6407
6407
  s: `0x${string}`;
6408
6408
  v: bigint;
6409
6409
  yParity: number;
6410
- } | undefined;
6410
+ } | null | undefined;
6411
6411
  } | {
6412
6412
  sender: `0x${string}`;
6413
6413
  factory: `0x${string}` | null;
@@ -6462,7 +6462,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6462
6462
  s: string;
6463
6463
  v: string | number | bigint;
6464
6464
  yParity: string | number | bigint;
6465
- } | undefined;
6465
+ } | null | undefined;
6466
6466
  } | {
6467
6467
  sender: string;
6468
6468
  nonce: string | number | bigint;
@@ -6508,7 +6508,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
6508
6508
  s: string;
6509
6509
  v: string | number | bigint;
6510
6510
  yParity: string | number | bigint;
6511
- } | undefined;
6511
+ } | null | undefined;
6512
6512
  } | {
6513
6513
  sender: string;
6514
6514
  nonce: string | number | bigint;
@@ -9062,7 +9062,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9062
9062
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
9063
9063
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9064
9064
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9065
- eip7702Auth: z.ZodOptional<z.ZodObject<{
9065
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9066
9066
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9067
9067
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
9068
9068
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -9086,7 +9086,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9086
9086
  s: string;
9087
9087
  v: string | number | bigint;
9088
9088
  yParity: string | number | bigint;
9089
- }>>;
9089
+ }>>>;
9090
9090
  }, "strict", z.ZodTypeAny, {
9091
9091
  sender: `0x${string}`;
9092
9092
  nonce: bigint;
@@ -9107,7 +9107,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9107
9107
  s: `0x${string}`;
9108
9108
  v: bigint;
9109
9109
  yParity: number;
9110
- } | undefined;
9110
+ } | null | undefined;
9111
9111
  }, {
9112
9112
  sender: string;
9113
9113
  nonce: string | number | bigint;
@@ -9128,7 +9128,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9128
9128
  s: string;
9129
9129
  v: string | number | bigint;
9130
9130
  yParity: string | number | bigint;
9131
- } | undefined;
9131
+ } | null | undefined;
9132
9132
  }>, {
9133
9133
  sender: `0x${string}`;
9134
9134
  nonce: bigint;
@@ -9149,7 +9149,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9149
9149
  s: `0x${string}`;
9150
9150
  v: bigint;
9151
9151
  yParity: number;
9152
- } | undefined;
9152
+ } | null | undefined;
9153
9153
  }, {
9154
9154
  sender: string;
9155
9155
  nonce: string | number | bigint;
@@ -9170,7 +9170,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9170
9170
  s: string;
9171
9171
  v: string | number | bigint;
9172
9172
  yParity: string | number | bigint;
9173
- } | undefined;
9173
+ } | null | undefined;
9174
9174
  }>, z.ZodEffects<z.ZodObject<{
9175
9175
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9176
9176
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -9324,7 +9324,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9324
9324
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
9325
9325
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9326
9326
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9327
- eip7702Auth: z.ZodOptional<z.ZodObject<{
9327
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9328
9328
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9329
9329
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
9330
9330
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -9348,7 +9348,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9348
9348
  s: string;
9349
9349
  v: string | number | bigint;
9350
9350
  yParity: string | number | bigint;
9351
- }>>;
9351
+ }>>>;
9352
9352
  }, "strict", z.ZodTypeAny, {
9353
9353
  sender: `0x${string}`;
9354
9354
  nonce: bigint;
@@ -9369,7 +9369,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9369
9369
  s: `0x${string}`;
9370
9370
  v: bigint;
9371
9371
  yParity: number;
9372
- } | undefined;
9372
+ } | null | undefined;
9373
9373
  }, {
9374
9374
  sender: string;
9375
9375
  nonce: string | number | bigint;
@@ -9390,7 +9390,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9390
9390
  s: string;
9391
9391
  v: string | number | bigint;
9392
9392
  yParity: string | number | bigint;
9393
- } | undefined;
9393
+ } | null | undefined;
9394
9394
  }>, {
9395
9395
  sender: `0x${string}`;
9396
9396
  nonce: bigint;
@@ -9411,7 +9411,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9411
9411
  s: `0x${string}`;
9412
9412
  v: bigint;
9413
9413
  yParity: number;
9414
- } | undefined;
9414
+ } | null | undefined;
9415
9415
  }, {
9416
9416
  sender: string;
9417
9417
  nonce: string | number | bigint;
@@ -9432,7 +9432,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9432
9432
  s: string;
9433
9433
  v: string | number | bigint;
9434
9434
  yParity: string | number | bigint;
9435
- } | undefined;
9435
+ } | null | undefined;
9436
9436
  }>, z.ZodEffects<z.ZodObject<{
9437
9437
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9438
9438
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -9648,7 +9648,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9648
9648
  s: `0x${string}`;
9649
9649
  v: bigint;
9650
9650
  yParity: number;
9651
- } | undefined;
9651
+ } | null | undefined;
9652
9652
  } | {
9653
9653
  sender: `0x${string}`;
9654
9654
  factory: `0x${string}` | null;
@@ -9694,7 +9694,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9694
9694
  s: `0x${string}`;
9695
9695
  v: bigint;
9696
9696
  yParity: number;
9697
- } | undefined;
9697
+ } | null | undefined;
9698
9698
  } | {
9699
9699
  sender: `0x${string}`;
9700
9700
  factory: `0x${string}` | null;
@@ -9749,7 +9749,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9749
9749
  s: string;
9750
9750
  v: string | number | bigint;
9751
9751
  yParity: string | number | bigint;
9752
- } | undefined;
9752
+ } | null | undefined;
9753
9753
  } | {
9754
9754
  sender: string;
9755
9755
  nonce: string | number | bigint;
@@ -9795,7 +9795,7 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
9795
9795
  s: string;
9796
9796
  v: string | number | bigint;
9797
9797
  yParity: string | number | bigint;
9798
- } | undefined;
9798
+ } | null | undefined;
9799
9799
  } | {
9800
9800
  sender: string;
9801
9801
  nonce: string | number | bigint;
@@ -9869,7 +9869,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
9869
9869
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
9870
9870
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9871
9871
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9872
- eip7702Auth: z.ZodOptional<z.ZodObject<{
9872
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9873
9873
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9874
9874
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
9875
9875
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -9893,7 +9893,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
9893
9893
  s: string;
9894
9894
  v: string | number | bigint;
9895
9895
  yParity: string | number | bigint;
9896
- }>>;
9896
+ }>>>;
9897
9897
  }, "strict", z.ZodTypeAny, {
9898
9898
  sender: `0x${string}`;
9899
9899
  nonce: bigint;
@@ -9914,7 +9914,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
9914
9914
  s: `0x${string}`;
9915
9915
  v: bigint;
9916
9916
  yParity: number;
9917
- } | undefined;
9917
+ } | null | undefined;
9918
9918
  }, {
9919
9919
  sender: string;
9920
9920
  nonce: string | number | bigint;
@@ -9935,7 +9935,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
9935
9935
  s: string;
9936
9936
  v: string | number | bigint;
9937
9937
  yParity: string | number | bigint;
9938
- } | undefined;
9938
+ } | null | undefined;
9939
9939
  }>, {
9940
9940
  sender: `0x${string}`;
9941
9941
  nonce: bigint;
@@ -9956,7 +9956,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
9956
9956
  s: `0x${string}`;
9957
9957
  v: bigint;
9958
9958
  yParity: number;
9959
- } | undefined;
9959
+ } | null | undefined;
9960
9960
  }, {
9961
9961
  sender: string;
9962
9962
  nonce: string | number | bigint;
@@ -9977,7 +9977,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
9977
9977
  s: string;
9978
9978
  v: string | number | bigint;
9979
9979
  yParity: string | number | bigint;
9980
- } | undefined;
9980
+ } | null | undefined;
9981
9981
  }>, z.ZodEffects<z.ZodObject<{
9982
9982
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
9983
9983
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -10131,7 +10131,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10131
10131
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
10132
10132
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
10133
10133
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
10134
- eip7702Auth: z.ZodOptional<z.ZodObject<{
10134
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10135
10135
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
10136
10136
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
10137
10137
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -10155,7 +10155,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10155
10155
  s: string;
10156
10156
  v: string | number | bigint;
10157
10157
  yParity: string | number | bigint;
10158
- }>>;
10158
+ }>>>;
10159
10159
  }, "strict", z.ZodTypeAny, {
10160
10160
  sender: `0x${string}`;
10161
10161
  nonce: bigint;
@@ -10176,7 +10176,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10176
10176
  s: `0x${string}`;
10177
10177
  v: bigint;
10178
10178
  yParity: number;
10179
- } | undefined;
10179
+ } | null | undefined;
10180
10180
  }, {
10181
10181
  sender: string;
10182
10182
  nonce: string | number | bigint;
@@ -10197,7 +10197,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10197
10197
  s: string;
10198
10198
  v: string | number | bigint;
10199
10199
  yParity: string | number | bigint;
10200
- } | undefined;
10200
+ } | null | undefined;
10201
10201
  }>, {
10202
10202
  sender: `0x${string}`;
10203
10203
  nonce: bigint;
@@ -10218,7 +10218,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10218
10218
  s: `0x${string}`;
10219
10219
  v: bigint;
10220
10220
  yParity: number;
10221
- } | undefined;
10221
+ } | null | undefined;
10222
10222
  }, {
10223
10223
  sender: string;
10224
10224
  nonce: string | number | bigint;
@@ -10239,7 +10239,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10239
10239
  s: string;
10240
10240
  v: string | number | bigint;
10241
10241
  yParity: string | number | bigint;
10242
- } | undefined;
10242
+ } | null | undefined;
10243
10243
  }>, z.ZodEffects<z.ZodObject<{
10244
10244
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
10245
10245
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -10478,7 +10478,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10478
10478
  s: `0x${string}`;
10479
10479
  v: bigint;
10480
10480
  yParity: number;
10481
- } | undefined;
10481
+ } | null | undefined;
10482
10482
  } | {
10483
10483
  sender: `0x${string}`;
10484
10484
  factory: `0x${string}` | null;
@@ -10524,7 +10524,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10524
10524
  s: `0x${string}`;
10525
10525
  v: bigint;
10526
10526
  yParity: number;
10527
- } | undefined;
10527
+ } | null | undefined;
10528
10528
  } | {
10529
10529
  sender: `0x${string}`;
10530
10530
  factory: `0x${string}` | null;
@@ -10602,7 +10602,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10602
10602
  s: string;
10603
10603
  v: string | number | bigint;
10604
10604
  yParity: string | number | bigint;
10605
- } | undefined;
10605
+ } | null | undefined;
10606
10606
  } | {
10607
10607
  sender: string;
10608
10608
  nonce: string | number | bigint;
@@ -10648,7 +10648,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
10648
10648
  s: string;
10649
10649
  v: string | number | bigint;
10650
10650
  yParity: string | number | bigint;
10651
- } | undefined;
10651
+ } | null | undefined;
10652
10652
  } | {
10653
10653
  sender: string;
10654
10654
  nonce: string | number | bigint;
@@ -13754,7 +13754,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
13754
13754
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
13755
13755
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13756
13756
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13757
- eip7702Auth: z.ZodOptional<z.ZodObject<{
13757
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
13758
13758
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13759
13759
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
13760
13760
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -13778,7 +13778,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
13778
13778
  s: string;
13779
13779
  v: string | number | bigint;
13780
13780
  yParity: string | number | bigint;
13781
- }>>;
13781
+ }>>>;
13782
13782
  }, "strict", z.ZodTypeAny, {
13783
13783
  sender: `0x${string}`;
13784
13784
  nonce: bigint;
@@ -13799,7 +13799,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
13799
13799
  s: `0x${string}`;
13800
13800
  v: bigint;
13801
13801
  yParity: number;
13802
- } | undefined;
13802
+ } | null | undefined;
13803
13803
  }, {
13804
13804
  sender: string;
13805
13805
  nonce: string | number | bigint;
@@ -13820,7 +13820,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
13820
13820
  s: string;
13821
13821
  v: string | number | bigint;
13822
13822
  yParity: string | number | bigint;
13823
- } | undefined;
13823
+ } | null | undefined;
13824
13824
  }>, {
13825
13825
  sender: `0x${string}`;
13826
13826
  nonce: bigint;
@@ -13841,7 +13841,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
13841
13841
  s: `0x${string}`;
13842
13842
  v: bigint;
13843
13843
  yParity: number;
13844
- } | undefined;
13844
+ } | null | undefined;
13845
13845
  }, {
13846
13846
  sender: string;
13847
13847
  nonce: string | number | bigint;
@@ -13862,7 +13862,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
13862
13862
  s: string;
13863
13863
  v: string | number | bigint;
13864
13864
  yParity: string | number | bigint;
13865
- } | undefined;
13865
+ } | null | undefined;
13866
13866
  }>, z.ZodEffects<z.ZodObject<{
13867
13867
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
13868
13868
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -14016,7 +14016,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14016
14016
  maxFeePerGas: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
14017
14017
  paymasterAndData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
14018
14018
  signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
14019
- eip7702Auth: z.ZodOptional<z.ZodObject<{
14019
+ eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodObject<{
14020
14020
  contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
14021
14021
  chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
14022
14022
  nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -14040,7 +14040,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14040
14040
  s: string;
14041
14041
  v: string | number | bigint;
14042
14042
  yParity: string | number | bigint;
14043
- }>>;
14043
+ }>>>;
14044
14044
  }, "strict", z.ZodTypeAny, {
14045
14045
  sender: `0x${string}`;
14046
14046
  nonce: bigint;
@@ -14061,7 +14061,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14061
14061
  s: `0x${string}`;
14062
14062
  v: bigint;
14063
14063
  yParity: number;
14064
- } | undefined;
14064
+ } | null | undefined;
14065
14065
  }, {
14066
14066
  sender: string;
14067
14067
  nonce: string | number | bigint;
@@ -14082,7 +14082,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14082
14082
  s: string;
14083
14083
  v: string | number | bigint;
14084
14084
  yParity: string | number | bigint;
14085
- } | undefined;
14085
+ } | null | undefined;
14086
14086
  }>, {
14087
14087
  sender: `0x${string}`;
14088
14088
  nonce: bigint;
@@ -14103,7 +14103,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14103
14103
  s: `0x${string}`;
14104
14104
  v: bigint;
14105
14105
  yParity: number;
14106
- } | undefined;
14106
+ } | null | undefined;
14107
14107
  }, {
14108
14108
  sender: string;
14109
14109
  nonce: string | number | bigint;
@@ -14124,7 +14124,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14124
14124
  s: string;
14125
14125
  v: string | number | bigint;
14126
14126
  yParity: string | number | bigint;
14127
- } | undefined;
14127
+ } | null | undefined;
14128
14128
  }>, z.ZodEffects<z.ZodObject<{
14129
14129
  sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
14130
14130
  nonce: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -14363,7 +14363,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14363
14363
  s: `0x${string}`;
14364
14364
  v: bigint;
14365
14365
  yParity: number;
14366
- } | undefined;
14366
+ } | null | undefined;
14367
14367
  } | {
14368
14368
  sender: `0x${string}`;
14369
14369
  factory: `0x${string}` | null;
@@ -14409,7 +14409,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14409
14409
  s: `0x${string}`;
14410
14410
  v: bigint;
14411
14411
  yParity: number;
14412
- } | undefined;
14412
+ } | null | undefined;
14413
14413
  } | {
14414
14414
  sender: `0x${string}`;
14415
14415
  factory: `0x${string}` | null;
@@ -14487,7 +14487,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14487
14487
  s: string;
14488
14488
  v: string | number | bigint;
14489
14489
  yParity: string | number | bigint;
14490
- } | undefined;
14490
+ } | null | undefined;
14491
14491
  } | {
14492
14492
  sender: string;
14493
14493
  nonce: string | number | bigint;
@@ -14533,7 +14533,7 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
14533
14533
  s: string;
14534
14534
  v: string | number | bigint;
14535
14535
  yParity: string | number | bigint;
14536
- } | undefined;
14536
+ } | null | undefined;
14537
14537
  } | {
14538
14538
  sender: string;
14539
14539
  nonce: string | number | bigint;