From 58774d5c6119f37abc1cef1aa8eaa7d3aed65a99 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:58:14 +0000 Subject: [PATCH 1/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 82 +++++--------------------------------------------------- 1 file changed, 7 insertions(+), 75 deletions(-) diff --git a/api.yaml b/api.yaml index df87b40..9cb4d22 100644 --- a/api.yaml +++ b/api.yaml @@ -29476,6 +29476,8 @@ components: minLength: 1 livenessCheckUser: $ref: '#/components/schemas/LivenessVerificationParameter' + isFallback: + type: boolean LivenessVerificationParameter: title: LivenessVerificationParameter type: string @@ -30232,9 +30234,7 @@ components: - $ref: '#/components/schemas/CoreDaoDelegateIntent' - $ref: '#/components/schemas/CoreDaoUndelegateIntent' - $ref: '#/components/schemas/CoreDaoClaimIntent' - - $ref: '#/components/schemas/EthLikeDelegateIntent' - - $ref: '#/components/schemas/EthLikeUndelegateIntent' - - $ref: '#/components/schemas/EthLikeClaimIntent' + - $ref: '#/components/schemas/EthLikeStakeIntent' - $ref: '#/components/schemas/BaseIntent' BaseIntent: title: Intent @@ -30252,15 +30252,13 @@ components: - type: number required: - intentType - EthLikeClaimIntent: - title: EthLike Claim Rewards Intent + EthLikeStakeIntent: + title: EthLike Stake Intent allOf: - type: object properties: intentType: - type: string - enum: - - stakeClaimRewards + $ref: '#/components/schemas/IntentType' recipients: type: array items: @@ -30307,70 +30305,6 @@ components: $ref: '#/components/schemas/optionalString' option: $ref: '#/components/schemas/optionalUnknownObject' - EthLikeUndelegateIntent: - title: EthLike Undelegate Intent - allOf: - - type: object - properties: - intentType: - type: string - enum: - - undelegate - validatorAddress: - type: string - amount: - $ref: '#/components/schemas/Amount' - recipients: - type: array - items: - type: object - properties: - address: - $ref: '#/components/schemas/Address' - amount: - $ref: '#/components/schemas/Amount' - data: - $ref: '#/components/schemas/optionalString' - required: - - address - - amount - required: - - intentType - - validatorAddress - - amount - - $ref: '#/components/schemas/BaseStakeIntent' - EthLikeDelegateIntent: - title: EthLike Delegate Intent - allOf: - - type: object - properties: - intentType: - type: string - enum: - - delegate - validatorAddress: - type: string - amount: - $ref: '#/components/schemas/Amount' - recipients: - type: array - items: - type: object - properties: - address: - $ref: '#/components/schemas/Address' - amount: - $ref: '#/components/schemas/Amount' - data: - $ref: '#/components/schemas/optionalString' - required: - - address - - amount - required: - - intentType - - validatorAddress - - amount - - $ref: '#/components/schemas/BaseStakeIntent' CoreDaoClaimIntent: title: CoreDAO Claim Rewards Intent allOf: @@ -46798,9 +46732,7 @@ components: - $ref: '#/components/schemas/CoreDaoDelegateIntent' - $ref: '#/components/schemas/CoreDaoUndelegateIntent' - $ref: '#/components/schemas/CoreDaoClaimIntent' - - $ref: '#/components/schemas/EthLikeDelegateIntent' - - $ref: '#/components/schemas/EthLikeUndelegateIntent' - - $ref: '#/components/schemas/EthLikeClaimIntent' + - $ref: '#/components/schemas/EthLikeStakeIntent' - $ref: '#/components/schemas/BaseIntent' ExchangeEddsaCommitmentsResponse: title: ExchangeEddsaCommitmentsResponse From 30bad0bfaa796c6f0fe430cc305ae02b9ebb4663 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:44:11 +0000 Subject: [PATCH 2/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api.yaml b/api.yaml index 9cb4d22..c78dcc3 100644 --- a/api.yaml +++ b/api.yaml @@ -36735,6 +36735,9 @@ components: backupGPGPublicKey: type: string description: Backup public key in ASCII armored format (may be managed by user or KRS). Only required for BitGo MPC keys. + isMPCv2: + type: boolean + description: Whether a key or wallet is using the Multi-Party Computation version 2 protocol. Optional field. CreatePolicyRule: type: object properties: