Skip to content

Commit f76791e

Browse files
chore: update openapi documentation
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 745d2e6 commit f76791e

6 files changed

Lines changed: 15 additions & 0 deletions

File tree

openapi-administration.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@
3737
"config": {
3838
"type": "object",
3939
"required": [
40+
"show-confetti",
4041
"sign-elements",
4142
"envelope",
4243
"upload"
4344
],
4445
"properties": {
46+
"show-confetti": {
47+
"type": "boolean"
48+
},
4549
"sign-elements": {
4650
"type": "object",
4751
"required": [

openapi-full.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@
3737
"config": {
3838
"type": "object",
3939
"required": [
40+
"show-confetti",
4041
"sign-elements",
4142
"envelope",
4243
"upload"
4344
],
4445
"properties": {
46+
"show-confetti": {
47+
"type": "boolean"
48+
},
4549
"sign-elements": {
4650
"type": "object",
4751
"required": [

openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@
3737
"config": {
3838
"type": "object",
3939
"required": [
40+
"show-confetti",
4041
"sign-elements",
4142
"envelope",
4243
"upload"
4344
],
4445
"properties": {
46+
"show-confetti": {
47+
"type": "boolean"
48+
},
4549
"sign-elements": {
4650
"type": "object",
4751
"required": [

src/types/openapi/openapi-administration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ export type components = {
492492
Capabilities: {
493493
features: string[];
494494
config: {
495+
"show-confetti": boolean;
495496
"sign-elements": {
496497
"is-available": boolean;
497498
"can-create-signature": boolean;

src/types/openapi/openapi-full.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,7 @@ export type components = {
15271527
Capabilities: {
15281528
features: string[];
15291529
config: {
1530+
"show-confetti": boolean;
15301531
"sign-elements": {
15311532
"is-available": boolean;
15321533
"can-create-signature": boolean;

src/types/openapi/openapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ export type components = {
10461046
Capabilities: {
10471047
features: string[];
10481048
config: {
1049+
"show-confetti": boolean;
10491050
"sign-elements": {
10501051
"is-available": boolean;
10511052
"can-create-signature": boolean;

0 commit comments

Comments
 (0)