@ember-finance/sdk 1.0.9 → 1.0.10

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.
Files changed (83) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/dist/index.js +0 -1
  3. package/dist/src/common/types.d.ts +0 -1
  4. package/dist/src/common/types.js +0 -1
  5. package/dist/src/vaults/api/api.d.ts +2 -2
  6. package/dist/src/vaults/api/apis/accounts-api.d.ts +112 -31
  7. package/dist/src/vaults/api/apis/accounts-api.js +98 -112
  8. package/dist/src/vaults/api/apis/vaults-api.d.ts +186 -31
  9. package/dist/src/vaults/api/apis/vaults-api.js +140 -220
  10. package/dist/src/vaults/api/base.d.ts +26 -2
  11. package/dist/src/vaults/api/base.js +21 -1
  12. package/dist/src/vaults/api/common.d.ts +38 -1
  13. package/dist/src/vaults/api/common.js +47 -17
  14. package/dist/src/vaults/api/configuration.d.ts +17 -0
  15. package/dist/src/vaults/api/configuration.js +4 -5
  16. package/dist/src/vaults/api/models/account-transaction-transaction-data.d.ts +6 -5
  17. package/dist/src/vaults/api/models/account-transaction.d.ts +26 -11
  18. package/dist/src/vaults/api/models/account-transaction.js +12 -7
  19. package/dist/src/vaults/api/models/account-withdrawal-request.d.ts +64 -23
  20. package/dist/src/vaults/api/models/account-withdrawal-request.js +13 -8
  21. package/dist/src/vaults/api/models/apy-history.d.ts +17 -4
  22. package/dist/src/vaults/api/models/asset.d.ts +26 -7
  23. package/dist/src/vaults/api/models/borrowed.d.ts +21 -5
  24. package/dist/src/vaults/api/models/coin-price.d.ts +11 -2
  25. package/dist/src/vaults/api/models/deposit-transaction.d.ts +40 -10
  26. package/dist/src/vaults/api/models/exposure-coin.d.ts +18 -4
  27. package/dist/src/vaults/api/models/exposure-protocol.d.ts +38 -13
  28. package/dist/src/vaults/api/models/exposure.d.ts +16 -5
  29. package/dist/src/vaults/api/models/fee.d.ts +18 -4
  30. package/dist/src/vaults/api/models/history-interval.d.ts +11 -7
  31. package/dist/src/vaults/api/models/history-interval.js +12 -6
  32. package/dist/src/vaults/api/models/index.d.ts +60 -60
  33. package/dist/src/vaults/api/models/lp.d.ts +44 -13
  34. package/dist/src/vaults/api/models/manager.d.ts +26 -4
  35. package/dist/src/vaults/api/models/min-withdrawal-shares-updated-event.d.ts +17 -4
  36. package/dist/src/vaults/api/models/perps.d.ts +12 -3
  37. package/dist/src/vaults/api/models/pnl-history-interval.d.ts +10 -6
  38. package/dist/src/vaults/api/models/pnl-history-interval.js +11 -5
  39. package/dist/src/vaults/api/models/pnl-history.d.ts +14 -3
  40. package/dist/src/vaults/api/models/position-value.d.ts +23 -6
  41. package/dist/src/vaults/api/models/position.d.ts +17 -4
  42. package/dist/src/vaults/api/models/process-requests-summary-event.d.ts +35 -10
  43. package/dist/src/vaults/api/models/protocol-fee-collected-event.d.ts +26 -7
  44. package/dist/src/vaults/api/models/protocol-info.d.ts +20 -6
  45. package/dist/src/vaults/api/models/protocol.d.ts +17 -4
  46. package/dist/src/vaults/api/models/raw-event-event-data.d.ts +18 -17
  47. package/dist/src/vaults/api/models/raw-event.d.ts +44 -25
  48. package/dist/src/vaults/api/models/raw-event.js +24 -19
  49. package/dist/src/vaults/api/models/redeem-request-cancelled-transaction.d.ts +31 -8
  50. package/dist/src/vaults/api/models/redeem-request-processed-transaction.d.ts +40 -10
  51. package/dist/src/vaults/api/models/redeem-request-skipped-transaction.d.ts +31 -8
  52. package/dist/src/vaults/api/models/redeem-request-transaction.d.ts +31 -8
  53. package/dist/src/vaults/api/models/reported-apy.d.ts +17 -2
  54. package/dist/src/vaults/api/models/request-processed-event.d.ts +35 -10
  55. package/dist/src/vaults/api/models/request-redeemed-event.d.ts +32 -9
  56. package/dist/src/vaults/api/models/reward-token.d.ts +26 -5
  57. package/dist/src/vaults/api/models/reward.d.ts +18 -4
  58. package/dist/src/vaults/api/models/share-price-history.d.ts +11 -2
  59. package/dist/src/vaults/api/models/strategy.d.ts +26 -7
  60. package/dist/src/vaults/api/models/sub-account.d.ts +15 -3
  61. package/dist/src/vaults/api/models/supplied.d.ts +21 -5
  62. package/dist/src/vaults/api/models/tvl-history.d.ts +11 -2
  63. package/dist/src/vaults/api/models/ultra-coin-info.d.ts +23 -6
  64. package/dist/src/vaults/api/models/update-vault-strategies.d.ts +24 -6
  65. package/dist/src/vaults/api/models/vault-admin-changed-event.d.ts +17 -4
  66. package/dist/src/vaults/api/models/vault-created-event.d.ts +29 -7
  67. package/dist/src/vaults/api/models/vault-deposit-event.d.ts +32 -9
  68. package/dist/src/vaults/api/models/vault-deposit-without-minting-shares-event.d.ts +26 -7
  69. package/dist/src/vaults/api/models/vault-detail.d.ts +125 -37
  70. package/dist/src/vaults/api/models/vault-detail.js +11 -6
  71. package/dist/src/vaults/api/models/vault-fee-percentage-updated-event.d.ts +17 -4
  72. package/dist/src/vaults/api/models/vault-info.d.ts +38 -11
  73. package/dist/src/vaults/api/models/vault-max-tvl-updated-event.d.ts +17 -4
  74. package/dist/src/vaults/api/models/vault-operator-changed-event.d.ts +17 -4
  75. package/dist/src/vaults/api/models/vault-paused-status-updated-event.d.ts +14 -3
  76. package/dist/src/vaults/api/models/vault-platform-fee-charged-event.d.ts +20 -5
  77. package/dist/src/vaults/api/models/vault-protocol.d.ts +17 -4
  78. package/dist/src/vaults/api/models/vault-rate-updated-event.d.ts +17 -4
  79. package/dist/src/vaults/api/models/vault-slice.d.ts +20 -5
  80. package/dist/src/vaults/api/models/vault-sub-account-updated-event.d.ts +23 -6
  81. package/dist/src/vaults/api/models/vault-withdrawal-without-redeeming-shares-event.d.ts +26 -7
  82. package/dist/src/vaults/api/models/yield-aggregate-value.d.ts +17 -4
  83. package/package.json +4 -3
@@ -9,33 +9,52 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Asset
16
+ */
12
17
  export interface Asset {
13
18
  /**
14
19
  * The type of the asset, internal data
20
+ * @type {string}
21
+ * @memberof Asset
15
22
  */
16
- type: string;
23
+ 'type': string;
17
24
  /**
18
25
  * The decimals of the asset, internal data
26
+ * @type {number}
27
+ * @memberof Asset
19
28
  */
20
- decimals: number;
29
+ 'decimals': number;
21
30
  /**
22
31
  * The logo of the asset, offchain data
32
+ * @type {string}
33
+ * @memberof Asset
23
34
  */
24
- logoUrl: string;
35
+ 'logoUrl': string;
25
36
  /**
26
37
  * The symbol of the asset, internal data
38
+ * @type {string}
39
+ * @memberof Asset
27
40
  */
28
- symbol: string;
41
+ 'symbol': string;
29
42
  /**
30
43
  * The address of the asset, internal data
44
+ * @type {string}
45
+ * @memberof Asset
31
46
  */
32
- address: string;
47
+ 'address': string;
33
48
  /**
34
49
  * The name of the asset, internal data
50
+ * @type {string}
51
+ * @memberof Asset
35
52
  */
36
- name: string;
53
+ 'name': string;
37
54
  /**
38
55
  * The price of the asset
56
+ * @type {string}
57
+ * @memberof Asset
39
58
  */
40
- priceE9: string;
59
+ 'priceE9': string;
41
60
  }
@@ -9,19 +9,35 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset";
12
+ import type { Asset } from './asset';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface Borrowed
17
+ */
13
18
  export interface Borrowed {
14
- coin: Asset;
19
+ /**
20
+ *
21
+ * @type {Asset}
22
+ * @memberof Borrowed
23
+ */
24
+ 'coin': Asset;
15
25
  /**
16
26
  * The amount of the borrowed
27
+ * @type {string}
28
+ * @memberof Borrowed
17
29
  */
18
- amount: string;
30
+ 'amount': string;
19
31
  /**
20
32
  * The amount of the borrowed in e9 in USDC
33
+ * @type {string}
34
+ * @memberof Borrowed
21
35
  */
22
- amountUsdE9: string;
36
+ 'amountUsdE9': string;
23
37
  /**
24
38
  * The apy of the borrowed
39
+ * @type {string}
40
+ * @memberof Borrowed
25
41
  */
26
- apyE9: string;
42
+ 'apyE9': string;
27
43
  }
@@ -9,13 +9,22 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CoinPrice
16
+ */
12
17
  export interface CoinPrice {
13
18
  /**
14
19
  * The type of the coin
20
+ * @type {string}
21
+ * @memberof CoinPrice
15
22
  */
16
- coinType: string;
23
+ 'coinType': string;
17
24
  /**
18
25
  * The price of the coin in e9
26
+ * @type {string}
27
+ * @memberof CoinPrice
19
28
  */
20
- priceE9: string;
29
+ 'priceE9': string;
21
30
  }
@@ -9,30 +9,60 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset";
13
- import type { VaultSlice } from "./vault-slice";
12
+ import type { Asset } from './asset';
13
+ import type { VaultSlice } from './vault-slice';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface DepositTransaction
18
+ */
14
19
  export interface DepositTransaction {
15
20
  /**
16
21
  * The timestamp of the event
22
+ * @type {number}
23
+ * @memberof DepositTransaction
17
24
  */
18
- timestamp?: number;
25
+ 'timestamp'?: number;
19
26
  /**
20
27
  * The amount of the transaction
28
+ * @type {string}
29
+ * @memberof DepositTransaction
30
+ */
31
+ 'depositAmount'?: string;
32
+ /**
33
+ *
34
+ * @type {Asset}
35
+ * @memberof DepositTransaction
21
36
  */
22
- depositAmount?: string;
23
- depositCoin?: Asset;
37
+ 'depositCoin'?: Asset;
24
38
  /**
25
39
  * The tx digest of the transaction
40
+ * @type {string}
41
+ * @memberof DepositTransaction
26
42
  */
27
- txDigest?: string;
43
+ 'txDigest'?: string;
28
44
  /**
29
45
  * The sequence number of the transaction
46
+ * @type {string}
47
+ * @memberof DepositTransaction
30
48
  */
31
- sequenceNumber?: string;
32
- vault?: VaultSlice;
49
+ 'sequenceNumber'?: string;
50
+ /**
51
+ *
52
+ * @type {VaultSlice}
53
+ * @memberof DepositTransaction
54
+ */
55
+ 'vault'?: VaultSlice;
33
56
  /**
34
57
  * The amount of the shares received
58
+ * @type {string}
59
+ * @memberof DepositTransaction
60
+ */
61
+ 'receivedSharesAmount'?: string;
62
+ /**
63
+ *
64
+ * @type {Asset}
65
+ * @memberof DepositTransaction
35
66
  */
36
- receivedSharesAmount?: string;
37
- receivedCoin?: Asset;
67
+ 'receivedCoin'?: Asset;
38
68
  }
@@ -9,15 +9,29 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset";
12
+ import type { Asset } from './asset';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ExposureCoin
17
+ */
13
18
  export interface ExposureCoin {
14
- coin: Asset;
19
+ /**
20
+ *
21
+ * @type {Asset}
22
+ * @memberof ExposureCoin
23
+ */
24
+ 'coin': Asset;
15
25
  /**
16
26
  * The amount of the coin in e9 in USDC
27
+ * @type {string}
28
+ * @memberof ExposureCoin
17
29
  */
18
- amountUsdE9: string;
30
+ 'amountUsdE9': string;
19
31
  /**
20
32
  * The amount of the coin
33
+ * @type {string}
34
+ * @memberof ExposureCoin
21
35
  */
22
- amount: string;
36
+ 'amount': string;
23
37
  }
@@ -9,33 +9,58 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Borrowed } from "./borrowed";
13
- import type { Lp } from "./lp";
14
- import type { Perps } from "./perps";
15
- import type { Protocol } from "./protocol";
16
- import type { Reward } from "./reward";
17
- import type { Supplied } from "./supplied";
12
+ import type { Borrowed } from './borrowed';
13
+ import type { Lp } from './lp';
14
+ import type { Perps } from './perps';
15
+ import type { Protocol } from './protocol';
16
+ import type { Reward } from './reward';
17
+ import type { Supplied } from './supplied';
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ExposureProtocol
22
+ */
18
23
  export interface ExposureProtocol {
19
- protocol: Protocol;
24
+ /**
25
+ *
26
+ * @type {Protocol}
27
+ * @memberof ExposureProtocol
28
+ */
29
+ 'protocol': Protocol;
20
30
  /**
21
31
  * The exposure of the protocol
32
+ * @type {string}
33
+ * @memberof ExposureProtocol
22
34
  */
23
- netValueUsdE9: string;
35
+ 'netValueUsdE9': string;
24
36
  /**
25
37
  * The lps of the protocol
38
+ * @type {Array<Lp>}
39
+ * @memberof ExposureProtocol
26
40
  */
27
- lps: Array<Lp>;
41
+ 'lps': Array<Lp>;
28
42
  /**
29
43
  * The borrowed of the protocol
44
+ * @type {Array<Borrowed>}
45
+ * @memberof ExposureProtocol
30
46
  */
31
- borrowed: Array<Borrowed>;
47
+ 'borrowed': Array<Borrowed>;
32
48
  /**
33
49
  * The supplied of the protocol
50
+ * @type {Array<Supplied>}
51
+ * @memberof ExposureProtocol
34
52
  */
35
- supplied: Array<Supplied>;
53
+ 'supplied': Array<Supplied>;
36
54
  /**
37
55
  * The rewards of the protocol
56
+ * @type {Array<Reward>}
57
+ * @memberof ExposureProtocol
58
+ */
59
+ 'rewards': Array<Reward>;
60
+ /**
61
+ *
62
+ * @type {Perps}
63
+ * @memberof ExposureProtocol
38
64
  */
39
- rewards: Array<Reward>;
40
- perps: Perps;
65
+ 'perps': Perps;
41
66
  }
@@ -9,19 +9,30 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ExposureCoin } from "./exposure-coin";
13
- import type { ExposureProtocol } from "./exposure-protocol";
12
+ import type { ExposureCoin } from './exposure-coin';
13
+ import type { ExposureProtocol } from './exposure-protocol';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface Exposure
18
+ */
14
19
  export interface Exposure {
15
20
  /**
16
21
  * The coins to which the account/vault is exposed
22
+ * @type {Array<ExposureCoin>}
23
+ * @memberof Exposure
17
24
  */
18
- coins: Array<ExposureCoin>;
25
+ 'coins': Array<ExposureCoin>;
19
26
  /**
20
27
  * The protocols to which the account/vault is exposed
28
+ * @type {Array<ExposureProtocol>}
29
+ * @memberof Exposure
21
30
  */
22
- protocols: Array<ExposureProtocol>;
31
+ 'protocols': Array<ExposureProtocol>;
23
32
  /**
24
33
  * The net account value of the account/vault in e9 in USDC
34
+ * @type {string}
35
+ * @memberof Exposure
25
36
  */
26
- netAccountValueUsdE9: string;
37
+ 'netAccountValueUsdE9': string;
27
38
  }
@@ -9,15 +9,29 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset";
12
+ import type { Asset } from './asset';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface Fee
17
+ */
13
18
  export interface Fee {
14
- coin: Asset;
19
+ /**
20
+ *
21
+ * @type {Asset}
22
+ * @memberof Fee
23
+ */
24
+ 'coin': Asset;
15
25
  /**
16
26
  * The amount of the fee
27
+ * @type {string}
28
+ * @memberof Fee
17
29
  */
18
- amount: string;
30
+ 'amount': string;
19
31
  /**
20
32
  * The amount of the fee in e9 in USDC
33
+ * @type {string}
34
+ * @memberof Fee
21
35
  */
22
- amountUsdE9: string;
36
+ 'amountUsdE9': string;
23
37
  }
@@ -9,10 +9,14 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare const HistoryInterval: {
13
- readonly _1h: "1h";
14
- readonly _1d: "1d";
15
- readonly _1w: "1w";
16
- readonly _1mon: "1mon";
17
- };
18
- export type HistoryInterval = (typeof HistoryInterval)[keyof typeof HistoryInterval];
12
+ /**
13
+ *
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare enum HistoryInterval {
18
+ _1h = "1h",
19
+ _1d = "1d",
20
+ _1w = "1w",
21
+ _1mon = "1mon"
22
+ }
@@ -14,9 +14,15 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.HistoryInterval = void 0;
17
- exports.HistoryInterval = {
18
- _1h: "1h",
19
- _1d: "1d",
20
- _1w: "1w",
21
- _1mon: "1mon"
22
- };
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ var HistoryInterval;
23
+ (function (HistoryInterval) {
24
+ HistoryInterval["_1h"] = "1h";
25
+ HistoryInterval["_1d"] = "1d";
26
+ HistoryInterval["_1w"] = "1w";
27
+ HistoryInterval["_1mon"] = "1mon";
28
+ })(HistoryInterval || (exports.HistoryInterval = HistoryInterval = {}));
@@ -1,60 +1,60 @@
1
- export * from "./account-transaction";
2
- export * from "./account-transaction-transaction-data";
3
- export * from "./account-withdrawal-request";
4
- export * from "./apy-history";
5
- export * from "./asset";
6
- export * from "./borrowed";
7
- export * from "./coin-price";
8
- export * from "./deposit-transaction";
9
- export * from "./exposure";
10
- export * from "./exposure-coin";
11
- export * from "./exposure-protocol";
12
- export * from "./fee";
13
- export * from "./history-interval";
14
- export * from "./lp";
15
- export * from "./manager";
16
- export * from "./min-withdrawal-shares-updated-event";
17
- export * from "./perps";
18
- export * from "./pnl-history";
19
- export * from "./pnl-history-interval";
20
- export * from "./position";
21
- export * from "./position-value";
22
- export * from "./process-requests-summary-event";
23
- export * from "./protocol";
24
- export * from "./protocol-fee-collected-event";
25
- export * from "./protocol-info";
26
- export * from "./raw-event";
27
- export * from "./raw-event-event-data";
28
- export * from "./redeem-request-cancelled-transaction";
29
- export * from "./redeem-request-processed-transaction";
30
- export * from "./redeem-request-skipped-transaction";
31
- export * from "./redeem-request-transaction";
32
- export * from "./reported-apy";
33
- export * from "./request-processed-event";
34
- export * from "./request-redeemed-event";
35
- export * from "./reward";
36
- export * from "./reward-token";
37
- export * from "./share-price-history";
38
- export * from "./strategy";
39
- export * from "./sub-account";
40
- export * from "./supplied";
41
- export * from "./tvl-history";
42
- export * from "./ultra-coin-info";
43
- export * from "./update-vault-strategies";
44
- export * from "./vault-admin-changed-event";
45
- export * from "./vault-created-event";
46
- export * from "./vault-deposit-event";
47
- export * from "./vault-deposit-without-minting-shares-event";
48
- export * from "./vault-detail";
49
- export * from "./vault-fee-percentage-updated-event";
50
- export * from "./vault-info";
51
- export * from "./vault-max-tvl-updated-event";
52
- export * from "./vault-operator-changed-event";
53
- export * from "./vault-paused-status-updated-event";
54
- export * from "./vault-platform-fee-charged-event";
55
- export * from "./vault-protocol";
56
- export * from "./vault-rate-updated-event";
57
- export * from "./vault-slice";
58
- export * from "./vault-sub-account-updated-event";
59
- export * from "./vault-withdrawal-without-redeeming-shares-event";
60
- export * from "./yield-aggregate-value";
1
+ export * from './account-transaction';
2
+ export * from './account-transaction-transaction-data';
3
+ export * from './account-withdrawal-request';
4
+ export * from './apy-history';
5
+ export * from './asset';
6
+ export * from './borrowed';
7
+ export * from './coin-price';
8
+ export * from './deposit-transaction';
9
+ export * from './exposure';
10
+ export * from './exposure-coin';
11
+ export * from './exposure-protocol';
12
+ export * from './fee';
13
+ export * from './history-interval';
14
+ export * from './lp';
15
+ export * from './manager';
16
+ export * from './min-withdrawal-shares-updated-event';
17
+ export * from './perps';
18
+ export * from './pnl-history';
19
+ export * from './pnl-history-interval';
20
+ export * from './position';
21
+ export * from './position-value';
22
+ export * from './process-requests-summary-event';
23
+ export * from './protocol';
24
+ export * from './protocol-fee-collected-event';
25
+ export * from './protocol-info';
26
+ export * from './raw-event';
27
+ export * from './raw-event-event-data';
28
+ export * from './redeem-request-cancelled-transaction';
29
+ export * from './redeem-request-processed-transaction';
30
+ export * from './redeem-request-skipped-transaction';
31
+ export * from './redeem-request-transaction';
32
+ export * from './reported-apy';
33
+ export * from './request-processed-event';
34
+ export * from './request-redeemed-event';
35
+ export * from './reward';
36
+ export * from './reward-token';
37
+ export * from './share-price-history';
38
+ export * from './strategy';
39
+ export * from './sub-account';
40
+ export * from './supplied';
41
+ export * from './tvl-history';
42
+ export * from './ultra-coin-info';
43
+ export * from './update-vault-strategies';
44
+ export * from './vault-admin-changed-event';
45
+ export * from './vault-created-event';
46
+ export * from './vault-deposit-event';
47
+ export * from './vault-deposit-without-minting-shares-event';
48
+ export * from './vault-detail';
49
+ export * from './vault-fee-percentage-updated-event';
50
+ export * from './vault-info';
51
+ export * from './vault-max-tvl-updated-event';
52
+ export * from './vault-operator-changed-event';
53
+ export * from './vault-paused-status-updated-event';
54
+ export * from './vault-platform-fee-charged-event';
55
+ export * from './vault-protocol';
56
+ export * from './vault-rate-updated-event';
57
+ export * from './vault-slice';
58
+ export * from './vault-sub-account-updated-event';
59
+ export * from './vault-withdrawal-without-redeeming-shares-event';
60
+ export * from './yield-aggregate-value';
@@ -9,42 +9,73 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset";
13
- import type { Fee } from "./fee";
14
- import type { Reward } from "./reward";
12
+ import type { Asset } from './asset';
13
+ import type { Fee } from './fee';
14
+ import type { Reward } from './reward';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface Lp
19
+ */
15
20
  export interface Lp {
16
- coinA: Asset;
17
- coinB: Asset;
21
+ /**
22
+ *
23
+ * @type {Asset}
24
+ * @memberof Lp
25
+ */
26
+ 'coinA': Asset;
27
+ /**
28
+ *
29
+ * @type {Asset}
30
+ * @memberof Lp
31
+ */
32
+ 'coinB': Asset;
18
33
  /**
19
34
  * The amount of coin A
35
+ * @type {string}
36
+ * @memberof Lp
20
37
  */
21
- coinAAmount: string;
38
+ 'coinAAmount': string;
22
39
  /**
23
40
  * The amount of coin B
41
+ * @type {string}
42
+ * @memberof Lp
24
43
  */
25
- coinBAmount: string;
44
+ 'coinBAmount': string;
26
45
  /**
27
46
  * The amount of coin A in e9 in USDC
47
+ * @type {string}
48
+ * @memberof Lp
28
49
  */
29
- coinAAmountUsdE9: string;
50
+ 'coinAAmountUsdE9': string;
30
51
  /**
31
52
  * The amount of coin B in e9 in USDC
53
+ * @type {string}
54
+ * @memberof Lp
32
55
  */
33
- coinBAmountUsdE9: string;
56
+ 'coinBAmountUsdE9': string;
34
57
  /**
35
58
  * The apr of the lp in percentage
59
+ * @type {string}
60
+ * @memberof Lp
36
61
  */
37
- apy: string;
62
+ 'apy': string;
38
63
  /**
39
64
  * The name of the pool
65
+ * @type {string}
66
+ * @memberof Lp
40
67
  */
41
- poolName: string;
68
+ 'poolName': string;
42
69
  /**
43
70
  * The rewards of the lp
71
+ * @type {Array<Reward>}
72
+ * @memberof Lp
44
73
  */
45
- rewards: Array<Reward>;
74
+ 'rewards': Array<Reward>;
46
75
  /**
47
76
  * The fees of the lp
77
+ * @type {Array<Fee>}
78
+ * @memberof Lp
48
79
  */
49
- fees: Array<Fee>;
80
+ 'fees': Array<Fee>;
50
81
  }
@@ -9,12 +9,34 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Manager
16
+ */
12
17
  export interface Manager {
13
18
  /**
14
19
  * ID of the manager
20
+ * @type {string}
21
+ * @memberof Manager
22
+ */
23
+ 'id': string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Manager
28
+ */
29
+ 'name': string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof Manager
34
+ */
35
+ 'logoUrl': string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof Manager
15
40
  */
16
- id: string;
17
- name: string;
18
- logoUrl: string;
19
- websiteUrl: string;
41
+ 'websiteUrl': string;
20
42
  }