@northstake/northstakeapi 1.0.37 → 1.0.39
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/.openapi-generator/FILES +66 -19
- package/.openapi-generator/VERSION +1 -1
- package/api/accountApi.ts +1 -1
- package/api/accountApiKeysApi.ts +1 -1
- package/api/apis.ts +11 -11
- package/api/{validatorMarketplaceSellersApi.ts → lidoReadApi.ts} +105 -91
- package/api/{smartContractsApi.ts → lidoRewardsApi.ts} +185 -56
- package/api/lidoStakingVaultsApi.ts +536 -0
- package/api/lidoWriteApi.ts +2473 -0
- package/api/linkedWalletsApi.ts +93 -1
- package/api/{validatorMarketplaceBuyersApi.ts → organizationApi.ts} +140 -62
- package/api/validatorsApi.ts +27 -110
- package/api.ts +81 -34
- package/dist/api/accountApi.d.ts +1 -1
- package/dist/api/accountApi.js +1 -1
- package/dist/api/accountApiKeysApi.d.ts +1 -1
- package/dist/api/accountApiKeysApi.js +1 -1
- package/dist/api/apis.d.ts +11 -11
- package/dist/api/apis.js +11 -11
- package/dist/api/lidoReadApi.d.ts +138 -0
- package/dist/api/{validatorMarketplaceSellersApi.js → lidoReadApi.js} +82 -82
- package/dist/api/lidoRewardsApi.d.ts +135 -0
- package/dist/api/{smartContractsApi.js → lidoRewardsApi.js} +141 -46
- package/dist/api/lidoStakingVaultsApi.d.ts +108 -0
- package/dist/api/{validatorMarketplaceFacilitatorApi.js → lidoStakingVaultsApi.js} +174 -40
- package/dist/api/lidoWriteApi.d.ts +404 -0
- package/dist/api/lidoWriteApi.js +1931 -0
- package/dist/api/linkedWalletsApi.d.ts +16 -1
- package/dist/api/linkedWalletsApi.js +73 -1
- package/dist/api/organizationApi.d.ts +107 -0
- package/dist/api/{validatorMarketplaceBuyersApi.js → organizationApi.js} +115 -57
- package/dist/api/validatorsApi.d.ts +11 -26
- package/dist/api/validatorsApi.js +25 -87
- package/dist/api.d.ts +71 -24
- package/dist/api.js +76 -29
- package/dist/model/acceptedQuote.d.ts +1 -1
- package/dist/model/acceptedQuote.js +1 -1
- package/dist/model/accountEntity.d.ts +11 -3
- package/dist/model/accountEntity.js +6 -6
- package/dist/model/addLinkedWalletRequest.d.ts +1 -1
- package/dist/model/addLinkedWalletRequest.js +1 -1
- package/dist/model/apiKey.d.ts +4 -4
- package/dist/model/apiKey.js +7 -7
- package/dist/model/approveStETH.d.ts +32 -0
- package/dist/model/approveStETH.js +33 -0
- package/dist/model/approveWstETH.d.ts +36 -0
- package/dist/model/approveWstETH.js +38 -0
- package/dist/model/asset.d.ts +1 -1
- package/dist/model/asset.js +1 -1
- package/dist/model/burnShares.d.ts +32 -0
- package/dist/model/burnShares.js +33 -0
- package/dist/model/burnStETH.d.ts +32 -0
- package/dist/model/burnStETH.js +33 -0
- package/dist/model/burnWstETH.d.ts +32 -0
- package/dist/model/burnWstETH.js +33 -0
- package/dist/model/collectERC20FromVault.d.ts +40 -0
- package/dist/model/collectERC20FromVault.js +43 -0
- package/dist/model/consolidateValidators.d.ts +36 -0
- package/dist/model/consolidateValidators.js +38 -0
- package/dist/model/consolidateValidatorsErrorResponse.d.ts +32 -0
- package/dist/model/consolidateValidatorsErrorResponse.js +33 -0
- package/dist/model/consolidateValidatorsResponse.d.ts +29 -0
- package/dist/model/consolidateValidatorsResponse.js +28 -0
- package/dist/model/createLidoStakingContractsRequest.d.ts +35 -0
- package/dist/model/createLidoStakingContractsRequest.js +36 -0
- package/dist/model/createVaultRequest.d.ts +39 -0
- package/dist/model/createVaultRequest.js +41 -0
- package/dist/model/dailyRewardSummaryStats.d.ts +55 -0
- package/dist/model/dailyRewardSummaryStats.js +61 -0
- package/dist/model/errorResponse.d.ts +1 -1
- package/dist/model/errorResponse.js +1 -1
- package/dist/model/errorWithTransactionResponse.d.ts +30 -0
- package/dist/model/errorWithTransactionResponse.js +36 -0
- package/dist/model/escrowPayment.d.ts +1 -1
- package/dist/model/escrowPayment.js +1 -1
- package/dist/model/escrowReleased.d.ts +1 -1
- package/dist/model/escrowReleased.js +1 -1
- package/dist/model/ethereumValidatorKey.d.ts +1 -1
- package/dist/model/ethereumValidatorKey.js +1 -1
- package/dist/model/ethereumValidatorKeyKeystore.d.ts +1 -1
- package/dist/model/ethereumValidatorKeyKeystore.js +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCrypto.d.ts +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCrypto.js +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoChecksum.d.ts +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoChecksum.js +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoCipher.d.ts +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoCipher.js +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoCipherParams.d.ts +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoCipherParams.js +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoKdf.d.ts +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoKdf.js +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoKdfParams.d.ts +1 -1
- package/dist/model/ethereumValidatorKeyKeystoreCryptoKdfParams.js +1 -1
- package/dist/model/exitEstimateBase.d.ts +1 -1
- package/dist/model/exitEstimateBase.js +1 -1
- package/dist/model/exitEstimateSeller.d.ts +1 -1
- package/dist/model/exitEstimateSeller.js +1 -1
- package/dist/model/exitProposal.d.ts +1 -1
- package/dist/model/exitProposal.js +1 -1
- package/dist/model/fundVault.d.ts +32 -0
- package/dist/model/fundVault.js +33 -0
- package/dist/model/generateApiKeyRequest.d.ts +1 -1
- package/dist/model/generateApiKeyRequest.js +1 -1
- package/dist/model/getLazyOracleReportCallData200Response.d.ts +28 -0
- package/dist/model/getLazyOracleReportCallData200Response.js +38 -0
- package/dist/model/getLazyOracleReportCallData200ResponseDestructuredCalldata.d.ts +31 -0
- package/dist/model/getLazyOracleReportCallData200ResponseDestructuredCalldata.js +58 -0
- package/dist/model/getLazyOracleReportData200Response.d.ts +27 -0
- package/dist/model/getLazyOracleReportData200Response.js +33 -0
- package/dist/model/getLazyOracleReportData200ResponseReportData.d.ts +27 -0
- package/dist/model/getLazyOracleReportData200ResponseReportData.js +38 -0
- package/dist/model/{getSmartContractTransactions200Response.d.ts → getLidoTransactions200Response.d.ts} +2 -2
- package/dist/model/{getSmartContractTransactions200Response.js → getLidoTransactions200Response.js} +7 -7
- package/dist/model/getQuarantineInfo200Response.d.ts +29 -0
- package/dist/model/getQuarantineInfo200Response.js +48 -0
- package/dist/model/{getMarketplaceMetadata200Response.d.ts → getStETHPerWstETHRate200Response.d.ts} +4 -12
- package/dist/model/getStETHPerWstETHRate200Response.js +28 -0
- package/dist/model/getWithdrawalsResponse.d.ts +1 -1
- package/dist/model/getWithdrawalsResponse.js +1 -1
- package/dist/model/grantRole.d.ts +36 -0
- package/dist/model/grantRole.js +38 -0
- package/dist/model/internalTransaction.d.ts +1 -1
- package/dist/model/internalTransaction.js +1 -1
- package/dist/model/inviteMemberRequest.d.ts +41 -0
- package/dist/model/inviteMemberRequest.js +36 -0
- package/dist/model/lidoContracts.d.ts +39 -0
- package/dist/model/lidoContracts.js +46 -0
- package/dist/model/{minedBlock.d.ts → lidoContractsDashboard.d.ts} +3 -10
- package/dist/model/lidoContractsDashboard.js +28 -0
- package/dist/model/{smartContract.d.ts → lidoContractsStakingVault.d.ts} +5 -13
- package/dist/model/lidoContractsStakingVault.js +28 -0
- package/dist/model/lidoStakingContracts.d.ts +33 -0
- package/dist/model/lidoStakingContracts.js +36 -0
- package/dist/model/lidoStakingContractsWithData.d.ts +39 -0
- package/dist/model/lidoStakingContractsWithData.js +46 -0
- package/dist/model/lidoStakingContractsWithDataVaultData.d.ts +112 -0
- package/dist/model/lidoStakingContractsWithDataVaultData.js +133 -0
- package/dist/model/mintShares.d.ts +36 -0
- package/dist/model/mintShares.js +38 -0
- package/dist/model/mintStETH.d.ts +36 -0
- package/dist/model/mintStETH.js +38 -0
- package/dist/model/mintWstETH.d.ts +36 -0
- package/dist/model/mintWstETH.js +38 -0
- package/dist/model/models.d.ts +61 -14
- package/dist/model/models.js +185 -42
- package/dist/model/organizationMember.d.ts +53 -0
- package/dist/model/organizationMember.js +51 -0
- package/dist/model/organizationNameResponse.d.ts +31 -0
- package/dist/model/organizationNameResponse.js +31 -0
- package/dist/model/partialTransaction.d.ts +31 -0
- package/dist/model/partialTransaction.js +46 -0
- package/dist/model/presignedExitKey.d.ts +1 -1
- package/dist/model/presignedExitKey.js +1 -1
- package/dist/model/presignedExitKeyMessage.d.ts +1 -1
- package/dist/model/presignedExitKeyMessage.js +1 -1
- package/dist/model/quote.d.ts +1 -1
- package/dist/model/quote.js +1 -1
- package/dist/model/rFQBidFacilitator.d.ts +1 -1
- package/dist/model/rFQBidFacilitator.js +1 -1
- package/dist/model/rFQBids.d.ts +1 -1
- package/dist/model/rFQBids.js +1 -1
- package/dist/model/rFQDocumentBase.d.ts +1 -1
- package/dist/model/rFQDocumentBase.js +1 -1
- package/dist/model/rFQDocumentBaseUniqueEscrowVault.d.ts +1 -1
- package/dist/model/rFQDocumentBaseUniqueEscrowVault.js +1 -1
- package/dist/model/rFQDocumentBuyer.d.ts +1 -1
- package/dist/model/rFQDocumentBuyer.js +1 -1
- package/dist/model/rFQDocumentBuyerAllOfValidators.d.ts +1 -1
- package/dist/model/rFQDocumentBuyerAllOfValidators.js +1 -1
- package/dist/model/rFQDocumentBuyerStatusFilter.d.ts +1 -1
- package/dist/model/rFQDocumentBuyerStatusFilter.js +1 -1
- package/dist/model/rFQDocumentFacilitator.d.ts +1 -1
- package/dist/model/rFQDocumentFacilitator.js +1 -1
- package/dist/model/rFQDocumentFacilitatorStatusFilter.d.ts +1 -1
- package/dist/model/rFQDocumentFacilitatorStatusFilter.js +1 -1
- package/dist/model/rFQDocumentFacilitatorValidatorsInner.d.ts +1 -1
- package/dist/model/rFQDocumentFacilitatorValidatorsInner.js +1 -1
- package/dist/model/rFQDocumentSeller.d.ts +1 -1
- package/dist/model/rFQDocumentSeller.js +1 -1
- package/dist/model/rFQDocumentSellerAllOfValidators.d.ts +1 -1
- package/dist/model/rFQDocumentSellerAllOfValidators.js +1 -1
- package/dist/model/rFQDocumentSellerStatusFilter.d.ts +1 -1
- package/dist/model/rFQDocumentSellerStatusFilter.js +1 -1
- package/dist/model/rFQDocumentStatus.d.ts +1 -1
- package/dist/model/rFQDocumentStatus.js +1 -1
- package/dist/model/rFQDocumentUpdate.d.ts +1 -1
- package/dist/model/rFQDocumentUpdate.js +1 -1
- package/dist/model/rFQUpdatePayload.d.ts +1 -1
- package/dist/model/rFQUpdatePayload.js +1 -1
- package/dist/model/rFQWebhookEventType.d.ts +1 -1
- package/dist/model/rFQWebhookEventType.js +1 -1
- package/dist/model/rebalanceVaultWithEther.d.ts +32 -0
- package/dist/model/rebalanceVaultWithEther.js +33 -0
- package/dist/model/rebalanceVaultWithShares.d.ts +32 -0
- package/dist/model/rebalanceVaultWithShares.js +33 -0
- package/dist/model/recoverERC20.d.ts +40 -0
- package/dist/model/recoverERC20.js +43 -0
- package/dist/model/{webhookPayloadData.d.ts → renameVaultRequest.d.ts} +5 -13
- package/dist/model/renameVaultRequest.js +31 -0
- package/dist/model/revokeRole.d.ts +36 -0
- package/dist/model/revokeRole.js +38 -0
- package/dist/model/settlementSteps.d.ts +1 -1
- package/dist/model/settlementSteps.js +1 -1
- package/dist/model/stakeEthRequest.d.ts +31 -0
- package/dist/model/stakeEthRequest.js +31 -0
- package/dist/model/stakeEthResponse.d.ts +32 -0
- package/dist/model/stakeEthResponse.js +43 -0
- package/dist/model/stakeEthResponseDestructuredCallDataInner.d.ts +40 -0
- package/dist/model/stakeEthResponseDestructuredCallDataInner.js +43 -0
- package/dist/model/stakingRequest.d.ts +34 -0
- package/dist/model/stakingRequest.js +38 -0
- package/dist/model/stakingRequestStatus.d.ts +15 -0
- package/dist/model/stakingRequestStatus.js +13 -0
- package/dist/model/transaction.d.ts +14 -2
- package/dist/model/transaction.js +16 -1
- package/dist/model/triggerValidatorWithdrawals.d.ts +40 -0
- package/dist/model/triggerValidatorWithdrawals.js +43 -0
- package/dist/model/unwrapWstETH.d.ts +32 -0
- package/dist/model/unwrapWstETH.js +33 -0
- package/dist/model/{listAllRFQsForFacilitator200Response.d.ts → updateLinkedWalletNameRequest.d.ts} +4 -14
- package/dist/model/updateLinkedWalletNameRequest.js +28 -0
- package/dist/model/updateMemberRoleRequest.d.ts +37 -0
- package/dist/model/updateMemberRoleRequest.js +31 -0
- package/dist/model/updateOrganizationNameRequest.d.ts +31 -0
- package/dist/model/updateOrganizationNameRequest.js +31 -0
- package/dist/model/validateConsolidationRequestsResponse.d.ts +33 -0
- package/dist/model/validateConsolidationRequestsResponse.js +33 -0
- package/dist/model/validateConsolidationRequestsResponseConsolidationDetailsInner.d.ts +48 -0
- package/dist/model/validateConsolidationRequestsResponseConsolidationDetailsInner.js +53 -0
- package/dist/model/validatorDailyReward.d.ts +63 -0
- package/dist/model/validatorDailyReward.js +71 -0
- package/dist/model/validatorInfo.d.ts +14 -11
- package/dist/model/validatorInfo.js +16 -21
- package/dist/model/validatorKeyHolder.d.ts +1 -1
- package/dist/model/validatorKeyHolder.js +1 -1
- package/dist/model/validatorProvider.d.ts +15 -0
- package/dist/model/validatorProvider.js +13 -0
- package/dist/model/validatorRewardRaw.d.ts +73 -0
- package/dist/model/validatorRewardRaw.js +76 -0
- package/dist/model/validatorRewardsDaily.d.ts +50 -0
- package/dist/model/validatorRewardsDaily.js +48 -0
- package/dist/model/{getSmartContractMinedBlocks200Response.d.ts → validatorRewardsDailyResponse.d.ts} +4 -13
- package/dist/model/validatorRewardsDailyResponse.js +43 -0
- package/dist/model/validatorRewardsRaw.d.ts +44 -0
- package/dist/model/validatorRewardsRaw.js +46 -0
- package/dist/model/validatorType.d.ts +1 -1
- package/dist/model/validatorType.js +1 -1
- package/dist/model/validatorWithdrawal.d.ts +7 -7
- package/dist/model/validatorWithdrawal.js +13 -13
- package/dist/model/vaultCreationStartResponse.d.ts +26 -0
- package/dist/model/vaultCreationStartResponse.js +28 -0
- package/dist/model/wallet.d.ts +1 -1
- package/dist/model/wallet.js +1 -1
- package/dist/model/webHookLookupAnswer.d.ts +1 -1
- package/dist/model/webHookLookupAnswer.js +1 -1
- package/dist/model/webhookPayload.d.ts +3 -3
- package/dist/model/webhookPayload.js +2 -2
- package/dist/model/webhookPayloadRFQAvailable.d.ts +1 -1
- package/dist/model/webhookPayloadRFQAvailable.js +1 -1
- package/dist/model/webhookPayloadRFQBidAccepted.d.ts +1 -1
- package/dist/model/webhookPayloadRFQBidAccepted.js +1 -1
- package/dist/model/webhookPayloadRFQBidAcceptedDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQBidAcceptedDetails.js +1 -1
- package/dist/model/webhookPayloadRFQBidReceived.d.ts +1 -1
- package/dist/model/webhookPayloadRFQBidReceived.js +1 -1
- package/dist/model/webhookPayloadRFQBidReceivedDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQBidReceivedDetails.js +1 -1
- package/dist/model/webhookPayloadRFQEscrowEvent.d.ts +1 -1
- package/dist/model/webhookPayloadRFQEscrowEvent.js +1 -1
- package/dist/model/webhookPayloadRFQEscrowEventDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQEscrowEventDetails.js +1 -1
- package/dist/model/webhookPayloadRFQEscrowReleased.d.ts +1 -1
- package/dist/model/webhookPayloadRFQEscrowReleased.js +1 -1
- package/dist/model/webhookPayloadRFQEscrowReleasedDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQEscrowReleasedDetails.js +1 -1
- package/dist/model/webhookPayloadRFQTransferProposalReceived.d.ts +1 -1
- package/dist/model/webhookPayloadRFQTransferProposalReceived.js +1 -1
- package/dist/model/webhookPayloadRFQTransferProposalReceivedDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQTransferProposalReceivedDetails.js +1 -1
- package/dist/model/webhookPayloadRFQValidatorExited.d.ts +1 -1
- package/dist/model/webhookPayloadRFQValidatorExited.js +1 -1
- package/dist/model/webhookPayloadRFQValidatorExitedDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQValidatorExitedDetails.js +1 -1
- package/dist/model/webhookPayloadRFQValidatorWithdrawalChange.d.ts +1 -1
- package/dist/model/webhookPayloadRFQValidatorWithdrawalChange.js +1 -1
- package/dist/model/webhookPayloadRFQValidatorWithdrawalChangeDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQValidatorWithdrawalChangeDetails.js +1 -1
- package/dist/model/webhookPayloadRFQWithdrawalClaimable.d.ts +1 -1
- package/dist/model/webhookPayloadRFQWithdrawalClaimable.js +1 -1
- package/dist/model/webhookPayloadRFQWithdrawalClaimableDetails.d.ts +1 -1
- package/dist/model/webhookPayloadRFQWithdrawalClaimableDetails.js +1 -1
- package/dist/model/webhookRegistration.d.ts +1 -1
- package/dist/model/webhookRegistration.js +1 -1
- package/dist/model/webhookRegistrationDetails.d.ts +1 -1
- package/dist/model/webhookRegistrationDetails.js +1 -1
- package/dist/model/withdrawFromVault.d.ts +36 -0
- package/dist/model/withdrawFromVault.js +38 -0
- package/dist/model/withdrawalClaimable.d.ts +1 -1
- package/dist/model/withdrawalClaimable.js +1 -1
- package/dist/model/withdrawalRecipientSettlement.d.ts +1 -1
- package/dist/model/withdrawalRecipientSettlement.js +1 -1
- package/dist/model/wrapStETH.d.ts +32 -0
- package/dist/model/wrapStETH.js +33 -0
- package/model/acceptedQuote.ts +1 -1
- package/model/accountEntity.ts +24 -8
- package/model/addLinkedWalletRequest.ts +1 -1
- package/model/apiKey.ts +10 -10
- package/model/approveStETH.ts +43 -0
- package/model/approveWstETH.ts +52 -0
- package/model/asset.ts +1 -1
- package/model/burnShares.ts +43 -0
- package/model/burnStETH.ts +43 -0
- package/model/burnWstETH.ts +43 -0
- package/model/collectERC20FromVault.ts +61 -0
- package/model/consolidateValidators.ts +52 -0
- package/model/consolidateValidatorsErrorResponse.ts +43 -0
- package/model/consolidateValidatorsResponse.ts +35 -0
- package/model/createLidoStakingContractsRequest.ts +46 -0
- package/model/createVaultRequest.ts +55 -0
- package/model/dailyRewardSummaryStats.ts +91 -0
- package/model/errorResponse.ts +1 -1
- package/model/errorWithTransactionResponse.ts +41 -0
- package/model/escrowPayment.ts +1 -1
- package/model/escrowReleased.ts +1 -1
- package/model/ethereumValidatorKey.ts +1 -1
- package/model/ethereumValidatorKeyKeystore.ts +1 -1
- package/model/ethereumValidatorKeyKeystoreCrypto.ts +1 -1
- package/model/ethereumValidatorKeyKeystoreCryptoChecksum.ts +1 -1
- package/model/ethereumValidatorKeyKeystoreCryptoCipher.ts +1 -1
- package/model/ethereumValidatorKeyKeystoreCryptoCipherParams.ts +1 -1
- package/model/ethereumValidatorKeyKeystoreCryptoKdf.ts +1 -1
- package/model/ethereumValidatorKeyKeystoreCryptoKdfParams.ts +1 -1
- package/model/exitEstimateBase.ts +1 -1
- package/model/exitEstimateSeller.ts +1 -1
- package/model/exitProposal.ts +1 -1
- package/model/fundVault.ts +43 -0
- package/model/generateApiKeyRequest.ts +1 -1
- package/model/getLazyOracleReportCallData200Response.ts +44 -0
- package/model/getLazyOracleReportCallData200ResponseDestructuredCalldata.ts +67 -0
- package/model/getLazyOracleReportData200Response.ts +38 -0
- package/model/getLazyOracleReportData200ResponseReportData.ts +43 -0
- package/model/{getSmartContractTransactions200Response.ts → getLidoTransactions200Response.ts} +3 -3
- package/model/getQuarantineInfo200Response.ts +55 -0
- package/model/getStETHPerWstETHRate200Response.ts +34 -0
- package/model/getWithdrawalsResponse.ts +1 -1
- package/model/grantRole.ts +52 -0
- package/model/internalTransaction.ts +1 -1
- package/model/inviteMemberRequest.ts +54 -0
- package/model/lidoContracts.ts +60 -0
- package/model/{smartContractDetailedWhitelistedDepositorsInner.ts → lidoContractsDashboard.ts} +6 -15
- package/model/lidoContractsStakingVault.ts +34 -0
- package/model/lidoStakingContracts.ts +44 -0
- package/model/lidoStakingContractsWithData.ts +60 -0
- package/model/lidoStakingContractsWithDataVaultData.ts +223 -0
- package/model/mintShares.ts +52 -0
- package/model/mintStETH.ts +52 -0
- package/model/mintWstETH.ts +52 -0
- package/model/models.ts +285 -46
- package/model/organizationMember.ts +81 -0
- package/model/organizationNameResponse.ts +37 -0
- package/model/partialTransaction.ts +52 -0
- package/model/presignedExitKey.ts +1 -1
- package/model/presignedExitKeyMessage.ts +1 -1
- package/model/quote.ts +1 -1
- package/model/rFQBidFacilitator.ts +1 -1
- package/model/rFQBids.ts +1 -1
- package/model/rFQDocumentBase.ts +1 -1
- package/model/rFQDocumentBaseUniqueEscrowVault.ts +1 -1
- package/model/rFQDocumentBuyer.ts +1 -1
- package/model/rFQDocumentBuyerAllOfValidators.ts +1 -1
- package/model/rFQDocumentBuyerStatusFilter.ts +1 -1
- package/model/rFQDocumentFacilitator.ts +1 -1
- package/model/rFQDocumentFacilitatorStatusFilter.ts +1 -1
- package/model/rFQDocumentFacilitatorValidatorsInner.ts +1 -1
- package/model/rFQDocumentSeller.ts +1 -1
- package/model/rFQDocumentSellerAllOfValidators.ts +1 -1
- package/model/rFQDocumentSellerStatusFilter.ts +1 -1
- package/model/rFQDocumentStatus.ts +1 -1
- package/model/rFQDocumentUpdate.ts +1 -1
- package/model/rFQUpdatePayload.ts +1 -1
- package/model/rFQWebhookEventType.ts +1 -1
- package/model/rebalanceVaultWithEther.ts +43 -0
- package/model/rebalanceVaultWithShares.ts +43 -0
- package/model/recoverERC20.ts +61 -0
- package/model/renameVaultRequest.ts +37 -0
- package/model/revokeRole.ts +52 -0
- package/model/settlementSteps.ts +1 -1
- package/model/stakeEthRequest.ts +37 -0
- package/model/stakeEthResponse.ts +53 -0
- package/model/stakeEthResponseDestructuredCallDataInner.ts +61 -0
- package/model/stakingRequest.ts +50 -0
- package/model/stakingRequestStatus.ts +24 -0
- package/model/transaction.ts +29 -2
- package/model/triggerValidatorWithdrawals.ts +61 -0
- package/model/unwrapWstETH.ts +43 -0
- package/model/updateLinkedWalletNameRequest.ts +34 -0
- package/model/updateMemberRoleRequest.ts +45 -0
- package/model/updateOrganizationNameRequest.ts +37 -0
- package/model/validateConsolidationRequestsResponse.ts +44 -0
- package/model/validateConsolidationRequestsResponseConsolidationDetailsInner.ts +79 -0
- package/model/validatorDailyReward.ts +109 -0
- package/model/validatorInfo.ts +29 -31
- package/model/validatorKeyHolder.ts +1 -1
- package/model/validatorProvider.ts +22 -0
- package/model/validatorRewardRaw.ts +127 -0
- package/model/validatorRewardsDaily.ts +79 -0
- package/model/{getSmartContractMinedBlocks200Response.ts → validatorRewardsDailyResponse.ts} +8 -17
- package/model/{listAllRFQsForFacilitator200Response.ts → validatorRewardsRaw.ts} +18 -12
- package/model/validatorType.ts +1 -1
- package/model/validatorWithdrawal.ts +19 -19
- package/model/vaultCreationStartResponse.ts +32 -0
- package/model/wallet.ts +1 -1
- package/model/webHookLookupAnswer.ts +1 -1
- package/model/webhookPayload.ts +4 -4
- package/model/webhookPayloadRFQAvailable.ts +1 -1
- package/model/webhookPayloadRFQBidAccepted.ts +1 -1
- package/model/webhookPayloadRFQBidAcceptedDetails.ts +1 -1
- package/model/webhookPayloadRFQBidReceived.ts +1 -1
- package/model/webhookPayloadRFQBidReceivedDetails.ts +1 -1
- package/model/webhookPayloadRFQEscrowEvent.ts +1 -1
- package/model/webhookPayloadRFQEscrowEventDetails.ts +1 -1
- package/model/webhookPayloadRFQEscrowReleased.ts +1 -1
- package/model/webhookPayloadRFQEscrowReleasedDetails.ts +1 -1
- package/model/webhookPayloadRFQTransferProposalReceived.ts +1 -1
- package/model/webhookPayloadRFQTransferProposalReceivedDetails.ts +1 -1
- package/model/webhookPayloadRFQValidatorExited.ts +1 -1
- package/model/webhookPayloadRFQValidatorExitedDetails.ts +1 -1
- package/model/webhookPayloadRFQValidatorWithdrawalChange.ts +1 -1
- package/model/webhookPayloadRFQValidatorWithdrawalChangeDetails.ts +1 -1
- package/model/webhookPayloadRFQWithdrawalClaimable.ts +1 -1
- package/model/webhookPayloadRFQWithdrawalClaimableDetails.ts +1 -1
- package/model/webhookRegistration.ts +1 -1
- package/model/webhookRegistrationDetails.ts +1 -1
- package/model/withdrawFromVault.ts +52 -0
- package/model/withdrawalClaimable.ts +1 -1
- package/model/withdrawalRecipientSettlement.ts +1 -1
- package/model/wrapStETH.ts +43 -0
- package/package.json +3 -3
- package/api/validatorMarketplaceFacilitatorApi.ts +0 -360
- package/api/validatorMarketplaceWebhooksApi.ts +0 -351
- package/dist/api/smartContractsApi.d.ts +0 -100
- package/dist/api/validatorMarketplaceBuyersApi.d.ts +0 -95
- package/dist/api/validatorMarketplaceFacilitatorApi.d.ts +0 -80
- package/dist/api/validatorMarketplaceSellersApi.d.ts +0 -122
- package/dist/api/validatorMarketplaceWebhooksApi.d.ts +0 -77
- package/dist/api/validatorMarketplaceWebhooksApi.js +0 -272
- package/dist/model/createRFQRequest.d.ts +0 -26
- package/dist/model/createRFQRequest.js +0 -33
- package/dist/model/getMarketplaceMetadata200Response.js +0 -38
- package/dist/model/getSmartContractMinedBlocks200Response.js +0 -43
- package/dist/model/listAllRFQsForFacilitator200Response.js +0 -43
- package/dist/model/minedBlock.js +0 -48
- package/dist/model/provideEscrowHashForRFQDocumentRequest.d.ts +0 -25
- package/dist/model/provideEscrowHashForRFQDocumentRequest.js +0 -28
- package/dist/model/registerWithdrawalRecipientSettlementRequest.d.ts +0 -25
- package/dist/model/registerWithdrawalRecipientSettlementRequest.js +0 -28
- package/dist/model/smartContract.js +0 -56
- package/dist/model/smartContractDetailed.d.ts +0 -47
- package/dist/model/smartContractDetailed.js +0 -71
- package/dist/model/smartContractDetailedStats.d.ts +0 -72
- package/dist/model/smartContractDetailedStats.js +0 -83
- package/dist/model/smartContractDetailedWhitelistedDepositorsInner.d.ts +0 -27
- package/dist/model/smartContractDetailedWhitelistedDepositorsInner.js +0 -38
- package/dist/model/submittedQuote.d.ts +0 -26
- package/dist/model/submittedQuote.js +0 -33
- package/dist/model/webhookPayloadData.js +0 -41
- package/model/createRFQRequest.ts +0 -37
- package/model/getMarketplaceMetadata200Response.ts +0 -52
- package/model/minedBlock.ts +0 -61
- package/model/provideEscrowHashForRFQDocumentRequest.ts +0 -31
- package/model/registerWithdrawalRecipientSettlementRequest.ts +0 -31
- package/model/smartContract.ts +0 -67
- package/model/smartContractDetailed.ts +0 -93
- package/model/smartContractDetailedStats.ts +0 -133
- package/model/submittedQuote.ts +0 -37
- package/model/webhookPayloadData.ts +0 -56
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Northstake
|
|
3
|
+
* Northstake api Operation-level extensions used by the API: - x-roleRequired (array of strings): roles required to call the operation. - x-mfaApiScope (array of strings): MFA API scopes required when the user has MFA enrolled. - x-isProSvmFeature (boolean): when true, the operation is restricted to users whose Cosmos user document has is_pro_svm_user set to true.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
export class MintWstETH {
|
|
15
|
+
/**
|
|
16
|
+
* Address of the recipient of the WSTETH tokens.
|
|
17
|
+
*/
|
|
18
|
+
'recipient': string;
|
|
19
|
+
/**
|
|
20
|
+
* Amount of WSTETH (18 decimals) to mint.
|
|
21
|
+
*/
|
|
22
|
+
'amountOfWstETH': string;
|
|
23
|
+
/**
|
|
24
|
+
* Optional Ethereum address to simulate the transaction from. If provided, the transaction will be simulated and any revert errors will be returned.
|
|
25
|
+
*/
|
|
26
|
+
'simulateAddress'?: string;
|
|
27
|
+
|
|
28
|
+
static discriminator: string | undefined = undefined;
|
|
29
|
+
|
|
30
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
31
|
+
{
|
|
32
|
+
"name": "recipient",
|
|
33
|
+
"baseName": "recipient",
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "amountOfWstETH",
|
|
38
|
+
"baseName": "amountOfWstETH",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "simulateAddress",
|
|
43
|
+
"baseName": "simulateAddress",
|
|
44
|
+
"type": "string"
|
|
45
|
+
} ];
|
|
46
|
+
|
|
47
|
+
static getAttributeTypeMap() {
|
|
48
|
+
return MintWstETH.attributeTypeMap;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
package/model/models.ts
CHANGED
|
@@ -6,9 +6,21 @@ export * from './acceptedQuote';
|
|
|
6
6
|
export * from './accountEntity';
|
|
7
7
|
export * from './addLinkedWalletRequest';
|
|
8
8
|
export * from './apiKey';
|
|
9
|
+
export * from './approveStETH';
|
|
10
|
+
export * from './approveWstETH';
|
|
9
11
|
export * from './asset';
|
|
10
|
-
export * from './
|
|
12
|
+
export * from './burnShares';
|
|
13
|
+
export * from './burnStETH';
|
|
14
|
+
export * from './burnWstETH';
|
|
15
|
+
export * from './collectERC20FromVault';
|
|
16
|
+
export * from './consolidateValidators';
|
|
17
|
+
export * from './consolidateValidatorsErrorResponse';
|
|
18
|
+
export * from './consolidateValidatorsResponse';
|
|
19
|
+
export * from './createLidoStakingContractsRequest';
|
|
20
|
+
export * from './createVaultRequest';
|
|
21
|
+
export * from './dailyRewardSummaryStats';
|
|
11
22
|
export * from './errorResponse';
|
|
23
|
+
export * from './errorWithTransactionResponse';
|
|
12
24
|
export * from './escrowPayment';
|
|
13
25
|
export * from './escrowReleased';
|
|
14
26
|
export * from './ethereumValidatorKey';
|
|
@@ -22,17 +34,33 @@ export * from './ethereumValidatorKeyKeystoreCryptoKdfParams';
|
|
|
22
34
|
export * from './exitEstimateBase';
|
|
23
35
|
export * from './exitEstimateSeller';
|
|
24
36
|
export * from './exitProposal';
|
|
37
|
+
export * from './fundVault';
|
|
25
38
|
export * from './generateApiKeyRequest';
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
39
|
+
export * from './getLazyOracleReportCallData200Response';
|
|
40
|
+
export * from './getLazyOracleReportCallData200ResponseDestructuredCalldata';
|
|
41
|
+
export * from './getLazyOracleReportData200Response';
|
|
42
|
+
export * from './getLazyOracleReportData200ResponseReportData';
|
|
43
|
+
export * from './getLidoTransactions200Response';
|
|
44
|
+
export * from './getQuarantineInfo200Response';
|
|
45
|
+
export * from './getStETHPerWstETHRate200Response';
|
|
29
46
|
export * from './getWithdrawalsResponse';
|
|
47
|
+
export * from './grantRole';
|
|
30
48
|
export * from './internalTransaction';
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
49
|
+
export * from './inviteMemberRequest';
|
|
50
|
+
export * from './lidoContracts';
|
|
51
|
+
export * from './lidoContractsDashboard';
|
|
52
|
+
export * from './lidoContractsStakingVault';
|
|
53
|
+
export * from './lidoStakingContracts';
|
|
54
|
+
export * from './lidoStakingContractsWithData';
|
|
55
|
+
export * from './lidoStakingContractsWithDataVaultData';
|
|
56
|
+
export * from './mintShares';
|
|
57
|
+
export * from './mintStETH';
|
|
58
|
+
export * from './mintWstETH';
|
|
59
|
+
export * from './organizationMember';
|
|
60
|
+
export * from './organizationNameResponse';
|
|
61
|
+
export * from './partialTransaction';
|
|
33
62
|
export * from './presignedExitKey';
|
|
34
63
|
export * from './presignedExitKeyMessage';
|
|
35
|
-
export * from './provideEscrowHashForRFQDocumentRequest';
|
|
36
64
|
export * from './quote';
|
|
37
65
|
export * from './rFQBidFacilitator';
|
|
38
66
|
export * from './rFQBids';
|
|
@@ -51,22 +79,39 @@ export * from './rFQDocumentStatus';
|
|
|
51
79
|
export * from './rFQDocumentUpdate';
|
|
52
80
|
export * from './rFQUpdatePayload';
|
|
53
81
|
export * from './rFQWebhookEventType';
|
|
54
|
-
export * from './
|
|
82
|
+
export * from './rebalanceVaultWithEther';
|
|
83
|
+
export * from './rebalanceVaultWithShares';
|
|
84
|
+
export * from './recoverERC20';
|
|
85
|
+
export * from './renameVaultRequest';
|
|
86
|
+
export * from './revokeRole';
|
|
55
87
|
export * from './settlementSteps';
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './
|
|
88
|
+
export * from './stakeEthRequest';
|
|
89
|
+
export * from './stakeEthResponse';
|
|
90
|
+
export * from './stakeEthResponseDestructuredCallDataInner';
|
|
91
|
+
export * from './stakingRequest';
|
|
92
|
+
export * from './stakingRequestStatus';
|
|
61
93
|
export * from './transaction';
|
|
94
|
+
export * from './triggerValidatorWithdrawals';
|
|
95
|
+
export * from './unwrapWstETH';
|
|
96
|
+
export * from './updateLinkedWalletNameRequest';
|
|
97
|
+
export * from './updateMemberRoleRequest';
|
|
98
|
+
export * from './updateOrganizationNameRequest';
|
|
99
|
+
export * from './validateConsolidationRequestsResponse';
|
|
100
|
+
export * from './validateConsolidationRequestsResponseConsolidationDetailsInner';
|
|
101
|
+
export * from './validatorDailyReward';
|
|
62
102
|
export * from './validatorInfo';
|
|
63
103
|
export * from './validatorKeyHolder';
|
|
104
|
+
export * from './validatorProvider';
|
|
105
|
+
export * from './validatorRewardRaw';
|
|
106
|
+
export * from './validatorRewardsDaily';
|
|
107
|
+
export * from './validatorRewardsDailyResponse';
|
|
108
|
+
export * from './validatorRewardsRaw';
|
|
64
109
|
export * from './validatorType';
|
|
65
110
|
export * from './validatorWithdrawal';
|
|
111
|
+
export * from './vaultCreationStartResponse';
|
|
66
112
|
export * from './wallet';
|
|
67
113
|
export * from './webHookLookupAnswer';
|
|
68
114
|
export * from './webhookPayload';
|
|
69
|
-
export * from './webhookPayloadData';
|
|
70
115
|
export * from './webhookPayloadRFQAvailable';
|
|
71
116
|
export * from './webhookPayloadRFQBidAccepted';
|
|
72
117
|
export * from './webhookPayloadRFQBidAcceptedDetails';
|
|
@@ -86,8 +131,10 @@ export * from './webhookPayloadRFQWithdrawalClaimable';
|
|
|
86
131
|
export * from './webhookPayloadRFQWithdrawalClaimableDetails';
|
|
87
132
|
export * from './webhookRegistration';
|
|
88
133
|
export * from './webhookRegistrationDetails';
|
|
134
|
+
export * from './withdrawFromVault';
|
|
89
135
|
export * from './withdrawalClaimable';
|
|
90
136
|
export * from './withdrawalRecipientSettlement';
|
|
137
|
+
export * from './wrapStETH';
|
|
91
138
|
|
|
92
139
|
import * as fs from 'fs';
|
|
93
140
|
|
|
@@ -114,15 +161,51 @@ import { AddLinkedWalletRequest } from './addLinkedWalletRequest';
|
|
|
114
161
|
import { ApiKey } from './apiKey';
|
|
115
162
|
|
|
116
163
|
|
|
164
|
+
import { ApproveStETH } from './approveStETH';
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
import { ApproveWstETH } from './approveWstETH';
|
|
168
|
+
|
|
169
|
+
|
|
117
170
|
import { Asset } from './asset';
|
|
118
171
|
|
|
119
172
|
|
|
120
|
-
import {
|
|
173
|
+
import { BurnShares } from './burnShares';
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
import { BurnStETH } from './burnStETH';
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
import { BurnWstETH } from './burnWstETH';
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
import { CollectERC20FromVault } from './collectERC20FromVault';
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
import { ConsolidateValidators } from './consolidateValidators';
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
import { ConsolidateValidatorsErrorResponse } from './consolidateValidatorsErrorResponse';
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
import { ConsolidateValidatorsResponse } from './consolidateValidatorsResponse';
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
import { CreateLidoStakingContractsRequest } from './createLidoStakingContractsRequest';
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
import { CreateVaultRequest } from './createVaultRequest';
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
import { DailyRewardSummaryStats } from './dailyRewardSummaryStats';
|
|
121
201
|
|
|
122
202
|
|
|
123
203
|
import { ErrorResponse } from './errorResponse';
|
|
124
204
|
|
|
125
205
|
|
|
206
|
+
import { ErrorWithTransactionResponse } from './errorWithTransactionResponse';
|
|
207
|
+
|
|
208
|
+
|
|
126
209
|
import { EscrowPayment } from './escrowPayment';
|
|
127
210
|
|
|
128
211
|
|
|
@@ -162,37 +245,85 @@ import { ExitEstimateSeller } from './exitEstimateSeller';
|
|
|
162
245
|
import { ExitProposal } from './exitProposal';
|
|
163
246
|
|
|
164
247
|
|
|
248
|
+
import { FundVault } from './fundVault';
|
|
249
|
+
|
|
250
|
+
|
|
165
251
|
import { GenerateApiKeyRequest } from './generateApiKeyRequest';
|
|
166
252
|
|
|
167
253
|
|
|
168
|
-
import {
|
|
254
|
+
import { GetLazyOracleReportCallData200Response } from './getLazyOracleReportCallData200Response';
|
|
169
255
|
|
|
170
256
|
|
|
171
|
-
import {
|
|
257
|
+
import { GetLazyOracleReportCallData200ResponseDestructuredCalldata } from './getLazyOracleReportCallData200ResponseDestructuredCalldata';
|
|
172
258
|
|
|
173
259
|
|
|
174
|
-
import {
|
|
260
|
+
import { GetLazyOracleReportData200Response } from './getLazyOracleReportData200Response';
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
import { GetLazyOracleReportData200ResponseReportData } from './getLazyOracleReportData200ResponseReportData';
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
import { GetLidoTransactions200Response } from './getLidoTransactions200Response';
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
import { GetQuarantineInfo200Response } from './getQuarantineInfo200Response';
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
import { GetStETHPerWstETHRate200Response } from './getStETHPerWstETHRate200Response';
|
|
175
273
|
|
|
176
274
|
|
|
177
275
|
import { GetWithdrawalsResponse } from './getWithdrawalsResponse';
|
|
178
276
|
|
|
179
277
|
|
|
278
|
+
import { GrantRole } from './grantRole';
|
|
279
|
+
|
|
280
|
+
|
|
180
281
|
import { InternalTransaction } from './internalTransaction';
|
|
181
282
|
|
|
182
283
|
|
|
183
|
-
import {
|
|
284
|
+
import { InviteMemberRequest } from './inviteMemberRequest';
|
|
184
285
|
|
|
185
286
|
|
|
186
|
-
import {
|
|
287
|
+
import { LidoContracts } from './lidoContracts';
|
|
187
288
|
|
|
188
289
|
|
|
189
|
-
import {
|
|
290
|
+
import { LidoContractsDashboard } from './lidoContractsDashboard';
|
|
190
291
|
|
|
191
292
|
|
|
192
|
-
import {
|
|
293
|
+
import { LidoContractsStakingVault } from './lidoContractsStakingVault';
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
import { LidoStakingContracts } from './lidoStakingContracts';
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
import { LidoStakingContractsWithData } from './lidoStakingContractsWithData';
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
import { LidoStakingContractsWithDataVaultData } from './lidoStakingContractsWithDataVaultData';
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
import { MintShares } from './mintShares';
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
import { MintStETH } from './mintStETH';
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
import { MintWstETH } from './mintWstETH';
|
|
312
|
+
|
|
193
313
|
|
|
314
|
+
import { OrganizationMember } from './organizationMember';
|
|
194
315
|
|
|
195
|
-
|
|
316
|
+
|
|
317
|
+
import { OrganizationNameResponse } from './organizationNameResponse';
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
import { PartialTransaction } from './partialTransaction';
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
import { PresignedExitKey } from './presignedExitKey';
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
import { PresignedExitKeyMessage } from './presignedExitKeyMessage';
|
|
196
327
|
|
|
197
328
|
|
|
198
329
|
import { Quote } from './quote';
|
|
@@ -249,42 +380,96 @@ import { RFQUpdatePayload } from './rFQUpdatePayload';
|
|
|
249
380
|
import { RFQWebhookEventType } from './rFQWebhookEventType';
|
|
250
381
|
|
|
251
382
|
|
|
252
|
-
import {
|
|
383
|
+
import { RebalanceVaultWithEther } from './rebalanceVaultWithEther';
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
import { RebalanceVaultWithShares } from './rebalanceVaultWithShares';
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
import { RecoverERC20 } from './recoverERC20';
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
import { RenameVaultRequest } from './renameVaultRequest';
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
import { RevokeRole } from './revokeRole';
|
|
253
396
|
|
|
254
397
|
|
|
255
398
|
import { SettlementSteps } from './settlementSteps';
|
|
256
399
|
|
|
257
400
|
|
|
258
|
-
import {
|
|
401
|
+
import { StakeEthRequest } from './stakeEthRequest';
|
|
259
402
|
|
|
260
403
|
|
|
261
|
-
import {
|
|
404
|
+
import { StakeEthResponse } from './stakeEthResponse';
|
|
262
405
|
|
|
263
406
|
|
|
264
|
-
import {
|
|
407
|
+
import { StakeEthResponseDestructuredCallDataInner } from './stakeEthResponseDestructuredCallDataInner';
|
|
265
408
|
|
|
266
409
|
|
|
267
|
-
import {
|
|
410
|
+
import { StakingRequest } from './stakingRequest';
|
|
268
411
|
|
|
269
412
|
|
|
270
|
-
import {
|
|
413
|
+
import { StakingRequestStatus } from './stakingRequestStatus';
|
|
271
414
|
|
|
272
415
|
|
|
273
416
|
import { Transaction } from './transaction';
|
|
274
417
|
|
|
275
418
|
|
|
419
|
+
import { TriggerValidatorWithdrawals } from './triggerValidatorWithdrawals';
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
import { UnwrapWstETH } from './unwrapWstETH';
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
import { UpdateLinkedWalletNameRequest } from './updateLinkedWalletNameRequest';
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
import { UpdateMemberRoleRequest } from './updateMemberRoleRequest';
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
import { UpdateOrganizationNameRequest } from './updateOrganizationNameRequest';
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
import { ValidateConsolidationRequestsResponse } from './validateConsolidationRequestsResponse';
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
import { ValidateConsolidationRequestsResponseConsolidationDetailsInner } from './validateConsolidationRequestsResponseConsolidationDetailsInner';
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
import { ValidatorDailyReward } from './validatorDailyReward';
|
|
441
|
+
|
|
442
|
+
|
|
276
443
|
import { ValidatorInfo } from './validatorInfo';
|
|
277
444
|
|
|
278
445
|
|
|
279
446
|
import { ValidatorKeyHolder } from './validatorKeyHolder';
|
|
280
447
|
|
|
281
448
|
|
|
449
|
+
import { ValidatorProvider } from './validatorProvider';
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
import { ValidatorRewardRaw } from './validatorRewardRaw';
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
import { ValidatorRewardsDaily } from './validatorRewardsDaily';
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
import { ValidatorRewardsDailyResponse } from './validatorRewardsDailyResponse';
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
import { ValidatorRewardsRaw } from './validatorRewardsRaw';
|
|
462
|
+
|
|
463
|
+
|
|
282
464
|
import { ValidatorType } from './validatorType';
|
|
283
465
|
|
|
284
466
|
|
|
285
467
|
import { ValidatorWithdrawal } from './validatorWithdrawal';
|
|
286
468
|
|
|
287
469
|
|
|
470
|
+
import { VaultCreationStartResponse } from './vaultCreationStartResponse';
|
|
471
|
+
|
|
472
|
+
|
|
288
473
|
import { Wallet } from './wallet';
|
|
289
474
|
|
|
290
475
|
|
|
@@ -294,9 +479,6 @@ import { WebHookLookupAnswer } from './webHookLookupAnswer';
|
|
|
294
479
|
import { WebhookPayload } from './webhookPayload';
|
|
295
480
|
|
|
296
481
|
|
|
297
|
-
import { WebhookPayloadData } from './webhookPayloadData';
|
|
298
|
-
|
|
299
|
-
|
|
300
482
|
import { WebhookPayloadRFQAvailable } from './webhookPayloadRFQAvailable';
|
|
301
483
|
|
|
302
484
|
|
|
@@ -354,12 +536,18 @@ import { WebhookRegistration } from './webhookRegistration';
|
|
|
354
536
|
import { WebhookRegistrationDetails } from './webhookRegistrationDetails';
|
|
355
537
|
|
|
356
538
|
|
|
539
|
+
import { WithdrawFromVault } from './withdrawFromVault';
|
|
540
|
+
|
|
541
|
+
|
|
357
542
|
import { WithdrawalClaimable } from './withdrawalClaimable';
|
|
358
543
|
|
|
359
544
|
|
|
360
545
|
import { WithdrawalRecipientSettlement } from './withdrawalRecipientSettlement';
|
|
361
546
|
|
|
362
547
|
|
|
548
|
+
import { WrapStETH } from './wrapStETH';
|
|
549
|
+
|
|
550
|
+
|
|
363
551
|
|
|
364
552
|
/* tslint:disable:no-unused-variable */
|
|
365
553
|
let primitives = [
|
|
@@ -373,11 +561,17 @@ let primitives = [
|
|
|
373
561
|
"any"
|
|
374
562
|
];
|
|
375
563
|
let enumsMap: {[index: string]: any} = {
|
|
564
|
+
"AccountEntity.accountType": AccountEntity,
|
|
376
565
|
"ApiKey.roles": ApiKey,
|
|
377
566
|
"GenerateApiKeyRequest.keyRights": GenerateApiKeyRequest,
|
|
567
|
+
"InviteMemberRequest.role": InviteMemberRequest,
|
|
568
|
+
"OrganizationMember.role": OrganizationMember,
|
|
378
569
|
"RFQDocumentFacilitator.status": RFQDocumentFacilitator,
|
|
570
|
+
"UpdateMemberRoleRequest.role": UpdateMemberRoleRequest,
|
|
379
571
|
"ValidatorInfo.asset": ValidatorInfo,
|
|
380
572
|
"ValidatorInfo.status": ValidatorInfo,
|
|
573
|
+
"ValidatorRewardRaw.rewardType": ValidatorRewardRaw,
|
|
574
|
+
"ValidatorRewardsDaily.rewardType": ValidatorRewardsDaily,
|
|
381
575
|
"ValidatorWithdrawal.asset": ValidatorWithdrawal,
|
|
382
576
|
"ValidatorWithdrawal.withdrawalType": ValidatorWithdrawal,
|
|
383
577
|
};
|
|
@@ -386,8 +580,20 @@ let typeMap: {[index: string]: any} = {
|
|
|
386
580
|
"AccountEntity": AccountEntity,
|
|
387
581
|
"AddLinkedWalletRequest": AddLinkedWalletRequest,
|
|
388
582
|
"ApiKey": ApiKey,
|
|
389
|
-
"
|
|
583
|
+
"ApproveStETH": ApproveStETH,
|
|
584
|
+
"ApproveWstETH": ApproveWstETH,
|
|
585
|
+
"BurnShares": BurnShares,
|
|
586
|
+
"BurnStETH": BurnStETH,
|
|
587
|
+
"BurnWstETH": BurnWstETH,
|
|
588
|
+
"CollectERC20FromVault": CollectERC20FromVault,
|
|
589
|
+
"ConsolidateValidators": ConsolidateValidators,
|
|
590
|
+
"ConsolidateValidatorsErrorResponse": ConsolidateValidatorsErrorResponse,
|
|
591
|
+
"ConsolidateValidatorsResponse": ConsolidateValidatorsResponse,
|
|
592
|
+
"CreateLidoStakingContractsRequest": CreateLidoStakingContractsRequest,
|
|
593
|
+
"CreateVaultRequest": CreateVaultRequest,
|
|
594
|
+
"DailyRewardSummaryStats": DailyRewardSummaryStats,
|
|
390
595
|
"ErrorResponse": ErrorResponse,
|
|
596
|
+
"ErrorWithTransactionResponse": ErrorWithTransactionResponse,
|
|
391
597
|
"EscrowPayment": EscrowPayment,
|
|
392
598
|
"EscrowReleased": EscrowReleased,
|
|
393
599
|
"EthereumValidatorKey": EthereumValidatorKey,
|
|
@@ -401,17 +607,33 @@ let typeMap: {[index: string]: any} = {
|
|
|
401
607
|
"ExitEstimateBase": ExitEstimateBase,
|
|
402
608
|
"ExitEstimateSeller": ExitEstimateSeller,
|
|
403
609
|
"ExitProposal": ExitProposal,
|
|
610
|
+
"FundVault": FundVault,
|
|
404
611
|
"GenerateApiKeyRequest": GenerateApiKeyRequest,
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
612
|
+
"GetLazyOracleReportCallData200Response": GetLazyOracleReportCallData200Response,
|
|
613
|
+
"GetLazyOracleReportCallData200ResponseDestructuredCalldata": GetLazyOracleReportCallData200ResponseDestructuredCalldata,
|
|
614
|
+
"GetLazyOracleReportData200Response": GetLazyOracleReportData200Response,
|
|
615
|
+
"GetLazyOracleReportData200ResponseReportData": GetLazyOracleReportData200ResponseReportData,
|
|
616
|
+
"GetLidoTransactions200Response": GetLidoTransactions200Response,
|
|
617
|
+
"GetQuarantineInfo200Response": GetQuarantineInfo200Response,
|
|
618
|
+
"GetStETHPerWstETHRate200Response": GetStETHPerWstETHRate200Response,
|
|
408
619
|
"GetWithdrawalsResponse": GetWithdrawalsResponse,
|
|
620
|
+
"GrantRole": GrantRole,
|
|
409
621
|
"InternalTransaction": InternalTransaction,
|
|
410
|
-
"
|
|
411
|
-
"
|
|
622
|
+
"InviteMemberRequest": InviteMemberRequest,
|
|
623
|
+
"LidoContracts": LidoContracts,
|
|
624
|
+
"LidoContractsDashboard": LidoContractsDashboard,
|
|
625
|
+
"LidoContractsStakingVault": LidoContractsStakingVault,
|
|
626
|
+
"LidoStakingContracts": LidoStakingContracts,
|
|
627
|
+
"LidoStakingContractsWithData": LidoStakingContractsWithData,
|
|
628
|
+
"LidoStakingContractsWithDataVaultData": LidoStakingContractsWithDataVaultData,
|
|
629
|
+
"MintShares": MintShares,
|
|
630
|
+
"MintStETH": MintStETH,
|
|
631
|
+
"MintWstETH": MintWstETH,
|
|
632
|
+
"OrganizationMember": OrganizationMember,
|
|
633
|
+
"OrganizationNameResponse": OrganizationNameResponse,
|
|
634
|
+
"PartialTransaction": PartialTransaction,
|
|
412
635
|
"PresignedExitKey": PresignedExitKey,
|
|
413
636
|
"PresignedExitKeyMessage": PresignedExitKeyMessage,
|
|
414
|
-
"ProvideEscrowHashForRFQDocumentRequest": ProvideEscrowHashForRFQDocumentRequest,
|
|
415
637
|
"Quote": Quote,
|
|
416
638
|
"RFQBidFacilitator": RFQBidFacilitator,
|
|
417
639
|
"RFQBids": RFQBids,
|
|
@@ -425,20 +647,35 @@ let typeMap: {[index: string]: any} = {
|
|
|
425
647
|
"RFQDocumentSellerAllOfValidators": RFQDocumentSellerAllOfValidators,
|
|
426
648
|
"RFQDocumentUpdate": RFQDocumentUpdate,
|
|
427
649
|
"RFQUpdatePayload": RFQUpdatePayload,
|
|
428
|
-
"
|
|
650
|
+
"RebalanceVaultWithEther": RebalanceVaultWithEther,
|
|
651
|
+
"RebalanceVaultWithShares": RebalanceVaultWithShares,
|
|
652
|
+
"RecoverERC20": RecoverERC20,
|
|
653
|
+
"RenameVaultRequest": RenameVaultRequest,
|
|
654
|
+
"RevokeRole": RevokeRole,
|
|
429
655
|
"SettlementSteps": SettlementSteps,
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"SubmittedQuote": SubmittedQuote,
|
|
656
|
+
"StakeEthRequest": StakeEthRequest,
|
|
657
|
+
"StakeEthResponse": StakeEthResponse,
|
|
658
|
+
"StakeEthResponseDestructuredCallDataInner": StakeEthResponseDestructuredCallDataInner,
|
|
659
|
+
"StakingRequest": StakingRequest,
|
|
435
660
|
"Transaction": Transaction,
|
|
661
|
+
"TriggerValidatorWithdrawals": TriggerValidatorWithdrawals,
|
|
662
|
+
"UnwrapWstETH": UnwrapWstETH,
|
|
663
|
+
"UpdateLinkedWalletNameRequest": UpdateLinkedWalletNameRequest,
|
|
664
|
+
"UpdateMemberRoleRequest": UpdateMemberRoleRequest,
|
|
665
|
+
"UpdateOrganizationNameRequest": UpdateOrganizationNameRequest,
|
|
666
|
+
"ValidateConsolidationRequestsResponse": ValidateConsolidationRequestsResponse,
|
|
667
|
+
"ValidateConsolidationRequestsResponseConsolidationDetailsInner": ValidateConsolidationRequestsResponseConsolidationDetailsInner,
|
|
668
|
+
"ValidatorDailyReward": ValidatorDailyReward,
|
|
436
669
|
"ValidatorInfo": ValidatorInfo,
|
|
670
|
+
"ValidatorRewardRaw": ValidatorRewardRaw,
|
|
671
|
+
"ValidatorRewardsDaily": ValidatorRewardsDaily,
|
|
672
|
+
"ValidatorRewardsDailyResponse": ValidatorRewardsDailyResponse,
|
|
673
|
+
"ValidatorRewardsRaw": ValidatorRewardsRaw,
|
|
437
674
|
"ValidatorWithdrawal": ValidatorWithdrawal,
|
|
675
|
+
"VaultCreationStartResponse": VaultCreationStartResponse,
|
|
438
676
|
"Wallet": Wallet,
|
|
439
677
|
"WebHookLookupAnswer": WebHookLookupAnswer,
|
|
440
678
|
"WebhookPayload": WebhookPayload,
|
|
441
|
-
"WebhookPayloadData": WebhookPayloadData,
|
|
442
679
|
"WebhookPayloadRFQAvailable": WebhookPayloadRFQAvailable,
|
|
443
680
|
"WebhookPayloadRFQBidAccepted": WebhookPayloadRFQBidAccepted,
|
|
444
681
|
"WebhookPayloadRFQBidAcceptedDetails": WebhookPayloadRFQBidAcceptedDetails,
|
|
@@ -458,8 +695,10 @@ let typeMap: {[index: string]: any} = {
|
|
|
458
695
|
"WebhookPayloadRFQWithdrawalClaimableDetails": WebhookPayloadRFQWithdrawalClaimableDetails,
|
|
459
696
|
"WebhookRegistration": WebhookRegistration,
|
|
460
697
|
"WebhookRegistrationDetails": WebhookRegistrationDetails,
|
|
698
|
+
"WithdrawFromVault": WithdrawFromVault,
|
|
461
699
|
"WithdrawalClaimable": WithdrawalClaimable,
|
|
462
700
|
"WithdrawalRecipientSettlement": WithdrawalRecipientSettlement,
|
|
701
|
+
"WrapStETH": WrapStETH,
|
|
463
702
|
}
|
|
464
703
|
|
|
465
704
|
export class ObjectSerializer {
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Northstake
|
|
3
|
+
* Northstake api Operation-level extensions used by the API: - x-roleRequired (array of strings): roles required to call the operation. - x-mfaApiScope (array of strings): MFA API scopes required when the user has MFA enrolled. - x-isProSvmFeature (boolean): when true, the operation is restricted to users whose Cosmos user document has is_pro_svm_user set to true.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Represents a member of an organization
|
|
16
|
+
*/
|
|
17
|
+
export class OrganizationMember {
|
|
18
|
+
/**
|
|
19
|
+
* The Auth0 user ID of the member
|
|
20
|
+
*/
|
|
21
|
+
'memberId': string;
|
|
22
|
+
/**
|
|
23
|
+
* The email address of the member
|
|
24
|
+
*/
|
|
25
|
+
'email': string;
|
|
26
|
+
/**
|
|
27
|
+
* The display name of the member
|
|
28
|
+
*/
|
|
29
|
+
'name'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The role of the member within the organization
|
|
32
|
+
*/
|
|
33
|
+
'role': OrganizationMember.roleEnum;
|
|
34
|
+
/**
|
|
35
|
+
* When the member joined the organization
|
|
36
|
+
*/
|
|
37
|
+
'joinedAt'?: Date;
|
|
38
|
+
|
|
39
|
+
static discriminator: string | undefined = undefined;
|
|
40
|
+
|
|
41
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
42
|
+
{
|
|
43
|
+
"name": "memberId",
|
|
44
|
+
"baseName": "memberId",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "email",
|
|
49
|
+
"baseName": "email",
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "name",
|
|
54
|
+
"baseName": "name",
|
|
55
|
+
"type": "string"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "role",
|
|
59
|
+
"baseName": "role",
|
|
60
|
+
"type": "OrganizationMember.roleEnum"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "joinedAt",
|
|
64
|
+
"baseName": "joinedAt",
|
|
65
|
+
"type": "Date"
|
|
66
|
+
} ];
|
|
67
|
+
|
|
68
|
+
static getAttributeTypeMap() {
|
|
69
|
+
return OrganizationMember.attributeTypeMap;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export namespace OrganizationMember {
|
|
74
|
+
/**
|
|
75
|
+
* The role of the member within the organization
|
|
76
|
+
*/
|
|
77
|
+
export type roleEnum =
|
|
78
|
+
'admin' |
|
|
79
|
+
'reader';
|
|
80
|
+
}
|
|
81
|
+
|