@alwaysmeticulous/sdk-bundles-api 2.215.1 → 2.216.2
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.
|
@@ -121,7 +121,7 @@ export interface CompareScreenshotsToTestRun {
|
|
|
121
121
|
export interface DoNotCompareScreenshots {
|
|
122
122
|
type: "do-not-compare";
|
|
123
123
|
}
|
|
124
|
-
export type ReplayTarget = SnapshottedAssetsReplayTarget | URLReplayTarget | OriginalRecordedURLReplayTarget |
|
|
124
|
+
export type ReplayTarget = SnapshottedAssetsReplayTarget | URLReplayTarget | OriginalRecordedURLReplayTarget | UploadedAssetsReplayTarget;
|
|
125
125
|
export interface SnapshottedAssetsReplayTarget {
|
|
126
126
|
type: "snapshotted-assets";
|
|
127
127
|
/**
|
|
@@ -136,9 +136,9 @@ export interface URLReplayTarget {
|
|
|
136
136
|
*/
|
|
137
137
|
appUrl: string;
|
|
138
138
|
}
|
|
139
|
-
export interface
|
|
140
|
-
type: "
|
|
141
|
-
|
|
139
|
+
export interface UploadedAssetsReplayTarget {
|
|
140
|
+
type: "uploaded-assets";
|
|
141
|
+
deploymentUploadId: string;
|
|
142
142
|
}
|
|
143
143
|
export interface OriginalRecordedURLReplayTarget {
|
|
144
144
|
type: "original-recorded-url";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.216.2",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "7423e8e6ea15c206442e95812f0d19b39b6c6776"
|
|
42
42
|
}
|