@argent/x-shared 1.42.0 → 1.42.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.
@@ -56,6 +56,7 @@ const f = a.object({
56
56
  currentPrice: a.string()
57
57
  }), e = a.object({
58
58
  id: a.string(),
59
+ investmentId: a.string().optional(),
59
60
  tokenAddress: t.optional(),
60
61
  totalBalances: a.record(a.string())
61
62
  }), r = e.extend({
@@ -122,7 +123,7 @@ const f = a.object({
122
123
  claimUrl: a.string().optional(),
123
124
  claimStart: a.number(),
124
125
  claimEnd: a.number().optional()
125
- }), z = a.object({
126
+ }), v = a.object({
126
127
  accountAddress: t,
127
128
  chain: a.string(),
128
129
  airdrops: a.array(k)
@@ -151,5 +152,5 @@ export {
151
152
  A as apiTokenInfoResponseSchema,
152
153
  i as apiTokenInfoSchema,
153
154
  I as apiTokensInfoResponseSchema,
154
- z as apiUnclaimedRewardsSchema
155
+ v as apiUnclaimedRewardsSchema
155
156
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argent/x-shared",
3
- "version": "1.42.0",
3
+ "version": "1.42.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/argentlabs/x-shared.git"