@cubist-labs/cubesigner-sdk 0.4.270 → 0.4.273
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/dist/package.json +1 -1
- package/dist/src/audit_log.d.ts +3 -3
- package/dist/src/client/api_client.d.ts +40 -3
- package/dist/src/client/api_client.d.ts.map +1 -1
- package/dist/src/client/api_client.js +63 -5
- package/dist/src/client.d.ts +9 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/client.js +12 -1
- package/dist/src/key.d.ts +11 -1
- package/dist/src/key.d.ts.map +1 -1
- package/dist/src/key.js +13 -1
- package/dist/src/org.d.ts +11 -1
- package/dist/src/org.d.ts.map +1 -1
- package/dist/src/org.js +16 -3
- package/dist/src/role.d.ts +7 -1
- package/dist/src/role.d.ts.map +1 -1
- package/dist/src/role.js +5 -1
- package/dist/src/schema.d.ts +410 -45
- package/dist/src/schema.d.ts.map +1 -1
- package/dist/src/schema.js +1 -1
- package/dist/src/schema_types.d.ts +4 -0
- package/dist/src/schema_types.d.ts.map +1 -1
- package/dist/src/schema_types.js +5 -1
- package/dist/src/scopes.d.ts.map +1 -1
- package/dist/src/scopes.js +6 -2
- package/package.json +1 -1
- package/src/client/api_client.ts +88 -6
- package/src/client.ts +14 -0
- package/src/key.ts +18 -0
- package/src/org.ts +16 -2
- package/src/role.ts +11 -1
- package/src/schema.ts +422 -38
- package/src/schema_types.ts +8 -0
- package/src/scopes.ts +5 -1
package/dist/src/schema.d.ts
CHANGED
|
@@ -435,6 +435,17 @@ export interface paths {
|
|
|
435
435
|
*/
|
|
436
436
|
post: operations["eip712Sign"];
|
|
437
437
|
};
|
|
438
|
+
"/v0/org/{org_id}/evm/eip7702/sign/{pubkey}": {
|
|
439
|
+
/**
|
|
440
|
+
* Sign an EIP-7702 Authorization
|
|
441
|
+
* @description Sign an EIP-7702 Authorization
|
|
442
|
+
*
|
|
443
|
+
* Signs an EIP-7702 authorization tuple `(chain_id, address, nonce)` with a given
|
|
444
|
+
* Secp256k1 key. The resulting 65-byte signature (`r || s || y_parity`) can be used to
|
|
445
|
+
* assemble a `SignedAuthorization` for an EIP-7702 set-code transaction.
|
|
446
|
+
*/
|
|
447
|
+
post: operations["eip7702Sign"];
|
|
448
|
+
};
|
|
438
449
|
"/v0/org/{org_id}/export/{key_id}": {
|
|
439
450
|
/**
|
|
440
451
|
* Get an Org-Export Ciphertext
|
|
@@ -736,6 +747,9 @@ export interface paths {
|
|
|
736
747
|
* Retrieves and returns all pending MFA requests that are accessible to the current session,
|
|
737
748
|
* i.e., those created by the current session identity plus those in which the current user
|
|
738
749
|
* is listed as an approver
|
|
750
|
+
*
|
|
751
|
+
* NOTE that if pagination is used and a page limit is set, the returned result
|
|
752
|
+
* set may contain either FEWER or MORE elements than the requested page limit.
|
|
739
753
|
*/
|
|
740
754
|
get: operations["mfaList"];
|
|
741
755
|
};
|
|
@@ -2834,7 +2848,7 @@ export interface components {
|
|
|
2834
2848
|
/** @enum {string} */
|
|
2835
2849
|
BadGatewayErrorCode: "Generic" | "CustomChainRpcError" | "EsploraApiError" | "SentryApiError" | "CallWebhookError" | "OAuthProviderError" | "OidcDisoveryFailed" | "OidcIssuerJwkEndpointUnavailable" | "SmtpServerUnavailable";
|
|
2836
2850
|
/** @enum {string} */
|
|
2837
|
-
BadRequestErrorCode: "GenericBadRequest" | "DisallowedAllowRuleReference" | "InvalidPaginationToken" | "InvalidEmail" | "InvalidEmailTemplate" | "QueryMetricsError" | "InvalidTelegramData" | "ValidationError" | "WebhookPolicyTimeoutOutOfBounds" | "WebhookPolicyDisallowedUrlScheme" | "WebhookPolicyDisallowedUrlHost" | "WebhookPolicyDisallowedHeaders" | "ReservedName" | "UserEmailNotConfigured" | "EmailPasswordNotFound" | "PasswordAuthNotAllowedByInvitation" | "OneTimeCodeExpired" | "InvalidBody" | "InvalidJwt" | "InvitationNoLongerValid" | "TokenRequestError" | "InvalidMfaReceipt" | "InvalidMfaPolicyCount" | "InvalidMfaPolicyNumAuthFactors" | "InvalidMfaPolicyNumAllowedApprovers" | "InvalidMfaPolicyGracePeriodTooLong" | "InvalidBabylonStakingPolicyParams" | "InvalidSuiTxReceiversEmptyAllowlist" | "InvalidBtcTxReceiversEmptyAllowlist" | "InvalidRequireRoleSessionAllowlist" | "InvalidCreateKeyCount" | "InvalidDiffieHellmanCount" | "OrgInviteExistingUser" | "OrgUserAlreadyExists" | "OrgNameTaken" | "KwkNotFoundInRegion" | "OrgIsNotOrgExport" | "RoleNameTaken" | "PolicyNameTaken" | "NameTaken" | "ContactNameInvalid" | "ContactAddressesInvalid" | "ContactLabelInvalid" | "ContactModified" | "PolicyNotFound" | "PolicyVersionNotFound" | "PolicyRuleDisallowedByType" | "PolicyTypeDisallowed" | "PolicyDuplicateError" | "PolicyStillAttached" | "PolicyModified" | "PolicyNotAttached" | "AddKeyToRoleCountTooHigh" | "InvalidKeyId" | "InvalidTimeLockAlreadyInThePast" | "InvalidRestrictedScopes" | "InvalidUpdate" | "InvalidMetadataLength" | "InvalidLength" | "InvalidKeyMaterialId" | "KeyNotFound" | "SiweChallengeNotFound" | "SiweInvalidRequest" | "SiwsChallengeNotFound" | "SiwsInvalidRequest" | "UserExportDerivedKey" | "UserExportPublicKeyInvalid" | "NistP256PublicKeyInvalid" | "UnableToAccessSmtpRelay" | "UserExportInProgress" | "RoleNotFound" | "InvalidRoleNameOrId" | "InvalidMfaReceiptOrgIdMissing" | "InvalidMfaReceiptInvalidOrgId" | "MfaRequestNotFound" | "InvalidKeyType" | "InvalidPropertiesForKeyType" | "MismatchedKeyPropertiesPatch" | "MissingBinanceApiKey" | "MissingBybitApiKey" | "MissingCoinbaseApiKey" | "BinanceKeyMasterMismatch" | "BybitAccountMismatch" | "InvalidKeyMaterial" | "InvalidHexValue" | "InvalidBase32Value" | "InvalidBase58Value" | "InvalidBase64Value" | "InvalidSs58Value" | "InvalidForkVersionLength" | "InvalidEthAddress" | "InvalidStellarAddress" | "InvalidOrgNameOrId" | "InvalidUpdateOrgRequestDisallowedMfaType" | "InvalidUpdateOrgRequestEmptyAllowedMfaTypes" | "EmailOtpDelayTooShortForRegisterMfa" | "InvalidStakeDeposit" | "InvalidBlobSignRequest" | "InvalidDiffieHellmanRequest" | "InvalidSolanaSignRequest" | "InvalidEip712SignRequest" | "OnlySpecifyOne" | "IncompatibleParams" | "NoOidcDataInProof" | "InvalidEvmSignRequest" | "InvalidEth2SignRequest" | "InvalidDeriveKeyRequest" | "InvalidStakingAmount" | "CustomStakingAmountNotAllowedForWrapperContract" | "InvalidUnstakeRequest" | "InvalidCreateUserRequest" | "UserAlreadyExists" | "IdpUserAlreadyExists" | "CognitoUserAlreadyOrgMember" | "UserNotFound" | "UserWithEmailNotFound" | "PolicyKeyMismatch" | "EmptyScopes" | "InvalidScopesForRoleSession" | "InvalidLifetime" | "NoSingleKeyForUser" | "InvalidOrgPolicyRule" | "SourceIpAllowlistEmpty" | "LimitWindowTooLong" | "Erc20ContractDisallowed" | "EmptyRuleError" | "PolicyFieldValidationError" | "OptionalListEmpty" | "MultipleExclusiveFieldsProvided" | "DuplicateFieldEntry" | "InvalidRange" | "InvalidOrgPolicyRepeatedRule" | "InvalidSuiTransaction" | "SuiSenderMismatch" | "AvaSignHashError" | "AvaSignError" | "BtcSegwitHashError" | "BtcTaprootHashError" | "BtcSignError" | "TaprootSignError" | "Eip712SignError" | "InvalidMemberRoleInUserAdd" | "InvalidMemberRoleInRecipientAdd" | "ThirdPartyUserAlreadyExists" | "OidcIdentityAlreadyExists" | "UserAlreadyHasIdentity" | "ThirdPartyUserNotFound" | "DeleteOidcUserError" | "DeleteUserError" | "SessionRoleMismatch" | "InvalidOidcToken" | "InvalidOidcIdentity" | "OidcIssuerUnsupported" | "OidcIssuerNotAllowed" | "OidcIssuerNoApplicableJwk" | "FidoKeyAlreadyRegistered" | "FidoKeySignCountTooLow" | "FidoVerificationFailed" | "FidoChallengeMfaMismatch" | "UnsupportedLegacyCognitoSession" | "InvalidIdentityProof" | "PaginationDataExpired" | "ExistingKeysViolateExclusiveKeyAccess" | "ExportDelayTooShort" | "ExportWindowTooLong" | "InvalidTotpFailureLimit" | "InvalidEip191SignRequest" | "CannotResendUserInvitation" | "InvalidNotificationEndpointCount" | "CannotDeletePendingSubscription" | "InvalidNotificationUrlProtocol" | "EmptyOneOfOrgEventFilter" | "EmptyAllExceptOrgEventFilter" | "InvalidTapNodeHash" | "InvalidOneTimeCode" | "MessageNotFound" | "MessageAlreadySigned" | "MessageRejected" | "MessageReplaced" | "InvalidMessageType" | "EmptyAddress" | "InvalidEth2SigningPolicySlotRange" | "InvalidEth2SigningPolicyEpochRange" | "InvalidEth2SigningPolicyTimestampRange" | "InvalidEth2SigningPolicyOverlappingRule" | "RpcUrlMissing" | "MmiChainIdMissing" | "EthersInvalidRpcUrl" | "EthersGetTransactionCountError" | "InvalidPassword" | "BabylonStakingFeePlusDustOverflow" | "BabylonStaking" | "BabylonStakingIncorrectKey" | "BabylonStakingSegwitNonDeposit" | "BabylonStakingRegistrationRequiresTaproot" | "PsbtSigning" | "TooManyResets" | "TooManyRequests" | "TooManyFailedLogins" | "BadBtcMessageSignP2shFlag" | "InvalidTendermintRequest" | "PolicyVersionMaxReached" | "PolicyVersionInvalid" | "PolicySecretLimitReached" | "PolicySecretTooLarge" | "InvalidImportKey" | "AlienOwnerInvalid" | "EmptyUpdateRequest" | "InvalidPolicyReference" | "PolicyEngineDisabled" | "InvalidWasmPolicy" | "CelProgramTooLarge" | "InvalidPolicy" | "RedundantDerivationPath" | "ImportKeyMissing" | "InvalidAbiMethods" | "BabylonCovSign" | "InvalidPolicyLogsRequest" | "UserProfileMigrationMultipleEntries" | "UserProfileMigrationTooManyItems" | "InputTooShort" | "InvalidTweakLength" | "InvalidCustomChains" | "InvalidRpcRequest";
|
|
2851
|
+
BadRequestErrorCode: "GenericBadRequest" | "DisallowedAllowRuleReference" | "InvalidPaginationToken" | "InvalidEmail" | "InvalidEmailTemplate" | "QueryMetricsError" | "InvalidTelegramData" | "ValidationError" | "WebhookPolicyTimeoutOutOfBounds" | "WebhookPolicyDisallowedUrlScheme" | "WebhookPolicyDisallowedUrlHost" | "WebhookPolicyDisallowedHeaders" | "ReservedName" | "UserEmailNotConfigured" | "EmailPasswordNotFound" | "PasswordAuthNotAllowedByInvitation" | "OneTimeCodeExpired" | "InvalidBody" | "InvalidJwt" | "InvitationNoLongerValid" | "TokenRequestError" | "InvalidMfaReceipt" | "InvalidMfaPolicyCount" | "InvalidMfaPolicyNumAuthFactors" | "InvalidMfaPolicyNumAllowedApprovers" | "InvalidMfaPolicyGracePeriodTooLong" | "InvalidBabylonStakingPolicyParams" | "InvalidSuiTxReceiversEmptyAllowlist" | "InvalidBtcTxReceiversEmptyAllowlist" | "InvalidRequireRoleSessionAllowlist" | "InvalidCreateKeyCount" | "InvalidDiffieHellmanCount" | "OrgInviteExistingUser" | "OrgUserAlreadyExists" | "OrgNameTaken" | "KwkNotFoundInRegion" | "OrgIsNotOrgExport" | "RoleNameTaken" | "PolicyNameTaken" | "NameTaken" | "ContactNameInvalid" | "ContactAddressesInvalid" | "ContactLabelInvalid" | "ContactModified" | "PolicyNotFound" | "PolicyVersionNotFound" | "PolicyRuleDisallowedByType" | "PolicyTypeDisallowed" | "PolicyDuplicateError" | "PolicyStillAttached" | "PolicyModified" | "PolicyNotAttached" | "AddKeyToRoleCountTooHigh" | "InvalidKeyId" | "InvalidTimeLockAlreadyInThePast" | "InvalidRestrictedScopes" | "InvalidUpdate" | "InvalidMetadataLength" | "InvalidLength" | "InvalidKeyMaterialId" | "KeyNotFound" | "SiweChallengeNotFound" | "SiweInvalidRequest" | "SiwsChallengeNotFound" | "SiwsInvalidRequest" | "UserExportDerivedKey" | "UserExportPublicKeyInvalid" | "NistP256PublicKeyInvalid" | "UnableToAccessSmtpRelay" | "UserExportInProgress" | "RoleNotFound" | "InvalidRoleNameOrId" | "InvalidMfaReceiptOrgIdMissing" | "InvalidMfaReceiptInvalidOrgId" | "MfaRequestNotFound" | "InvalidKeyType" | "InvalidPropertiesForKeyType" | "MismatchedKeyPropertiesPatch" | "MissingBinanceApiKey" | "MissingBybitApiKey" | "MissingCoinbaseApiKey" | "BinanceKeyMasterMismatch" | "BybitAccountMismatch" | "InvalidKeyMaterial" | "InvalidHexValue" | "InvalidBase32Value" | "InvalidBase58Value" | "InvalidBase64Value" | "InvalidSs58Value" | "InvalidForkVersionLength" | "InvalidEthAddress" | "InvalidStellarAddress" | "InvalidOrgNameOrId" | "InvalidUpdateOrgRequestDisallowedMfaType" | "InvalidUpdateOrgRequestEmptyAllowedMfaTypes" | "EmailOtpDelayTooShortForRegisterMfa" | "InvalidStakeDeposit" | "InvalidBlobSignRequest" | "InvalidDiffieHellmanRequest" | "InvalidSolanaSignRequest" | "InvalidEip712SignRequest" | "InvalidEip7702SignRequest" | "OnlySpecifyOne" | "IncompatibleParams" | "NoOidcDataInProof" | "InvalidEvmSignRequest" | "InvalidEth2SignRequest" | "InvalidDeriveKeyRequest" | "InvalidStakingAmount" | "CustomStakingAmountNotAllowedForWrapperContract" | "InvalidUnstakeRequest" | "InvalidCreateUserRequest" | "UserAlreadyExists" | "IdpUserAlreadyExists" | "CognitoUserAlreadyOrgMember" | "UserNotFound" | "UserWithEmailNotFound" | "PolicyKeyMismatch" | "EmptyScopes" | "InvalidScopesForRoleSession" | "InvalidLifetime" | "NoSingleKeyForUser" | "InvalidOrgPolicyRule" | "SourceIpAllowlistEmpty" | "LimitWindowTooLong" | "Erc20ContractDisallowed" | "EmptyRuleError" | "PolicyFieldValidationError" | "OptionalListEmpty" | "MultipleExclusiveFieldsProvided" | "DuplicateFieldEntry" | "InvalidRange" | "InvalidOrgPolicyRepeatedRule" | "InvalidSuiTransaction" | "SuiSenderMismatch" | "AvaSignHashError" | "AvaSignError" | "BtcSegwitHashError" | "BtcTaprootHashError" | "BtcSignError" | "TaprootSignError" | "Eip712SignError" | "InvalidMemberRoleInUserAdd" | "InvalidMemberRoleInRecipientAdd" | "ThirdPartyUserAlreadyExists" | "OidcIdentityAlreadyExists" | "UserAlreadyHasIdentity" | "ThirdPartyUserNotFound" | "DeleteOidcUserError" | "DeleteUserError" | "SessionRoleMismatch" | "InvalidOidcToken" | "InvalidOidcIdentity" | "OidcIssuerUnsupported" | "OidcIssuerNotAllowed" | "OidcIssuerNoApplicableJwk" | "FidoKeyAlreadyRegistered" | "FidoKeySignCountTooLow" | "FidoVerificationFailed" | "FidoChallengeMfaMismatch" | "UnsupportedLegacyCognitoSession" | "InvalidIdentityProof" | "PaginationDataExpired" | "ExistingKeysViolateExclusiveKeyAccess" | "ExportDelayTooShort" | "ExportWindowTooLong" | "InvalidTotpFailureLimit" | "InvalidEip191SignRequest" | "CannotResendUserInvitation" | "InvalidNotificationEndpointCount" | "CannotDeletePendingSubscription" | "InvalidNotificationUrlProtocol" | "EmptyOneOfOrgEventFilter" | "EmptyAllExceptOrgEventFilter" | "InvalidTapNodeHash" | "InvalidOneTimeCode" | "MessageNotFound" | "MessageAlreadySigned" | "MessageRejected" | "MessageReplaced" | "InvalidMessageType" | "EmptyAddress" | "InvalidEth2SigningPolicySlotRange" | "InvalidEth2SigningPolicyEpochRange" | "InvalidEth2SigningPolicyTimestampRange" | "InvalidEth2SigningPolicyOverlappingRule" | "RpcUrlMissing" | "MmiChainIdMissing" | "EthersInvalidRpcUrl" | "EthersGetTransactionCountError" | "InvalidPassword" | "BabylonStakingFeePlusDustOverflow" | "BabylonStaking" | "BabylonStakingIncorrectKey" | "BabylonStakingSegwitNonDeposit" | "BabylonStakingRegistrationRequiresTaproot" | "PsbtSigning" | "TooManyResets" | "TooManyRequests" | "TooManyFailedLogins" | "BadBtcMessageSignP2shFlag" | "InvalidTendermintRequest" | "PolicyVersionMaxReached" | "PolicyVersionInvalid" | "PolicySecretLimitReached" | "PolicySecretTooLarge" | "InvalidImportKey" | "AlienOwnerInvalid" | "EmptyUpdateRequest" | "InvalidPolicyReference" | "PolicyEngineDisabled" | "InvalidWasmPolicy" | "CelProgramTooLarge" | "InvalidPolicy" | "RedundantDerivationPath" | "ImportKeyMissing" | "InvalidAbiMethods" | "BabylonCovSign" | "InvalidPolicyLogsRequest" | "UserProfileMigrationMultipleEntries" | "UserProfileMigrationTooManyItems" | "InputTooShort" | "InvalidTweakLength" | "InvalidCustomChains" | "InvalidRpcRequest";
|
|
2838
2852
|
BillingArgs: {
|
|
2839
2853
|
billing_org: components["schemas"]["Id"];
|
|
2840
2854
|
event_type: components["schemas"]["BillingEvent"];
|
|
@@ -2851,7 +2865,7 @@ export interface components {
|
|
|
2851
2865
|
* @description Billing event types.
|
|
2852
2866
|
* @enum {string}
|
|
2853
2867
|
*/
|
|
2854
|
-
BillingEvent: "Mmi" | "MmiMessageGet" | "MmiMessageList" | "MmiMessageSign" | "MmiMessageReject" | "MmiMessageDelete" | "AboutMe" | "UserResetEmailInit" | "UserResetEmailComplete" | "UserDeleteTotp" | "UserResetTotpInit" | "UserResetTotpComplete" | "UserVerifyTotp" | "UserRegisterFidoInit" | "UserRegisterFidoComplete" | "UserDeleteFido" | "CreateProofOidc" | "CreateProofCubeSigner" | "VerifyProof" | "AddOidcIdentity" | "RemoveOidcIdentity" | "ListOidcIdentities" | "GetOrg" | "UpdateOrg" | "GetOrgExport" | "CreateOrg" | "ListKeys" | "AttestKey" | "GetKey" | "GetKeyByMaterialId" | "ListKeyRoles" | "UpdateKey" | "ListHistoricalKeyTx" | "Invite" | "CancelInvitation" | "ListInvitations" | "ListUsers" | "GetUser" | "GetUserByEmail" | "GetUserByOidc" | "UpdateMembership" | "ResetMemberMfa" | "CompleteResetMemberMfa" | "CreateRole" | "AttestRole" | "GetRole" | "ListTokenKeys" | "ListRoles" | "GetRoleKey" | "ListRoleKeys" | "ListRoleUsers" | "UpdateRole" | "DeleteRole" | "ConfigureEmail" | "GetEmailConfig" | "DeleteEmailConfig" | "ListHistoricalRoleTx" | "CreatePolicy" | "GetPolicy" | "ListPolicies" | "DeletePolicy" | "UpdatePolicy" | "InvokePolicy" | "GetPolicyLogs" | "UploadWasmPolicy" | "GetPolicySecrets" | "UpdatePolicySecrets" | "SetPolicySecret" | "DeletePolicySecret" | "CreatePolicyImportKey" | "GetPolicyBucket" | "ListPolicyBuckets" | "UpdatePolicyBucket" | "UserExportDelete" | "UserExportList" | "UserExportInit" | "UserExportComplete" | "AddUserToRole" | "RemoveUserFromRole" | "MfaApproveCs" | "MfaRejectCs" | "MfaGet" | "MfaList" | "AddKeysToRole" | "RemoveKeyFromRole" | "CreateToken" | "CreateSession" | "RevokeSession" | "RevokeCurrentSession" | "RevokeSessions" | "ListSessions" | "GetSession" | "SignerSessionRefresh" | "MfaApproveTotp" | "MfaRejectTotp" | "MfaFidoInit" | "MfaApproveFidoComplete" | "MfaRejectFidoComplete" | "MfaEmailInit" | "MfaEmailComplete" | "Cube3signerHeartbeat" | "CreateContact" | "GetContact" | "ListContacts" | "DeleteContact" | "UpdateContact" | "LookupContactsByAddress" | "QueryMetrics" | "QueryAuditLog" | "Counts" | "CreateKey" | "ImportKey" | "CreateKeyImportKey" | "DeriveKey" | "DeleteKey" | "AvaSign" | "AvaSerializedTxSign" | "BabylonRegistration" | "BabylonStaking" | "BabylonCovSign" | "BinanceSign" | "BybitSign" | "CoinbaseSign" | "BlobSign" | "BtcMessageSign" | "BtcSign" | "DiffieHellmanExchange" | "PsbtSign" | "PsbtLegacyInputSign" | "PsbtSegwitInputSign" | "PsbtTaprootInputSign" | "TaprootSign" | "Eip712Sign" | "Eip191Sign" | "Eth1Sign" | "Eth2Sign" | "SolanaSign" | "SuiSign" | "TendermintSign" | "Stake" | "Unstake" | "PasskeyAuthInit" | "PasskeyAuthComplete" | "OidcAuth" | "Oauth2Twitter" | "OAuth2TokenRefresh" | "EmailOtpAuth" | "SiweInit" | "SiweComplete" | "SiwsInit" | "SiwsComplete" | "TelegramAuth" | "CreateOidcUser" | "DeleteOidcUser" | "DeleteUser" | "CreateEotsNonces" | "EotsSign" | "AuthMigrationIdentityAdd" | "AuthMigrationIdentityRemove" | "AuthMigrationUserUpdate" | "KeyCreated" | "KeyImported" | "InvitationAccept" | "IdpAuthenticate" | "IdpPasswordResetRequest" | "IdpPasswordResetConfirm" | "RpcApi" | "RpcCreateTransaction" | "RpcGetTransaction" | "RpcListTransactions" | "RpcBtcListUtxos" | "RpcRetryTransaction" | "RpcCancelTransaction" | "RpcBinance" | "RpcBybit" | "RpcCoinbase" | "CustomChainRpcCall" | "EsploraApiCall" | "SentryApiCall" | "SentryApiCallPublic" | "MmiJwkSet" | "AttestationJwkSet" | "UserOrgs" | "PublicOrgInfo" | "EmailMyOrgs";
|
|
2868
|
+
BillingEvent: "Mmi" | "MmiMessageGet" | "MmiMessageList" | "MmiMessageSign" | "MmiMessageReject" | "MmiMessageDelete" | "AboutMe" | "UserResetEmailInit" | "UserResetEmailComplete" | "UserDeleteTotp" | "UserResetTotpInit" | "UserResetTotpComplete" | "UserVerifyTotp" | "UserRegisterFidoInit" | "UserRegisterFidoComplete" | "UserDeleteFido" | "CreateProofOidc" | "CreateProofCubeSigner" | "VerifyProof" | "AddOidcIdentity" | "RemoveOidcIdentity" | "ListOidcIdentities" | "GetOrg" | "UpdateOrg" | "GetOrgExport" | "CreateOrg" | "ListKeys" | "AttestKey" | "GetKey" | "GetKeyByMaterialId" | "ListKeyRoles" | "UpdateKey" | "ListHistoricalKeyTx" | "Invite" | "CancelInvitation" | "ListInvitations" | "ListUsers" | "GetUser" | "GetUserByEmail" | "GetUserByOidc" | "UpdateMembership" | "ResetMemberMfa" | "CompleteResetMemberMfa" | "CreateRole" | "AttestRole" | "GetRole" | "ListTokenKeys" | "ListRoles" | "GetRoleKey" | "ListRoleKeys" | "ListRoleUsers" | "UpdateRole" | "DeleteRole" | "ConfigureEmail" | "GetEmailConfig" | "DeleteEmailConfig" | "ListHistoricalRoleTx" | "CreatePolicy" | "GetPolicy" | "ListPolicies" | "DeletePolicy" | "UpdatePolicy" | "InvokePolicy" | "GetPolicyLogs" | "UploadWasmPolicy" | "GetPolicySecrets" | "UpdatePolicySecrets" | "SetPolicySecret" | "DeletePolicySecret" | "CreatePolicyImportKey" | "GetPolicyBucket" | "ListPolicyBuckets" | "UpdatePolicyBucket" | "UserExportDelete" | "UserExportList" | "UserExportInit" | "UserExportComplete" | "AddUserToRole" | "RemoveUserFromRole" | "MfaApproveCs" | "MfaRejectCs" | "MfaGet" | "MfaList" | "AddKeysToRole" | "RemoveKeyFromRole" | "CreateToken" | "CreateSession" | "RevokeSession" | "RevokeCurrentSession" | "RevokeSessions" | "ListSessions" | "GetSession" | "SignerSessionRefresh" | "MfaApproveTotp" | "MfaRejectTotp" | "MfaFidoInit" | "MfaApproveFidoComplete" | "MfaRejectFidoComplete" | "MfaEmailInit" | "MfaEmailComplete" | "Cube3signerHeartbeat" | "CreateContact" | "GetContact" | "ListContacts" | "DeleteContact" | "UpdateContact" | "LookupContactsByAddress" | "QueryMetrics" | "QueryAuditLog" | "Counts" | "CreateKey" | "ImportKey" | "CreateKeyImportKey" | "DeriveKey" | "DeleteKey" | "AvaSign" | "AvaSerializedTxSign" | "BabylonRegistration" | "BabylonStaking" | "BabylonCovSign" | "BinanceSign" | "BybitSign" | "CoinbaseSign" | "BlobSign" | "BtcMessageSign" | "BtcSign" | "DiffieHellmanExchange" | "PsbtSign" | "PsbtLegacyInputSign" | "PsbtSegwitInputSign" | "PsbtTaprootInputSign" | "TaprootSign" | "Eip712Sign" | "Eip191Sign" | "Eip7702Sign" | "Eth1Sign" | "Eth2Sign" | "SolanaSign" | "SuiSign" | "TendermintSign" | "Stake" | "Unstake" | "PasskeyAuthInit" | "PasskeyAuthComplete" | "OidcAuth" | "Oauth2Twitter" | "OAuth2TokenRefresh" | "EmailOtpAuth" | "SiweInit" | "SiweComplete" | "SiwsInit" | "SiwsComplete" | "TelegramAuth" | "CreateOidcUser" | "DeleteOidcUser" | "DeleteUser" | "CreateEotsNonces" | "EotsSign" | "AuthMigrationIdentityAdd" | "AuthMigrationIdentityRemove" | "AuthMigrationUserUpdate" | "KeyCreated" | "KeyImported" | "InvitationAccept" | "IdpAuthenticate" | "IdpPasswordResetRequest" | "IdpPasswordResetConfirm" | "RpcApi" | "RpcCreateTransaction" | "RpcGetTransaction" | "RpcListTransactions" | "RpcBtcListUtxos" | "RpcRetryTransaction" | "RpcCancelTransaction" | "RpcBinance" | "RpcBybit" | "RpcCoinbase" | "CustomChainRpcCall" | "EsploraApiCall" | "SentryApiCall" | "SentryApiCallPublic" | "MmiJwkSet" | "AttestationJwkSet" | "UserOrgs" | "PublicOrgInfo" | "EmailMyOrgs";
|
|
2855
2869
|
/** @description Parameters envelope for all Binance RPC methods. */
|
|
2856
2870
|
BinanceAccountInfoParams: components["schemas"]["AccountInfoRequest"] & {
|
|
2857
2871
|
dryRun?: components["schemas"]["BinanceDryRunMode"] | null;
|
|
@@ -3456,6 +3470,41 @@ export interface components {
|
|
|
3456
3470
|
/** @description Total wallet balance for `coin`, as a decimal string. */
|
|
3457
3471
|
walletBalance: string;
|
|
3458
3472
|
};
|
|
3473
|
+
/** @description One entry in [`BybitCoinInfoEntry::chains`]. */
|
|
3474
|
+
BybitCoinInfoChain: {
|
|
3475
|
+
/** @description Short chain code (e.g. `ETH`, `TRX`). */
|
|
3476
|
+
chain: string;
|
|
3477
|
+
/** @description Whether deposits are enabled on this chain: `"0"` off, `"1"` on. */
|
|
3478
|
+
chainDeposit?: string | null;
|
|
3479
|
+
/** @description Human-readable chain name (e.g. `ERC20`). */
|
|
3480
|
+
chainType?: string | null;
|
|
3481
|
+
/** @description Whether withdrawals are enabled on this chain: `"0"` off, `"1"` on. */
|
|
3482
|
+
chainWithdraw?: string | null;
|
|
3483
|
+
/** @description Number of confirmations required for a deposit to be credited. */
|
|
3484
|
+
confirmation?: string | null;
|
|
3485
|
+
/** @description Minimum deposit amount, as a decimal string. */
|
|
3486
|
+
depositMin?: string | null;
|
|
3487
|
+
/** @description Withdrawal fee on this chain, as a decimal string. If empty string, this coin does not support withdrawal. */
|
|
3488
|
+
withdrawFee?: string | null;
|
|
3489
|
+
/** @description Minimum withdrawal amount, as a decimal string. */
|
|
3490
|
+
withdrawMin?: string | null;
|
|
3491
|
+
[key: string]: unknown;
|
|
3492
|
+
};
|
|
3493
|
+
/** @description One entry in [`BybitCoinInfoResponse::rows`]. */
|
|
3494
|
+
BybitCoinInfoEntry: {
|
|
3495
|
+
/** @description Per-chain configuration for this coin. */
|
|
3496
|
+
chains?: components["schemas"]["BybitCoinInfoChain"][];
|
|
3497
|
+
/** @description Coin symbol, uppercase (e.g. `USDT`). */
|
|
3498
|
+
coin: string;
|
|
3499
|
+
/** @description Full coin name (e.g. `Tether`). */
|
|
3500
|
+
name?: string | null;
|
|
3501
|
+
[key: string]: unknown;
|
|
3502
|
+
};
|
|
3503
|
+
/** @description Response of `GET /v5/asset/coin/query-info`. */
|
|
3504
|
+
BybitCoinInfoResponse: {
|
|
3505
|
+
/** @description Per-coin info entries. */
|
|
3506
|
+
rows: components["schemas"]["BybitCoinInfoEntry"][];
|
|
3507
|
+
};
|
|
3459
3508
|
/** @description One entry in [`BybitQueryDepositAddressResponse::chains`]. */
|
|
3460
3509
|
BybitDepositChain: {
|
|
3461
3510
|
/** @description Deposit address on this chain. */
|
|
@@ -3477,6 +3526,93 @@ export interface components {
|
|
|
3477
3526
|
*/
|
|
3478
3527
|
tagDeposit?: string | null;
|
|
3479
3528
|
};
|
|
3529
|
+
/** @description One entry in [`BybitDepositHistoryResponse::rows`]. */
|
|
3530
|
+
BybitDepositEntry: {
|
|
3531
|
+
/** @description Deposit amount as a decimal string. */
|
|
3532
|
+
amount: string;
|
|
3533
|
+
/** @description Short chain code (e.g. `ETH`, `TRX`). */
|
|
3534
|
+
chain: string;
|
|
3535
|
+
/** @description Coin symbol, uppercase (e.g. `USDT`). */
|
|
3536
|
+
coin: string;
|
|
3537
|
+
/** @description Number of confirmations received so far. */
|
|
3538
|
+
confirmations?: string | null;
|
|
3539
|
+
/** @description Deposit fee charged, as a decimal string. */
|
|
3540
|
+
depositFee?: string | null;
|
|
3541
|
+
/**
|
|
3542
|
+
* Format: int32
|
|
3543
|
+
* @description Deposit state (e.g. `3` = deposit success). See the Bybit docs.
|
|
3544
|
+
*/
|
|
3545
|
+
status?: number | null;
|
|
3546
|
+
/** @description Timestamp the deposit succeeded, in milliseconds since epoch (as a string). */
|
|
3547
|
+
successAt?: string | null;
|
|
3548
|
+
/** @description Memo / tag for chains that use one (e.g. XRP, EOS). */
|
|
3549
|
+
tag?: string | null;
|
|
3550
|
+
/** @description Destination deposit address. */
|
|
3551
|
+
toAddress?: string | null;
|
|
3552
|
+
/** @description On-chain transaction hash. */
|
|
3553
|
+
txID?: string | null;
|
|
3554
|
+
[key: string]: unknown;
|
|
3555
|
+
};
|
|
3556
|
+
/**
|
|
3557
|
+
* @description Parameters envelope for all Bybit RPC variants whose payload schema is
|
|
3558
|
+
* derived from a `*Request` struct. (`BybitQueryUserParams` and
|
|
3559
|
+
* `BybitQuerySubMembersParams` have no per-variant payload and are defined
|
|
3560
|
+
* directly below.)
|
|
3561
|
+
*/
|
|
3562
|
+
BybitDepositHistoryParams: components["schemas"]["BybitDepositHistoryRequest"] & {
|
|
3563
|
+
dryRun?: components["schemas"]["BybitDryRunMode"] | null;
|
|
3564
|
+
keyId: components["schemas"]["Id"];
|
|
3565
|
+
/**
|
|
3566
|
+
* Format: int32
|
|
3567
|
+
* @description Optional "receive window", i.e., for how long the request stays valid.
|
|
3568
|
+
* Specified in milliseconds. If omitted, defaults to 10000.
|
|
3569
|
+
*/
|
|
3570
|
+
recvWindow?: number | null;
|
|
3571
|
+
};
|
|
3572
|
+
/**
|
|
3573
|
+
* @description Parameters for `GET /v5/asset/deposit/query-record`.
|
|
3574
|
+
*
|
|
3575
|
+
* By default, queries records from the last 30 days; otherwise, `endTime` - `startTime` must be less than 30 days.
|
|
3576
|
+
*/
|
|
3577
|
+
BybitDepositHistoryRequest: {
|
|
3578
|
+
/** @description Filter by coin symbol (uppercase). */
|
|
3579
|
+
coin?: string | null;
|
|
3580
|
+
/** @description Pagination cursor (the `nextPageCursor` from a prior response). */
|
|
3581
|
+
cursor?: string | null;
|
|
3582
|
+
/**
|
|
3583
|
+
* Format: int64
|
|
3584
|
+
* @description End timestamp (ms since epoch).
|
|
3585
|
+
*/
|
|
3586
|
+
endTime?: number | null;
|
|
3587
|
+
/** @description Filter by Bybit-internal deposit id. */
|
|
3588
|
+
id?: string | null;
|
|
3589
|
+
/**
|
|
3590
|
+
* Format: int32
|
|
3591
|
+
* @description Page size, `[1, 50]`. Defaults to 50.
|
|
3592
|
+
*/
|
|
3593
|
+
limit?: number | null;
|
|
3594
|
+
/**
|
|
3595
|
+
* Format: int64
|
|
3596
|
+
* @description Start timestamp (ms since epoch). The span between `start_time` and
|
|
3597
|
+
* `end_time` must not exceed 30 days.
|
|
3598
|
+
*/
|
|
3599
|
+
startTime?: number | null;
|
|
3600
|
+
/**
|
|
3601
|
+
* @description Filter by on-chain transaction id. Data before 2024-01-01 is not
|
|
3602
|
+
* queryable via this field.
|
|
3603
|
+
*/
|
|
3604
|
+
txID?: string | null;
|
|
3605
|
+
};
|
|
3606
|
+
/** @description Response of `GET /v5/asset/deposit/query-record`. */
|
|
3607
|
+
BybitDepositHistoryResponse: {
|
|
3608
|
+
/**
|
|
3609
|
+
* @description Opaque cursor to pass back as `cursor` on the next request; absent on
|
|
3610
|
+
* the last page.
|
|
3611
|
+
*/
|
|
3612
|
+
nextPageCursor?: string | null;
|
|
3613
|
+
/** @description Deposit records matching the query. */
|
|
3614
|
+
rows: components["schemas"]["BybitDepositEntry"][];
|
|
3615
|
+
};
|
|
3480
3616
|
BybitDryRunArgs: {
|
|
3481
3617
|
/** @description The Bybit API method that would have been used */
|
|
3482
3618
|
method: string;
|
|
@@ -3490,6 +3626,30 @@ export interface components {
|
|
|
3490
3626
|
* @enum {string}
|
|
3491
3627
|
*/
|
|
3492
3628
|
BybitDryRunMode: "NO_SIGN" | "NO_SUBMIT";
|
|
3629
|
+
/**
|
|
3630
|
+
* @description Parameters envelope for all Bybit RPC variants whose payload schema is
|
|
3631
|
+
* derived from a `*Request` struct. (`BybitQueryUserParams` and
|
|
3632
|
+
* `BybitQuerySubMembersParams` have no per-variant payload and are defined
|
|
3633
|
+
* directly below.)
|
|
3634
|
+
*/
|
|
3635
|
+
BybitQueryCoinInfoParams: components["schemas"]["BybitQueryCoinInfoRequest"] & {
|
|
3636
|
+
dryRun?: components["schemas"]["BybitDryRunMode"] | null;
|
|
3637
|
+
keyId: components["schemas"]["Id"];
|
|
3638
|
+
/**
|
|
3639
|
+
* Format: int32
|
|
3640
|
+
* @description Optional "receive window", i.e., for how long the request stays valid.
|
|
3641
|
+
* Specified in milliseconds. If omitted, defaults to 10000.
|
|
3642
|
+
*/
|
|
3643
|
+
recvWindow?: number | null;
|
|
3644
|
+
};
|
|
3645
|
+
/** @description Parameters for `GET /v5/asset/coin/query-info`. */
|
|
3646
|
+
BybitQueryCoinInfoRequest: {
|
|
3647
|
+
/**
|
|
3648
|
+
* @description Filter by coin symbol (uppercase, e.g. `"BTC"`). Bybit returns info for
|
|
3649
|
+
* all coins when omitted.
|
|
3650
|
+
*/
|
|
3651
|
+
coin?: string | null;
|
|
3652
|
+
};
|
|
3493
3653
|
/**
|
|
3494
3654
|
* @description Parameters envelope for all Bybit RPC variants whose payload schema is
|
|
3495
3655
|
* derived from a `*Request` struct. (`BybitQueryUserParams` and
|
|
@@ -3662,6 +3822,18 @@ export interface components {
|
|
|
3662
3822
|
/** @enum {string} */
|
|
3663
3823
|
method: "cs_bybitWithdrawals";
|
|
3664
3824
|
params: components["schemas"]["BybitWithdrawalsParams"];
|
|
3825
|
+
} | {
|
|
3826
|
+
/** @enum {string} */
|
|
3827
|
+
method: "cs_bybitQueryCoinInfo";
|
|
3828
|
+
params: components["schemas"]["BybitQueryCoinInfoParams"];
|
|
3829
|
+
} | {
|
|
3830
|
+
/** @enum {string} */
|
|
3831
|
+
method: "cs_bybitDepositHistory";
|
|
3832
|
+
params: components["schemas"]["BybitDepositHistoryParams"];
|
|
3833
|
+
} | {
|
|
3834
|
+
/** @enum {string} */
|
|
3835
|
+
method: "cs_bybitUniversalTransferHistory";
|
|
3836
|
+
params: components["schemas"]["BybitUniversalTransferHistoryParams"];
|
|
3665
3837
|
};
|
|
3666
3838
|
/** @description Response returned by the typed `bybit_sign` endpoint. */
|
|
3667
3839
|
BybitSignResponse: {
|
|
@@ -3717,6 +3889,94 @@ export interface components {
|
|
|
3717
3889
|
username?: string | null;
|
|
3718
3890
|
[key: string]: unknown;
|
|
3719
3891
|
};
|
|
3892
|
+
/** @description One entry in [`BybitUniversalTransferHistoryResponse::list`]. */
|
|
3893
|
+
BybitTransferEntry: {
|
|
3894
|
+
/** @description Transfer amount as a decimal string. */
|
|
3895
|
+
amount: string;
|
|
3896
|
+
/** @description Coin symbol, uppercase (e.g. `USDT`). */
|
|
3897
|
+
coin: string;
|
|
3898
|
+
/** @description Source wallet type (e.g. `FUND`, `UNIFIED`). */
|
|
3899
|
+
fromAccountType?: string | null;
|
|
3900
|
+
/** @description Source account UID. */
|
|
3901
|
+
fromMemberId?: string | null;
|
|
3902
|
+
/** @description Transfer state: `SUCCESS`, `PENDING`, or `FAILED`. */
|
|
3903
|
+
status?: string | null;
|
|
3904
|
+
/** @description Creation timestamp, in milliseconds since epoch (as a string). */
|
|
3905
|
+
timestamp?: string | null;
|
|
3906
|
+
/** @description Destination wallet type. */
|
|
3907
|
+
toAccountType?: string | null;
|
|
3908
|
+
/** @description Destination account UID. */
|
|
3909
|
+
toMemberId?: string | null;
|
|
3910
|
+
/** @description UUID of the transfer (the caller-supplied `transferId`). */
|
|
3911
|
+
transferId: string;
|
|
3912
|
+
[key: string]: unknown;
|
|
3913
|
+
};
|
|
3914
|
+
/**
|
|
3915
|
+
* @description Parameters envelope for all Bybit RPC variants whose payload schema is
|
|
3916
|
+
* derived from a `*Request` struct. (`BybitQueryUserParams` and
|
|
3917
|
+
* `BybitQuerySubMembersParams` have no per-variant payload and are defined
|
|
3918
|
+
* directly below.)
|
|
3919
|
+
*/
|
|
3920
|
+
BybitUniversalTransferHistoryParams: components["schemas"]["BybitUniversalTransferHistoryRequest"] & {
|
|
3921
|
+
dryRun?: components["schemas"]["BybitDryRunMode"] | null;
|
|
3922
|
+
keyId: components["schemas"]["Id"];
|
|
3923
|
+
/**
|
|
3924
|
+
* Format: int32
|
|
3925
|
+
* @description Optional "receive window", i.e., for how long the request stays valid.
|
|
3926
|
+
* Specified in milliseconds. If omitted, defaults to 10000.
|
|
3927
|
+
*/
|
|
3928
|
+
recvWindow?: number | null;
|
|
3929
|
+
};
|
|
3930
|
+
/**
|
|
3931
|
+
* @description Parameters for `GET /v5/asset/transfer/query-universal-transfer-list`.
|
|
3932
|
+
*
|
|
3933
|
+
* If `startTime` and `endTime` are not provided, the API returns data from the past 7 days by default.
|
|
3934
|
+
* If only `startTime` is provided, the API returns records from `startTime` to `startTime` + 7 days.
|
|
3935
|
+
* If only `endTime` is provided, the API returns records from `endTime` - 7 days to `endTime`.
|
|
3936
|
+
* If both are provided, the maximum allowed range is 7 days (`endTime` - `startTime` ≤ 7 days).
|
|
3937
|
+
*/
|
|
3938
|
+
BybitUniversalTransferHistoryRequest: {
|
|
3939
|
+
/** @description Filter by coin symbol (uppercase). */
|
|
3940
|
+
coin?: string | null;
|
|
3941
|
+
/** @description Pagination cursor (the `nextPageCursor` from a prior response). */
|
|
3942
|
+
cursor?: string | null;
|
|
3943
|
+
/**
|
|
3944
|
+
* Format: int64
|
|
3945
|
+
* @description End timestamp (ms since epoch).
|
|
3946
|
+
*/
|
|
3947
|
+
endTime?: number | null;
|
|
3948
|
+
/**
|
|
3949
|
+
* Format: int32
|
|
3950
|
+
* @description Page size, `[1, 50]`. Defaults to 20.
|
|
3951
|
+
*/
|
|
3952
|
+
limit?: number | null;
|
|
3953
|
+
/**
|
|
3954
|
+
* Format: int64
|
|
3955
|
+
* @description Start timestamp (ms since epoch). The span between `start_time` and
|
|
3956
|
+
* `end_time` must not exceed 7 days.
|
|
3957
|
+
*/
|
|
3958
|
+
startTime?: number | null;
|
|
3959
|
+
/** @description Filter by transfer status: `"SUCCESS"`, `"FAILED"`, or `"PENDING"`. */
|
|
3960
|
+
status?: string | null;
|
|
3961
|
+
/**
|
|
3962
|
+
* @description Filter by the transfer's UUID (as supplied to
|
|
3963
|
+
* [`BybitRpc::UniversalTransfer`]).
|
|
3964
|
+
*/
|
|
3965
|
+
transferId?: string | null;
|
|
3966
|
+
};
|
|
3967
|
+
/** @description Response of `GET /v5/asset/transfer/query-universal-transfer-list`. */
|
|
3968
|
+
BybitUniversalTransferHistoryResponse: {
|
|
3969
|
+
/**
|
|
3970
|
+
* @description Universal-transfer records matching the query. (Bybit names this field
|
|
3971
|
+
* `list`, unlike the `rows` used by other history endpoints.)
|
|
3972
|
+
*/
|
|
3973
|
+
list: components["schemas"]["BybitTransferEntry"][];
|
|
3974
|
+
/**
|
|
3975
|
+
* @description Opaque cursor to pass back as `cursor` on the next request; absent on
|
|
3976
|
+
* the last page.
|
|
3977
|
+
*/
|
|
3978
|
+
nextPageCursor?: string | null;
|
|
3979
|
+
};
|
|
3720
3980
|
/**
|
|
3721
3981
|
* @description Parameters envelope for all Bybit RPC variants whose payload schema is
|
|
3722
3982
|
* derived from a `*Request` struct. (`BybitQueryUserParams` and
|
|
@@ -5164,6 +5424,51 @@ export interface components {
|
|
|
5164
5424
|
tweak?: string | null;
|
|
5165
5425
|
typed_data: components["schemas"]["TypedData"];
|
|
5166
5426
|
};
|
|
5427
|
+
Eip7702SignRequest: {
|
|
5428
|
+
/** @description Do not produce a valid signature, just evaluate attached policies. */
|
|
5429
|
+
dry_run?: boolean;
|
|
5430
|
+
/**
|
|
5431
|
+
* @description Request additional information to be included in the response, explaining
|
|
5432
|
+
* the outcome (i.e., permitted vs. denied vs. MFA required) of the sign request.
|
|
5433
|
+
* Defaults to false.
|
|
5434
|
+
*/
|
|
5435
|
+
explain?: boolean;
|
|
5436
|
+
/**
|
|
5437
|
+
* @description If MFA is required, fail the request instead of returning 202 and creating
|
|
5438
|
+
* pending MFA request. Defaults to false.
|
|
5439
|
+
*/
|
|
5440
|
+
fail_on_mfa?: boolean;
|
|
5441
|
+
/**
|
|
5442
|
+
* @description Optional metadata. Passing additional information as metadata can be used to make reviewing
|
|
5443
|
+
* of pending MFA requests and/or historical key transactions more transparent. It can also be used e.g., to carry additional data to WebHook policies.
|
|
5444
|
+
*/
|
|
5445
|
+
metadata?: unknown;
|
|
5446
|
+
} & {
|
|
5447
|
+
/**
|
|
5448
|
+
* @description The address to delegate to (the target of the authorization), as
|
|
5449
|
+
* hex-encoded bytes. Must be exactly 20 bytes.
|
|
5450
|
+
* @example 0x1100000000000000000000000000000000000011
|
|
5451
|
+
*/
|
|
5452
|
+
address: string;
|
|
5453
|
+
/**
|
|
5454
|
+
* Format: int64
|
|
5455
|
+
* @description The chain id for which this authorization is valid. A value of `0` means
|
|
5456
|
+
* the authorization is valid on any chain that supports EIP-7702.
|
|
5457
|
+
*/
|
|
5458
|
+
chain_id: number;
|
|
5459
|
+
/**
|
|
5460
|
+
* Format: int64
|
|
5461
|
+
* @description The nonce of the authorizing account.
|
|
5462
|
+
*/
|
|
5463
|
+
nonce: number;
|
|
5464
|
+
/**
|
|
5465
|
+
* @description An optional tweak value that will be applied to the secret key before signing.
|
|
5466
|
+
* This field must contain a base-64 string encoding a vector of exactly 32 bytes.
|
|
5467
|
+
* See the CubeSigner documentation for more information on the tweaking procedure.
|
|
5468
|
+
* @example F41HAy2q5Gn8laF2CuMsZbRAQTmD+4Ob3VUMZ7TBGK4=
|
|
5469
|
+
*/
|
|
5470
|
+
tweak?: string | null;
|
|
5471
|
+
};
|
|
5167
5472
|
Email: string;
|
|
5168
5473
|
/** @description An answer to the challenge returned by the `mfa_email_init` endpoint. */
|
|
5169
5474
|
EmailOtpAnswer: {
|
|
@@ -5650,7 +5955,7 @@ export interface components {
|
|
|
5650
5955
|
* @description Explicitly named scopes for accessing CubeSigner APIs
|
|
5651
5956
|
* @enum {string}
|
|
5652
5957
|
*/
|
|
5653
|
-
ExplicitScope: "sign:*" | "sign:ava" | "sign:binance:*" | "sign:binance:subToMaster" | "sign:binance:subToSub" | "sign:binance:universalTransfer" | "sign:binance:subAccountAssets" | "sign:binance:accountInfo" | "sign:binance:subAccountTransferHistory" | "sign:binance:universalTransferHistory" | "sign:binance:withdraw" | "sign:binance:withdrawHistory" | "sign:binance:deposit" | "sign:binance:depositHistory" | "sign:binance:listSubAccounts" | "sign:binance:coinInfo" | "sign:bybit:*" | "sign:bybit:queryUser" | "sign:bybit:querySubMembers" | "sign:bybit:queryCoinsBalance" | "sign:bybit:queryDepositAddress" | "sign:bybit:universalTransfer" | "sign:bybit:withdraw" | "sign:bybit:withdrawals" | "sign:coinbase:*" | "sign:coinbase:accounts:list" | "sign:coinbase:portfolios:list" | "sign:coinbase:funds:move" | "sign:blob" | "sign:diffieHellman" | "sign:btc:*" | "sign:btc:segwit" | "sign:btc:taproot" | "sign:btc:psbt:*" | "sign:btc:psbt:doge" | "sign:btc:psbt:legacy" | "sign:btc:psbt:segwit" | "sign:btc:psbt:taproot" | "sign:btc:psbt:ltcSegwit" | "sign:btc:message:*" | "sign:btc:message:segwit" | "sign:btc:message:legacy" | "sign:babylon:*" | "sign:babylon:eots:*" | "sign:babylon:eots:nonces" | "sign:babylon:eots:sign" | "sign:babylon:staking:*" | "sign:babylon:staking:deposit" | "sign:babylon:staking:unbond" | "sign:babylon:staking:withdraw" | "sign:babylon:staking:slash" | "sign:babylon:registration" | "sign:babylon:covenant" | "sign:evm:*" | "sign:evm:tx" | "sign:evm:eip191" | "sign:evm:eip712" | "sign:eth2:*" | "sign:eth2:validate" | "sign:eth2:stake" | "sign:eth2:unstake" | "sign:solana" | "sign:sui" | "sign:tendermint" | "sign:mmi" | "manage:*" | "manage:readonly" | "manage:email:*" | "manage:email:get" | "manage:email:update" | "manage:email:delete" | "manage:mfa:*" | "manage:mfa:readonly" | "manage:mfa:list" | "manage:mfa:vote:*" | "manage:mfa:vote:cs" | "manage:mfa:vote:email" | "manage:mfa:vote:fido" | "manage:mfa:vote:totp" | "manage:mfa:register:*" | "manage:mfa:register:fido" | "manage:mfa:register:totp" | "manage:mfa:register:email" | "manage:mfa:unregister:*" | "manage:mfa:unregister:fido" | "manage:mfa:unregister:totp" | "manage:mfa:verify:*" | "manage:mfa:verify:totp" | "manage:key:*" | "manage:key:readonly" | "manage:key:get" | "manage:key:attest" | "manage:key:listRoles" | "manage:key:list" | "manage:key:history:tx:list" | "manage:key:create" | "manage:key:import" | "manage:key:update:*" | "manage:key:update:owner" | "manage:key:update:policy" | "manage:key:update:enabled" | "manage:key:update:region" | "manage:key:update:metadata" | "manage:key:update:properties" | "manage:key:update:editPolicy" | "manage:key:delete" | "manage:policy:*" | "manage:policy:readonly" | "manage:policy:create" | "manage:policy:get" | "manage:policy:list" | "manage:policy:delete" | "manage:policy:update:*" | "manage:policy:update:owner" | "manage:policy:update:name" | "manage:policy:update:acl" | "manage:policy:update:editPolicy" | "manage:policy:update:metadata" | "manage:policy:update:rule" | "manage:policy:invoke" | "manage:policy:wasm:*" | "manage:policy:wasm:upload" | "manage:policy:secrets:*" | "manage:policy:secrets:get" | "manage:policy:secrets:update:*" | "manage:policy:secrets:update:values" | "manage:policy:secrets:update:acl" | "manage:policy:secrets:update:editPolicy" | "manage:policy:buckets:*" | "manage:policy:buckets:get" | "manage:policy:buckets:list" | "manage:policy:buckets:update:*" | "manage:policy:buckets:update:owner" | "manage:policy:buckets:update:acl" | "manage:policy:buckets:update:metadata" | "manage:contact:*" | "manage:contact:readonly" | "manage:contact:create" | "manage:contact:get" | "manage:contact:list" | "manage:contact:delete" | "manage:contact:update:*" | "manage:contact:update:name" | "manage:contact:update:addresses" | "manage:contact:update:owner" | "manage:contact:update:labels" | "manage:contact:update:metadata" | "manage:contact:update:editPolicy" | "manage:contact:lookup:*" | "manage:contact:lookup:address" | "manage:policy:createImportKey" | "manage:role:*" | "manage:role:readonly" | "manage:role:create" | "manage:role:delete" | "manage:role:get:*" | "manage:role:attest" | "manage:role:get:keys" | "manage:role:get:keys:list" | "manage:role:get:keys:get" | "manage:role:get:users" | "manage:role:list" | "manage:role:update:*" | "manage:role:update:enabled" | "manage:role:update:policy" | "manage:role:update:editPolicy" | "manage:role:update:actions" | "manage:role:update:key:*" | "manage:role:update:key:add" | "manage:role:update:key:remove" | "manage:role:update:user:*" | "manage:role:update:user:add" | "manage:role:update:user:remove" | "manage:role:history:tx:list" | "manage:identity:*" | "manage:identity:readonly" | "manage:identity:verify" | "manage:identity:add" | "manage:identity:remove" | "manage:identity:list" | "manage:org:*" | "manage:org:create" | "manage:org:metrics:query" | "manage:org:audit:query" | "manage:org:readonly" | "manage:org:addUser" | "manage:org:inviteUser" | "manage:org:inviteAlien" | "manage:org:invitation:list" | "manage:org:invitation:cancel" | "manage:org:updateMembership:*" | "manage:org:updateMembership:owner" | "manage:org:updateMembership:member" | "manage:org:updateMembership:alien" | "manage:org:listUsers" | "manage:org:user:get" | "manage:org:deleteUser:*" | "manage:org:deleteUser:owner" | "manage:org:deleteUser:member" | "manage:org:deleteUser:alien" | "manage:org:get" | "manage:org:update:*" | "manage:org:update:enabled" | "manage:org:update:policy" | "manage:org:update:signPolicy" | "manage:org:update:export" | "manage:org:update:totpFailureLimit" | "manage:org:update:notificationEndpoints" | "manage:org:update:defaultInviteKind" | "manage:org:update:idpConfiguration" | "manage:org:update:passkeyConfiguration" | "manage:org:update:emailPreferences" | "manage:org:update:historicalData" | "manage:org:update:requireScopeCeiling" | "manage:org:update:alienLoginRequirement" | "manage:org:update:memberLoginRequirement" | "manage:org:update:keyExportRequirement" | "manage:org:update:allowedMfaTypes" | "manage:org:update:policyEngineConf" | "manage:org:update:customChains" | "manage:org:update:extProps" | "manage:org:update:editPolicy" | "manage:org:user:resetMfa" | "manage:session:*" | "manage:session:readonly" | "manage:session:get" | "manage:session:list" | "manage:session:create" | "manage:session:extend" | "manage:session:revoke" | "manage:export:*" | "manage:export:readonly" | "manage:export:org:*" | "manage:export:org:get" | "manage:export:user:*" | "manage:export:user:delete" | "manage:export:user:list" | "manage:authMigration:*" | "manage:authMigration:identity:add" | "manage:authMigration:identity:remove" | "manage:authMigration:user:update" | "manage:mmi:*" | "manage:mmi:readonly" | "manage:mmi:get" | "manage:mmi:list" | "manage:mmi:reject" | "manage:mmi:delete" | "export:*" | "export:user:*" | "export:user:init" | "export:user:complete" | "mmi:*" | "orgAccess:*" | "orgAccess:child:*" | "rpc:*" | "rpc:createTransaction:*" | "rpc:createTransaction:evm" | "rpc:retryTransaction" | "rpc:cancelTransaction" | "rpc:getTransaction" | "rpc:listTransactions" | "rpc:btcListUtxos" | "rpc:binance" | "rpc:bybit" | "rpc:coinbase";
|
|
5958
|
+
ExplicitScope: "sign:*" | "sign:ava" | "sign:binance:*" | "sign:binance:subToMaster" | "sign:binance:subToSub" | "sign:binance:universalTransfer" | "sign:binance:subAccountAssets" | "sign:binance:accountInfo" | "sign:binance:subAccountTransferHistory" | "sign:binance:universalTransferHistory" | "sign:binance:withdraw" | "sign:binance:withdrawHistory" | "sign:binance:deposit" | "sign:binance:depositHistory" | "sign:binance:listSubAccounts" | "sign:binance:coinInfo" | "sign:bybit:*" | "sign:bybit:queryUser" | "sign:bybit:querySubMembers" | "sign:bybit:queryCoinsBalance" | "sign:bybit:queryDepositAddress" | "sign:bybit:universalTransfer" | "sign:bybit:withdraw" | "sign:bybit:withdrawals" | "sign:bybit:queryCoinInfo" | "sign:bybit:depositHistory" | "sign:bybit:universalTransferHistory" | "sign:coinbase:*" | "sign:coinbase:accounts:list" | "sign:coinbase:portfolios:list" | "sign:coinbase:funds:move" | "sign:blob" | "sign:diffieHellman" | "sign:btc:*" | "sign:btc:segwit" | "sign:btc:taproot" | "sign:btc:psbt:*" | "sign:btc:psbt:doge" | "sign:btc:psbt:legacy" | "sign:btc:psbt:segwit" | "sign:btc:psbt:taproot" | "sign:btc:psbt:ltcSegwit" | "sign:btc:message:*" | "sign:btc:message:segwit" | "sign:btc:message:legacy" | "sign:babylon:*" | "sign:babylon:eots:*" | "sign:babylon:eots:nonces" | "sign:babylon:eots:sign" | "sign:babylon:staking:*" | "sign:babylon:staking:deposit" | "sign:babylon:staking:unbond" | "sign:babylon:staking:withdraw" | "sign:babylon:staking:slash" | "sign:babylon:registration" | "sign:babylon:covenant" | "sign:evm:*" | "sign:evm:tx" | "sign:evm:eip191" | "sign:evm:eip712" | "sign:evm:eip7702" | "sign:eth2:*" | "sign:eth2:validate" | "sign:eth2:stake" | "sign:eth2:unstake" | "sign:solana" | "sign:sui" | "sign:tendermint" | "sign:mmi" | "manage:*" | "manage:readonly" | "manage:email:*" | "manage:email:get" | "manage:email:update" | "manage:email:delete" | "manage:mfa:*" | "manage:mfa:readonly" | "manage:mfa:list" | "manage:mfa:vote:*" | "manage:mfa:vote:cs" | "manage:mfa:vote:email" | "manage:mfa:vote:fido" | "manage:mfa:vote:totp" | "manage:mfa:register:*" | "manage:mfa:register:fido" | "manage:mfa:register:totp" | "manage:mfa:register:email" | "manage:mfa:unregister:*" | "manage:mfa:unregister:fido" | "manage:mfa:unregister:totp" | "manage:mfa:verify:*" | "manage:mfa:verify:totp" | "manage:key:*" | "manage:key:readonly" | "manage:key:get" | "manage:key:attest" | "manage:key:listRoles" | "manage:key:list" | "manage:key:history:tx:list" | "manage:key:create" | "manage:key:import" | "manage:key:update:*" | "manage:key:update:owner" | "manage:key:update:policy" | "manage:key:update:enabled" | "manage:key:update:region" | "manage:key:update:metadata" | "manage:key:update:properties" | "manage:key:update:editPolicy" | "manage:key:delete" | "manage:policy:*" | "manage:policy:readonly" | "manage:policy:create" | "manage:policy:get" | "manage:policy:list" | "manage:policy:delete" | "manage:policy:update:*" | "manage:policy:update:owner" | "manage:policy:update:name" | "manage:policy:update:acl" | "manage:policy:update:editPolicy" | "manage:policy:update:metadata" | "manage:policy:update:rule" | "manage:policy:invoke" | "manage:policy:wasm:*" | "manage:policy:wasm:upload" | "manage:policy:secrets:*" | "manage:policy:secrets:get" | "manage:policy:secrets:update:*" | "manage:policy:secrets:update:values" | "manage:policy:secrets:update:acl" | "manage:policy:secrets:update:editPolicy" | "manage:policy:buckets:*" | "manage:policy:buckets:get" | "manage:policy:buckets:list" | "manage:policy:buckets:update:*" | "manage:policy:buckets:update:owner" | "manage:policy:buckets:update:acl" | "manage:policy:buckets:update:metadata" | "manage:contact:*" | "manage:contact:readonly" | "manage:contact:create" | "manage:contact:get" | "manage:contact:list" | "manage:contact:delete" | "manage:contact:update:*" | "manage:contact:update:name" | "manage:contact:update:addresses" | "manage:contact:update:owner" | "manage:contact:update:labels" | "manage:contact:update:metadata" | "manage:contact:update:editPolicy" | "manage:contact:lookup:*" | "manage:contact:lookup:address" | "manage:policy:createImportKey" | "manage:role:*" | "manage:role:readonly" | "manage:role:create" | "manage:role:delete" | "manage:role:get:*" | "manage:role:attest" | "manage:role:get:keys" | "manage:role:get:keys:list" | "manage:role:get:keys:get" | "manage:role:get:users" | "manage:role:list" | "manage:role:update:*" | "manage:role:update:enabled" | "manage:role:update:policy" | "manage:role:update:editPolicy" | "manage:role:update:actions" | "manage:role:update:key:*" | "manage:role:update:key:add" | "manage:role:update:key:remove" | "manage:role:update:user:*" | "manage:role:update:user:add" | "manage:role:update:user:remove" | "manage:role:history:tx:list" | "manage:identity:*" | "manage:identity:readonly" | "manage:identity:verify" | "manage:identity:add" | "manage:identity:remove" | "manage:identity:list" | "manage:org:*" | "manage:org:create" | "manage:org:metrics:query" | "manage:org:audit:query" | "manage:org:readonly" | "manage:org:addUser" | "manage:org:inviteUser" | "manage:org:inviteAlien" | "manage:org:invitation:list" | "manage:org:invitation:cancel" | "manage:org:updateMembership:*" | "manage:org:updateMembership:owner" | "manage:org:updateMembership:member" | "manage:org:updateMembership:alien" | "manage:org:listUsers" | "manage:org:user:get" | "manage:org:deleteUser:*" | "manage:org:deleteUser:owner" | "manage:org:deleteUser:member" | "manage:org:deleteUser:alien" | "manage:org:get" | "manage:org:update:*" | "manage:org:update:enabled" | "manage:org:update:policy" | "manage:org:update:signPolicy" | "manage:org:update:export" | "manage:org:update:totpFailureLimit" | "manage:org:update:notificationEndpoints" | "manage:org:update:defaultInviteKind" | "manage:org:update:idpConfiguration" | "manage:org:update:passkeyConfiguration" | "manage:org:update:emailPreferences" | "manage:org:update:historicalData" | "manage:org:update:requireScopeCeiling" | "manage:org:update:alienLoginRequirement" | "manage:org:update:memberLoginRequirement" | "manage:org:update:keyExportRequirement" | "manage:org:update:allowedMfaTypes" | "manage:org:update:policyEngineConf" | "manage:org:update:customChains" | "manage:org:update:extProps" | "manage:org:update:editPolicy" | "manage:org:user:resetMfa" | "manage:session:*" | "manage:session:readonly" | "manage:session:get" | "manage:session:list" | "manage:session:create" | "manage:session:extend" | "manage:session:revoke" | "manage:export:*" | "manage:export:readonly" | "manage:export:org:*" | "manage:export:org:get" | "manage:export:user:*" | "manage:export:user:delete" | "manage:export:user:list" | "manage:authMigration:*" | "manage:authMigration:identity:add" | "manage:authMigration:identity:remove" | "manage:authMigration:user:update" | "manage:mmi:*" | "manage:mmi:readonly" | "manage:mmi:get" | "manage:mmi:list" | "manage:mmi:reject" | "manage:mmi:delete" | "export:*" | "export:user:*" | "export:user:init" | "export:user:complete" | "mmi:*" | "orgAccess:*" | "orgAccess:child:*" | "rpc:*" | "rpc:createTransaction:*" | "rpc:createTransaction:evm" | "rpc:retryTransaction" | "rpc:cancelTransaction" | "rpc:getTransaction" | "rpc:listTransactions" | "rpc:btcListUtxos" | "rpc:binance" | "rpc:bybit" | "rpc:coinbase";
|
|
5654
5959
|
/**
|
|
5655
5960
|
* @description This type specifies the interpretation of the `fee` field in Babylon
|
|
5656
5961
|
* staking requests. If `sats`, the field is intpreted as a fixed value
|
|
@@ -5706,7 +6011,7 @@ export interface components {
|
|
|
5706
6011
|
request_device_identifier?: boolean;
|
|
5707
6012
|
};
|
|
5708
6013
|
/** @enum {string} */
|
|
5709
|
-
ForbiddenErrorCode: "AlienKeyCreate" | "CannotAssumeIdentity" | "SentryDisallowed" | "PasskeyLoginDisabled" | "PasskeyNotRegistered" | "CannotCreateOrg" | "WrongMfaEmailOtpJwt" | "OrgFlagNotSet" | "FidoRequiredToRemoveTotp" | "OidcIdentityLimitReached" | "OidcScopeCeilingMissing" | "OidcIssuerNotAllowedForMemberRole" | "OidcNoMemberRolesAllowed" | "EmailOtpNotConfigured" | "MfaChallengeExpired" | "ChainIdNotAllowed" | "InvalidOrg" | "OrgIdMismatch" | "SessionForWrongOrg" | "SelfDelete" | "SelfDisable" | "InvalidOrgMembershipRoleChange" | "UserDisabled" | "OrgDisabled" | "OrgNotFound" | "OrgWithoutOwner" | "OrphanedUser" | "OidcUserNotFound" | "UserNotInOrg" | "UserNotOrgOwner" | "UserNotKeyOwner" | "InvalidRole" | "DisabledRole" | "KeyDisabled" | "KeyNotInRole" | "ContactNotInOrg" | "UserExportRequestNotInOrg" | "UserExportRequestInvalid" | "UserExportDisabled" | "UserNotOriginalKeyOwner" | "UserNotInRole" | "MustBeFullMember" | "SessionExpired" | "SessionChanged" | "SessionRevoked" | "ExpectedUserSession" | "SessionRoleChanged" | "ScopedNameNotFound" | "SessionInvalidEpochToken" | "SessionInvalidRefreshToken" | "SessionRefreshTokenExpired" | "InvalidAuthHeader" | "SessionNotFound" | "InvalidArn" | "SessionInvalidAuthToken" | "SessionAuthTokenExpired" | "SessionPossiblyStolenToken" | "MfaDisallowedIdentity" | "MfaDisallowedApprover" | "MfaTypeNotAllowed" | "MfaNotApprovedYet" | "MfaConfirmationCodeMismatch" | "MfaHttpRequestMismatch" | "MfaRemoveBelowMin" | "MfaOrgRequirementNotMet" | "MfaRegistrationDisallowed" | "TotpAlreadyConfigured" | "TotpConfigurationChanged" | "MfaTotpBadConfiguration" | "MfaTotpBadCode" | "MfaTotpRateLimit" | "ImproperSessionScope" | "FullSessionRequired" | "SessionWithoutAnyScopeUnder" | "UserRoleUnprivileged" | "MemberRoleForbidden" | "MfaNotConfigured" | "RemoveLastOidcIdentity" | "OperationNotAllowed" | "OrgExportRetrievalDisabled" | "ChangingKeyExportRequirementIsDisabled" | "AutoAddBlsKeyToProtectedRole" | "UserNotPolicyOwner" | "UserNotContactOwner" | "UserNotBucketOwner" | "LegacySessionCannotHaveScopeCeiling" | "RoleInParentOrgNotAllowed" | "RemoveKeyFromRoleUserNotAllowed" | "SiweChallengeExpired" | "SiweMessageNotValid" | "SiweMessageInvalidSignature" | "SiwsChallengeExpired" | "SiwsDomain" | "SiwsMessageInvalid" | "Acl";
|
|
6014
|
+
ForbiddenErrorCode: "AlienKeyCreate" | "CannotAssumeIdentity" | "SentryDisallowed" | "PasskeyLoginDisabled" | "PasskeyNotRegistered" | "CannotCreateOrg" | "WrongMfaEmailOtpJwt" | "OrgFlagNotSet" | "FidoRequiredToRemoveTotp" | "OidcIdentityLimitReached" | "OidcScopeCeilingMissing" | "OidcIssuerNotAllowedForMemberRole" | "OidcNoMemberRolesAllowed" | "EmailOtpNotConfigured" | "MfaChallengeExpired" | "ChainIdNotAllowed" | "InvalidOrg" | "OrgIdMismatch" | "SessionForWrongOrg" | "SelfDelete" | "SelfDisable" | "SelfMfaReset" | "InvalidOrgMembershipRoleChange" | "UserDisabled" | "OrgDisabled" | "OrgNotFound" | "OrgWithoutOwner" | "OrphanedUser" | "OidcUserNotFound" | "UserNotInOrg" | "UserNotOrgOwner" | "UserNotKeyOwner" | "InvalidRole" | "DisabledRole" | "KeyDisabled" | "KeyNotInRole" | "ContactNotInOrg" | "UserExportRequestNotInOrg" | "UserExportRequestInvalid" | "UserExportDisabled" | "UserNotOriginalKeyOwner" | "UserNotInRole" | "MustBeFullMember" | "SessionExpired" | "SessionChanged" | "SessionRevoked" | "ExpectedUserSession" | "SessionRoleChanged" | "ScopedNameNotFound" | "SessionInvalidEpochToken" | "SessionInvalidRefreshToken" | "SessionRefreshTokenExpired" | "InvalidAuthHeader" | "SessionNotFound" | "InvalidArn" | "SessionInvalidAuthToken" | "SessionAuthTokenExpired" | "SessionPossiblyStolenToken" | "MfaDisallowedIdentity" | "MfaDisallowedApprover" | "MfaTypeNotAllowed" | "MfaNotApprovedYet" | "MfaConfirmationCodeMismatch" | "MfaHttpRequestMismatch" | "MfaRemoveBelowMin" | "MfaOrgRequirementNotMet" | "MfaRegistrationDisallowed" | "TotpAlreadyConfigured" | "TotpConfigurationChanged" | "MfaTotpBadConfiguration" | "MfaTotpBadCode" | "MfaTotpRateLimit" | "ImproperSessionScope" | "FullSessionRequired" | "SessionWithoutAnyScopeUnder" | "UserRoleUnprivileged" | "MemberRoleForbidden" | "MfaNotConfigured" | "RemoveLastOidcIdentity" | "OperationNotAllowed" | "OrgExportRetrievalDisabled" | "ChangingKeyExportRequirementIsDisabled" | "AutoAddBlsKeyToProtectedRole" | "UserNotPolicyOwner" | "UserNotContactOwner" | "UserNotBucketOwner" | "LegacySessionCannotHaveScopeCeiling" | "RoleInParentOrgNotAllowed" | "RemoveKeyFromRoleUserNotAllowed" | "SiweChallengeExpired" | "SiweMessageNotValid" | "SiweMessageInvalidSignature" | "SiwsChallengeExpired" | "SiwsDomain" | "SiwsMessageInvalid" | "Acl";
|
|
5710
6015
|
/**
|
|
5711
6016
|
* @description Specifies a fork of the `BeaconChain`, to prevent replay attacks.
|
|
5712
6017
|
* The schema of `Fork` is defined in the [Beacon chain
|
|
@@ -6124,7 +6429,7 @@ export interface components {
|
|
|
6124
6429
|
result?: Record<string, unknown> | null;
|
|
6125
6430
|
};
|
|
6126
6431
|
/** @description Valid `result` from the JSON-RPC API. */
|
|
6127
|
-
JsonRpcResult: components["schemas"]["TransactionInfo"] | components["schemas"]["ListTransactionsPaginatedResponse"] | components["schemas"]["SubAccountTransferResponse"] | components["schemas"]["UniversalTransferResponse"] | components["schemas"]["SubAccountAssetsResponse"] | components["schemas"]["AccountInfoResponse"] | components["schemas"]["SubAccountTransferHistoryResponse"] | components["schemas"]["UniversalTransferHistoryResponse"] | components["schemas"]["WithdrawResponse"] | components["schemas"]["WithdrawHistoryResponse"] | components["schemas"]["DepositResponse"] | components["schemas"]["DepositHistoryResponse"] | components["schemas"]["ListSubAccountsResponse"] | components["schemas"]["CoinInfoResponse"] | components["schemas"]["BybitQueryUserResponse"] | components["schemas"]["BybitQuerySubMembersResponse"] | components["schemas"]["BybitQueryCoinsBalanceResponse"] | components["schemas"]["BybitQueryDepositAddressResponse"] | components["schemas"]["BybitUniversalTransferResponse"] | components["schemas"]["BybitWithdrawResponse"] | components["schemas"]["BybitWithdrawalsResponse"] | components["schemas"]["CoinbaseListAccountsResponse"] | components["schemas"]["CoinbaseListPortfoliosResponse"] | components["schemas"]["CoinbaseMoveFundsResponse"] | components["schemas"]["BtcListUtxosResponse"];
|
|
6432
|
+
JsonRpcResult: components["schemas"]["TransactionInfo"] | components["schemas"]["ListTransactionsPaginatedResponse"] | components["schemas"]["SubAccountTransferResponse"] | components["schemas"]["UniversalTransferResponse"] | components["schemas"]["SubAccountAssetsResponse"] | components["schemas"]["AccountInfoResponse"] | components["schemas"]["SubAccountTransferHistoryResponse"] | components["schemas"]["UniversalTransferHistoryResponse"] | components["schemas"]["WithdrawResponse"] | components["schemas"]["WithdrawHistoryResponse"] | components["schemas"]["DepositResponse"] | components["schemas"]["DepositHistoryResponse"] | components["schemas"]["ListSubAccountsResponse"] | components["schemas"]["CoinInfoResponse"] | components["schemas"]["BybitQueryUserResponse"] | components["schemas"]["BybitQuerySubMembersResponse"] | components["schemas"]["BybitQueryCoinsBalanceResponse"] | components["schemas"]["BybitQueryDepositAddressResponse"] | components["schemas"]["BybitUniversalTransferResponse"] | components["schemas"]["BybitWithdrawResponse"] | components["schemas"]["BybitWithdrawalsResponse"] | components["schemas"]["BybitCoinInfoResponse"] | components["schemas"]["BybitDepositHistoryResponse"] | components["schemas"]["BybitUniversalTransferHistoryResponse"] | components["schemas"]["CoinbaseListAccountsResponse"] | components["schemas"]["CoinbaseListPortfoliosResponse"] | components["schemas"]["CoinbaseMoveFundsResponse"] | components["schemas"]["BtcListUtxosResponse"];
|
|
6128
6433
|
JwkSetResponse: {
|
|
6129
6434
|
/** @description The keys included in this set */
|
|
6130
6435
|
keys: Record<string, never>[];
|
|
@@ -6335,10 +6640,6 @@ export interface components {
|
|
|
6335
6640
|
/** @description Pending invitations */
|
|
6336
6641
|
invitations: components["schemas"]["InvitationInfo"][];
|
|
6337
6642
|
};
|
|
6338
|
-
ListMfaResponse: {
|
|
6339
|
-
/** @description All pending MFA requests */
|
|
6340
|
-
mfa_requests: components["schemas"]["MfaRequestInfo"][];
|
|
6341
|
-
};
|
|
6342
6643
|
/** @description All pending MMI requests created by the current user. */
|
|
6343
6644
|
ListPendingMessagesResponse: {
|
|
6344
6645
|
/** @description All pending messages for a user. */
|
|
@@ -6751,7 +7052,7 @@ export interface components {
|
|
|
6751
7052
|
* @description All different kinds of sensitive operations
|
|
6752
7053
|
* @enum {string}
|
|
6753
7054
|
*/
|
|
6754
|
-
OperationKind: "AvaSign" | "AvaChainTxSign" | "BabylonCovSign" | "BabylonRegistration" | "BabylonStaking" | "BinanceSubToMaster" | "BinanceSubToSub" | "BinanceUniversalTransfer" | "BinanceSubAccountAssets" | "BinanceAccountInfo" | "BinanceSubAccountTransferHistory" | "BinanceUniversalTransferHistory" | "BinanceWithdraw" | "BinanceWithdrawHistory" | "BinanceDeposit" | "BinanceDepositHistory" | "BinanceListSubAccounts" | "BinanceCoinInfo" | "BlobSign" | "BtcMessageSign" | "BtcSign" | "BybitQueryUser" | "BybitQuerySubMembers" | "BybitQueryCoinsBalance" | "BybitQueryDepositAddress" | "BybitUniversalTransfer" | "BybitWithdraw" | "BybitWithdrawals" | "CoinbaseListAccounts" | "CoinbaseListPortfolios" | "CoinbaseMoveFunds" | "DiffieHellman" | "PsbtSign" | "TaprootSign" | "Eip191Sign" | "Eip712Sign" | "EotsNonces" | "EotsSign" | "Eth1Sign" | "Eth2Sign" | "Eth2Stake" | "Eth2Unstake" | "SolanaSign" | "SuiSign" | "TendermintSign" | "RoleUpdate";
|
|
7055
|
+
OperationKind: "AvaSign" | "AvaChainTxSign" | "BabylonCovSign" | "BabylonRegistration" | "BabylonStaking" | "BinanceSubToMaster" | "BinanceSubToSub" | "BinanceUniversalTransfer" | "BinanceSubAccountAssets" | "BinanceAccountInfo" | "BinanceSubAccountTransferHistory" | "BinanceUniversalTransferHistory" | "BinanceWithdraw" | "BinanceWithdrawHistory" | "BinanceDeposit" | "BinanceDepositHistory" | "BinanceListSubAccounts" | "BinanceCoinInfo" | "BlobSign" | "BtcMessageSign" | "BtcSign" | "BybitQueryUser" | "BybitQuerySubMembers" | "BybitQueryCoinsBalance" | "BybitQueryDepositAddress" | "BybitUniversalTransfer" | "BybitWithdraw" | "BybitWithdrawals" | "BybitQueryCoinInfo" | "BybitDepositHistory" | "BybitUniversalTransferHistory" | "CoinbaseListAccounts" | "CoinbaseListPortfolios" | "CoinbaseMoveFunds" | "DiffieHellman" | "PsbtSign" | "TaprootSign" | "Eip191Sign" | "Eip712Sign" | "Eip7702Sign" | "EotsNonces" | "EotsSign" | "Eth1Sign" | "Eth2Sign" | "Eth2Stake" | "Eth2Unstake" | "SolanaSign" | "SuiSign" | "TendermintSign" | "RoleUpdate";
|
|
6755
7056
|
OrgAlertsPrefs: {
|
|
6756
7057
|
/** @description Recipient users for org-level alerts */
|
|
6757
7058
|
alert_recipients?: components["schemas"]["Id"][] | null;
|
|
@@ -7144,8 +7445,7 @@ export interface components {
|
|
|
7144
7445
|
* is meaningless for organizations that use org-wide export.)
|
|
7145
7446
|
*/
|
|
7146
7447
|
user_export_window: number;
|
|
7147
|
-
|
|
7148
|
-
webapp_enabled?: boolean;
|
|
7448
|
+
webapp_enabled?: components["schemas"]["WebappEnabled"];
|
|
7149
7449
|
};
|
|
7150
7450
|
/** @description Supported org metrics. */
|
|
7151
7451
|
OrgMetric: OneOf<[
|
|
@@ -7336,6 +7636,21 @@ export interface components {
|
|
|
7336
7636
|
*/
|
|
7337
7637
|
last_evaluated_key?: string | null;
|
|
7338
7638
|
};
|
|
7639
|
+
/**
|
|
7640
|
+
* @description Response type that wraps another type and adds base64url-encoded encrypted `last_evaluated_key`
|
|
7641
|
+
* value (which can the user pass back to use as a url query parameter to continue pagination).
|
|
7642
|
+
*/
|
|
7643
|
+
PaginatedListMfaResponse: {
|
|
7644
|
+
/** @description All pending MFA requests */
|
|
7645
|
+
mfa_requests: components["schemas"]["MfaRequestInfo"][];
|
|
7646
|
+
} & {
|
|
7647
|
+
/**
|
|
7648
|
+
* @description If set, the content of `response` does not contain the entire result set.
|
|
7649
|
+
* To fetch the next page of the result set, call the same endpoint
|
|
7650
|
+
* but specify this value as the 'page.start' query parameter.
|
|
7651
|
+
*/
|
|
7652
|
+
last_evaluated_key?: string | null;
|
|
7653
|
+
};
|
|
7339
7654
|
/**
|
|
7340
7655
|
* @description Response type that wraps another type and adds base64url-encoded encrypted `last_evaluated_key`
|
|
7341
7656
|
* value (which can the user pass back to use as a url query parameter to continue pagination).
|
|
@@ -7635,7 +7950,7 @@ export interface components {
|
|
|
7635
7950
|
};
|
|
7636
7951
|
PolicyErrorCode: components["schemas"]["PolicyErrorOwnCodes"] | components["schemas"]["EvmTxDepositErrorCode"];
|
|
7637
7952
|
/** @enum {string} */
|
|
7638
|
-
PolicyErrorOwnCodes: "Inapplicable" | "SuiTxReceiversDisallowedTransactionKind" | "SuiTxReceiversDisallowedTransferAddress" | "SuiTxReceiversDisallowedCommand" | "BtcTxDisallowedOutputs" | "BtcSignatureExceededValue" | "BtcValueOverflow" | "BtcSighashTypeDisallowed" | "EvmTxReceiverMismatch" | "EvmTxChainIdMismatch" | "EvmTxSenderMismatch" | "EvmTxExceededValue" | "EvmTxExceededGasCost" | "EvmTxGasCostUndefined" | "EvmDataDisallowed" | "Erc20DataInvalid" | "EvmContractAddressUndefined" | "EvmContractChainIdUndefined" | "EvmDataNotDefined" | "EvmDataInvalid" | "EvmContractNotInAllowlist" | "Erc20ExceededTransferLimit" | "Erc20ReceiverMismatch" | "Erc20ExceededApproveLimit" | "Erc20SpenderMismatch" | "EvmFunctionNotInAllowlist" | "EvmFunctionCallInvalid" | "EvmFunctionCallDisallowedArg" | "PolicyDisjunctionError" | "PolicyNegationError" | "Eth2ExceededMaxUnstake" | "Eth2ConcurrentUnstaking" | "NotInIpv4Allowlist" | "NotInOriginAllowlist" | "NotInOperationAllowlist" | "InvalidSourceIp" | "RawSigningNotAllowed" | "DiffieHellmanExchangeNotAllowed" | "Eip712SigningNotAllowed" | "OidcSourceNotAllowed" | "NoOidcAuthSourcesDefined" | "AddKeyToRoleDisallowed" | "KeysAlreadyInRole" | "KeyInMultipleRoles" | "KeyAccessError" | "RequireRoleSessionKeyAccessError" | "BtcMessageSigningNotAllowed" | "Eip191SigningNotAllowed" | "TaprootSigningDisallowed" | "SegwitSigningDisallowed" | "PsbtSigningDisallowed" | "BabylonStakingDisallowed" | "TimeLocked" | "CelPolicyDenied" | "BabylonStakingNetwork" | "BabylonStakingParamsVersion" | "BabylonStakingExplicitParams" | "BabylonStakingStakerPk" | "BabylonStakingFinalityProviderPk" | "BabylonStakingLockTime" | "BabylonStakingValue" | "BabylonStakingChangeAddress" | "BabylonStakingFee" | "BabylonStakingWithdrawalAddress" | "BabylonStakingBbnAddress" | "SolanaInstructionCountLow" | "SolanaInstructionCountHigh" | "SolanaNotInInstructionAllowlist" | "SolanaInstructionMismatch" | "WasmPoliciesDisabled" | "WasmPolicyDenied" | "WasmPolicyFailed" | "WebhookPoliciesDisabled" | "DeniedByWebhook" | "ExplicitlyDenied";
|
|
7953
|
+
PolicyErrorOwnCodes: "Inapplicable" | "SuiTxReceiversDisallowedTransactionKind" | "SuiTxReceiversDisallowedTransferAddress" | "SuiTxReceiversDisallowedCommand" | "BtcTxDisallowedOutputs" | "BtcSignatureExceededValue" | "BtcValueOverflow" | "BtcSighashTypeDisallowed" | "Eip7702AddressMismatch" | "EvmTxReceiverMismatch" | "EvmTxChainIdMismatch" | "EvmTxSenderMismatch" | "EvmTxExceededValue" | "EvmTxExceededGasCost" | "EvmTxGasCostUndefined" | "EvmDataDisallowed" | "Erc20DataInvalid" | "EvmContractAddressUndefined" | "EvmContractChainIdUndefined" | "EvmDataNotDefined" | "EvmDataInvalid" | "EvmContractNotInAllowlist" | "Erc20ExceededTransferLimit" | "Erc20ReceiverMismatch" | "Erc20ExceededApproveLimit" | "Erc20SpenderMismatch" | "EvmFunctionNotInAllowlist" | "EvmFunctionCallInvalid" | "EvmFunctionCallDisallowedArg" | "PolicyDisjunctionError" | "PolicyNegationError" | "Eth2ExceededMaxUnstake" | "Eth2ConcurrentUnstaking" | "NotInIpv4Allowlist" | "NotInOriginAllowlist" | "NotInOperationAllowlist" | "InvalidSourceIp" | "RawSigningNotAllowed" | "DiffieHellmanExchangeNotAllowed" | "Eip712SigningNotAllowed" | "OidcSourceNotAllowed" | "NoOidcAuthSourcesDefined" | "AddKeyToRoleDisallowed" | "KeysAlreadyInRole" | "KeyInMultipleRoles" | "KeyAccessError" | "RequireRoleSessionKeyAccessError" | "BtcMessageSigningNotAllowed" | "Eip191SigningNotAllowed" | "Eip7702SigningNotAllowed" | "TaprootSigningDisallowed" | "SegwitSigningDisallowed" | "PsbtSigningDisallowed" | "BabylonStakingDisallowed" | "TimeLocked" | "CelPolicyDenied" | "BabylonStakingNetwork" | "BabylonStakingParamsVersion" | "BabylonStakingExplicitParams" | "BabylonStakingStakerPk" | "BabylonStakingFinalityProviderPk" | "BabylonStakingLockTime" | "BabylonStakingValue" | "BabylonStakingChangeAddress" | "BabylonStakingFee" | "BabylonStakingWithdrawalAddress" | "BabylonStakingBbnAddress" | "SolanaInstructionCountLow" | "SolanaInstructionCountHigh" | "SolanaNotInInstructionAllowlist" | "SolanaInstructionMismatch" | "WasmPoliciesDisabled" | "WasmPolicyDenied" | "WasmPolicyFailed" | "WebhookPoliciesDisabled" | "DeniedByWebhook" | "ExplicitlyDenied";
|
|
7639
7954
|
/** @description A struct containing all the information about a specific version of a policy. */
|
|
7640
7955
|
PolicyInfo: {
|
|
7641
7956
|
/** @description The access-control entries for the policy. */
|
|
@@ -8496,7 +8811,7 @@ export interface components {
|
|
|
8496
8811
|
* Can be `None` if the request is creating a secret without ACL or updating an
|
|
8497
8812
|
* existing secret's value.
|
|
8498
8813
|
*/
|
|
8499
|
-
acl?: unknown
|
|
8814
|
+
acl?: unknown;
|
|
8500
8815
|
import_key?: components["schemas"]["KeyImportKey"] | null;
|
|
8501
8816
|
value?: components["schemas"]["SecretValue"] | null;
|
|
8502
8817
|
};
|
|
@@ -9885,26 +10200,8 @@ export interface components {
|
|
|
9885
10200
|
};
|
|
9886
10201
|
/** @description Request body for updating a named policy. */
|
|
9887
10202
|
UpdatePolicyRequest: {
|
|
9888
|
-
/**
|
|
9889
|
-
|
|
9890
|
-
* @example [
|
|
9891
|
-
* {
|
|
9892
|
-
* "action": "attach",
|
|
9893
|
-
* "resources": [
|
|
9894
|
-
* {
|
|
9895
|
-
* "key_id": "*",
|
|
9896
|
-
* "role_id": "Role#e427c28a-9c5b-49cc-a257-878aea58a22c"
|
|
9897
|
-
* }
|
|
9898
|
-
* ],
|
|
9899
|
-
* "subjects": "*"
|
|
9900
|
-
* },
|
|
9901
|
-
* {
|
|
9902
|
-
* "action": "sign",
|
|
9903
|
-
* "subjects": "Role#e427c28a-9c5b-49cc-a257-878aea58a22c"
|
|
9904
|
-
* }
|
|
9905
|
-
* ]
|
|
9906
|
-
*/
|
|
9907
|
-
acl?: unknown[] | null;
|
|
10203
|
+
/** @description New Access-control entries. */
|
|
10204
|
+
acl?: unknown;
|
|
9908
10205
|
edit_policy?: components["schemas"]["EditPolicy"] | null;
|
|
9909
10206
|
/** @description A new metadata. */
|
|
9910
10207
|
metadata?: unknown;
|
|
@@ -10215,6 +10512,8 @@ export interface components {
|
|
|
10215
10512
|
/** @description The Id of the policy this wasm rule belongs to. */
|
|
10216
10513
|
policy_id: string;
|
|
10217
10514
|
};
|
|
10515
|
+
/** @description Whether the official webapp origin is automatically allowed. `"limited"` is treated the same as `true` by the back end, but reported as-is to clients */
|
|
10516
|
+
WebappEnabled: boolean | "limited";
|
|
10218
10517
|
/**
|
|
10219
10518
|
* @description Allowed webhook methods
|
|
10220
10519
|
* @enum {string}
|
|
@@ -11123,14 +11422,6 @@ export interface components {
|
|
|
11123
11422
|
};
|
|
11124
11423
|
};
|
|
11125
11424
|
};
|
|
11126
|
-
ListMfaResponse: {
|
|
11127
|
-
content: {
|
|
11128
|
-
"application/json": {
|
|
11129
|
-
/** @description All pending MFA requests */
|
|
11130
|
-
mfa_requests: components["schemas"]["MfaRequestInfo"][];
|
|
11131
|
-
};
|
|
11132
|
-
};
|
|
11133
|
-
};
|
|
11134
11425
|
/** @description All pending MMI requests created by the current user. */
|
|
11135
11426
|
ListPendingMessagesResponse: {
|
|
11136
11427
|
content: {
|
|
@@ -11342,8 +11633,7 @@ export interface components {
|
|
|
11342
11633
|
* is meaningless for organizations that use org-wide export.)
|
|
11343
11634
|
*/
|
|
11344
11635
|
user_export_window: number;
|
|
11345
|
-
|
|
11346
|
-
webapp_enabled?: boolean;
|
|
11636
|
+
webapp_enabled?: components["schemas"]["WebappEnabled"];
|
|
11347
11637
|
};
|
|
11348
11638
|
};
|
|
11349
11639
|
};
|
|
@@ -11466,6 +11756,21 @@ export interface components {
|
|
|
11466
11756
|
};
|
|
11467
11757
|
};
|
|
11468
11758
|
};
|
|
11759
|
+
PaginatedListMfaResponse: {
|
|
11760
|
+
content: {
|
|
11761
|
+
"application/json": {
|
|
11762
|
+
/** @description All pending MFA requests */
|
|
11763
|
+
mfa_requests: components["schemas"]["MfaRequestInfo"][];
|
|
11764
|
+
} & {
|
|
11765
|
+
/**
|
|
11766
|
+
* @description If set, the content of `response` does not contain the entire result set.
|
|
11767
|
+
* To fetch the next page of the result set, call the same endpoint
|
|
11768
|
+
* but specify this value as the 'page.start' query parameter.
|
|
11769
|
+
*/
|
|
11770
|
+
last_evaluated_key?: string | null;
|
|
11771
|
+
};
|
|
11772
|
+
};
|
|
11773
|
+
};
|
|
11469
11774
|
PaginatedListPoliciesResponse: {
|
|
11470
11775
|
content: {
|
|
11471
11776
|
"application/json": {
|
|
@@ -13685,6 +13990,48 @@ export interface operations {
|
|
|
13685
13990
|
};
|
|
13686
13991
|
};
|
|
13687
13992
|
};
|
|
13993
|
+
/**
|
|
13994
|
+
* Sign an EIP-7702 Authorization
|
|
13995
|
+
* @description Sign an EIP-7702 Authorization
|
|
13996
|
+
*
|
|
13997
|
+
* Signs an EIP-7702 authorization tuple `(chain_id, address, nonce)` with a given
|
|
13998
|
+
* Secp256k1 key. The resulting 65-byte signature (`r || s || y_parity`) can be used to
|
|
13999
|
+
* assemble a `SignedAuthorization` for an EIP-7702 set-code transaction.
|
|
14000
|
+
*/
|
|
14001
|
+
eip7702Sign: {
|
|
14002
|
+
parameters: {
|
|
14003
|
+
path: {
|
|
14004
|
+
/**
|
|
14005
|
+
* @description Name or ID of the desired Org
|
|
14006
|
+
* @example Org#124dfe3e-3bbd-487d-80c0-53c55e8ab87a
|
|
14007
|
+
*/
|
|
14008
|
+
org_id: string;
|
|
14009
|
+
/**
|
|
14010
|
+
* @description Hex-encoded EVM address of the Secp256k1 key
|
|
14011
|
+
* @example 0x49011adbCC3bC9c0307BB07F37Dda1a1a9c69d2E
|
|
14012
|
+
*/
|
|
14013
|
+
pubkey: string;
|
|
14014
|
+
};
|
|
14015
|
+
};
|
|
14016
|
+
requestBody: {
|
|
14017
|
+
content: {
|
|
14018
|
+
"application/json": components["schemas"]["Eip7702SignRequest"];
|
|
14019
|
+
};
|
|
14020
|
+
};
|
|
14021
|
+
responses: {
|
|
14022
|
+
200: components["responses"]["SignResponse"];
|
|
14023
|
+
202: {
|
|
14024
|
+
content: {
|
|
14025
|
+
"application/json": components["schemas"]["AcceptedResponse"];
|
|
14026
|
+
};
|
|
14027
|
+
};
|
|
14028
|
+
default: {
|
|
14029
|
+
content: {
|
|
14030
|
+
"application/json": components["schemas"]["ErrorResponse"];
|
|
14031
|
+
};
|
|
14032
|
+
};
|
|
14033
|
+
};
|
|
14034
|
+
};
|
|
13688
14035
|
/**
|
|
13689
14036
|
* Get an Org-Export Ciphertext
|
|
13690
14037
|
* @description Get an Org-Export Ciphertext
|
|
@@ -14699,9 +15046,27 @@ export interface operations {
|
|
|
14699
15046
|
* Retrieves and returns all pending MFA requests that are accessible to the current session,
|
|
14700
15047
|
* i.e., those created by the current session identity plus those in which the current user
|
|
14701
15048
|
* is listed as an approver
|
|
15049
|
+
*
|
|
15050
|
+
* NOTE that if pagination is used and a page limit is set, the returned result
|
|
15051
|
+
* set may contain either FEWER or MORE elements than the requested page limit.
|
|
14702
15052
|
*/
|
|
14703
15053
|
mfaList: {
|
|
14704
15054
|
parameters: {
|
|
15055
|
+
query?: {
|
|
15056
|
+
/**
|
|
15057
|
+
* @description Max number of items to return per page.
|
|
15058
|
+
*
|
|
15059
|
+
* If the actual number of returned items may be less that this, even if there exist more
|
|
15060
|
+
* data in the result set. To reliably determine if more data is left in the result set,
|
|
15061
|
+
* inspect the [UnencryptedLastEvalKey] value in the response object.
|
|
15062
|
+
*/
|
|
15063
|
+
"page.size"?: number;
|
|
15064
|
+
/**
|
|
15065
|
+
* @description The start of the page. Omit to start from the beginning; otherwise, only specify a
|
|
15066
|
+
* the exact value previously returned as 'last_evaluated_key' from the same endpoint.
|
|
15067
|
+
*/
|
|
15068
|
+
"page.start"?: string | null;
|
|
15069
|
+
};
|
|
14705
15070
|
path: {
|
|
14706
15071
|
/**
|
|
14707
15072
|
* @description Name or ID of the desired Org
|
|
@@ -14711,7 +15076,7 @@ export interface operations {
|
|
|
14711
15076
|
};
|
|
14712
15077
|
};
|
|
14713
15078
|
responses: {
|
|
14714
|
-
200: components["responses"]["
|
|
15079
|
+
200: components["responses"]["PaginatedListMfaResponse"];
|
|
14715
15080
|
default: {
|
|
14716
15081
|
content: {
|
|
14717
15082
|
"application/json": components["schemas"]["ErrorResponse"];
|