@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.76.0 to 2.77.0
@@ -142,3 +142,13 @@ import { NetworkStubbingMode, ScreenshotAssertionsEnabledOptions, ScreenshotDiffOptions, ScreenshottingEnabledOptions } from "@alwaysmeticulous/api"; | ||
essentialFeaturesOnly: boolean; | ||
vercel?: VercelExecutionSettings; | ||
} | ||
export interface VercelExecutionSettings { | ||
/** | ||
* The protection bypass token to pass as a 'x-vercel-protection-bypass' header when downloading | ||
* resources from a deployment URL with SSO or password protection enabled. | ||
* | ||
* https://vercel.com/docs/security/deployment-protection#protection-bypass-for-automation | ||
*/ | ||
deploymentProtectionBypassToken: string | null; | ||
} | ||
export type ReplayOrchestratorScreenshottingOptions = { | ||
@@ -145,0 +155,0 @@ enabled: false; |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.76.0", | ||
"version": "2.77.0", | ||
"description": "Meticulous common types", | ||
@@ -22,3 +22,3 @@ "license": "ISC", | ||
"devDependencies": { | ||
"@alwaysmeticulous/api": "^2.73.0" | ||
"@alwaysmeticulous/api": "^2.77.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f3a10794bbbb7093459ff7302d933c0068375a25" | ||
"gitHead": "0e434accc42eceb323078977344cb6298dfb5b4e" | ||
} |
22699
450