@argent/x-shared 1.51.0 → 1.52.1

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.
@@ -464,21 +464,21 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
464
464
  stakerInfo: z.ZodObject<{
465
465
  name: z.ZodOptional<z.ZodString>;
466
466
  iconUrl: z.ZodOptional<z.ZodString>;
467
- address: z.ZodString;
467
+ address: z.ZodOptional<z.ZodString>;
468
468
  }, "strip", z.ZodTypeAny, {
469
- address: string;
470
469
  name?: string | undefined;
470
+ address?: string | undefined;
471
471
  iconUrl?: string | undefined;
472
472
  }, {
473
- address: string;
474
473
  name?: string | undefined;
474
+ address?: string | undefined;
475
475
  iconUrl?: string | undefined;
476
476
  }>;
477
477
  }, "strip", z.ZodTypeAny, {
478
478
  type: "staking";
479
479
  stakerInfo: {
480
- address: string;
481
480
  name?: string | undefined;
481
+ address?: string | undefined;
482
482
  iconUrl?: string | undefined;
483
483
  };
484
484
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -495,8 +495,8 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
495
495
  }, {
496
496
  type: "staking";
497
497
  stakerInfo: {
498
- address: string;
499
498
  name?: string | undefined;
499
+ address?: string | undefined;
500
500
  iconUrl?: string | undefined;
501
501
  };
502
502
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -912,21 +912,21 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
912
912
  stakerInfo: z.ZodObject<{
913
913
  name: z.ZodOptional<z.ZodString>;
914
914
  iconUrl: z.ZodOptional<z.ZodString>;
915
- address: z.ZodString;
915
+ address: z.ZodOptional<z.ZodString>;
916
916
  }, "strip", z.ZodTypeAny, {
917
- address: string;
918
917
  name?: string | undefined;
918
+ address?: string | undefined;
919
919
  iconUrl?: string | undefined;
920
920
  }, {
921
- address: string;
922
921
  name?: string | undefined;
922
+ address?: string | undefined;
923
923
  iconUrl?: string | undefined;
924
924
  }>;
925
925
  }, "strip", z.ZodTypeAny, {
926
926
  type: "staking";
927
927
  stakerInfo: {
928
- address: string;
929
928
  name?: string | undefined;
929
+ address?: string | undefined;
930
930
  iconUrl?: string | undefined;
931
931
  };
932
932
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -943,8 +943,8 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
943
943
  }, {
944
944
  type: "staking";
945
945
  stakerInfo: {
946
- address: string;
947
946
  name?: string | undefined;
947
+ address?: string | undefined;
948
948
  iconUrl?: string | undefined;
949
949
  };
950
950
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -1038,8 +1038,8 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
1038
1038
  } | {
1039
1039
  type: "staking";
1040
1040
  stakerInfo: {
1041
- address: string;
1042
1041
  name?: string | undefined;
1042
+ address?: string | undefined;
1043
1043
  iconUrl?: string | undefined;
1044
1044
  };
1045
1045
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -1133,8 +1133,8 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
1133
1133
  } | {
1134
1134
  type: "staking";
1135
1135
  stakerInfo: {
1136
- address: string;
1137
1136
  name?: string | undefined;
1137
+ address?: string | undefined;
1138
1138
  iconUrl?: string | undefined;
1139
1139
  };
1140
1140
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -1231,8 +1231,8 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
1231
1231
  } | {
1232
1232
  type: "staking";
1233
1233
  stakerInfo: {
1234
- address: string;
1235
1234
  name?: string | undefined;
1235
+ address?: string | undefined;
1236
1236
  iconUrl?: string | undefined;
1237
1237
  };
1238
1238
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -1329,8 +1329,8 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
1329
1329
  } | {
1330
1330
  type: "staking";
1331
1331
  stakerInfo: {
1332
- address: string;
1333
1332
  name?: string | undefined;
1333
+ address?: string | undefined;
1334
1334
  iconUrl?: string | undefined;
1335
1335
  };
1336
1336
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -1538,14 +1538,14 @@ export declare const activitySchema: z.ZodObject<{
1538
1538
  transactionIndex: z.ZodNumber;
1539
1539
  }, "strip", z.ZodTypeAny, {
1540
1540
  status: string;
1541
- hash: string;
1542
1541
  network: string;
1542
+ hash: string;
1543
1543
  transactionIndex: number;
1544
1544
  blockNumber?: number | undefined;
1545
1545
  }, {
1546
1546
  status: string;
1547
- hash: string;
1548
1547
  network: string;
1548
+ hash: string;
1549
1549
  transactionIndex: number;
1550
1550
  blockNumber?: number | undefined;
1551
1551
  }>;
@@ -2096,21 +2096,21 @@ export declare const activitySchema: z.ZodObject<{
2096
2096
  stakerInfo: z.ZodObject<{
2097
2097
  name: z.ZodOptional<z.ZodString>;
2098
2098
  iconUrl: z.ZodOptional<z.ZodString>;
2099
- address: z.ZodString;
2099
+ address: z.ZodOptional<z.ZodString>;
2100
2100
  }, "strip", z.ZodTypeAny, {
2101
- address: string;
2102
2101
  name?: string | undefined;
2102
+ address?: string | undefined;
2103
2103
  iconUrl?: string | undefined;
2104
2104
  }, {
2105
- address: string;
2106
2105
  name?: string | undefined;
2106
+ address?: string | undefined;
2107
2107
  iconUrl?: string | undefined;
2108
2108
  }>;
2109
2109
  }, "strip", z.ZodTypeAny, {
2110
2110
  type: "staking";
2111
2111
  stakerInfo: {
2112
- address: string;
2113
2112
  name?: string | undefined;
2113
+ address?: string | undefined;
2114
2114
  iconUrl?: string | undefined;
2115
2115
  };
2116
2116
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -2127,8 +2127,8 @@ export declare const activitySchema: z.ZodObject<{
2127
2127
  }, {
2128
2128
  type: "staking";
2129
2129
  stakerInfo: {
2130
- address: string;
2131
2130
  name?: string | undefined;
2131
+ address?: string | undefined;
2132
2132
  iconUrl?: string | undefined;
2133
2133
  };
2134
2134
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -2544,21 +2544,21 @@ export declare const activitySchema: z.ZodObject<{
2544
2544
  stakerInfo: z.ZodObject<{
2545
2545
  name: z.ZodOptional<z.ZodString>;
2546
2546
  iconUrl: z.ZodOptional<z.ZodString>;
2547
- address: z.ZodString;
2547
+ address: z.ZodOptional<z.ZodString>;
2548
2548
  }, "strip", z.ZodTypeAny, {
2549
- address: string;
2550
2549
  name?: string | undefined;
2550
+ address?: string | undefined;
2551
2551
  iconUrl?: string | undefined;
2552
2552
  }, {
2553
- address: string;
2554
2553
  name?: string | undefined;
2554
+ address?: string | undefined;
2555
2555
  iconUrl?: string | undefined;
2556
2556
  }>;
2557
2557
  }, "strip", z.ZodTypeAny, {
2558
2558
  type: "staking";
2559
2559
  stakerInfo: {
2560
- address: string;
2561
2560
  name?: string | undefined;
2561
+ address?: string | undefined;
2562
2562
  iconUrl?: string | undefined;
2563
2563
  };
2564
2564
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -2575,8 +2575,8 @@ export declare const activitySchema: z.ZodObject<{
2575
2575
  }, {
2576
2576
  type: "staking";
2577
2577
  stakerInfo: {
2578
- address: string;
2579
2578
  name?: string | undefined;
2579
+ address?: string | undefined;
2580
2580
  iconUrl?: string | undefined;
2581
2581
  };
2582
2582
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -2670,8 +2670,8 @@ export declare const activitySchema: z.ZodObject<{
2670
2670
  } | {
2671
2671
  type: "staking";
2672
2672
  stakerInfo: {
2673
- address: string;
2674
2673
  name?: string | undefined;
2674
+ address?: string | undefined;
2675
2675
  iconUrl?: string | undefined;
2676
2676
  };
2677
2677
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -2765,8 +2765,8 @@ export declare const activitySchema: z.ZodObject<{
2765
2765
  } | {
2766
2766
  type: "staking";
2767
2767
  stakerInfo: {
2768
- address: string;
2769
2768
  name?: string | undefined;
2769
+ address?: string | undefined;
2770
2770
  iconUrl?: string | undefined;
2771
2771
  };
2772
2772
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -2863,8 +2863,8 @@ export declare const activitySchema: z.ZodObject<{
2863
2863
  } | {
2864
2864
  type: "staking";
2865
2865
  stakerInfo: {
2866
- address: string;
2867
2866
  name?: string | undefined;
2867
+ address?: string | undefined;
2868
2868
  iconUrl?: string | undefined;
2869
2869
  };
2870
2870
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -2961,8 +2961,8 @@ export declare const activitySchema: z.ZodObject<{
2961
2961
  } | {
2962
2962
  type: "staking";
2963
2963
  stakerInfo: {
2964
- address: string;
2965
2964
  name?: string | undefined;
2965
+ address?: string | undefined;
2966
2966
  iconUrl?: string | undefined;
2967
2967
  };
2968
2968
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -3790,8 +3790,8 @@ export declare const activitySchema: z.ZodObject<{
3790
3790
  }, "strip", z.ZodTypeAny, {
3791
3791
  status: "pending" | "success" | "failure";
3792
3792
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
3793
- wallet: `0x${string}`;
3794
3793
  network: string;
3794
+ wallet: `0x${string}`;
3795
3795
  id: string;
3796
3796
  group: "security" | "finance";
3797
3797
  details: {
@@ -3872,8 +3872,8 @@ export declare const activitySchema: z.ZodObject<{
3872
3872
  } | {
3873
3873
  type: "staking";
3874
3874
  stakerInfo: {
3875
- address: string;
3876
3875
  name?: string | undefined;
3876
+ address?: string | undefined;
3877
3877
  iconUrl?: string | undefined;
3878
3878
  };
3879
3879
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -3968,8 +3968,8 @@ export declare const activitySchema: z.ZodObject<{
3968
3968
  } | {
3969
3969
  type: "staking";
3970
3970
  stakerInfo: {
3971
- address: string;
3972
3971
  name?: string | undefined;
3972
+ address?: string | undefined;
3973
3973
  iconUrl?: string | undefined;
3974
3974
  };
3975
3975
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -4008,8 +4008,8 @@ export declare const activitySchema: z.ZodObject<{
4008
4008
  lastModified: number;
4009
4009
  transaction: {
4010
4010
  status: string;
4011
- hash: string;
4012
4011
  network: string;
4012
+ hash: string;
4013
4013
  transactionIndex: number;
4014
4014
  blockNumber?: number | undefined;
4015
4015
  };
@@ -4188,8 +4188,8 @@ export declare const activitySchema: z.ZodObject<{
4188
4188
  }, {
4189
4189
  status: "pending" | "success" | "failure";
4190
4190
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
4191
- wallet: string;
4192
4191
  network: string;
4192
+ wallet: string;
4193
4193
  id: string;
4194
4194
  group: "security" | "finance";
4195
4195
  details: {
@@ -4270,8 +4270,8 @@ export declare const activitySchema: z.ZodObject<{
4270
4270
  } | {
4271
4271
  type: "staking";
4272
4272
  stakerInfo: {
4273
- address: string;
4274
4273
  name?: string | undefined;
4274
+ address?: string | undefined;
4275
4275
  iconUrl?: string | undefined;
4276
4276
  };
4277
4277
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -4366,8 +4366,8 @@ export declare const activitySchema: z.ZodObject<{
4366
4366
  } | {
4367
4367
  type: "staking";
4368
4368
  stakerInfo: {
4369
- address: string;
4370
4369
  name?: string | undefined;
4370
+ address?: string | undefined;
4371
4371
  iconUrl?: string | undefined;
4372
4372
  };
4373
4373
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -4406,8 +4406,8 @@ export declare const activitySchema: z.ZodObject<{
4406
4406
  lastModified: number;
4407
4407
  transaction: {
4408
4408
  status: string;
4409
- hash: string;
4410
4409
  network: string;
4410
+ hash: string;
4411
4411
  transactionIndex: number;
4412
4412
  blockNumber?: number | undefined;
4413
4413
  };
@@ -4597,14 +4597,14 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
4597
4597
  stakerInfo: z.ZodObject<{
4598
4598
  name: z.ZodOptional<z.ZodString>;
4599
4599
  iconUrl: z.ZodOptional<z.ZodString>;
4600
- address: z.ZodString;
4600
+ address: z.ZodOptional<z.ZodString>;
4601
4601
  }, "strip", z.ZodTypeAny, {
4602
- address: string;
4603
4602
  name?: string | undefined;
4603
+ address?: string | undefined;
4604
4604
  iconUrl?: string | undefined;
4605
4605
  }, {
4606
- address: string;
4607
4606
  name?: string | undefined;
4607
+ address?: string | undefined;
4608
4608
  iconUrl?: string | undefined;
4609
4609
  }>;
4610
4610
  tokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
@@ -4613,8 +4613,8 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
4613
4613
  amount: string;
4614
4614
  tokenAddress: `0x${string}`;
4615
4615
  stakerInfo: {
4616
- address: string;
4617
4616
  name?: string | undefined;
4617
+ address?: string | undefined;
4618
4618
  iconUrl?: string | undefined;
4619
4619
  };
4620
4620
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -4622,8 +4622,8 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
4622
4622
  amount: string;
4623
4623
  tokenAddress: string;
4624
4624
  stakerInfo: {
4625
- address: string;
4626
4625
  name?: string | undefined;
4626
+ address?: string | undefined;
4627
4627
  iconUrl?: string | undefined;
4628
4628
  };
4629
4629
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -4638,8 +4638,8 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
4638
4638
  amount: string;
4639
4639
  tokenAddress: `0x${string}`;
4640
4640
  stakerInfo: {
4641
- address: string;
4642
4641
  name?: string | undefined;
4642
+ address?: string | undefined;
4643
4643
  iconUrl?: string | undefined;
4644
4644
  };
4645
4645
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -4654,8 +4654,8 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
4654
4654
  amount: string;
4655
4655
  tokenAddress: string;
4656
4656
  stakerInfo: {
4657
- address: string;
4658
4657
  name?: string | undefined;
4658
+ address?: string | undefined;
4659
4659
  iconUrl?: string | undefined;
4660
4660
  };
4661
4661
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -4686,14 +4686,14 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
4686
4686
  transactionIndex: z.ZodNumber;
4687
4687
  }, "strip", z.ZodTypeAny, {
4688
4688
  status: string;
4689
- hash: string;
4690
4689
  network: string;
4690
+ hash: string;
4691
4691
  transactionIndex: number;
4692
4692
  blockNumber?: number | undefined;
4693
4693
  }, {
4694
4694
  status: string;
4695
- hash: string;
4696
4695
  network: string;
4696
+ hash: string;
4697
4697
  transactionIndex: number;
4698
4698
  blockNumber?: number | undefined;
4699
4699
  }>;
@@ -5244,21 +5244,21 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
5244
5244
  stakerInfo: z.ZodObject<{
5245
5245
  name: z.ZodOptional<z.ZodString>;
5246
5246
  iconUrl: z.ZodOptional<z.ZodString>;
5247
- address: z.ZodString;
5247
+ address: z.ZodOptional<z.ZodString>;
5248
5248
  }, "strip", z.ZodTypeAny, {
5249
- address: string;
5250
5249
  name?: string | undefined;
5250
+ address?: string | undefined;
5251
5251
  iconUrl?: string | undefined;
5252
5252
  }, {
5253
- address: string;
5254
5253
  name?: string | undefined;
5254
+ address?: string | undefined;
5255
5255
  iconUrl?: string | undefined;
5256
5256
  }>;
5257
5257
  }, "strip", z.ZodTypeAny, {
5258
5258
  type: "staking";
5259
5259
  stakerInfo: {
5260
- address: string;
5261
5260
  name?: string | undefined;
5261
+ address?: string | undefined;
5262
5262
  iconUrl?: string | undefined;
5263
5263
  };
5264
5264
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -5275,8 +5275,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
5275
5275
  }, {
5276
5276
  type: "staking";
5277
5277
  stakerInfo: {
5278
- address: string;
5279
5278
  name?: string | undefined;
5279
+ address?: string | undefined;
5280
5280
  iconUrl?: string | undefined;
5281
5281
  };
5282
5282
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -5692,21 +5692,21 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
5692
5692
  stakerInfo: z.ZodObject<{
5693
5693
  name: z.ZodOptional<z.ZodString>;
5694
5694
  iconUrl: z.ZodOptional<z.ZodString>;
5695
- address: z.ZodString;
5695
+ address: z.ZodOptional<z.ZodString>;
5696
5696
  }, "strip", z.ZodTypeAny, {
5697
- address: string;
5698
5697
  name?: string | undefined;
5698
+ address?: string | undefined;
5699
5699
  iconUrl?: string | undefined;
5700
5700
  }, {
5701
- address: string;
5702
5701
  name?: string | undefined;
5702
+ address?: string | undefined;
5703
5703
  iconUrl?: string | undefined;
5704
5704
  }>;
5705
5705
  }, "strip", z.ZodTypeAny, {
5706
5706
  type: "staking";
5707
5707
  stakerInfo: {
5708
- address: string;
5709
5708
  name?: string | undefined;
5709
+ address?: string | undefined;
5710
5710
  iconUrl?: string | undefined;
5711
5711
  };
5712
5712
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -5723,8 +5723,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
5723
5723
  }, {
5724
5724
  type: "staking";
5725
5725
  stakerInfo: {
5726
- address: string;
5727
5726
  name?: string | undefined;
5727
+ address?: string | undefined;
5728
5728
  iconUrl?: string | undefined;
5729
5729
  };
5730
5730
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -5818,8 +5818,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
5818
5818
  } | {
5819
5819
  type: "staking";
5820
5820
  stakerInfo: {
5821
- address: string;
5822
5821
  name?: string | undefined;
5822
+ address?: string | undefined;
5823
5823
  iconUrl?: string | undefined;
5824
5824
  };
5825
5825
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -5913,8 +5913,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
5913
5913
  } | {
5914
5914
  type: "staking";
5915
5915
  stakerInfo: {
5916
- address: string;
5917
5916
  name?: string | undefined;
5917
+ address?: string | undefined;
5918
5918
  iconUrl?: string | undefined;
5919
5919
  };
5920
5920
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -6011,8 +6011,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
6011
6011
  } | {
6012
6012
  type: "staking";
6013
6013
  stakerInfo: {
6014
- address: string;
6015
6014
  name?: string | undefined;
6015
+ address?: string | undefined;
6016
6016
  iconUrl?: string | undefined;
6017
6017
  };
6018
6018
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -6109,8 +6109,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
6109
6109
  } | {
6110
6110
  type: "staking";
6111
6111
  stakerInfo: {
6112
- address: string;
6113
6112
  name?: string | undefined;
6113
+ address?: string | undefined;
6114
6114
  iconUrl?: string | undefined;
6115
6115
  };
6116
6116
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -7002,14 +7002,14 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
7002
7002
  stakerInfo: z.ZodObject<{
7003
7003
  name: z.ZodOptional<z.ZodString>;
7004
7004
  iconUrl: z.ZodOptional<z.ZodString>;
7005
- address: z.ZodString;
7005
+ address: z.ZodOptional<z.ZodString>;
7006
7006
  }, "strip", z.ZodTypeAny, {
7007
- address: string;
7008
7007
  name?: string | undefined;
7008
+ address?: string | undefined;
7009
7009
  iconUrl?: string | undefined;
7010
7010
  }, {
7011
- address: string;
7012
7011
  name?: string | undefined;
7012
+ address?: string | undefined;
7013
7013
  iconUrl?: string | undefined;
7014
7014
  }>;
7015
7015
  tokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
@@ -7018,8 +7018,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
7018
7018
  amount: string;
7019
7019
  tokenAddress: `0x${string}`;
7020
7020
  stakerInfo: {
7021
- address: string;
7022
7021
  name?: string | undefined;
7022
+ address?: string | undefined;
7023
7023
  iconUrl?: string | undefined;
7024
7024
  };
7025
7025
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -7027,8 +7027,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
7027
7027
  amount: string;
7028
7028
  tokenAddress: string;
7029
7029
  stakerInfo: {
7030
- address: string;
7031
7030
  name?: string | undefined;
7031
+ address?: string | undefined;
7032
7032
  iconUrl?: string | undefined;
7033
7033
  };
7034
7034
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -7043,8 +7043,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
7043
7043
  amount: string;
7044
7044
  tokenAddress: `0x${string}`;
7045
7045
  stakerInfo: {
7046
- address: string;
7047
7046
  name?: string | undefined;
7047
+ address?: string | undefined;
7048
7048
  iconUrl?: string | undefined;
7049
7049
  };
7050
7050
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -7059,8 +7059,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
7059
7059
  amount: string;
7060
7060
  tokenAddress: string;
7061
7061
  stakerInfo: {
7062
- address: string;
7063
7062
  name?: string | undefined;
7063
+ address?: string | undefined;
7064
7064
  iconUrl?: string | undefined;
7065
7065
  };
7066
7066
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -7254,8 +7254,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
7254
7254
  amount: string;
7255
7255
  tokenAddress: `0x${string}`;
7256
7256
  stakerInfo: {
7257
- address: string;
7258
7257
  name?: string | undefined;
7258
+ address?: string | undefined;
7259
7259
  iconUrl?: string | undefined;
7260
7260
  };
7261
7261
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -7449,8 +7449,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
7449
7449
  amount: string;
7450
7450
  tokenAddress: string;
7451
7451
  stakerInfo: {
7452
- address: string;
7453
7452
  name?: string | undefined;
7453
+ address?: string | undefined;
7454
7454
  iconUrl?: string | undefined;
7455
7455
  };
7456
7456
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -7479,14 +7479,14 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
7479
7479
  transactionIndex: z.ZodNumber;
7480
7480
  }, "strip", z.ZodTypeAny, {
7481
7481
  status: string;
7482
- hash: string;
7483
7482
  network: string;
7483
+ hash: string;
7484
7484
  transactionIndex: number;
7485
7485
  blockNumber?: number | undefined;
7486
7486
  }, {
7487
7487
  status: string;
7488
- hash: string;
7489
7488
  network: string;
7489
+ hash: string;
7490
7490
  transactionIndex: number;
7491
7491
  blockNumber?: number | undefined;
7492
7492
  }>;
@@ -8037,21 +8037,21 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8037
8037
  stakerInfo: z.ZodObject<{
8038
8038
  name: z.ZodOptional<z.ZodString>;
8039
8039
  iconUrl: z.ZodOptional<z.ZodString>;
8040
- address: z.ZodString;
8040
+ address: z.ZodOptional<z.ZodString>;
8041
8041
  }, "strip", z.ZodTypeAny, {
8042
- address: string;
8043
8042
  name?: string | undefined;
8043
+ address?: string | undefined;
8044
8044
  iconUrl?: string | undefined;
8045
8045
  }, {
8046
- address: string;
8047
8046
  name?: string | undefined;
8047
+ address?: string | undefined;
8048
8048
  iconUrl?: string | undefined;
8049
8049
  }>;
8050
8050
  }, "strip", z.ZodTypeAny, {
8051
8051
  type: "staking";
8052
8052
  stakerInfo: {
8053
- address: string;
8054
8053
  name?: string | undefined;
8054
+ address?: string | undefined;
8055
8055
  iconUrl?: string | undefined;
8056
8056
  };
8057
8057
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -8068,8 +8068,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8068
8068
  }, {
8069
8069
  type: "staking";
8070
8070
  stakerInfo: {
8071
- address: string;
8072
8071
  name?: string | undefined;
8072
+ address?: string | undefined;
8073
8073
  iconUrl?: string | undefined;
8074
8074
  };
8075
8075
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -8485,21 +8485,21 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8485
8485
  stakerInfo: z.ZodObject<{
8486
8486
  name: z.ZodOptional<z.ZodString>;
8487
8487
  iconUrl: z.ZodOptional<z.ZodString>;
8488
- address: z.ZodString;
8488
+ address: z.ZodOptional<z.ZodString>;
8489
8489
  }, "strip", z.ZodTypeAny, {
8490
- address: string;
8491
8490
  name?: string | undefined;
8491
+ address?: string | undefined;
8492
8492
  iconUrl?: string | undefined;
8493
8493
  }, {
8494
- address: string;
8495
8494
  name?: string | undefined;
8495
+ address?: string | undefined;
8496
8496
  iconUrl?: string | undefined;
8497
8497
  }>;
8498
8498
  }, "strip", z.ZodTypeAny, {
8499
8499
  type: "staking";
8500
8500
  stakerInfo: {
8501
- address: string;
8502
8501
  name?: string | undefined;
8502
+ address?: string | undefined;
8503
8503
  iconUrl?: string | undefined;
8504
8504
  };
8505
8505
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -8516,8 +8516,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8516
8516
  }, {
8517
8517
  type: "staking";
8518
8518
  stakerInfo: {
8519
- address: string;
8520
8519
  name?: string | undefined;
8520
+ address?: string | undefined;
8521
8521
  iconUrl?: string | undefined;
8522
8522
  };
8523
8523
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -8611,8 +8611,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8611
8611
  } | {
8612
8612
  type: "staking";
8613
8613
  stakerInfo: {
8614
- address: string;
8615
8614
  name?: string | undefined;
8615
+ address?: string | undefined;
8616
8616
  iconUrl?: string | undefined;
8617
8617
  };
8618
8618
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -8706,8 +8706,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8706
8706
  } | {
8707
8707
  type: "staking";
8708
8708
  stakerInfo: {
8709
- address: string;
8710
8709
  name?: string | undefined;
8710
+ address?: string | undefined;
8711
8711
  iconUrl?: string | undefined;
8712
8712
  };
8713
8713
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -8804,8 +8804,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8804
8804
  } | {
8805
8805
  type: "staking";
8806
8806
  stakerInfo: {
8807
- address: string;
8808
8807
  name?: string | undefined;
8808
+ address?: string | undefined;
8809
8809
  iconUrl?: string | undefined;
8810
8810
  };
8811
8811
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -8902,8 +8902,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
8902
8902
  } | {
8903
8903
  type: "staking";
8904
8904
  stakerInfo: {
8905
- address: string;
8906
8905
  name?: string | undefined;
8906
+ address?: string | undefined;
8907
8907
  iconUrl?: string | undefined;
8908
8908
  };
8909
8909
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -9731,8 +9731,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
9731
9731
  }, "strip", z.ZodTypeAny, {
9732
9732
  status: "pending" | "success" | "failure";
9733
9733
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
9734
- wallet: `0x${string}`;
9735
9734
  network: string;
9735
+ wallet: `0x${string}`;
9736
9736
  id: string;
9737
9737
  group: "security" | "finance";
9738
9738
  details: {
@@ -9813,8 +9813,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
9813
9813
  } | {
9814
9814
  type: "staking";
9815
9815
  stakerInfo: {
9816
- address: string;
9817
9816
  name?: string | undefined;
9817
+ address?: string | undefined;
9818
9818
  iconUrl?: string | undefined;
9819
9819
  };
9820
9820
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -9909,8 +9909,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
9909
9909
  } | {
9910
9910
  type: "staking";
9911
9911
  stakerInfo: {
9912
- address: string;
9913
9912
  name?: string | undefined;
9913
+ address?: string | undefined;
9914
9914
  iconUrl?: string | undefined;
9915
9915
  };
9916
9916
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -9949,8 +9949,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
9949
9949
  lastModified: number;
9950
9950
  transaction: {
9951
9951
  status: string;
9952
- hash: string;
9953
9952
  network: string;
9953
+ hash: string;
9954
9954
  transactionIndex: number;
9955
9955
  blockNumber?: number | undefined;
9956
9956
  };
@@ -10129,8 +10129,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
10129
10129
  }, {
10130
10130
  status: "pending" | "success" | "failure";
10131
10131
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
10132
- wallet: string;
10133
10132
  network: string;
10133
+ wallet: string;
10134
10134
  id: string;
10135
10135
  group: "security" | "finance";
10136
10136
  details: {
@@ -10211,8 +10211,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
10211
10211
  } | {
10212
10212
  type: "staking";
10213
10213
  stakerInfo: {
10214
- address: string;
10215
10214
  name?: string | undefined;
10215
+ address?: string | undefined;
10216
10216
  iconUrl?: string | undefined;
10217
10217
  };
10218
10218
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -10307,8 +10307,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
10307
10307
  } | {
10308
10308
  type: "staking";
10309
10309
  stakerInfo: {
10310
- address: string;
10311
10310
  name?: string | undefined;
10311
+ address?: string | undefined;
10312
10312
  iconUrl?: string | undefined;
10313
10313
  };
10314
10314
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -10347,8 +10347,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
10347
10347
  lastModified: number;
10348
10348
  transaction: {
10349
10349
  status: string;
10350
- hash: string;
10351
10350
  network: string;
10351
+ hash: string;
10352
10352
  transactionIndex: number;
10353
10353
  blockNumber?: number | undefined;
10354
10354
  };
@@ -10545,14 +10545,14 @@ export declare const activityResponseSchema: z.ZodObject<{
10545
10545
  transactionIndex: z.ZodNumber;
10546
10546
  }, "strip", z.ZodTypeAny, {
10547
10547
  status: string;
10548
- hash: string;
10549
10548
  network: string;
10549
+ hash: string;
10550
10550
  transactionIndex: number;
10551
10551
  blockNumber?: number | undefined;
10552
10552
  }, {
10553
10553
  status: string;
10554
- hash: string;
10555
10554
  network: string;
10555
+ hash: string;
10556
10556
  transactionIndex: number;
10557
10557
  blockNumber?: number | undefined;
10558
10558
  }>;
@@ -11103,21 +11103,21 @@ export declare const activityResponseSchema: z.ZodObject<{
11103
11103
  stakerInfo: z.ZodObject<{
11104
11104
  name: z.ZodOptional<z.ZodString>;
11105
11105
  iconUrl: z.ZodOptional<z.ZodString>;
11106
- address: z.ZodString;
11106
+ address: z.ZodOptional<z.ZodString>;
11107
11107
  }, "strip", z.ZodTypeAny, {
11108
- address: string;
11109
11108
  name?: string | undefined;
11109
+ address?: string | undefined;
11110
11110
  iconUrl?: string | undefined;
11111
11111
  }, {
11112
- address: string;
11113
11112
  name?: string | undefined;
11113
+ address?: string | undefined;
11114
11114
  iconUrl?: string | undefined;
11115
11115
  }>;
11116
11116
  }, "strip", z.ZodTypeAny, {
11117
11117
  type: "staking";
11118
11118
  stakerInfo: {
11119
- address: string;
11120
11119
  name?: string | undefined;
11120
+ address?: string | undefined;
11121
11121
  iconUrl?: string | undefined;
11122
11122
  };
11123
11123
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -11134,8 +11134,8 @@ export declare const activityResponseSchema: z.ZodObject<{
11134
11134
  }, {
11135
11135
  type: "staking";
11136
11136
  stakerInfo: {
11137
- address: string;
11138
11137
  name?: string | undefined;
11138
+ address?: string | undefined;
11139
11139
  iconUrl?: string | undefined;
11140
11140
  };
11141
11141
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -11551,21 +11551,21 @@ export declare const activityResponseSchema: z.ZodObject<{
11551
11551
  stakerInfo: z.ZodObject<{
11552
11552
  name: z.ZodOptional<z.ZodString>;
11553
11553
  iconUrl: z.ZodOptional<z.ZodString>;
11554
- address: z.ZodString;
11554
+ address: z.ZodOptional<z.ZodString>;
11555
11555
  }, "strip", z.ZodTypeAny, {
11556
- address: string;
11557
11556
  name?: string | undefined;
11557
+ address?: string | undefined;
11558
11558
  iconUrl?: string | undefined;
11559
11559
  }, {
11560
- address: string;
11561
11560
  name?: string | undefined;
11561
+ address?: string | undefined;
11562
11562
  iconUrl?: string | undefined;
11563
11563
  }>;
11564
11564
  }, "strip", z.ZodTypeAny, {
11565
11565
  type: "staking";
11566
11566
  stakerInfo: {
11567
- address: string;
11568
11567
  name?: string | undefined;
11568
+ address?: string | undefined;
11569
11569
  iconUrl?: string | undefined;
11570
11570
  };
11571
11571
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -11582,8 +11582,8 @@ export declare const activityResponseSchema: z.ZodObject<{
11582
11582
  }, {
11583
11583
  type: "staking";
11584
11584
  stakerInfo: {
11585
- address: string;
11586
11585
  name?: string | undefined;
11586
+ address?: string | undefined;
11587
11587
  iconUrl?: string | undefined;
11588
11588
  };
11589
11589
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -11677,8 +11677,8 @@ export declare const activityResponseSchema: z.ZodObject<{
11677
11677
  } | {
11678
11678
  type: "staking";
11679
11679
  stakerInfo: {
11680
- address: string;
11681
11680
  name?: string | undefined;
11681
+ address?: string | undefined;
11682
11682
  iconUrl?: string | undefined;
11683
11683
  };
11684
11684
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -11772,8 +11772,8 @@ export declare const activityResponseSchema: z.ZodObject<{
11772
11772
  } | {
11773
11773
  type: "staking";
11774
11774
  stakerInfo: {
11775
- address: string;
11776
11775
  name?: string | undefined;
11776
+ address?: string | undefined;
11777
11777
  iconUrl?: string | undefined;
11778
11778
  };
11779
11779
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -11870,8 +11870,8 @@ export declare const activityResponseSchema: z.ZodObject<{
11870
11870
  } | {
11871
11871
  type: "staking";
11872
11872
  stakerInfo: {
11873
- address: string;
11874
11873
  name?: string | undefined;
11874
+ address?: string | undefined;
11875
11875
  iconUrl?: string | undefined;
11876
11876
  };
11877
11877
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -11968,8 +11968,8 @@ export declare const activityResponseSchema: z.ZodObject<{
11968
11968
  } | {
11969
11969
  type: "staking";
11970
11970
  stakerInfo: {
11971
- address: string;
11972
11971
  name?: string | undefined;
11972
+ address?: string | undefined;
11973
11973
  iconUrl?: string | undefined;
11974
11974
  };
11975
11975
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -12797,8 +12797,8 @@ export declare const activityResponseSchema: z.ZodObject<{
12797
12797
  }, "strip", z.ZodTypeAny, {
12798
12798
  status: "pending" | "success" | "failure";
12799
12799
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
12800
- wallet: `0x${string}`;
12801
12800
  network: string;
12801
+ wallet: `0x${string}`;
12802
12802
  id: string;
12803
12803
  group: "security" | "finance";
12804
12804
  details: {
@@ -12879,8 +12879,8 @@ export declare const activityResponseSchema: z.ZodObject<{
12879
12879
  } | {
12880
12880
  type: "staking";
12881
12881
  stakerInfo: {
12882
- address: string;
12883
12882
  name?: string | undefined;
12883
+ address?: string | undefined;
12884
12884
  iconUrl?: string | undefined;
12885
12885
  };
12886
12886
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -12975,8 +12975,8 @@ export declare const activityResponseSchema: z.ZodObject<{
12975
12975
  } | {
12976
12976
  type: "staking";
12977
12977
  stakerInfo: {
12978
- address: string;
12979
12978
  name?: string | undefined;
12979
+ address?: string | undefined;
12980
12980
  iconUrl?: string | undefined;
12981
12981
  };
12982
12982
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -13015,8 +13015,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13015
13015
  lastModified: number;
13016
13016
  transaction: {
13017
13017
  status: string;
13018
- hash: string;
13019
13018
  network: string;
13019
+ hash: string;
13020
13020
  transactionIndex: number;
13021
13021
  blockNumber?: number | undefined;
13022
13022
  };
@@ -13195,8 +13195,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13195
13195
  }, {
13196
13196
  status: "pending" | "success" | "failure";
13197
13197
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
13198
- wallet: string;
13199
13198
  network: string;
13199
+ wallet: string;
13200
13200
  id: string;
13201
13201
  group: "security" | "finance";
13202
13202
  details: {
@@ -13277,8 +13277,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13277
13277
  } | {
13278
13278
  type: "staking";
13279
13279
  stakerInfo: {
13280
- address: string;
13281
13280
  name?: string | undefined;
13281
+ address?: string | undefined;
13282
13282
  iconUrl?: string | undefined;
13283
13283
  };
13284
13284
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -13373,8 +13373,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13373
13373
  } | {
13374
13374
  type: "staking";
13375
13375
  stakerInfo: {
13376
- address: string;
13377
13376
  name?: string | undefined;
13377
+ address?: string | undefined;
13378
13378
  iconUrl?: string | undefined;
13379
13379
  };
13380
13380
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -13413,8 +13413,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13413
13413
  lastModified: number;
13414
13414
  transaction: {
13415
13415
  status: string;
13416
- hash: string;
13417
13416
  network: string;
13417
+ hash: string;
13418
13418
  transactionIndex: number;
13419
13419
  blockNumber?: number | undefined;
13420
13420
  };
@@ -13601,8 +13601,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13601
13601
  activities: {
13602
13602
  status: "pending" | "success" | "failure";
13603
13603
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
13604
- wallet: `0x${string}`;
13605
13604
  network: string;
13605
+ wallet: `0x${string}`;
13606
13606
  id: string;
13607
13607
  group: "security" | "finance";
13608
13608
  details: {
@@ -13683,8 +13683,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13683
13683
  } | {
13684
13684
  type: "staking";
13685
13685
  stakerInfo: {
13686
- address: string;
13687
13686
  name?: string | undefined;
13687
+ address?: string | undefined;
13688
13688
  iconUrl?: string | undefined;
13689
13689
  };
13690
13690
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -13779,8 +13779,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13779
13779
  } | {
13780
13780
  type: "staking";
13781
13781
  stakerInfo: {
13782
- address: string;
13783
13782
  name?: string | undefined;
13783
+ address?: string | undefined;
13784
13784
  iconUrl?: string | undefined;
13785
13785
  };
13786
13786
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -13819,8 +13819,8 @@ export declare const activityResponseSchema: z.ZodObject<{
13819
13819
  lastModified: number;
13820
13820
  transaction: {
13821
13821
  status: string;
13822
- hash: string;
13823
13822
  network: string;
13823
+ hash: string;
13824
13824
  transactionIndex: number;
13825
13825
  blockNumber?: number | undefined;
13826
13826
  };
@@ -14005,8 +14005,8 @@ export declare const activityResponseSchema: z.ZodObject<{
14005
14005
  activities: {
14006
14006
  status: "pending" | "success" | "failure";
14007
14007
  type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
14008
- wallet: string;
14009
14008
  network: string;
14009
+ wallet: string;
14010
14010
  id: string;
14011
14011
  group: "security" | "finance";
14012
14012
  details: {
@@ -14087,8 +14087,8 @@ export declare const activityResponseSchema: z.ZodObject<{
14087
14087
  } | {
14088
14088
  type: "staking";
14089
14089
  stakerInfo: {
14090
- address: string;
14091
14090
  name?: string | undefined;
14091
+ address?: string | undefined;
14092
14092
  iconUrl?: string | undefined;
14093
14093
  };
14094
14094
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -14183,8 +14183,8 @@ export declare const activityResponseSchema: z.ZodObject<{
14183
14183
  } | {
14184
14184
  type: "staking";
14185
14185
  stakerInfo: {
14186
- address: string;
14187
14186
  name?: string | undefined;
14187
+ address?: string | undefined;
14188
14188
  iconUrl?: string | undefined;
14189
14189
  };
14190
14190
  stakingAction: "deposit" | "stake" | "initiateWithdraw" | "withdraw" | "claim";
@@ -14223,8 +14223,8 @@ export declare const activityResponseSchema: z.ZodObject<{
14223
14223
  lastModified: number;
14224
14224
  transaction: {
14225
14225
  status: string;
14226
- hash: string;
14227
14226
  network: string;
14227
+ hash: string;
14228
14228
  transactionIndex: number;
14229
14229
  blockNumber?: number | undefined;
14230
14230
  };