@compass-labs/api-sdk 2.2.6 → 2.2.7-rc.0

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.
@@ -7,7 +7,7 @@ import { CompassApiBackendV2ModelsEarnReadResponseBalancesTokenBalance } from ".
7
7
  */
8
8
  export type EarnBalancesResponse = {
9
9
  /**
10
- * The derived earn account (Safe) address.
10
+ * The derived earn account address.
11
11
  */
12
12
  earnAccountAddress: string;
13
13
  /**
@@ -7,7 +7,7 @@ import { CompassApiBackendV2ModelsEarnReadResponseBalancesTokenBalance } from ".
7
7
  */
8
8
  export type EarnBalancesResponse = {
9
9
  /**
10
- * The derived earn account (Safe) address.
10
+ * The derived earn account address.
11
11
  */
12
12
  earnAccountAddress: string;
13
13
  /**
@@ -16,5 +16,5 @@ let value: EarnBalancesResponse = {
16
16
 
17
17
  | Field | Type | Required | Description |
18
18
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
19
- | `earnAccountAddress` | *string* | :heavy_check_mark: | The derived earn account (Safe) address. |
19
+ | `earnAccountAddress` | *string* | :heavy_check_mark: | The derived earn account address. |
20
20
  | `balances` | Record<string, [components.CompassApiBackendV2ModelsEarnReadResponseBalancesTokenBalance](../../models/components/compassapibackendv2modelsearnreadresponsebalancestokenbalance.md)> | :heavy_minus_sign: | Token balances keyed by token symbol. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compass-labs/api-sdk",
3
- "version": "2.2.6",
3
+ "version": "2.2.7-rc.0",
4
4
  "author": "royalnine",
5
5
  "type": "module",
6
6
  "tshy": {
@@ -17,7 +17,7 @@ import {
17
17
  */
18
18
  export type EarnBalancesResponse = {
19
19
  /**
20
- * The derived earn account (Safe) address.
20
+ * The derived earn account address.
21
21
  */
22
22
  earnAccountAddress: string;
23
23
  /**