@illalabs/interfaces 0.17.0 → 0.18.0-canary-beta-e394e590

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.
@@ -2671,18 +2671,21 @@ export declare const resultEventDataSchema: z.ZodObject<{
2671
2671
  explorerUrl?: string | undefined;
2672
2672
  usdValue?: string | undefined;
2673
2673
  }>>;
2674
+ hmac: z.ZodOptional<z.ZodString>;
2674
2675
  }, "strip", z.ZodTypeAny, {
2675
2676
  transaction: import("viem").PrepareTransactionRequestReturnType;
2676
2677
  metadata?: {
2677
2678
  explorerUrl?: string | undefined;
2678
2679
  usdValue?: string | undefined;
2679
2680
  } | undefined;
2681
+ hmac?: string | undefined;
2680
2682
  }, {
2681
2683
  transaction: import("viem").PrepareTransactionRequestReturnType;
2682
2684
  metadata?: {
2683
2685
  explorerUrl?: string | undefined;
2684
2686
  usdValue?: string | undefined;
2685
2687
  } | undefined;
2688
+ hmac?: string | undefined;
2686
2689
  }>, "many">;
2687
2690
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
2688
2691
  action: z.ZodLiteral<"swap">;
@@ -3095,6 +3098,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
3095
3098
  explorerUrl?: string | undefined;
3096
3099
  usdValue?: string | undefined;
3097
3100
  } | undefined;
3101
+ hmac?: string | undefined;
3098
3102
  }[];
3099
3103
  actionMetadata?: {
3100
3104
  chainId: number;
@@ -3215,6 +3219,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
3215
3219
  explorerUrl?: string | undefined;
3216
3220
  usdValue?: string | undefined;
3217
3221
  } | undefined;
3222
+ hmac?: string | undefined;
3218
3223
  }[];
3219
3224
  actionMetadata?: {
3220
3225
  chainId: number;
@@ -3341,18 +3346,21 @@ export declare const resultEventDataSchema: z.ZodObject<{
3341
3346
  explorerUrl?: string | undefined;
3342
3347
  usdValue?: string | undefined;
3343
3348
  }>>;
3349
+ hmac: z.ZodOptional<z.ZodString>;
3344
3350
  }, "strip", z.ZodTypeAny, {
3345
3351
  transaction: import("viem").PrepareTransactionRequestReturnType;
3346
3352
  metadata?: {
3347
3353
  explorerUrl?: string | undefined;
3348
3354
  usdValue?: string | undefined;
3349
3355
  } | undefined;
3356
+ hmac?: string | undefined;
3350
3357
  }, {
3351
3358
  transaction: import("viem").PrepareTransactionRequestReturnType;
3352
3359
  metadata?: {
3353
3360
  explorerUrl?: string | undefined;
3354
3361
  usdValue?: string | undefined;
3355
3362
  } | undefined;
3363
+ hmac?: string | undefined;
3356
3364
  }>;
3357
3365
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
3358
3366
  action: z.ZodLiteral<"swap">;
@@ -3765,6 +3773,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
3765
3773
  explorerUrl?: string | undefined;
3766
3774
  usdValue?: string | undefined;
3767
3775
  } | undefined;
3776
+ hmac?: string | undefined;
3768
3777
  };
3769
3778
  actionMetadata?: {
3770
3779
  chainId: number;
@@ -3885,6 +3894,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
3885
3894
  explorerUrl?: string | undefined;
3886
3895
  usdValue?: string | undefined;
3887
3896
  } | undefined;
3897
+ hmac?: string | undefined;
3888
3898
  };
3889
3899
  actionMetadata?: {
3890
3900
  chainId: number;
@@ -4263,6 +4273,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
4263
4273
  blocked?: boolean | undefined;
4264
4274
  }>]>>;
4265
4275
  }, z.ZodUnknown, "strip">>>;
4276
+ hmac: z.ZodOptional<z.ZodString>;
4266
4277
  } & {
4267
4278
  signMethod: z.ZodLiteral<"typedData">;
4268
4279
  typedData: z.ZodObject<{
@@ -4397,6 +4408,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
4397
4408
  blocked?: boolean | undefined;
4398
4409
  }>]>>;
4399
4410
  }, z.ZodUnknown, "strip"> | undefined;
4411
+ hmac?: string | undefined;
4400
4412
  }, {
4401
4413
  id: string;
4402
4414
  signerAddress: string;
@@ -4498,6 +4510,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
4498
4510
  blocked?: boolean | undefined;
4499
4511
  }>]>>;
4500
4512
  }, z.ZodUnknown, "strip"> | undefined;
4513
+ hmac?: string | undefined;
4501
4514
  }>, z.ZodObject<{
4502
4515
  id: z.ZodString;
4503
4516
  signerAddress: z.ZodString;
@@ -4761,6 +4774,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
4761
4774
  blocked?: boolean | undefined;
4762
4775
  }>]>>;
4763
4776
  }, z.ZodUnknown, "strip">>>;
4777
+ hmac: z.ZodOptional<z.ZodString>;
4764
4778
  } & {
4765
4779
  signMethod: z.ZodLiteral<"message">;
4766
4780
  rawHash: z.ZodString;
@@ -4857,6 +4871,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
4857
4871
  blocked?: boolean | undefined;
4858
4872
  }>]>>;
4859
4873
  }, z.ZodUnknown, "strip"> | undefined;
4874
+ hmac?: string | undefined;
4860
4875
  }, {
4861
4876
  id: string;
4862
4877
  signerAddress: string;
@@ -4950,6 +4965,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
4950
4965
  blocked?: boolean | undefined;
4951
4966
  }>]>>;
4952
4967
  }, z.ZodUnknown, "strip"> | undefined;
4968
+ hmac?: string | undefined;
4953
4969
  }>]>, "many">;
4954
4970
  }, "strip", z.ZodTypeAny, {
4955
4971
  signatureRequests: ({
@@ -5053,6 +5069,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
5053
5069
  blocked?: boolean | undefined;
5054
5070
  }>]>>;
5055
5071
  }, z.ZodUnknown, "strip"> | undefined;
5072
+ hmac?: string | undefined;
5056
5073
  } | {
5057
5074
  id: string;
5058
5075
  signerAddress: string;
@@ -5146,6 +5163,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
5146
5163
  blocked?: boolean | undefined;
5147
5164
  }>]>>;
5148
5165
  }, z.ZodUnknown, "strip"> | undefined;
5166
+ hmac?: string | undefined;
5149
5167
  })[];
5150
5168
  }, {
5151
5169
  signatureRequests: ({
@@ -5249,6 +5267,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
5249
5267
  blocked?: boolean | undefined;
5250
5268
  }>]>>;
5251
5269
  }, z.ZodUnknown, "strip"> | undefined;
5270
+ hmac?: string | undefined;
5252
5271
  } | {
5253
5272
  id: string;
5254
5273
  signerAddress: string;
@@ -5342,6 +5361,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
5342
5361
  blocked?: boolean | undefined;
5343
5362
  }>]>>;
5344
5363
  }, z.ZodUnknown, "strip"> | undefined;
5364
+ hmac?: string | undefined;
5345
5365
  })[];
5346
5366
  }>;
5347
5367
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
@@ -5851,6 +5871,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
5851
5871
  blocked?: boolean | undefined;
5852
5872
  }>]>>;
5853
5873
  }, z.ZodUnknown, "strip"> | undefined;
5874
+ hmac?: string | undefined;
5854
5875
  } | {
5855
5876
  id: string;
5856
5877
  signerAddress: string;
@@ -5944,6 +5965,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
5944
5965
  blocked?: boolean | undefined;
5945
5966
  }>]>>;
5946
5967
  }, z.ZodUnknown, "strip"> | undefined;
5968
+ hmac?: string | undefined;
5947
5969
  })[];
5948
5970
  };
5949
5971
  actionMetadata?: {
@@ -6161,6 +6183,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
6161
6183
  blocked?: boolean | undefined;
6162
6184
  }>]>>;
6163
6185
  }, z.ZodUnknown, "strip"> | undefined;
6186
+ hmac?: string | undefined;
6164
6187
  } | {
6165
6188
  id: string;
6166
6189
  signerAddress: string;
@@ -6254,6 +6277,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
6254
6277
  blocked?: boolean | undefined;
6255
6278
  }>]>>;
6256
6279
  }, z.ZodUnknown, "strip"> | undefined;
6280
+ hmac?: string | undefined;
6257
6281
  })[];
6258
6282
  };
6259
6283
  actionMetadata?: {
@@ -6383,18 +6407,21 @@ export declare const resultEventDataSchema: z.ZodObject<{
6383
6407
  explorerUrl?: string | undefined;
6384
6408
  usdValue?: string | undefined;
6385
6409
  }>>;
6410
+ hmac: z.ZodOptional<z.ZodString>;
6386
6411
  }, "strip", z.ZodTypeAny, {
6387
6412
  transaction: import("viem").PrepareTransactionRequestReturnType;
6388
6413
  metadata?: {
6389
6414
  explorerUrl?: string | undefined;
6390
6415
  usdValue?: string | undefined;
6391
6416
  } | undefined;
6417
+ hmac?: string | undefined;
6392
6418
  }, {
6393
6419
  transaction: import("viem").PrepareTransactionRequestReturnType;
6394
6420
  metadata?: {
6395
6421
  explorerUrl?: string | undefined;
6396
6422
  usdValue?: string | undefined;
6397
6423
  } | undefined;
6424
+ hmac?: string | undefined;
6398
6425
  }>;
6399
6426
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
6400
6427
  action: z.ZodLiteral<"swap">;
@@ -6807,6 +6834,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
6807
6834
  explorerUrl?: string | undefined;
6808
6835
  usdValue?: string | undefined;
6809
6836
  } | undefined;
6837
+ hmac?: string | undefined;
6810
6838
  };
6811
6839
  actionMetadata?: {
6812
6840
  chainId: number;
@@ -6927,6 +6955,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
6927
6955
  explorerUrl?: string | undefined;
6928
6956
  usdValue?: string | undefined;
6929
6957
  } | undefined;
6958
+ hmac?: string | undefined;
6930
6959
  };
6931
6960
  actionMetadata?: {
6932
6961
  chainId: number;
@@ -7053,18 +7082,21 @@ export declare const resultEventDataSchema: z.ZodObject<{
7053
7082
  explorerUrl?: string | undefined;
7054
7083
  usdValue?: string | undefined;
7055
7084
  }>>;
7085
+ hmac: z.ZodOptional<z.ZodString>;
7056
7086
  }, "strip", z.ZodTypeAny, {
7057
7087
  transaction: import("viem").PrepareTransactionRequestReturnType;
7058
7088
  metadata?: {
7059
7089
  explorerUrl?: string | undefined;
7060
7090
  usdValue?: string | undefined;
7061
7091
  } | undefined;
7092
+ hmac?: string | undefined;
7062
7093
  }, {
7063
7094
  transaction: import("viem").PrepareTransactionRequestReturnType;
7064
7095
  metadata?: {
7065
7096
  explorerUrl?: string | undefined;
7066
7097
  usdValue?: string | undefined;
7067
7098
  } | undefined;
7099
+ hmac?: string | undefined;
7068
7100
  }>, "many">;
7069
7101
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
7070
7102
  action: z.ZodLiteral<"swap">;
@@ -7477,6 +7509,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
7477
7509
  explorerUrl?: string | undefined;
7478
7510
  usdValue?: string | undefined;
7479
7511
  } | undefined;
7512
+ hmac?: string | undefined;
7480
7513
  }[];
7481
7514
  actionMetadata?: {
7482
7515
  chainId: number;
@@ -7597,6 +7630,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
7597
7630
  explorerUrl?: string | undefined;
7598
7631
  usdValue?: string | undefined;
7599
7632
  } | undefined;
7633
+ hmac?: string | undefined;
7600
7634
  }[];
7601
7635
  actionMetadata?: {
7602
7636
  chainId: number;
@@ -7975,6 +8009,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
7975
8009
  blocked?: boolean | undefined;
7976
8010
  }>]>>;
7977
8011
  }, z.ZodUnknown, "strip">>>;
8012
+ hmac: z.ZodOptional<z.ZodString>;
7978
8013
  } & {
7979
8014
  signMethod: z.ZodLiteral<"typedData">;
7980
8015
  typedData: z.ZodObject<{
@@ -8109,6 +8144,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8109
8144
  blocked?: boolean | undefined;
8110
8145
  }>]>>;
8111
8146
  }, z.ZodUnknown, "strip"> | undefined;
8147
+ hmac?: string | undefined;
8112
8148
  }, {
8113
8149
  id: string;
8114
8150
  signerAddress: string;
@@ -8210,6 +8246,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8210
8246
  blocked?: boolean | undefined;
8211
8247
  }>]>>;
8212
8248
  }, z.ZodUnknown, "strip"> | undefined;
8249
+ hmac?: string | undefined;
8213
8250
  }>, z.ZodObject<{
8214
8251
  id: z.ZodString;
8215
8252
  signerAddress: z.ZodString;
@@ -8473,6 +8510,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8473
8510
  blocked?: boolean | undefined;
8474
8511
  }>]>>;
8475
8512
  }, z.ZodUnknown, "strip">>>;
8513
+ hmac: z.ZodOptional<z.ZodString>;
8476
8514
  } & {
8477
8515
  signMethod: z.ZodLiteral<"message">;
8478
8516
  rawHash: z.ZodString;
@@ -8569,6 +8607,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8569
8607
  blocked?: boolean | undefined;
8570
8608
  }>]>>;
8571
8609
  }, z.ZodUnknown, "strip"> | undefined;
8610
+ hmac?: string | undefined;
8572
8611
  }, {
8573
8612
  id: string;
8574
8613
  signerAddress: string;
@@ -8662,6 +8701,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8662
8701
  blocked?: boolean | undefined;
8663
8702
  }>]>>;
8664
8703
  }, z.ZodUnknown, "strip"> | undefined;
8704
+ hmac?: string | undefined;
8665
8705
  }>]>, "many">;
8666
8706
  }, "strip", z.ZodTypeAny, {
8667
8707
  signatureRequests: ({
@@ -8765,6 +8805,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8765
8805
  blocked?: boolean | undefined;
8766
8806
  }>]>>;
8767
8807
  }, z.ZodUnknown, "strip"> | undefined;
8808
+ hmac?: string | undefined;
8768
8809
  } | {
8769
8810
  id: string;
8770
8811
  signerAddress: string;
@@ -8858,6 +8899,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8858
8899
  blocked?: boolean | undefined;
8859
8900
  }>]>>;
8860
8901
  }, z.ZodUnknown, "strip"> | undefined;
8902
+ hmac?: string | undefined;
8861
8903
  })[];
8862
8904
  }, {
8863
8905
  signatureRequests: ({
@@ -8961,6 +9003,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
8961
9003
  blocked?: boolean | undefined;
8962
9004
  }>]>>;
8963
9005
  }, z.ZodUnknown, "strip"> | undefined;
9006
+ hmac?: string | undefined;
8964
9007
  } | {
8965
9008
  id: string;
8966
9009
  signerAddress: string;
@@ -9054,6 +9097,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
9054
9097
  blocked?: boolean | undefined;
9055
9098
  }>]>>;
9056
9099
  }, z.ZodUnknown, "strip"> | undefined;
9100
+ hmac?: string | undefined;
9057
9101
  })[];
9058
9102
  }>;
9059
9103
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
@@ -9563,6 +9607,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
9563
9607
  blocked?: boolean | undefined;
9564
9608
  }>]>>;
9565
9609
  }, z.ZodUnknown, "strip"> | undefined;
9610
+ hmac?: string | undefined;
9566
9611
  } | {
9567
9612
  id: string;
9568
9613
  signerAddress: string;
@@ -9656,6 +9701,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
9656
9701
  blocked?: boolean | undefined;
9657
9702
  }>]>>;
9658
9703
  }, z.ZodUnknown, "strip"> | undefined;
9704
+ hmac?: string | undefined;
9659
9705
  })[];
9660
9706
  };
9661
9707
  actionMetadata?: {
@@ -9873,6 +9919,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
9873
9919
  blocked?: boolean | undefined;
9874
9920
  }>]>>;
9875
9921
  }, z.ZodUnknown, "strip"> | undefined;
9922
+ hmac?: string | undefined;
9876
9923
  } | {
9877
9924
  id: string;
9878
9925
  signerAddress: string;
@@ -9966,6 +10013,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
9966
10013
  blocked?: boolean | undefined;
9967
10014
  }>]>>;
9968
10015
  }, z.ZodUnknown, "strip"> | undefined;
10016
+ hmac?: string | undefined;
9969
10017
  })[];
9970
10018
  };
9971
10019
  actionMetadata?: {
@@ -10493,6 +10541,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
10493
10541
  explorerUrl?: string | undefined;
10494
10542
  usdValue?: string | undefined;
10495
10543
  } | undefined;
10544
+ hmac?: string | undefined;
10496
10545
  }[];
10497
10546
  actionMetadata?: {
10498
10547
  chainId: number;
@@ -10613,6 +10662,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
10613
10662
  explorerUrl?: string | undefined;
10614
10663
  usdValue?: string | undefined;
10615
10664
  } | undefined;
10665
+ hmac?: string | undefined;
10616
10666
  };
10617
10667
  actionMetadata?: {
10618
10668
  chainId: number;
@@ -10829,6 +10879,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
10829
10879
  blocked?: boolean | undefined;
10830
10880
  }>]>>;
10831
10881
  }, z.ZodUnknown, "strip"> | undefined;
10882
+ hmac?: string | undefined;
10832
10883
  } | {
10833
10884
  id: string;
10834
10885
  signerAddress: string;
@@ -10922,6 +10973,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
10922
10973
  blocked?: boolean | undefined;
10923
10974
  }>]>>;
10924
10975
  }, z.ZodUnknown, "strip"> | undefined;
10976
+ hmac?: string | undefined;
10925
10977
  })[];
10926
10978
  };
10927
10979
  actionMetadata?: {
@@ -11157,6 +11209,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
11157
11209
  explorerUrl?: string | undefined;
11158
11210
  usdValue?: string | undefined;
11159
11211
  } | undefined;
11212
+ hmac?: string | undefined;
11160
11213
  }[];
11161
11214
  actionMetadata?: {
11162
11215
  chainId: number;
@@ -11277,6 +11330,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
11277
11330
  explorerUrl?: string | undefined;
11278
11331
  usdValue?: string | undefined;
11279
11332
  } | undefined;
11333
+ hmac?: string | undefined;
11280
11334
  };
11281
11335
  actionMetadata?: {
11282
11336
  chainId: number;
@@ -11493,6 +11547,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
11493
11547
  blocked?: boolean | undefined;
11494
11548
  }>]>>;
11495
11549
  }, z.ZodUnknown, "strip"> | undefined;
11550
+ hmac?: string | undefined;
11496
11551
  } | {
11497
11552
  id: string;
11498
11553
  signerAddress: string;
@@ -11586,6 +11641,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
11586
11641
  blocked?: boolean | undefined;
11587
11642
  }>]>>;
11588
11643
  }, z.ZodUnknown, "strip"> | undefined;
11644
+ hmac?: string | undefined;
11589
11645
  })[];
11590
11646
  };
11591
11647
  actionMetadata?: {
@@ -12201,6 +12257,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
12201
12257
  explorerUrl?: string | undefined;
12202
12258
  usdValue?: string | undefined;
12203
12259
  } | undefined;
12260
+ hmac?: string | undefined;
12204
12261
  }[];
12205
12262
  actionMetadata?: {
12206
12263
  chainId: number;
@@ -12321,6 +12378,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
12321
12378
  explorerUrl?: string | undefined;
12322
12379
  usdValue?: string | undefined;
12323
12380
  } | undefined;
12381
+ hmac?: string | undefined;
12324
12382
  };
12325
12383
  actionMetadata?: {
12326
12384
  chainId: number;
@@ -12537,6 +12595,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
12537
12595
  blocked?: boolean | undefined;
12538
12596
  }>]>>;
12539
12597
  }, z.ZodUnknown, "strip"> | undefined;
12598
+ hmac?: string | undefined;
12540
12599
  } | {
12541
12600
  id: string;
12542
12601
  signerAddress: string;
@@ -12630,6 +12689,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
12630
12689
  blocked?: boolean | undefined;
12631
12690
  }>]>>;
12632
12691
  }, z.ZodUnknown, "strip"> | undefined;
12692
+ hmac?: string | undefined;
12633
12693
  })[];
12634
12694
  };
12635
12695
  actionMetadata?: {
@@ -12753,6 +12813,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
12753
12813
  explorerUrl?: string | undefined;
12754
12814
  usdValue?: string | undefined;
12755
12815
  } | undefined;
12816
+ hmac?: string | undefined;
12756
12817
  }[];
12757
12818
  actionMetadata?: {
12758
12819
  chainId: number;
@@ -12873,6 +12934,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
12873
12934
  explorerUrl?: string | undefined;
12874
12935
  usdValue?: string | undefined;
12875
12936
  } | undefined;
12937
+ hmac?: string | undefined;
12876
12938
  };
12877
12939
  actionMetadata?: {
12878
12940
  chainId: number;
@@ -13089,6 +13151,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
13089
13151
  blocked?: boolean | undefined;
13090
13152
  }>]>>;
13091
13153
  }, z.ZodUnknown, "strip"> | undefined;
13154
+ hmac?: string | undefined;
13092
13155
  } | {
13093
13156
  id: string;
13094
13157
  signerAddress: string;
@@ -13182,6 +13245,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
13182
13245
  blocked?: boolean | undefined;
13183
13246
  }>]>>;
13184
13247
  }, z.ZodUnknown, "strip"> | undefined;
13248
+ hmac?: string | undefined;
13185
13249
  })[];
13186
13250
  };
13187
13251
  actionMetadata?: {
@@ -13490,6 +13554,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
13490
13554
  explorerUrl?: string | undefined;
13491
13555
  usdValue?: string | undefined;
13492
13556
  } | undefined;
13557
+ hmac?: string | undefined;
13493
13558
  }[];
13494
13559
  actionMetadata?: {
13495
13560
  chainId: number;
@@ -13610,6 +13675,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
13610
13675
  explorerUrl?: string | undefined;
13611
13676
  usdValue?: string | undefined;
13612
13677
  } | undefined;
13678
+ hmac?: string | undefined;
13613
13679
  };
13614
13680
  actionMetadata?: {
13615
13681
  chainId: number;
@@ -13826,6 +13892,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
13826
13892
  blocked?: boolean | undefined;
13827
13893
  }>]>>;
13828
13894
  }, z.ZodUnknown, "strip"> | undefined;
13895
+ hmac?: string | undefined;
13829
13896
  } | {
13830
13897
  id: string;
13831
13898
  signerAddress: string;
@@ -13919,6 +13986,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
13919
13986
  blocked?: boolean | undefined;
13920
13987
  }>]>>;
13921
13988
  }, z.ZodUnknown, "strip"> | undefined;
13989
+ hmac?: string | undefined;
13922
13990
  })[];
13923
13991
  };
13924
13992
  actionMetadata?: {
@@ -14042,6 +14110,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
14042
14110
  explorerUrl?: string | undefined;
14043
14111
  usdValue?: string | undefined;
14044
14112
  } | undefined;
14113
+ hmac?: string | undefined;
14045
14114
  }[];
14046
14115
  actionMetadata?: {
14047
14116
  chainId: number;
@@ -14162,6 +14231,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
14162
14231
  explorerUrl?: string | undefined;
14163
14232
  usdValue?: string | undefined;
14164
14233
  } | undefined;
14234
+ hmac?: string | undefined;
14165
14235
  };
14166
14236
  actionMetadata?: {
14167
14237
  chainId: number;
@@ -14378,6 +14448,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
14378
14448
  blocked?: boolean | undefined;
14379
14449
  }>]>>;
14380
14450
  }, z.ZodUnknown, "strip"> | undefined;
14451
+ hmac?: string | undefined;
14381
14452
  } | {
14382
14453
  id: string;
14383
14454
  signerAddress: string;
@@ -14471,6 +14542,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
14471
14542
  blocked?: boolean | undefined;
14472
14543
  }>]>>;
14473
14544
  }, z.ZodUnknown, "strip"> | undefined;
14545
+ hmac?: string | undefined;
14474
14546
  })[];
14475
14547
  };
14476
14548
  actionMetadata?: {
@@ -14869,6 +14941,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
14869
14941
  explorerUrl?: string | undefined;
14870
14942
  usdValue?: string | undefined;
14871
14943
  } | undefined;
14944
+ hmac?: string | undefined;
14872
14945
  }[];
14873
14946
  actionMetadata?: {
14874
14947
  chainId: number;
@@ -14989,6 +15062,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
14989
15062
  explorerUrl?: string | undefined;
14990
15063
  usdValue?: string | undefined;
14991
15064
  } | undefined;
15065
+ hmac?: string | undefined;
14992
15066
  };
14993
15067
  actionMetadata?: {
14994
15068
  chainId: number;
@@ -15205,6 +15279,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
15205
15279
  blocked?: boolean | undefined;
15206
15280
  }>]>>;
15207
15281
  }, z.ZodUnknown, "strip"> | undefined;
15282
+ hmac?: string | undefined;
15208
15283
  } | {
15209
15284
  id: string;
15210
15285
  signerAddress: string;
@@ -15298,6 +15373,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
15298
15373
  blocked?: boolean | undefined;
15299
15374
  }>]>>;
15300
15375
  }, z.ZodUnknown, "strip"> | undefined;
15376
+ hmac?: string | undefined;
15301
15377
  })[];
15302
15378
  };
15303
15379
  actionMetadata?: {
@@ -15421,6 +15497,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
15421
15497
  explorerUrl?: string | undefined;
15422
15498
  usdValue?: string | undefined;
15423
15499
  } | undefined;
15500
+ hmac?: string | undefined;
15424
15501
  }[];
15425
15502
  actionMetadata?: {
15426
15503
  chainId: number;
@@ -15541,6 +15618,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
15541
15618
  explorerUrl?: string | undefined;
15542
15619
  usdValue?: string | undefined;
15543
15620
  } | undefined;
15621
+ hmac?: string | undefined;
15544
15622
  };
15545
15623
  actionMetadata?: {
15546
15624
  chainId: number;
@@ -15757,6 +15835,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
15757
15835
  blocked?: boolean | undefined;
15758
15836
  }>]>>;
15759
15837
  }, z.ZodUnknown, "strip"> | undefined;
15838
+ hmac?: string | undefined;
15760
15839
  } | {
15761
15840
  id: string;
15762
15841
  signerAddress: string;
@@ -15850,6 +15929,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
15850
15929
  blocked?: boolean | undefined;
15851
15930
  }>]>>;
15852
15931
  }, z.ZodUnknown, "strip"> | undefined;
15932
+ hmac?: string | undefined;
15853
15933
  })[];
15854
15934
  };
15855
15935
  actionMetadata?: {
@@ -16185,6 +16265,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
16185
16265
  explorerUrl?: string | undefined;
16186
16266
  usdValue?: string | undefined;
16187
16267
  } | undefined;
16268
+ hmac?: string | undefined;
16188
16269
  }[];
16189
16270
  actionMetadata?: {
16190
16271
  chainId: number;
@@ -16305,6 +16386,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
16305
16386
  explorerUrl?: string | undefined;
16306
16387
  usdValue?: string | undefined;
16307
16388
  } | undefined;
16389
+ hmac?: string | undefined;
16308
16390
  };
16309
16391
  actionMetadata?: {
16310
16392
  chainId: number;
@@ -16521,6 +16603,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
16521
16603
  blocked?: boolean | undefined;
16522
16604
  }>]>>;
16523
16605
  }, z.ZodUnknown, "strip"> | undefined;
16606
+ hmac?: string | undefined;
16524
16607
  } | {
16525
16608
  id: string;
16526
16609
  signerAddress: string;
@@ -16614,6 +16697,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
16614
16697
  blocked?: boolean | undefined;
16615
16698
  }>]>>;
16616
16699
  }, z.ZodUnknown, "strip"> | undefined;
16700
+ hmac?: string | undefined;
16617
16701
  })[];
16618
16702
  };
16619
16703
  actionMetadata?: {
@@ -16737,6 +16821,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
16737
16821
  explorerUrl?: string | undefined;
16738
16822
  usdValue?: string | undefined;
16739
16823
  } | undefined;
16824
+ hmac?: string | undefined;
16740
16825
  }[];
16741
16826
  actionMetadata?: {
16742
16827
  chainId: number;
@@ -16857,6 +16942,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
16857
16942
  explorerUrl?: string | undefined;
16858
16943
  usdValue?: string | undefined;
16859
16944
  } | undefined;
16945
+ hmac?: string | undefined;
16860
16946
  };
16861
16947
  actionMetadata?: {
16862
16948
  chainId: number;
@@ -17073,6 +17159,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
17073
17159
  blocked?: boolean | undefined;
17074
17160
  }>]>>;
17075
17161
  }, z.ZodUnknown, "strip"> | undefined;
17162
+ hmac?: string | undefined;
17076
17163
  } | {
17077
17164
  id: string;
17078
17165
  signerAddress: string;
@@ -17166,6 +17253,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
17166
17253
  blocked?: boolean | undefined;
17167
17254
  }>]>>;
17168
17255
  }, z.ZodUnknown, "strip"> | undefined;
17256
+ hmac?: string | undefined;
17169
17257
  })[];
17170
17258
  };
17171
17259
  actionMetadata?: {
@@ -17561,18 +17649,21 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
17561
17649
  explorerUrl?: string | undefined;
17562
17650
  usdValue?: string | undefined;
17563
17651
  }>>;
17652
+ hmac: z.ZodOptional<z.ZodString>;
17564
17653
  }, "strip", z.ZodTypeAny, {
17565
17654
  transaction: import("viem").PrepareTransactionRequestReturnType;
17566
17655
  metadata?: {
17567
17656
  explorerUrl?: string | undefined;
17568
17657
  usdValue?: string | undefined;
17569
17658
  } | undefined;
17659
+ hmac?: string | undefined;
17570
17660
  }, {
17571
17661
  transaction: import("viem").PrepareTransactionRequestReturnType;
17572
17662
  metadata?: {
17573
17663
  explorerUrl?: string | undefined;
17574
17664
  usdValue?: string | undefined;
17575
17665
  } | undefined;
17666
+ hmac?: string | undefined;
17576
17667
  }>, "many">;
17577
17668
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
17578
17669
  action: z.ZodLiteral<"swap">;
@@ -17985,6 +18076,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
17985
18076
  explorerUrl?: string | undefined;
17986
18077
  usdValue?: string | undefined;
17987
18078
  } | undefined;
18079
+ hmac?: string | undefined;
17988
18080
  }[];
17989
18081
  actionMetadata?: {
17990
18082
  chainId: number;
@@ -18105,6 +18197,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
18105
18197
  explorerUrl?: string | undefined;
18106
18198
  usdValue?: string | undefined;
18107
18199
  } | undefined;
18200
+ hmac?: string | undefined;
18108
18201
  }[];
18109
18202
  actionMetadata?: {
18110
18203
  chainId: number;
@@ -18231,18 +18324,21 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
18231
18324
  explorerUrl?: string | undefined;
18232
18325
  usdValue?: string | undefined;
18233
18326
  }>>;
18327
+ hmac: z.ZodOptional<z.ZodString>;
18234
18328
  }, "strip", z.ZodTypeAny, {
18235
18329
  transaction: import("viem").PrepareTransactionRequestReturnType;
18236
18330
  metadata?: {
18237
18331
  explorerUrl?: string | undefined;
18238
18332
  usdValue?: string | undefined;
18239
18333
  } | undefined;
18334
+ hmac?: string | undefined;
18240
18335
  }, {
18241
18336
  transaction: import("viem").PrepareTransactionRequestReturnType;
18242
18337
  metadata?: {
18243
18338
  explorerUrl?: string | undefined;
18244
18339
  usdValue?: string | undefined;
18245
18340
  } | undefined;
18341
+ hmac?: string | undefined;
18246
18342
  }>;
18247
18343
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
18248
18344
  action: z.ZodLiteral<"swap">;
@@ -18655,6 +18751,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
18655
18751
  explorerUrl?: string | undefined;
18656
18752
  usdValue?: string | undefined;
18657
18753
  } | undefined;
18754
+ hmac?: string | undefined;
18658
18755
  };
18659
18756
  actionMetadata?: {
18660
18757
  chainId: number;
@@ -18775,6 +18872,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
18775
18872
  explorerUrl?: string | undefined;
18776
18873
  usdValue?: string | undefined;
18777
18874
  } | undefined;
18875
+ hmac?: string | undefined;
18778
18876
  };
18779
18877
  actionMetadata?: {
18780
18878
  chainId: number;
@@ -19153,6 +19251,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
19153
19251
  blocked?: boolean | undefined;
19154
19252
  }>]>>;
19155
19253
  }, z.ZodUnknown, "strip">>>;
19254
+ hmac: z.ZodOptional<z.ZodString>;
19156
19255
  } & {
19157
19256
  signMethod: z.ZodLiteral<"typedData">;
19158
19257
  typedData: z.ZodObject<{
@@ -19287,6 +19386,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
19287
19386
  blocked?: boolean | undefined;
19288
19387
  }>]>>;
19289
19388
  }, z.ZodUnknown, "strip"> | undefined;
19389
+ hmac?: string | undefined;
19290
19390
  }, {
19291
19391
  id: string;
19292
19392
  signerAddress: string;
@@ -19388,6 +19488,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
19388
19488
  blocked?: boolean | undefined;
19389
19489
  }>]>>;
19390
19490
  }, z.ZodUnknown, "strip"> | undefined;
19491
+ hmac?: string | undefined;
19391
19492
  }>, z.ZodObject<{
19392
19493
  id: z.ZodString;
19393
19494
  signerAddress: z.ZodString;
@@ -19651,6 +19752,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
19651
19752
  blocked?: boolean | undefined;
19652
19753
  }>]>>;
19653
19754
  }, z.ZodUnknown, "strip">>>;
19755
+ hmac: z.ZodOptional<z.ZodString>;
19654
19756
  } & {
19655
19757
  signMethod: z.ZodLiteral<"message">;
19656
19758
  rawHash: z.ZodString;
@@ -19747,6 +19849,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
19747
19849
  blocked?: boolean | undefined;
19748
19850
  }>]>>;
19749
19851
  }, z.ZodUnknown, "strip"> | undefined;
19852
+ hmac?: string | undefined;
19750
19853
  }, {
19751
19854
  id: string;
19752
19855
  signerAddress: string;
@@ -19840,6 +19943,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
19840
19943
  blocked?: boolean | undefined;
19841
19944
  }>]>>;
19842
19945
  }, z.ZodUnknown, "strip"> | undefined;
19946
+ hmac?: string | undefined;
19843
19947
  }>]>, "many">;
19844
19948
  }, "strip", z.ZodTypeAny, {
19845
19949
  signatureRequests: ({
@@ -19943,6 +20047,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
19943
20047
  blocked?: boolean | undefined;
19944
20048
  }>]>>;
19945
20049
  }, z.ZodUnknown, "strip"> | undefined;
20050
+ hmac?: string | undefined;
19946
20051
  } | {
19947
20052
  id: string;
19948
20053
  signerAddress: string;
@@ -20036,6 +20141,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
20036
20141
  blocked?: boolean | undefined;
20037
20142
  }>]>>;
20038
20143
  }, z.ZodUnknown, "strip"> | undefined;
20144
+ hmac?: string | undefined;
20039
20145
  })[];
20040
20146
  }, {
20041
20147
  signatureRequests: ({
@@ -20139,6 +20245,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
20139
20245
  blocked?: boolean | undefined;
20140
20246
  }>]>>;
20141
20247
  }, z.ZodUnknown, "strip"> | undefined;
20248
+ hmac?: string | undefined;
20142
20249
  } | {
20143
20250
  id: string;
20144
20251
  signerAddress: string;
@@ -20232,6 +20339,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
20232
20339
  blocked?: boolean | undefined;
20233
20340
  }>]>>;
20234
20341
  }, z.ZodUnknown, "strip"> | undefined;
20342
+ hmac?: string | undefined;
20235
20343
  })[];
20236
20344
  }>;
20237
20345
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
@@ -20741,6 +20849,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
20741
20849
  blocked?: boolean | undefined;
20742
20850
  }>]>>;
20743
20851
  }, z.ZodUnknown, "strip"> | undefined;
20852
+ hmac?: string | undefined;
20744
20853
  } | {
20745
20854
  id: string;
20746
20855
  signerAddress: string;
@@ -20834,6 +20943,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
20834
20943
  blocked?: boolean | undefined;
20835
20944
  }>]>>;
20836
20945
  }, z.ZodUnknown, "strip"> | undefined;
20946
+ hmac?: string | undefined;
20837
20947
  })[];
20838
20948
  };
20839
20949
  actionMetadata?: {
@@ -21051,6 +21161,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
21051
21161
  blocked?: boolean | undefined;
21052
21162
  }>]>>;
21053
21163
  }, z.ZodUnknown, "strip"> | undefined;
21164
+ hmac?: string | undefined;
21054
21165
  } | {
21055
21166
  id: string;
21056
21167
  signerAddress: string;
@@ -21144,6 +21255,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
21144
21255
  blocked?: boolean | undefined;
21145
21256
  }>]>>;
21146
21257
  }, z.ZodUnknown, "strip"> | undefined;
21258
+ hmac?: string | undefined;
21147
21259
  })[];
21148
21260
  };
21149
21261
  actionMetadata?: {
@@ -21273,18 +21385,21 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
21273
21385
  explorerUrl?: string | undefined;
21274
21386
  usdValue?: string | undefined;
21275
21387
  }>>;
21388
+ hmac: z.ZodOptional<z.ZodString>;
21276
21389
  }, "strip", z.ZodTypeAny, {
21277
21390
  transaction: import("viem").PrepareTransactionRequestReturnType;
21278
21391
  metadata?: {
21279
21392
  explorerUrl?: string | undefined;
21280
21393
  usdValue?: string | undefined;
21281
21394
  } | undefined;
21395
+ hmac?: string | undefined;
21282
21396
  }, {
21283
21397
  transaction: import("viem").PrepareTransactionRequestReturnType;
21284
21398
  metadata?: {
21285
21399
  explorerUrl?: string | undefined;
21286
21400
  usdValue?: string | undefined;
21287
21401
  } | undefined;
21402
+ hmac?: string | undefined;
21288
21403
  }>;
21289
21404
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
21290
21405
  action: z.ZodLiteral<"swap">;
@@ -21697,6 +21812,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
21697
21812
  explorerUrl?: string | undefined;
21698
21813
  usdValue?: string | undefined;
21699
21814
  } | undefined;
21815
+ hmac?: string | undefined;
21700
21816
  };
21701
21817
  actionMetadata?: {
21702
21818
  chainId: number;
@@ -21817,6 +21933,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
21817
21933
  explorerUrl?: string | undefined;
21818
21934
  usdValue?: string | undefined;
21819
21935
  } | undefined;
21936
+ hmac?: string | undefined;
21820
21937
  };
21821
21938
  actionMetadata?: {
21822
21939
  chainId: number;
@@ -21943,18 +22060,21 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
21943
22060
  explorerUrl?: string | undefined;
21944
22061
  usdValue?: string | undefined;
21945
22062
  }>>;
22063
+ hmac: z.ZodOptional<z.ZodString>;
21946
22064
  }, "strip", z.ZodTypeAny, {
21947
22065
  transaction: import("viem").PrepareTransactionRequestReturnType;
21948
22066
  metadata?: {
21949
22067
  explorerUrl?: string | undefined;
21950
22068
  usdValue?: string | undefined;
21951
22069
  } | undefined;
22070
+ hmac?: string | undefined;
21952
22071
  }, {
21953
22072
  transaction: import("viem").PrepareTransactionRequestReturnType;
21954
22073
  metadata?: {
21955
22074
  explorerUrl?: string | undefined;
21956
22075
  usdValue?: string | undefined;
21957
22076
  } | undefined;
22077
+ hmac?: string | undefined;
21958
22078
  }>, "many">;
21959
22079
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
21960
22080
  action: z.ZodLiteral<"swap">;
@@ -22367,6 +22487,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
22367
22487
  explorerUrl?: string | undefined;
22368
22488
  usdValue?: string | undefined;
22369
22489
  } | undefined;
22490
+ hmac?: string | undefined;
22370
22491
  }[];
22371
22492
  actionMetadata?: {
22372
22493
  chainId: number;
@@ -22487,6 +22608,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
22487
22608
  explorerUrl?: string | undefined;
22488
22609
  usdValue?: string | undefined;
22489
22610
  } | undefined;
22611
+ hmac?: string | undefined;
22490
22612
  }[];
22491
22613
  actionMetadata?: {
22492
22614
  chainId: number;
@@ -22865,6 +22987,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
22865
22987
  blocked?: boolean | undefined;
22866
22988
  }>]>>;
22867
22989
  }, z.ZodUnknown, "strip">>>;
22990
+ hmac: z.ZodOptional<z.ZodString>;
22868
22991
  } & {
22869
22992
  signMethod: z.ZodLiteral<"typedData">;
22870
22993
  typedData: z.ZodObject<{
@@ -22999,6 +23122,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
22999
23122
  blocked?: boolean | undefined;
23000
23123
  }>]>>;
23001
23124
  }, z.ZodUnknown, "strip"> | undefined;
23125
+ hmac?: string | undefined;
23002
23126
  }, {
23003
23127
  id: string;
23004
23128
  signerAddress: string;
@@ -23100,6 +23224,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23100
23224
  blocked?: boolean | undefined;
23101
23225
  }>]>>;
23102
23226
  }, z.ZodUnknown, "strip"> | undefined;
23227
+ hmac?: string | undefined;
23103
23228
  }>, z.ZodObject<{
23104
23229
  id: z.ZodString;
23105
23230
  signerAddress: z.ZodString;
@@ -23363,6 +23488,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23363
23488
  blocked?: boolean | undefined;
23364
23489
  }>]>>;
23365
23490
  }, z.ZodUnknown, "strip">>>;
23491
+ hmac: z.ZodOptional<z.ZodString>;
23366
23492
  } & {
23367
23493
  signMethod: z.ZodLiteral<"message">;
23368
23494
  rawHash: z.ZodString;
@@ -23459,6 +23585,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23459
23585
  blocked?: boolean | undefined;
23460
23586
  }>]>>;
23461
23587
  }, z.ZodUnknown, "strip"> | undefined;
23588
+ hmac?: string | undefined;
23462
23589
  }, {
23463
23590
  id: string;
23464
23591
  signerAddress: string;
@@ -23552,6 +23679,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23552
23679
  blocked?: boolean | undefined;
23553
23680
  }>]>>;
23554
23681
  }, z.ZodUnknown, "strip"> | undefined;
23682
+ hmac?: string | undefined;
23555
23683
  }>]>, "many">;
23556
23684
  }, "strip", z.ZodTypeAny, {
23557
23685
  signatureRequests: ({
@@ -23655,6 +23783,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23655
23783
  blocked?: boolean | undefined;
23656
23784
  }>]>>;
23657
23785
  }, z.ZodUnknown, "strip"> | undefined;
23786
+ hmac?: string | undefined;
23658
23787
  } | {
23659
23788
  id: string;
23660
23789
  signerAddress: string;
@@ -23748,6 +23877,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23748
23877
  blocked?: boolean | undefined;
23749
23878
  }>]>>;
23750
23879
  }, z.ZodUnknown, "strip"> | undefined;
23880
+ hmac?: string | undefined;
23751
23881
  })[];
23752
23882
  }, {
23753
23883
  signatureRequests: ({
@@ -23851,6 +23981,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23851
23981
  blocked?: boolean | undefined;
23852
23982
  }>]>>;
23853
23983
  }, z.ZodUnknown, "strip"> | undefined;
23984
+ hmac?: string | undefined;
23854
23985
  } | {
23855
23986
  id: string;
23856
23987
  signerAddress: string;
@@ -23944,6 +24075,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
23944
24075
  blocked?: boolean | undefined;
23945
24076
  }>]>>;
23946
24077
  }, z.ZodUnknown, "strip"> | undefined;
24078
+ hmac?: string | undefined;
23947
24079
  })[];
23948
24080
  }>;
23949
24081
  actionMetadata: z.ZodOptional<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
@@ -24453,6 +24585,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
24453
24585
  blocked?: boolean | undefined;
24454
24586
  }>]>>;
24455
24587
  }, z.ZodUnknown, "strip"> | undefined;
24588
+ hmac?: string | undefined;
24456
24589
  } | {
24457
24590
  id: string;
24458
24591
  signerAddress: string;
@@ -24546,6 +24679,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
24546
24679
  blocked?: boolean | undefined;
24547
24680
  }>]>>;
24548
24681
  }, z.ZodUnknown, "strip"> | undefined;
24682
+ hmac?: string | undefined;
24549
24683
  })[];
24550
24684
  };
24551
24685
  actionMetadata?: {
@@ -24763,6 +24897,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
24763
24897
  blocked?: boolean | undefined;
24764
24898
  }>]>>;
24765
24899
  }, z.ZodUnknown, "strip"> | undefined;
24900
+ hmac?: string | undefined;
24766
24901
  } | {
24767
24902
  id: string;
24768
24903
  signerAddress: string;
@@ -24856,6 +24991,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
24856
24991
  blocked?: boolean | undefined;
24857
24992
  }>]>>;
24858
24993
  }, z.ZodUnknown, "strip"> | undefined;
24994
+ hmac?: string | undefined;
24859
24995
  })[];
24860
24996
  };
24861
24997
  actionMetadata?: {
@@ -25383,6 +25519,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
25383
25519
  explorerUrl?: string | undefined;
25384
25520
  usdValue?: string | undefined;
25385
25521
  } | undefined;
25522
+ hmac?: string | undefined;
25386
25523
  }[];
25387
25524
  actionMetadata?: {
25388
25525
  chainId: number;
@@ -25503,6 +25640,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
25503
25640
  explorerUrl?: string | undefined;
25504
25641
  usdValue?: string | undefined;
25505
25642
  } | undefined;
25643
+ hmac?: string | undefined;
25506
25644
  };
25507
25645
  actionMetadata?: {
25508
25646
  chainId: number;
@@ -25719,6 +25857,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
25719
25857
  blocked?: boolean | undefined;
25720
25858
  }>]>>;
25721
25859
  }, z.ZodUnknown, "strip"> | undefined;
25860
+ hmac?: string | undefined;
25722
25861
  } | {
25723
25862
  id: string;
25724
25863
  signerAddress: string;
@@ -25812,6 +25951,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
25812
25951
  blocked?: boolean | undefined;
25813
25952
  }>]>>;
25814
25953
  }, z.ZodUnknown, "strip"> | undefined;
25954
+ hmac?: string | undefined;
25815
25955
  })[];
25816
25956
  };
25817
25957
  actionMetadata?: {
@@ -26047,6 +26187,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
26047
26187
  explorerUrl?: string | undefined;
26048
26188
  usdValue?: string | undefined;
26049
26189
  } | undefined;
26190
+ hmac?: string | undefined;
26050
26191
  }[];
26051
26192
  actionMetadata?: {
26052
26193
  chainId: number;
@@ -26167,6 +26308,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
26167
26308
  explorerUrl?: string | undefined;
26168
26309
  usdValue?: string | undefined;
26169
26310
  } | undefined;
26311
+ hmac?: string | undefined;
26170
26312
  };
26171
26313
  actionMetadata?: {
26172
26314
  chainId: number;
@@ -26383,6 +26525,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
26383
26525
  blocked?: boolean | undefined;
26384
26526
  }>]>>;
26385
26527
  }, z.ZodUnknown, "strip"> | undefined;
26528
+ hmac?: string | undefined;
26386
26529
  } | {
26387
26530
  id: string;
26388
26531
  signerAddress: string;
@@ -26476,6 +26619,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
26476
26619
  blocked?: boolean | undefined;
26477
26620
  }>]>>;
26478
26621
  }, z.ZodUnknown, "strip"> | undefined;
26622
+ hmac?: string | undefined;
26479
26623
  })[];
26480
26624
  };
26481
26625
  actionMetadata?: {
@@ -27091,6 +27235,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
27091
27235
  explorerUrl?: string | undefined;
27092
27236
  usdValue?: string | undefined;
27093
27237
  } | undefined;
27238
+ hmac?: string | undefined;
27094
27239
  }[];
27095
27240
  actionMetadata?: {
27096
27241
  chainId: number;
@@ -27211,6 +27356,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
27211
27356
  explorerUrl?: string | undefined;
27212
27357
  usdValue?: string | undefined;
27213
27358
  } | undefined;
27359
+ hmac?: string | undefined;
27214
27360
  };
27215
27361
  actionMetadata?: {
27216
27362
  chainId: number;
@@ -27427,6 +27573,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
27427
27573
  blocked?: boolean | undefined;
27428
27574
  }>]>>;
27429
27575
  }, z.ZodUnknown, "strip"> | undefined;
27576
+ hmac?: string | undefined;
27430
27577
  } | {
27431
27578
  id: string;
27432
27579
  signerAddress: string;
@@ -27520,6 +27667,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
27520
27667
  blocked?: boolean | undefined;
27521
27668
  }>]>>;
27522
27669
  }, z.ZodUnknown, "strip"> | undefined;
27670
+ hmac?: string | undefined;
27523
27671
  })[];
27524
27672
  };
27525
27673
  actionMetadata?: {
@@ -27643,6 +27791,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
27643
27791
  explorerUrl?: string | undefined;
27644
27792
  usdValue?: string | undefined;
27645
27793
  } | undefined;
27794
+ hmac?: string | undefined;
27646
27795
  }[];
27647
27796
  actionMetadata?: {
27648
27797
  chainId: number;
@@ -27763,6 +27912,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
27763
27912
  explorerUrl?: string | undefined;
27764
27913
  usdValue?: string | undefined;
27765
27914
  } | undefined;
27915
+ hmac?: string | undefined;
27766
27916
  };
27767
27917
  actionMetadata?: {
27768
27918
  chainId: number;
@@ -27979,6 +28129,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
27979
28129
  blocked?: boolean | undefined;
27980
28130
  }>]>>;
27981
28131
  }, z.ZodUnknown, "strip"> | undefined;
28132
+ hmac?: string | undefined;
27982
28133
  } | {
27983
28134
  id: string;
27984
28135
  signerAddress: string;
@@ -28072,6 +28223,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
28072
28223
  blocked?: boolean | undefined;
28073
28224
  }>]>>;
28074
28225
  }, z.ZodUnknown, "strip"> | undefined;
28226
+ hmac?: string | undefined;
28075
28227
  })[];
28076
28228
  };
28077
28229
  actionMetadata?: {
@@ -28380,6 +28532,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
28380
28532
  explorerUrl?: string | undefined;
28381
28533
  usdValue?: string | undefined;
28382
28534
  } | undefined;
28535
+ hmac?: string | undefined;
28383
28536
  }[];
28384
28537
  actionMetadata?: {
28385
28538
  chainId: number;
@@ -28500,6 +28653,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
28500
28653
  explorerUrl?: string | undefined;
28501
28654
  usdValue?: string | undefined;
28502
28655
  } | undefined;
28656
+ hmac?: string | undefined;
28503
28657
  };
28504
28658
  actionMetadata?: {
28505
28659
  chainId: number;
@@ -28716,6 +28870,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
28716
28870
  blocked?: boolean | undefined;
28717
28871
  }>]>>;
28718
28872
  }, z.ZodUnknown, "strip"> | undefined;
28873
+ hmac?: string | undefined;
28719
28874
  } | {
28720
28875
  id: string;
28721
28876
  signerAddress: string;
@@ -28809,6 +28964,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
28809
28964
  blocked?: boolean | undefined;
28810
28965
  }>]>>;
28811
28966
  }, z.ZodUnknown, "strip"> | undefined;
28967
+ hmac?: string | undefined;
28812
28968
  })[];
28813
28969
  };
28814
28970
  actionMetadata?: {
@@ -28932,6 +29088,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
28932
29088
  explorerUrl?: string | undefined;
28933
29089
  usdValue?: string | undefined;
28934
29090
  } | undefined;
29091
+ hmac?: string | undefined;
28935
29092
  }[];
28936
29093
  actionMetadata?: {
28937
29094
  chainId: number;
@@ -29052,6 +29209,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
29052
29209
  explorerUrl?: string | undefined;
29053
29210
  usdValue?: string | undefined;
29054
29211
  } | undefined;
29212
+ hmac?: string | undefined;
29055
29213
  };
29056
29214
  actionMetadata?: {
29057
29215
  chainId: number;
@@ -29268,6 +29426,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
29268
29426
  blocked?: boolean | undefined;
29269
29427
  }>]>>;
29270
29428
  }, z.ZodUnknown, "strip"> | undefined;
29429
+ hmac?: string | undefined;
29271
29430
  } | {
29272
29431
  id: string;
29273
29432
  signerAddress: string;
@@ -29361,6 +29520,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
29361
29520
  blocked?: boolean | undefined;
29362
29521
  }>]>>;
29363
29522
  }, z.ZodUnknown, "strip"> | undefined;
29523
+ hmac?: string | undefined;
29364
29524
  })[];
29365
29525
  };
29366
29526
  actionMetadata?: {
@@ -29759,6 +29919,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
29759
29919
  explorerUrl?: string | undefined;
29760
29920
  usdValue?: string | undefined;
29761
29921
  } | undefined;
29922
+ hmac?: string | undefined;
29762
29923
  }[];
29763
29924
  actionMetadata?: {
29764
29925
  chainId: number;
@@ -29879,6 +30040,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
29879
30040
  explorerUrl?: string | undefined;
29880
30041
  usdValue?: string | undefined;
29881
30042
  } | undefined;
30043
+ hmac?: string | undefined;
29882
30044
  };
29883
30045
  actionMetadata?: {
29884
30046
  chainId: number;
@@ -30095,6 +30257,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
30095
30257
  blocked?: boolean | undefined;
30096
30258
  }>]>>;
30097
30259
  }, z.ZodUnknown, "strip"> | undefined;
30260
+ hmac?: string | undefined;
30098
30261
  } | {
30099
30262
  id: string;
30100
30263
  signerAddress: string;
@@ -30188,6 +30351,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
30188
30351
  blocked?: boolean | undefined;
30189
30352
  }>]>>;
30190
30353
  }, z.ZodUnknown, "strip"> | undefined;
30354
+ hmac?: string | undefined;
30191
30355
  })[];
30192
30356
  };
30193
30357
  actionMetadata?: {
@@ -30311,6 +30475,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
30311
30475
  explorerUrl?: string | undefined;
30312
30476
  usdValue?: string | undefined;
30313
30477
  } | undefined;
30478
+ hmac?: string | undefined;
30314
30479
  }[];
30315
30480
  actionMetadata?: {
30316
30481
  chainId: number;
@@ -30431,6 +30596,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
30431
30596
  explorerUrl?: string | undefined;
30432
30597
  usdValue?: string | undefined;
30433
30598
  } | undefined;
30599
+ hmac?: string | undefined;
30434
30600
  };
30435
30601
  actionMetadata?: {
30436
30602
  chainId: number;
@@ -30647,6 +30813,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
30647
30813
  blocked?: boolean | undefined;
30648
30814
  }>]>>;
30649
30815
  }, z.ZodUnknown, "strip"> | undefined;
30816
+ hmac?: string | undefined;
30650
30817
  } | {
30651
30818
  id: string;
30652
30819
  signerAddress: string;
@@ -30740,6 +30907,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
30740
30907
  blocked?: boolean | undefined;
30741
30908
  }>]>>;
30742
30909
  }, z.ZodUnknown, "strip"> | undefined;
30910
+ hmac?: string | undefined;
30743
30911
  })[];
30744
30912
  };
30745
30913
  actionMetadata?: {
@@ -31075,6 +31243,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
31075
31243
  explorerUrl?: string | undefined;
31076
31244
  usdValue?: string | undefined;
31077
31245
  } | undefined;
31246
+ hmac?: string | undefined;
31078
31247
  }[];
31079
31248
  actionMetadata?: {
31080
31249
  chainId: number;
@@ -31195,6 +31364,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
31195
31364
  explorerUrl?: string | undefined;
31196
31365
  usdValue?: string | undefined;
31197
31366
  } | undefined;
31367
+ hmac?: string | undefined;
31198
31368
  };
31199
31369
  actionMetadata?: {
31200
31370
  chainId: number;
@@ -31411,6 +31581,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
31411
31581
  blocked?: boolean | undefined;
31412
31582
  }>]>>;
31413
31583
  }, z.ZodUnknown, "strip"> | undefined;
31584
+ hmac?: string | undefined;
31414
31585
  } | {
31415
31586
  id: string;
31416
31587
  signerAddress: string;
@@ -31504,6 +31675,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
31504
31675
  blocked?: boolean | undefined;
31505
31676
  }>]>>;
31506
31677
  }, z.ZodUnknown, "strip"> | undefined;
31678
+ hmac?: string | undefined;
31507
31679
  })[];
31508
31680
  };
31509
31681
  actionMetadata?: {
@@ -31627,6 +31799,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
31627
31799
  explorerUrl?: string | undefined;
31628
31800
  usdValue?: string | undefined;
31629
31801
  } | undefined;
31802
+ hmac?: string | undefined;
31630
31803
  }[];
31631
31804
  actionMetadata?: {
31632
31805
  chainId: number;
@@ -31747,6 +31920,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
31747
31920
  explorerUrl?: string | undefined;
31748
31921
  usdValue?: string | undefined;
31749
31922
  } | undefined;
31923
+ hmac?: string | undefined;
31750
31924
  };
31751
31925
  actionMetadata?: {
31752
31926
  chainId: number;
@@ -31963,6 +32137,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
31963
32137
  blocked?: boolean | undefined;
31964
32138
  }>]>>;
31965
32139
  }, z.ZodUnknown, "strip"> | undefined;
32140
+ hmac?: string | undefined;
31966
32141
  } | {
31967
32142
  id: string;
31968
32143
  signerAddress: string;
@@ -32056,6 +32231,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
32056
32231
  blocked?: boolean | undefined;
32057
32232
  }>]>>;
32058
32233
  }, z.ZodUnknown, "strip"> | undefined;
32234
+ hmac?: string | undefined;
32059
32235
  })[];
32060
32236
  };
32061
32237
  actionMetadata?: {