@cobo/cobo-waas2 1.2.0 → 1.3.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.
- package/README.md +41 -9
- package/dist/ApiClient.js +2 -2
- package/dist/PreRequestScript.js +640 -0
- package/dist/api/DevelopersWebhooksApi.js +1 -1
- package/dist/api/OAuthApi.js +5 -5
- package/dist/api/StakingsApi.js +538 -0
- package/dist/api/TransactionsApi.js +111 -9
- package/dist/api/WalletsApi.js +1 -60
- package/dist/api/WalletsExchangeWalletApi.js +5 -5
- package/dist/api/WalletsMPCWalletsApi.js +1 -1
- package/dist/index.js +154 -0
- package/dist/model/Activity.js +21 -12
- package/dist/model/ActivityAction.js +1 -1
- package/dist/model/ActivityInitiator.js +8 -8
- package/dist/model/ActivityStatus.js +1 -1
- package/dist/model/ActivityTimeline.js +4 -2
- package/dist/model/ActivityType.js +1 -16
- package/dist/model/AddressEncoding.js +1 -1
- package/dist/model/AddressInfo.js +40 -1
- package/dist/model/AddressTransferDestination.js +2 -2
- package/dist/model/AddressTransferDestinationAccountOutput.js +3 -3
- package/dist/model/AddressTransferDestinationUtxoOutputsInner.js +2 -2
- package/dist/model/AmountDetailsInner.js +1 -14
- package/dist/model/AmountStatus.js +1 -1
- package/dist/model/AssetBalance.js +1 -1
- package/dist/model/AssetInfo.js +1 -1
- package/dist/model/BabylonStakeExtra.js +10 -10
- package/dist/model/BabylonStakingExtra.js +175 -0
- package/dist/model/BabylonValidator.js +35 -15
- package/dist/model/BaseContractCallSource.js +2 -2
- package/dist/model/BaseEstimateStakingFee.js +1 -1
- package/dist/model/BaseStakeExtra.js +2 -2
- package/dist/model/BaseStakeSource.js +137 -0
- package/dist/model/BookkeepingRecord.js +243 -0
- package/dist/model/BookkeepingSummary.js +150 -0
- package/dist/model/BroadcastSignedTransactions201ResponseInner.js +125 -0
- package/dist/model/BroadcastSignedTransactionsRequest.js +87 -0
- package/dist/model/ChainInfo.js +10 -1
- package/dist/model/CheckAddressValidity200Response.js +1 -1
- package/dist/model/CheckAddressesValidity200ResponseInner.js +1 -1
- package/dist/model/CheckLoopTransfers200ResponseInner.js +2 -2
- package/dist/model/CoboSafeDelegate.js +28 -3
- package/dist/model/CoboSafeDelegateType.js +1 -1
- package/dist/model/ContractCallDestination.js +25 -4
- package/dist/model/ContractCallDestinationType.js +1 -1
- package/dist/model/ContractCallParams.js +1 -1
- package/dist/model/ContractCallSource.js +42 -5
- package/dist/model/ContractCallSourceType.js +1 -1
- package/dist/model/CreateAddressRequest.js +1 -1
- package/dist/model/CreateCustodialWalletParams.js +1 -1
- package/dist/model/CreateExchangeWalletParams.js +1 -1
- package/dist/model/CreateKeyShareHolder.js +1 -1
- package/dist/model/CreateKeyShareHolderGroupRequest.js +1 -1
- package/dist/model/CreateMpcProjectRequest.js +1 -1
- package/dist/model/CreateMpcVaultRequest.js +1 -1
- package/dist/model/CreateMpcWalletParams.js +1 -1
- package/dist/model/CreateSafeWalletParams.js +1 -1
- package/dist/model/CreateSmartContractWalletParams.js +24 -3
- package/dist/model/CreateStakeActivity.js +5 -5
- package/dist/model/CreateStakeActivity201Response.js +123 -0
- package/dist/model/CreateStakeActivityExtra.js +37 -60
- package/dist/model/CreateStakeActivityRequest.js +246 -0
- package/dist/model/CreateTransferTransaction201Response.js +1 -1
- package/dist/model/CreateTssRequestRequest.js +1 -1
- package/dist/model/CreateUnstakeActivity.js +4 -4
- package/dist/model/CreateUnstakeActivityRequest.js +200 -0
- package/dist/model/CreateWalletParams.js +52 -7
- package/dist/model/CreateWebhookEndpointRequest.js +1 -1
- package/dist/model/CreateWithdrawActivity.js +5 -5
- package/dist/model/CreateWithdrawActivityRequest.js +220 -0
- package/dist/model/CreatedWalletInfo.js +52 -7
- package/dist/model/CurveType.js +1 -1
- package/dist/model/CustodialTransferSource.js +2 -2
- package/dist/model/CustodialWalletInfo.js +1 -1
- package/dist/model/DeleteKeyShareHolderGroupById201Response.js +1 -1
- package/dist/model/DeleteWalletById201Response.js +1 -1
- package/dist/model/EigenLayerLstStakeExtra.js +2 -2
- package/dist/model/EigenLayerNativeStakeExtra.js +1 -1
- package/dist/model/EigenlayerValidator.js +1 -1
- package/dist/model/ErrorResponse.js +1 -1
- package/dist/model/EstimateContractCallFeeParams.js +1 -1
- package/dist/model/EstimateFeeParams.js +38 -5
- package/dist/model/EstimateFeeRequestType.js +1 -1
- package/dist/model/EstimateStakeFee.js +7 -7
- package/dist/model/EstimateTransferFeeParams.js +1 -1
- package/dist/model/EstimateUnstakeFee.js +6 -6
- package/dist/model/EstimateWithdrawFee.js +8 -8
- package/dist/model/EstimatedEvmEip1559Fee.js +1 -1
- package/dist/model/EstimatedEvmEip1559FeeSlow.js +1 -1
- package/dist/model/EstimatedEvmLegacyFee.js +1 -1
- package/dist/model/EstimatedEvmLegacyFeeSlow.js +1 -1
- package/dist/model/EstimatedFee.js +66 -9
- package/dist/model/EstimatedFixedFee.js +1 -1
- package/dist/model/EstimatedUtxoFee.js +1 -1
- package/dist/model/EstimatedUtxoFeeSlow.js +1 -1
- package/dist/model/EvmContractCallDestination.js +9 -5
- package/dist/model/EvmEIP191MessageSignDestination.js +2 -2
- package/dist/model/EvmEIP712MessageSignDestination.js +2 -2
- package/dist/model/EvmEip1559FeeBasePrice.js +1 -1
- package/dist/model/EvmEip1559FeeRate.js +1 -1
- package/dist/model/EvmLegacyFeeBasePrice.js +1 -1
- package/dist/model/EvmLegacyFeeRate.js +1 -1
- package/dist/model/ExchangeId.js +1 -1
- package/dist/model/ExchangeTransferDestination.js +4 -4
- package/dist/model/ExchangeTransferSource.js +2 -2
- package/dist/model/ExchangeWalletInfo.js +1 -1
- package/dist/model/ExtendedTokenInfo.js +37 -1
- package/dist/model/FeeAmount.js +1 -1
- package/dist/model/FeeGasLimit.js +1 -1
- package/dist/model/FeeRate.js +66 -9
- package/dist/model/FeeType.js +1 -1
- package/dist/model/FixedFeeRate.js +1 -1
- package/dist/model/GetStakingEstimationFee201Response.js +109 -0
- package/dist/model/GetStakingEstimationFeeRequest.js +256 -0
- package/dist/model/GetToken200Response.js +1 -1
- package/dist/model/GetToken4XXResponse.js +1 -1
- package/dist/model/KeyShareHolder.js +1 -1
- package/dist/model/KeyShareHolderGroup.js +1 -1
- package/dist/model/KeyShareHolderGroupStatus.js +1 -1
- package/dist/model/KeyShareHolderGroupType.js +1 -1
- package/dist/model/KeyShareHolderStatus.js +1 -1
- package/dist/model/KeyShareHolderType.js +1 -1
- package/dist/model/ListAddresses200Response.js +1 -1
- package/dist/model/ListAssetBalancesForExchangeWallet200Response.js +1 -1
- package/dist/model/ListExchanges200ResponseInner.js +1 -1
- package/dist/model/ListKeyShareHolderGroups200Response.js +1 -1
- package/dist/model/ListMpcProjects200Response.js +1 -1
- package/dist/model/ListMpcVaults200Response.js +1 -1
- package/dist/model/ListStakingActivities200Response.js +123 -0
- package/dist/model/ListStakingPools200Response.js +123 -0
- package/dist/model/ListStakings200Response.js +123 -0
- package/dist/model/ListSupportedAssetsForExchange200Response.js +1 -1
- package/dist/model/ListSupportedChains200Response.js +1 -1
- package/dist/model/ListSupportedTokens200Response.js +1 -1
- package/dist/model/ListTokenBalancesForAddress200Response.js +1 -1
- package/dist/model/ListTransactions200Response.js +1 -1
- package/dist/model/ListTssRequests200Response.js +1 -1
- package/dist/model/ListUtxos200Response.js +1 -1
- package/dist/model/ListWallets200Response.js +1 -1
- package/dist/model/ListWebhookEndpoints200Response.js +1 -1
- package/dist/model/ListWebhookEventDefinitions200ResponseInner.js +1 -1
- package/dist/model/ListWebhookEventLogs200Response.js +1 -1
- package/dist/model/ListWebhookEvents200Response.js +1 -1
- package/dist/model/LockUtxos201Response.js +1 -1
- package/dist/model/LockUtxosRequest.js +1 -1
- package/dist/model/LockUtxosRequestUtxosInner.js +1 -1
- package/dist/model/MPCDelegate.js +1 -1
- package/dist/model/MPCProject.js +1 -1
- package/dist/model/MPCVault.js +1 -1
- package/dist/model/MPCVaultType.js +1 -1
- package/dist/model/MPCWalletInfo.js +1 -1
- package/dist/model/MaxFeeAmount.js +1 -1
- package/dist/model/MaxTransferableValue.js +1 -1
- package/dist/model/MessageSignDestination.js +38 -5
- package/dist/model/MessageSignDestinationType.js +1 -1
- package/dist/model/MessageSignParams.js +1 -1
- package/dist/model/MessageSignSource.js +28 -3
- package/dist/model/MessageSignSourceType.js +1 -1
- package/dist/model/MpcContractCallSource.js +1 -1
- package/dist/model/MpcMessageSignSource.js +1 -1
- package/dist/model/MpcSigningGroup.js +1 -1
- package/dist/model/MpcStakeSource.js +156 -0
- package/dist/model/MpcTransferSource.js +2 -2
- package/dist/model/Pagination.js +1 -1
- package/dist/model/PoolDetails.js +27 -27
- package/dist/model/PoolDetailsAllOfValidatorsInfo.js +45 -40
- package/dist/model/PoolSummary.js +14 -14
- package/dist/model/RawMessageSignDestination.js +122 -0
- package/dist/model/RefreshToken200Response.js +1 -1
- package/dist/model/RefreshTokenRequest.js +1 -1
- package/dist/model/ReplaceType.js +1 -1
- package/dist/model/RetryWebhookEventById201Response.js +1 -1
- package/dist/model/RootPubkey.js +1 -1
- package/dist/model/SafeContractCallSource.js +2 -2
- package/dist/model/SafeTransferSource.js +2 -2
- package/dist/model/SafeWallet.js +1 -1
- package/dist/model/SmartContractInitiator.js +1 -1
- package/dist/model/SmartContractWalletInfo.js +24 -3
- package/dist/model/SmartContractWalletOperationType.js +1 -1
- package/dist/model/SmartContractWalletType.js +1 -1
- package/dist/model/SourceGroup.js +1 -1
- package/dist/model/StakeSourceType.js +56 -0
- package/dist/model/StakingPoolType.js +1 -11
- package/dist/model/StakingSource.js +39 -46
- package/dist/model/Stakings.js +35 -63
- package/dist/model/StakingsExtra.js +182 -0
- package/dist/model/StakingsValidatorInfo.js +7 -2
- package/dist/model/SubWalletAssetBalance.js +1 -1
- package/dist/model/TSSGroups.js +1 -1
- package/dist/model/TSSRequest.js +1 -1
- package/dist/model/TSSRequestStatus.js +1 -1
- package/dist/model/TSSRequestType.js +1 -1
- package/dist/model/TSSRequestWebhookEventData.js +1 -1
- package/dist/model/TokenBalance.js +1 -1
- package/dist/model/TokenBalanceBalance.js +1 -1
- package/dist/model/TokenInfo.js +27 -1
- package/dist/model/Transaction.js +1 -1
- package/dist/model/TransactionApprover.js +1 -1
- package/dist/model/TransactionBlockInfo.js +1 -1
- package/dist/model/TransactionCustodialAssetWalletSource.js +2 -2
- package/dist/model/TransactionDepositFromAddressSource.js +2 -2
- package/dist/model/TransactionDepositFromLoopSource.js +2 -2
- package/dist/model/TransactionDepositFromWalletSource.js +2 -2
- package/dist/model/TransactionDepositToAddressDestination.js +4 -4
- package/dist/model/TransactionDepositToWalletDestination.js +4 -4
- package/dist/model/TransactionDestination.js +110 -17
- package/dist/model/TransactionDestinationType.js +1 -1
- package/dist/model/TransactionDetail.js +1 -1
- package/dist/model/TransactionDetails.js +1 -1
- package/dist/model/TransactionEvmContractDestination.js +9 -5
- package/dist/model/TransactionEvmEip1559Fee.js +2 -2
- package/dist/model/TransactionEvmLegacyFee.js +2 -2
- package/dist/model/TransactionExchangeWalletSource.js +2 -2
- package/dist/model/TransactionFee.js +66 -9
- package/dist/model/TransactionFeeStationWalletSource.js +1 -1
- package/dist/model/TransactionFixedFee.js +2 -2
- package/dist/model/TransactionInitiatorType.js +1 -1
- package/dist/model/TransactionMPCWalletSource.js +2 -2
- package/dist/model/TransactionMessageSignEIP191Destination.js +2 -2
- package/dist/model/TransactionMessageSignEIP712Destination.js +2 -2
- package/dist/model/TransactionRawTxInfo.js +1 -1
- package/dist/model/TransactionRbf.js +1 -1
- package/dist/model/TransactionRbfSource.js +28 -3
- package/dist/model/TransactionReplacement.js +1 -1
- package/dist/model/TransactionRequestEvmEip1559Fee.js +2 -2
- package/dist/model/TransactionRequestEvmLegacyFee.js +2 -2
- package/dist/model/TransactionRequestFee.js +66 -9
- package/dist/model/TransactionRequestFixedFee.js +2 -2
- package/dist/model/TransactionRequestUtxoFee.js +2 -2
- package/dist/model/TransactionResend.js +1 -1
- package/dist/model/TransactionResult.js +24 -3
- package/dist/model/TransactionResultType.js +1 -1
- package/dist/model/TransactionSignatureResult.js +1 -1
- package/dist/model/TransactionSigner.js +1 -1
- package/dist/model/TransactionSmartContractSafeWalletSource.js +2 -2
- package/dist/model/TransactionSource.js +116 -15
- package/dist/model/TransactionSourceType.js +1 -1
- package/dist/model/TransactionStatus.js +1 -1
- package/dist/model/TransactionSubStatus.js +1 -1
- package/dist/model/TransactionTimeline.js +1 -1
- package/dist/model/TransactionTokeApproval.js +37 -1
- package/dist/model/TransactionTokenAmount.js +1 -1
- package/dist/model/TransactionTransferToAddressDestination.js +2 -2
- package/dist/model/TransactionTransferToAddressDestinationAccountOutput.js +2 -2
- package/dist/model/TransactionTransferToAddressDestinationUtxoOutputsInner.js +2 -2
- package/dist/model/TransactionTransferToWalletDestination.js +4 -4
- package/dist/model/TransactionType.js +11 -1
- package/dist/model/TransactionUtxo.js +1 -1
- package/dist/model/TransactionUtxoFee.js +2 -2
- package/dist/model/TransactionWebhookEventData.js +1 -1
- package/dist/model/TransferDestination.js +39 -6
- package/dist/model/TransferDestinationType.js +1 -1
- package/dist/model/TransferParams.js +1 -1
- package/dist/model/TransferSource.js +74 -9
- package/dist/model/UTXO.js +1 -1
- package/dist/model/UpdateCustodialWalletParams.js +1 -1
- package/dist/model/UpdateExchangeWalletParams.js +1 -1
- package/dist/model/UpdateGroupAction.js +1 -1
- package/dist/model/UpdateKeyShareHolderGroupByIdRequest.js +1 -1
- package/dist/model/UpdateMpcProjectByIdRequest.js +1 -1
- package/dist/model/UpdateMpcVaultByIdRequest.js +1 -1
- package/dist/model/UpdateMpcWalletParams.js +1 -1
- package/dist/model/UpdateSmartContractWalletParams.js +1 -1
- package/dist/model/UpdateWalletParams.js +66 -9
- package/dist/model/UpdateWebhookEndpointByIdRequest.js +1 -1
- package/dist/model/UtxoFeeBasePrice.js +1 -1
- package/dist/model/UtxoFeeRate.js +1 -1
- package/dist/model/WalletBalanceSnapshot.js +120 -0
- package/dist/model/WalletBalanceSnapshotRecord.js +163 -0
- package/dist/model/WalletInfo.js +66 -9
- package/dist/model/WalletSubtype.js +1 -1
- package/dist/model/WalletType.js +1 -1
- package/dist/model/WebhookEndpoint.js +1 -1
- package/dist/model/WebhookEndpointStatus.js +1 -1
- package/dist/model/WebhookEvent.js +1 -1
- package/dist/model/WebhookEventData.js +38 -5
- package/dist/model/WebhookEventDataType.js +1 -1
- package/dist/model/WebhookEventLog.js +1 -1
- package/dist/model/WebhookEventStatus.js +1 -1
- package/dist/model/WebhookEventType.js +1 -1
- package/docs/Activity.md +9 -8
- package/docs/ActivityInitiator.md +1 -1
- package/docs/ActivityTimeline.md +3 -3
- package/docs/ActivityType.md +0 -6
- package/docs/AddressInfo.md +3 -0
- package/docs/AddressTransferDestinationAccountOutput.md +1 -1
- package/docs/AddressTransferDestinationUtxoOutputsInner.md +1 -1
- package/docs/AmountDetailsInner.md +0 -1
- package/docs/BabylonStakeExtra.md +3 -3
- package/docs/BabylonStakingExtra.md +14 -0
- package/docs/BabylonValidator.md +6 -5
- package/docs/BaseStakeSource.md +11 -0
- package/docs/BookkeepingRecord.md +19 -0
- package/docs/BookkeepingSummary.md +12 -0
- package/docs/BroadcastSignedTransactions201ResponseInner.md +10 -0
- package/docs/BroadcastSignedTransactionsRequest.md +9 -0
- package/docs/ChainInfo.md +1 -0
- package/docs/CheckLoopTransfers200ResponseInner.md +1 -1
- package/docs/ContractCallDestination.md +1 -1
- package/docs/CreateStakeActivity.md +2 -2
- package/docs/CreateStakeActivity201Response.md +10 -0
- package/docs/CreateStakeActivityExtra.md +3 -5
- package/docs/CreateStakeActivityRequest.md +15 -0
- package/docs/CreateUnstakeActivity.md +2 -2
- package/docs/CreateUnstakeActivityRequest.md +13 -0
- package/docs/CreateWithdrawActivity.md +3 -3
- package/docs/CreateWithdrawActivityRequest.md +14 -0
- package/docs/EigenLayerLstStakeExtra.md +1 -1
- package/docs/EstimateStakeFee.md +2 -2
- package/docs/EstimateUnstakeFee.md +2 -2
- package/docs/EstimateWithdrawFee.md +3 -3
- package/docs/EvmContractCallDestination.md +1 -1
- package/docs/ExchangeTransferDestination.md +1 -1
- package/docs/ExtendedTokenInfo.md +2 -0
- package/docs/GetStakingEstimationFee201Response.md +11 -0
- package/docs/GetStakingEstimationFeeRequest.md +17 -0
- package/docs/ListStakingActivities200Response.md +10 -0
- package/docs/ListStakingPools200Response.md +10 -0
- package/docs/ListStakings200Response.md +10 -0
- package/docs/MpcStakeSource.md +11 -0
- package/docs/OAuthApi.md +2 -2
- package/docs/PoolDetails.md +13 -13
- package/docs/PoolDetailsAllOfValidatorsInfo.md +6 -6
- package/docs/PoolSummary.md +6 -6
- package/docs/RawMessageSignDestination.md +10 -0
- package/docs/StakeSourceType.md +10 -0
- package/docs/StakingPoolType.md +0 -4
- package/docs/StakingSource.md +1 -3
- package/docs/Stakings.md +10 -13
- package/docs/StakingsApi.md +570 -0
- package/docs/StakingsExtra.md +14 -0
- package/docs/StakingsValidatorInfo.md +5 -5
- package/docs/TokenInfo.md +2 -0
- package/docs/TransactionDepositToAddressDestination.md +1 -1
- package/docs/TransactionDepositToWalletDestination.md +1 -1
- package/docs/TransactionDestination.md +2 -2
- package/docs/TransactionEvmContractDestination.md +1 -1
- package/docs/TransactionTokeApproval.md +2 -0
- package/docs/TransactionTransferToAddressDestinationAccountOutput.md +1 -1
- package/docs/TransactionTransferToAddressDestinationUtxoOutputsInner.md +1 -1
- package/docs/TransactionTransferToWalletDestination.md +1 -1
- package/docs/TransactionType.md +4 -0
- package/docs/TransactionsApi.md +110 -2
- package/docs/TransferDestination.md +1 -1
- package/docs/WalletBalanceSnapshot.md +10 -0
- package/docs/WalletBalanceSnapshotRecord.md +13 -0
- package/docs/WalletsApi.md +0 -55
- package/docs/WalletsExchangeWalletApi.md +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,200 @@
|
|
|
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
|
+
var _ActivityInitiator = _interopRequireDefault(require("./ActivityInitiator"));
|
|
9
|
+
var _CreateUnstakeActivity = _interopRequireDefault(require("./CreateUnstakeActivity"));
|
|
10
|
+
var _TransactionRequestFee = _interopRequireDefault(require("./TransactionRequestFee"));
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
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); }
|
|
13
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
|
14
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
15
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
16
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
17
|
+
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); } }
|
|
18
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
19
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
20
|
+
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); } /**
|
|
21
|
+
* Cobo Wallet as a Service 2.0
|
|
22
|
+
*
|
|
23
|
+
* Contact: help@cobo.com
|
|
24
|
+
*
|
|
25
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
26
|
+
* https://openapi-generator.tech
|
|
27
|
+
* Do not edit the class manually.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
/**
|
|
31
|
+
* The CreateUnstakeActivityRequest model module.
|
|
32
|
+
* @module model/CreateUnstakeActivityRequest
|
|
33
|
+
*/
|
|
34
|
+
var CreateUnstakeActivityRequest = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new <code>CreateUnstakeActivityRequest</code>.
|
|
37
|
+
* @alias module:model/CreateUnstakeActivityRequest
|
|
38
|
+
* @implements module:model/CreateUnstakeActivity
|
|
39
|
+
* @implements module:model/ActivityInitiator
|
|
40
|
+
* @param staking_id {String} The ID of the corresponding staking position.
|
|
41
|
+
*/
|
|
42
|
+
function CreateUnstakeActivityRequest(staking_id) {
|
|
43
|
+
_classCallCheck(this, CreateUnstakeActivityRequest);
|
|
44
|
+
_CreateUnstakeActivity["default"].initialize(this, staking_id);
|
|
45
|
+
_ActivityInitiator["default"].initialize(this);
|
|
46
|
+
CreateUnstakeActivityRequest.initialize(this, staking_id);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Initializes the fields of this object.
|
|
51
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
52
|
+
* Only for internal use.
|
|
53
|
+
*/
|
|
54
|
+
return _createClass(CreateUnstakeActivityRequest, null, [{
|
|
55
|
+
key: "initialize",
|
|
56
|
+
value: function initialize(obj, staking_id) {
|
|
57
|
+
obj['staking_id'] = staking_id;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Constructs a <code>CreateUnstakeActivityRequest</code> from a plain JavaScript object, optionally creating a new instance.
|
|
62
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
63
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
64
|
+
* @param {module:model/CreateUnstakeActivityRequest} obj Optional instance to populate.
|
|
65
|
+
* @return {module:model/CreateUnstakeActivityRequest} The populated <code>CreateUnstakeActivityRequest</code> instance.
|
|
66
|
+
*/
|
|
67
|
+
}, {
|
|
68
|
+
key: "constructFromObject",
|
|
69
|
+
value: function constructFromObject(data, obj) {
|
|
70
|
+
if (data) {
|
|
71
|
+
obj = obj || new CreateUnstakeActivityRequest();
|
|
72
|
+
_CreateUnstakeActivity["default"].constructFromObject(data, obj);
|
|
73
|
+
_ActivityInitiator["default"].constructFromObject(data, obj);
|
|
74
|
+
if (data.hasOwnProperty('request_id')) {
|
|
75
|
+
obj['request_id'] = _ApiClient["default"].convertToType(data['request_id'], 'String');
|
|
76
|
+
}
|
|
77
|
+
if (data.hasOwnProperty('staking_id')) {
|
|
78
|
+
obj['staking_id'] = _ApiClient["default"].convertToType(data['staking_id'], 'String');
|
|
79
|
+
}
|
|
80
|
+
if (data.hasOwnProperty('amount')) {
|
|
81
|
+
obj['amount'] = _ApiClient["default"].convertToType(data['amount'], 'String');
|
|
82
|
+
}
|
|
83
|
+
if (data.hasOwnProperty('fee')) {
|
|
84
|
+
obj['fee'] = _TransactionRequestFee["default"].constructFromObject(data['fee']);
|
|
85
|
+
}
|
|
86
|
+
if (data.hasOwnProperty('app_initiator')) {
|
|
87
|
+
obj['app_initiator'] = _ApiClient["default"].convertToType(data['app_initiator'], 'String');
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
return obj;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Validates the JSON data with respect to <code>CreateUnstakeActivityRequest</code>.
|
|
95
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
96
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>CreateUnstakeActivityRequest</code>.
|
|
97
|
+
*/
|
|
98
|
+
}, {
|
|
99
|
+
key: "validateJSON",
|
|
100
|
+
value: function validateJSON(data) {
|
|
101
|
+
// check to make sure all required properties are present in the JSON string
|
|
102
|
+
var _iterator = _createForOfIteratorHelper(CreateUnstakeActivityRequest.RequiredProperties),
|
|
103
|
+
_step;
|
|
104
|
+
try {
|
|
105
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
106
|
+
var property = _step.value;
|
|
107
|
+
if (!data.hasOwnProperty(property)) {
|
|
108
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
// ensure the json data is a string
|
|
112
|
+
} catch (err) {
|
|
113
|
+
_iterator.e(err);
|
|
114
|
+
} finally {
|
|
115
|
+
_iterator.f();
|
|
116
|
+
}
|
|
117
|
+
if (data['request_id'] && !(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
118
|
+
throw new Error("Expected the field `request_id` to be a primitive type in the JSON string but got " + data['request_id']);
|
|
119
|
+
}
|
|
120
|
+
// ensure the json data is a string
|
|
121
|
+
if (data['staking_id'] && !(typeof data['staking_id'] === 'string' || data['staking_id'] instanceof String)) {
|
|
122
|
+
throw new Error("Expected the field `staking_id` to be a primitive type in the JSON string but got " + data['staking_id']);
|
|
123
|
+
}
|
|
124
|
+
// ensure the json data is a string
|
|
125
|
+
if (data['amount'] && !(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
126
|
+
throw new Error("Expected the field `amount` to be a primitive type in the JSON string but got " + data['amount']);
|
|
127
|
+
}
|
|
128
|
+
// validate the optional field `fee`
|
|
129
|
+
if (data['fee']) {
|
|
130
|
+
// data not null
|
|
131
|
+
if (!!_TransactionRequestFee["default"].validateJSON) {
|
|
132
|
+
_TransactionRequestFee["default"].validateJSON(data['fee']);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
// ensure the json data is a string
|
|
136
|
+
if (data['app_initiator'] && !(typeof data['app_initiator'] === 'string' || data['app_initiator'] instanceof String)) {
|
|
137
|
+
throw new Error("Expected the field `app_initiator` to be a primitive type in the JSON string but got " + data['app_initiator']);
|
|
138
|
+
}
|
|
139
|
+
return true;
|
|
140
|
+
}
|
|
141
|
+
}]);
|
|
142
|
+
}();
|
|
143
|
+
CreateUnstakeActivityRequest.RequiredProperties = ["staking_id"];
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization.
|
|
147
|
+
* @member {String} request_id
|
|
148
|
+
*/
|
|
149
|
+
CreateUnstakeActivityRequest.prototype['request_id'] = undefined;
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* The ID of the corresponding staking position.
|
|
153
|
+
* @member {String} staking_id
|
|
154
|
+
*/
|
|
155
|
+
CreateUnstakeActivityRequest.prototype['staking_id'] = undefined;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* The amount to unstake. For the Babylon protocol, this property is ignored.
|
|
159
|
+
* @member {String} amount
|
|
160
|
+
*/
|
|
161
|
+
CreateUnstakeActivityRequest.prototype['amount'] = undefined;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @member {module:model/TransactionRequestFee} fee
|
|
165
|
+
*/
|
|
166
|
+
CreateUnstakeActivityRequest.prototype['fee'] = undefined;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* The initiator of the staking activity. If you do not specify this property, the WaaS service will automatically designate the API key as the initiator.
|
|
170
|
+
* @member {String} app_initiator
|
|
171
|
+
*/
|
|
172
|
+
CreateUnstakeActivityRequest.prototype['app_initiator'] = undefined;
|
|
173
|
+
|
|
174
|
+
// Implement CreateUnstakeActivity interface:
|
|
175
|
+
/**
|
|
176
|
+
* The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization.
|
|
177
|
+
* @member {String} request_id
|
|
178
|
+
*/
|
|
179
|
+
_CreateUnstakeActivity["default"].prototype['request_id'] = undefined;
|
|
180
|
+
/**
|
|
181
|
+
* The ID of the corresponding staking position.
|
|
182
|
+
* @member {String} staking_id
|
|
183
|
+
*/
|
|
184
|
+
_CreateUnstakeActivity["default"].prototype['staking_id'] = undefined;
|
|
185
|
+
/**
|
|
186
|
+
* The amount to unstake. For the Babylon protocol, this property is ignored.
|
|
187
|
+
* @member {String} amount
|
|
188
|
+
*/
|
|
189
|
+
_CreateUnstakeActivity["default"].prototype['amount'] = undefined;
|
|
190
|
+
/**
|
|
191
|
+
* @member {module:model/TransactionRequestFee} fee
|
|
192
|
+
*/
|
|
193
|
+
_CreateUnstakeActivity["default"].prototype['fee'] = undefined;
|
|
194
|
+
// Implement ActivityInitiator interface:
|
|
195
|
+
/**
|
|
196
|
+
* The initiator of the staking activity. If you do not specify this property, the WaaS service will automatically designate the API key as the initiator.
|
|
197
|
+
* @member {String} app_initiator
|
|
198
|
+
*/
|
|
199
|
+
_ActivityInitiator["default"].prototype['app_initiator'] = undefined;
|
|
200
|
+
var _default = exports["default"] = CreateUnstakeActivityRequest;
|
|
@@ -22,7 +22,7 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
22
22
|
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); } /**
|
|
23
23
|
* Cobo Wallet as a Service 2.0
|
|
24
24
|
*
|
|
25
|
-
* Contact:
|
|
25
|
+
* Contact: help@cobo.com
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
28
28
|
* https://openapi-generator.tech
|
|
@@ -55,6 +55,27 @@ var CreateWalletParams = /*#__PURE__*/function () {
|
|
|
55
55
|
}
|
|
56
56
|
var match = 0;
|
|
57
57
|
var errorMessages = [];
|
|
58
|
+
var discriminatorValue = instance["wallet_type"];
|
|
59
|
+
if (discriminatorValue) {
|
|
60
|
+
switch (discriminatorValue) {
|
|
61
|
+
case "Custodial":
|
|
62
|
+
this.actualInstance = _CreateCustodialWalletParams["default"].constructFromObject(instance);
|
|
63
|
+
match++;
|
|
64
|
+
break;
|
|
65
|
+
case "Exchange":
|
|
66
|
+
this.actualInstance = _CreateExchangeWalletParams["default"].constructFromObject(instance);
|
|
67
|
+
match++;
|
|
68
|
+
break;
|
|
69
|
+
case "MPC":
|
|
70
|
+
this.actualInstance = _CreateMpcWalletParams["default"].constructFromObject(instance);
|
|
71
|
+
match++;
|
|
72
|
+
break;
|
|
73
|
+
default:
|
|
74
|
+
errorMessages.push("Unrecognized discriminator value: " + discriminatorValue);
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
58
79
|
try {
|
|
59
80
|
if (instance instanceof _CreateCustodialWalletParams["default"]) {
|
|
60
81
|
this.actualInstance = instance;
|
|
@@ -62,8 +83,16 @@ var CreateWalletParams = /*#__PURE__*/function () {
|
|
|
62
83
|
// plain JS object
|
|
63
84
|
// create CreateCustodialWalletParams from JS object
|
|
64
85
|
this.actualInstance = _CreateCustodialWalletParams["default"].constructFromObject(instance);
|
|
65
|
-
} else
|
|
66
|
-
|
|
86
|
+
} else {
|
|
87
|
+
if (_CreateCustodialWalletParams["default"].constructFromObject(instance)) {
|
|
88
|
+
if (!!_CreateCustodialWalletParams["default"].constructFromObject(instance).toJSON) {
|
|
89
|
+
if (_CreateCustodialWalletParams["default"].constructFromObject(instance).toJSON()) {
|
|
90
|
+
this.actualInstance = _CreateCustodialWalletParams["default"].constructFromObject(instance);
|
|
91
|
+
}
|
|
92
|
+
} else {
|
|
93
|
+
this.actualInstance = _CreateCustodialWalletParams["default"].constructFromObject(instance);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
67
96
|
}
|
|
68
97
|
match++;
|
|
69
98
|
} catch (err) {
|
|
@@ -77,8 +106,16 @@ var CreateWalletParams = /*#__PURE__*/function () {
|
|
|
77
106
|
// plain JS object
|
|
78
107
|
// create CreateMpcWalletParams from JS object
|
|
79
108
|
this.actualInstance = _CreateMpcWalletParams["default"].constructFromObject(instance);
|
|
80
|
-
} else
|
|
81
|
-
|
|
109
|
+
} else {
|
|
110
|
+
if (_CreateMpcWalletParams["default"].constructFromObject(instance)) {
|
|
111
|
+
if (!!_CreateMpcWalletParams["default"].constructFromObject(instance).toJSON) {
|
|
112
|
+
if (_CreateMpcWalletParams["default"].constructFromObject(instance).toJSON()) {
|
|
113
|
+
this.actualInstance = _CreateMpcWalletParams["default"].constructFromObject(instance);
|
|
114
|
+
}
|
|
115
|
+
} else {
|
|
116
|
+
this.actualInstance = _CreateMpcWalletParams["default"].constructFromObject(instance);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
82
119
|
}
|
|
83
120
|
match++;
|
|
84
121
|
} catch (err) {
|
|
@@ -92,8 +129,16 @@ var CreateWalletParams = /*#__PURE__*/function () {
|
|
|
92
129
|
// plain JS object
|
|
93
130
|
// create CreateExchangeWalletParams from JS object
|
|
94
131
|
this.actualInstance = _CreateExchangeWalletParams["default"].constructFromObject(instance);
|
|
95
|
-
} else
|
|
96
|
-
|
|
132
|
+
} else {
|
|
133
|
+
if (_CreateExchangeWalletParams["default"].constructFromObject(instance)) {
|
|
134
|
+
if (!!_CreateExchangeWalletParams["default"].constructFromObject(instance).toJSON) {
|
|
135
|
+
if (_CreateExchangeWalletParams["default"].constructFromObject(instance).toJSON()) {
|
|
136
|
+
this.actualInstance = _CreateExchangeWalletParams["default"].constructFromObject(instance);
|
|
137
|
+
}
|
|
138
|
+
} else {
|
|
139
|
+
this.actualInstance = _CreateExchangeWalletParams["default"].constructFromObject(instance);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
97
142
|
}
|
|
98
143
|
match++;
|
|
99
144
|
} catch (err) {
|
|
@@ -18,7 +18,7 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
18
18
|
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); } /**
|
|
19
19
|
* Cobo Wallet as a Service 2.0
|
|
20
20
|
*
|
|
21
|
-
* Contact:
|
|
21
|
+
* Contact: help@cobo.com
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
24
24
|
* https://openapi-generator.tech
|
|
@@ -18,7 +18,7 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
18
18
|
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); } /**
|
|
19
19
|
* Cobo Wallet as a Service 2.0
|
|
20
20
|
*
|
|
21
|
-
* Contact:
|
|
21
|
+
* Contact: help@cobo.com
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
24
24
|
* https://openapi-generator.tech
|
|
@@ -33,7 +33,7 @@ var CreateWithdrawActivity = /*#__PURE__*/function () {
|
|
|
33
33
|
/**
|
|
34
34
|
* Constructs a new <code>CreateWithdrawActivity</code>.
|
|
35
35
|
* @alias module:model/CreateWithdrawActivity
|
|
36
|
-
* @param staking_id {String} The
|
|
36
|
+
* @param staking_id {String} The ID of the corresponding staking position.
|
|
37
37
|
* @param fee {module:model/TransactionRequestFee}
|
|
38
38
|
*/
|
|
39
39
|
function CreateWithdrawActivity(staking_id, fee) {
|
|
@@ -143,19 +143,19 @@ CreateWithdrawActivity.RequiredProperties = ["staking_id", "fee"];
|
|
|
143
143
|
CreateWithdrawActivity.prototype['request_id'] = undefined;
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
* The
|
|
146
|
+
* The ID of the corresponding staking position.
|
|
147
147
|
* @member {String} staking_id
|
|
148
148
|
*/
|
|
149
149
|
CreateWithdrawActivity.prototype['staking_id'] = undefined;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* The amount to
|
|
152
|
+
* The amount to withdraw.
|
|
153
153
|
* @member {String} amount
|
|
154
154
|
*/
|
|
155
155
|
CreateWithdrawActivity.prototype['amount'] = undefined;
|
|
156
156
|
|
|
157
157
|
/**
|
|
158
|
-
* The
|
|
158
|
+
* The withdrawal address.
|
|
159
159
|
* @member {String} address
|
|
160
160
|
*/
|
|
161
161
|
CreateWithdrawActivity.prototype['address'] = undefined;
|
|
@@ -0,0 +1,220 @@
|
|
|
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
|
+
var _ActivityInitiator = _interopRequireDefault(require("./ActivityInitiator"));
|
|
9
|
+
var _CreateWithdrawActivity = _interopRequireDefault(require("./CreateWithdrawActivity"));
|
|
10
|
+
var _TransactionRequestFee = _interopRequireDefault(require("./TransactionRequestFee"));
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
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); }
|
|
13
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
|
14
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
15
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
16
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
17
|
+
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); } }
|
|
18
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
19
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
20
|
+
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); } /**
|
|
21
|
+
* Cobo Wallet as a Service 2.0
|
|
22
|
+
*
|
|
23
|
+
* Contact: help@cobo.com
|
|
24
|
+
*
|
|
25
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
26
|
+
* https://openapi-generator.tech
|
|
27
|
+
* Do not edit the class manually.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
/**
|
|
31
|
+
* The CreateWithdrawActivityRequest model module.
|
|
32
|
+
* @module model/CreateWithdrawActivityRequest
|
|
33
|
+
*/
|
|
34
|
+
var CreateWithdrawActivityRequest = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new <code>CreateWithdrawActivityRequest</code>.
|
|
37
|
+
* @alias module:model/CreateWithdrawActivityRequest
|
|
38
|
+
* @implements module:model/CreateWithdrawActivity
|
|
39
|
+
* @implements module:model/ActivityInitiator
|
|
40
|
+
* @param staking_id {String} The ID of the corresponding staking position.
|
|
41
|
+
* @param fee {module:model/TransactionRequestFee}
|
|
42
|
+
*/
|
|
43
|
+
function CreateWithdrawActivityRequest(staking_id, fee) {
|
|
44
|
+
_classCallCheck(this, CreateWithdrawActivityRequest);
|
|
45
|
+
_CreateWithdrawActivity["default"].initialize(this, staking_id, fee);
|
|
46
|
+
_ActivityInitiator["default"].initialize(this);
|
|
47
|
+
CreateWithdrawActivityRequest.initialize(this, staking_id, fee);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Initializes the fields of this object.
|
|
52
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
53
|
+
* Only for internal use.
|
|
54
|
+
*/
|
|
55
|
+
return _createClass(CreateWithdrawActivityRequest, null, [{
|
|
56
|
+
key: "initialize",
|
|
57
|
+
value: function initialize(obj, staking_id, fee) {
|
|
58
|
+
obj['staking_id'] = staking_id;
|
|
59
|
+
obj['fee'] = fee;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Constructs a <code>CreateWithdrawActivityRequest</code> from a plain JavaScript object, optionally creating a new instance.
|
|
64
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
65
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
66
|
+
* @param {module:model/CreateWithdrawActivityRequest} obj Optional instance to populate.
|
|
67
|
+
* @return {module:model/CreateWithdrawActivityRequest} The populated <code>CreateWithdrawActivityRequest</code> instance.
|
|
68
|
+
*/
|
|
69
|
+
}, {
|
|
70
|
+
key: "constructFromObject",
|
|
71
|
+
value: function constructFromObject(data, obj) {
|
|
72
|
+
if (data) {
|
|
73
|
+
obj = obj || new CreateWithdrawActivityRequest();
|
|
74
|
+
_CreateWithdrawActivity["default"].constructFromObject(data, obj);
|
|
75
|
+
_ActivityInitiator["default"].constructFromObject(data, obj);
|
|
76
|
+
if (data.hasOwnProperty('request_id')) {
|
|
77
|
+
obj['request_id'] = _ApiClient["default"].convertToType(data['request_id'], 'String');
|
|
78
|
+
}
|
|
79
|
+
if (data.hasOwnProperty('staking_id')) {
|
|
80
|
+
obj['staking_id'] = _ApiClient["default"].convertToType(data['staking_id'], 'String');
|
|
81
|
+
}
|
|
82
|
+
if (data.hasOwnProperty('amount')) {
|
|
83
|
+
obj['amount'] = _ApiClient["default"].convertToType(data['amount'], 'String');
|
|
84
|
+
}
|
|
85
|
+
if (data.hasOwnProperty('address')) {
|
|
86
|
+
obj['address'] = _ApiClient["default"].convertToType(data['address'], 'String');
|
|
87
|
+
}
|
|
88
|
+
if (data.hasOwnProperty('fee')) {
|
|
89
|
+
obj['fee'] = _TransactionRequestFee["default"].constructFromObject(data['fee']);
|
|
90
|
+
}
|
|
91
|
+
if (data.hasOwnProperty('app_initiator')) {
|
|
92
|
+
obj['app_initiator'] = _ApiClient["default"].convertToType(data['app_initiator'], 'String');
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return obj;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Validates the JSON data with respect to <code>CreateWithdrawActivityRequest</code>.
|
|
100
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
101
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>CreateWithdrawActivityRequest</code>.
|
|
102
|
+
*/
|
|
103
|
+
}, {
|
|
104
|
+
key: "validateJSON",
|
|
105
|
+
value: function validateJSON(data) {
|
|
106
|
+
// check to make sure all required properties are present in the JSON string
|
|
107
|
+
var _iterator = _createForOfIteratorHelper(CreateWithdrawActivityRequest.RequiredProperties),
|
|
108
|
+
_step;
|
|
109
|
+
try {
|
|
110
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
111
|
+
var property = _step.value;
|
|
112
|
+
if (!data.hasOwnProperty(property)) {
|
|
113
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
// ensure the json data is a string
|
|
117
|
+
} catch (err) {
|
|
118
|
+
_iterator.e(err);
|
|
119
|
+
} finally {
|
|
120
|
+
_iterator.f();
|
|
121
|
+
}
|
|
122
|
+
if (data['request_id'] && !(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
123
|
+
throw new Error("Expected the field `request_id` to be a primitive type in the JSON string but got " + data['request_id']);
|
|
124
|
+
}
|
|
125
|
+
// ensure the json data is a string
|
|
126
|
+
if (data['staking_id'] && !(typeof data['staking_id'] === 'string' || data['staking_id'] instanceof String)) {
|
|
127
|
+
throw new Error("Expected the field `staking_id` to be a primitive type in the JSON string but got " + data['staking_id']);
|
|
128
|
+
}
|
|
129
|
+
// ensure the json data is a string
|
|
130
|
+
if (data['amount'] && !(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
131
|
+
throw new Error("Expected the field `amount` to be a primitive type in the JSON string but got " + data['amount']);
|
|
132
|
+
}
|
|
133
|
+
// ensure the json data is a string
|
|
134
|
+
if (data['address'] && !(typeof data['address'] === 'string' || data['address'] instanceof String)) {
|
|
135
|
+
throw new Error("Expected the field `address` to be a primitive type in the JSON string but got " + data['address']);
|
|
136
|
+
}
|
|
137
|
+
// validate the optional field `fee`
|
|
138
|
+
if (data['fee']) {
|
|
139
|
+
// data not null
|
|
140
|
+
if (!!_TransactionRequestFee["default"].validateJSON) {
|
|
141
|
+
_TransactionRequestFee["default"].validateJSON(data['fee']);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
// ensure the json data is a string
|
|
145
|
+
if (data['app_initiator'] && !(typeof data['app_initiator'] === 'string' || data['app_initiator'] instanceof String)) {
|
|
146
|
+
throw new Error("Expected the field `app_initiator` to be a primitive type in the JSON string but got " + data['app_initiator']);
|
|
147
|
+
}
|
|
148
|
+
return true;
|
|
149
|
+
}
|
|
150
|
+
}]);
|
|
151
|
+
}();
|
|
152
|
+
CreateWithdrawActivityRequest.RequiredProperties = ["staking_id", "fee"];
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization.
|
|
156
|
+
* @member {String} request_id
|
|
157
|
+
*/
|
|
158
|
+
CreateWithdrawActivityRequest.prototype['request_id'] = undefined;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* The ID of the corresponding staking position.
|
|
162
|
+
* @member {String} staking_id
|
|
163
|
+
*/
|
|
164
|
+
CreateWithdrawActivityRequest.prototype['staking_id'] = undefined;
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* The amount to withdraw.
|
|
168
|
+
* @member {String} amount
|
|
169
|
+
*/
|
|
170
|
+
CreateWithdrawActivityRequest.prototype['amount'] = undefined;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* The withdrawal address.
|
|
174
|
+
* @member {String} address
|
|
175
|
+
*/
|
|
176
|
+
CreateWithdrawActivityRequest.prototype['address'] = undefined;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @member {module:model/TransactionRequestFee} fee
|
|
180
|
+
*/
|
|
181
|
+
CreateWithdrawActivityRequest.prototype['fee'] = undefined;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* The initiator of the staking activity. If you do not specify this property, the WaaS service will automatically designate the API key as the initiator.
|
|
185
|
+
* @member {String} app_initiator
|
|
186
|
+
*/
|
|
187
|
+
CreateWithdrawActivityRequest.prototype['app_initiator'] = undefined;
|
|
188
|
+
|
|
189
|
+
// Implement CreateWithdrawActivity interface:
|
|
190
|
+
/**
|
|
191
|
+
* The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization.
|
|
192
|
+
* @member {String} request_id
|
|
193
|
+
*/
|
|
194
|
+
_CreateWithdrawActivity["default"].prototype['request_id'] = undefined;
|
|
195
|
+
/**
|
|
196
|
+
* The ID of the corresponding staking position.
|
|
197
|
+
* @member {String} staking_id
|
|
198
|
+
*/
|
|
199
|
+
_CreateWithdrawActivity["default"].prototype['staking_id'] = undefined;
|
|
200
|
+
/**
|
|
201
|
+
* The amount to withdraw.
|
|
202
|
+
* @member {String} amount
|
|
203
|
+
*/
|
|
204
|
+
_CreateWithdrawActivity["default"].prototype['amount'] = undefined;
|
|
205
|
+
/**
|
|
206
|
+
* The withdrawal address.
|
|
207
|
+
* @member {String} address
|
|
208
|
+
*/
|
|
209
|
+
_CreateWithdrawActivity["default"].prototype['address'] = undefined;
|
|
210
|
+
/**
|
|
211
|
+
* @member {module:model/TransactionRequestFee} fee
|
|
212
|
+
*/
|
|
213
|
+
_CreateWithdrawActivity["default"].prototype['fee'] = undefined;
|
|
214
|
+
// Implement ActivityInitiator interface:
|
|
215
|
+
/**
|
|
216
|
+
* The initiator of the staking activity. If you do not specify this property, the WaaS service will automatically designate the API key as the initiator.
|
|
217
|
+
* @member {String} app_initiator
|
|
218
|
+
*/
|
|
219
|
+
_ActivityInitiator["default"].prototype['app_initiator'] = undefined;
|
|
220
|
+
var _default = exports["default"] = CreateWithdrawActivityRequest;
|
|
@@ -22,7 +22,7 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
22
22
|
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); } /**
|
|
23
23
|
* Cobo Wallet as a Service 2.0
|
|
24
24
|
*
|
|
25
|
-
* Contact:
|
|
25
|
+
* Contact: help@cobo.com
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
28
28
|
* https://openapi-generator.tech
|
|
@@ -55,6 +55,27 @@ var CreatedWalletInfo = /*#__PURE__*/function () {
|
|
|
55
55
|
}
|
|
56
56
|
var match = 0;
|
|
57
57
|
var errorMessages = [];
|
|
58
|
+
var discriminatorValue = instance["wallet_type"];
|
|
59
|
+
if (discriminatorValue) {
|
|
60
|
+
switch (discriminatorValue) {
|
|
61
|
+
case "Custodial":
|
|
62
|
+
this.actualInstance = _CustodialWalletInfo["default"].constructFromObject(instance);
|
|
63
|
+
match++;
|
|
64
|
+
break;
|
|
65
|
+
case "Exchange":
|
|
66
|
+
this.actualInstance = _ExchangeWalletInfo["default"].constructFromObject(instance);
|
|
67
|
+
match++;
|
|
68
|
+
break;
|
|
69
|
+
case "MPC":
|
|
70
|
+
this.actualInstance = _MPCWalletInfo["default"].constructFromObject(instance);
|
|
71
|
+
match++;
|
|
72
|
+
break;
|
|
73
|
+
default:
|
|
74
|
+
errorMessages.push("Unrecognized discriminator value: " + discriminatorValue);
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
58
79
|
try {
|
|
59
80
|
if (instance instanceof _CustodialWalletInfo["default"]) {
|
|
60
81
|
this.actualInstance = instance;
|
|
@@ -62,8 +83,16 @@ var CreatedWalletInfo = /*#__PURE__*/function () {
|
|
|
62
83
|
// plain JS object
|
|
63
84
|
// create CustodialWalletInfo from JS object
|
|
64
85
|
this.actualInstance = _CustodialWalletInfo["default"].constructFromObject(instance);
|
|
65
|
-
} else
|
|
66
|
-
|
|
86
|
+
} else {
|
|
87
|
+
if (_CustodialWalletInfo["default"].constructFromObject(instance)) {
|
|
88
|
+
if (!!_CustodialWalletInfo["default"].constructFromObject(instance).toJSON) {
|
|
89
|
+
if (_CustodialWalletInfo["default"].constructFromObject(instance).toJSON()) {
|
|
90
|
+
this.actualInstance = _CustodialWalletInfo["default"].constructFromObject(instance);
|
|
91
|
+
}
|
|
92
|
+
} else {
|
|
93
|
+
this.actualInstance = _CustodialWalletInfo["default"].constructFromObject(instance);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
67
96
|
}
|
|
68
97
|
match++;
|
|
69
98
|
} catch (err) {
|
|
@@ -77,8 +106,16 @@ var CreatedWalletInfo = /*#__PURE__*/function () {
|
|
|
77
106
|
// plain JS object
|
|
78
107
|
// create MPCWalletInfo from JS object
|
|
79
108
|
this.actualInstance = _MPCWalletInfo["default"].constructFromObject(instance);
|
|
80
|
-
} else
|
|
81
|
-
|
|
109
|
+
} else {
|
|
110
|
+
if (_MPCWalletInfo["default"].constructFromObject(instance)) {
|
|
111
|
+
if (!!_MPCWalletInfo["default"].constructFromObject(instance).toJSON) {
|
|
112
|
+
if (_MPCWalletInfo["default"].constructFromObject(instance).toJSON()) {
|
|
113
|
+
this.actualInstance = _MPCWalletInfo["default"].constructFromObject(instance);
|
|
114
|
+
}
|
|
115
|
+
} else {
|
|
116
|
+
this.actualInstance = _MPCWalletInfo["default"].constructFromObject(instance);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
82
119
|
}
|
|
83
120
|
match++;
|
|
84
121
|
} catch (err) {
|
|
@@ -92,8 +129,16 @@ var CreatedWalletInfo = /*#__PURE__*/function () {
|
|
|
92
129
|
// plain JS object
|
|
93
130
|
// create ExchangeWalletInfo from JS object
|
|
94
131
|
this.actualInstance = _ExchangeWalletInfo["default"].constructFromObject(instance);
|
|
95
|
-
} else
|
|
96
|
-
|
|
132
|
+
} else {
|
|
133
|
+
if (_ExchangeWalletInfo["default"].constructFromObject(instance)) {
|
|
134
|
+
if (!!_ExchangeWalletInfo["default"].constructFromObject(instance).toJSON) {
|
|
135
|
+
if (_ExchangeWalletInfo["default"].constructFromObject(instance).toJSON()) {
|
|
136
|
+
this.actualInstance = _ExchangeWalletInfo["default"].constructFromObject(instance);
|
|
137
|
+
}
|
|
138
|
+
} else {
|
|
139
|
+
this.actualInstance = _ExchangeWalletInfo["default"].constructFromObject(instance);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
97
142
|
}
|
|
98
143
|
match++;
|
|
99
144
|
} catch (err) {
|