@@ -29476,6 +29476,8 @@ components:
29476
29476
minLength: 1
29477
29477
livenessCheckUser:
29478
29478
$ref: '#/components/schemas/LivenessVerificationParameter'
29479
+ isFallback:
29480
+ type: boolean
29479
29481
LivenessVerificationParameter:
29480
29482
title: LivenessVerificationParameter
29481
29483
type: string
@@ -30232,9 +30234,7 @@ components:
30232
30234
- $ref: '#/components/schemas/CoreDaoDelegateIntent'
30233
30235
- $ref: '#/components/schemas/CoreDaoUndelegateIntent'
30234
30236
- $ref: '#/components/schemas/CoreDaoClaimIntent'
30235
- - $ref: '#/components/schemas/EthLikeDelegateIntent'
30236
- - $ref: '#/components/schemas/EthLikeUndelegateIntent'
30237
- - $ref: '#/components/schemas/EthLikeClaimIntent'
30237
+ - $ref: '#/components/schemas/EthLikeStakeIntent'
30238
30238
- $ref: '#/components/schemas/BaseIntent'
30239
30239
BaseIntent:
30240
30240
title: Intent
@@ -30252,15 +30252,13 @@ components:
30252
30252
- type: number
30253
30253
required:
30254
30254
- intentType
30255
- EthLikeClaimIntent :
30256
- title: EthLike Claim Rewards Intent
30255
+ EthLikeStakeIntent :
30256
+ title: EthLike Stake Intent
30257
30257
allOf:
30258
30258
- type: object
30259
30259
properties:
30260
30260
intentType:
30261
- type: string
30262
- enum:
30263
- - stakeClaimRewards
30261
+ $ref: '#/components/schemas/IntentType'
30264
30262
recipients:
30265
30263
type: array
30266
30264
items:
@@ -30307,70 +30305,6 @@ components:
30307
30305
$ref: '#/components/schemas/optionalString'
30308
30306
option:
30309
30307
$ref: '#/components/schemas/optionalUnknownObject'
30310
- EthLikeUndelegateIntent:
30311
- title: EthLike Undelegate Intent
30312
- allOf:
30313
- - type: object
30314
- properties:
30315
- intentType:
30316
- type: string
30317
- enum:
30318
- - undelegate
30319
- validatorAddress:
30320
- type: string
30321
- amount:
30322
- $ref: '#/components/schemas/Amount'
30323
- recipients:
30324
- type: array
30325
- items:
30326
- type: object
30327
- properties:
30328
- address:
30329
- $ref: '#/components/schemas/Address'
30330
- amount:
30331
- $ref: '#/components/schemas/Amount'
30332
- data:
30333
- $ref: '#/components/schemas/optionalString'
30334
- required:
30335
- - address
30336
- - amount
30337
- required:
30338
- - intentType
30339
- - validatorAddress
30340
- - amount
30341
- - $ref: '#/components/schemas/BaseStakeIntent'
30342
- EthLikeDelegateIntent:
30343
- title: EthLike Delegate Intent
30344
- allOf:
30345
- - type: object
30346
- properties:
30347
- intentType:
30348
- type: string
30349
- enum:
30350
- - delegate
30351
- validatorAddress:
30352
- type: string
30353
- amount:
30354
- $ref: '#/components/schemas/Amount'
30355
- recipients:
30356
- type: array
30357
- items:
30358
- type: object
30359
- properties:
30360
- address:
30361
- $ref: '#/components/schemas/Address'
30362
- amount:
30363
- $ref: '#/components/schemas/Amount'
30364
- data:
30365
- $ref: '#/components/schemas/optionalString'
30366
- required:
30367
- - address
30368
- - amount
30369
- required:
30370
- - intentType
30371
- - validatorAddress
30372
- - amount
30373
- - $ref: '#/components/schemas/BaseStakeIntent'
30374
30308
CoreDaoClaimIntent:
30375
30309
title: CoreDAO Claim Rewards Intent
30376
30310
allOf:
@@ -36801,6 +36735,9 @@ components:
36801
36735
backupGPGPublicKey:
36802
36736
type: string
36803
36737
description: Backup public key in ASCII armored format (may be managed by user or KRS). Only required for BitGo MPC keys.
36738
+ isMPCv2:
36739
+ type: boolean
36740
+ description: Whether a key or wallet is using the Multi-Party Computation version 2 protocol. Optional field.
36804
36741
CreatePolicyRule:
36805
36742
type: object
36806
36743
properties:
@@ -46798,9 +46735,7 @@ components:
46798
46735
- $ref: '#/components/schemas/CoreDaoDelegateIntent'
46799
46736
- $ref: '#/components/schemas/CoreDaoUndelegateIntent'
46800
46737
- $ref: '#/components/schemas/CoreDaoClaimIntent'
46801
- - $ref: '#/components/schemas/EthLikeDelegateIntent'
46802
- - $ref: '#/components/schemas/EthLikeUndelegateIntent'
46803
- - $ref: '#/components/schemas/EthLikeClaimIntent'
46738
+ - $ref: '#/components/schemas/EthLikeStakeIntent'
46804
46739
- $ref: '#/components/schemas/BaseIntent'
46805
46740
ExchangeEddsaCommitmentsResponse:
46806
46741
title: ExchangeEddsaCommitmentsResponse
0 commit comments