@crypticdot/defituna-api 1.1.53 → 1.1.54

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.
package/dist/index.d.mts CHANGED
@@ -1346,6 +1346,7 @@ declare const StakingPosition$1: z.ZodObject<{
1346
1346
  amount: bigint;
1347
1347
  usd: number;
1348
1348
  }>;
1349
+ rank: z.ZodNullable<z.ZodNumber>;
1349
1350
  vesting: z.ZodObject<{
1350
1351
  locked: z.ZodObject<{
1351
1352
  amount: z.ZodBigInt;
@@ -1419,6 +1420,7 @@ declare const StakingPosition$1: z.ZodObject<{
1419
1420
  amount: bigint;
1420
1421
  usd: number;
1421
1422
  };
1423
+ rank: number | null;
1422
1424
  vesting: {
1423
1425
  locked: {
1424
1426
  amount: bigint;
@@ -1454,6 +1456,7 @@ declare const StakingPosition$1: z.ZodObject<{
1454
1456
  amount: bigint;
1455
1457
  usd: number;
1456
1458
  };
1459
+ rank: number | null;
1457
1460
  vesting: {
1458
1461
  locked: {
1459
1462
  amount: bigint;
@@ -3858,6 +3861,7 @@ declare const StakingPositionNotification: z.ZodObject<{
3858
3861
  amount: bigint;
3859
3862
  usd: number;
3860
3863
  }>;
3864
+ rank: z.ZodNullable<z.ZodNumber>;
3861
3865
  vesting: z.ZodObject<{
3862
3866
  locked: z.ZodObject<{
3863
3867
  amount: z.ZodBigInt;
@@ -3931,6 +3935,7 @@ declare const StakingPositionNotification: z.ZodObject<{
3931
3935
  amount: bigint;
3932
3936
  usd: number;
3933
3937
  };
3938
+ rank: number | null;
3934
3939
  vesting: {
3935
3940
  locked: {
3936
3941
  amount: bigint;
@@ -3966,6 +3971,7 @@ declare const StakingPositionNotification: z.ZodObject<{
3966
3971
  amount: bigint;
3967
3972
  usd: number;
3968
3973
  };
3974
+ rank: number | null;
3969
3975
  vesting: {
3970
3976
  locked: {
3971
3977
  amount: bigint;
@@ -4032,6 +4038,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4032
4038
  amount: bigint;
4033
4039
  usd: number;
4034
4040
  }>;
4041
+ rank: z.ZodNullable<z.ZodNumber>;
4035
4042
  vesting: z.ZodObject<{
4036
4043
  locked: z.ZodObject<{
4037
4044
  amount: z.ZodBigInt;
@@ -4105,6 +4112,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4105
4112
  amount: bigint;
4106
4113
  usd: number;
4107
4114
  };
4115
+ rank: number | null;
4108
4116
  vesting: {
4109
4117
  locked: {
4110
4118
  amount: bigint;
@@ -4140,6 +4148,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4140
4148
  amount: bigint;
4141
4149
  usd: number;
4142
4150
  };
4151
+ rank: number | null;
4143
4152
  vesting: {
4144
4153
  locked: {
4145
4154
  amount: bigint;
@@ -4181,6 +4190,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4181
4190
  amount: bigint;
4182
4191
  usd: number;
4183
4192
  };
4193
+ rank: number | null;
4184
4194
  vesting: {
4185
4195
  locked: {
4186
4196
  amount: bigint;
@@ -4223,6 +4233,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4223
4233
  amount: bigint;
4224
4234
  usd: number;
4225
4235
  };
4236
+ rank: number | null;
4226
4237
  vesting: {
4227
4238
  locked: {
4228
4239
  amount: bigint;
@@ -4265,6 +4276,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4265
4276
  amount: bigint;
4266
4277
  usd: number;
4267
4278
  };
4279
+ rank: number | null;
4268
4280
  vesting: {
4269
4281
  locked: {
4270
4282
  amount: bigint;
@@ -4307,6 +4319,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4307
4319
  amount: bigint;
4308
4320
  usd: number;
4309
4321
  };
4322
+ rank: number | null;
4310
4323
  vesting: {
4311
4324
  locked: {
4312
4325
  amount: bigint;
package/dist/index.d.ts CHANGED
@@ -1346,6 +1346,7 @@ declare const StakingPosition$1: z.ZodObject<{
1346
1346
  amount: bigint;
1347
1347
  usd: number;
1348
1348
  }>;
1349
+ rank: z.ZodNullable<z.ZodNumber>;
1349
1350
  vesting: z.ZodObject<{
1350
1351
  locked: z.ZodObject<{
1351
1352
  amount: z.ZodBigInt;
@@ -1419,6 +1420,7 @@ declare const StakingPosition$1: z.ZodObject<{
1419
1420
  amount: bigint;
1420
1421
  usd: number;
1421
1422
  };
1423
+ rank: number | null;
1422
1424
  vesting: {
1423
1425
  locked: {
1424
1426
  amount: bigint;
@@ -1454,6 +1456,7 @@ declare const StakingPosition$1: z.ZodObject<{
1454
1456
  amount: bigint;
1455
1457
  usd: number;
1456
1458
  };
1459
+ rank: number | null;
1457
1460
  vesting: {
1458
1461
  locked: {
1459
1462
  amount: bigint;
@@ -3858,6 +3861,7 @@ declare const StakingPositionNotification: z.ZodObject<{
3858
3861
  amount: bigint;
3859
3862
  usd: number;
3860
3863
  }>;
3864
+ rank: z.ZodNullable<z.ZodNumber>;
3861
3865
  vesting: z.ZodObject<{
3862
3866
  locked: z.ZodObject<{
3863
3867
  amount: z.ZodBigInt;
@@ -3931,6 +3935,7 @@ declare const StakingPositionNotification: z.ZodObject<{
3931
3935
  amount: bigint;
3932
3936
  usd: number;
3933
3937
  };
3938
+ rank: number | null;
3934
3939
  vesting: {
3935
3940
  locked: {
3936
3941
  amount: bigint;
@@ -3966,6 +3971,7 @@ declare const StakingPositionNotification: z.ZodObject<{
3966
3971
  amount: bigint;
3967
3972
  usd: number;
3968
3973
  };
3974
+ rank: number | null;
3969
3975
  vesting: {
3970
3976
  locked: {
3971
3977
  amount: bigint;
@@ -4032,6 +4038,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4032
4038
  amount: bigint;
4033
4039
  usd: number;
4034
4040
  }>;
4041
+ rank: z.ZodNullable<z.ZodNumber>;
4035
4042
  vesting: z.ZodObject<{
4036
4043
  locked: z.ZodObject<{
4037
4044
  amount: z.ZodBigInt;
@@ -4105,6 +4112,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4105
4112
  amount: bigint;
4106
4113
  usd: number;
4107
4114
  };
4115
+ rank: number | null;
4108
4116
  vesting: {
4109
4117
  locked: {
4110
4118
  amount: bigint;
@@ -4140,6 +4148,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4140
4148
  amount: bigint;
4141
4149
  usd: number;
4142
4150
  };
4151
+ rank: number | null;
4143
4152
  vesting: {
4144
4153
  locked: {
4145
4154
  amount: bigint;
@@ -4181,6 +4190,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4181
4190
  amount: bigint;
4182
4191
  usd: number;
4183
4192
  };
4193
+ rank: number | null;
4184
4194
  vesting: {
4185
4195
  locked: {
4186
4196
  amount: bigint;
@@ -4223,6 +4233,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4223
4233
  amount: bigint;
4224
4234
  usd: number;
4225
4235
  };
4236
+ rank: number | null;
4226
4237
  vesting: {
4227
4238
  locked: {
4228
4239
  amount: bigint;
@@ -4265,6 +4276,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4265
4276
  amount: bigint;
4266
4277
  usd: number;
4267
4278
  };
4279
+ rank: number | null;
4268
4280
  vesting: {
4269
4281
  locked: {
4270
4282
  amount: bigint;
@@ -4307,6 +4319,7 @@ declare const StakingPositionNotification: z.ZodObject<{
4307
4319
  amount: bigint;
4308
4320
  usd: number;
4309
4321
  };
4322
+ rank: number | null;
4310
4323
  vesting: {
4311
4324
  locked: {
4312
4325
  amount: bigint;
package/dist/index.js CHANGED
@@ -407,6 +407,7 @@ var StakingPosition = import_zod.z.object({
407
407
  unstaked: amountWithUsd,
408
408
  claimedReward: amountWithUsd,
409
409
  unclaimedReward: amountWithUsd,
410
+ rank: import_zod.z.nullable(import_zod.z.number()),
410
411
  vesting: import_zod.z.object({
411
412
  locked: amountWithUsd,
412
413
  unlocked: amountWithUsd,
package/dist/index.mjs CHANGED
@@ -372,6 +372,7 @@ var StakingPosition = z.object({
372
372
  unstaked: amountWithUsd,
373
373
  claimedReward: amountWithUsd,
374
374
  unclaimedReward: amountWithUsd,
375
+ rank: z.nullable(z.number()),
375
376
  vesting: z.object({
376
377
  locked: amountWithUsd,
377
378
  unlocked: amountWithUsd,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crypticdot/defituna-api",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",