@wix/metro-runtime
Advanced tools
Comparing version 1.1796.0 to 1.1797.0
{ | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/ff623f21421305dec4b04728038b53579731e613c85d0f6c6a49d47d/metro-runtime.umd.js" | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/4554d481a52ba8cb61a8a546e4ddea2c2cdd20ea894c1fe0c88c8014/metro-runtime.umd.js" | ||
} |
{ | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/ff623f21421305dec4b04728038b53579731e613c85d0f6c6a49d47d/metro-runtime.umd.min.js" | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/4554d481a52ba8cb61a8a546e4ddea2c2cdd20ea894c1fe0c88c8014/metro-runtime.umd.min.js" | ||
} |
{ | ||
"name": "@wix/metro-runtime", | ||
"version": "1.1796.0", | ||
"version": "1.1797.0", | ||
"license": "UNLICENSED", | ||
@@ -77,3 +77,3 @@ "author": { | ||
"@wix/metro-public-utils": "1.0.32", | ||
"@wix/motion-edm-autogen-p13n": "1.0.76", | ||
"@wix/motion-edm-autogen-p13n": "1.0.77", | ||
"@wix/motion-edm-autogen-transformations": "1.57.0", | ||
@@ -118,3 +118,3 @@ "@wix/motion-edm-autogen-transformations-core": "1.51.0", | ||
}, | ||
"falconPackageHash": "57e93895f85297c5349e00917484659b2e4a0bbf1bbbb4dd601062de" | ||
"falconPackageHash": "e24cb50294e4620cb55a66de2f5681e88b690b7297da36968a1e7323" | ||
} |
@@ -235,2 +235,3 @@ | ||
hasNext?: (boolean | null); | ||
total?: (number | null); | ||
} | ||
@@ -430,2 +431,3 @@ export interface Cursors { | ||
searchRelatedOptions?: ($wrapper.wix.api.SearchRelatedOptions | null); | ||
updateExtendedFieldsOptions?: ($wrapper.wix.api.UpdateExtendedFieldsOptions | null); | ||
} | ||
@@ -455,2 +457,5 @@ export namespace Crud { | ||
SEARCH_RELATED = "SEARCH_RELATED", | ||
UPDATE_EXTENDED_FIELDS = "UPDATE_EXTENDED_FIELDS", | ||
BULK_UPDATE_TAGS = "BULK_UPDATE_TAGS", | ||
BULK_UPDATE_TAGS_BY_FILTER = "BULK_UPDATE_TAGS_BY_FILTER", | ||
} | ||
@@ -559,2 +564,5 @@ } | ||
} | ||
export interface UpdateExtendedFieldsOptions { | ||
itemField?: (string | null); | ||
} | ||
export interface Wql { | ||
@@ -578,6 +586,6 @@ operatorFieldSupport?: ($wrapper.wix.api.Wql.OperatorFieldSupport[] | null); | ||
EXISTS = "EXISTS", | ||
HAS_ALL = "HAS_ALL", | ||
ALL = "ALL", | ||
HAS_ALL = "HAS_ALL", | ||
HAS_SOME = "HAS_SOME", | ||
ANY = "ANY", | ||
HAS_SOME = "HAS_SOME", | ||
EMPTY = "EMPTY", | ||
@@ -584,0 +592,0 @@ MATCH_ALL = "MATCH_ALL", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4644585
41345
+ Added@wix/motion-edm-autogen-p13n@1.0.77(transitive)
- Removed@wix/motion-edm-autogen-p13n@1.0.76(transitive)