@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,29 +9,46 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UltraCoinInfo
16
+ */
12
17
  export interface UltraCoinInfo {
13
18
  /**
14
19
  * The treasury capability identifier
20
+ * @type {string}
21
+ * @memberof UltraCoinInfo
15
22
  */
16
- TreasuryCap?: string;
23
+ 'TreasuryCap'?: string;
17
24
  /**
18
25
  * The currency identifier
26
+ * @type {string}
27
+ * @memberof UltraCoinInfo
19
28
  */
20
- Currency?: string;
29
+ 'Currency'?: string;
21
30
  /**
22
31
  * The upgrade capability identifier
32
+ * @type {string}
33
+ * @memberof UltraCoinInfo
23
34
  */
24
- UpgradeCap?: string;
35
+ 'UpgradeCap'?: string;
25
36
  /**
26
37
  * The package identifier
38
+ * @type {string}
39
+ * @memberof UltraCoinInfo
27
40
  */
28
- Package?: string;
41
+ 'Package'?: string;
29
42
  /**
30
43
  * The symbol of the ultra coin
44
+ * @type {string}
45
+ * @memberof UltraCoinInfo
31
46
  */
32
- Symbol?: string;
47
+ 'Symbol'?: string;
33
48
  /**
34
49
  * The number of decimals for the ultra coin
50
+ * @type {number}
51
+ * @memberof UltraCoinInfo
35
52
  */
36
- Decimals?: number;
53
+ 'Decimals'?: number;
37
54
  }
@@ -9,23 +9,41 @@
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
+ /**
14
+ *
15
+ * @export
16
+ * @interface UpdateVaultStrategies
17
+ */
13
18
  export interface UpdateVaultStrategies {
14
- strategies: Array<Strategy>;
19
+ /**
20
+ *
21
+ * @type {Array<Strategy>}
22
+ * @memberof UpdateVaultStrategies
23
+ */
24
+ 'strategies': Array<Strategy>;
15
25
  /**
16
26
  * The timestamp of the signature
27
+ * @type {number}
28
+ * @memberof UpdateVaultStrategies
17
29
  */
18
- signedAt: number;
30
+ 'signedAt': number;
19
31
  /**
20
32
  * The id of the vault
33
+ * @type {string}
34
+ * @memberof UpdateVaultStrategies
21
35
  */
22
- vaultId: string;
36
+ 'vaultId': string;
23
37
  /**
24
38
  * The target apy of the strategy
39
+ * @type {string}
40
+ * @memberof UpdateVaultStrategies
25
41
  */
26
- targetApyE9: string;
42
+ 'targetApyE9': string;
27
43
  /**
28
44
  * The signature of the request body
45
+ * @type {string}
46
+ * @memberof UpdateVaultStrategies
29
47
  */
30
- signature: string;
48
+ 'signature': string;
31
49
  }
@@ -9,21 +9,34 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface VaultAdminChangedEvent
16
+ */
12
17
  export interface VaultAdminChangedEvent {
13
18
  /**
14
19
  * The id of the vault
20
+ * @type {string}
21
+ * @memberof VaultAdminChangedEvent
15
22
  */
16
- vaultId?: string;
23
+ 'vaultId'?: string;
17
24
  /**
18
25
  * The previous admin of the vault
26
+ * @type {string}
27
+ * @memberof VaultAdminChangedEvent
19
28
  */
20
- previousAdmin?: string;
29
+ 'previousAdmin'?: string;
21
30
  /**
22
31
  * The new admin of the vault
32
+ * @type {string}
33
+ * @memberof VaultAdminChangedEvent
23
34
  */
24
- newAdmin?: string;
35
+ 'newAdmin'?: string;
25
36
  /**
26
37
  * The sequence number of the event
38
+ * @type {string}
39
+ * @memberof VaultAdminChangedEvent
27
40
  */
28
- sequenceNumber?: string;
41
+ 'sequenceNumber'?: string;
29
42
  }
@@ -9,30 +9,52 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface VaultCreatedEvent
16
+ */
12
17
  export interface VaultCreatedEvent {
13
18
  /**
14
19
  * The id of the vault
20
+ * @type {string}
21
+ * @memberof VaultCreatedEvent
15
22
  */
16
- vaultId?: string;
23
+ 'vaultId'?: string;
17
24
  /**
18
25
  * The name of the vault
26
+ * @type {string}
27
+ * @memberof VaultCreatedEvent
19
28
  */
20
- name?: string;
29
+ 'name'?: string;
21
30
  /**
22
31
  * The address of the admin operator
32
+ * @type {string}
33
+ * @memberof VaultCreatedEvent
23
34
  */
24
- admin?: string;
35
+ 'admin'?: string;
25
36
  /**
26
37
  * The address of the operator
38
+ * @type {string}
39
+ * @memberof VaultCreatedEvent
27
40
  */
28
- operator?: string;
41
+ 'operator'?: string;
29
42
  /**
30
43
  * The type of the deposit asset
44
+ * @type {string}
45
+ * @memberof VaultCreatedEvent
31
46
  */
32
- depositCoinType?: string;
47
+ 'depositCoinType'?: string;
33
48
  /**
34
49
  * The type of the receipt token
50
+ * @type {string}
51
+ * @memberof VaultCreatedEvent
52
+ */
53
+ 'receiptCoinType'?: string;
54
+ /**
55
+ *
56
+ * @type {Array<string>}
57
+ * @memberof VaultCreatedEvent
35
58
  */
36
- receiptCoinType?: string;
37
- subAccounts?: Array<string>;
59
+ 'subAccounts'?: Array<string>;
38
60
  }
@@ -9,41 +9,64 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface VaultDepositEvent
16
+ */
12
17
  export interface VaultDepositEvent {
13
18
  /**
14
19
  * The id of the vault
20
+ * @type {string}
21
+ * @memberof VaultDepositEvent
15
22
  */
16
- vaultId?: string;
23
+ 'vaultId'?: string;
17
24
  /**
18
25
  * The address of the account
26
+ * @type {string}
27
+ * @memberof VaultDepositEvent
19
28
  */
20
- accountAddress?: string;
29
+ 'accountAddress'?: string;
21
30
  /**
22
31
  * The amount of the deposit
32
+ * @type {string}
33
+ * @memberof VaultDepositEvent
23
34
  */
24
- totalAmount?: string;
35
+ 'totalAmount'?: string;
25
36
  /**
26
37
  * The amount of the shares minted
38
+ * @type {string}
39
+ * @memberof VaultDepositEvent
27
40
  */
28
- sharesMinted?: string;
41
+ 'sharesMinted'?: string;
29
42
  /**
30
43
  * The amount of the shares burnt
44
+ * @type {string}
45
+ * @memberof VaultDepositEvent
31
46
  */
32
- previousBalance?: string;
47
+ 'previousBalance'?: string;
33
48
  /**
34
49
  * The amount of the shares burnt
50
+ * @type {string}
51
+ * @memberof VaultDepositEvent
35
52
  */
36
- currentBalance?: string;
53
+ 'currentBalance'?: string;
37
54
  /**
38
55
  * The total amount of the shares
56
+ * @type {string}
57
+ * @memberof VaultDepositEvent
39
58
  */
40
- totalShares?: string;
59
+ 'totalShares'?: string;
41
60
  /**
42
61
  * The sequence number of the deposit
62
+ * @type {string}
63
+ * @memberof VaultDepositEvent
43
64
  */
44
- sequenceNumber?: string;
65
+ 'sequenceNumber'?: string;
45
66
  /**
46
67
  * The type of the asset coin
68
+ * @type {string}
69
+ * @memberof VaultDepositEvent
47
70
  */
48
- coinType?: string;
71
+ 'coinType'?: string;
49
72
  }
@@ -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 VaultDepositWithoutMintingSharesEvent
16
+ */
12
17
  export interface VaultDepositWithoutMintingSharesEvent {
13
18
  /**
14
19
  * The id of the vault
20
+ * @type {string}
21
+ * @memberof VaultDepositWithoutMintingSharesEvent
15
22
  */
16
- vaultId?: string;
23
+ 'vaultId'?: string;
17
24
  /**
18
25
  * The sequence number of the event
26
+ * @type {string}
27
+ * @memberof VaultDepositWithoutMintingSharesEvent
19
28
  */
20
- sequenceNumber?: string;
29
+ 'sequenceNumber'?: string;
21
30
  /**
22
31
  * The type of the coin
32
+ * @type {string}
33
+ * @memberof VaultDepositWithoutMintingSharesEvent
23
34
  */
24
- coinType?: string;
35
+ 'coinType'?: string;
25
36
  /**
26
37
  * The amount of the shares
38
+ * @type {string}
39
+ * @memberof VaultDepositWithoutMintingSharesEvent
27
40
  */
28
- amount?: string;
41
+ 'amount'?: string;
29
42
  /**
30
43
  * The address of the sub account
44
+ * @type {string}
45
+ * @memberof VaultDepositWithoutMintingSharesEvent
31
46
  */
32
- subAccount?: string;
47
+ 'subAccount'?: string;
33
48
  /**
34
49
  * The new balance of the vault
50
+ * @type {string}
51
+ * @memberof VaultDepositWithoutMintingSharesEvent
35
52
  */
36
- newBalance?: string;
53
+ 'newBalance'?: string;
37
54
  /**
38
55
  * The previous balance of the vault
56
+ * @type {string}
57
+ * @memberof VaultDepositWithoutMintingSharesEvent
39
58
  */
40
- previousBalance?: string;
59
+ 'previousBalance'?: string;
41
60
  }
@@ -9,87 +9,175 @@
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
+ /**
18
+ *
19
+ * @export
20
+ * @interface VaultDetail
21
+ */
17
22
  export interface VaultDetail {
18
23
  /**
19
24
  * Object ID of the vault
25
+ * @type {string}
26
+ * @memberof VaultDetail
20
27
  */
21
- id: string;
22
- name: string;
28
+ 'id': string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof VaultDetail
33
+ */
34
+ 'name': string;
23
35
  /**
24
36
  * Name of the vault
37
+ * @type {string}
38
+ * @memberof VaultDetail
25
39
  */
26
- longName: string;
40
+ 'longName': string;
27
41
  /**
28
42
  * Strategy of the vault
43
+ * @type {string}
44
+ * @memberof VaultDetail
29
45
  */
30
- strategy: string;
46
+ 'strategy': string;
31
47
  /**
32
48
  * Address of the vault
49
+ * @type {string}
50
+ * @memberof VaultDetail
33
51
  */
34
- address: string;
52
+ 'address': string;
35
53
  /**
36
54
  * Description of the vault (offchain data)
55
+ * @type {string}
56
+ * @memberof VaultDetail
37
57
  */
38
- description: string;
58
+ 'description': string;
39
59
  /**
40
60
  * Logo of the vault (offchain data)
61
+ * @type {string}
62
+ * @memberof VaultDetail
41
63
  */
42
- logoUrl: string;
64
+ 'logoUrl': string;
43
65
  /**
44
66
  * Public type of the vault
67
+ * @type {string}
68
+ * @memberof VaultDetail
45
69
  */
46
- publicType: string;
70
+ 'publicType': string;
47
71
  /**
48
72
  * Internal type of the vault
73
+ * @type {string}
74
+ * @memberof VaultDetail
75
+ */
76
+ 'internalType'?: string;
77
+ /**
78
+ *
79
+ * @type {Asset}
80
+ * @memberof VaultDetail
49
81
  */
50
- internalType?: string;
51
- receiptCoin: Asset;
52
- depositCoin: Asset;
53
- managers: Array<Manager>;
82
+ 'receiptCoin': Asset;
83
+ /**
84
+ *
85
+ * @type {Asset}
86
+ * @memberof VaultDetail
87
+ */
88
+ 'depositCoin': Asset;
89
+ /**
90
+ *
91
+ * @type {Array<Manager>}
92
+ * @memberof VaultDetail
93
+ */
94
+ 'managers': Array<Manager>;
54
95
  /**
55
96
  * The status of the vault
97
+ * @type {string}
98
+ * @memberof VaultDetail
56
99
  */
57
- status: VaultDetailStatusEnum;
100
+ 'status': VaultDetailStatusEnum;
58
101
  /**
59
102
  * Vault creation timestamp
103
+ * @type {number}
104
+ * @memberof VaultDetail
60
105
  */
61
- createdAt: number;
106
+ 'createdAt': number;
62
107
  /**
63
108
  * Expressed in basis points (1bps = 0.01%) in e9
109
+ * @type {string}
110
+ * @memberof VaultDetail
111
+ */
112
+ 'weeklyPerformanceFeeBpsE9': string;
113
+ /**
114
+ *
115
+ * @type {string}
116
+ * @memberof VaultDetail
64
117
  */
65
- weeklyPerformanceFeeBpsE9: string;
66
- managementFeePercentE9: string;
67
- rateE9: string;
118
+ 'managementFeePercentE9': string;
119
+ /**
120
+ *
121
+ * @type {string}
122
+ * @memberof VaultDetail
123
+ */
124
+ 'rateE9': string;
68
125
  /**
69
126
  * The maximum deposits allowed of the vault
127
+ * @type {string}
128
+ * @memberof VaultDetail
129
+ */
130
+ 'maxDepositsAllowed': string;
131
+ /**
132
+ *
133
+ * @type {number}
134
+ * @memberof VaultDetail
135
+ */
136
+ 'withdrawalPeriodDays': number;
137
+ /**
138
+ *
139
+ * @type {ReportedApy}
140
+ * @memberof VaultDetail
70
141
  */
71
- maxDepositsAllowed: string;
72
- withdrawalPeriodDays: number;
73
- reportedApy: ReportedApy;
74
- rewards: Array<RewardToken>;
75
- subAccounts: Array<SubAccount>;
142
+ 'reportedApy': ReportedApy;
143
+ /**
144
+ *
145
+ * @type {Array<RewardToken>}
146
+ * @memberof VaultDetail
147
+ */
148
+ 'rewards': Array<RewardToken>;
149
+ /**
150
+ *
151
+ * @type {Array<SubAccount>}
152
+ * @memberof VaultDetail
153
+ */
154
+ 'subAccounts': Array<SubAccount>;
76
155
  /**
77
156
  * The total deposits of the vault equivalent to USD in e9
157
+ * @type {string}
158
+ * @memberof VaultDetail
78
159
  */
79
- totalDepositsInUsdE9: string;
160
+ 'totalDepositsInUsdE9': string;
80
161
  /**
81
162
  * The total deposits of the vault
163
+ * @type {string}
164
+ * @memberof VaultDetail
82
165
  */
83
- totalDeposits: string;
166
+ 'totalDeposits': string;
84
167
  /**
85
168
  * The minimum withdrawal shares of the vault
169
+ * @type {string}
170
+ * @memberof VaultDetail
86
171
  */
87
- minWithdrawalSharesE9: string;
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"
88
183
  }
89
- export declare const VaultDetailStatusEnum: {
90
- readonly Active: "active";
91
- readonly Paused: "paused";
92
- readonly Deprecated: "deprecated";
93
- readonly Beta: "beta";
94
- };
95
- export type VaultDetailStatusEnum = (typeof VaultDetailStatusEnum)[keyof typeof VaultDetailStatusEnum];
@@ -14,9 +14,14 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.VaultDetailStatusEnum = void 0;
17
- exports.VaultDetailStatusEnum = {
18
- Active: "active",
19
- Paused: "paused",
20
- Deprecated: "deprecated",
21
- Beta: "beta"
22
- };
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 = {}));
@@ -9,21 +9,34 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface VaultFeePercentageUpdatedEvent
16
+ */
12
17
  export interface VaultFeePercentageUpdatedEvent {
13
18
  /**
14
19
  * The id of the vault
20
+ * @type {string}
21
+ * @memberof VaultFeePercentageUpdatedEvent
15
22
  */
16
- vaultId?: string;
23
+ 'vaultId'?: string;
17
24
  /**
18
25
  * The previous fee percentage of the vault
26
+ * @type {string}
27
+ * @memberof VaultFeePercentageUpdatedEvent
19
28
  */
20
- previousFeePercentage?: string;
29
+ 'previousFeePercentage'?: string;
21
30
  /**
22
31
  * The new rate of the vault
32
+ * @type {string}
33
+ * @memberof VaultFeePercentageUpdatedEvent
23
34
  */
24
- newFeePercentage?: string;
35
+ 'newFeePercentage'?: string;
25
36
  /**
26
37
  * The sequence number of the event
38
+ * @type {string}
39
+ * @memberof VaultFeePercentageUpdatedEvent
27
40
  */
28
- sequenceNumber?: string;
41
+ 'sequenceNumber'?: string;
29
42
  }
@@ -9,49 +9,76 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface VaultInfo
16
+ */
12
17
  export interface VaultInfo {
13
18
  /**
14
19
  * The admin identifier for the vault
20
+ * @type {string}
21
+ * @memberof VaultInfo
15
22
  */
16
- Admin?: string;
23
+ 'Admin'?: string;
17
24
  /**
18
25
  * The operator identifier for the vault
26
+ * @type {string}
27
+ * @memberof VaultInfo
19
28
  */
20
- Operator?: string;
29
+ 'Operator'?: string;
21
30
  /**
22
31
  * The name of the vault
32
+ * @type {string}
33
+ * @memberof VaultInfo
23
34
  */
24
- Name?: string;
35
+ 'Name'?: string;
25
36
  /**
26
37
  * The maximum rate change per update
38
+ * @type {string}
39
+ * @memberof VaultInfo
27
40
  */
28
- MaxRateChangePerUpdate?: string;
41
+ 'MaxRateChangePerUpdate'?: string;
29
42
  /**
30
43
  * The fee percentage for the vault
44
+ * @type {string}
45
+ * @memberof VaultInfo
31
46
  */
32
- FeePercentage?: string;
47
+ 'FeePercentage'?: string;
33
48
  /**
34
49
  * The minimum withdrawal shares
50
+ * @type {string}
51
+ * @memberof VaultInfo
35
52
  */
36
- MinWithdrawalShares?: string;
53
+ 'MinWithdrawalShares'?: string;
37
54
  /**
38
55
  * List of sub-account identifiers
56
+ * @type {Array<string>}
57
+ * @memberof VaultInfo
39
58
  */
40
- SubAccounts?: Array<string>;
59
+ 'SubAccounts'?: Array<string>;
41
60
  /**
42
61
  * The object identifier of the vault
62
+ * @type {string}
63
+ * @memberof VaultInfo
43
64
  */
44
- ObjectId?: string;
65
+ 'ObjectId'?: string;
45
66
  /**
46
67
  * The receipt token type
68
+ * @type {string}
69
+ * @memberof VaultInfo
47
70
  */
48
- ReceiptCoinType?: string;
71
+ 'ReceiptCoinType'?: string;
49
72
  /**
50
73
  * The coin type for the vault
74
+ * @type {string}
75
+ * @memberof VaultInfo
51
76
  */
52
- DepositCoinType?: string;
77
+ 'DepositCoinType'?: string;
53
78
  /**
54
79
  * The number of decimals for the asset coin
80
+ * @type {number}
81
+ * @memberof VaultInfo
55
82
  */
56
- DepositCoinDecimals?: number;
83
+ 'DepositCoinDecimals'?: number;
57
84
  }