@argent/x-shared 1.44.1 → 1.44.3

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
- stakerInfo: t.object({
93
+ providerInfo: 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
- }), w = t.array(p), b = r.or(c).or(l).or(s).or(p), h = t.array(b), u = g({
106
+ }), v = 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
- }), U = t.object({
119
+ }), w = 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
- }), v = t.object({
128
+ }), U = 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
- U as apiDefiPositionsSchema,
145
+ w 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
- w as apiStrkDelegatedStakingPositionsSchema,
152
+ v as apiStrkDelegatedStakingPositionsSchema,
153
153
  p as apiStrkDelegatedStakingSchema,
154
154
  A as apiTokenInfoResponseSchema,
155
155
  i as apiTokenInfoSchema,
156
156
  I as apiTokensInfoResponseSchema,
157
- v as apiUnclaimedRewardsSchema
157
+ U as apiUnclaimedRewardsSchema
158
158
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argent/x-shared",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/argentlabs/x-shared.git"