merchi_sdk_ts 1.9.8 → 1.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_ts",
3
- "version": "1.9.8",
3
+ "version": "1.9.9",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:merchisdk/merchi_sdk_ts.git",
@@ -160,6 +160,18 @@ export interface StorefrontV2SiteContext {
160
160
  analysisMarkdown?: string | null;
161
161
  analysisFilePath?: string | null;
162
162
  analysisJsonFilePath?: string | null;
163
+ analysisScreenshotPaths?: string[];
164
+ analysisScreenshots?: Array<{
165
+ name?: string;
166
+ pageUrl?: string;
167
+ path?: string;
168
+ viewport?: string;
169
+ width?: number;
170
+ height?: number;
171
+ screenshotUrl?: string;
172
+ mimeType?: string;
173
+ dataUrl?: string;
174
+ }>;
163
175
  analysisBranch?: string | null;
164
176
  analysisCommitSha?: string | null;
165
177
  analysisJsonCommitSha?: string | null;