@1delta/margin-fetcher 0.0.406 → 0.0.408

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.ts CHANGED
@@ -5270,6 +5270,10 @@ interface SavingsVault extends VaultClassificationFields {
5270
5270
  displayName: string;
5271
5271
  /** Brand label — `Ethena`, `Sky`, `Maker`, `Angle`, `Falcon`, … */
5272
5272
  brand: string;
5273
+ /** Curated user-facing explainer (from the registry): what the
5274
+ * underlying is, where the yield comes from, and the exit
5275
+ * mechanics / trust caveat when load-bearing. */
5276
+ description: string;
5273
5277
  /** Alias for `brand` to match `curatorName` on the other providers'
5274
5278
  * vault types — keeps cross-provider UI code uniform. */
5275
5279
  curatorName: string;