Skip to content

Commit f31094a

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 8288121 commit f31094a

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

api.yaml

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54813,6 +54813,66 @@ components:
5481354813
required:
5481454814
- context
5481554815
- name
54816+
CantonCommand:
54817+
title: CantonCommand
54818+
oneOf:
54819+
- $ref: '#/components/schemas/CreateCommand'
54820+
- $ref: '#/components/schemas/ExerciseCommand'
54821+
CantonCommandIntent:
54822+
title: CantonCommandIntent
54823+
allOf:
54824+
- type: object
54825+
properties:
54826+
intentType:
54827+
type: string
54828+
enum:
54829+
- cantonCommand
54830+
cantonCommandParams:
54831+
$ref: '#/components/schemas/CantonCommandParams'
54832+
required:
54833+
- intentType
54834+
- cantonCommandParams
54835+
- $ref: '#/components/schemas/BaseIntent'
54836+
CantonCommandParams:
54837+
title: CantonCommandParams
54838+
type: object
54839+
properties:
54840+
command:
54841+
$ref: '#/components/schemas/CantonCommand'
54842+
actAs:
54843+
type: array
54844+
items:
54845+
type: string
54846+
readAs:
54847+
type: array
54848+
items:
54849+
type: string
54850+
resolveContracts:
54851+
type: array
54852+
items:
54853+
type: object
54854+
properties:
54855+
templateId:
54856+
type: string
54857+
actAs:
54858+
type: array
54859+
items:
54860+
type: string
54861+
injectAs:
54862+
type: string
54863+
readAs:
54864+
type: array
54865+
items:
54866+
type: string
54867+
resolveAll:
54868+
type: boolean
54869+
required:
54870+
- templateId
54871+
- actAs
54872+
- injectAs
54873+
required:
54874+
- command
54875+
- actAs
5481654876
CantonCosignDelegationAcceptIntent:
5481754877
title: Canton Cosign Delegation Accept Intent
5481854878
allOf:
@@ -56629,6 +56689,23 @@ components:
5662956689
- enterpriseId
5663056690
- requestedProducts
5663156691
title: CreateBusinessIdentityBody
56692+
CreateCommand:
56693+
title: Canton Command Intent
56694+
type: object
56695+
properties:
56696+
CreateCommand:
56697+
type: object
56698+
properties:
56699+
templateId:
56700+
type: string
56701+
createArguments:
56702+
type: object
56703+
additionalProperties: {}
56704+
required:
56705+
- templateId
56706+
- createArguments
56707+
required:
56708+
- CreateCommand
5663256709
CreateDocumentRequest:
5663356710
type: object
5663456711
properties:
@@ -60905,6 +60982,28 @@ components:
6090560982
description: The commitment share.
6090660983
required:
6090760984
- commitmentShare
60985+
ExerciseCommand:
60986+
title: ExerciseCommand
60987+
type: object
60988+
properties:
60989+
ExerciseCommand:
60990+
type: object
60991+
properties:
60992+
templateId:
60993+
type: string
60994+
choice:
60995+
type: string
60996+
choiceArgument:
60997+
type: object
60998+
additionalProperties: {}
60999+
contractId:
61000+
type: string
61001+
required:
61002+
- templateId
61003+
- choice
61004+
- choiceArgument
61005+
required:
61006+
- ExerciseCommand
6090861007
ExpectedTransfers:
6090961008
title: ExpectedTransfers
6091061009
type: object
@@ -64779,6 +64878,7 @@ components:
6477964878
- cosignDelegationProposal
6478064879
- cosignDelegationAccept
6478164880
- allocationRequest
64881+
- cantonCommand
6478264882
- defi-deposit
6478364883
- defi-redeem
6478464884
- delegateResource
@@ -81266,6 +81366,7 @@ components:
8126681366
- $ref: '#/components/schemas/BscWithdrawUndelegateIntent'
8126781367
- $ref: '#/components/schemas/CantonCosignDelegationAcceptIntent'
8126881368
- $ref: '#/components/schemas/CantonCosignDelegationProposalIntent'
81369+
- $ref: '#/components/schemas/CantonCommandIntent'
8126981370
- $ref: '#/components/schemas/CantonPaymentIntent'
8127081371
- $ref: '#/components/schemas/CantonTransferAcceptIntent'
8127181372
- $ref: '#/components/schemas/CantonTransferAcknowledgeIntent'

0 commit comments

Comments
 (0)