Skip to content

Commit

Permalink
Add new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Aug 1, 2024
1 parent a8e1b7c commit 09e7328
Show file tree
Hide file tree
Showing 2 changed files with 3 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.37",
"version": "1.0.38",
"description": "Validation schemes for the ScreenshotOne API requests.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ const screenshotScheme = {
metadata_content: Joi.boolean().default(false),
metadata_page_title: Joi.boolean().default(false),
metadata_open_graph: Joi.boolean().default(false),
metadata_http_response_status_code: Joi.boolean().default(false),
metadata_http_response_headers: Joi.boolean().default(false),

clip_x: Joi.number().integer().optional(),
clip_y: Joi.number().integer().optional(),
Expand Down

0 comments on commit 09e7328

Please sign in to comment.