@@ -1195,7 +1195,9 @@ paths:
1195
1195
content:
1196
1196
application/json:
1197
1197
schema:
1198
- $ref: '#/components/schemas/PlatformPlatformError'
1198
+ oneOf:
1199
+ - $ref: '#/components/schemas/PlatformPlatformError'
1200
+ - $ref: '#/components/schemas/DuplicateSequenceId'
1199
1201
'401':
1200
1202
description: Unauthorized
1201
1203
content:
@@ -17438,6 +17440,7 @@ paths:
17438
17440
oneOf:
17439
17441
- $ref: '#/components/schemas/PlatformError3'
17440
17442
- $ref: '#/components/schemas/InvalidWalletId'
17443
+ - $ref: '#/components/schemas/DuplicateSequenceId1'
17441
17444
- $ref: '#/components/schemas/InvalidOFAC'
17442
17445
'423':
17443
17446
description: Locked
@@ -31387,24 +31390,6 @@ components:
31387
31390
type: array
31388
31391
items:
31389
31392
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
31408
31393
required:
31409
31394
- keys
31410
31395
SolWallet:
@@ -35333,6 +35318,18 @@ components:
35333
35318
type: string
35334
35319
format: ipv4
35335
35320
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
35336
35333
V1ErrorResponse:
35337
35334
title: V1ErrorResponse
35338
35335
type: object
@@ -38965,6 +38962,18 @@ components:
38965
38962
- owner
38966
38963
- $ref: '#/components/schemas/PaymentIntent1'
38967
38964
- $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
38968
38977
Email:
38969
38978
type: string
38970
38979
format: email
0 commit comments