Skip to content

Commit

Permalink
deploy: ac76946
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jan 26, 2024
1 parent 041d920 commit 6ed39da
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-ui-dist",
"version": "5.10.0",
"version": "5.11.0",
"main": "index.js",
"repository": "git@github.com:swagger-api/swagger-ui.git",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui-es-bundle-core.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui-es-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-ui.js.map

Large diffs are not rendered by default.

54 changes: 28 additions & 26 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,9 @@
"isGroup": {
"type": "boolean"
},
"isNewsletter": {
"type": "boolean"
},
"message": {
"type": "string"
},
Expand All @@ -612,6 +615,7 @@
"value": {
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"message": "Hi from WPPConnect"
}
},
Expand Down Expand Up @@ -725,6 +729,9 @@
"isGroup": {
"type": "boolean"
},
"isNewsletter": {
"type": "boolean"
},
"filename": {
"type": "string"
},
Expand All @@ -741,6 +748,7 @@
"value": {
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"filename": "file name lol",
"caption": "caption for my file",
"base64": "<base64> string"
Expand Down Expand Up @@ -976,6 +984,9 @@
"isGroup": {
"type": "boolean"
},
"isNewsletter": {
"type": "boolean"
},
"filename": {
"type": "string"
},
Expand All @@ -992,6 +1003,7 @@
"value": {
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"filename": "file name lol",
"caption": "caption for my file",
"base64": "<base64> string"
Expand Down Expand Up @@ -1044,6 +1056,9 @@
"isGroup": {
"type": "boolean"
},
"isNewsletter": {
"type": "boolean"
},
"filename": {
"type": "string"
},
Expand All @@ -1060,6 +1075,7 @@
"value": {
"phone": "5521999999999",
"isGroup": false,
"isNewsletter": false,
"filename": "file name lol",
"caption": "caption for my file",
"base64": "<base64> string"
Expand Down Expand Up @@ -1896,30 +1912,7 @@
{
"bearerAuth": []
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"groupId": {
"type": "string"
}
},
"required": ["groupId"]
},
"examples": {
"Default": {
"value": {
"groupId": "<groupId>"
}
}
}
}
}
}
]
}
},
"/api/{session}/common-groups/{wid}": {
Expand Down Expand Up @@ -3976,6 +3969,9 @@
"200": {
"description": "OK"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
Expand All @@ -4000,6 +3996,12 @@
},
"messageId": {
"type": "string"
},
"onlyLocal": {
"type": "boolean"
},
"deleteMediaInDevice": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -4114,7 +4116,7 @@
"isGroup": {
"type": "boolean"
},
"messageid": {
"messageId": {
"type": "string"
}
}
Expand All @@ -4124,7 +4126,7 @@
"value": {
"phone": "5521999999999",
"isGroup": false,
"messageid": "<messageId>"
"messageId": "<messageId>"
}
}
}
Expand Down

0 comments on commit 6ed39da

Please sign in to comment.