@ember-finance/sdk 1.0.10 → 1.0.11

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 (79) hide show
  1. package/dist/src/vaults/api/api.d.ts +2 -2
  2. package/dist/src/vaults/api/apis/accounts-api.d.ts +29 -94
  3. package/dist/src/vaults/api/apis/accounts-api.js +116 -85
  4. package/dist/src/vaults/api/apis/vaults-api.d.ts +17 -154
  5. package/dist/src/vaults/api/apis/vaults-api.js +220 -121
  6. package/dist/src/vaults/api/base.d.ts +2 -2
  7. package/dist/src/vaults/api/base.js +1 -2
  8. package/dist/src/vaults/api/common.d.ts +1 -1
  9. package/dist/src/vaults/api/common.js +17 -10
  10. package/dist/src/vaults/api/configuration.js +5 -4
  11. package/dist/src/vaults/api/models/account-transaction-transaction-data.d.ts +5 -5
  12. package/dist/src/vaults/api/models/account-transaction.d.ts +11 -14
  13. package/dist/src/vaults/api/models/account-transaction.js +7 -12
  14. package/dist/src/vaults/api/models/account-withdrawal-request.d.ts +23 -26
  15. package/dist/src/vaults/api/models/account-withdrawal-request.js +8 -13
  16. package/dist/src/vaults/api/models/apy-history.d.ts +4 -4
  17. package/dist/src/vaults/api/models/asset.d.ts +7 -7
  18. package/dist/src/vaults/api/models/borrowed.d.ts +5 -5
  19. package/dist/src/vaults/api/models/coin-price.d.ts +2 -2
  20. package/dist/src/vaults/api/models/deposit-transaction.d.ts +10 -10
  21. package/dist/src/vaults/api/models/exposure-coin.d.ts +4 -4
  22. package/dist/src/vaults/api/models/exposure-protocol.d.ts +13 -13
  23. package/dist/src/vaults/api/models/exposure.d.ts +5 -5
  24. package/dist/src/vaults/api/models/fee.d.ts +4 -4
  25. package/dist/src/vaults/api/models/history-interval.d.ts +7 -6
  26. package/dist/src/vaults/api/models/history-interval.js +6 -7
  27. package/dist/src/vaults/api/models/index.d.ts +60 -60
  28. package/dist/src/vaults/api/models/lp.d.ts +13 -13
  29. package/dist/src/vaults/api/models/manager.d.ts +4 -4
  30. package/dist/src/vaults/api/models/min-withdrawal-shares-updated-event.d.ts +4 -4
  31. package/dist/src/vaults/api/models/perps.d.ts +3 -3
  32. package/dist/src/vaults/api/models/pnl-history-interval.d.ts +6 -5
  33. package/dist/src/vaults/api/models/pnl-history-interval.js +5 -6
  34. package/dist/src/vaults/api/models/pnl-history.d.ts +3 -3
  35. package/dist/src/vaults/api/models/position-value.d.ts +17 -6
  36. package/dist/src/vaults/api/models/position-value.js +5 -0
  37. package/dist/src/vaults/api/models/position.d.ts +4 -4
  38. package/dist/src/vaults/api/models/process-requests-summary-event.d.ts +10 -10
  39. package/dist/src/vaults/api/models/protocol-fee-collected-event.d.ts +7 -7
  40. package/dist/src/vaults/api/models/protocol-info.d.ts +6 -6
  41. package/dist/src/vaults/api/models/protocol.d.ts +4 -4
  42. package/dist/src/vaults/api/models/raw-event-event-data.d.ts +17 -17
  43. package/dist/src/vaults/api/models/raw-event.d.ts +25 -28
  44. package/dist/src/vaults/api/models/raw-event.js +19 -24
  45. package/dist/src/vaults/api/models/redeem-request-cancelled-transaction.d.ts +8 -8
  46. package/dist/src/vaults/api/models/redeem-request-processed-transaction.d.ts +10 -10
  47. package/dist/src/vaults/api/models/redeem-request-skipped-transaction.d.ts +8 -8
  48. package/dist/src/vaults/api/models/redeem-request-transaction.d.ts +8 -8
  49. package/dist/src/vaults/api/models/reported-apy.d.ts +2 -2
  50. package/dist/src/vaults/api/models/request-processed-event.d.ts +10 -10
  51. package/dist/src/vaults/api/models/request-redeemed-event.d.ts +9 -9
  52. package/dist/src/vaults/api/models/reward-token.d.ts +5 -5
  53. package/dist/src/vaults/api/models/reward.d.ts +4 -4
  54. package/dist/src/vaults/api/models/share-price-history.d.ts +2 -2
  55. package/dist/src/vaults/api/models/strategy.d.ts +7 -7
  56. package/dist/src/vaults/api/models/sub-account.d.ts +3 -3
  57. package/dist/src/vaults/api/models/supplied.d.ts +5 -5
  58. package/dist/src/vaults/api/models/tvl-history.d.ts +2 -2
  59. package/dist/src/vaults/api/models/ultra-coin-info.d.ts +6 -6
  60. package/dist/src/vaults/api/models/update-vault-strategies.d.ts +6 -6
  61. package/dist/src/vaults/api/models/vault-admin-changed-event.d.ts +4 -4
  62. package/dist/src/vaults/api/models/vault-created-event.d.ts +7 -7
  63. package/dist/src/vaults/api/models/vault-deposit-event.d.ts +9 -9
  64. package/dist/src/vaults/api/models/vault-deposit-without-minting-shares-event.d.ts +7 -7
  65. package/dist/src/vaults/api/models/vault-detail.d.ts +37 -40
  66. package/dist/src/vaults/api/models/vault-detail.js +6 -11
  67. package/dist/src/vaults/api/models/vault-fee-percentage-updated-event.d.ts +4 -4
  68. package/dist/src/vaults/api/models/vault-info.d.ts +11 -11
  69. package/dist/src/vaults/api/models/vault-max-tvl-updated-event.d.ts +4 -4
  70. package/dist/src/vaults/api/models/vault-operator-changed-event.d.ts +4 -4
  71. package/dist/src/vaults/api/models/vault-paused-status-updated-event.d.ts +3 -3
  72. package/dist/src/vaults/api/models/vault-platform-fee-charged-event.d.ts +5 -5
  73. package/dist/src/vaults/api/models/vault-protocol.d.ts +4 -4
  74. package/dist/src/vaults/api/models/vault-rate-updated-event.d.ts +4 -4
  75. package/dist/src/vaults/api/models/vault-slice.d.ts +5 -5
  76. package/dist/src/vaults/api/models/vault-sub-account-updated-event.d.ts +6 -6
  77. package/dist/src/vaults/api/models/vault-withdrawal-without-redeeming-shares-event.d.ts +7 -7
  78. package/dist/src/vaults/api/models/yield-aggregate-value.d.ts +10 -4
  79. package/package.json +1 -1
@@ -9,7 +9,7 @@
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
13
  /**
14
14
  *
15
15
  * @export
@@ -21,17 +21,17 @@ export interface Reward {
21
21
  * @type {Asset}
22
22
  * @memberof Reward
23
23
  */
24
- 'coin': Asset;
24
+ coin: Asset;
25
25
  /**
26
26
  * The amount of the reward
27
27
  * @type {string}
28
28
  * @memberof Reward
29
29
  */
30
- 'amount': string;
30
+ amount: string;
31
31
  /**
32
32
  * The amount of the reward in e9 in USDC
33
33
  * @type {string}
34
34
  * @memberof Reward
35
35
  */
36
- 'amountUsdE9': string;
36
+ amountUsdE9: string;
37
37
  }
@@ -20,11 +20,11 @@ export interface SharePriceHistory {
20
20
  * @type {number}
21
21
  * @memberof SharePriceHistory
22
22
  */
23
- 'timestamp': number;
23
+ timestamp: number;
24
24
  /**
25
25
  * The share price of the event
26
26
  * @type {string}
27
27
  * @memberof SharePriceHistory
28
28
  */
29
- 'sharePriceE9': string;
29
+ sharePriceE9: string;
30
30
  }
@@ -20,41 +20,41 @@ export interface Strategy {
20
20
  * @type {string}
21
21
  * @memberof Strategy
22
22
  */
23
- 'platformName': string;
23
+ platformName: string;
24
24
  /**
25
25
  * The address of the strategist
26
26
  * @type {string}
27
27
  * @memberof Strategy
28
28
  */
29
- 'strategistAddress': string;
29
+ strategistAddress: string;
30
30
  /**
31
31
  * The type of the strategy
32
32
  * @type {string}
33
33
  * @memberof Strategy
34
34
  */
35
- 'strategyType': string;
35
+ strategyType: string;
36
36
  /**
37
37
  * The allocation of the strategy
38
38
  * @type {string}
39
39
  * @memberof Strategy
40
40
  */
41
- 'allocationE9': string;
41
+ allocationE9: string;
42
42
  /**
43
43
  * The apy of the strategy
44
44
  * @type {string}
45
45
  * @memberof Strategy
46
46
  */
47
- 'apyE9': string;
47
+ apyE9: string;
48
48
  /**
49
49
  * The points apy of the strategy
50
50
  * @type {string}
51
51
  * @memberof Strategy
52
52
  */
53
- 'pointsApyE9': string;
53
+ pointsApyE9: string;
54
54
  /**
55
55
  * The timestamp of the snapshot
56
56
  * @type {number}
57
57
  * @memberof Strategy
58
58
  */
59
- 'snapshotAt': number;
59
+ snapshotAt: number;
60
60
  }
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Manager } from './manager';
12
+ import type { Manager } from "./manager";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -21,11 +21,11 @@ export interface SubAccount {
21
21
  * @type {string}
22
22
  * @memberof SubAccount
23
23
  */
24
- 'address': string;
24
+ address: string;
25
25
  /**
26
26
  *
27
27
  * @type {Manager}
28
28
  * @memberof SubAccount
29
29
  */
30
- 'manager': Manager;
30
+ manager: Manager;
31
31
  }
@@ -9,7 +9,7 @@
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
13
  /**
14
14
  *
15
15
  * @export
@@ -21,23 +21,23 @@ export interface Supplied {
21
21
  * @type {Asset}
22
22
  * @memberof Supplied
23
23
  */
24
- 'coin': Asset;
24
+ coin: Asset;
25
25
  /**
26
26
  * The amount of the supplied
27
27
  * @type {string}
28
28
  * @memberof Supplied
29
29
  */
30
- 'amount': string;
30
+ amount: string;
31
31
  /**
32
32
  * The amount of the supplied in e9 in USDC
33
33
  * @type {string}
34
34
  * @memberof Supplied
35
35
  */
36
- 'amountUsdE9': string;
36
+ amountUsdE9: string;
37
37
  /**
38
38
  * The apy of the supplied
39
39
  * @type {string}
40
40
  * @memberof Supplied
41
41
  */
42
- 'apyE9': string;
42
+ apyE9: string;
43
43
  }
@@ -20,11 +20,11 @@ export interface TvlHistory {
20
20
  * @type {number}
21
21
  * @memberof TvlHistory
22
22
  */
23
- 'timestamp': number;
23
+ timestamp: number;
24
24
  /**
25
25
  * The tvl of the event
26
26
  * @type {string}
27
27
  * @memberof TvlHistory
28
28
  */
29
- 'tvlE9': string;
29
+ tvlE9: string;
30
30
  }
@@ -20,35 +20,35 @@ export interface UltraCoinInfo {
20
20
  * @type {string}
21
21
  * @memberof UltraCoinInfo
22
22
  */
23
- 'TreasuryCap'?: string;
23
+ TreasuryCap?: string;
24
24
  /**
25
25
  * The currency identifier
26
26
  * @type {string}
27
27
  * @memberof UltraCoinInfo
28
28
  */
29
- 'Currency'?: string;
29
+ Currency?: string;
30
30
  /**
31
31
  * The upgrade capability identifier
32
32
  * @type {string}
33
33
  * @memberof UltraCoinInfo
34
34
  */
35
- 'UpgradeCap'?: string;
35
+ UpgradeCap?: string;
36
36
  /**
37
37
  * The package identifier
38
38
  * @type {string}
39
39
  * @memberof UltraCoinInfo
40
40
  */
41
- 'Package'?: string;
41
+ Package?: string;
42
42
  /**
43
43
  * The symbol of the ultra coin
44
44
  * @type {string}
45
45
  * @memberof UltraCoinInfo
46
46
  */
47
- 'Symbol'?: string;
47
+ Symbol?: string;
48
48
  /**
49
49
  * The number of decimals for the ultra coin
50
50
  * @type {number}
51
51
  * @memberof UltraCoinInfo
52
52
  */
53
- 'Decimals'?: number;
53
+ Decimals?: number;
54
54
  }
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Strategy } from './strategy';
12
+ import type { Strategy } from "./strategy";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -21,29 +21,29 @@ export interface UpdateVaultStrategies {
21
21
  * @type {Array<Strategy>}
22
22
  * @memberof UpdateVaultStrategies
23
23
  */
24
- 'strategies': Array<Strategy>;
24
+ strategies: Array<Strategy>;
25
25
  /**
26
26
  * The timestamp of the signature
27
27
  * @type {number}
28
28
  * @memberof UpdateVaultStrategies
29
29
  */
30
- 'signedAt': number;
30
+ signedAt: number;
31
31
  /**
32
32
  * The id of the vault
33
33
  * @type {string}
34
34
  * @memberof UpdateVaultStrategies
35
35
  */
36
- 'vaultId': string;
36
+ vaultId: string;
37
37
  /**
38
38
  * The target apy of the strategy
39
39
  * @type {string}
40
40
  * @memberof UpdateVaultStrategies
41
41
  */
42
- 'targetApyE9': string;
42
+ targetApyE9: string;
43
43
  /**
44
44
  * The signature of the request body
45
45
  * @type {string}
46
46
  * @memberof UpdateVaultStrategies
47
47
  */
48
- 'signature': string;
48
+ signature: string;
49
49
  }
@@ -20,23 +20,23 @@ export interface VaultAdminChangedEvent {
20
20
  * @type {string}
21
21
  * @memberof VaultAdminChangedEvent
22
22
  */
23
- 'vaultId'?: string;
23
+ vaultId?: string;
24
24
  /**
25
25
  * The previous admin of the vault
26
26
  * @type {string}
27
27
  * @memberof VaultAdminChangedEvent
28
28
  */
29
- 'previousAdmin'?: string;
29
+ previousAdmin?: string;
30
30
  /**
31
31
  * The new admin of the vault
32
32
  * @type {string}
33
33
  * @memberof VaultAdminChangedEvent
34
34
  */
35
- 'newAdmin'?: string;
35
+ newAdmin?: string;
36
36
  /**
37
37
  * The sequence number of the event
38
38
  * @type {string}
39
39
  * @memberof VaultAdminChangedEvent
40
40
  */
41
- 'sequenceNumber'?: string;
41
+ sequenceNumber?: string;
42
42
  }
@@ -20,41 +20,41 @@ export interface VaultCreatedEvent {
20
20
  * @type {string}
21
21
  * @memberof VaultCreatedEvent
22
22
  */
23
- 'vaultId'?: string;
23
+ vaultId?: string;
24
24
  /**
25
25
  * The name of the vault
26
26
  * @type {string}
27
27
  * @memberof VaultCreatedEvent
28
28
  */
29
- 'name'?: string;
29
+ name?: string;
30
30
  /**
31
31
  * The address of the admin operator
32
32
  * @type {string}
33
33
  * @memberof VaultCreatedEvent
34
34
  */
35
- 'admin'?: string;
35
+ admin?: string;
36
36
  /**
37
37
  * The address of the operator
38
38
  * @type {string}
39
39
  * @memberof VaultCreatedEvent
40
40
  */
41
- 'operator'?: string;
41
+ operator?: string;
42
42
  /**
43
43
  * The type of the deposit asset
44
44
  * @type {string}
45
45
  * @memberof VaultCreatedEvent
46
46
  */
47
- 'depositCoinType'?: string;
47
+ depositCoinType?: string;
48
48
  /**
49
49
  * The type of the receipt token
50
50
  * @type {string}
51
51
  * @memberof VaultCreatedEvent
52
52
  */
53
- 'receiptCoinType'?: string;
53
+ receiptCoinType?: string;
54
54
  /**
55
55
  *
56
56
  * @type {Array<string>}
57
57
  * @memberof VaultCreatedEvent
58
58
  */
59
- 'subAccounts'?: Array<string>;
59
+ subAccounts?: Array<string>;
60
60
  }
@@ -20,53 +20,53 @@ export interface VaultDepositEvent {
20
20
  * @type {string}
21
21
  * @memberof VaultDepositEvent
22
22
  */
23
- 'vaultId'?: string;
23
+ vaultId?: string;
24
24
  /**
25
25
  * The address of the account
26
26
  * @type {string}
27
27
  * @memberof VaultDepositEvent
28
28
  */
29
- 'accountAddress'?: string;
29
+ accountAddress?: string;
30
30
  /**
31
31
  * The amount of the deposit
32
32
  * @type {string}
33
33
  * @memberof VaultDepositEvent
34
34
  */
35
- 'totalAmount'?: string;
35
+ totalAmount?: string;
36
36
  /**
37
37
  * The amount of the shares minted
38
38
  * @type {string}
39
39
  * @memberof VaultDepositEvent
40
40
  */
41
- 'sharesMinted'?: string;
41
+ sharesMinted?: string;
42
42
  /**
43
43
  * The amount of the shares burnt
44
44
  * @type {string}
45
45
  * @memberof VaultDepositEvent
46
46
  */
47
- 'previousBalance'?: string;
47
+ previousBalance?: string;
48
48
  /**
49
49
  * The amount of the shares burnt
50
50
  * @type {string}
51
51
  * @memberof VaultDepositEvent
52
52
  */
53
- 'currentBalance'?: string;
53
+ currentBalance?: string;
54
54
  /**
55
55
  * The total amount of the shares
56
56
  * @type {string}
57
57
  * @memberof VaultDepositEvent
58
58
  */
59
- 'totalShares'?: string;
59
+ totalShares?: string;
60
60
  /**
61
61
  * The sequence number of the deposit
62
62
  * @type {string}
63
63
  * @memberof VaultDepositEvent
64
64
  */
65
- 'sequenceNumber'?: string;
65
+ sequenceNumber?: string;
66
66
  /**
67
67
  * The type of the asset coin
68
68
  * @type {string}
69
69
  * @memberof VaultDepositEvent
70
70
  */
71
- 'coinType'?: string;
71
+ coinType?: string;
72
72
  }
@@ -20,41 +20,41 @@ export interface VaultDepositWithoutMintingSharesEvent {
20
20
  * @type {string}
21
21
  * @memberof VaultDepositWithoutMintingSharesEvent
22
22
  */
23
- 'vaultId'?: string;
23
+ vaultId?: string;
24
24
  /**
25
25
  * The sequence number of the event
26
26
  * @type {string}
27
27
  * @memberof VaultDepositWithoutMintingSharesEvent
28
28
  */
29
- 'sequenceNumber'?: string;
29
+ sequenceNumber?: string;
30
30
  /**
31
31
  * The type of the coin
32
32
  * @type {string}
33
33
  * @memberof VaultDepositWithoutMintingSharesEvent
34
34
  */
35
- 'coinType'?: string;
35
+ coinType?: string;
36
36
  /**
37
37
  * The amount of the shares
38
38
  * @type {string}
39
39
  * @memberof VaultDepositWithoutMintingSharesEvent
40
40
  */
41
- 'amount'?: string;
41
+ amount?: string;
42
42
  /**
43
43
  * The address of the sub account
44
44
  * @type {string}
45
45
  * @memberof VaultDepositWithoutMintingSharesEvent
46
46
  */
47
- 'subAccount'?: string;
47
+ subAccount?: string;
48
48
  /**
49
49
  * The new balance of the vault
50
50
  * @type {string}
51
51
  * @memberof VaultDepositWithoutMintingSharesEvent
52
52
  */
53
- 'newBalance'?: string;
53
+ newBalance?: string;
54
54
  /**
55
55
  * The previous balance of the vault
56
56
  * @type {string}
57
57
  * @memberof VaultDepositWithoutMintingSharesEvent
58
58
  */
59
- 'previousBalance'?: string;
59
+ previousBalance?: string;
60
60
  }
@@ -9,11 +9,11 @@
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 { Manager } from './manager';
14
- import type { ReportedApy } from './reported-apy';
15
- import type { RewardToken } from './reward-token';
16
- import type { SubAccount } from './sub-account';
12
+ import type { Asset } from "./asset";
13
+ import type { Manager } from "./manager";
14
+ import type { ReportedApy } from "./reported-apy";
15
+ import type { RewardToken } from "./reward-token";
16
+ import type { SubAccount } from "./sub-account";
17
17
  /**
18
18
  *
19
19
  * @export
@@ -25,159 +25,156 @@ export interface VaultDetail {
25
25
  * @type {string}
26
26
  * @memberof VaultDetail
27
27
  */
28
- 'id': string;
28
+ id: string;
29
29
  /**
30
30
  *
31
31
  * @type {string}
32
32
  * @memberof VaultDetail
33
33
  */
34
- 'name': string;
34
+ name: string;
35
35
  /**
36
36
  * Name of the vault
37
37
  * @type {string}
38
38
  * @memberof VaultDetail
39
39
  */
40
- 'longName': string;
40
+ longName: string;
41
41
  /**
42
42
  * Strategy of the vault
43
43
  * @type {string}
44
44
  * @memberof VaultDetail
45
45
  */
46
- 'strategy': string;
46
+ strategy: string;
47
47
  /**
48
48
  * Address of the vault
49
49
  * @type {string}
50
50
  * @memberof VaultDetail
51
51
  */
52
- 'address': string;
52
+ address: string;
53
53
  /**
54
54
  * Description of the vault (offchain data)
55
55
  * @type {string}
56
56
  * @memberof VaultDetail
57
57
  */
58
- 'description': string;
58
+ description: string;
59
59
  /**
60
60
  * Logo of the vault (offchain data)
61
61
  * @type {string}
62
62
  * @memberof VaultDetail
63
63
  */
64
- 'logoUrl': string;
64
+ logoUrl: string;
65
65
  /**
66
66
  * Public type of the vault
67
67
  * @type {string}
68
68
  * @memberof VaultDetail
69
69
  */
70
- 'publicType': string;
70
+ publicType: string;
71
71
  /**
72
72
  * Internal type of the vault
73
73
  * @type {string}
74
74
  * @memberof VaultDetail
75
75
  */
76
- 'internalType'?: string;
76
+ internalType?: string;
77
77
  /**
78
78
  *
79
79
  * @type {Asset}
80
80
  * @memberof VaultDetail
81
81
  */
82
- 'receiptCoin': Asset;
82
+ receiptCoin: Asset;
83
83
  /**
84
84
  *
85
85
  * @type {Asset}
86
86
  * @memberof VaultDetail
87
87
  */
88
- 'depositCoin': Asset;
88
+ depositCoin: Asset;
89
89
  /**
90
90
  *
91
91
  * @type {Array<Manager>}
92
92
  * @memberof VaultDetail
93
93
  */
94
- 'managers': Array<Manager>;
94
+ managers: Array<Manager>;
95
95
  /**
96
96
  * The status of the vault
97
97
  * @type {string}
98
98
  * @memberof VaultDetail
99
99
  */
100
- 'status': VaultDetailStatusEnum;
100
+ status: VaultDetailStatusEnum;
101
101
  /**
102
102
  * Vault creation timestamp
103
103
  * @type {number}
104
104
  * @memberof VaultDetail
105
105
  */
106
- 'createdAt': number;
106
+ createdAt: number;
107
107
  /**
108
108
  * Expressed in basis points (1bps = 0.01%) in e9
109
109
  * @type {string}
110
110
  * @memberof VaultDetail
111
111
  */
112
- 'weeklyPerformanceFeeBpsE9': string;
112
+ weeklyPerformanceFeeBpsE9: string;
113
113
  /**
114
114
  *
115
115
  * @type {string}
116
116
  * @memberof VaultDetail
117
117
  */
118
- 'managementFeePercentE9': string;
118
+ managementFeePercentE9: string;
119
119
  /**
120
120
  *
121
121
  * @type {string}
122
122
  * @memberof VaultDetail
123
123
  */
124
- 'rateE9': string;
124
+ rateE9: string;
125
125
  /**
126
126
  * The maximum deposits allowed of the vault
127
127
  * @type {string}
128
128
  * @memberof VaultDetail
129
129
  */
130
- 'maxDepositsAllowed': string;
130
+ maxDepositsAllowed: string;
131
131
  /**
132
132
  *
133
133
  * @type {number}
134
134
  * @memberof VaultDetail
135
135
  */
136
- 'withdrawalPeriodDays': number;
136
+ withdrawalPeriodDays: number;
137
137
  /**
138
138
  *
139
139
  * @type {ReportedApy}
140
140
  * @memberof VaultDetail
141
141
  */
142
- 'reportedApy': ReportedApy;
142
+ reportedApy: ReportedApy;
143
143
  /**
144
144
  *
145
145
  * @type {Array<RewardToken>}
146
146
  * @memberof VaultDetail
147
147
  */
148
- 'rewards': Array<RewardToken>;
148
+ rewards: Array<RewardToken>;
149
149
  /**
150
150
  *
151
151
  * @type {Array<SubAccount>}
152
152
  * @memberof VaultDetail
153
153
  */
154
- 'subAccounts': Array<SubAccount>;
154
+ subAccounts: Array<SubAccount>;
155
155
  /**
156
156
  * The total deposits of the vault equivalent to USD in e9
157
157
  * @type {string}
158
158
  * @memberof VaultDetail
159
159
  */
160
- 'totalDepositsInUsdE9': string;
160
+ totalDepositsInUsdE9: string;
161
161
  /**
162
162
  * The total deposits of the vault
163
163
  * @type {string}
164
164
  * @memberof VaultDetail
165
165
  */
166
- 'totalDeposits': string;
166
+ totalDeposits: string;
167
167
  /**
168
168
  * The minimum withdrawal shares of the vault
169
169
  * @type {string}
170
170
  * @memberof VaultDetail
171
171
  */
172
- 'minWithdrawalSharesE9': string;
173
- }
174
- /**
175
- * @export
176
- * @enum {string}
177
- */
178
- export declare enum VaultDetailStatusEnum {
179
- Active = "active",
180
- Paused = "paused",
181
- Deprecated = "deprecated",
182
- Beta = "beta"
172
+ minWithdrawalSharesE9: string;
183
173
  }
174
+ export declare const VaultDetailStatusEnum: {
175
+ readonly Active: "active";
176
+ readonly Paused: "paused";
177
+ readonly Deprecated: "deprecated";
178
+ readonly Beta: "beta";
179
+ };
180
+ export type VaultDetailStatusEnum = (typeof VaultDetailStatusEnum)[keyof typeof VaultDetailStatusEnum];
@@ -14,14 +14,9 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.VaultDetailStatusEnum = void 0;
17
- /**
18
- * @export
19
- * @enum {string}
20
- */
21
- var VaultDetailStatusEnum;
22
- (function (VaultDetailStatusEnum) {
23
- VaultDetailStatusEnum["Active"] = "active";
24
- VaultDetailStatusEnum["Paused"] = "paused";
25
- VaultDetailStatusEnum["Deprecated"] = "deprecated";
26
- VaultDetailStatusEnum["Beta"] = "beta";
27
- })(VaultDetailStatusEnum || (exports.VaultDetailStatusEnum = VaultDetailStatusEnum = {}));
17
+ exports.VaultDetailStatusEnum = {
18
+ Active: "active",
19
+ Paused: "paused",
20
+ Deprecated: "deprecated",
21
+ Beta: "beta"
22
+ };