Skip to content

Commit

Permalink
Accept the "metadata_icon" option
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Nov 27, 2024
1 parent dcb6168 commit a002457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "screenshotone-validations",
"homepage": "https://screenshotone.com",
"version": "1.0.57",
"version": "1.0.58",
"description": "Validation schemes for the ScreenshotOne API requests.",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ const commonOptionsScheme = Joi.object({
then: Joi.boolean(),
otherwise: Joi.forbidden(),
}),
metadata_icon: Joi.boolean().default(false),

}).oxor("ip_country_code", "proxy");

Expand Down

0 comments on commit a002457

Please sign in to comment.