@suitest/types
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -125,3 +125,11 @@ import {LineId} from './testLine'; | ||
| 'missingCpp' | ||
| 'outOfMemory', | ||
| 'outOfMemory' | ||
| 'networkError' | ||
| 'instrumentationFailed' | ||
| 'packageCorrupted' | ||
| 'unknownElementProperty' | ||
| 'configuratorError' | ||
| 'appStoreBuild' | ||
| 'outdatedLibraryWarning' | ||
| 'cyclicReference', | ||
}; | ||
@@ -234,3 +242,3 @@ | ||
export type QueryFailedWithCode = { | ||
export type QueryFailedWithCode = QueryFailedInvalidUrl | { | ||
errorType: 'queryFailed', | ||
@@ -257,2 +265,12 @@ message: { | ||
}; | ||
export type QueryFailedInvalidUrl = { | ||
errorType: 'queryFailed', | ||
message: { | ||
code: 'invalidUrl', | ||
}, | ||
actualValue: string, | ||
expectedValue: string, | ||
}; | ||
export type QueryFailedError = BaseResult & (QueryFailedWithCode | { | ||
@@ -316,2 +334,3 @@ errorType: 'queryFailed', | ||
}, | ||
definitionId: string, | ||
}; | ||
@@ -318,0 +337,0 @@ |
{ | ||
"name": "@suitest/types", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for common data structures", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/SuitestAutomation/suitest#readme", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19225
729
0