@cobo/cobo-waas2 1.8.0 → 1.10.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.
Files changed (205) hide show
  1. package/README.md +117 -33
  2. package/dist/ApiClient.js +11 -1
  3. package/dist/api/AddressBooksApi.js +1 -1
  4. package/dist/api/DevelopersApi.js +7 -7
  5. package/dist/api/DevelopersWebhooksApi.js +8 -8
  6. package/dist/api/PrimeBrokerApi.js +317 -0
  7. package/dist/api/StakingsApi.js +412 -18
  8. package/dist/api/SwapsApi.js +360 -0
  9. package/dist/api/TransactionsApi.js +64 -20
  10. package/dist/api/TravelRuleApi.js +18 -18
  11. package/dist/api/WalletsApi.js +84 -13
  12. package/dist/api/WalletsExchangeWalletApi.js +1 -1
  13. package/dist/api/WalletsMPCWalletsApi.js +151 -39
  14. package/dist/api/WalletsSmartContractWalletsApi.js +1 -1
  15. package/dist/index.js +276 -10
  16. package/dist/model/ActivityExtra.js +5 -5
  17. package/dist/model/AddressBalance.js +129 -0
  18. package/dist/model/AddressTransferDestination.js +36 -0
  19. package/dist/model/AddressesEventData.js +4 -4
  20. package/dist/model/AddressesEventDataAllOfAddresses.js +295 -0
  21. package/dist/model/ApprovalStatementStatus.js +81 -0
  22. package/dist/model/AssetBalance.js +6 -6
  23. package/dist/model/BTCEIP191MessageSignDestination.js +122 -0
  24. package/dist/model/BabylonAirdropPop.js +186 -0
  25. package/dist/model/BabylonAirdropRegistration.js +172 -0
  26. package/dist/model/BabylonEligibleAirdrop.js +157 -0
  27. package/dist/model/BabylonRegistrationRequestStatus.js +66 -0
  28. package/dist/model/BabylonRegistrationStatus.js +66 -0
  29. package/dist/model/BabylonStakingActivityDetailExtra.js +1 -1
  30. package/dist/model/BabylonStakingRegistration.js +185 -0
  31. package/dist/model/{TokenBalanceBalance.js → Balance.js} +22 -22
  32. package/dist/model/{SwapSummary.js → ChangeGuardPubkey200Response.js} +28 -39
  33. package/dist/model/ContractCallParams.js +36 -0
  34. package/dist/model/ContractCallSource.js +6 -0
  35. package/dist/model/CoreStakingActivityDetailExtra.js +3 -3
  36. package/dist/model/CreateAddressRequest.js +28 -2
  37. package/dist/model/CreateBabylonAirdropRegistration201Response.js +87 -0
  38. package/dist/model/CreateBabylonAirdropRegistrationRequest.js +105 -0
  39. package/dist/model/CreateBabylonStakingRegistration201Response.js +87 -0
  40. package/dist/model/CreateBabylonStakingRegistrationRequest.js +103 -0
  41. package/dist/model/CreatePrimeBrokerAddress201Response.js +140 -0
  42. package/dist/model/CreatePrimeBrokerAddressRequest.js +107 -0
  43. package/dist/model/CreateSwapActivityRequest.js +153 -0
  44. package/dist/model/CreateSwapQuote201Response.js +264 -0
  45. package/dist/model/CreateSwapQuoteRequest.js +166 -0
  46. package/dist/model/DeleteGuardPubkey201Response.js +110 -0
  47. package/dist/model/EthStakeEstimatedFee.js +1 -1
  48. package/dist/model/EthStakingActivityDetailExtra.js +1 -1
  49. package/dist/model/GetStakingEstimationFee201Response.js +1 -1
  50. package/dist/model/GetTransactionLimitation200Response.js +4 -4
  51. package/dist/model/GuardPubkeyStatus.js +91 -0
  52. package/dist/model/ListAddressBalancesByToken200Response.js +123 -0
  53. package/dist/model/ListBabylonAirdropRegistrations200Response.js +123 -0
  54. package/dist/model/ListBabylonEligibleAirdrops200Response.js +123 -0
  55. package/dist/model/ListBabylonEligibleStakings200Response.js +123 -0
  56. package/dist/model/ListBabylonEligibleStakings200ResponseDataInner.js +141 -0
  57. package/dist/model/ListBabylonStakingRegistrations200Response.js +123 -0
  58. package/dist/model/ListEnableTokenPairs200Response.js +123 -0
  59. package/dist/model/ListKeyShareHolders200Response.js +123 -0
  60. package/dist/model/ListSwapActivities200Response.js +123 -0
  61. package/dist/model/MessageSignDestination.js +70 -8
  62. package/dist/model/MessageSignDestinationType.js +12 -2
  63. package/dist/model/MessageSignSource.js +6 -0
  64. package/dist/model/MpcContractCallSource.js +16 -0
  65. package/dist/model/MpcMessageSignSource.js +16 -0
  66. package/dist/model/MpcSigningGroup.js +27 -4
  67. package/dist/model/MpcTransferSource.js +16 -0
  68. package/dist/model/OrgInfo.js +3 -3
  69. package/dist/model/QueryApprovalStatement200Response.js +122 -0
  70. package/dist/model/QueryGuardPubkey200Response.js +129 -0
  71. package/dist/model/QueryGuardPubkey200ResponseAddressesInner.js +125 -0
  72. package/dist/model/RootPubkey.js +1 -1
  73. package/dist/model/SelfCustodyWallet.js +7 -7
  74. package/dist/model/StakingPoolId.js +30 -0
  75. package/dist/model/StakingPoolType.js +15 -0
  76. package/dist/model/SubWalletAssetBalance.js +6 -6
  77. package/dist/model/SubmitDepositTravelRuleInfo201Response.js +1 -1
  78. package/dist/model/SwapQuote.js +203 -0
  79. package/dist/model/TSSGroups.js +1 -1
  80. package/dist/model/TokenBalance.js +6 -6
  81. package/dist/model/TransactionDepositToAddressDestination.js +16 -0
  82. package/dist/model/TransactionDepositToAddressDestinationTxInfo.js +83 -0
  83. package/dist/model/TransactionDestination.js +10 -4
  84. package/dist/model/TransactionRawTxInfo.js +29 -0
  85. package/dist/model/TransactionRbfSource.js +6 -0
  86. package/dist/model/TransactionSubStatus.js +5 -0
  87. package/dist/model/TransactionUserApprovalDetail.js +3 -3
  88. package/dist/model/TransactionUtxoChange.js +101 -0
  89. package/dist/model/TransferDestination.js +6 -0
  90. package/dist/model/TransferParams.js +36 -0
  91. package/dist/model/TransferSource.js +6 -0
  92. package/dist/model/TravelRuleDepositExchangesOrVASP.js +4 -4
  93. package/dist/model/TravelRuleDepositExchangesOrVASPEntityInfo.js +7 -7
  94. package/dist/model/TravelRuleDepositLegalEntity.js +5 -5
  95. package/dist/model/TravelRuleDepositNaturalEntity.js +9 -9
  96. package/dist/model/TravelRuleDepositRequestTravelRuleInfo.js +5 -5
  97. package/dist/model/TravelRuleWithdrawExchangesOrVASP.js +3 -3
  98. package/dist/model/TravelRuleWithdrawExchangesOrVASPEntityInfo.js +5 -5
  99. package/dist/model/TravelRuleWithdrawLegalEntity.js +2 -2
  100. package/dist/model/TravelRuleWithdrawNaturalEntity.js +7 -7
  101. package/dist/model/TravelRuleWithdrawRequestTravelRuleInfo.js +4 -4
  102. package/dist/model/Vasp.js +7 -7
  103. package/dist/model/WebhookEventData.js +2 -2
  104. package/docs/ActivityExtra.md +5 -5
  105. package/docs/AddressBalance.md +10 -0
  106. package/docs/AddressBooksApi.md +1 -1
  107. package/docs/AddressTransferDestination.md +14 -0
  108. package/docs/AddressesEventData.md +1 -1
  109. package/docs/AddressesEventDataAllOfAddresses.md +19 -0
  110. package/docs/ApprovalStatementStatus.md +20 -0
  111. package/docs/AssetBalance.md +1 -1
  112. package/docs/BTCEIP191MessageSignDestination.md +10 -0
  113. package/docs/BabylonAirdropPop.md +14 -0
  114. package/docs/BabylonAirdropRegistration.md +16 -0
  115. package/docs/BabylonEligibleAirdrop.md +14 -0
  116. package/docs/BabylonRegistrationRequestStatus.md +14 -0
  117. package/docs/BabylonRegistrationStatus.md +14 -0
  118. package/docs/BabylonStakingActivityDetailExtra.md +1 -1
  119. package/docs/BabylonStakingRegistration.md +17 -0
  120. package/docs/{TokenBalanceBalance.md → Balance.md} +1 -1
  121. package/docs/ChangeGuardPubkey200Response.md +9 -0
  122. package/docs/ContractCallParams.md +14 -0
  123. package/docs/ContractCallSource.md +1 -0
  124. package/docs/CoreStakingActivityDetailExtra.md +3 -3
  125. package/docs/CreateAddressRequest.md +3 -1
  126. package/docs/CreateBabylonAirdropRegistration201Response.md +9 -0
  127. package/docs/CreateBabylonAirdropRegistrationRequest.md +10 -0
  128. package/docs/CreateBabylonStakingRegistration201Response.md +9 -0
  129. package/docs/CreateBabylonStakingRegistrationRequest.md +10 -0
  130. package/docs/CreatePrimeBrokerAddress201Response.md +10 -0
  131. package/docs/CreatePrimeBrokerAddressRequest.md +9 -0
  132. package/docs/CreateSwapActivityRequest.md +12 -0
  133. package/docs/CreateSwapQuote201Response.md +17 -0
  134. package/docs/CreateSwapQuoteRequest.md +13 -0
  135. package/docs/DeleteGuardPubkey201Response.md +9 -0
  136. package/docs/DevelopersApi.md +5 -5
  137. package/docs/DevelopersWebhooksApi.md +8 -8
  138. package/docs/EthStakeEstimatedFee.md +1 -1
  139. package/docs/EthStakingActivityDetailExtra.md +1 -1
  140. package/docs/GetStakingEstimationFee201Response.md +1 -1
  141. package/docs/GetTransactionLimitation200Response.md +4 -4
  142. package/docs/GuardPubkeyStatus.md +24 -0
  143. package/docs/ListAddressBalancesByToken200Response.md +10 -0
  144. package/docs/ListBabylonAirdropRegistrations200Response.md +10 -0
  145. package/docs/ListBabylonEligibleAirdrops200Response.md +10 -0
  146. package/docs/ListBabylonEligibleStakings200Response.md +10 -0
  147. package/docs/ListBabylonEligibleStakings200ResponseDataInner.md +13 -0
  148. package/docs/ListBabylonStakingRegistrations200Response.md +10 -0
  149. package/docs/ListEnableTokenPairs200Response.md +10 -0
  150. package/docs/ListKeyShareHolders200Response.md +10 -0
  151. package/docs/ListSwapActivities200Response.md +10 -0
  152. package/docs/MessageSignDestination.md +1 -0
  153. package/docs/MessageSignDestinationType.md +6 -2
  154. package/docs/MessageSignSource.md +1 -0
  155. package/docs/MpcContractCallSource.md +1 -0
  156. package/docs/MpcMessageSignSource.md +1 -0
  157. package/docs/MpcSigningGroup.md +1 -1
  158. package/docs/MpcTransferSource.md +1 -0
  159. package/docs/OrgInfo.md +1 -1
  160. package/docs/PrimeBrokerApi.md +318 -0
  161. package/docs/QueryApprovalStatement200Response.md +12 -0
  162. package/docs/QueryGuardPubkey200Response.md +11 -0
  163. package/docs/QueryGuardPubkey200ResponseAddressesInner.md +10 -0
  164. package/docs/RootPubkey.md +1 -1
  165. package/docs/SelfCustodyWallet.md +3 -3
  166. package/docs/StakingPoolId.md +12 -0
  167. package/docs/StakingPoolType.md +6 -0
  168. package/docs/StakingsApi.md +460 -12
  169. package/docs/SubWalletAssetBalance.md +1 -1
  170. package/docs/SubmitDepositTravelRuleInfo201Response.md +1 -1
  171. package/docs/SwapQuote.md +16 -0
  172. package/docs/SwapsApi.md +348 -0
  173. package/docs/TSSGroups.md +1 -1
  174. package/docs/TokenBalance.md +1 -1
  175. package/docs/TransactionDepositToAddressDestination.md +1 -0
  176. package/docs/TransactionDepositToAddressDestinationTxInfo.md +9 -0
  177. package/docs/TransactionDestination.md +1 -0
  178. package/docs/TransactionRawTxInfo.md +2 -0
  179. package/docs/TransactionRbfSource.md +1 -0
  180. package/docs/TransactionSubStatus.md +2 -0
  181. package/docs/TransactionUserApprovalDetail.md +3 -3
  182. package/docs/TransactionUtxoChange.md +10 -0
  183. package/docs/TransactionsApi.md +68 -17
  184. package/docs/TransferDestination.md +14 -0
  185. package/docs/TransferParams.md +14 -0
  186. package/docs/TransferSource.md +1 -0
  187. package/docs/TravelRuleApi.md +13 -13
  188. package/docs/TravelRuleDepositExchangesOrVASP.md +2 -2
  189. package/docs/TravelRuleDepositExchangesOrVASPEntityInfo.md +7 -7
  190. package/docs/TravelRuleDepositLegalEntity.md +3 -3
  191. package/docs/TravelRuleDepositNaturalEntity.md +5 -5
  192. package/docs/TravelRuleDepositRequestTravelRuleInfo.md +5 -5
  193. package/docs/TravelRuleWithdrawExchangesOrVASP.md +1 -1
  194. package/docs/TravelRuleWithdrawExchangesOrVASPEntityInfo.md +5 -5
  195. package/docs/TravelRuleWithdrawLegalEntity.md +1 -1
  196. package/docs/TravelRuleWithdrawNaturalEntity.md +4 -4
  197. package/docs/TravelRuleWithdrawRequestTravelRuleInfo.md +4 -4
  198. package/docs/Vasp.md +3 -3
  199. package/docs/WalletsApi.md +78 -13
  200. package/docs/WalletsExchangeWalletApi.md +1 -1
  201. package/docs/WalletsMPCWalletsApi.md +141 -27
  202. package/docs/WalletsSmartContractWalletsApi.md +1 -1
  203. package/docs/WebhookEventData.md +1 -1
  204. package/package.json +2 -2
  205. package/docs/SwapSummary.md +0 -10
@@ -0,0 +1,101 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
11
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
12
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * Cobo Wallet as a Service 2.0
16
+ *
17
+ * Contact: help@cobo.com
18
+ *
19
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
20
+ * https://openapi-generator.tech
21
+ * Do not edit the class manually.
22
+ *
23
+ */
24
+ /**
25
+ * The TransactionUtxoChange model module.
26
+ * @module model/TransactionUtxoChange
27
+ */
28
+ var TransactionUtxoChange = /*#__PURE__*/function () {
29
+ /**
30
+ * Constructs a new <code>TransactionUtxoChange</code>.
31
+ * The UTXO change output information.
32
+ * @alias module:model/TransactionUtxoChange
33
+ */
34
+ function TransactionUtxoChange() {
35
+ _classCallCheck(this, TransactionUtxoChange);
36
+ TransactionUtxoChange.initialize(this);
37
+ }
38
+
39
+ /**
40
+ * Initializes the fields of this object.
41
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
42
+ * Only for internal use.
43
+ */
44
+ return _createClass(TransactionUtxoChange, null, [{
45
+ key: "initialize",
46
+ value: function initialize(obj) {}
47
+
48
+ /**
49
+ * Constructs a <code>TransactionUtxoChange</code> from a plain JavaScript object, optionally creating a new instance.
50
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
51
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
52
+ * @param {module:model/TransactionUtxoChange} obj Optional instance to populate.
53
+ * @return {module:model/TransactionUtxoChange} The populated <code>TransactionUtxoChange</code> instance.
54
+ */
55
+ }, {
56
+ key: "constructFromObject",
57
+ value: function constructFromObject(data, obj) {
58
+ if (data) {
59
+ obj = obj || new TransactionUtxoChange();
60
+ if (data.hasOwnProperty('address')) {
61
+ obj['address'] = _ApiClient["default"].convertToType(data['address'], 'String');
62
+ }
63
+ if (data.hasOwnProperty('value')) {
64
+ obj['value'] = _ApiClient["default"].convertToType(data['value'], 'String');
65
+ }
66
+ }
67
+ return obj;
68
+ }
69
+
70
+ /**
71
+ * Validates the JSON data with respect to <code>TransactionUtxoChange</code>.
72
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
73
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>TransactionUtxoChange</code>.
74
+ */
75
+ }, {
76
+ key: "validateJSON",
77
+ value: function validateJSON(data) {
78
+ // ensure the json data is a string
79
+ if (data['address'] && !(typeof data['address'] === 'string' || data['address'] instanceof String)) {
80
+ throw new Error("Expected the field `address` to be a primitive type in the JSON string but got " + data['address']);
81
+ }
82
+ // ensure the json data is a string
83
+ if (data['value'] && !(typeof data['value'] === 'string' || data['value'] instanceof String)) {
84
+ throw new Error("Expected the field `value` to be a primitive type in the JSON string but got " + data['value']);
85
+ }
86
+ return true;
87
+ }
88
+ }]);
89
+ }();
90
+ /**
91
+ * The receiving address of the UTXO change output.
92
+ * @member {String} address
93
+ */
94
+ TransactionUtxoChange.prototype['address'] = undefined;
95
+
96
+ /**
97
+ * The amount of the UTXO change output.
98
+ * @member {String} value
99
+ */
100
+ TransactionUtxoChange.prototype['value'] = undefined;
101
+ var _default = exports["default"] = TransactionUtxoChange;
@@ -195,6 +195,12 @@ TransferDestination.prototype['utxo_outputs'] = undefined;
195
195
  */
196
196
  TransferDestination.prototype['change_address'] = undefined;
197
197
 
198
+ /**
199
+ * The position of the change output in the transaction's outputs. Possible values are: - `Last`: The change output is placed at the end of the transaction's outputs. - `First`: The change output is placed at the beginning of the transaction's outputs.
200
+ * @member {module:model/TransferDestination.ChangeOutputTypeEnum} change_output_type
201
+ */
202
+ TransferDestination.prototype['change_output_type'] = undefined;
203
+
198
204
  /**
199
205
  * Whether the transaction request must be executed as a [Cobo Loop](https://manuals.cobo.com/en/portal/custodial-wallets/cobo-loop) transfer. - `true`: The transaction request must be executed as a Cobo Loop transfer. - `false`: The transaction request may not be executed as a Cobo Loop transfer. Please do not set both `force_internal` and `force_external` as `true`.
200
206
  * @member {Boolean} force_internal
@@ -94,6 +94,9 @@ var TransferParams = /*#__PURE__*/function () {
94
94
  if (data.hasOwnProperty('fee')) {
95
95
  obj['fee'] = _TransactionRequestFee["default"].constructFromObject(data['fee']);
96
96
  }
97
+ if (data.hasOwnProperty('transaction_process_type')) {
98
+ obj['transaction_process_type'] = _ApiClient["default"].convertToType(data['transaction_process_type'], 'String');
99
+ }
97
100
  if (data.hasOwnProperty('auto_fuel')) {
98
101
  obj['auto_fuel'] = _AutoFuelType["default"].constructFromObject(data['auto_fuel']);
99
102
  }
@@ -161,6 +164,10 @@ var TransferParams = /*#__PURE__*/function () {
161
164
  _TransactionRequestFee["default"].validateJSON(data['fee']);
162
165
  }
163
166
  }
167
+ // ensure the json data is a string
168
+ if (data['transaction_process_type'] && !(typeof data['transaction_process_type'] === 'string' || data['transaction_process_type'] instanceof String)) {
169
+ throw new Error("Expected the field `transaction_process_type` to be a primitive type in the JSON string but got " + data['transaction_process_type']);
170
+ }
164
171
  return true;
165
172
  }
166
173
  }]);
@@ -206,8 +213,37 @@ TransferParams.prototype['description'] = undefined;
206
213
  */
207
214
  TransferParams.prototype['fee'] = undefined;
208
215
 
216
+ /**
217
+ * Transaction processing type. Possible values are: - `AutoProcess` (default): After the transaction is constructed, it will be automatically signed and broadcast. - `BuildOnly`: Set to this value if you want to build the transaction first without automatically signing and broadcasting it. You can manually call the [Sign and broadcast transaction](https://www.cobo.com/developers/v2/api-references/transactions/sign-and-broadcast-transaction) operation to complete the signing and broadcasting process.
218
+ * @member {module:model/TransferParams.TransactionProcessTypeEnum} transaction_process_type
219
+ */
220
+ TransferParams.prototype['transaction_process_type'] = undefined;
221
+
209
222
  /**
210
223
  * @member {module:model/AutoFuelType} auto_fuel
211
224
  */
212
225
  TransferParams.prototype['auto_fuel'] = undefined;
226
+
227
+ /**
228
+ * Allowed values for the <code>transaction_process_type</code> property.
229
+ * @enum {String}
230
+ * @readonly
231
+ */
232
+ TransferParams['TransactionProcessTypeEnum'] = {
233
+ /**
234
+ * value: "AutoProcess"
235
+ * @const
236
+ */
237
+ "AutoProcess": "AutoProcess",
238
+ /**
239
+ * value: "BuildOnly"
240
+ * @const
241
+ */
242
+ "BuildOnly": "BuildOnly",
243
+ /**
244
+ * value: "unknown_default_open_api"
245
+ * @const
246
+ */
247
+ "unknown_default_open_api": "unknown_default_open_api"
248
+ };
213
249
  var _default = exports["default"] = TransferParams;
@@ -8,6 +8,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _CoboSafeDelegate = _interopRequireDefault(require("./CoboSafeDelegate"));
9
9
  var _CustodialTransferSource = _interopRequireDefault(require("./CustodialTransferSource"));
10
10
  var _ExchangeTransferSource = _interopRequireDefault(require("./ExchangeTransferSource"));
11
+ var _MpcSigningGroup = _interopRequireDefault(require("./MpcSigningGroup"));
11
12
  var _MpcTransferSource = _interopRequireDefault(require("./MpcTransferSource"));
12
13
  var _SafeTransferSource = _interopRequireDefault(require("./SafeTransferSource"));
13
14
  var _TransactionUtxo = _interopRequireDefault(require("./TransactionUtxo"));
@@ -265,6 +266,11 @@ TransferSource.prototype['included_utxos'] = undefined;
265
266
  */
266
267
  TransferSource.prototype['excluded_utxos'] = undefined;
267
268
 
269
+ /**
270
+ * @member {module:model/MpcSigningGroup} mpc_used_key_share_holder_group
271
+ */
272
+ TransferSource.prototype['mpc_used_key_share_holder_group'] = undefined;
273
+
268
274
  /**
269
275
  * @member {module:model/CoboSafeDelegate} delegate
270
276
  */
@@ -33,10 +33,10 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  var TravelRuleDepositExchangesOrVASP = /*#__PURE__*/function () {
34
34
  /**
35
35
  * Constructs a new <code>TravelRuleDepositExchangesOrVASP</code>.
36
- * Required fields for &#x60;EXCHANGES_OR_VASP&#x60;.
36
+ * Required information when depositing from an exchange or other virtual asset service providers (VASP).
37
37
  * @alias module:model/TravelRuleDepositExchangesOrVASP
38
38
  * @param destination_wallet_type {module:model/DestinationWalletType}
39
- * @param vendor_code {String} The vendor code for exchanges or VASPs.
39
+ * @param vendor_code {String} The vendor code of the VASP.
40
40
  * @param vendor_vasp_id {String} The unique identifier of the VASP.
41
41
  * @param entity_info {module:model/TravelRuleDepositExchangesOrVASPEntityInfo}
42
42
  */
@@ -144,7 +144,7 @@ TravelRuleDepositExchangesOrVASP.RequiredProperties = ["destination_wallet_type"
144
144
  TravelRuleDepositExchangesOrVASP.prototype['destination_wallet_type'] = undefined;
145
145
 
146
146
  /**
147
- * The vendor code for exchanges or VASPs.
147
+ * The vendor code of the VASP.
148
148
  * @member {String} vendor_code
149
149
  */
150
150
  TravelRuleDepositExchangesOrVASP.prototype['vendor_code'] = undefined;
@@ -156,7 +156,7 @@ TravelRuleDepositExchangesOrVASP.prototype['vendor_code'] = undefined;
156
156
  TravelRuleDepositExchangesOrVASP.prototype['vendor_vasp_id'] = undefined;
157
157
 
158
158
  /**
159
- * The vendor name to be provided when selecting \"Others\" as the VASP case. This field allows customers to specify the name of a vendor not listed.
159
+ * The vendor name. Use this field to specify the name of a vendor not listed.
160
160
  * @member {String} vendor_vasp_name
161
161
  */
162
162
  TravelRuleDepositExchangesOrVASP.prototype['vendor_vasp_name'] = undefined;
@@ -163,7 +163,7 @@ var TravelRuleDepositExchangesOrVASPEntityInfo = /*#__PURE__*/function () {
163
163
  }]);
164
164
  }();
165
165
  /**
166
- * Specifies the type of entity associated with the transaction.
166
+ * Specifies the type of entity associated with the transaction. - `LEGAL`: Legal entity. - `NATURAL`: Natural person.
167
167
  * @member {module:model/TravelRuleDepositExchangesOrVASPEntityInfo.SelectedEntityTypeEnum} selected_entity_type
168
168
  */
169
169
  _TravelRuleDepositExchangesOrVASPEntityInfo = TravelRuleDepositExchangesOrVASPEntityInfo;
@@ -184,37 +184,37 @@ TravelRuleDepositExchangesOrVASPEntityInfo.prototype['selected_entity_type'] = u
184
184
  TravelRuleDepositExchangesOrVASPEntityInfo.prototype['legal_name'] = undefined;
185
185
 
186
186
  /**
187
- * The incorporation date of the entity. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: LEGAL. Otherwise, this field can be omitted.
187
+ * The date of incorporation of the entity. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `LEGAL`.
188
188
  * @member {Date} date_of_incorporation
189
189
  */
190
190
  TravelRuleDepositExchangesOrVASPEntityInfo.prototype['date_of_incorporation'] = undefined;
191
191
 
192
192
  /**
193
- * The place of incorporation of the entity. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: LEGAL. Otherwise, this field can be omitted.
193
+ * The place of incorporation of the entity. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `LEGAL`.
194
194
  * @member {String} place_of_incorporation
195
195
  */
196
196
  TravelRuleDepositExchangesOrVASPEntityInfo.prototype['place_of_incorporation'] = undefined;
197
197
 
198
198
  /**
199
- * The first name of the user.
199
+ * The first name of the natural person.
200
200
  * @member {String} first_name
201
201
  */
202
202
  TravelRuleDepositExchangesOrVASPEntityInfo.prototype['first_name'] = undefined;
203
203
 
204
204
  /**
205
- * The last name of the user.
205
+ * The last name of the natural person.
206
206
  * @member {String} last_name
207
207
  */
208
208
  TravelRuleDepositExchangesOrVASPEntityInfo.prototype['last_name'] = undefined;
209
209
 
210
210
  /**
211
- * The date of birth of the user. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: NATURAL. Otherwise, this field can be omitted.
211
+ * The date of birth of the natural person. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `NATURAL`.
212
212
  * @member {Date} date_of_birth
213
213
  */
214
214
  TravelRuleDepositExchangesOrVASPEntityInfo.prototype['date_of_birth'] = undefined;
215
215
 
216
216
  /**
217
- * The place of birth of the user. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: NATURAL. Otherwise, this field can be omitted.
217
+ * The place of birth of the natural person. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `NATURAL`.
218
218
  * @member {String} place_of_birth
219
219
  */
220
220
  TravelRuleDepositExchangesOrVASPEntityInfo.prototype['place_of_birth'] = undefined;
@@ -31,9 +31,9 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  var TravelRuleDepositLegalEntity = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new <code>TravelRuleDepositLegalEntity</code>.
34
- * Required fields for LEGAL entities.
34
+ * The required information of a legal entity.
35
35
  * @alias module:model/TravelRuleDepositLegalEntity
36
- * @param selected_entity_type {module:model/TravelRuleDepositLegalEntity.SelectedEntityTypeEnum} Specifies the type of entity associated with the transaction.
36
+ * @param selected_entity_type {module:model/TravelRuleDepositLegalEntity.SelectedEntityTypeEnum} The entity type. Possible values include: - `LEGAL`: Legal entity. - `NATURAL`: Natural person.
37
37
  * @param legal_name {String} The legal name of the entity.
38
38
  */
39
39
  function TravelRuleDepositLegalEntity(selected_entity_type, legal_name) {
@@ -123,7 +123,7 @@ var TravelRuleDepositLegalEntity = /*#__PURE__*/function () {
123
123
  TravelRuleDepositLegalEntity.RequiredProperties = ["selected_entity_type", "legal_name"];
124
124
 
125
125
  /**
126
- * Specifies the type of entity associated with the transaction.
126
+ * The entity type. Possible values include: - `LEGAL`: Legal entity. - `NATURAL`: Natural person.
127
127
  * @member {module:model/TravelRuleDepositLegalEntity.SelectedEntityTypeEnum} selected_entity_type
128
128
  */
129
129
  TravelRuleDepositLegalEntity.prototype['selected_entity_type'] = undefined;
@@ -135,13 +135,13 @@ TravelRuleDepositLegalEntity.prototype['selected_entity_type'] = undefined;
135
135
  TravelRuleDepositLegalEntity.prototype['legal_name'] = undefined;
136
136
 
137
137
  /**
138
- * The incorporation date of the entity. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: LEGAL. Otherwise, this field can be omitted.
138
+ * The date of incorporation of the entity. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `LEGAL`.
139
139
  * @member {Date} date_of_incorporation
140
140
  */
141
141
  TravelRuleDepositLegalEntity.prototype['date_of_incorporation'] = undefined;
142
142
 
143
143
  /**
144
- * The place of incorporation of the entity. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: LEGAL. Otherwise, this field can be omitted.
144
+ * The place of incorporation of the entity. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `LEGAL`.
145
145
  * @member {String} place_of_incorporation
146
146
  */
147
147
  TravelRuleDepositLegalEntity.prototype['place_of_incorporation'] = undefined;
@@ -31,11 +31,11 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  var TravelRuleDepositNaturalEntity = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new <code>TravelRuleDepositNaturalEntity</code>.
34
- * Required fields for NATURAL entities.
34
+ * The required information of a natural person.
35
35
  * @alias module:model/TravelRuleDepositNaturalEntity
36
- * @param selected_entity_type {module:model/TravelRuleDepositNaturalEntity.SelectedEntityTypeEnum} Specifies the type of entity associated with the transaction.
37
- * @param first_name {String} The first name of the user.
38
- * @param last_name {String} The last name of the user.
36
+ * @param selected_entity_type {module:model/TravelRuleDepositNaturalEntity.SelectedEntityTypeEnum} Specifies the type of entity associated with the transaction. - `LEGAL`: Legal entity. - `NATURAL`: Natural person.
37
+ * @param first_name {String} The first name of the natural person.
38
+ * @param last_name {String} The last name of the natural person.
39
39
  */
40
40
  function TravelRuleDepositNaturalEntity(selected_entity_type, first_name, last_name) {
41
41
  _classCallCheck(this, TravelRuleDepositNaturalEntity);
@@ -132,31 +132,31 @@ var TravelRuleDepositNaturalEntity = /*#__PURE__*/function () {
132
132
  TravelRuleDepositNaturalEntity.RequiredProperties = ["selected_entity_type", "first_name", "last_name"];
133
133
 
134
134
  /**
135
- * Specifies the type of entity associated with the transaction.
135
+ * Specifies the type of entity associated with the transaction. - `LEGAL`: Legal entity. - `NATURAL`: Natural person.
136
136
  * @member {module:model/TravelRuleDepositNaturalEntity.SelectedEntityTypeEnum} selected_entity_type
137
137
  */
138
138
  TravelRuleDepositNaturalEntity.prototype['selected_entity_type'] = undefined;
139
139
 
140
140
  /**
141
- * The first name of the user.
141
+ * The first name of the natural person.
142
142
  * @member {String} first_name
143
143
  */
144
144
  TravelRuleDepositNaturalEntity.prototype['first_name'] = undefined;
145
145
 
146
146
  /**
147
- * The last name of the user.
147
+ * The last name of the natural person.
148
148
  * @member {String} last_name
149
149
  */
150
150
  TravelRuleDepositNaturalEntity.prototype['last_name'] = undefined;
151
151
 
152
152
  /**
153
- * The date of birth of the user. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: NATURAL. Otherwise, this field can be omitted.
153
+ * The date of birth of the natural person. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `NATURAL`.
154
154
  * @member {Date} date_of_birth
155
155
  */
156
156
  TravelRuleDepositNaturalEntity.prototype['date_of_birth'] = undefined;
157
157
 
158
158
  /**
159
- * The place of birth of the user. This field is required when: - **Calling**: `travel_rule/transaction/limitation` API returns `is_threshold_reached = true`. - **Entity Type**: NATURAL. Otherwise, this field can be omitted.
159
+ * The place of birth of the natural person. This field is required when either of the following conditions is met: - `is_threshold_reached` is `true` in the response of the [Retrieve transaction limitations](https://www.cobo.com/developers/v2/api-references/travelrule/retrieve-transaction-limitations) operation. - `selected_entity_type` is `NATURAL`.
160
160
  * @member {String} place_of_birth
161
161
  */
162
162
  TravelRuleDepositNaturalEntity.prototype['place_of_birth'] = undefined;
@@ -179,7 +179,7 @@ _defineProperty(TravelRuleDepositRequestTravelRuleInfo, "fromJSON", function (js
179
179
  TravelRuleDepositRequestTravelRuleInfo.prototype['destination_wallet_type'] = undefined;
180
180
 
181
181
  /**
182
- * The vendor code for exchanges or VASPs.
182
+ * The vendor code of the VASP.
183
183
  * @member {String} vendor_code
184
184
  */
185
185
  TravelRuleDepositRequestTravelRuleInfo.prototype['vendor_code'] = undefined;
@@ -191,7 +191,7 @@ TravelRuleDepositRequestTravelRuleInfo.prototype['vendor_code'] = undefined;
191
191
  TravelRuleDepositRequestTravelRuleInfo.prototype['vendor_vasp_id'] = undefined;
192
192
 
193
193
  /**
194
- * The vendor name to be provided when selecting \"Others\" as the VASP case. This field allows customers to specify the name of a vendor not listed.
194
+ * The vendor name. Use this field to specify the name of a vendor not listed.
195
195
  * @member {String} vendor_vasp_name
196
196
  */
197
197
  TravelRuleDepositRequestTravelRuleInfo.prototype['vendor_vasp_name'] = undefined;
@@ -202,19 +202,19 @@ TravelRuleDepositRequestTravelRuleInfo.prototype['vendor_vasp_name'] = undefined
202
202
  TravelRuleDepositRequestTravelRuleInfo.prototype['entity_info'] = undefined;
203
203
 
204
204
  /**
205
- * The challenge obtained from a previous operation.
205
+ * The message obtained from the `Retrieve transaction limitations` operation. This message is used to verify wallet ownership through signing.
206
206
  * @member {String} self_custody_wallet_challenge
207
207
  */
208
208
  TravelRuleDepositRequestTravelRuleInfo.prototype['self_custody_wallet_challenge'] = undefined;
209
209
 
210
210
  /**
211
- * The address of the self-custodial wallet.
211
+ * The address of the self-custody wallet.
212
212
  * @member {String} self_custody_wallet_address
213
213
  */
214
214
  TravelRuleDepositRequestTravelRuleInfo.prototype['self_custody_wallet_address'] = undefined;
215
215
 
216
216
  /**
217
- * The signed message from the self-custodial wallet.
217
+ * The signature created by signing the challenge message with the wallet's private key.
218
218
  * @member {String} self_custody_wallet_sign
219
219
  */
220
220
  TravelRuleDepositRequestTravelRuleInfo.prototype['self_custody_wallet_sign'] = undefined;
@@ -33,10 +33,10 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  var TravelRuleWithdrawExchangesOrVASP = /*#__PURE__*/function () {
34
34
  /**
35
35
  * Constructs a new <code>TravelRuleWithdrawExchangesOrVASP</code>.
36
- * Required fields for &#x60;EXCHANGES_OR_VASP&#x60;.
36
+ * Required information when withdrawing tokens to an exchange or other virtual asset service providers (VASP).
37
37
  * @alias module:model/TravelRuleWithdrawExchangesOrVASP
38
38
  * @param destination_wallet_type {module:model/DestinationWalletType}
39
- * @param vendor_code {String} The vendor code for exchanges or VASPs.
39
+ * @param vendor_code {String} The vendor code of the exchange or virtual asset service provider (VASP).
40
40
  * @param vendor_vasp_id {String} The unique identifier of the VASP.
41
41
  * @param entity_info {module:model/TravelRuleWithdrawExchangesOrVASPEntityInfo}
42
42
  */
@@ -137,7 +137,7 @@ TravelRuleWithdrawExchangesOrVASP.RequiredProperties = ["destination_wallet_type
137
137
  TravelRuleWithdrawExchangesOrVASP.prototype['destination_wallet_type'] = undefined;
138
138
 
139
139
  /**
140
- * The vendor code for exchanges or VASPs.
140
+ * The vendor code of the exchange or virtual asset service provider (VASP).
141
141
  * @member {String} vendor_code
142
142
  */
143
143
  TravelRuleWithdrawExchangesOrVASP.prototype['vendor_code'] = undefined;
@@ -184,7 +184,7 @@ TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['selected_entity_type'] =
184
184
  TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['legal_name'] = undefined;
185
185
 
186
186
  /**
187
- * The incorporation date of the entity.
187
+ * The date of incorporation of the entity.
188
188
  * @member {Date} date_of_incorporation
189
189
  */
190
190
  TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['date_of_incorporation'] = undefined;
@@ -196,25 +196,25 @@ TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['date_of_incorporation'] =
196
196
  TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['place_of_incorporation'] = undefined;
197
197
 
198
198
  /**
199
- * The first name of the user.
199
+ * The first name of the natural person.
200
200
  * @member {String} first_name
201
201
  */
202
202
  TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['first_name'] = undefined;
203
203
 
204
204
  /**
205
- * The last name of the user.
205
+ * The last name of the natural person.
206
206
  * @member {String} last_name
207
207
  */
208
208
  TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['last_name'] = undefined;
209
209
 
210
210
  /**
211
- * The date of birth of the user.
211
+ * The date of birth of the natural person.
212
212
  * @member {Date} date_of_birth
213
213
  */
214
214
  TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['date_of_birth'] = undefined;
215
215
 
216
216
  /**
217
- * The place of birth of the user.
217
+ * The place of birth of the natural person.
218
218
  * @member {String} place_of_birth
219
219
  */
220
220
  TravelRuleWithdrawExchangesOrVASPEntityInfo.prototype['place_of_birth'] = undefined;
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  var TravelRuleWithdrawLegalEntity = /*#__PURE__*/function () {
33
33
  /**
34
34
  * Constructs a new <code>TravelRuleWithdrawLegalEntity</code>.
35
- * Required fields for LEGAL entities.
35
+ * The required information of a legal entity.
36
36
  * @alias module:model/TravelRuleWithdrawLegalEntity
37
37
  * @param selected_entity_type {module:model/SelectedEntityType}
38
38
  * @param legal_name {String} The legal name of the entity.
@@ -131,7 +131,7 @@ TravelRuleWithdrawLegalEntity.prototype['selected_entity_type'] = undefined;
131
131
  TravelRuleWithdrawLegalEntity.prototype['legal_name'] = undefined;
132
132
 
133
133
  /**
134
- * The incorporation date of the entity.
134
+ * The date of incorporation of the entity.
135
135
  * @member {Date} date_of_incorporation
136
136
  */
137
137
  TravelRuleWithdrawLegalEntity.prototype['date_of_incorporation'] = undefined;
@@ -32,11 +32,11 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  var TravelRuleWithdrawNaturalEntity = /*#__PURE__*/function () {
33
33
  /**
34
34
  * Constructs a new <code>TravelRuleWithdrawNaturalEntity</code>.
35
- * Required fields for NATURAL entities.
35
+ * The required information of a natural person.
36
36
  * @alias module:model/TravelRuleWithdrawNaturalEntity
37
37
  * @param selected_entity_type {module:model/SelectedEntityType}
38
- * @param first_name {String} The first name of the user.
39
- * @param last_name {String} The last name of the user.
38
+ * @param first_name {String} The first name of the natural person.
39
+ * @param last_name {String} The last name of the natural person.
40
40
  */
41
41
  function TravelRuleWithdrawNaturalEntity(selected_entity_type, first_name, last_name) {
42
42
  _classCallCheck(this, TravelRuleWithdrawNaturalEntity);
@@ -134,25 +134,25 @@ TravelRuleWithdrawNaturalEntity.RequiredProperties = ["selected_entity_type", "f
134
134
  TravelRuleWithdrawNaturalEntity.prototype['selected_entity_type'] = undefined;
135
135
 
136
136
  /**
137
- * The first name of the user.
137
+ * The first name of the natural person.
138
138
  * @member {String} first_name
139
139
  */
140
140
  TravelRuleWithdrawNaturalEntity.prototype['first_name'] = undefined;
141
141
 
142
142
  /**
143
- * The last name of the user.
143
+ * The last name of the natural person.
144
144
  * @member {String} last_name
145
145
  */
146
146
  TravelRuleWithdrawNaturalEntity.prototype['last_name'] = undefined;
147
147
 
148
148
  /**
149
- * The date of birth of the user.
149
+ * The date of birth of the natural person.
150
150
  * @member {Date} date_of_birth
151
151
  */
152
152
  TravelRuleWithdrawNaturalEntity.prototype['date_of_birth'] = undefined;
153
153
 
154
154
  /**
155
- * The place of birth of the user.
155
+ * The place of birth of the natural person.
156
156
  * @member {String} place_of_birth
157
157
  */
158
158
  TravelRuleWithdrawNaturalEntity.prototype['place_of_birth'] = undefined;
@@ -179,25 +179,25 @@ _defineProperty(TravelRuleWithdrawRequestTravelRuleInfo, "fromJSON", function (j
179
179
  TravelRuleWithdrawRequestTravelRuleInfo.prototype['destination_wallet_type'] = undefined;
180
180
 
181
181
  /**
182
- * The challenge obtained from a previous operation.
182
+ * The message obtained from the `Retrieve transaction limitations` operation. This message is used to verify wallet ownership through signing.
183
183
  * @member {String} self_custody_wallet_challenge
184
184
  */
185
185
  TravelRuleWithdrawRequestTravelRuleInfo.prototype['self_custody_wallet_challenge'] = undefined;
186
186
 
187
187
  /**
188
- * The address of the self-custodial wallet.
188
+ * The address of the self-custody wallet.
189
189
  * @member {String} self_custody_wallet_address
190
190
  */
191
191
  TravelRuleWithdrawRequestTravelRuleInfo.prototype['self_custody_wallet_address'] = undefined;
192
192
 
193
193
  /**
194
- * The signed message from the self-custodial wallet.
194
+ * The signature created by signing the challenge message with the wallet's private key.
195
195
  * @member {String} self_custody_wallet_sign
196
196
  */
197
197
  TravelRuleWithdrawRequestTravelRuleInfo.prototype['self_custody_wallet_sign'] = undefined;
198
198
 
199
199
  /**
200
- * The vendor code for exchanges or VASPs.
200
+ * The vendor code of the exchange or virtual asset service provider (VASP).
201
201
  * @member {String} vendor_code
202
202
  */
203
203
  TravelRuleWithdrawRequestTravelRuleInfo.prototype['vendor_code'] = undefined;
@@ -31,11 +31,11 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  var Vasp = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new <code>Vasp</code>.
34
- * The information of an vasp.
34
+ * The information of a virtual asset service provider (VASP).
35
35
  * @alias module:model/Vasp
36
- * @param name {String} The name of the vasp.
37
- * @param vendor_code {String} The symbol.
38
- * @param vendor_vasp_id {String} The vasp str id.
36
+ * @param name {String} The VASP name.
37
+ * @param vendor_code {String} The vendor code of the VASP.
38
+ * @param vendor_vasp_id {String} The VASP ID.
39
39
  */
40
40
  function Vasp(name, vendor_code, vendor_vasp_id) {
41
41
  _classCallCheck(this, Vasp);
@@ -122,19 +122,19 @@ var Vasp = /*#__PURE__*/function () {
122
122
  Vasp.RequiredProperties = ["name", "vendor_code", "vendor_vasp_id"];
123
123
 
124
124
  /**
125
- * The name of the vasp.
125
+ * The VASP name.
126
126
  * @member {String} name
127
127
  */
128
128
  Vasp.prototype['name'] = undefined;
129
129
 
130
130
  /**
131
- * The symbol.
131
+ * The vendor code of the VASP.
132
132
  * @member {String} vendor_code
133
133
  */
134
134
  Vasp.prototype['vendor_code'] = undefined;
135
135
 
136
136
  /**
137
- * The vasp str id.
137
+ * The VASP ID.
138
138
  * @member {String} vendor_vasp_id
139
139
  */
140
140
  Vasp.prototype['vendor_vasp_id'] = undefined;
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
- var _AddressInfo = _interopRequireDefault(require("./AddressInfo"));
9
8
  var _AddressesEventData = _interopRequireDefault(require("./AddressesEventData"));
9
+ var _AddressesEventDataAllOfAddresses = _interopRequireDefault(require("./AddressesEventDataAllOfAddresses"));
10
10
  var _MPCVaultEventData = _interopRequireDefault(require("./MPCVaultEventData"));
11
11
  var _MPCVaultType = _interopRequireDefault(require("./MPCVaultType"));
12
12
  var _RootPubkey = _interopRequireDefault(require("./RootPubkey"));
@@ -452,7 +452,7 @@ WebhookEventData.prototype['target_key_share_holder_group_id'] = undefined;
452
452
 
453
453
  /**
454
454
  * A list of addresses.
455
- * @member {Array.<module:model/AddressInfo>} addresses
455
+ * @member {Array.<module:model/AddressesEventDataAllOfAddresses>} addresses
456
456
  */
457
457
  WebhookEventData.prototype['addresses'] = undefined;
458
458