Skip to content

Commit 887d161

Browse files
chore: regenerate default OpenAPI schema
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3ebf915 commit 887d161

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

openapi.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,6 @@
605605
"envelope"
606606
]
607607
},
608-
"signUuid": {
609-
"type": "string",
610-
"nullable": true
611-
},
612608
"metadata": {
613609
"$ref": "#/components/schemas/ValidateMetadata"
614610
},
@@ -951,10 +947,6 @@
951947
"created_at": {
952948
"type": "string"
953949
},
954-
"signUuid": {
955-
"type": "string",
956-
"nullable": true
957-
},
958950
"metadata": {
959951
"$ref": "#/components/schemas/ValidateMetadata"
960952
},
@@ -1584,7 +1576,6 @@
15841576
"required": [
15851577
"canSign",
15861578
"canRequestSign",
1587-
"signerFileUuid",
15881579
"phoneNumber",
15891580
"hasSignatureFile",
15901581
"needIdentificationDocuments",
@@ -1597,10 +1588,6 @@
15971588
"canRequestSign": {
15981589
"type": "boolean"
15991590
},
1600-
"signerFileUuid": {
1601-
"type": "string",
1602-
"nullable": true
1603-
},
16041591
"phoneNumber": {
16051592
"type": "string"
16061593
},
@@ -1802,7 +1789,7 @@
18021789
"type": "string",
18031790
"nullable": true
18041791
},
1805-
"sign_uuid": {
1792+
"sign_request_uuid": {
18061793
"type": "string"
18071794
},
18081795
"hash_algorithm": {
@@ -2206,10 +2193,6 @@
22062193
"url": {
22072194
"type": "string"
22082195
},
2209-
"signUuid": {
2210-
"type": "string",
2211-
"nullable": true
2212-
},
22132196
"mime": {
22142197
"type": "string"
22152198
},

0 commit comments

Comments
 (0)