@augustdigital/sdk 4.14.0-alpha.2 → 4.14.0-alpha.4

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.
@@ -11,6 +11,7 @@ export interface ISubgraphUserHistoryItem extends ISubgraphBase {
11
11
  amount: string;
12
12
  type: 'withdraw-request' | 'deposit' | 'withdraw-processed';
13
13
  decimals?: number;
14
+ isInstant?: boolean;
14
15
  }
15
16
  export interface ISubgraphWithdrawProccessed extends ISubgraphBase {
16
17
  processedOn: string;
@@ -171,6 +171,8 @@ export interface IVault {
171
171
  timestamp: string;
172
172
  value: number;
173
173
  }[];
174
+ enabled_historical_price_horizons?: number[];
175
+ latest_reported_tvl?: number | null;
174
176
  }
175
177
  export declare enum VaultRedemptionStatus {
176
178
  AWAITING_COOLDOWN = "awaiting_cooldown",
@@ -1 +1 @@
1
- {"version":3,"file":"vaults.js","sourceRoot":"","sources":["../../src.ts/types/vaults.ts"],"names":[],"mappings":";;;AA2NA,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,gEAAuC,CAAA;IACvC,0DAAiC,CAAA;AACnC,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC"}
1
+ {"version":3,"file":"vaults.js","sourceRoot":"","sources":["../../src.ts/types/vaults.ts"],"names":[],"mappings":";;;AA6NA,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,gEAAuC,CAAA;IACvC,0DAAiC,CAAA;AACnC,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC"}
@@ -503,6 +503,7 @@ export interface ITokenizedVault {
503
503
  rewards: ITokenizedVaultReward[];
504
504
  subaccounts: ITokenizedVaultSubaccount[];
505
505
  reported_apy: ITokenizedVaultReportedAPY | null;
506
+ campaign_apy: number | null;
506
507
  receipt_token_integrations: ITokenizedVaultReceiptTokenIntegration[];
507
508
  hardcoded_strategists: ITokenizedVaultStrategist[];
508
509
  max_daily_drawdown: number | null;
@@ -515,6 +516,7 @@ export interface ITokenizedVault {
515
516
  historical_snapshots?: IHIstoricalSnapshot[];
516
517
  max_drawdown: number | null;
517
518
  daily_pnl_per_share: Record<string, number>;
519
+ latest_reported_tvl: number | null;
518
520
  }
519
521
  export interface IWSVaultHistoricalApy {
520
522
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augustdigital/sdk",
3
- "version": "4.14.0-alpha.2",
3
+ "version": "4.14.0-alpha.4",
4
4
  "main": "lib/index.js",
5
5
  "keywords": [
6
6
  "augustdigital",