@cobo/cobo-waas2 1.35.0 → 1.37.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 +32 -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 +130 -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 +161 -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 +14 -4
- 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 +24 -9
- 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 +35 -25
- 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 +15 -5
- package/dist/model/ComplianceKyaScreeningsUpdateEventData.js +17 -7
- package/dist/model/ComplianceKytScreeningsUpdateEventData.js +15 -5
- 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/FiatTransactionEventData.js +431 -0
- 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 +14 -4
- 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/OrganizationEventData.js +270 -0
- 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 +19 -9
- package/dist/model/PaymentAllocationAmount.js +2 -2
- package/dist/model/PaymentBalanceChange.js +248 -0
- package/dist/model/PaymentBalanceChangeResponse.js +125 -0
- package/dist/model/PaymentBalanceChangeSourceType.js +106 -0
- package/dist/model/PaymentBalanceFlowDirection.js +61 -0
- package/dist/model/PaymentBulkSend.js +32 -2
- package/dist/model/PaymentBulkSendEvent.js +56 -6
- package/dist/model/PaymentBulkSendItem.js +17 -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 +22 -12
- package/dist/model/PaymentPayout.js +3 -3
- package/dist/model/PaymentPayoutDetail.js +4 -4
- package/dist/model/PaymentPayoutEvent.js +18 -8
- package/dist/model/PaymentPayoutItem.js +2 -2
- package/dist/model/PaymentPayoutParam.js +2 -2
- package/dist/model/PaymentRefundEventData.js +22 -10
- package/dist/model/PaymentSettlementEvent.js +35 -22
- package/dist/model/PaymentTransaction.js +4 -4
- package/dist/model/PaymentTransactionEventData.js +39 -28
- 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 +7 -6
- 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 +15 -5
- 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 +14 -4
- 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 +17 -7
- 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 +35 -25
- 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 +39 -28
- 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 +14 -4
- package/dist/model/WebhookEndpoint.js +1 -1
- package/dist/model/WebhookEvent.js +8 -3
- package/dist/model/WebhookEventData.js +100 -24
- package/dist/model/WebhookEventDataType.js +13 -3
- package/dist/model/WebhookEventLog.js +8 -3
- package/dist/model/WebhookEventType.js +20 -0
- 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/AddressesEventData.md +5 -1
- package/docs/ApprovalUserDetail.md +1 -0
- package/docs/BalanceUpdateInfoEventData.md +5 -1
- package/docs/CancelSatoshiTestChallengeRequest.md +9 -0
- package/docs/ChainsEventData.md +5 -1
- package/docs/ComplianceDispositionUpdateEventData.md +5 -1
- package/docs/ComplianceKyaScreeningsUpdateEventData.md +5 -1
- package/docs/ComplianceKytScreeningsUpdateEventData.md +5 -1
- package/docs/CreateBulkSendRequest.md +1 -0
- package/docs/CreateSatoshiTestChallengeRequest.md +14 -0
- package/docs/FiatTransactionEventData.md +84 -0
- package/docs/GetTransactionLimitation200Response.md +2 -1
- package/docs/ListAddressVerifications200Response.md +10 -0
- package/docs/ListBulkSends200Response.md +10 -0
- package/docs/MPCVaultEventData.md +5 -1
- package/docs/OrganizationEventData.md +64 -0
- package/docs/PaymentAddressUpdateEventData.md +5 -1
- package/docs/PaymentApi.md +130 -0
- package/docs/PaymentBalanceChange.md +19 -0
- package/docs/PaymentBalanceChangeResponse.md +10 -0
- package/docs/PaymentBalanceChangeSourceType.md +30 -0
- package/docs/PaymentBalanceFlowDirection.md +12 -0
- package/docs/PaymentBulkSend.md +2 -0
- package/docs/PaymentBulkSendEvent.md +7 -1
- package/docs/PaymentBulkSendItem.md +1 -0
- package/docs/PaymentOrderEventData.md +5 -1
- package/docs/PaymentPayout.md +1 -1
- package/docs/PaymentPayoutDetail.md +1 -1
- package/docs/PaymentPayoutEvent.md +6 -2
- package/docs/PaymentRefundEventData.md +6 -2
- package/docs/PaymentSettlementEvent.md +5 -1
- package/docs/PaymentTransactionEventData.md +5 -1
- package/docs/Refund.md +1 -1
- 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/SuspendedTokenEventData.md +5 -1
- package/docs/TSSRequestWebhookEventData.md +5 -1
- package/docs/TokenListingEventData.md +5 -1
- package/docs/TokensEventData.md +5 -1
- package/docs/TransactionWebhookEventData.md +5 -1
- package/docs/TravelRuleApi.md +325 -1
- package/docs/TravelRuleTransactionType.md +12 -0
- package/docs/WalletInfoEventData.md +5 -1
- package/docs/WebhookEventData.md +31 -10
- package/docs/WebhookEventDataType.md +5 -1
- package/docs/WebhookEventType.md +8 -0
- 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"));
|
|
@@ -73,6 +74,9 @@ var _ListTopUpPayers200Response = _interopRequireDefault(require("../model/ListT
|
|
|
73
74
|
var _Merchant = _interopRequireDefault(require("../model/Merchant"));
|
|
74
75
|
var _Order = _interopRequireDefault(require("../model/Order"));
|
|
75
76
|
var _PaymentAllocationAmount = _interopRequireDefault(require("../model/PaymentAllocationAmount"));
|
|
77
|
+
var _PaymentBalanceChangeResponse = _interopRequireDefault(require("../model/PaymentBalanceChangeResponse"));
|
|
78
|
+
var _PaymentBalanceChangeSourceType = _interopRequireDefault(require("../model/PaymentBalanceChangeSourceType"));
|
|
79
|
+
var _PaymentBalanceFlowDirection = _interopRequireDefault(require("../model/PaymentBalanceFlowDirection"));
|
|
76
80
|
var _PaymentBulkSend = _interopRequireDefault(require("../model/PaymentBulkSend"));
|
|
77
81
|
var _PaymentEstimateFee201Response = _interopRequireDefault(require("../model/PaymentEstimateFee201Response"));
|
|
78
82
|
var _PaymentEstimateFeeRequest = _interopRequireDefault(require("../model/PaymentEstimateFeeRequest"));
|
|
@@ -113,102 +117,6 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
113
117
|
* Do not edit the class manually.
|
|
114
118
|
*
|
|
115
119
|
*/
|
|
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
120
|
/**
|
|
213
121
|
* Payment service.
|
|
214
122
|
* @module api/PaymentApi
|
|
@@ -336,21 +244,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
244
|
if (postBody && postBody.toJSON) {
|
|
337
245
|
postBody = postBody.toJSON();
|
|
338
246
|
}
|
|
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
247
|
var pathParams = {};
|
|
355
248
|
var queryParams = {};
|
|
356
249
|
var headerParams = {};
|
|
@@ -392,21 +285,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
392
285
|
if (postBody && postBody.toJSON) {
|
|
393
286
|
postBody = postBody.toJSON();
|
|
394
287
|
}
|
|
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
288
|
var pathParams = {};
|
|
411
289
|
var queryParams = {};
|
|
412
290
|
var headerParams = {};
|
|
@@ -448,21 +326,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
448
326
|
if (postBody && postBody.toJSON) {
|
|
449
327
|
postBody = postBody.toJSON();
|
|
450
328
|
}
|
|
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
329
|
var pathParams = {};
|
|
467
330
|
var queryParams = {};
|
|
468
331
|
var headerParams = {};
|
|
@@ -504,21 +367,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
504
367
|
if (postBody && postBody.toJSON) {
|
|
505
368
|
postBody = postBody.toJSON();
|
|
506
369
|
}
|
|
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
370
|
var pathParams = {};
|
|
523
371
|
var queryParams = {};
|
|
524
372
|
var headerParams = {};
|
|
@@ -560,21 +408,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
560
408
|
if (postBody && postBody.toJSON) {
|
|
561
409
|
postBody = postBody.toJSON();
|
|
562
410
|
}
|
|
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
411
|
var pathParams = {};
|
|
579
412
|
var queryParams = {};
|
|
580
413
|
var headerParams = {};
|
|
@@ -616,21 +449,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
616
449
|
if (postBody && postBody.toJSON) {
|
|
617
450
|
postBody = postBody.toJSON();
|
|
618
451
|
}
|
|
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
452
|
var pathParams = {};
|
|
635
453
|
var queryParams = {};
|
|
636
454
|
var headerParams = {};
|
|
@@ -672,21 +490,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
672
490
|
if (postBody && postBody.toJSON) {
|
|
673
491
|
postBody = postBody.toJSON();
|
|
674
492
|
}
|
|
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
493
|
var pathParams = {};
|
|
691
494
|
var queryParams = {};
|
|
692
495
|
var headerParams = {};
|
|
@@ -728,21 +531,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
728
531
|
if (postBody && postBody.toJSON) {
|
|
729
532
|
postBody = postBody.toJSON();
|
|
730
533
|
}
|
|
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
534
|
var pathParams = {};
|
|
747
535
|
var queryParams = {};
|
|
748
536
|
var headerParams = {};
|
|
@@ -784,21 +572,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
784
572
|
if (postBody && postBody.toJSON) {
|
|
785
573
|
postBody = postBody.toJSON();
|
|
786
574
|
}
|
|
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
575
|
var pathParams = {};
|
|
803
576
|
var queryParams = {};
|
|
804
577
|
var headerParams = {};
|
|
@@ -840,21 +613,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
840
613
|
if (postBody && postBody.toJSON) {
|
|
841
614
|
postBody = postBody.toJSON();
|
|
842
615
|
}
|
|
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
616
|
var pathParams = {};
|
|
859
617
|
var queryParams = {};
|
|
860
618
|
var headerParams = {};
|
|
@@ -896,21 +654,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
896
654
|
if (postBody && postBody.toJSON) {
|
|
897
655
|
postBody = postBody.toJSON();
|
|
898
656
|
}
|
|
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
657
|
var pathParams = {};
|
|
915
658
|
var queryParams = {};
|
|
916
659
|
var headerParams = {};
|
|
@@ -952,21 +695,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
952
695
|
if (postBody && postBody.toJSON) {
|
|
953
696
|
postBody = postBody.toJSON();
|
|
954
697
|
}
|
|
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
698
|
var pathParams = {};
|
|
971
699
|
var queryParams = {};
|
|
972
700
|
var headerParams = {};
|
|
@@ -1008,21 +736,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1008
736
|
if (postBody && postBody.toJSON) {
|
|
1009
737
|
postBody = postBody.toJSON();
|
|
1010
738
|
}
|
|
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
739
|
var pathParams = {};
|
|
1027
740
|
var queryParams = {};
|
|
1028
741
|
var headerParams = {};
|
|
@@ -1064,21 +777,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1064
777
|
if (postBody && postBody.toJSON) {
|
|
1065
778
|
postBody = postBody.toJSON();
|
|
1066
779
|
}
|
|
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
780
|
var pathParams = {};
|
|
1083
781
|
var queryParams = {};
|
|
1084
782
|
var headerParams = {};
|
|
@@ -1120,21 +818,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1120
818
|
if (postBody && postBody.toJSON) {
|
|
1121
819
|
postBody = postBody.toJSON();
|
|
1122
820
|
}
|
|
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
821
|
var pathParams = {};
|
|
1139
822
|
var queryParams = {};
|
|
1140
823
|
var headerParams = {};
|
|
@@ -1212,21 +895,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1212
895
|
if (postBody && postBody.toJSON) {
|
|
1213
896
|
postBody = postBody.toJSON();
|
|
1214
897
|
}
|
|
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
898
|
var pathParams = {};
|
|
1231
899
|
var queryParams = {};
|
|
1232
900
|
var headerParams = {};
|
|
@@ -1268,21 +936,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1268
936
|
if (postBody && postBody.toJSON) {
|
|
1269
937
|
postBody = postBody.toJSON();
|
|
1270
938
|
}
|
|
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
939
|
var pathParams = {};
|
|
1287
940
|
var queryParams = {};
|
|
1288
941
|
var headerParams = {};
|
|
@@ -2446,6 +2099,80 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2446
2099
|
});
|
|
2447
2100
|
}
|
|
2448
2101
|
|
|
2102
|
+
/**
|
|
2103
|
+
* List balance changes
|
|
2104
|
+
* This operation retrieves balance changes for the specified source account. Each balance change includes the source information, token ID, changed amount, account balances before and after the change, flow direction, and creation time. You need to specify `source_account`. Currently, use `developer` as the source account. You can use pagination parameters to control the response size, and filter balance changes by `token_id`, `flow_direction`, `min_created_timestamp`, `max_created_timestamp`, `source_type`, or `source_id`. <Note>When specifying `source_id`, you must also specify `source_type`.</Note> For more information, see [Cobo Payments Guide](https://www.cobo.com/payments/en/guides/overview).
|
|
2105
|
+
* @param {String} source_account The source account for which to retrieve balance changes. Currently, use `developer`.
|
|
2106
|
+
* @param {Object} opts Optional parameters
|
|
2107
|
+
* @param {Number} [limit = 10)] The maximum number of objects to return. For most operations, the value range is [1, 50].
|
|
2108
|
+
* @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.
|
|
2109
|
+
* @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.
|
|
2110
|
+
* @param {String} [token_id] The token ID used to filter balance changes. For a complete list of supported tokens, see [Cobo Payments Guide](https://www.cobo.com/payments/en/guides/overview).
|
|
2111
|
+
* @param {module:model/PaymentBalanceFlowDirection} [flow_direction] The direction of the balance change relative to the source account. Possible values include: - `in`: Funds flow into the source account. - `out`: Funds flow out of the source account.
|
|
2112
|
+
* @param {Number} [min_created_timestamp] The minimum creation time of balance changes, represented as a UNIX timestamp in seconds. Balance changes created on or after this time are returned.
|
|
2113
|
+
* @param {Number} [max_created_timestamp] The maximum creation time of balance changes, represented as a UNIX timestamp in seconds. Balance changes created on or before this time are returned.
|
|
2114
|
+
* @param {module:model/PaymentBalanceChangeSourceType} [source_type] The source type used to filter balance changes. Possible values include: - `Init`: Balance change caused by initialization. - `OrderIn`: Balance change from an order-in payment. - `LatePayment`: Balance change from a late payment. - `TopUp`: Balance change from a top-up. - `UnexceptedIn`: Balance change from an unexpected incoming payment. - `RefundOut`: Balance change from a refund payout. - `Payout`: Balance change from a payout. - `UnexceptedOut`: Balance change from an unexpected outgoing payment. - `Allocation`: Balance change from an allocation. - `SettlementNetwork`: Balance change from the settlement network. - `BulkSend`: Balance change from a bulk send. <Note>When specifying `source_id`, you must also specify `source_type`.</Note>
|
|
2115
|
+
* @param {String} [source_id] The source ID used to filter balance changes. <Note>When specifying `source_id`, you must also specify `source_type`.</Note>
|
|
2116
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentBalanceChangeResponse} and HTTP response
|
|
2117
|
+
*/
|
|
2118
|
+
}, {
|
|
2119
|
+
key: "listBalanceChangesWithHttpInfo",
|
|
2120
|
+
value: function listBalanceChangesWithHttpInfo(source_account, opts) {
|
|
2121
|
+
opts = opts || {};
|
|
2122
|
+
var postBody = null;
|
|
2123
|
+
if (postBody && postBody.toJSON) {
|
|
2124
|
+
postBody = postBody.toJSON();
|
|
2125
|
+
}
|
|
2126
|
+
// verify the required parameter 'source_account' is set
|
|
2127
|
+
if (source_account === undefined || source_account === null) {
|
|
2128
|
+
throw new Error("Missing the required parameter 'source_account' when calling listBalanceChanges");
|
|
2129
|
+
}
|
|
2130
|
+
var pathParams = {};
|
|
2131
|
+
var queryParams = {
|
|
2132
|
+
'limit': opts['limit'],
|
|
2133
|
+
'before': opts['before'],
|
|
2134
|
+
'after': opts['after'],
|
|
2135
|
+
'source_account': source_account,
|
|
2136
|
+
'token_id': opts['token_id'],
|
|
2137
|
+
'flow_direction': opts['flow_direction'],
|
|
2138
|
+
'min_created_timestamp': opts['min_created_timestamp'],
|
|
2139
|
+
'max_created_timestamp': opts['max_created_timestamp'],
|
|
2140
|
+
'source_type': opts['source_type'],
|
|
2141
|
+
'source_id': opts['source_id']
|
|
2142
|
+
};
|
|
2143
|
+
var headerParams = {};
|
|
2144
|
+
var formParams = {};
|
|
2145
|
+
var authNames = ['OAuth2', 'CoboAuth'];
|
|
2146
|
+
var contentTypes = [];
|
|
2147
|
+
var accepts = ['application/json'];
|
|
2148
|
+
var returnType = _PaymentBalanceChangeResponse["default"];
|
|
2149
|
+
return this.apiClient.callApi('/payments/balance_changes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
/**
|
|
2153
|
+
* List balance changes
|
|
2154
|
+
* This operation retrieves balance changes for the specified source account. Each balance change includes the source information, token ID, changed amount, account balances before and after the change, flow direction, and creation time. You need to specify `source_account`. Currently, use `developer` as the source account. You can use pagination parameters to control the response size, and filter balance changes by `token_id`, `flow_direction`, `min_created_timestamp`, `max_created_timestamp`, `source_type`, or `source_id`. <Note>When specifying `source_id`, you must also specify `source_type`.</Note> For more information, see [Cobo Payments Guide](https://www.cobo.com/payments/en/guides/overview).
|
|
2155
|
+
* @param {String} source_account The source account for which to retrieve balance changes. Currently, use `developer`.
|
|
2156
|
+
* @param {Object} opts Optional parameters
|
|
2157
|
+
* @param {Number} opts.limit The maximum number of objects to return. For most operations, the value range is [1, 50]. (default to 10)
|
|
2158
|
+
* @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.
|
|
2159
|
+
* @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.
|
|
2160
|
+
* @param {String} opts.token_id The token ID used to filter balance changes. For a complete list of supported tokens, see [Cobo Payments Guide](https://www.cobo.com/payments/en/guides/overview).
|
|
2161
|
+
* @param {module:model/PaymentBalanceFlowDirection} opts.flow_direction The direction of the balance change relative to the source account. Possible values include: - `in`: Funds flow into the source account. - `out`: Funds flow out of the source account.
|
|
2162
|
+
* @param {Number} opts.min_created_timestamp The minimum creation time of balance changes, represented as a UNIX timestamp in seconds. Balance changes created on or after this time are returned.
|
|
2163
|
+
* @param {Number} opts.max_created_timestamp The maximum creation time of balance changes, represented as a UNIX timestamp in seconds. Balance changes created on or before this time are returned.
|
|
2164
|
+
* @param {module:model/PaymentBalanceChangeSourceType} opts.source_type The source type used to filter balance changes. Possible values include: - `Init`: Balance change caused by initialization. - `OrderIn`: Balance change from an order-in payment. - `LatePayment`: Balance change from a late payment. - `TopUp`: Balance change from a top-up. - `UnexceptedIn`: Balance change from an unexpected incoming payment. - `RefundOut`: Balance change from a refund payout. - `Payout`: Balance change from a payout. - `UnexceptedOut`: Balance change from an unexpected outgoing payment. - `Allocation`: Balance change from an allocation. - `SettlementNetwork`: Balance change from the settlement network. - `BulkSend`: Balance change from a bulk send. <Note>When specifying `source_id`, you must also specify `source_type`.</Note>
|
|
2165
|
+
* @param {String} opts.source_id The source ID used to filter balance changes. <Note>When specifying `source_id`, you must also specify `source_type`.</Note>
|
|
2166
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentBalanceChangeResponse}
|
|
2167
|
+
*/
|
|
2168
|
+
}, {
|
|
2169
|
+
key: "listBalanceChanges",
|
|
2170
|
+
value: function listBalanceChanges(source_account, opts) {
|
|
2171
|
+
return this.listBalanceChangesWithHttpInfo(source_account, opts).then(function (response_and_data) {
|
|
2172
|
+
return response_and_data.data;
|
|
2173
|
+
});
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2449
2176
|
/**
|
|
2450
2177
|
* List all batch allocations
|
|
2451
2178
|
* This operation retrieves the information of all batch allocations.
|
|
@@ -2555,6 +2282,58 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2555
2282
|
});
|
|
2556
2283
|
}
|
|
2557
2284
|
|
|
2285
|
+
/**
|
|
2286
|
+
* List bulk sends
|
|
2287
|
+
* This operation retrieves the list of bulk sends.
|
|
2288
|
+
* @param {Object} opts Optional parameters
|
|
2289
|
+
* @param {Number} [limit = 10)] The maximum number of objects to return. For most operations, the value range is [1, 50].
|
|
2290
|
+
* @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.
|
|
2291
|
+
* @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.
|
|
2292
|
+
* @param {String} [request_id] The request ID.
|
|
2293
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ListBulkSends200Response} and HTTP response
|
|
2294
|
+
*/
|
|
2295
|
+
}, {
|
|
2296
|
+
key: "listBulkSendsWithHttpInfo",
|
|
2297
|
+
value: function listBulkSendsWithHttpInfo(opts) {
|
|
2298
|
+
opts = opts || {};
|
|
2299
|
+
var postBody = null;
|
|
2300
|
+
if (postBody && postBody.toJSON) {
|
|
2301
|
+
postBody = postBody.toJSON();
|
|
2302
|
+
}
|
|
2303
|
+
var pathParams = {};
|
|
2304
|
+
var queryParams = {
|
|
2305
|
+
'limit': opts['limit'],
|
|
2306
|
+
'before': opts['before'],
|
|
2307
|
+
'after': opts['after'],
|
|
2308
|
+
'request_id': opts['request_id']
|
|
2309
|
+
};
|
|
2310
|
+
var headerParams = {};
|
|
2311
|
+
var formParams = {};
|
|
2312
|
+
var authNames = ['OAuth2', 'CoboAuth'];
|
|
2313
|
+
var contentTypes = [];
|
|
2314
|
+
var accepts = ['application/json'];
|
|
2315
|
+
var returnType = _ListBulkSends200Response["default"];
|
|
2316
|
+
return this.apiClient.callApi('/payments/bulk_sends', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
/**
|
|
2320
|
+
* List bulk sends
|
|
2321
|
+
* This operation retrieves the list of bulk sends.
|
|
2322
|
+
* @param {Object} opts Optional parameters
|
|
2323
|
+
* @param {Number} opts.limit The maximum number of objects to return. For most operations, the value range is [1, 50]. (default to 10)
|
|
2324
|
+
* @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.
|
|
2325
|
+
* @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.
|
|
2326
|
+
* @param {String} opts.request_id The request ID.
|
|
2327
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ListBulkSends200Response}
|
|
2328
|
+
*/
|
|
2329
|
+
}, {
|
|
2330
|
+
key: "listBulkSends",
|
|
2331
|
+
value: function listBulkSends(opts) {
|
|
2332
|
+
return this.listBulkSendsWithHttpInfo(opts).then(function (response_and_data) {
|
|
2333
|
+
return response_and_data.data;
|
|
2334
|
+
});
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2558
2337
|
/**
|
|
2559
2338
|
* List all counterparties
|
|
2560
2339
|
* 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 +3283,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3504
3283
|
if (postBody && postBody.toJSON) {
|
|
3505
3284
|
postBody = postBody.toJSON();
|
|
3506
3285
|
}
|
|
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
3286
|
var pathParams = {};
|
|
3523
3287
|
var queryParams = {};
|
|
3524
3288
|
var headerParams = {};
|
|
@@ -3560,21 +3324,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3560
3324
|
if (postBody && postBody.toJSON) {
|
|
3561
3325
|
postBody = postBody.toJSON();
|
|
3562
3326
|
}
|
|
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
3327
|
var pathParams = {};
|
|
3579
3328
|
var queryParams = {};
|
|
3580
3329
|
var headerParams = {};
|
|
@@ -3621,21 +3370,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3621
3370
|
if (counterparty_id === undefined || counterparty_id === null) {
|
|
3622
3371
|
throw new Error("Missing the required parameter 'counterparty_id' when calling updateCounterparty");
|
|
3623
3372
|
}
|
|
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
3373
|
var pathParams = {
|
|
3640
3374
|
'counterparty_id': counterparty_id
|
|
3641
3375
|
};
|
|
@@ -3685,21 +3419,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3685
3419
|
if (destination_id === undefined || destination_id === null) {
|
|
3686
3420
|
throw new Error("Missing the required parameter 'destination_id' when calling updateDestination");
|
|
3687
3421
|
}
|
|
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
3422
|
var pathParams = {
|
|
3704
3423
|
'destination_id': destination_id
|
|
3705
3424
|
};
|
|
@@ -3749,21 +3468,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3749
3468
|
if (destination_entry_id === undefined || destination_entry_id === null) {
|
|
3750
3469
|
throw new Error("Missing the required parameter 'destination_entry_id' when calling updateDestinationEntry");
|
|
3751
3470
|
}
|
|
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
3471
|
var pathParams = {
|
|
3768
3472
|
'destination_entry_id': destination_entry_id
|
|
3769
3473
|
};
|
|
@@ -3813,21 +3517,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3813
3517
|
if (merchant_id === undefined || merchant_id === null) {
|
|
3814
3518
|
throw new Error("Missing the required parameter 'merchant_id' when calling updateMerchantById");
|
|
3815
3519
|
}
|
|
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
3520
|
var pathParams = {
|
|
3832
3521
|
'merchant_id': merchant_id
|
|
3833
3522
|
};
|
|
@@ -3877,21 +3566,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3877
3566
|
if (order_id === undefined || order_id === null) {
|
|
3878
3567
|
throw new Error("Missing the required parameter 'order_id' when calling updatePaymentOrder");
|
|
3879
3568
|
}
|
|
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
3569
|
var pathParams = {
|
|
3896
3570
|
'order_id': order_id
|
|
3897
3571
|
};
|
|
@@ -3941,21 +3615,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3941
3615
|
if (refund_id === undefined || refund_id === null) {
|
|
3942
3616
|
throw new Error("Missing the required parameter 'refund_id' when calling updateRefundById");
|
|
3943
3617
|
}
|
|
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
3618
|
var pathParams = {
|
|
3960
3619
|
'refund_id': refund_id
|
|
3961
3620
|
};
|
|
@@ -4000,21 +3659,6 @@ var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
4000
3659
|
if (postBody && postBody.toJSON) {
|
|
4001
3660
|
postBody = postBody.toJSON();
|
|
4002
3661
|
}
|
|
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
3662
|
var pathParams = {};
|
|
4019
3663
|
var queryParams = {};
|
|
4020
3664
|
var headerParams = {};
|