@cobo/cobo-waas2 1.35.0 → 1.36.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 +25 -1
- package/dist/ApiClient.js +1 -1
- package/dist/api/AddressBooksApi.js +0 -41
- package/dist/api/AppWorkflowsApi.js +0 -42
- package/dist/api/AutoSweepApi.js +0 -41
- package/dist/api/ComplianceApi.js +0 -107
- package/dist/api/DevelopersApi.js +0 -8
- package/dist/api/DevelopersWebhooksApi.js +0 -64
- package/dist/api/FeeStationApi.js +0 -45
- package/dist/api/GraphQLApi.js +0 -22
- package/dist/api/OAuthApi.js +0 -30
- package/dist/api/OrganizationsApi.js +0 -6
- package/dist/api/PaymentApi.js +53 -486
- package/dist/api/PrimeBrokerApi.js +0 -26
- package/dist/api/StakingsApi.js +0 -167
- package/dist/api/SwapsApi.js +0 -26
- package/dist/api/TokenizationApi.js +0 -161
- package/dist/api/TransactionsApi.js +0 -144
- package/dist/api/TravelRuleApi.js +293 -46
- package/dist/api/WalletsApi.js +0 -165
- package/dist/api/WalletsExchangeWalletApi.js +0 -10
- package/dist/api/WalletsMPCWalletsApi.js +0 -130
- package/dist/api/WalletsSmartContractWalletsApi.js +0 -22
- package/dist/index.js +119 -0
- package/dist/model/Account.js +4 -4
- package/dist/model/Activity.js +8 -14
- package/dist/model/ActivityExtra.js +0 -5
- package/dist/model/AddressBalance.js +8 -3
- package/dist/model/AddressBook.js +7 -10
- package/dist/model/AddressInfo.js +5 -8
- package/dist/model/AddressTransferDestinationAccountOutput.js +2 -2
- package/dist/model/AddressTransferDestinationUtxoOutputsInner.js +2 -2
- package/dist/model/AddressVerification.js +172 -0
- package/dist/model/AddressVerificationDetail.js +204 -0
- package/dist/model/AddressVerificationDetailSatoshiTestDetail.js +299 -0
- package/dist/model/AddressVerificationDetailSignatureDetail.js +172 -0
- package/dist/model/AddressVerificationMethod.js +61 -0
- package/dist/model/AddressVerificationStatus.js +66 -0
- package/dist/model/AddressesEventData.js +1 -1
- package/dist/model/AddressesEventDataAllOfAddresses.js +6 -9
- package/dist/model/AllocationItem.js +5 -5
- package/dist/model/AllocationParam.js +5 -5
- package/dist/model/AmountDetailsInner.js +1 -1
- package/dist/model/ApiLogDetails.js +8 -8
- package/dist/model/ApiLogSummary.js +2 -2
- package/dist/model/AppWorkflow.js +22 -19
- package/dist/model/AppWorkflowField.js +2 -2
- package/dist/model/AppWorkflowPolicy.js +7 -2
- package/dist/model/ApprovalRequest.js +21 -18
- package/dist/model/ApprovalRequestDetail.js +7 -2
- package/dist/model/ApprovalUser.js +1 -1
- package/dist/model/ApprovalUserDetail.js +9 -0
- package/dist/model/AssetBalance.js +8 -3
- package/dist/model/AssetInfo.js +1 -1
- package/dist/model/AutoSweepTask.js +9 -15
- package/dist/model/BTCBIP137MessageSignDestination.js +1 -1
- package/dist/model/BTCBIP322MessageSignDestination.js +1 -1
- package/dist/model/BabylonAirdropPop.js +6 -6
- package/dist/model/BabylonCreateStakingExpansion.js +8 -3
- package/dist/model/BabylonStakeExtra.js +4 -7
- package/dist/model/BabylonStakingExtra.js +1 -1
- package/dist/model/BabylonValidator.js +4 -7
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceUpdateInfo.js +10 -5
- package/dist/model/BalanceUpdateInfoEventData.js +11 -6
- package/dist/model/BankAccount.js +1 -1
- package/dist/model/BaseContractCallSource.js +2 -2
- package/dist/model/BaseStakeSource.js +2 -2
- package/dist/model/BatchAllocation.js +2 -2
- package/dist/model/BatchAllocationDetail.js +2 -2
- package/dist/model/BatchCheckUtxoRequest.js +20 -17
- package/dist/model/BatchUTXOParam.js +4 -7
- package/dist/model/BridgingFee.js +1 -1
- package/dist/model/BroadcastSignedTransactions201ResponseInner.js +2 -2
- package/dist/model/BroadcastSignedTransactionsRequest.js +3 -6
- package/dist/model/CallbackMessage.js +12 -7
- package/dist/model/CancelSatoshiTestChallengeRequest.js +111 -0
- package/dist/model/ChainInfo.js +1 -1
- package/dist/model/ChainsEventData.js +22 -22
- package/dist/model/ChangeGuardPubkey200Response.js +1 -1
- package/dist/model/CheckAddressChainsValidity200ResponseInner.js +1 -1
- package/dist/model/CheckAddressesValidity200ResponseInner.js +1 -1
- package/dist/model/CoboSafeDelegate.js +0 -5
- package/dist/model/CommissionFee.js +1 -1
- package/dist/model/ComplianceDispositionUpdateEventData.js +2 -2
- package/dist/model/ComplianceKyaScreeningsUpdateEventData.js +4 -4
- package/dist/model/ComplianceKytScreeningsUpdateEventData.js +2 -2
- package/dist/model/ContractCallDestination.js +0 -5
- package/dist/model/ContractCallParams.js +19 -12
- package/dist/model/ContractCallSource.js +0 -5
- package/dist/model/CoreStakeExtra.js +2 -2
- package/dist/model/CoreStakingExtra.js +4 -4
- package/dist/model/CosmosAdr36MessageSignDestination.js +1 -1
- package/dist/model/CosmosContractCallDestination.js +19 -16
- package/dist/model/CosmosContractCallMessage.js +2 -2
- package/dist/model/Counterparty.js +1 -1
- package/dist/model/CounterpartyDetail.js +20 -17
- package/dist/model/CounterpartyWalletAddressDetail.js +5 -5
- package/dist/model/CreateAddressBookParam.js +1 -1
- package/dist/model/CreateAddressBooksParam.js +19 -16
- package/dist/model/CreateAddressRequest.js +4 -7
- package/dist/model/CreateApprovalRequest201Response.js +1 -1
- package/dist/model/CreateAutoSweepTask.js +2 -2
- package/dist/model/CreateBatchAllocationRequest.js +20 -17
- package/dist/model/CreateBulkSendRequest.js +33 -17
- package/dist/model/CreateBulkSendRequestPayoutParamsInner.js +3 -3
- package/dist/model/CreateClaimActivity.js +1 -1
- package/dist/model/CreateClaimActivityRequest.js +1 -1
- package/dist/model/CreateCounterpartyEntry201Response.js +20 -17
- package/dist/model/CreateCounterpartyEntryRequest.js +1 -1
- package/dist/model/CreateCounterpartyRequest.js +20 -17
- package/dist/model/CreateCryptoAddressRequest.js +2 -2
- package/dist/model/CreateCustodialWalletParams.js +1 -1
- package/dist/model/CreateDestinationBankAccount.js +8 -8
- package/dist/model/CreateDestinationEntry201Response.js +1 -1
- package/dist/model/CreateDestinationEntryRequest.js +1 -1
- package/dist/model/CreateDestinationRequest.js +1 -1
- package/dist/model/CreateExchangeWalletParams.js +3 -3
- package/dist/model/CreateKeyShareHolderGroupRequest.js +19 -16
- package/dist/model/CreateKyaScreeningsBody.js +19 -16
- package/dist/model/CreateMerchantRequest.js +1 -1
- package/dist/model/CreateMpcProjectRequest.js +1 -1
- package/dist/model/CreateMpcVaultRequest.js +1 -1
- package/dist/model/CreateMpcWalletParams.js +2 -2
- package/dist/model/CreateOrderLinkRequest.js +7 -2
- package/dist/model/CreatePaymentOrderRequest.js +4 -4
- package/dist/model/CreatePayoutRequest.js +27 -19
- package/dist/model/CreatePrimeBrokerAddress201Response.js +1 -1
- package/dist/model/CreateRefundLinkRequest.js +7 -2
- package/dist/model/CreateRefundRequest.js +3 -3
- package/dist/model/CreateReportRequest.js +3 -6
- package/dist/model/CreateSafeWalletParams.js +5 -8
- package/dist/model/CreateSatoshiTestChallengeRequest.js +176 -0
- package/dist/model/CreateSettlement.js +4 -7
- package/dist/model/CreateSettlementRequestRequest.js +20 -17
- package/dist/model/CreateSmartContractWalletParams.js +0 -5
- package/dist/model/CreateStakeActivity.js +8 -3
- package/dist/model/CreateStakeActivity201Response.js +1 -1
- package/dist/model/CreateStakeActivityExtra.js +0 -5
- package/dist/model/CreateStakeActivityRequest.js +8 -3
- package/dist/model/CreateSwapActivityRequest.js +2 -2
- package/dist/model/CreateSweepToAddress.js +2 -2
- package/dist/model/CreateTokenListingRequest201Response.js +1 -1
- package/dist/model/CreateTokenListingRequestRequest.js +2 -2
- package/dist/model/CreateTopUpAddresses.js +1 -1
- package/dist/model/CreateTransferTransaction201Response.js +2 -2
- package/dist/model/CreateTssRequestRequest.js +1 -1
- package/dist/model/CreateUnstakeActivity.js +1 -1
- package/dist/model/CreateUnstakeActivityExtra.js +0 -5
- package/dist/model/CreateUnstakeActivityRequest.js +1 -1
- package/dist/model/CreateWalletAddress.js +2 -2
- package/dist/model/CreateWalletParams.js +0 -5
- package/dist/model/CreateWebhookEndpointRequest.js +1 -1
- package/dist/model/CreateWithdrawActivity.js +8 -3
- package/dist/model/CreateWithdrawActivityRequest.js +8 -3
- package/dist/model/CreatedWalletInfo.js +0 -5
- package/dist/model/CryptoAddress.js +3 -3
- package/dist/model/CustodialTransferDestination.js +2 -2
- package/dist/model/CustodialTransferSource.js +1 -1
- package/dist/model/CustodialWalletInfo.js +3 -3
- package/dist/model/CustodialWeb3ContractCallSource.js +2 -2
- package/dist/model/CustodialWeb3MessageSignSource.js +2 -2
- package/dist/model/CustodialWeb3TransferSource.js +1 -1
- package/dist/model/DeleteCounterpartyById200Response.js +1 -1
- package/dist/model/DeleteCounterpartyEntry200Response.js +1 -1
- package/dist/model/DeleteCryptoAddress201Response.js +1 -1
- package/dist/model/DeleteDestinationById200Response.js +1 -1
- package/dist/model/DeleteDestinationEntry200Response.js +1 -1
- package/dist/model/DeleteGuardPubkey201Response.js +1 -1
- package/dist/model/Destination.js +1 -1
- package/dist/model/DestinationBankAccount.js +9 -9
- package/dist/model/DestinationBankAccountDetail.js +11 -11
- package/dist/model/DestinationDetail.js +2 -2
- package/dist/model/DestinationWalletAddressDetail.js +5 -5
- package/dist/model/DispositionEventData.js +1 -1
- package/dist/model/DispositionQueryResponse.js +1 -1
- package/dist/model/DispositionResponse.js +1 -1
- package/dist/model/EigenlayerValidator.js +3 -3
- package/dist/model/ErrorResponse.js +2 -2
- package/dist/model/EstimateContractCallFeeParams.js +8 -3
- package/dist/model/EstimateFeeParams.js +0 -5
- package/dist/model/EstimateStakeFee.js +8 -3
- package/dist/model/EstimateTransferFeeParams.js +8 -3
- package/dist/model/EstimateUnstakeFee.js +1 -1
- package/dist/model/EstimateWithdrawFee.js +8 -3
- package/dist/model/EstimatedEvmEip1559Fee.js +8 -3
- package/dist/model/EstimatedEvmEip1559FeeSlow.js +3 -3
- package/dist/model/EstimatedEvmLegacyFee.js +8 -3
- package/dist/model/EstimatedEvmLegacyFeeSlow.js +2 -2
- package/dist/model/EstimatedFILFee.js +8 -3
- package/dist/model/EstimatedFILFeeSlow.js +4 -4
- package/dist/model/EstimatedFee.js +0 -5
- package/dist/model/EstimatedFixedFee.js +2 -2
- package/dist/model/EstimatedSOLFee.js +8 -3
- package/dist/model/EstimatedSOLFeeSlow.js +3 -3
- package/dist/model/EstimatedUtxoFee.js +8 -3
- package/dist/model/EstimatedUtxoFeeSlow.js +2 -2
- package/dist/model/EthStakeEstimatedFee.js +3 -6
- package/dist/model/EthStakeExtra.js +1 -1
- package/dist/model/EthStakingActivityDetailExtra.js +3 -6
- package/dist/model/EthStakingExtra.js +1 -1
- package/dist/model/EvmContractCallDestination.js +2 -2
- package/dist/model/EvmEIP191MessageSignDestination.js +1 -1
- package/dist/model/EvmEip1559FeeRate.js +8 -3
- package/dist/model/EvmLegacyFeeRate.js +8 -3
- package/dist/model/ExchangePermissionTokenRequest.js +1 -1
- package/dist/model/ExchangeRate.js +3 -3
- package/dist/model/ExchangeTransferDestination.js +3 -3
- package/dist/model/ExchangeTransferSource.js +2 -2
- package/dist/model/ExchangeWalletInfo.js +4 -4
- package/dist/model/ExtendedTokenInfo.js +2 -2
- package/dist/model/FeeRate.js +0 -5
- package/dist/model/FeeStationCheckFeeStationUsage.js +4 -4
- package/dist/model/FeeStationCheckFeeStationUsageResponse.js +4 -4
- package/dist/model/FeeStationDestination.js +1 -1
- package/dist/model/FeeStationFiatTransaction.js +7 -10
- package/dist/model/FeeStationSponsorTransactionDescription.js +2 -2
- package/dist/model/FeeStationTransfer.js +1 -1
- package/dist/model/FixedFeeRate.js +1 -1
- package/dist/model/ForcedSweep.js +2 -2
- package/dist/model/ForcedSweepRequest.js +4 -4
- package/dist/model/GetApiKeyInfo200Response.js +6 -9
- package/dist/model/GetExchangeRate200Response.js +3 -3
- package/dist/model/GetMaxTransferableValueWithFeeModelRequest.js +9 -4
- package/dist/model/GetStakingEstimationFee201Response.js +0 -5
- package/dist/model/GetStakingEstimationFeeRequest.js +0 -5
- package/dist/model/GetToken4XXResponse.js +2 -2
- package/dist/model/GetTransactionLimitation200Response.js +13 -7
- package/dist/model/GraphQLError.js +3 -6
- package/dist/model/GraphQLRequest.js +1 -1
- package/dist/model/IntermediaryBankInfo.js +2 -2
- package/dist/model/IsolateDisposition.js +6 -9
- package/dist/model/KyaRiskDetail.js +2 -2
- package/dist/model/KyaScreeningRequest.js +3 -3
- package/dist/model/KyaScreeningResult.js +5 -5
- package/dist/model/KyaScreeningsEventData.js +3 -3
- package/dist/model/KytScreeningsEventData.js +1 -1
- package/dist/model/KytScreeningsTransaction.js +1 -1
- package/dist/model/Link.js +2 -2
- package/dist/model/ListAddressVerifications200Response.js +147 -0
- package/dist/model/ListBulkSends200Response.js +123 -0
- package/dist/model/ListCallbackMessages200Response.js +25 -17
- package/dist/model/ListKyaScreenings200Response.js +25 -17
- package/dist/model/ListSupportedCountries200ResponseInner.js +3 -3
- package/dist/model/ListTokenBalancesForFeeStation200ResponseDataInner.js +8 -3
- package/dist/model/ListTokenizationBlocklistAddresses200Response.js +25 -17
- package/dist/model/ListTopUpPayers200ResponseDataInner.js +3 -3
- package/dist/model/LockUtxosRequest.js +19 -16
- package/dist/model/LockUtxosRequestUtxosInner.js +2 -2
- package/dist/model/MPCDelegate.js +2 -2
- package/dist/model/MPCVaultEventData.js +1 -1
- package/dist/model/MPCWalletInfo.js +4 -4
- package/dist/model/Merchant.js +3 -3
- package/dist/model/MerchantBalance.js +2 -2
- package/dist/model/MessageSignDestination.js +0 -5
- package/dist/model/MessageSignParams.js +19 -12
- package/dist/model/MessageSignSource.js +0 -5
- package/dist/model/MpcContractCallSource.js +2 -2
- package/dist/model/MpcMessageSignSource.js +2 -2
- package/dist/model/MpcSigningGroup.js +4 -7
- package/dist/model/MpcStakeSource.js +2 -2
- package/dist/model/MpcTransferSource.js +1 -1
- package/dist/model/Order.js +8 -8
- package/dist/model/OrderLinkBusinessInfo.js +8 -11
- package/dist/model/OrderLinkBusinessInfoCustomExchangeRatesInner.js +2 -2
- package/dist/model/OrderLinkBusinessInfoPayableAmountsInner.js +2 -2
- package/dist/model/OrgInfo.js +1 -1
- package/dist/model/OtcFee.js +1 -1
- package/dist/model/Pagination.js +2 -2
- package/dist/model/PayerAccount.js +3 -3
- package/dist/model/PaymentAddressUpdateEventData.js +6 -6
- package/dist/model/PaymentAllocationAmount.js +2 -2
- package/dist/model/PaymentBulkSend.js +15 -2
- package/dist/model/PaymentBulkSendEvent.js +21 -3
- package/dist/model/PaymentBulkSendItem.js +4 -4
- package/dist/model/PaymentEstimateFee.js +2 -2
- package/dist/model/PaymentEstimateFeeRequest.js +19 -16
- package/dist/model/PaymentEstimatedFee.js +2 -2
- package/dist/model/PaymentOrderEventData.js +9 -9
- package/dist/model/PaymentPayout.js +2 -2
- package/dist/model/PaymentPayoutDetail.js +2 -2
- package/dist/model/PaymentPayoutEvent.js +3 -3
- package/dist/model/PaymentPayoutItem.js +2 -2
- package/dist/model/PaymentPayoutParam.js +2 -2
- package/dist/model/PaymentRefundEventData.js +6 -6
- package/dist/model/PaymentSettlementEvent.js +22 -19
- package/dist/model/PaymentTransaction.js +4 -4
- package/dist/model/PaymentTransactionEventData.js +26 -25
- package/dist/model/PaymentWalletBalance.js +2 -2
- package/dist/model/PolicyActionContent.js +7 -13
- package/dist/model/PolicyCondition.js +2 -2
- package/dist/model/PoolDetails.js +24 -21
- package/dist/model/PoolDetailsAllOfValidatorsInfo.js +0 -5
- package/dist/model/PoolSummary.js +5 -5
- package/dist/model/PreCheck.js +3 -6
- package/dist/model/PspBalance.js +1 -1
- package/dist/model/QueryGuardPubkey200ResponseAddressesInner.js +2 -2
- package/dist/model/RefreshPermissionTokenRequest.js +1 -1
- package/dist/model/Refund.js +5 -5
- package/dist/model/RefundDisposition.js +6 -9
- package/dist/model/RefundLinkBusinessInfo.js +1 -1
- package/dist/model/Report.js +2 -2
- package/dist/model/RequestApproval.js +23 -20
- package/dist/model/RevokeApprovalRequest201Response.js +1 -1
- package/dist/model/RevokeApprovalRequestRequest.js +1 -1
- package/dist/model/RoleScopes.js +8 -3
- package/dist/model/SafeContractCallSource.js +9 -4
- package/dist/model/SafeTransferSource.js +9 -4
- package/dist/model/SafeTxExtraData.js +8 -8
- package/dist/model/SafeWallet.js +6 -9
- package/dist/model/SafeWalletDelegates.js +0 -5
- package/dist/model/SafeWalletDelegatesTransfer.js +1 -1
- package/dist/model/SatoshiTestCancelResult.js +144 -0
- package/dist/model/SatoshiTestChallenge.js +239 -0
- package/dist/model/SatoshiTestChallengeAction.js +61 -0
- package/dist/model/SatoshiTestChallengeStatus.js +81 -0
- package/dist/model/Scopes.js +15 -30
- package/dist/model/SelfCustodyWallet.js +3 -3
- package/dist/model/Settlement.js +21 -18
- package/dist/model/SettlementDetail.js +3 -6
- package/dist/model/SettlementInfo.js +1 -1
- package/dist/model/SignatureChallenge.js +137 -0
- package/dist/model/SignatureDetail.js +146 -0
- package/dist/model/SmartContractInitiator.js +2 -2
- package/dist/model/SmartContractWalletInfo.js +0 -5
- package/dist/model/SolContractCallAccount.js +1 -1
- package/dist/model/SolContractCallAddressLookupTableAccount.js +1 -1
- package/dist/model/SolContractCallDestination.js +21 -18
- package/dist/model/SolContractCallInstruction.js +21 -18
- package/dist/model/SourceGroup.js +4 -7
- package/dist/model/StakingSource.js +0 -5
- package/dist/model/Stakings.js +25 -22
- package/dist/model/StakingsExtra.js +0 -5
- package/dist/model/StellarContractCallContractParam.js +0 -5
- package/dist/model/StellarContractCallDestination.js +7 -2
- package/dist/model/StellarContractCallTrustLineParam.js +1 -1
- package/dist/model/SubWalletAssetBalance.js +8 -3
- package/dist/model/SubmitKytResponse.js +1 -1
- package/dist/model/SubmitKytScreeningsDecisionsBody.js +1 -1
- package/dist/model/SubmitKytScreeningsReviewBody.js +1 -1
- package/dist/model/SupportedToken.js +6 -6
- package/dist/model/SuspendedTokenEventData.js +2 -2
- package/dist/model/SwapActivityApprovers.js +1 -1
- package/dist/model/SwapActivityTimeline.js +2 -2
- package/dist/model/SwapEstimateFee.js +2 -2
- package/dist/model/SwapQuote.js +7 -7
- package/dist/model/SwapReceivingTransaction.js +1 -1
- package/dist/model/SwapToken.js +3 -3
- package/dist/model/SweepToAddress.js +2 -2
- package/dist/model/TSSEventData.js +0 -5
- package/dist/model/TSSKeyGenRequest.js +3 -6
- package/dist/model/TSSKeyReshareRequest.js +6 -12
- package/dist/model/TSSKeySignRequest.js +12 -24
- package/dist/model/TSSRequestWebhookEventData.js +1 -1
- package/dist/model/TokenBalance.js +8 -3
- package/dist/model/TokenInfo.js +2 -2
- package/dist/model/TokenListing.js +3 -3
- package/dist/model/TokenListingEventData.js +4 -4
- package/dist/model/TokenizationActivityInfo.js +10 -5
- package/dist/model/TokenizationAddressPermission.js +1 -1
- package/dist/model/TokenizationAllowlistActivationParams.js +7 -2
- package/dist/model/TokenizationAllowlistActivationRequest.js +14 -4
- package/dist/model/TokenizationAllowlistAddressNote.js +1 -1
- package/dist/model/TokenizationAllowlistAddressesResponse.js +25 -17
- package/dist/model/TokenizationBlocklistAddressNote.js +1 -1
- package/dist/model/TokenizationBurnEstimateFeeParams.js +26 -18
- package/dist/model/TokenizationBurnTokenParams.js +25 -17
- package/dist/model/TokenizationBurnTokenParamsBurnsInner.js +2 -2
- package/dist/model/TokenizationBurnTokenRequest.js +32 -19
- package/dist/model/TokenizationContractCallEstimateFeeParams.js +1 -1
- package/dist/model/TokenizationContractCallParamsData.js +0 -5
- package/dist/model/TokenizationContractCallRequest.js +7 -2
- package/dist/model/TokenizationERC20TokenParams.js +2 -2
- package/dist/model/TokenizationERC20TokenPermissionParams.js +21 -42
- package/dist/model/TokenizationERC20WrappedTokenParams.js +3 -3
- package/dist/model/TokenizationERC20WrappedTokenPermissionParams.js +21 -42
- package/dist/model/TokenizationEstimateFeeRequest.js +7 -2
- package/dist/model/TokenizationEstimateFeeRequestOperationParams.js +0 -5
- package/dist/model/TokenizationEvmContractCallParams.js +1 -1
- package/dist/model/TokenizationHoldingInfo.js +3 -3
- package/dist/model/TokenizationIssueEstimateFeeParams.js +15 -5
- package/dist/model/TokenizationIssueTokenParams.js +15 -5
- package/dist/model/TokenizationIssueTokenParamsTokenParams.js +0 -5
- package/dist/model/TokenizationIssuedTokenRequest.js +22 -7
- package/dist/model/TokenizationListActivitiesResponse.js +25 -17
- package/dist/model/TokenizationListEnabledChainsResponse.js +7 -2
- package/dist/model/TokenizationListHoldingsResponse.js +25 -17
- package/dist/model/TokenizationListPermissionsResponse.js +25 -17
- package/dist/model/TokenizationListPermissionsResponseDataInner.js +1 -1
- package/dist/model/TokenizationListTokenInfoResponse.js +25 -17
- package/dist/model/TokenizationMintEstimateFeeParams.js +26 -18
- package/dist/model/TokenizationMintTokenParams.js +25 -17
- package/dist/model/TokenizationMintTokenParamsMintsInner.js +2 -2
- package/dist/model/TokenizationMintTokenRequest.js +32 -19
- package/dist/model/TokenizationMpcOperationSource.js +2 -2
- package/dist/model/TokenizationOperationResponse.js +1 -1
- package/dist/model/TokenizationPauseEstimateFeeParams.js +8 -3
- package/dist/model/TokenizationPauseTokenParams.js +7 -2
- package/dist/model/TokenizationPauseTokenRequest.js +14 -4
- package/dist/model/TokenizationSOLTokenParams.js +2 -2
- package/dist/model/TokenizationSOLWrappedTokenParams.js +3 -3
- package/dist/model/TokenizationSolContractCallParams.js +19 -16
- package/dist/model/TokenizationSolWrappedTokenPermissionParams.js +3 -6
- package/dist/model/TokenizationToggleAllowlistEstimateFeeParams.js +8 -3
- package/dist/model/TokenizationTokenDetailInfo.js +3 -3
- package/dist/model/TokenizationTokenInfo.js +3 -3
- package/dist/model/TokenizationTokenOperationSource.js +0 -5
- package/dist/model/TokenizationTokenPermission.js +2 -2
- package/dist/model/TokenizationUnpauseEstimateFeeParams.js +8 -3
- package/dist/model/TokenizationUnpauseTokenParams.js +7 -2
- package/dist/model/TokenizationUnpauseTokenRequest.js +14 -4
- package/dist/model/TokenizationUpdateAddressPermissions.js +1 -1
- package/dist/model/TokenizationUpdateAllowlistAddressesEstimateFeeParams.js +26 -18
- package/dist/model/TokenizationUpdateAllowlistAddressesParams.js +25 -17
- package/dist/model/TokenizationUpdateAllowlistAddressesParamsAddressesInner.js +1 -1
- package/dist/model/TokenizationUpdateAllowlistAddressesRequest.js +32 -19
- package/dist/model/TokenizationUpdateBlocklistAddressesEstimateFeeParams.js +26 -18
- package/dist/model/TokenizationUpdateBlocklistAddressesParams.js +25 -17
- package/dist/model/TokenizationUpdateBlocklistAddressesParamsAddressesInner.js +1 -1
- package/dist/model/TokenizationUpdateBlocklistAddressesRequest.js +32 -19
- package/dist/model/TokenizationUpdatePermissionsEstimateFeeParams.js +26 -18
- package/dist/model/TokenizationUpdatePermissionsParams.js +25 -17
- package/dist/model/TokenizationUpdatePermissionsRequest.js +32 -19
- package/dist/model/TokenizationWeb3OperationSource.js +2 -2
- package/dist/model/TokensEventData.js +22 -22
- package/dist/model/TopUpAddress.js +6 -6
- package/dist/model/Transaction.js +25 -24
- package/dist/model/TransactionBIP137Destination.js +1 -1
- package/dist/model/TransactionBIP322Destination.js +1 -1
- package/dist/model/TransactionCosmosAdr36Destination.js +1 -1
- package/dist/model/TransactionCosmosContractDestination.js +19 -16
- package/dist/model/TransactionCosmosMessage.js +2 -2
- package/dist/model/TransactionCustodialAssetWalletSource.js +1 -1
- package/dist/model/TransactionCustodialWeb3WalletSource.js +1 -1
- package/dist/model/TransactionDepositFromWalletSource.js +1 -1
- package/dist/model/TransactionDepositToAddressDestination.js +3 -3
- package/dist/model/TransactionDepositToWalletDestination.js +2 -2
- package/dist/model/TransactionDestination.js +0 -5
- package/dist/model/TransactionDetail.js +25 -24
- package/dist/model/TransactionDetails.js +25 -24
- package/dist/model/TransactionEvmContractDestination.js +2 -2
- package/dist/model/TransactionExchangeWalletSource.js +1 -1
- package/dist/model/TransactionExtra.js +0 -5
- package/dist/model/TransactionFee.js +0 -5
- package/dist/model/TransactionFeeStationWalletSource.js +1 -1
- package/dist/model/TransactionMPCWalletSource.js +1 -1
- package/dist/model/TransactionMessageSignEIP191Destination.js +1 -1
- package/dist/model/TransactionRbf.js +11 -9
- package/dist/model/TransactionRbfSource.js +0 -5
- package/dist/model/TransactionRequestEvmEip1559Fee.js +3 -3
- package/dist/model/TransactionRequestEvmLegacyFee.js +2 -2
- package/dist/model/TransactionRequestFILFee.js +3 -3
- package/dist/model/TransactionRequestFee.js +0 -5
- package/dist/model/TransactionRequestFixedFee.js +1 -1
- package/dist/model/TransactionRequestSOLFee.js +3 -3
- package/dist/model/TransactionRequestUtxoFee.js +1 -1
- package/dist/model/TransactionResend.js +1 -1
- package/dist/model/TransactionResult.js +0 -5
- package/dist/model/TransactionSignatureResult.js +1 -1
- package/dist/model/TransactionSmartContractSafeWalletSource.js +2 -2
- package/dist/model/TransactionSolContractAddressLookupTableAccount.js +1 -1
- package/dist/model/TransactionSource.js +0 -5
- package/dist/model/TransactionStellarContractParam.js +0 -5
- package/dist/model/TransactionStellarDestination.js +7 -2
- package/dist/model/TransactionStellarTrustLineParam.js +1 -1
- package/dist/model/TransactionTokeApproval.js +2 -2
- package/dist/model/TransactionTokenAmount.js +2 -2
- package/dist/model/TransactionTransferToWalletDestination.js +2 -2
- package/dist/model/TransactionTronContractDestination.js +2 -2
- package/dist/model/TransactionWebhookEventData.js +26 -25
- package/dist/model/TransferDestination.js +0 -5
- package/dist/model/TransferParams.js +17 -10
- package/dist/model/TransferSource.js +0 -5
- package/dist/model/TravelRuleDepositExchangesOrVASP.js +9 -4
- package/dist/model/TravelRuleDepositExchangesOrVASPEntityInfo.js +0 -5
- package/dist/model/TravelRuleDepositLegalEntity.js +2 -2
- package/dist/model/TravelRuleDepositNaturalEntity.js +3 -3
- package/dist/model/TravelRuleDepositRequest.js +8 -3
- package/dist/model/TravelRuleDepositRequestTravelRuleInfo.js +0 -5
- package/dist/model/TravelRuleTransactionType.js +61 -0
- package/dist/model/TravelRuleWithdrawExchangesOrVASP.js +9 -4
- package/dist/model/TravelRuleWithdrawExchangesOrVASPEntityInfo.js +0 -5
- package/dist/model/TravelRuleWithdrawLegalEntity.js +1 -1
- package/dist/model/TravelRuleWithdrawNaturalEntity.js +2 -2
- package/dist/model/TravelRuleWithdrawRequest.js +8 -3
- package/dist/model/TravelRuleWithdrawRequestTravelRuleInfo.js +0 -5
- package/dist/model/TronContractCallDestination.js +2 -2
- package/dist/model/UnfreezeDisposition.js +1 -1
- package/dist/model/UpdateCounterpartyRequest.js +1 -1
- package/dist/model/UpdateDestinationBankAccount.js +8 -8
- package/dist/model/UpdateDestinationEntryRequest.js +1 -1
- package/dist/model/UpdateDestinationRequest.js +1 -1
- package/dist/model/UpdateExchangeWalletParams.js +1 -1
- package/dist/model/UpdateMpcProjectByIdRequest.js +1 -1
- package/dist/model/UpdateMpcVaultByIdRequest.js +1 -1
- package/dist/model/UpdateRefundByIdRequest.js +1 -1
- package/dist/model/UpdateSmartContractWalletParams.js +1 -1
- package/dist/model/UpdateTopUpAddress.js +2 -2
- package/dist/model/UpdateWalletParams.js +0 -5
- package/dist/model/UpdateWebhookEndpointByIdRequest.js +3 -6
- package/dist/model/UtxoFeeRate.js +8 -3
- package/dist/model/Vasp.js +3 -3
- package/dist/model/WalletAddress.js +3 -3
- package/dist/model/WalletInfo.js +0 -5
- package/dist/model/WalletInfoEventData.js +1 -1
- package/dist/model/WebhookEndpoint.js +1 -1
- package/dist/model/WebhookEvent.js +8 -3
- package/dist/model/WebhookEventData.js +1 -6
- package/dist/model/WebhookEventDataType.js +1 -1
- package/dist/model/WebhookEventLog.js +8 -3
- package/docs/AddressVerification.md +14 -0
- package/docs/AddressVerificationDetail.md +16 -0
- package/docs/AddressVerificationDetailSatoshiTestDetail.md +19 -0
- package/docs/AddressVerificationDetailSignatureDetail.md +12 -0
- package/docs/AddressVerificationMethod.md +12 -0
- package/docs/AddressVerificationStatus.md +14 -0
- package/docs/ApprovalUserDetail.md +1 -0
- package/docs/CancelSatoshiTestChallengeRequest.md +9 -0
- package/docs/CreateBulkSendRequest.md +1 -0
- package/docs/CreateSatoshiTestChallengeRequest.md +14 -0
- package/docs/GetTransactionLimitation200Response.md +2 -1
- package/docs/ListAddressVerifications200Response.md +10 -0
- package/docs/ListBulkSends200Response.md +10 -0
- package/docs/PaymentApi.md +59 -0
- package/docs/PaymentBulkSend.md +1 -0
- package/docs/PaymentBulkSendEvent.md +1 -0
- package/docs/SatoshiTestCancelResult.md +21 -0
- package/docs/SatoshiTestChallenge.md +19 -0
- package/docs/SatoshiTestChallengeAction.md +12 -0
- package/docs/SatoshiTestChallengeStatus.md +20 -0
- package/docs/SignatureChallenge.md +11 -0
- package/docs/SignatureDetail.md +12 -0
- package/docs/TravelRuleApi.md +325 -1
- package/docs/TravelRuleTransactionType.md +12 -0
- package/docs/WebhookEventData.md +1 -1
- package/package.json +1 -1
package/dist/api/PaymentApi.js
CHANGED
|
@@ -55,6 +55,7 @@ var _Link = _interopRequireDefault(require("../model/Link"));
|
|
|
55
55
|
var _ListAllocationItems200Response = _interopRequireDefault(require("../model/ListAllocationItems200Response"));
|
|
56
56
|
var _ListBatchAllocations200Response = _interopRequireDefault(require("../model/ListBatchAllocations200Response"));
|
|
57
57
|
var _ListBulkSendItems200Response = _interopRequireDefault(require("../model/ListBulkSendItems200Response"));
|
|
58
|
+
var _ListBulkSends200Response = _interopRequireDefault(require("../model/ListBulkSends200Response"));
|
|
58
59
|
var _ListCounterparties200Response = _interopRequireDefault(require("../model/ListCounterparties200Response"));
|
|
59
60
|
var _ListCounterpartyEntries200Response = _interopRequireDefault(require("../model/ListCounterpartyEntries200Response"));
|
|
60
61
|
var _ListDestinationEntries200Response = _interopRequireDefault(require("../model/ListDestinationEntries200Response"));
|
|
@@ -113,102 +114,6 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
113
114
|
* Do not edit the class manually.
|
|
114
115
|
*
|
|
115
116
|
*/
|
|
116
|
-
// Model class table — access class refs by name to avoid parameter-name shadowing
|
|
117
|
-
var _modelClasses = {
|
|
118
|
-
'AcquiringType': _AcquiringType["default"],
|
|
119
|
-
'BankAccountStatus': _BankAccountStatus["default"],
|
|
120
|
-
'BatchAllocation': _BatchAllocation["default"],
|
|
121
|
-
'BatchAllocationDetail': _BatchAllocationDetail["default"],
|
|
122
|
-
'Counterparty': _Counterparty["default"],
|
|
123
|
-
'CounterpartyDetail': _CounterpartyDetail["default"],
|
|
124
|
-
'CounterpartyType': _CounterpartyType["default"],
|
|
125
|
-
'CreateBatchAllocationRequest': _CreateBatchAllocationRequest["default"],
|
|
126
|
-
'CreateBulkSendRequest': _CreateBulkSendRequest["default"],
|
|
127
|
-
'CreateCounterpartyEntry201Response': _CreateCounterpartyEntry201Response["default"],
|
|
128
|
-
'CreateCounterpartyEntryRequest': _CreateCounterpartyEntryRequest["default"],
|
|
129
|
-
'CreateCounterpartyRequest': _CreateCounterpartyRequest["default"],
|
|
130
|
-
'CreateCryptoAddressRequest': _CreateCryptoAddressRequest["default"],
|
|
131
|
-
'CreateDestinationEntry201Response': _CreateDestinationEntry201Response["default"],
|
|
132
|
-
'CreateDestinationEntryRequest': _CreateDestinationEntryRequest["default"],
|
|
133
|
-
'CreateDestinationRequest': _CreateDestinationRequest["default"],
|
|
134
|
-
'CreateMerchantRequest': _CreateMerchantRequest["default"],
|
|
135
|
-
'CreateOrderLinkRequest': _CreateOrderLinkRequest["default"],
|
|
136
|
-
'CreatePaymentOrderRequest': _CreatePaymentOrderRequest["default"],
|
|
137
|
-
'CreatePayoutRequest': _CreatePayoutRequest["default"],
|
|
138
|
-
'CreateRefundLinkRequest': _CreateRefundLinkRequest["default"],
|
|
139
|
-
'CreateRefundRequest': _CreateRefundRequest["default"],
|
|
140
|
-
'CreateReportRequest': _CreateReportRequest["default"],
|
|
141
|
-
'CreateSettlementRequestRequest': _CreateSettlementRequestRequest["default"],
|
|
142
|
-
'CreateTopUpAddresses': _CreateTopUpAddresses["default"],
|
|
143
|
-
'CreateTopUpAddresses201Response': _CreateTopUpAddresses201Response["default"],
|
|
144
|
-
'CryptoAddress': _CryptoAddress["default"],
|
|
145
|
-
'DeleteCounterpartyById200Response': _DeleteCounterpartyById200Response["default"],
|
|
146
|
-
'DeleteCounterpartyEntry200Response': _DeleteCounterpartyEntry200Response["default"],
|
|
147
|
-
'DeleteCryptoAddress201Response': _DeleteCryptoAddress201Response["default"],
|
|
148
|
-
'DeleteDestinationById200Response': _DeleteDestinationById200Response["default"],
|
|
149
|
-
'DeleteDestinationEntry200Response': _DeleteDestinationEntry200Response["default"],
|
|
150
|
-
'Destination': _Destination["default"],
|
|
151
|
-
'DestinationDetail': _DestinationDetail["default"],
|
|
152
|
-
'DestinationType': _DestinationType["default"],
|
|
153
|
-
'EntryType': _EntryType["default"],
|
|
154
|
-
'ErrorResponse': _ErrorResponse["default"],
|
|
155
|
-
'ExchangeRate': _ExchangeRate["default"],
|
|
156
|
-
'ForcedSweep': _ForcedSweep["default"],
|
|
157
|
-
'ForcedSweepRequest': _ForcedSweepRequest["default"],
|
|
158
|
-
'GetCounterpartyEntry200Response': _GetCounterpartyEntry200Response["default"],
|
|
159
|
-
'GetDestinationEntry200Response': _GetDestinationEntry200Response["default"],
|
|
160
|
-
'GetExchangeRate200Response': _GetExchangeRate200Response["default"],
|
|
161
|
-
'GetRefunds200Response': _GetRefunds200Response["default"],
|
|
162
|
-
'GetReports200Response': _GetReports200Response["default"],
|
|
163
|
-
'GetSettlementInfoByIds200Response': _GetSettlementInfoByIds200Response["default"],
|
|
164
|
-
'Link': _Link["default"],
|
|
165
|
-
'ListAllocationItems200Response': _ListAllocationItems200Response["default"],
|
|
166
|
-
'ListBatchAllocations200Response': _ListBatchAllocations200Response["default"],
|
|
167
|
-
'ListBulkSendItems200Response': _ListBulkSendItems200Response["default"],
|
|
168
|
-
'ListCounterparties200Response': _ListCounterparties200Response["default"],
|
|
169
|
-
'ListCounterpartyEntries200Response': _ListCounterpartyEntries200Response["default"],
|
|
170
|
-
'ListDestinationEntries200Response': _ListDestinationEntries200Response["default"],
|
|
171
|
-
'ListDestinations200Response': _ListDestinations200Response["default"],
|
|
172
|
-
'ListForcedSweepRequests200Response': _ListForcedSweepRequests200Response["default"],
|
|
173
|
-
'ListMerchantBalances200Response': _ListMerchantBalances200Response["default"],
|
|
174
|
-
'ListMerchants200Response': _ListMerchants200Response["default"],
|
|
175
|
-
'ListPayerTransactions200Response': _ListPayerTransactions200Response["default"],
|
|
176
|
-
'ListPaymentOrders200Response': _ListPaymentOrders200Response["default"],
|
|
177
|
-
'ListPaymentWalletBalances200Response': _ListPaymentWalletBalances200Response["default"],
|
|
178
|
-
'ListPayouts200Response': _ListPayouts200Response["default"],
|
|
179
|
-
'ListSettlementDetails200Response': _ListSettlementDetails200Response["default"],
|
|
180
|
-
'ListSettlementRequests200Response': _ListSettlementRequests200Response["default"],
|
|
181
|
-
'ListTopUpPayerAccounts200Response': _ListTopUpPayerAccounts200Response["default"],
|
|
182
|
-
'ListTopUpPayers200Response': _ListTopUpPayers200Response["default"],
|
|
183
|
-
'Merchant': _Merchant["default"],
|
|
184
|
-
'Order': _Order["default"],
|
|
185
|
-
'PaymentAllocationAmount': _PaymentAllocationAmount["default"],
|
|
186
|
-
'PaymentBulkSend': _PaymentBulkSend["default"],
|
|
187
|
-
'PaymentEstimateFee201Response': _PaymentEstimateFee201Response["default"],
|
|
188
|
-
'PaymentEstimateFeeRequest': _PaymentEstimateFeeRequest["default"],
|
|
189
|
-
'PaymentPayout': _PaymentPayout["default"],
|
|
190
|
-
'PaymentPayoutDetail': _PaymentPayoutDetail["default"],
|
|
191
|
-
'PspBalance': _PspBalance["default"],
|
|
192
|
-
'Refund': _Refund["default"],
|
|
193
|
-
'Report': _Report["default"],
|
|
194
|
-
'ReportStatus': _ReportStatus["default"],
|
|
195
|
-
'ReportType': _ReportType["default"],
|
|
196
|
-
'Settlement': _Settlement["default"],
|
|
197
|
-
'SupportedToken': _SupportedToken["default"],
|
|
198
|
-
'TopUpAddress': _TopUpAddress["default"],
|
|
199
|
-
'TriggerTestPaymentWebhookEventResponse': _TriggerTestPaymentWebhookEventResponse["default"],
|
|
200
|
-
'TriggerTestPaymentsWebhookEventRequest': _TriggerTestPaymentsWebhookEventRequest["default"],
|
|
201
|
-
'UpdateCounterpartyRequest': _UpdateCounterpartyRequest["default"],
|
|
202
|
-
'UpdateDestinationEntry200Response': _UpdateDestinationEntry200Response["default"],
|
|
203
|
-
'UpdateDestinationEntryRequest': _UpdateDestinationEntryRequest["default"],
|
|
204
|
-
'UpdateDestinationRequest': _UpdateDestinationRequest["default"],
|
|
205
|
-
'UpdateMerchantByIdRequest': _UpdateMerchantByIdRequest["default"],
|
|
206
|
-
'UpdatePaymentOrderRequest': _UpdatePaymentOrderRequest["default"],
|
|
207
|
-
'UpdateRefundByIdRequest': _UpdateRefundByIdRequest["default"],
|
|
208
|
-
'UpdateTopUpAddress': _UpdateTopUpAddress["default"],
|
|
209
|
-
'WalletSetup': _WalletSetup["default"]
|
|
210
|
-
};
|
|
211
|
-
|
|
212
117
|
/**
|
|
213
118
|
* Payment service.
|
|
214
119
|
* @module api/PaymentApi
|
|
@@ -336,21 +241,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
241
|
if (postBody && postBody.toJSON) {
|
|
337
242
|
postBody = postBody.toJSON();
|
|
338
243
|
}
|
|
339
|
-
// Validate opts key — must be exactly 'CreateBatchAllocationRequest'
|
|
340
|
-
if (postBody === undefined && opts) {
|
|
341
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
342
|
-
return k !== '_base_path_index';
|
|
343
|
-
});
|
|
344
|
-
if (_providedKeys.length > 0) {
|
|
345
|
-
throw new Error('createBatchAllocation(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateBatchAllocationRequest".');
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
// Validate request body before sending
|
|
349
|
-
if (postBody !== null && postBody !== undefined) {
|
|
350
|
-
if (_modelClasses['CreateBatchAllocationRequest'] && typeof _modelClasses['CreateBatchAllocationRequest'].validateJSON === 'function') {
|
|
351
|
-
_modelClasses['CreateBatchAllocationRequest'].validateJSON(postBody);
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
244
|
var pathParams = {};
|
|
355
245
|
var queryParams = {};
|
|
356
246
|
var headerParams = {};
|
|
@@ -392,21 +282,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
392
282
|
if (postBody && postBody.toJSON) {
|
|
393
283
|
postBody = postBody.toJSON();
|
|
394
284
|
}
|
|
395
|
-
// Validate opts key — must be exactly 'CreateBulkSendRequest'
|
|
396
|
-
if (postBody === undefined && opts) {
|
|
397
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
398
|
-
return k !== '_base_path_index';
|
|
399
|
-
});
|
|
400
|
-
if (_providedKeys.length > 0) {
|
|
401
|
-
throw new Error('createBulkSend(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateBulkSendRequest".');
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
// Validate request body before sending
|
|
405
|
-
if (postBody !== null && postBody !== undefined) {
|
|
406
|
-
if (_modelClasses['CreateBulkSendRequest'] && typeof _modelClasses['CreateBulkSendRequest'].validateJSON === 'function') {
|
|
407
|
-
_modelClasses['CreateBulkSendRequest'].validateJSON(postBody);
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
285
|
var pathParams = {};
|
|
411
286
|
var queryParams = {};
|
|
412
287
|
var headerParams = {};
|
|
@@ -448,21 +323,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
448
323
|
if (postBody && postBody.toJSON) {
|
|
449
324
|
postBody = postBody.toJSON();
|
|
450
325
|
}
|
|
451
|
-
// Validate opts key — must be exactly 'CreateCounterpartyRequest'
|
|
452
|
-
if (postBody === undefined && opts) {
|
|
453
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
454
|
-
return k !== '_base_path_index';
|
|
455
|
-
});
|
|
456
|
-
if (_providedKeys.length > 0) {
|
|
457
|
-
throw new Error('createCounterparty(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateCounterpartyRequest".');
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
// Validate request body before sending
|
|
461
|
-
if (postBody !== null && postBody !== undefined) {
|
|
462
|
-
if (_modelClasses['CreateCounterpartyRequest'] && typeof _modelClasses['CreateCounterpartyRequest'].validateJSON === 'function') {
|
|
463
|
-
_modelClasses['CreateCounterpartyRequest'].validateJSON(postBody);
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
326
|
var pathParams = {};
|
|
467
327
|
var queryParams = {};
|
|
468
328
|
var headerParams = {};
|
|
@@ -504,21 +364,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
504
364
|
if (postBody && postBody.toJSON) {
|
|
505
365
|
postBody = postBody.toJSON();
|
|
506
366
|
}
|
|
507
|
-
// Validate opts key — must be exactly 'CreateCounterpartyEntryRequest'
|
|
508
|
-
if (postBody === undefined && opts) {
|
|
509
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
510
|
-
return k !== '_base_path_index';
|
|
511
|
-
});
|
|
512
|
-
if (_providedKeys.length > 0) {
|
|
513
|
-
throw new Error('createCounterpartyEntry(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateCounterpartyEntryRequest".');
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
// Validate request body before sending
|
|
517
|
-
if (postBody !== null && postBody !== undefined) {
|
|
518
|
-
if (_modelClasses['CreateCounterpartyEntryRequest'] && typeof _modelClasses['CreateCounterpartyEntryRequest'].validateJSON === 'function') {
|
|
519
|
-
_modelClasses['CreateCounterpartyEntryRequest'].validateJSON(postBody);
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
367
|
var pathParams = {};
|
|
523
368
|
var queryParams = {};
|
|
524
369
|
var headerParams = {};
|
|
@@ -560,21 +405,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
560
405
|
if (postBody && postBody.toJSON) {
|
|
561
406
|
postBody = postBody.toJSON();
|
|
562
407
|
}
|
|
563
|
-
// Validate opts key — must be exactly 'CreateCryptoAddressRequest'
|
|
564
|
-
if (postBody === undefined && opts) {
|
|
565
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
566
|
-
return k !== '_base_path_index';
|
|
567
|
-
});
|
|
568
|
-
if (_providedKeys.length > 0) {
|
|
569
|
-
throw new Error('createCryptoAddress(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateCryptoAddressRequest".');
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
// Validate request body before sending
|
|
573
|
-
if (postBody !== null && postBody !== undefined) {
|
|
574
|
-
if (_modelClasses['CreateCryptoAddressRequest'] && typeof _modelClasses['CreateCryptoAddressRequest'].validateJSON === 'function') {
|
|
575
|
-
_modelClasses['CreateCryptoAddressRequest'].validateJSON(postBody);
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
408
|
var pathParams = {};
|
|
579
409
|
var queryParams = {};
|
|
580
410
|
var headerParams = {};
|
|
@@ -616,21 +446,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
616
446
|
if (postBody && postBody.toJSON) {
|
|
617
447
|
postBody = postBody.toJSON();
|
|
618
448
|
}
|
|
619
|
-
// Validate opts key — must be exactly 'CreateDestinationRequest'
|
|
620
|
-
if (postBody === undefined && opts) {
|
|
621
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
622
|
-
return k !== '_base_path_index';
|
|
623
|
-
});
|
|
624
|
-
if (_providedKeys.length > 0) {
|
|
625
|
-
throw new Error('createDestination(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateDestinationRequest".');
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
// Validate request body before sending
|
|
629
|
-
if (postBody !== null && postBody !== undefined) {
|
|
630
|
-
if (_modelClasses['CreateDestinationRequest'] && typeof _modelClasses['CreateDestinationRequest'].validateJSON === 'function') {
|
|
631
|
-
_modelClasses['CreateDestinationRequest'].validateJSON(postBody);
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
449
|
var pathParams = {};
|
|
635
450
|
var queryParams = {};
|
|
636
451
|
var headerParams = {};
|
|
@@ -672,21 +487,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
672
487
|
if (postBody && postBody.toJSON) {
|
|
673
488
|
postBody = postBody.toJSON();
|
|
674
489
|
}
|
|
675
|
-
// Validate opts key — must be exactly 'CreateDestinationEntryRequest'
|
|
676
|
-
if (postBody === undefined && opts) {
|
|
677
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
678
|
-
return k !== '_base_path_index';
|
|
679
|
-
});
|
|
680
|
-
if (_providedKeys.length > 0) {
|
|
681
|
-
throw new Error('createDestinationEntry(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateDestinationEntryRequest".');
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
// Validate request body before sending
|
|
685
|
-
if (postBody !== null && postBody !== undefined) {
|
|
686
|
-
if (_modelClasses['CreateDestinationEntryRequest'] && typeof _modelClasses['CreateDestinationEntryRequest'].validateJSON === 'function') {
|
|
687
|
-
_modelClasses['CreateDestinationEntryRequest'].validateJSON(postBody);
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
490
|
var pathParams = {};
|
|
691
491
|
var queryParams = {};
|
|
692
492
|
var headerParams = {};
|
|
@@ -728,21 +528,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
728
528
|
if (postBody && postBody.toJSON) {
|
|
729
529
|
postBody = postBody.toJSON();
|
|
730
530
|
}
|
|
731
|
-
// Validate opts key — must be exactly 'ForcedSweepRequest'
|
|
732
|
-
if (postBody === undefined && opts) {
|
|
733
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
734
|
-
return k !== '_base_path_index';
|
|
735
|
-
});
|
|
736
|
-
if (_providedKeys.length > 0) {
|
|
737
|
-
throw new Error('createForcedSweepRequest(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "ForcedSweepRequest".');
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
// Validate request body before sending
|
|
741
|
-
if (postBody !== null && postBody !== undefined) {
|
|
742
|
-
if (_modelClasses['ForcedSweepRequest'] && typeof _modelClasses['ForcedSweepRequest'].validateJSON === 'function') {
|
|
743
|
-
_modelClasses['ForcedSweepRequest'].validateJSON(postBody);
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
531
|
var pathParams = {};
|
|
747
532
|
var queryParams = {};
|
|
748
533
|
var headerParams = {};
|
|
@@ -784,21 +569,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
784
569
|
if (postBody && postBody.toJSON) {
|
|
785
570
|
postBody = postBody.toJSON();
|
|
786
571
|
}
|
|
787
|
-
// Validate opts key — must be exactly 'CreateMerchantRequest'
|
|
788
|
-
if (postBody === undefined && opts) {
|
|
789
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
790
|
-
return k !== '_base_path_index';
|
|
791
|
-
});
|
|
792
|
-
if (_providedKeys.length > 0) {
|
|
793
|
-
throw new Error('createMerchant(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateMerchantRequest".');
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
// Validate request body before sending
|
|
797
|
-
if (postBody !== null && postBody !== undefined) {
|
|
798
|
-
if (_modelClasses['CreateMerchantRequest'] && typeof _modelClasses['CreateMerchantRequest'].validateJSON === 'function') {
|
|
799
|
-
_modelClasses['CreateMerchantRequest'].validateJSON(postBody);
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
572
|
var pathParams = {};
|
|
803
573
|
var queryParams = {};
|
|
804
574
|
var headerParams = {};
|
|
@@ -840,21 +610,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
840
610
|
if (postBody && postBody.toJSON) {
|
|
841
611
|
postBody = postBody.toJSON();
|
|
842
612
|
}
|
|
843
|
-
// Validate opts key — must be exactly 'CreateOrderLinkRequest'
|
|
844
|
-
if (postBody === undefined && opts) {
|
|
845
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
846
|
-
return k !== '_base_path_index';
|
|
847
|
-
});
|
|
848
|
-
if (_providedKeys.length > 0) {
|
|
849
|
-
throw new Error('createOrderLink(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateOrderLinkRequest".');
|
|
850
|
-
}
|
|
851
|
-
}
|
|
852
|
-
// Validate request body before sending
|
|
853
|
-
if (postBody !== null && postBody !== undefined) {
|
|
854
|
-
if (_modelClasses['CreateOrderLinkRequest'] && typeof _modelClasses['CreateOrderLinkRequest'].validateJSON === 'function') {
|
|
855
|
-
_modelClasses['CreateOrderLinkRequest'].validateJSON(postBody);
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
613
|
var pathParams = {};
|
|
859
614
|
var queryParams = {};
|
|
860
615
|
var headerParams = {};
|
|
@@ -896,21 +651,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
896
651
|
if (postBody && postBody.toJSON) {
|
|
897
652
|
postBody = postBody.toJSON();
|
|
898
653
|
}
|
|
899
|
-
// Validate opts key — must be exactly 'CreatePaymentOrderRequest'
|
|
900
|
-
if (postBody === undefined && opts) {
|
|
901
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
902
|
-
return k !== '_base_path_index';
|
|
903
|
-
});
|
|
904
|
-
if (_providedKeys.length > 0) {
|
|
905
|
-
throw new Error('createPaymentOrder(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreatePaymentOrderRequest".');
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
// Validate request body before sending
|
|
909
|
-
if (postBody !== null && postBody !== undefined) {
|
|
910
|
-
if (_modelClasses['CreatePaymentOrderRequest'] && typeof _modelClasses['CreatePaymentOrderRequest'].validateJSON === 'function') {
|
|
911
|
-
_modelClasses['CreatePaymentOrderRequest'].validateJSON(postBody);
|
|
912
|
-
}
|
|
913
|
-
}
|
|
914
654
|
var pathParams = {};
|
|
915
655
|
var queryParams = {};
|
|
916
656
|
var headerParams = {};
|
|
@@ -952,21 +692,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
952
692
|
if (postBody && postBody.toJSON) {
|
|
953
693
|
postBody = postBody.toJSON();
|
|
954
694
|
}
|
|
955
|
-
// Validate opts key — must be exactly 'CreatePayoutRequest'
|
|
956
|
-
if (postBody === undefined && opts) {
|
|
957
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
958
|
-
return k !== '_base_path_index';
|
|
959
|
-
});
|
|
960
|
-
if (_providedKeys.length > 0) {
|
|
961
|
-
throw new Error('createPayout(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreatePayoutRequest".');
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
// Validate request body before sending
|
|
965
|
-
if (postBody !== null && postBody !== undefined) {
|
|
966
|
-
if (_modelClasses['CreatePayoutRequest'] && typeof _modelClasses['CreatePayoutRequest'].validateJSON === 'function') {
|
|
967
|
-
_modelClasses['CreatePayoutRequest'].validateJSON(postBody);
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
695
|
var pathParams = {};
|
|
971
696
|
var queryParams = {};
|
|
972
697
|
var headerParams = {};
|
|
@@ -1008,21 +733,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1008
733
|
if (postBody && postBody.toJSON) {
|
|
1009
734
|
postBody = postBody.toJSON();
|
|
1010
735
|
}
|
|
1011
|
-
// Validate opts key — must be exactly 'CreateRefundRequest'
|
|
1012
|
-
if (postBody === undefined && opts) {
|
|
1013
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
1014
|
-
return k !== '_base_path_index';
|
|
1015
|
-
});
|
|
1016
|
-
if (_providedKeys.length > 0) {
|
|
1017
|
-
throw new Error('createRefund(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateRefundRequest".');
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
// Validate request body before sending
|
|
1021
|
-
if (postBody !== null && postBody !== undefined) {
|
|
1022
|
-
if (_modelClasses['CreateRefundRequest'] && typeof _modelClasses['CreateRefundRequest'].validateJSON === 'function') {
|
|
1023
|
-
_modelClasses['CreateRefundRequest'].validateJSON(postBody);
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
736
|
var pathParams = {};
|
|
1027
737
|
var queryParams = {};
|
|
1028
738
|
var headerParams = {};
|
|
@@ -1064,21 +774,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1064
774
|
if (postBody && postBody.toJSON) {
|
|
1065
775
|
postBody = postBody.toJSON();
|
|
1066
776
|
}
|
|
1067
|
-
// Validate opts key — must be exactly 'CreateRefundLinkRequest'
|
|
1068
|
-
if (postBody === undefined && opts) {
|
|
1069
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
1070
|
-
return k !== '_base_path_index';
|
|
1071
|
-
});
|
|
1072
|
-
if (_providedKeys.length > 0) {
|
|
1073
|
-
throw new Error('createRefundLink(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateRefundLinkRequest".');
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
// Validate request body before sending
|
|
1077
|
-
if (postBody !== null && postBody !== undefined) {
|
|
1078
|
-
if (_modelClasses['CreateRefundLinkRequest'] && typeof _modelClasses['CreateRefundLinkRequest'].validateJSON === 'function') {
|
|
1079
|
-
_modelClasses['CreateRefundLinkRequest'].validateJSON(postBody);
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
777
|
var pathParams = {};
|
|
1083
778
|
var queryParams = {};
|
|
1084
779
|
var headerParams = {};
|
|
@@ -1120,21 +815,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1120
815
|
if (postBody && postBody.toJSON) {
|
|
1121
816
|
postBody = postBody.toJSON();
|
|
1122
817
|
}
|
|
1123
|
-
// Validate opts key — must be exactly 'CreateReportRequest'
|
|
1124
|
-
if (postBody === undefined && opts) {
|
|
1125
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
1126
|
-
return k !== '_base_path_index';
|
|
1127
|
-
});
|
|
1128
|
-
if (_providedKeys.length > 0) {
|
|
1129
|
-
throw new Error('createReport(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateReportRequest".');
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
// Validate request body before sending
|
|
1133
|
-
if (postBody !== null && postBody !== undefined) {
|
|
1134
|
-
if (_modelClasses['CreateReportRequest'] && typeof _modelClasses['CreateReportRequest'].validateJSON === 'function') {
|
|
1135
|
-
_modelClasses['CreateReportRequest'].validateJSON(postBody);
|
|
1136
|
-
}
|
|
1137
|
-
}
|
|
1138
818
|
var pathParams = {};
|
|
1139
819
|
var queryParams = {};
|
|
1140
820
|
var headerParams = {};
|
|
@@ -1212,21 +892,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1212
892
|
if (postBody && postBody.toJSON) {
|
|
1213
893
|
postBody = postBody.toJSON();
|
|
1214
894
|
}
|
|
1215
|
-
// Validate opts key — must be exactly 'CreateSettlementRequestRequest'
|
|
1216
|
-
if (postBody === undefined && opts) {
|
|
1217
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
1218
|
-
return k !== '_base_path_index';
|
|
1219
|
-
});
|
|
1220
|
-
if (_providedKeys.length > 0) {
|
|
1221
|
-
throw new Error('createSettlementRequest(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateSettlementRequestRequest".');
|
|
1222
|
-
}
|
|
1223
|
-
}
|
|
1224
|
-
// Validate request body before sending
|
|
1225
|
-
if (postBody !== null && postBody !== undefined) {
|
|
1226
|
-
if (_modelClasses['CreateSettlementRequestRequest'] && typeof _modelClasses['CreateSettlementRequestRequest'].validateJSON === 'function') {
|
|
1227
|
-
_modelClasses['CreateSettlementRequestRequest'].validateJSON(postBody);
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
895
|
var pathParams = {};
|
|
1231
896
|
var queryParams = {};
|
|
1232
897
|
var headerParams = {};
|
|
@@ -1268,21 +933,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1268
933
|
if (postBody && postBody.toJSON) {
|
|
1269
934
|
postBody = postBody.toJSON();
|
|
1270
935
|
}
|
|
1271
|
-
// Validate opts key — must be exactly 'CreateTopUpAddresses'
|
|
1272
|
-
if (postBody === undefined && opts) {
|
|
1273
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
1274
|
-
return k !== '_base_path_index';
|
|
1275
|
-
});
|
|
1276
|
-
if (_providedKeys.length > 0) {
|
|
1277
|
-
throw new Error('createTopUpAddresses(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "CreateTopUpAddresses".');
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1280
|
-
// Validate request body before sending
|
|
1281
|
-
if (postBody !== null && postBody !== undefined) {
|
|
1282
|
-
if (_modelClasses['CreateTopUpAddresses'] && typeof _modelClasses['CreateTopUpAddresses'].validateJSON === 'function') {
|
|
1283
|
-
_modelClasses['CreateTopUpAddresses'].validateJSON(postBody);
|
|
1284
|
-
}
|
|
1285
|
-
}
|
|
1286
936
|
var pathParams = {};
|
|
1287
937
|
var queryParams = {};
|
|
1288
938
|
var headerParams = {};
|
|
@@ -2555,6 +2205,58 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2555
2205
|
});
|
|
2556
2206
|
}
|
|
2557
2207
|
|
|
2208
|
+
/**
|
|
2209
|
+
* List bulk sends
|
|
2210
|
+
* This operation retrieves the list of bulk sends.
|
|
2211
|
+
* @param {Object} opts Optional parameters
|
|
2212
|
+
* @param {Number} [limit = 10)] The maximum number of objects to return. For most operations, the value range is [1, 50].
|
|
2213
|
+
* @param {String} [before] A cursor indicating the position before the current page. This value is generated by Cobo and returned in the response. If you are paginating forward from the beginning, you do not need to provide it on the first request. When paginating backward (to the previous page), you should pass the before value returned from the last response.
|
|
2214
|
+
* @param {String} [after] A cursor indicating the position after the current page. This value is generated by Cobo and returned in the response. You do not need to provide it on the first request. When paginating forward (to the next page), you should pass the after value returned from the last response.
|
|
2215
|
+
* @param {String} [request_id] The request ID.
|
|
2216
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ListBulkSends200Response} and HTTP response
|
|
2217
|
+
*/
|
|
2218
|
+
}, {
|
|
2219
|
+
key: "listBulkSendsWithHttpInfo",
|
|
2220
|
+
value: function listBulkSendsWithHttpInfo(opts) {
|
|
2221
|
+
opts = opts || {};
|
|
2222
|
+
var postBody = null;
|
|
2223
|
+
if (postBody && postBody.toJSON) {
|
|
2224
|
+
postBody = postBody.toJSON();
|
|
2225
|
+
}
|
|
2226
|
+
var pathParams = {};
|
|
2227
|
+
var queryParams = {
|
|
2228
|
+
'limit': opts['limit'],
|
|
2229
|
+
'before': opts['before'],
|
|
2230
|
+
'after': opts['after'],
|
|
2231
|
+
'request_id': opts['request_id']
|
|
2232
|
+
};
|
|
2233
|
+
var headerParams = {};
|
|
2234
|
+
var formParams = {};
|
|
2235
|
+
var authNames = ['OAuth2', 'CoboAuth'];
|
|
2236
|
+
var contentTypes = [];
|
|
2237
|
+
var accepts = ['application/json'];
|
|
2238
|
+
var returnType = _ListBulkSends200Response["default"];
|
|
2239
|
+
return this.apiClient.callApi('/payments/bulk_sends', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
/**
|
|
2243
|
+
* List bulk sends
|
|
2244
|
+
* This operation retrieves the list of bulk sends.
|
|
2245
|
+
* @param {Object} opts Optional parameters
|
|
2246
|
+
* @param {Number} opts.limit The maximum number of objects to return. For most operations, the value range is [1, 50]. (default to 10)
|
|
2247
|
+
* @param {String} opts.before A cursor indicating the position before the current page. This value is generated by Cobo and returned in the response. If you are paginating forward from the beginning, you do not need to provide it on the first request. When paginating backward (to the previous page), you should pass the before value returned from the last response.
|
|
2248
|
+
* @param {String} opts.after A cursor indicating the position after the current page. This value is generated by Cobo and returned in the response. You do not need to provide it on the first request. When paginating forward (to the next page), you should pass the after value returned from the last response.
|
|
2249
|
+
* @param {String} opts.request_id The request ID.
|
|
2250
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ListBulkSends200Response}
|
|
2251
|
+
*/
|
|
2252
|
+
}, {
|
|
2253
|
+
key: "listBulkSends",
|
|
2254
|
+
value: function listBulkSends(opts) {
|
|
2255
|
+
return this.listBulkSendsWithHttpInfo(opts).then(function (response_and_data) {
|
|
2256
|
+
return response_and_data.data;
|
|
2257
|
+
});
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2558
2260
|
/**
|
|
2559
2261
|
* List all counterparties
|
|
2560
2262
|
* This operation retrieves the information of all counterparties. You can filter the results by using a keyword for fuzzy search on counterparty names.
|
|
@@ -3504,21 +3206,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3504
3206
|
if (postBody && postBody.toJSON) {
|
|
3505
3207
|
postBody = postBody.toJSON();
|
|
3506
3208
|
}
|
|
3507
|
-
// Validate opts key — must be exactly 'PaymentEstimateFeeRequest'
|
|
3508
|
-
if (postBody === undefined && opts) {
|
|
3509
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3510
|
-
return k !== '_base_path_index';
|
|
3511
|
-
});
|
|
3512
|
-
if (_providedKeys.length > 0) {
|
|
3513
|
-
throw new Error('paymentEstimateFee(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "PaymentEstimateFeeRequest".');
|
|
3514
|
-
}
|
|
3515
|
-
}
|
|
3516
|
-
// Validate request body before sending
|
|
3517
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3518
|
-
if (_modelClasses['PaymentEstimateFeeRequest'] && typeof _modelClasses['PaymentEstimateFeeRequest'].validateJSON === 'function') {
|
|
3519
|
-
_modelClasses['PaymentEstimateFeeRequest'].validateJSON(postBody);
|
|
3520
|
-
}
|
|
3521
|
-
}
|
|
3522
3209
|
var pathParams = {};
|
|
3523
3210
|
var queryParams = {};
|
|
3524
3211
|
var headerParams = {};
|
|
@@ -3560,21 +3247,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3560
3247
|
if (postBody && postBody.toJSON) {
|
|
3561
3248
|
postBody = postBody.toJSON();
|
|
3562
3249
|
}
|
|
3563
|
-
// Validate opts key — must be exactly 'TriggerTestPaymentsWebhookEventRequest'
|
|
3564
|
-
if (postBody === undefined && opts) {
|
|
3565
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3566
|
-
return k !== '_base_path_index';
|
|
3567
|
-
});
|
|
3568
|
-
if (_providedKeys.length > 0) {
|
|
3569
|
-
throw new Error('triggerTestPaymentsWebhookEvent(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "TriggerTestPaymentsWebhookEventRequest".');
|
|
3570
|
-
}
|
|
3571
|
-
}
|
|
3572
|
-
// Validate request body before sending
|
|
3573
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3574
|
-
if (_modelClasses['TriggerTestPaymentsWebhookEventRequest'] && typeof _modelClasses['TriggerTestPaymentsWebhookEventRequest'].validateJSON === 'function') {
|
|
3575
|
-
_modelClasses['TriggerTestPaymentsWebhookEventRequest'].validateJSON(postBody);
|
|
3576
|
-
}
|
|
3577
|
-
}
|
|
3578
3250
|
var pathParams = {};
|
|
3579
3251
|
var queryParams = {};
|
|
3580
3252
|
var headerParams = {};
|
|
@@ -3621,21 +3293,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3621
3293
|
if (counterparty_id === undefined || counterparty_id === null) {
|
|
3622
3294
|
throw new Error("Missing the required parameter 'counterparty_id' when calling updateCounterparty");
|
|
3623
3295
|
}
|
|
3624
|
-
// Validate opts key — must be exactly 'UpdateCounterpartyRequest'
|
|
3625
|
-
if (postBody === undefined && opts) {
|
|
3626
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3627
|
-
return k !== '_base_path_index';
|
|
3628
|
-
});
|
|
3629
|
-
if (_providedKeys.length > 0) {
|
|
3630
|
-
throw new Error('updateCounterparty(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "UpdateCounterpartyRequest".');
|
|
3631
|
-
}
|
|
3632
|
-
}
|
|
3633
|
-
// Validate request body before sending
|
|
3634
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3635
|
-
if (_modelClasses['UpdateCounterpartyRequest'] && typeof _modelClasses['UpdateCounterpartyRequest'].validateJSON === 'function') {
|
|
3636
|
-
_modelClasses['UpdateCounterpartyRequest'].validateJSON(postBody);
|
|
3637
|
-
}
|
|
3638
|
-
}
|
|
3639
3296
|
var pathParams = {
|
|
3640
3297
|
'counterparty_id': counterparty_id
|
|
3641
3298
|
};
|
|
@@ -3685,21 +3342,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3685
3342
|
if (destination_id === undefined || destination_id === null) {
|
|
3686
3343
|
throw new Error("Missing the required parameter 'destination_id' when calling updateDestination");
|
|
3687
3344
|
}
|
|
3688
|
-
// Validate opts key — must be exactly 'UpdateDestinationRequest'
|
|
3689
|
-
if (postBody === undefined && opts) {
|
|
3690
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3691
|
-
return k !== '_base_path_index';
|
|
3692
|
-
});
|
|
3693
|
-
if (_providedKeys.length > 0) {
|
|
3694
|
-
throw new Error('updateDestination(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "UpdateDestinationRequest".');
|
|
3695
|
-
}
|
|
3696
|
-
}
|
|
3697
|
-
// Validate request body before sending
|
|
3698
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3699
|
-
if (_modelClasses['UpdateDestinationRequest'] && typeof _modelClasses['UpdateDestinationRequest'].validateJSON === 'function') {
|
|
3700
|
-
_modelClasses['UpdateDestinationRequest'].validateJSON(postBody);
|
|
3701
|
-
}
|
|
3702
|
-
}
|
|
3703
3345
|
var pathParams = {
|
|
3704
3346
|
'destination_id': destination_id
|
|
3705
3347
|
};
|
|
@@ -3749,21 +3391,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3749
3391
|
if (destination_entry_id === undefined || destination_entry_id === null) {
|
|
3750
3392
|
throw new Error("Missing the required parameter 'destination_entry_id' when calling updateDestinationEntry");
|
|
3751
3393
|
}
|
|
3752
|
-
// Validate opts key — must be exactly 'UpdateDestinationEntryRequest'
|
|
3753
|
-
if (postBody === undefined && opts) {
|
|
3754
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3755
|
-
return k !== '_base_path_index';
|
|
3756
|
-
});
|
|
3757
|
-
if (_providedKeys.length > 0) {
|
|
3758
|
-
throw new Error('updateDestinationEntry(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "UpdateDestinationEntryRequest".');
|
|
3759
|
-
}
|
|
3760
|
-
}
|
|
3761
|
-
// Validate request body before sending
|
|
3762
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3763
|
-
if (_modelClasses['UpdateDestinationEntryRequest'] && typeof _modelClasses['UpdateDestinationEntryRequest'].validateJSON === 'function') {
|
|
3764
|
-
_modelClasses['UpdateDestinationEntryRequest'].validateJSON(postBody);
|
|
3765
|
-
}
|
|
3766
|
-
}
|
|
3767
3394
|
var pathParams = {
|
|
3768
3395
|
'destination_entry_id': destination_entry_id
|
|
3769
3396
|
};
|
|
@@ -3813,21 +3440,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3813
3440
|
if (merchant_id === undefined || merchant_id === null) {
|
|
3814
3441
|
throw new Error("Missing the required parameter 'merchant_id' when calling updateMerchantById");
|
|
3815
3442
|
}
|
|
3816
|
-
// Validate opts key — must be exactly 'UpdateMerchantByIdRequest'
|
|
3817
|
-
if (postBody === undefined && opts) {
|
|
3818
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3819
|
-
return k !== '_base_path_index';
|
|
3820
|
-
});
|
|
3821
|
-
if (_providedKeys.length > 0) {
|
|
3822
|
-
throw new Error('updateMerchantById(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "UpdateMerchantByIdRequest".');
|
|
3823
|
-
}
|
|
3824
|
-
}
|
|
3825
|
-
// Validate request body before sending
|
|
3826
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3827
|
-
if (_modelClasses['UpdateMerchantByIdRequest'] && typeof _modelClasses['UpdateMerchantByIdRequest'].validateJSON === 'function') {
|
|
3828
|
-
_modelClasses['UpdateMerchantByIdRequest'].validateJSON(postBody);
|
|
3829
|
-
}
|
|
3830
|
-
}
|
|
3831
3443
|
var pathParams = {
|
|
3832
3444
|
'merchant_id': merchant_id
|
|
3833
3445
|
};
|
|
@@ -3877,21 +3489,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3877
3489
|
if (order_id === undefined || order_id === null) {
|
|
3878
3490
|
throw new Error("Missing the required parameter 'order_id' when calling updatePaymentOrder");
|
|
3879
3491
|
}
|
|
3880
|
-
// Validate opts key — must be exactly 'UpdatePaymentOrderRequest'
|
|
3881
|
-
if (postBody === undefined && opts) {
|
|
3882
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3883
|
-
return k !== '_base_path_index';
|
|
3884
|
-
});
|
|
3885
|
-
if (_providedKeys.length > 0) {
|
|
3886
|
-
throw new Error('updatePaymentOrder(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "UpdatePaymentOrderRequest".');
|
|
3887
|
-
}
|
|
3888
|
-
}
|
|
3889
|
-
// Validate request body before sending
|
|
3890
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3891
|
-
if (_modelClasses['UpdatePaymentOrderRequest'] && typeof _modelClasses['UpdatePaymentOrderRequest'].validateJSON === 'function') {
|
|
3892
|
-
_modelClasses['UpdatePaymentOrderRequest'].validateJSON(postBody);
|
|
3893
|
-
}
|
|
3894
|
-
}
|
|
3895
3492
|
var pathParams = {
|
|
3896
3493
|
'order_id': order_id
|
|
3897
3494
|
};
|
|
@@ -3941,21 +3538,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3941
3538
|
if (refund_id === undefined || refund_id === null) {
|
|
3942
3539
|
throw new Error("Missing the required parameter 'refund_id' when calling updateRefundById");
|
|
3943
3540
|
}
|
|
3944
|
-
// Validate opts key — must be exactly 'UpdateRefundByIdRequest'
|
|
3945
|
-
if (postBody === undefined && opts) {
|
|
3946
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
3947
|
-
return k !== '_base_path_index';
|
|
3948
|
-
});
|
|
3949
|
-
if (_providedKeys.length > 0) {
|
|
3950
|
-
throw new Error('updateRefundById(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "UpdateRefundByIdRequest".');
|
|
3951
|
-
}
|
|
3952
|
-
}
|
|
3953
|
-
// Validate request body before sending
|
|
3954
|
-
if (postBody !== null && postBody !== undefined) {
|
|
3955
|
-
if (_modelClasses['UpdateRefundByIdRequest'] && typeof _modelClasses['UpdateRefundByIdRequest'].validateJSON === 'function') {
|
|
3956
|
-
_modelClasses['UpdateRefundByIdRequest'].validateJSON(postBody);
|
|
3957
|
-
}
|
|
3958
|
-
}
|
|
3959
3541
|
var pathParams = {
|
|
3960
3542
|
'refund_id': refund_id
|
|
3961
3543
|
};
|
|
@@ -4000,21 +3582,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4000
3582
|
if (postBody && postBody.toJSON) {
|
|
4001
3583
|
postBody = postBody.toJSON();
|
|
4002
3584
|
}
|
|
4003
|
-
// Validate opts key — must be exactly 'UpdateTopUpAddress'
|
|
4004
|
-
if (postBody === undefined && opts) {
|
|
4005
|
-
var _providedKeys = Object.keys(opts).filter(function (k) {
|
|
4006
|
-
return k !== '_base_path_index';
|
|
4007
|
-
});
|
|
4008
|
-
if (_providedKeys.length > 0) {
|
|
4009
|
-
throw new Error('updateTopUpAddress(): unrecognized opts key [' + _providedKeys.join(', ') + ']. Expected: "UpdateTopUpAddress".');
|
|
4010
|
-
}
|
|
4011
|
-
}
|
|
4012
|
-
// Validate request body before sending
|
|
4013
|
-
if (postBody !== null && postBody !== undefined) {
|
|
4014
|
-
if (_modelClasses['UpdateTopUpAddress'] && typeof _modelClasses['UpdateTopUpAddress'].validateJSON === 'function') {
|
|
4015
|
-
_modelClasses['UpdateTopUpAddress'].validateJSON(postBody);
|
|
4016
|
-
}
|
|
4017
|
-
}
|
|
4018
3585
|
var pathParams = {};
|
|
4019
3586
|
var queryParams = {};
|
|
4020
3587
|
var headerParams = {};
|