@argent/x-shared 1.44.3 → 1.45.0

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.
@@ -90,7 +90,7 @@ const f = t.object({
90
90
  }), R = t.array(l), p = e.extend({
91
91
  investmentId: t.string(),
92
92
  data: t.object({
93
- providerInfo: t.object({
93
+ stakerInfo: t.object({
94
94
  name: t.string().optional(),
95
95
  iconUrl: t.string().optional(),
96
96
  address: a
@@ -103,7 +103,7 @@ const f = t.object({
103
103
  }).optional(),
104
104
  apy: t.string().optional()
105
105
  })
106
- }), v = t.array(p), b = r.or(c).or(l).or(s).or(p), h = t.array(b), u = g({
106
+ }), w = t.array(p), b = r.or(c).or(l).or(s).or(p), h = t.array(b), u = g({
107
107
  productId: t.string().optional(),
108
108
  name: t.string(),
109
109
  manageUrl: t.string(),
@@ -116,7 +116,7 @@ const f = t.object({
116
116
  }), S = t.object({
117
117
  dappId: t.string(),
118
118
  products: t.array(u)
119
- }), w = t.object({
119
+ }), U = t.object({
120
120
  dapps: t.array(S)
121
121
  }), k = t.object({
122
122
  name: t.string().optional(),
@@ -125,7 +125,7 @@ const f = t.object({
125
125
  claimUrl: t.string().optional(),
126
126
  claimStart: t.number(),
127
127
  claimEnd: t.number().optional()
128
- }), U = t.object({
128
+ }), v = t.object({
129
129
  accountAddress: a,
130
130
  chain: t.string(),
131
131
  airdrops: t.array(k)
@@ -142,17 +142,17 @@ export {
142
142
  S as apiDefiDecompositionSchema,
143
143
  n as apiDefiDecompositionToken,
144
144
  b as apiDefiPositionSchema,
145
- w as apiDefiPositionsSchema,
145
+ U as apiDefiPositionsSchema,
146
146
  R as apiDelegatedTokensArraySchema,
147
147
  l as apiDelegatedTokensSchema,
148
148
  C as apiPriceDataResponseSchema,
149
149
  m as apiPriceDetailsSchema,
150
150
  s as apiStakingPositionSchema,
151
151
  x as apiStakingPositionsSchema,
152
- v as apiStrkDelegatedStakingPositionsSchema,
152
+ w as apiStrkDelegatedStakingPositionsSchema,
153
153
  p as apiStrkDelegatedStakingSchema,
154
154
  A as apiTokenInfoResponseSchema,
155
155
  i as apiTokenInfoSchema,
156
156
  I as apiTokensInfoResponseSchema,
157
- U as apiUnclaimedRewardsSchema
157
+ v as apiUnclaimedRewardsSchema
158
158
  };
@@ -369,8 +369,8 @@ export declare const webTokenInfoDetailsSchema: z.ZodObject<z.objectUtil.extendS
369
369
  symbol: string;
370
370
  name: string;
371
371
  address: `0x${string}`;
372
- decimals: number;
373
372
  networkId: string;
373
+ decimals: number;
374
374
  id: number;
375
375
  category: "tokens" | "currencies" | "savings";
376
376
  sendable: boolean;
@@ -393,8 +393,8 @@ export declare const webTokenInfoDetailsSchema: z.ZodObject<z.objectUtil.extendS
393
393
  symbol: string;
394
394
  name: string;
395
395
  address: string;
396
- decimals: number;
397
396
  networkId: string;
397
+ decimals: number;
398
398
  id: number;
399
399
  category: "tokens" | "currencies" | "savings";
400
400
  sendable: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argent/x-shared",
3
- "version": "1.44.3",
3
+ "version": "1.45.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/argentlabs/x-shared.git"