@argent/x-shared 1.75.1 → 1.75.2

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.
@@ -195,7 +195,7 @@ export declare const activityDetailsSchema: z.ZodUnion<readonly [z.ZodDiscrimina
195
195
  zksync2: "zksync2";
196
196
  starknet: "starknet";
197
197
  }>>;
198
- }, z.core.$strip>]>, z.ZodObject<{
198
+ }, z.core.$strip>], "type">, z.ZodObject<{
199
199
  type: z.ZodLiteral<"multicall">;
200
200
  calls: z.ZodArray<z.ZodObject<{
201
201
  details: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -353,7 +353,7 @@ export declare const activityDetailsSchema: z.ZodUnion<readonly [z.ZodDiscrimina
353
353
  zksync2: "zksync2";
354
354
  starknet: "starknet";
355
355
  }>>;
356
- }, z.core.$strip>]>;
356
+ }, z.core.$strip>], "type">;
357
357
  }, z.core.$strip>>;
358
358
  }, z.core.$strip>]>;
359
359
  export declare const activityDappSchema: z.ZodObject<{
@@ -381,7 +381,7 @@ export declare const activitySummarySchema: z.ZodObject<{
381
381
  currency: z.ZodString;
382
382
  currencyAmount: z.ZodCoercedString<unknown>;
383
383
  }, z.core.$strip>>>;
384
- }, z.core.$strip>]>;
384
+ }, z.core.$strip>], "type">;
385
385
  }, z.core.$strip>;
386
386
  export declare const feeSchema: z.ZodObject<{
387
387
  type: z.ZodString;
@@ -654,7 +654,7 @@ export declare const activitySchema: z.ZodObject<{
654
654
  zksync2: "zksync2";
655
655
  starknet: "starknet";
656
656
  }>>;
657
- }, z.core.$strip>]>, z.ZodObject<{
657
+ }, z.core.$strip>], "type">, z.ZodObject<{
658
658
  type: z.ZodLiteral<"multicall">;
659
659
  calls: z.ZodArray<z.ZodObject<{
660
660
  details: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -812,7 +812,7 @@ export declare const activitySchema: z.ZodObject<{
812
812
  zksync2: "zksync2";
813
813
  starknet: "starknet";
814
814
  }>>;
815
- }, z.core.$strip>]>;
815
+ }, z.core.$strip>], "type">;
816
816
  }, z.core.$strip>>;
817
817
  }, z.core.$strip>]>;
818
818
  transferSummary: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -834,7 +834,7 @@ export declare const activitySchema: z.ZodObject<{
834
834
  currency: z.ZodString;
835
835
  currencyAmount: z.ZodCoercedString<unknown>;
836
836
  }, z.core.$strip>>>;
837
- }, z.core.$strip>]>;
837
+ }, z.core.$strip>], "type">;
838
838
  }, z.core.$strip>>>;
839
839
  dapp: z.ZodOptional<z.ZodObject<{
840
840
  dappId: z.ZodString;
@@ -904,7 +904,7 @@ export declare const activitySchema: z.ZodObject<{
904
904
  iconUrl: z.ZodOptional<z.ZodString>;
905
905
  type: z.ZodString;
906
906
  }, z.core.$strip>;
907
- }, z.core.$strip>]>>;
907
+ }, z.core.$strip>], "type">>;
908
908
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
909
909
  type: z.ZodLiteral<"amount">;
910
910
  label: z.ZodString;
@@ -967,7 +967,7 @@ export declare const activitySchema: z.ZodObject<{
967
967
  iconUrl: z.ZodOptional<z.ZodString>;
968
968
  type: z.ZodString;
969
969
  }, z.core.$strip>;
970
- }, z.core.$strip>]>>>;
970
+ }, z.core.$strip>], "type">>>;
971
971
  }, z.core.$strip>>>;
972
972
  title: z.ZodOptional<z.ZodString>;
973
973
  multisigDetails: z.ZodOptional<z.ZodObject<{
@@ -1042,7 +1042,7 @@ export declare const nativeActivitySchema: z.ZodObject<{
1042
1042
  currency: z.ZodString;
1043
1043
  currencyAmount: z.ZodCoercedString<unknown>;
1044
1044
  }, z.core.$strip>>>;
1045
- }, z.core.$strip>]>;
1045
+ }, z.core.$strip>], "type">;
1046
1046
  }, z.core.$strip>>>;
1047
1047
  actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1048
1048
  name: z.ZodString;
@@ -1108,7 +1108,7 @@ export declare const nativeActivitySchema: z.ZodObject<{
1108
1108
  iconUrl: z.ZodOptional<z.ZodString>;
1109
1109
  type: z.ZodString;
1110
1110
  }, z.core.$strip>;
1111
- }, z.core.$strip>]>>;
1111
+ }, z.core.$strip>], "type">>;
1112
1112
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1113
1113
  type: z.ZodLiteral<"amount">;
1114
1114
  label: z.ZodString;
@@ -1171,7 +1171,7 @@ export declare const nativeActivitySchema: z.ZodObject<{
1171
1171
  iconUrl: z.ZodOptional<z.ZodString>;
1172
1172
  type: z.ZodString;
1173
1173
  }, z.core.$strip>;
1174
- }, z.core.$strip>]>>>;
1174
+ }, z.core.$strip>], "type">>>;
1175
1175
  }, z.core.$strip>>>;
1176
1176
  multisigDetails: z.ZodOptional<z.ZodObject<{
1177
1177
  signers: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>;
@@ -1488,7 +1488,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
1488
1488
  zksync2: "zksync2";
1489
1489
  starknet: "starknet";
1490
1490
  }>>;
1491
- }, z.core.$strip>]>, z.ZodObject<{
1491
+ }, z.core.$strip>], "type">, z.ZodObject<{
1492
1492
  type: z.ZodLiteral<"multicall">;
1493
1493
  calls: z.ZodArray<z.ZodObject<{
1494
1494
  details: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -1646,7 +1646,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
1646
1646
  zksync2: "zksync2";
1647
1647
  starknet: "starknet";
1648
1648
  }>>;
1649
- }, z.core.$strip>]>;
1649
+ }, z.core.$strip>], "type">;
1650
1650
  }, z.core.$strip>>;
1651
1651
  }, z.core.$strip>]>;
1652
1652
  transferSummary: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1668,7 +1668,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
1668
1668
  currency: z.ZodString;
1669
1669
  currencyAmount: z.ZodCoercedString<unknown>;
1670
1670
  }, z.core.$strip>>>;
1671
- }, z.core.$strip>]>;
1671
+ }, z.core.$strip>], "type">;
1672
1672
  }, z.core.$strip>>>;
1673
1673
  dapp: z.ZodOptional<z.ZodObject<{
1674
1674
  dappId: z.ZodString;
@@ -1738,7 +1738,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
1738
1738
  iconUrl: z.ZodOptional<z.ZodString>;
1739
1739
  type: z.ZodString;
1740
1740
  }, z.core.$strip>;
1741
- }, z.core.$strip>]>>;
1741
+ }, z.core.$strip>], "type">>;
1742
1742
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1743
1743
  type: z.ZodLiteral<"amount">;
1744
1744
  label: z.ZodString;
@@ -1801,7 +1801,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
1801
1801
  iconUrl: z.ZodOptional<z.ZodString>;
1802
1802
  type: z.ZodString;
1803
1803
  }, z.core.$strip>;
1804
- }, z.core.$strip>]>>>;
1804
+ }, z.core.$strip>], "type">>>;
1805
1805
  }, z.core.$strip>>>;
1806
1806
  title: z.ZodOptional<z.ZodString>;
1807
1807
  multisigDetails: z.ZodOptional<z.ZodObject<{
@@ -2067,7 +2067,7 @@ export declare const activityResponseSchema: z.ZodObject<{
2067
2067
  zksync2: "zksync2";
2068
2068
  starknet: "starknet";
2069
2069
  }>>;
2070
- }, z.core.$strip>]>, z.ZodObject<{
2070
+ }, z.core.$strip>], "type">, z.ZodObject<{
2071
2071
  type: z.ZodLiteral<"multicall">;
2072
2072
  calls: z.ZodArray<z.ZodObject<{
2073
2073
  details: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -2225,7 +2225,7 @@ export declare const activityResponseSchema: z.ZodObject<{
2225
2225
  zksync2: "zksync2";
2226
2226
  starknet: "starknet";
2227
2227
  }>>;
2228
- }, z.core.$strip>]>;
2228
+ }, z.core.$strip>], "type">;
2229
2229
  }, z.core.$strip>>;
2230
2230
  }, z.core.$strip>]>;
2231
2231
  transferSummary: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2247,7 +2247,7 @@ export declare const activityResponseSchema: z.ZodObject<{
2247
2247
  currency: z.ZodString;
2248
2248
  currencyAmount: z.ZodCoercedString<unknown>;
2249
2249
  }, z.core.$strip>>>;
2250
- }, z.core.$strip>]>;
2250
+ }, z.core.$strip>], "type">;
2251
2251
  }, z.core.$strip>>>;
2252
2252
  dapp: z.ZodOptional<z.ZodObject<{
2253
2253
  dappId: z.ZodString;
@@ -2317,7 +2317,7 @@ export declare const activityResponseSchema: z.ZodObject<{
2317
2317
  iconUrl: z.ZodOptional<z.ZodString>;
2318
2318
  type: z.ZodString;
2319
2319
  }, z.core.$strip>;
2320
- }, z.core.$strip>]>>;
2320
+ }, z.core.$strip>], "type">>;
2321
2321
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2322
2322
  type: z.ZodLiteral<"amount">;
2323
2323
  label: z.ZodString;
@@ -2380,7 +2380,7 @@ export declare const activityResponseSchema: z.ZodObject<{
2380
2380
  iconUrl: z.ZodOptional<z.ZodString>;
2381
2381
  type: z.ZodString;
2382
2382
  }, z.core.$strip>;
2383
- }, z.core.$strip>]>>>;
2383
+ }, z.core.$strip>], "type">>>;
2384
2384
  }, z.core.$strip>>>;
2385
2385
  title: z.ZodOptional<z.ZodString>;
2386
2386
  multisigDetails: z.ZodOptional<z.ZodObject<{
@@ -53,7 +53,7 @@ export declare const estimatedFeeSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
53
53
  maxFee: z.ZodBigInt;
54
54
  overallFee: z.ZodBigInt;
55
55
  tip: z.ZodOptional<z.ZodBigInt>;
56
- }, z.core.$strip>]>;
56
+ }, z.core.$strip>], "type">;
57
57
  export type EstimatedFee = z.infer<typeof estimatedFeeSchema>;
58
58
  export declare const nativeEstimatedFeesSchema: z.ZodObject<{
59
59
  type: z.ZodLiteral<"native">;
@@ -157,7 +157,7 @@ export declare const estimatedFeesSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
157
157
  tip: z.ZodOptional<z.ZodBigInt>;
158
158
  maxFee: z.ZodBigInt;
159
159
  }, z.core.$strip>>;
160
- }, z.core.$strip>]>;
160
+ }, z.core.$strip>], "type">;
161
161
  export type EstimatedFees = z.infer<typeof estimatedFeesSchema>;
162
162
  export type EstimatedFeesEnriched = UnionEvaluate<EstimatedFees & {
163
163
  id: string;
@@ -61,7 +61,7 @@ export declare const propertySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
61
61
  iconUrl: z.ZodOptional<z.ZodString>;
62
62
  type: z.ZodString;
63
63
  }, z.core.$strip>;
64
- }, z.core.$strip>]>;
64
+ }, z.core.$strip>], "type">;
65
65
  export declare const actionSchema: z.ZodObject<{
66
66
  name: z.ZodString;
67
67
  properties: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -126,7 +126,7 @@ export declare const actionSchema: z.ZodObject<{
126
126
  iconUrl: z.ZodOptional<z.ZodString>;
127
127
  type: z.ZodString;
128
128
  }, z.core.$strip>;
129
- }, z.core.$strip>]>>;
129
+ }, z.core.$strip>], "type">>;
130
130
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
131
131
  type: z.ZodLiteral<"amount">;
132
132
  label: z.ZodString;
@@ -189,7 +189,7 @@ export declare const actionSchema: z.ZodObject<{
189
189
  iconUrl: z.ZodOptional<z.ZodString>;
190
190
  type: z.ZodString;
191
191
  }, z.core.$strip>;
192
- }, z.core.$strip>]>>>;
192
+ }, z.core.$strip>], "type">>>;
193
193
  }, z.core.$strip>;
194
194
  export declare const assessmentSchema: z.ZodUnion<readonly [z.ZodLiteral<"verified">, z.ZodLiteral<"neutral">, z.ZodLiteral<"partial">, z.ZodLiteral<"warn">]>;
195
195
  export declare const warningDetailsSchema: z.ZodObject<{
@@ -291,7 +291,7 @@ export declare const reviewSchema: z.ZodObject<{
291
291
  iconUrl: z.ZodOptional<z.ZodString>;
292
292
  type: z.ZodString;
293
293
  }, z.core.$strip>;
294
- }, z.core.$strip>]>>;
294
+ }, z.core.$strip>], "type">>;
295
295
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
296
296
  type: z.ZodLiteral<"amount">;
297
297
  label: z.ZodString;
@@ -354,7 +354,7 @@ export declare const reviewSchema: z.ZodObject<{
354
354
  iconUrl: z.ZodOptional<z.ZodString>;
355
355
  type: z.ZodString;
356
356
  }, z.core.$strip>;
357
- }, z.core.$strip>]>>>;
357
+ }, z.core.$strip>], "type">>>;
358
358
  }, z.core.$strip>;
359
359
  }, z.core.$strip>;
360
360
  export declare const targetedDappSchema: z.ZodObject<{
@@ -478,7 +478,7 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
478
478
  iconUrl: z.ZodOptional<z.ZodString>;
479
479
  type: z.ZodString;
480
480
  }, z.core.$strip>;
481
- }, z.core.$strip>]>>;
481
+ }, z.core.$strip>], "type">>;
482
482
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
483
483
  type: z.ZodLiteral<"amount">;
484
484
  label: z.ZodString;
@@ -541,7 +541,7 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
541
541
  iconUrl: z.ZodOptional<z.ZodString>;
542
542
  type: z.ZodString;
543
543
  }, z.core.$strip>;
544
- }, z.core.$strip>]>>>;
544
+ }, z.core.$strip>], "type">>>;
545
545
  }, z.core.$strip>;
546
546
  }, z.core.$strip>>;
547
547
  }, z.core.$strip>>;
@@ -949,7 +949,7 @@ declare const transactionSimulationSchema: z.ZodObject<{
949
949
  iconUrl: z.ZodOptional<z.ZodString>;
950
950
  type: z.ZodString;
951
951
  }, z.core.$strip>;
952
- }, z.core.$strip>]>>;
952
+ }, z.core.$strip>], "type">>;
953
953
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
954
954
  type: z.ZodLiteral<"amount">;
955
955
  label: z.ZodString;
@@ -1012,7 +1012,7 @@ declare const transactionSimulationSchema: z.ZodObject<{
1012
1012
  iconUrl: z.ZodOptional<z.ZodString>;
1013
1013
  type: z.ZodString;
1014
1014
  }, z.core.$strip>;
1015
- }, z.core.$strip>]>>>;
1015
+ }, z.core.$strip>], "type">>>;
1016
1016
  }, z.core.$strip>;
1017
1017
  }, z.core.$strip>>;
1018
1018
  }, z.core.$strip>>;
@@ -1286,7 +1286,7 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
1286
1286
  iconUrl: z.ZodOptional<z.ZodString>;
1287
1287
  type: z.ZodString;
1288
1288
  }, z.core.$strip>;
1289
- }, z.core.$strip>]>>;
1289
+ }, z.core.$strip>], "type">>;
1290
1290
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1291
1291
  type: z.ZodLiteral<"amount">;
1292
1292
  label: z.ZodString;
@@ -1349,7 +1349,7 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
1349
1349
  iconUrl: z.ZodOptional<z.ZodString>;
1350
1350
  type: z.ZodString;
1351
1351
  }, z.core.$strip>;
1352
- }, z.core.$strip>]>>>;
1352
+ }, z.core.$strip>], "type">>>;
1353
1353
  }, z.core.$strip>;
1354
1354
  }, z.core.$strip>>;
1355
1355
  }, z.core.$strip>>;
@@ -1471,7 +1471,7 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
1471
1471
  iconUrl: z.ZodOptional<z.ZodString>;
1472
1472
  type: z.ZodString;
1473
1473
  }, z.core.$strip>;
1474
- }, z.core.$strip>]>>;
1474
+ }, z.core.$strip>], "type">>;
1475
1475
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1476
1476
  type: z.ZodLiteral<"amount">;
1477
1477
  label: z.ZodString;
@@ -1534,7 +1534,7 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
1534
1534
  iconUrl: z.ZodOptional<z.ZodString>;
1535
1535
  type: z.ZodString;
1536
1536
  }, z.core.$strip>;
1537
- }, z.core.$strip>]>>>;
1537
+ }, z.core.$strip>], "type">>>;
1538
1538
  }, z.core.$strip>;
1539
1539
  }, z.core.$strip>>;
1540
1540
  }, z.core.$strip>>;
@@ -1807,7 +1807,7 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
1807
1807
  iconUrl: z.ZodOptional<z.ZodString>;
1808
1808
  type: z.ZodString;
1809
1809
  }, z.core.$strip>;
1810
- }, z.core.$strip>]>>;
1810
+ }, z.core.$strip>], "type">>;
1811
1811
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1812
1812
  type: z.ZodLiteral<"amount">;
1813
1813
  label: z.ZodString;
@@ -1870,7 +1870,7 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
1870
1870
  iconUrl: z.ZodOptional<z.ZodString>;
1871
1871
  type: z.ZodString;
1872
1872
  }, z.core.$strip>;
1873
- }, z.core.$strip>]>>>;
1873
+ }, z.core.$strip>], "type">>>;
1874
1874
  }, z.core.$strip>;
1875
1875
  }, z.core.$strip>>;
1876
1876
  }, z.core.$strip>>;
@@ -2008,7 +2008,7 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
2008
2008
  iconUrl: z.ZodOptional<z.ZodString>;
2009
2009
  type: z.ZodString;
2010
2010
  }, z.core.$strip>;
2011
- }, z.core.$strip>]>>;
2011
+ }, z.core.$strip>], "type">>;
2012
2012
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2013
2013
  type: z.ZodLiteral<"amount">;
2014
2014
  label: z.ZodString;
@@ -2071,7 +2071,7 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
2071
2071
  iconUrl: z.ZodOptional<z.ZodString>;
2072
2072
  type: z.ZodString;
2073
2073
  }, z.core.$strip>;
2074
- }, z.core.$strip>]>>>;
2074
+ }, z.core.$strip>], "type">>>;
2075
2075
  }, z.core.$strip>;
2076
2076
  }, z.core.$strip>>;
2077
2077
  }, z.core.$strip>>;
@@ -2344,7 +2344,7 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
2344
2344
  iconUrl: z.ZodOptional<z.ZodString>;
2345
2345
  type: z.ZodString;
2346
2346
  }, z.core.$strip>;
2347
- }, z.core.$strip>]>>;
2347
+ }, z.core.$strip>], "type">>;
2348
2348
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2349
2349
  type: z.ZodLiteral<"amount">;
2350
2350
  label: z.ZodString;
@@ -2407,7 +2407,7 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
2407
2407
  iconUrl: z.ZodOptional<z.ZodString>;
2408
2408
  type: z.ZodString;
2409
2409
  }, z.core.$strip>;
2410
- }, z.core.$strip>]>>>;
2410
+ }, z.core.$strip>], "type">>>;
2411
2411
  }, z.core.$strip>;
2412
2412
  }, z.core.$strip>>;
2413
2413
  }, z.core.$strip>>;
@@ -2540,7 +2540,7 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
2540
2540
  iconUrl: z.ZodOptional<z.ZodString>;
2541
2541
  type: z.ZodString;
2542
2542
  }, z.core.$strip>;
2543
- }, z.core.$strip>]>>;
2543
+ }, z.core.$strip>], "type">>;
2544
2544
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2545
2545
  type: z.ZodLiteral<"amount">;
2546
2546
  label: z.ZodString;
@@ -2603,7 +2603,7 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
2603
2603
  iconUrl: z.ZodOptional<z.ZodString>;
2604
2604
  type: z.ZodString;
2605
2605
  }, z.core.$strip>;
2606
- }, z.core.$strip>]>>>;
2606
+ }, z.core.$strip>], "type">>>;
2607
2607
  }, z.core.$strip>;
2608
2608
  }, z.core.$strip>>;
2609
2609
  }, z.core.$strip>>;
@@ -2876,7 +2876,7 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
2876
2876
  iconUrl: z.ZodOptional<z.ZodString>;
2877
2877
  type: z.ZodString;
2878
2878
  }, z.core.$strip>;
2879
- }, z.core.$strip>]>>;
2879
+ }, z.core.$strip>], "type">>;
2880
2880
  defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2881
2881
  type: z.ZodLiteral<"amount">;
2882
2882
  label: z.ZodString;
@@ -2939,7 +2939,7 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
2939
2939
  iconUrl: z.ZodOptional<z.ZodString>;
2940
2940
  type: z.ZodString;
2941
2941
  }, z.core.$strip>;
2942
- }, z.core.$strip>]>>>;
2942
+ }, z.core.$strip>], "type">>>;
2943
2943
  }, z.core.$strip>;
2944
2944
  }, z.core.$strip>>;
2945
2945
  }, z.core.$strip>>;
@@ -3006,7 +3006,7 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
3006
3006
  tip: z.ZodOptional<z.ZodBigInt>;
3007
3007
  maxFee: z.ZodBigInt;
3008
3008
  }, z.core.$strip>>;
3009
- }, z.core.$strip>]>>>;
3009
+ }, z.core.$strip>], "type">>>;
3010
3010
  isBackendDown: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3011
3011
  promotions: z.ZodOptional<z.ZodArray<z.ZodObject<{
3012
3012
  name: z.ZodOptional<z.ZodString>;
@@ -374,7 +374,7 @@ export declare const investmentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
374
374
  buyEnabled: z.ZodOptional<z.ZodBoolean>;
375
375
  sellEnabled: z.ZodOptional<z.ZodBoolean>;
376
376
  claimEnabled: z.ZodOptional<z.ZodBoolean>;
377
- }, z.core.$strip>]>;
377
+ }, z.core.$strip>], "category">;
378
378
  export type Investment = z.infer<typeof investmentSchema>;
379
379
  export type LiquidStakingInvestment = z.infer<typeof liquidStakingInvestmentSchema>;
380
380
  export type LendingInvestment = z.infer<typeof lendingInvestmentSchema>;
@@ -563,7 +563,7 @@ export declare const investmentsResponseSchema: z.ZodObject<{
563
563
  buyEnabled: z.ZodOptional<z.ZodBoolean>;
564
564
  sellEnabled: z.ZodOptional<z.ZodBoolean>;
565
565
  claimEnabled: z.ZodOptional<z.ZodBoolean>;
566
- }, z.core.$strip>]>>;
566
+ }, z.core.$strip>], "category">>;
567
567
  }, z.core.$strip>;
568
568
  export type InvestmentsResponse = z.infer<typeof investmentsResponseSchema>;
569
569
  export declare const strkStakingCalldataResponseSchema: z.ZodObject<{
@@ -617,95 +617,7 @@ export declare const apiDefiDecompositionProduct: z.ZodObject<{
617
617
  rewardTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
618
618
  }, z.core.$strip>;
619
619
  }, z.core.$strip>]>>;
620
- } & E extends infer T ? { -readonly [P in keyof T]: ({
621
- productId: z.ZodOptional<z.ZodString>;
622
- name: z.ZodString;
623
- manageUrl: z.ZodOptional<z.ZodString>;
624
- type: z.ZodUnion<readonly [z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
625
- groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
626
- name: z.ZodOptional<z.ZodString>;
627
- healthRatio: z.ZodOptional<z.ZodString>;
628
- }, z.core.$strip>>>;
629
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
630
- id: z.ZodString;
631
- investmentId: z.ZodOptional<z.ZodString>;
632
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
633
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
634
- tokenId: z.ZodString;
635
- data: z.ZodObject<{
636
- poolFeePercentage: z.ZodString;
637
- tickSpacingPercentage: z.ZodOptional<z.ZodString>;
638
- token0: z.ZodObject<{
639
- tokenAddress: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>;
640
- principal: z.ZodString;
641
- accruedFees: z.ZodString;
642
- minPrice: z.ZodString;
643
- maxPrice: z.ZodString;
644
- currentPrice: z.ZodString;
645
- }, z.core.$strip>;
646
- token1: z.ZodObject<{
647
- tokenAddress: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>;
648
- principal: z.ZodString;
649
- accruedFees: z.ZodString;
650
- minPrice: z.ZodString;
651
- maxPrice: z.ZodString;
652
- currentPrice: z.ZodString;
653
- }, z.core.$strip>;
654
- }, z.core.$strip>;
655
- }, z.core.$strip>, z.ZodObject<{
656
- id: z.ZodString;
657
- investmentId: z.ZodOptional<z.ZodString>;
658
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
659
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
660
- data: z.ZodObject<{
661
- apy: z.ZodOptional<z.ZodString>;
662
- totalApy: z.ZodOptional<z.ZodString>;
663
- group: z.ZodOptional<z.ZodNumber>;
664
- collateral: z.ZodBoolean;
665
- debt: z.ZodBoolean;
666
- lending: z.ZodBoolean;
667
- }, z.core.$strip>;
668
- }, z.core.$strip>]>, z.ZodObject<{
669
- investmentId: z.ZodOptional<z.ZodString>;
670
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
671
- id: z.ZodString;
672
- data: z.ZodObject<{
673
- delegatingTo: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
674
- }, z.core.$strip>;
675
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
676
- }, z.core.$strip>]>, z.ZodObject<{
677
- id: z.ZodString;
678
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
679
- data: z.ZodObject<{
680
- apy: z.ZodOptional<z.ZodString>;
681
- totalApy: z.ZodOptional<z.ZodString>;
682
- }, z.core.$strip>;
683
- investmentId: z.ZodOptional<z.ZodString>;
684
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
685
- }, z.core.$strip>]>, z.ZodObject<{
686
- id: z.ZodString;
687
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
688
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
689
- investmentId: z.ZodOptional<z.ZodString>;
690
- data: z.ZodObject<{
691
- stakerInfo: z.ZodObject<{
692
- name: z.ZodOptional<z.ZodString>;
693
- iconUrl: z.ZodOptional<z.ZodString>;
694
- address: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
695
- }, z.core.$strip>;
696
- accruedRewards: z.ZodString;
697
- stakedAmount: z.ZodString;
698
- pendingWithdrawal: z.ZodOptional<z.ZodObject<{
699
- amount: z.ZodString;
700
- withdrawableAfter: z.ZodNumber;
701
- }, z.core.$strip>>;
702
- apy: z.ZodOptional<z.ZodString>;
703
- totalApy: z.ZodOptional<z.ZodString>;
704
- stakedTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
705
- rewardTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
706
- }, z.core.$strip>;
707
- }, z.core.$strip>]>>;
708
- } & E)[P]; } : never, z.core.$loose>;
620
+ } & E extends infer T ? { -readonly [P in keyof T]: T[P]; } : never, z.core.$loose>;
709
621
  };
710
622
  export declare const apiDefiDecompositionSchema: z.ZodObject<{
711
623
  dappId: z.ZodString;
@@ -888,95 +800,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
888
800
  rewardTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
889
801
  }, z.core.$strip>;
890
802
  }, z.core.$strip>]>>;
891
- } & E extends infer T ? { -readonly [P in keyof T]: ({
892
- productId: z.ZodOptional<z.ZodString>;
893
- name: z.ZodString;
894
- manageUrl: z.ZodOptional<z.ZodString>;
895
- type: z.ZodUnion<readonly [z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
896
- groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
897
- name: z.ZodOptional<z.ZodString>;
898
- healthRatio: z.ZodOptional<z.ZodString>;
899
- }, z.core.$strip>>>;
900
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
901
- id: z.ZodString;
902
- investmentId: z.ZodOptional<z.ZodString>;
903
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
904
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
905
- tokenId: z.ZodString;
906
- data: z.ZodObject<{
907
- poolFeePercentage: z.ZodString;
908
- tickSpacingPercentage: z.ZodOptional<z.ZodString>;
909
- token0: z.ZodObject<{
910
- tokenAddress: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>;
911
- principal: z.ZodString;
912
- accruedFees: z.ZodString;
913
- minPrice: z.ZodString;
914
- maxPrice: z.ZodString;
915
- currentPrice: z.ZodString;
916
- }, z.core.$strip>;
917
- token1: z.ZodObject<{
918
- tokenAddress: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>;
919
- principal: z.ZodString;
920
- accruedFees: z.ZodString;
921
- minPrice: z.ZodString;
922
- maxPrice: z.ZodString;
923
- currentPrice: z.ZodString;
924
- }, z.core.$strip>;
925
- }, z.core.$strip>;
926
- }, z.core.$strip>, z.ZodObject<{
927
- id: z.ZodString;
928
- investmentId: z.ZodOptional<z.ZodString>;
929
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
930
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
931
- data: z.ZodObject<{
932
- apy: z.ZodOptional<z.ZodString>;
933
- totalApy: z.ZodOptional<z.ZodString>;
934
- group: z.ZodOptional<z.ZodNumber>;
935
- collateral: z.ZodBoolean;
936
- debt: z.ZodBoolean;
937
- lending: z.ZodBoolean;
938
- }, z.core.$strip>;
939
- }, z.core.$strip>]>, z.ZodObject<{
940
- investmentId: z.ZodOptional<z.ZodString>;
941
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
942
- id: z.ZodString;
943
- data: z.ZodObject<{
944
- delegatingTo: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
945
- }, z.core.$strip>;
946
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
947
- }, z.core.$strip>]>, z.ZodObject<{
948
- id: z.ZodString;
949
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
950
- data: z.ZodObject<{
951
- apy: z.ZodOptional<z.ZodString>;
952
- totalApy: z.ZodOptional<z.ZodString>;
953
- }, z.core.$strip>;
954
- investmentId: z.ZodOptional<z.ZodString>;
955
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
956
- }, z.core.$strip>]>, z.ZodObject<{
957
- id: z.ZodString;
958
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
959
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
960
- investmentId: z.ZodOptional<z.ZodString>;
961
- data: z.ZodObject<{
962
- stakerInfo: z.ZodObject<{
963
- name: z.ZodOptional<z.ZodString>;
964
- iconUrl: z.ZodOptional<z.ZodString>;
965
- address: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
966
- }, z.core.$strip>;
967
- accruedRewards: z.ZodString;
968
- stakedAmount: z.ZodString;
969
- pendingWithdrawal: z.ZodOptional<z.ZodObject<{
970
- amount: z.ZodString;
971
- withdrawableAfter: z.ZodNumber;
972
- }, z.core.$strip>>;
973
- apy: z.ZodOptional<z.ZodString>;
974
- totalApy: z.ZodOptional<z.ZodString>;
975
- stakedTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
976
- rewardTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
977
- }, z.core.$strip>;
978
- }, z.core.$strip>]>>;
979
- } & E)[P]; } : never, z.core.$loose>;
803
+ } & E extends infer T ? { -readonly [P in keyof T]: T[P]; } : never, z.core.$loose>;
980
804
  }>;
981
805
  }, z.core.$strip>;
982
806
  export declare const apiDefiPositionsSchema: z.ZodObject<{
@@ -1161,95 +985,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
1161
985
  rewardTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
1162
986
  }, z.core.$strip>;
1163
987
  }, z.core.$strip>]>>;
1164
- } & E extends infer T ? { -readonly [P in keyof T]: ({
1165
- productId: z.ZodOptional<z.ZodString>;
1166
- name: z.ZodString;
1167
- manageUrl: z.ZodOptional<z.ZodString>;
1168
- type: z.ZodUnion<readonly [z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
1169
- groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1170
- name: z.ZodOptional<z.ZodString>;
1171
- healthRatio: z.ZodOptional<z.ZodString>;
1172
- }, z.core.$strip>>>;
1173
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1174
- id: z.ZodString;
1175
- investmentId: z.ZodOptional<z.ZodString>;
1176
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
1177
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1178
- tokenId: z.ZodString;
1179
- data: z.ZodObject<{
1180
- poolFeePercentage: z.ZodString;
1181
- tickSpacingPercentage: z.ZodOptional<z.ZodString>;
1182
- token0: z.ZodObject<{
1183
- tokenAddress: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>;
1184
- principal: z.ZodString;
1185
- accruedFees: z.ZodString;
1186
- minPrice: z.ZodString;
1187
- maxPrice: z.ZodString;
1188
- currentPrice: z.ZodString;
1189
- }, z.core.$strip>;
1190
- token1: z.ZodObject<{
1191
- tokenAddress: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>;
1192
- principal: z.ZodString;
1193
- accruedFees: z.ZodString;
1194
- minPrice: z.ZodString;
1195
- maxPrice: z.ZodString;
1196
- currentPrice: z.ZodString;
1197
- }, z.core.$strip>;
1198
- }, z.core.$strip>;
1199
- }, z.core.$strip>, z.ZodObject<{
1200
- id: z.ZodString;
1201
- investmentId: z.ZodOptional<z.ZodString>;
1202
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
1203
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1204
- data: z.ZodObject<{
1205
- apy: z.ZodOptional<z.ZodString>;
1206
- totalApy: z.ZodOptional<z.ZodString>;
1207
- group: z.ZodOptional<z.ZodNumber>;
1208
- collateral: z.ZodBoolean;
1209
- debt: z.ZodBoolean;
1210
- lending: z.ZodBoolean;
1211
- }, z.core.$strip>;
1212
- }, z.core.$strip>]>, z.ZodObject<{
1213
- investmentId: z.ZodOptional<z.ZodString>;
1214
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
1215
- id: z.ZodString;
1216
- data: z.ZodObject<{
1217
- delegatingTo: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
1218
- }, z.core.$strip>;
1219
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1220
- }, z.core.$strip>]>, z.ZodObject<{
1221
- id: z.ZodString;
1222
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
1223
- data: z.ZodObject<{
1224
- apy: z.ZodOptional<z.ZodString>;
1225
- totalApy: z.ZodOptional<z.ZodString>;
1226
- }, z.core.$strip>;
1227
- investmentId: z.ZodOptional<z.ZodString>;
1228
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1229
- }, z.core.$strip>]>, z.ZodObject<{
1230
- id: z.ZodString;
1231
- tokenAddress: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>>;
1232
- totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1233
- investmentId: z.ZodOptional<z.ZodString>;
1234
- data: z.ZodObject<{
1235
- stakerInfo: z.ZodObject<{
1236
- name: z.ZodOptional<z.ZodString>;
1237
- iconUrl: z.ZodOptional<z.ZodString>;
1238
- address: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
1239
- }, z.core.$strip>;
1240
- accruedRewards: z.ZodString;
1241
- stakedAmount: z.ZodString;
1242
- pendingWithdrawal: z.ZodOptional<z.ZodObject<{
1243
- amount: z.ZodString;
1244
- withdrawableAfter: z.ZodNumber;
1245
- }, z.core.$strip>>;
1246
- apy: z.ZodOptional<z.ZodString>;
1247
- totalApy: z.ZodOptional<z.ZodString>;
1248
- stakedTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
1249
- rewardTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
1250
- }, z.core.$strip>;
1251
- }, z.core.$strip>]>>;
1252
- } & E)[P]; } : never, z.core.$loose>;
988
+ } & E extends infer T ? { -readonly [P in keyof T]: T[P]; } : never, z.core.$loose>;
1253
989
  }>;
1254
990
  }, z.core.$strip>>;
1255
991
  }, z.core.$strip>;
@@ -2,7 +2,7 @@ import { z } from 'zod';
2
2
  export declare const booleanToStringSchema: z.ZodPipe<z.ZodBoolean, z.ZodTransform<string, boolean>>;
3
3
  export declare const stringToBooleanSchema: z.ZodPipe<z.ZodString, z.ZodTransform<boolean, string>>;
4
4
  export declare function createSchemaWithWarnings<T extends z.ZodRawShape>(shape: T): z.ZodObject<{ -readonly [P in keyof T]: T[P]; }, z.core.$loose> & {
5
- extend: <E extends z.ZodRawShape>(extension: E) => z.ZodObject<T & E extends infer T_1 ? { -readonly [P_1 in keyof T_1]: (T & E)[P_1]; } : never, z.core.$loose>;
5
+ extend: <E extends z.ZodRawShape>(extension: E) => z.ZodObject<T & E extends infer T_1 ? { -readonly [P_1 in keyof T_1]: T_1[P_1]; } : never, z.core.$loose>;
6
6
  };
7
7
  type ISafeParseAndWarn<T extends z.ZodType> = {
8
8
  success: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argent/x-shared",
3
- "version": "1.75.1",
3
+ "version": "1.75.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/argentlabs/x-shared.git"
@@ -55,34 +55,34 @@
55
55
  "i18n:upload": "node --loader ts-node/esm --experimental-specifier-resolution=node --no-warnings src/scripts/upload-translation.ts"
56
56
  },
57
57
  "devDependencies": {
58
- "@amplitude/analytics-types": "2.9.1",
59
- "@commitlint/cli": "19.8.0",
60
- "@commitlint/config-conventional": "19.8.0",
61
- "@rollup/plugin-typescript": "12.1.2",
58
+ "@amplitude/analytics-types": "2.9.2",
59
+ "@commitlint/cli": "19.8.1",
60
+ "@commitlint/config-conventional": "19.8.1",
61
+ "@rollup/plugin-typescript": "12.1.4",
62
62
  "@semantic-release/git": "10.0.1",
63
63
  "@types/async-retry": "1.4.9",
64
64
  "@types/lodash-es": "4.17.12",
65
65
  "@types/numeral": "2.0.5",
66
66
  "@types/ua-parser-js": "0.7.39",
67
- "@typescript-eslint/eslint-plugin": "8.29.0",
68
- "@typescript-eslint/parser": "8.29.0",
69
- "esbuild": "0.25.2",
67
+ "@typescript-eslint/eslint-plugin": "8.39.0",
68
+ "@typescript-eslint/parser": "8.39.0",
69
+ "esbuild": "0.25.8",
70
70
  "esbuild-register": "3.6.0",
71
71
  "eslint": "8.57.1",
72
- "eslint-config-prettier": "10.1.1",
73
- "eslint-plugin-import": "2.31.0",
72
+ "eslint-config-prettier": "10.1.8",
73
+ "eslint-plugin-import": "2.32.0",
74
74
  "husky": "9.1.7",
75
- "lint-staged": "16.1.2",
76
- "msw": "2.7.3",
77
- "prettier": "3.5.3",
78
- "semantic-release": "24.2.3",
75
+ "lint-staged": "16.1.5",
76
+ "msw": "2.10.4",
77
+ "prettier": "3.6.2",
78
+ "semantic-release": "24.2.7",
79
79
  "ts-node": "10.9.2",
80
80
  "ts-to-zod": "3.15.0",
81
- "tsx": "4.19.3",
82
- "typescript": "5.8.3",
83
- "vite": "7.0.6",
84
- "vite-plugin-dts": "4.5.3",
85
- "vitest": "3.1.1"
81
+ "tsx": "4.20.3",
82
+ "typescript": "5.9.2",
83
+ "vite": "7.1.1",
84
+ "vite-plugin-dts": "4.5.4",
85
+ "vitest": "3.2.4"
86
86
  },
87
87
  "dependencies": {
88
88
  "@argent/x-multicall": "^7.1.0",
@@ -111,7 +111,7 @@
111
111
  "lodash-es": "^4.17.21",
112
112
  "ua-parser-js": "^1.0.38 || ^2.0.0",
113
113
  "url-join": "^5.0.0",
114
- "zod": "4.0.5"
114
+ "zod": "4.0.17"
115
115
  },
116
116
  "lint-staged": {
117
117
  "*": "prettier --ignore-unknown --write",