@applitools/nlp-web-runner 5.13.0 → 5.14.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
var __defProp=Object['defineProperty'],__exportAll=(
|
|
1
|
+
var __defProp=Object['defineProperty'],__exportAll=(u,i)=>{let r={};for(var l in u)__defProp(r,l,{'get':u[l],'enumerable':!![]});if(!i)__defProp(r,Symbol['toStringTag'],{'value':'Module'});return r;};export{__exportAll as t};
|
|
@@ -299,7 +299,7 @@ type Pattern = {
|
|
|
299
299
|
name: PatternName;
|
|
300
300
|
});
|
|
301
301
|
type PatternName = 'number' | 'price' | 'percentage' | 'date' | 'time' | 'code';
|
|
302
|
-
type ExtractType = PrimitiveName<Any> | 'color' | 'background-color' | 'foreground-color';
|
|
302
|
+
type ExtractType = PrimitiveName<Any> | 'color' | 'background-color' | 'foreground-color' | 'amount' | 'price' | 'percentage';
|
|
303
303
|
type ExtractOperation = {
|
|
304
304
|
operator: 'extract';
|
|
305
305
|
operands: [Operand, ExtractType];
|