@@ -1195,7 +1195,9 @@ paths:
11951195 content:
11961196 application/json:
11971197 schema:
1198- $ref: '#/components/schemas/PlatformPlatformError'
1198+ oneOf:
1199+ - $ref: '#/components/schemas/PlatformPlatformError'
1200+ - $ref: '#/components/schemas/DuplicateSequenceId'
11991201 '401':
12001202 description: Unauthorized
12011203 content:
@@ -17438,6 +17440,7 @@ paths:
1743817440 oneOf:
1743917441 - $ref: '#/components/schemas/PlatformError3'
1744017442 - $ref: '#/components/schemas/InvalidWalletId'
17443+ - $ref: '#/components/schemas/DuplicateSequenceId1'
1744117444 - $ref: '#/components/schemas/InvalidOFAC'
1744217445 '423':
1744317446 description: Locked
@@ -31387,24 +31390,6 @@ components:
3138731390 type: array
3138831391 items:
3138931392 type: string
31390- uri:
31391- type: string
31392- apiEndpoint:
31393- type: string
31394- nodeId:
31395- type: string
31396- updateSignerIP:
31397- type: boolean
31398- signerIP:
31399- type: string
31400- updateSignerTlsCert:
31401- type: boolean
31402- signerTlsCert:
31403- type: string
31404- updateSignerMacaroon:
31405- type: boolean
31406- encryptedSignerMacaroon:
31407- type: string
3140831393 required:
3140931394 - keys
3141031395 SolWallet:
@@ -35333,6 +35318,18 @@ components:
3533335318 type: string
3533435319 format: ipv4
3533535320 example: 127.0.0.1
35321+ DuplicateSequenceId:
35322+ title: Duplicate SequenceId
35323+ allOf:
35324+ - $ref: '#/components/schemas/PlatformPlatformError'
35325+ - properties:
35326+ name:
35327+ type: string
35328+ description: Error code
35329+ enum:
35330+ - DuplicateSequenceId
35331+ required:
35332+ - name
3533635333 V1ErrorResponse:
3533735334 title: V1ErrorResponse
3533835335 type: object
@@ -38965,6 +38962,18 @@ components:
3896538962 - owner
3896638963 - $ref: '#/components/schemas/PaymentIntent1'
3896738964 - $ref: '#/components/schemas/DotAccountBaseBuildOptions'
38965+ DuplicateSequenceId1:
38966+ title: Duplicate SequenceId
38967+ allOf:
38968+ - $ref: '#/components/schemas/PlatformError3'
38969+ - properties:
38970+ name:
38971+ type: string
38972+ description: Error code
38973+ enum:
38974+ - DuplicateSequenceId
38975+ required:
38976+ - name
3896838977 Email:
3896938978 type: string
3897038979 format: email
0 commit comments