@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
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _CommissionFee = _interopRequireDefault(require("./CommissionFee"));
|
|
8
9
|
var _PaymentBulkSend = _interopRequireDefault(require("./PaymentBulkSend"));
|
|
9
10
|
var _PaymentBulkSendExecutionMode = _interopRequireDefault(require("./PaymentBulkSendExecutionMode"));
|
|
10
11
|
var _PaymentBulkSendStatus = _interopRequireDefault(require("./PaymentBulkSendStatus"));
|
|
@@ -38,7 +39,7 @@ var PaymentBulkSendEvent = /*#__PURE__*/function () {
|
|
|
38
39
|
* @alias module:model/PaymentBulkSendEvent
|
|
39
40
|
* @implements module:model/WebhookEventDataType
|
|
40
41
|
* @implements module:model/PaymentBulkSend
|
|
41
|
-
* @param data_type {module:model/PaymentBulkSendEvent.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
42
|
+
* @param data_type {module:model/PaymentBulkSendEvent.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
42
43
|
* @param bulk_send_id {String} The bulk send ID.
|
|
43
44
|
* @param source_account {String} The source account from which the bulk send will be made. - If the source account is a merchant account, provide the merchant's ID (e.g., \"M1001\"). - If the source account is the developer account, use the string `\"developer\"`.
|
|
44
45
|
* @param execution_mode {module:model/PaymentBulkSendExecutionMode}
|
|
@@ -90,6 +91,9 @@ var PaymentBulkSendEvent = /*#__PURE__*/function () {
|
|
|
90
91
|
if (data.hasOwnProperty('bulk_send_id')) {
|
|
91
92
|
obj['bulk_send_id'] = _ApiClient["default"].convertToType(data['bulk_send_id'], 'String');
|
|
92
93
|
}
|
|
94
|
+
if (data.hasOwnProperty('request_id')) {
|
|
95
|
+
obj['request_id'] = _ApiClient["default"].convertToType(data['request_id'], 'String');
|
|
96
|
+
}
|
|
93
97
|
if (data.hasOwnProperty('source_account')) {
|
|
94
98
|
obj['source_account'] = _ApiClient["default"].convertToType(data['source_account'], 'String');
|
|
95
99
|
}
|
|
@@ -108,6 +112,9 @@ var PaymentBulkSendEvent = /*#__PURE__*/function () {
|
|
|
108
112
|
if (data.hasOwnProperty('updated_timestamp')) {
|
|
109
113
|
obj['updated_timestamp'] = _ApiClient["default"].convertToType(data['updated_timestamp'], 'Number');
|
|
110
114
|
}
|
|
115
|
+
if (data.hasOwnProperty('commission_fee')) {
|
|
116
|
+
obj['commission_fee'] = _ApiClient["default"].convertToType(data['commission_fee'], _CommissionFee["default"]);
|
|
117
|
+
}
|
|
111
118
|
}
|
|
112
119
|
return obj;
|
|
113
120
|
}
|
|
@@ -136,21 +143,32 @@ var PaymentBulkSendEvent = /*#__PURE__*/function () {
|
|
|
136
143
|
} finally {
|
|
137
144
|
_iterator.f();
|
|
138
145
|
}
|
|
139
|
-
if (!(typeof data['data_type'] === 'string' || data['data_type'] instanceof String)) {
|
|
146
|
+
if (data['data_type'] && !(typeof data['data_type'] === 'string' || data['data_type'] instanceof String)) {
|
|
140
147
|
throw new Error("Expected the field `data_type` to be a primitive type in the JSON string but got " + data['data_type']);
|
|
141
148
|
}
|
|
142
149
|
// ensure the json data is a string
|
|
143
|
-
if (!(typeof data['bulk_send_id'] === 'string' || data['bulk_send_id'] instanceof String)) {
|
|
150
|
+
if (data['bulk_send_id'] && !(typeof data['bulk_send_id'] === 'string' || data['bulk_send_id'] instanceof String)) {
|
|
144
151
|
throw new Error("Expected the field `bulk_send_id` to be a primitive type in the JSON string but got " + data['bulk_send_id']);
|
|
145
152
|
}
|
|
146
153
|
// ensure the json data is a string
|
|
147
|
-
if (!(typeof data['
|
|
154
|
+
if (data['request_id'] && !(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
155
|
+
throw new Error("Expected the field `request_id` to be a primitive type in the JSON string but got " + data['request_id']);
|
|
156
|
+
}
|
|
157
|
+
// ensure the json data is a string
|
|
158
|
+
if (data['source_account'] && !(typeof data['source_account'] === 'string' || data['source_account'] instanceof String)) {
|
|
148
159
|
throw new Error("Expected the field `source_account` to be a primitive type in the JSON string but got " + data['source_account']);
|
|
149
160
|
}
|
|
150
161
|
// ensure the json data is a string
|
|
151
162
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
152
163
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
153
164
|
}
|
|
165
|
+
// validate the optional field `commission_fee`
|
|
166
|
+
if (data['commission_fee']) {
|
|
167
|
+
// data not null
|
|
168
|
+
if (!!_CommissionFee["default"].validateJSON) {
|
|
169
|
+
_CommissionFee["default"].validateJSON(data['commission_fee']);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
154
172
|
return true;
|
|
155
173
|
}
|
|
156
174
|
}]);
|
|
@@ -158,7 +176,7 @@ var PaymentBulkSendEvent = /*#__PURE__*/function () {
|
|
|
158
176
|
PaymentBulkSendEvent.RequiredProperties = ["data_type", "bulk_send_id", "source_account", "execution_mode", "status", "created_timestamp", "updated_timestamp"];
|
|
159
177
|
|
|
160
178
|
/**
|
|
161
|
-
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
179
|
+
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
162
180
|
* @member {module:model/PaymentBulkSendEvent.DataTypeEnum} data_type
|
|
163
181
|
*/
|
|
164
182
|
PaymentBulkSendEvent.prototype['data_type'] = undefined;
|
|
@@ -169,6 +187,12 @@ PaymentBulkSendEvent.prototype['data_type'] = undefined;
|
|
|
169
187
|
*/
|
|
170
188
|
PaymentBulkSendEvent.prototype['bulk_send_id'] = undefined;
|
|
171
189
|
|
|
190
|
+
/**
|
|
191
|
+
* The request ID.
|
|
192
|
+
* @member {String} request_id
|
|
193
|
+
*/
|
|
194
|
+
PaymentBulkSendEvent.prototype['request_id'] = undefined;
|
|
195
|
+
|
|
172
196
|
/**
|
|
173
197
|
* The source account from which the bulk send will be made. - If the source account is a merchant account, provide the merchant's ID (e.g., \"M1001\"). - If the source account is the developer account, use the string `\"developer\"`.
|
|
174
198
|
* @member {String} source_account
|
|
@@ -203,9 +227,15 @@ PaymentBulkSendEvent.prototype['created_timestamp'] = undefined;
|
|
|
203
227
|
*/
|
|
204
228
|
PaymentBulkSendEvent.prototype['updated_timestamp'] = undefined;
|
|
205
229
|
|
|
230
|
+
/**
|
|
231
|
+
* The commission fee. Not returned when no fee has been incurred, the actual charged amount once incurred, or `0` if refunded.
|
|
232
|
+
* @member {module:model/CommissionFee} commission_fee
|
|
233
|
+
*/
|
|
234
|
+
PaymentBulkSendEvent.prototype['commission_fee'] = undefined;
|
|
235
|
+
|
|
206
236
|
// Implement WebhookEventDataType interface:
|
|
207
237
|
/**
|
|
208
|
-
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
238
|
+
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
209
239
|
* @member {module:model/WebhookEventDataType.DataTypeEnum} data_type
|
|
210
240
|
*/
|
|
211
241
|
_WebhookEventDataType["default"].prototype['data_type'] = undefined;
|
|
@@ -215,6 +245,11 @@ _WebhookEventDataType["default"].prototype['data_type'] = undefined;
|
|
|
215
245
|
* @member {String} bulk_send_id
|
|
216
246
|
*/
|
|
217
247
|
_PaymentBulkSend["default"].prototype['bulk_send_id'] = undefined;
|
|
248
|
+
/**
|
|
249
|
+
* The request ID.
|
|
250
|
+
* @member {String} request_id
|
|
251
|
+
*/
|
|
252
|
+
_PaymentBulkSend["default"].prototype['request_id'] = undefined;
|
|
218
253
|
/**
|
|
219
254
|
* The source account from which the bulk send will be made. - If the source account is a merchant account, provide the merchant's ID (e.g., \"M1001\"). - If the source account is the developer account, use the string `\"developer\"`.
|
|
220
255
|
* @member {String} source_account
|
|
@@ -243,6 +278,11 @@ _PaymentBulkSend["default"].prototype['created_timestamp'] = undefined;
|
|
|
243
278
|
* @member {Number} updated_timestamp
|
|
244
279
|
*/
|
|
245
280
|
_PaymentBulkSend["default"].prototype['updated_timestamp'] = undefined;
|
|
281
|
+
/**
|
|
282
|
+
* The commission fee. Not returned when no fee has been incurred, the actual charged amount once incurred, or `0` if refunded.
|
|
283
|
+
* @member {module:model/CommissionFee} commission_fee
|
|
284
|
+
*/
|
|
285
|
+
_PaymentBulkSend["default"].prototype['commission_fee'] = undefined;
|
|
246
286
|
|
|
247
287
|
/**
|
|
248
288
|
* Allowed values for the <code>data_type</code> property.
|
|
@@ -350,6 +390,16 @@ PaymentBulkSendEvent['DataTypeEnum'] = {
|
|
|
350
390
|
* @const
|
|
351
391
|
*/
|
|
352
392
|
"ComplianceKyaScreenings": "ComplianceKyaScreenings",
|
|
393
|
+
/**
|
|
394
|
+
* value: "Organization"
|
|
395
|
+
* @const
|
|
396
|
+
*/
|
|
397
|
+
"Organization": "Organization",
|
|
398
|
+
/**
|
|
399
|
+
* value: "FiatTransaction"
|
|
400
|
+
* @const
|
|
401
|
+
*/
|
|
402
|
+
"FiatTransaction": "FiatTransaction",
|
|
353
403
|
/**
|
|
354
404
|
* value: "unknown_default_open_api"
|
|
355
405
|
* @const
|
|
@@ -89,6 +89,9 @@ var PaymentBulkSendItem = /*#__PURE__*/function () {
|
|
|
89
89
|
if (data.hasOwnProperty('description')) {
|
|
90
90
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
91
91
|
}
|
|
92
|
+
if (data.hasOwnProperty('tx_hash')) {
|
|
93
|
+
obj['tx_hash'] = _ApiClient["default"].convertToType(data['tx_hash'], 'String');
|
|
94
|
+
}
|
|
92
95
|
if (data.hasOwnProperty('status')) {
|
|
93
96
|
obj['status'] = _PaymentBulkSendItemStatus["default"].constructFromObject(data['status']);
|
|
94
97
|
}
|
|
@@ -123,25 +126,29 @@ var PaymentBulkSendItem = /*#__PURE__*/function () {
|
|
|
123
126
|
} finally {
|
|
124
127
|
_iterator.f();
|
|
125
128
|
}
|
|
126
|
-
if (!(typeof data['bulk_send_item_id'] === 'string' || data['bulk_send_item_id'] instanceof String)) {
|
|
129
|
+
if (data['bulk_send_item_id'] && !(typeof data['bulk_send_item_id'] === 'string' || data['bulk_send_item_id'] instanceof String)) {
|
|
127
130
|
throw new Error("Expected the field `bulk_send_item_id` to be a primitive type in the JSON string but got " + data['bulk_send_item_id']);
|
|
128
131
|
}
|
|
129
132
|
// ensure the json data is a string
|
|
130
|
-
if (!(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
133
|
+
if (data['token_id'] && !(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
131
134
|
throw new Error("Expected the field `token_id` to be a primitive type in the JSON string but got " + data['token_id']);
|
|
132
135
|
}
|
|
133
136
|
// ensure the json data is a string
|
|
134
|
-
if (!(typeof data['receiving_address'] === 'string' || data['receiving_address'] instanceof String)) {
|
|
137
|
+
if (data['receiving_address'] && !(typeof data['receiving_address'] === 'string' || data['receiving_address'] instanceof String)) {
|
|
135
138
|
throw new Error("Expected the field `receiving_address` to be a primitive type in the JSON string but got " + data['receiving_address']);
|
|
136
139
|
}
|
|
137
140
|
// ensure the json data is a string
|
|
138
|
-
if (!(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
141
|
+
if (data['amount'] && !(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
139
142
|
throw new Error("Expected the field `amount` to be a primitive type in the JSON string but got " + data['amount']);
|
|
140
143
|
}
|
|
141
144
|
// ensure the json data is a string
|
|
142
145
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
143
146
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
144
147
|
}
|
|
148
|
+
// ensure the json data is a string
|
|
149
|
+
if (data['tx_hash'] && !(typeof data['tx_hash'] === 'string' || data['tx_hash'] instanceof String)) {
|
|
150
|
+
throw new Error("Expected the field `tx_hash` to be a primitive type in the JSON string but got " + data['tx_hash']);
|
|
151
|
+
}
|
|
145
152
|
return true;
|
|
146
153
|
}
|
|
147
154
|
}]);
|
|
@@ -178,6 +185,12 @@ PaymentBulkSendItem.prototype['amount'] = undefined;
|
|
|
178
185
|
*/
|
|
179
186
|
PaymentBulkSendItem.prototype['description'] = undefined;
|
|
180
187
|
|
|
188
|
+
/**
|
|
189
|
+
* The transaction hash of the bulk send item.
|
|
190
|
+
* @member {String} tx_hash
|
|
191
|
+
*/
|
|
192
|
+
PaymentBulkSendItem.prototype['tx_hash'] = undefined;
|
|
193
|
+
|
|
181
194
|
/**
|
|
182
195
|
* @member {module:model/PaymentBulkSendItemStatus} status
|
|
183
196
|
*/
|
|
@@ -98,11 +98,11 @@ var PaymentEstimateFee = /*#__PURE__*/function () {
|
|
|
98
98
|
} finally {
|
|
99
99
|
_iterator.f();
|
|
100
100
|
}
|
|
101
|
-
if (!(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
101
|
+
if (data['token_id'] && !(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
102
102
|
throw new Error("Expected the field `token_id` to be a primitive type in the JSON string but got " + data['token_id']);
|
|
103
103
|
}
|
|
104
104
|
// ensure the json data is a string
|
|
105
|
-
if (!(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
105
|
+
if (data['amount'] && !(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
106
106
|
throw new Error("Expected the field `amount` to be a primitive type in the JSON string but got " + data['amount']);
|
|
107
107
|
}
|
|
108
108
|
return true;
|
|
@@ -98,29 +98,32 @@ var PaymentEstimateFeeRequest = /*#__PURE__*/function () {
|
|
|
98
98
|
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
// ensure the json data is an array
|
|
102
101
|
} catch (err) {
|
|
103
102
|
_iterator.e(err);
|
|
104
103
|
} finally {
|
|
105
104
|
_iterator.f();
|
|
106
105
|
}
|
|
107
|
-
if (
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
_step2;
|
|
113
|
-
try {
|
|
114
|
-
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
115
|
-
var item = _step2.value;
|
|
116
|
-
_PaymentEstimateFee["default"].validateJSON(item);
|
|
106
|
+
if (data['estimate_fees']) {
|
|
107
|
+
// data not null
|
|
108
|
+
// ensure the json data is an array
|
|
109
|
+
if (!Array.isArray(data['estimate_fees'])) {
|
|
110
|
+
throw new Error("Expected the field `estimate_fees` to be an array in the JSON data but got " + data['estimate_fees']);
|
|
117
111
|
}
|
|
118
|
-
|
|
119
|
-
_iterator2
|
|
120
|
-
|
|
121
|
-
|
|
112
|
+
// validate the optional field `estimate_fees` (array)
|
|
113
|
+
var _iterator2 = _createForOfIteratorHelper(data['estimate_fees']),
|
|
114
|
+
_step2;
|
|
115
|
+
try {
|
|
116
|
+
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
117
|
+
var item = _step2.value;
|
|
118
|
+
_PaymentEstimateFee["default"].validateJSON(item);
|
|
119
|
+
}
|
|
120
|
+
} catch (err) {
|
|
121
|
+
_iterator2.e(err);
|
|
122
|
+
} finally {
|
|
123
|
+
_iterator2.f();
|
|
124
|
+
}
|
|
125
|
+
;
|
|
122
126
|
}
|
|
123
|
-
;
|
|
124
127
|
// ensure the json data is a string
|
|
125
128
|
if (data['recipient_token_id'] && !(typeof data['recipient_token_id'] === 'string' || data['recipient_token_id'] instanceof String)) {
|
|
126
129
|
throw new Error("Expected the field `recipient_token_id` to be a primitive type in the JSON string but got " + data['recipient_token_id']);
|
|
@@ -110,11 +110,11 @@ var PaymentEstimatedFee = /*#__PURE__*/function () {
|
|
|
110
110
|
} finally {
|
|
111
111
|
_iterator.f();
|
|
112
112
|
}
|
|
113
|
-
if (!(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
113
|
+
if (data['token_id'] && !(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
114
114
|
throw new Error("Expected the field `token_id` to be a primitive type in the JSON string but got " + data['token_id']);
|
|
115
115
|
}
|
|
116
116
|
// ensure the json data is a string
|
|
117
|
-
if (!(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
117
|
+
if (data['amount'] && !(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
118
118
|
throw new Error("Expected the field `amount` to be a primitive type in the JSON string but got " + data['amount']);
|
|
119
119
|
}
|
|
120
120
|
// validate the optional field `commission_fee`
|
|
@@ -39,7 +39,7 @@ var PaymentOrderEventData = /*#__PURE__*/function () {
|
|
|
39
39
|
* @alias module:model/PaymentOrderEventData
|
|
40
40
|
* @implements module:model/WebhookEventDataType
|
|
41
41
|
* @implements module:model/Order
|
|
42
|
-
* @param data_type {module:model/PaymentOrderEventData.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
42
|
+
* @param data_type {module:model/PaymentOrderEventData.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
43
43
|
* @param order_id {String} The order ID.
|
|
44
44
|
* @param psp_order_code {String} A unique reference code assigned by the developer to identify this order in their system.
|
|
45
45
|
* @param fee_amount {String} The developer fee for the order. It is added to the base amount to determine the final charge.
|
|
@@ -191,11 +191,11 @@ var PaymentOrderEventData = /*#__PURE__*/function () {
|
|
|
191
191
|
} finally {
|
|
192
192
|
_iterator.f();
|
|
193
193
|
}
|
|
194
|
-
if (!(typeof data['data_type'] === 'string' || data['data_type'] instanceof String)) {
|
|
194
|
+
if (data['data_type'] && !(typeof data['data_type'] === 'string' || data['data_type'] instanceof String)) {
|
|
195
195
|
throw new Error("Expected the field `data_type` to be a primitive type in the JSON string but got " + data['data_type']);
|
|
196
196
|
}
|
|
197
197
|
// ensure the json data is a string
|
|
198
|
-
if (!(typeof data['order_id'] === 'string' || data['order_id'] instanceof String)) {
|
|
198
|
+
if (data['order_id'] && !(typeof data['order_id'] === 'string' || data['order_id'] instanceof String)) {
|
|
199
199
|
throw new Error("Expected the field `order_id` to be a primitive type in the JSON string but got " + data['order_id']);
|
|
200
200
|
}
|
|
201
201
|
// ensure the json data is a string
|
|
@@ -207,7 +207,7 @@ var PaymentOrderEventData = /*#__PURE__*/function () {
|
|
|
207
207
|
throw new Error("Expected the field `merchant_order_code` to be a primitive type in the JSON string but got " + data['merchant_order_code']);
|
|
208
208
|
}
|
|
209
209
|
// ensure the json data is a string
|
|
210
|
-
if (!(typeof data['psp_order_code'] === 'string' || data['psp_order_code'] instanceof String)) {
|
|
210
|
+
if (data['psp_order_code'] && !(typeof data['psp_order_code'] === 'string' || data['psp_order_code'] instanceof String)) {
|
|
211
211
|
throw new Error("Expected the field `psp_order_code` to be a primitive type in the JSON string but got " + data['psp_order_code']);
|
|
212
212
|
}
|
|
213
213
|
// ensure the json data is a string
|
|
@@ -219,7 +219,7 @@ var PaymentOrderEventData = /*#__PURE__*/function () {
|
|
|
219
219
|
throw new Error("Expected the field `pricing_amount` to be a primitive type in the JSON string but got " + data['pricing_amount']);
|
|
220
220
|
}
|
|
221
221
|
// ensure the json data is a string
|
|
222
|
-
if (!(typeof data['fee_amount'] === 'string' || data['fee_amount'] instanceof String)) {
|
|
222
|
+
if (data['fee_amount'] && !(typeof data['fee_amount'] === 'string' || data['fee_amount'] instanceof String)) {
|
|
223
223
|
throw new Error("Expected the field `fee_amount` to be a primitive type in the JSON string but got " + data['fee_amount']);
|
|
224
224
|
}
|
|
225
225
|
// ensure the json data is a string
|
|
@@ -227,15 +227,15 @@ var PaymentOrderEventData = /*#__PURE__*/function () {
|
|
|
227
227
|
throw new Error("Expected the field `payable_currency` to be a primitive type in the JSON string but got " + data['payable_currency']);
|
|
228
228
|
}
|
|
229
229
|
// ensure the json data is a string
|
|
230
|
-
if (!(typeof data['chain_id'] === 'string' || data['chain_id'] instanceof String)) {
|
|
230
|
+
if (data['chain_id'] && !(typeof data['chain_id'] === 'string' || data['chain_id'] instanceof String)) {
|
|
231
231
|
throw new Error("Expected the field `chain_id` to be a primitive type in the JSON string but got " + data['chain_id']);
|
|
232
232
|
}
|
|
233
233
|
// ensure the json data is a string
|
|
234
|
-
if (!(typeof data['payable_amount'] === 'string' || data['payable_amount'] instanceof String)) {
|
|
234
|
+
if (data['payable_amount'] && !(typeof data['payable_amount'] === 'string' || data['payable_amount'] instanceof String)) {
|
|
235
235
|
throw new Error("Expected the field `payable_amount` to be a primitive type in the JSON string but got " + data['payable_amount']);
|
|
236
236
|
}
|
|
237
237
|
// ensure the json data is a string
|
|
238
|
-
if (!(typeof data['exchange_rate'] === 'string' || data['exchange_rate'] instanceof String)) {
|
|
238
|
+
if (data['exchange_rate'] && !(typeof data['exchange_rate'] === 'string' || data['exchange_rate'] instanceof String)) {
|
|
239
239
|
throw new Error("Expected the field `exchange_rate` to be a primitive type in the JSON string but got " + data['exchange_rate']);
|
|
240
240
|
}
|
|
241
241
|
// ensure the json data is a string
|
|
@@ -243,11 +243,11 @@ var PaymentOrderEventData = /*#__PURE__*/function () {
|
|
|
243
243
|
throw new Error("Expected the field `amount_tolerance` to be a primitive type in the JSON string but got " + data['amount_tolerance']);
|
|
244
244
|
}
|
|
245
245
|
// ensure the json data is a string
|
|
246
|
-
if (!(typeof data['receive_address'] === 'string' || data['receive_address'] instanceof String)) {
|
|
246
|
+
if (data['receive_address'] && !(typeof data['receive_address'] === 'string' || data['receive_address'] instanceof String)) {
|
|
247
247
|
throw new Error("Expected the field `receive_address` to be a primitive type in the JSON string but got " + data['receive_address']);
|
|
248
248
|
}
|
|
249
249
|
// ensure the json data is a string
|
|
250
|
-
if (!(typeof data['received_token_amount'] === 'string' || data['received_token_amount'] instanceof String)) {
|
|
250
|
+
if (data['received_token_amount'] && !(typeof data['received_token_amount'] === 'string' || data['received_token_amount'] instanceof String)) {
|
|
251
251
|
throw new Error("Expected the field `received_token_amount` to be a primitive type in the JSON string but got " + data['received_token_amount']);
|
|
252
252
|
}
|
|
253
253
|
if (data['transactions']) {
|
|
@@ -290,7 +290,7 @@ var PaymentOrderEventData = /*#__PURE__*/function () {
|
|
|
290
290
|
PaymentOrderEventData.RequiredProperties = ["data_type", "order_id", "psp_order_code", "fee_amount", "chain_id", "payable_amount", "exchange_rate", "receive_address", "status", "received_token_amount"];
|
|
291
291
|
|
|
292
292
|
/**
|
|
293
|
-
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
293
|
+
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
294
294
|
* @member {module:model/PaymentOrderEventData.DataTypeEnum} data_type
|
|
295
295
|
*/
|
|
296
296
|
PaymentOrderEventData.prototype['data_type'] = undefined;
|
|
@@ -433,7 +433,7 @@ PaymentOrderEventData.prototype['settlement_status'] = undefined;
|
|
|
433
433
|
|
|
434
434
|
// Implement WebhookEventDataType interface:
|
|
435
435
|
/**
|
|
436
|
-
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
436
|
+
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
437
437
|
* @member {module:model/WebhookEventDataType.DataTypeEnum} data_type
|
|
438
438
|
*/
|
|
439
439
|
_WebhookEventDataType["default"].prototype['data_type'] = undefined;
|
|
@@ -658,6 +658,16 @@ PaymentOrderEventData['DataTypeEnum'] = {
|
|
|
658
658
|
* @const
|
|
659
659
|
*/
|
|
660
660
|
"ComplianceKyaScreenings": "ComplianceKyaScreenings",
|
|
661
|
+
/**
|
|
662
|
+
* value: "Organization"
|
|
663
|
+
* @const
|
|
664
|
+
*/
|
|
665
|
+
"Organization": "Organization",
|
|
666
|
+
/**
|
|
667
|
+
* value: "FiatTransaction"
|
|
668
|
+
* @const
|
|
669
|
+
*/
|
|
670
|
+
"FiatTransaction": "FiatTransaction",
|
|
661
671
|
/**
|
|
662
672
|
* value: "unknown_default_open_api"
|
|
663
673
|
* @const
|
|
@@ -144,11 +144,11 @@ var PaymentPayout = /*#__PURE__*/function () {
|
|
|
144
144
|
} finally {
|
|
145
145
|
_iterator.f();
|
|
146
146
|
}
|
|
147
|
-
if (!(typeof data['payout_id'] === 'string' || data['payout_id'] instanceof String)) {
|
|
147
|
+
if (data['payout_id'] && !(typeof data['payout_id'] === 'string' || data['payout_id'] instanceof String)) {
|
|
148
148
|
throw new Error("Expected the field `payout_id` to be a primitive type in the JSON string but got " + data['payout_id']);
|
|
149
149
|
}
|
|
150
150
|
// ensure the json data is a string
|
|
151
|
-
if (!(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
151
|
+
if (data['request_id'] && !(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
152
152
|
throw new Error("Expected the field `request_id` to be a primitive type in the JSON string but got " + data['request_id']);
|
|
153
153
|
}
|
|
154
154
|
// ensure the json data is a string
|
|
@@ -269,7 +269,7 @@ PaymentPayout.prototype['initiator'] = undefined;
|
|
|
269
269
|
PaymentPayout.prototype['actual_payout_amount'] = undefined;
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
|
-
* The commission fees
|
|
272
|
+
* The commission fees. Not returned when no fee has been incurred, the actual charged amounts once incurred, or `0` if refunded.
|
|
273
273
|
* @member {Array.<module:model/CommissionFee>} commission_fees
|
|
274
274
|
*/
|
|
275
275
|
PaymentPayout.prototype['commission_fees'] = undefined;
|
|
@@ -152,11 +152,11 @@ var PaymentPayoutDetail = /*#__PURE__*/function () {
|
|
|
152
152
|
} finally {
|
|
153
153
|
_iterator.f();
|
|
154
154
|
}
|
|
155
|
-
if (!(typeof data['payout_id'] === 'string' || data['payout_id'] instanceof String)) {
|
|
155
|
+
if (data['payout_id'] && !(typeof data['payout_id'] === 'string' || data['payout_id'] instanceof String)) {
|
|
156
156
|
throw new Error("Expected the field `payout_id` to be a primitive type in the JSON string but got " + data['payout_id']);
|
|
157
157
|
}
|
|
158
158
|
// ensure the json data is a string
|
|
159
|
-
if (!(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
159
|
+
if (data['request_id'] && !(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
160
160
|
throw new Error("Expected the field `request_id` to be a primitive type in the JSON string but got " + data['request_id']);
|
|
161
161
|
}
|
|
162
162
|
// ensure the json data is a string
|
|
@@ -298,7 +298,7 @@ PaymentPayoutDetail.prototype['initiator'] = undefined;
|
|
|
298
298
|
PaymentPayoutDetail.prototype['actual_payout_amount'] = undefined;
|
|
299
299
|
|
|
300
300
|
/**
|
|
301
|
-
* The commission fees
|
|
301
|
+
* The commission fees. Not returned when no fee has been incurred, the actual charged amounts once incurred, or `0` if refunded.
|
|
302
302
|
* @member {Array.<module:model/CommissionFee>} commission_fees
|
|
303
303
|
*/
|
|
304
304
|
PaymentPayoutDetail.prototype['commission_fees'] = undefined;
|
|
@@ -372,7 +372,7 @@ _PaymentPayout["default"].prototype['initiator'] = undefined;
|
|
|
372
372
|
*/
|
|
373
373
|
_PaymentPayout["default"].prototype['actual_payout_amount'] = undefined;
|
|
374
374
|
/**
|
|
375
|
-
* The commission fees
|
|
375
|
+
* The commission fees. Not returned when no fee has been incurred, the actual charged amounts once incurred, or `0` if refunded.
|
|
376
376
|
* @member {Array.<module:model/CommissionFee>} commission_fees
|
|
377
377
|
*/
|
|
378
378
|
_PaymentPayout["default"].prototype['commission_fees'] = undefined;
|
|
@@ -42,7 +42,7 @@ var PaymentPayoutEvent = /*#__PURE__*/function () {
|
|
|
42
42
|
* @alias module:model/PaymentPayoutEvent
|
|
43
43
|
* @implements module:model/WebhookEventDataType
|
|
44
44
|
* @implements module:model/PaymentPayoutDetail
|
|
45
|
-
* @param data_type {module:model/PaymentPayoutEvent.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
45
|
+
* @param data_type {module:model/PaymentPayoutEvent.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
46
46
|
* @param payout_id {String} The payout ID generated by Cobo.
|
|
47
47
|
* @param request_id {String} The request ID provided by you when creating the payout.
|
|
48
48
|
* @param payout_channel {module:model/PayoutChannel}
|
|
@@ -161,15 +161,15 @@ var PaymentPayoutEvent = /*#__PURE__*/function () {
|
|
|
161
161
|
} finally {
|
|
162
162
|
_iterator.f();
|
|
163
163
|
}
|
|
164
|
-
if (!(typeof data['data_type'] === 'string' || data['data_type'] instanceof String)) {
|
|
164
|
+
if (data['data_type'] && !(typeof data['data_type'] === 'string' || data['data_type'] instanceof String)) {
|
|
165
165
|
throw new Error("Expected the field `data_type` to be a primitive type in the JSON string but got " + data['data_type']);
|
|
166
166
|
}
|
|
167
167
|
// ensure the json data is a string
|
|
168
|
-
if (!(typeof data['payout_id'] === 'string' || data['payout_id'] instanceof String)) {
|
|
168
|
+
if (data['payout_id'] && !(typeof data['payout_id'] === 'string' || data['payout_id'] instanceof String)) {
|
|
169
169
|
throw new Error("Expected the field `payout_id` to be a primitive type in the JSON string but got " + data['payout_id']);
|
|
170
170
|
}
|
|
171
171
|
// ensure the json data is a string
|
|
172
|
-
if (!(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
172
|
+
if (data['request_id'] && !(typeof data['request_id'] === 'string' || data['request_id'] instanceof String)) {
|
|
173
173
|
throw new Error("Expected the field `request_id` to be a primitive type in the JSON string but got " + data['request_id']);
|
|
174
174
|
}
|
|
175
175
|
// ensure the json data is a string
|
|
@@ -265,7 +265,7 @@ var PaymentPayoutEvent = /*#__PURE__*/function () {
|
|
|
265
265
|
PaymentPayoutEvent.RequiredProperties = ["data_type", "payout_id", "request_id", "payout_channel", "status", "created_timestamp", "updated_timestamp"];
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
|
-
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
268
|
+
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
269
269
|
* @member {module:model/PaymentPayoutEvent.DataTypeEnum} data_type
|
|
270
270
|
*/
|
|
271
271
|
PaymentPayoutEvent.prototype['data_type'] = undefined;
|
|
@@ -317,7 +317,7 @@ PaymentPayoutEvent.prototype['initiator'] = undefined;
|
|
|
317
317
|
PaymentPayoutEvent.prototype['actual_payout_amount'] = undefined;
|
|
318
318
|
|
|
319
319
|
/**
|
|
320
|
-
* The commission fees
|
|
320
|
+
* The commission fees. Not returned when no fee has been incurred, the actual charged amounts once incurred, or `0` if refunded.
|
|
321
321
|
* @member {Array.<module:model/CommissionFee>} commission_fees
|
|
322
322
|
*/
|
|
323
323
|
PaymentPayoutEvent.prototype['commission_fees'] = undefined;
|
|
@@ -353,7 +353,7 @@ PaymentPayoutEvent.prototype['transactions'] = undefined;
|
|
|
353
353
|
|
|
354
354
|
// Implement WebhookEventDataType interface:
|
|
355
355
|
/**
|
|
356
|
-
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data.
|
|
356
|
+
* The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
|
|
357
357
|
* @member {module:model/WebhookEventDataType.DataTypeEnum} data_type
|
|
358
358
|
*/
|
|
359
359
|
_WebhookEventDataType["default"].prototype['data_type'] = undefined;
|
|
@@ -397,7 +397,7 @@ _PaymentPayoutDetail["default"].prototype['initiator'] = undefined;
|
|
|
397
397
|
*/
|
|
398
398
|
_PaymentPayoutDetail["default"].prototype['actual_payout_amount'] = undefined;
|
|
399
399
|
/**
|
|
400
|
-
* The commission fees
|
|
400
|
+
* The commission fees. Not returned when no fee has been incurred, the actual charged amounts once incurred, or `0` if refunded.
|
|
401
401
|
* @member {Array.<module:model/CommissionFee>} commission_fees
|
|
402
402
|
*/
|
|
403
403
|
_PaymentPayoutDetail["default"].prototype['commission_fees'] = undefined;
|
|
@@ -532,6 +532,16 @@ PaymentPayoutEvent['DataTypeEnum'] = {
|
|
|
532
532
|
* @const
|
|
533
533
|
*/
|
|
534
534
|
"ComplianceKyaScreenings": "ComplianceKyaScreenings",
|
|
535
|
+
/**
|
|
536
|
+
* value: "Organization"
|
|
537
|
+
* @const
|
|
538
|
+
*/
|
|
539
|
+
"Organization": "Organization",
|
|
540
|
+
/**
|
|
541
|
+
* value: "FiatTransaction"
|
|
542
|
+
* @const
|
|
543
|
+
*/
|
|
544
|
+
"FiatTransaction": "FiatTransaction",
|
|
535
545
|
/**
|
|
536
546
|
* value: "unknown_default_open_api"
|
|
537
547
|
* @const
|
|
@@ -102,11 +102,11 @@ var PaymentPayoutItem = /*#__PURE__*/function () {
|
|
|
102
102
|
} finally {
|
|
103
103
|
_iterator.f();
|
|
104
104
|
}
|
|
105
|
-
if (!(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
105
|
+
if (data['token_id'] && !(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
106
106
|
throw new Error("Expected the field `token_id` to be a primitive type in the JSON string but got " + data['token_id']);
|
|
107
107
|
}
|
|
108
108
|
// ensure the json data is a string
|
|
109
|
-
if (!(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
109
|
+
if (data['amount'] && !(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
110
110
|
throw new Error("Expected the field `amount` to be a primitive type in the JSON string but got " + data['amount']);
|
|
111
111
|
}
|
|
112
112
|
// validate the optional field `bridging_fee`
|
|
@@ -98,11 +98,11 @@ var PaymentPayoutParam = /*#__PURE__*/function () {
|
|
|
98
98
|
} finally {
|
|
99
99
|
_iterator.f();
|
|
100
100
|
}
|
|
101
|
-
if (!(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
101
|
+
if (data['token_id'] && !(typeof data['token_id'] === 'string' || data['token_id'] instanceof String)) {
|
|
102
102
|
throw new Error("Expected the field `token_id` to be a primitive type in the JSON string but got " + data['token_id']);
|
|
103
103
|
}
|
|
104
104
|
// ensure the json data is a string
|
|
105
|
-
if (!(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
105
|
+
if (data['amount'] && !(typeof data['amount'] === 'string' || data['amount'] instanceof String)) {
|
|
106
106
|
throw new Error("Expected the field `amount` to be a primitive type in the JSON string but got " + data['amount']);
|
|
107
107
|
}
|
|
108
108
|
return true;
|