@circle-fin/app-kit 1.8.0 → 1.8.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.
package/index.d.cts CHANGED
@@ -16106,12 +16106,12 @@ interface DepositQuoteInfo {
16106
16106
  /** Current annualized percentage yield. */
16107
16107
  readonly currentApy: number;
16108
16108
  /**
16109
- * Deposit fees charged in the deposit asset. For cross-chain quotes this
16110
- * carries one entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`),
16111
- * each tagged with its own {@link AssetAmount.type} and
16112
- * {@link AssetAmount.status} (e.g. `'estimated'`). Empty when no such fee
16113
- * applies. Distinct from native gas estimates, which are reported separately
16114
- * as gas-fee fields.
16109
+ * Deposit fees charged by the quote. For cross-chain quotes this carries one
16110
+ * entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`) in the
16111
+ * returned fee token and decimal precision, each tagged with its own
16112
+ * {@link AssetAmount.type} and {@link AssetAmount.status} (e.g.
16113
+ * `'estimated'`). Empty when no such fee applies. Distinct from native gas
16114
+ * estimates, which are reported separately as gas-fee fields.
16115
16115
  */
16116
16116
  readonly fees: readonly AssetAmount[];
16117
16117
  /**
@@ -16433,8 +16433,8 @@ interface CrossChainDepositServiceParams<T extends AdapterCapabilities = Adapter
16433
16433
  /** Destination chain and recipient of the vault position. */
16434
16434
  readonly to: CrossChainDepositServiceDestination;
16435
16435
  /**
16436
- * Maximum source-collected bridge fee the caller is willing to sign for, in
16437
- * human-readable source token units.
16436
+ * Maximum source-collected bridge fee the caller is willing to accept, in
16437
+ * human-readable fee token units from the quote.
16438
16438
  *
16439
16439
  * Derive this from a recent cross-chain deposit quote by summing
16440
16440
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap
@@ -17296,8 +17296,8 @@ interface CrossChainDepositParams<TFromAdapterCapabilities extends AdapterCapabi
17296
17296
  */
17297
17297
  readonly amount: string;
17298
17298
  /**
17299
- * Maximum source-collected bridge fee the caller is willing to sign for, in
17300
- * human-readable source token units.
17299
+ * Maximum source-collected bridge fee the caller is willing to accept, in
17300
+ * human-readable fee token units from the quote.
17301
17301
  *
17302
17302
  * Derive this from a recent cross-chain deposit quote by summing
17303
17303
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap
package/index.d.mts CHANGED
@@ -16106,12 +16106,12 @@ interface DepositQuoteInfo {
16106
16106
  /** Current annualized percentage yield. */
16107
16107
  readonly currentApy: number;
16108
16108
  /**
16109
- * Deposit fees charged in the deposit asset. For cross-chain quotes this
16110
- * carries one entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`),
16111
- * each tagged with its own {@link AssetAmount.type} and
16112
- * {@link AssetAmount.status} (e.g. `'estimated'`). Empty when no such fee
16113
- * applies. Distinct from native gas estimates, which are reported separately
16114
- * as gas-fee fields.
16109
+ * Deposit fees charged by the quote. For cross-chain quotes this carries one
16110
+ * entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`) in the
16111
+ * returned fee token and decimal precision, each tagged with its own
16112
+ * {@link AssetAmount.type} and {@link AssetAmount.status} (e.g.
16113
+ * `'estimated'`). Empty when no such fee applies. Distinct from native gas
16114
+ * estimates, which are reported separately as gas-fee fields.
16115
16115
  */
16116
16116
  readonly fees: readonly AssetAmount[];
16117
16117
  /**
@@ -16433,8 +16433,8 @@ interface CrossChainDepositServiceParams<T extends AdapterCapabilities = Adapter
16433
16433
  /** Destination chain and recipient of the vault position. */
16434
16434
  readonly to: CrossChainDepositServiceDestination;
16435
16435
  /**
16436
- * Maximum source-collected bridge fee the caller is willing to sign for, in
16437
- * human-readable source token units.
16436
+ * Maximum source-collected bridge fee the caller is willing to accept, in
16437
+ * human-readable fee token units from the quote.
16438
16438
  *
16439
16439
  * Derive this from a recent cross-chain deposit quote by summing
16440
16440
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap
@@ -17296,8 +17296,8 @@ interface CrossChainDepositParams<TFromAdapterCapabilities extends AdapterCapabi
17296
17296
  */
17297
17297
  readonly amount: string;
17298
17298
  /**
17299
- * Maximum source-collected bridge fee the caller is willing to sign for, in
17300
- * human-readable source token units.
17299
+ * Maximum source-collected bridge fee the caller is willing to accept, in
17300
+ * human-readable fee token units from the quote.
17301
17301
  *
17302
17302
  * Derive this from a recent cross-chain deposit quote by summing
17303
17303
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap
package/index.d.ts CHANGED
@@ -16106,12 +16106,12 @@ interface DepositQuoteInfo {
16106
16106
  /** Current annualized percentage yield. */
16107
16107
  readonly currentApy: number;
16108
16108
  /**
16109
- * Deposit fees charged in the deposit asset. For cross-chain quotes this
16110
- * carries one entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`),
16111
- * each tagged with its own {@link AssetAmount.type} and
16112
- * {@link AssetAmount.status} (e.g. `'estimated'`). Empty when no such fee
16113
- * applies. Distinct from native gas estimates, which are reported separately
16114
- * as gas-fee fields.
16109
+ * Deposit fees charged by the quote. For cross-chain quotes this carries one
16110
+ * entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`) in the
16111
+ * returned fee token and decimal precision, each tagged with its own
16112
+ * {@link AssetAmount.type} and {@link AssetAmount.status} (e.g.
16113
+ * `'estimated'`). Empty when no such fee applies. Distinct from native gas
16114
+ * estimates, which are reported separately as gas-fee fields.
16115
16115
  */
16116
16116
  readonly fees: readonly AssetAmount[];
16117
16117
  /**
@@ -16433,8 +16433,8 @@ interface CrossChainDepositServiceParams<T extends AdapterCapabilities = Adapter
16433
16433
  /** Destination chain and recipient of the vault position. */
16434
16434
  readonly to: CrossChainDepositServiceDestination;
16435
16435
  /**
16436
- * Maximum source-collected bridge fee the caller is willing to sign for, in
16437
- * human-readable source token units.
16436
+ * Maximum source-collected bridge fee the caller is willing to accept, in
16437
+ * human-readable fee token units from the quote.
16438
16438
  *
16439
16439
  * Derive this from a recent cross-chain deposit quote by summing
16440
16440
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap
@@ -17296,8 +17296,8 @@ interface CrossChainDepositParams<TFromAdapterCapabilities extends AdapterCapabi
17296
17296
  */
17297
17297
  readonly amount: string;
17298
17298
  /**
17299
- * Maximum source-collected bridge fee the caller is willing to sign for, in
17300
- * human-readable source token units.
17299
+ * Maximum source-collected bridge fee the caller is willing to accept, in
17300
+ * human-readable fee token units from the quote.
17301
17301
  *
17302
17302
  * Derive this from a recent cross-chain deposit quote by summing
17303
17303
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap