@vidispine/types 24.2.0-pre.1 → 24.2.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.
- package/dist/index.d.ts +1 -3
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1562,8 +1562,6 @@ export declare type FacetFilterType = {
|
|
|
1562
1562
|
export declare type FacetRangeType = IntegerOrEmpty & {
|
|
1563
1563
|
start: string;
|
|
1564
1564
|
end: string;
|
|
1565
|
-
} & {
|
|
1566
|
-
value: string;
|
|
1567
1565
|
};
|
|
1568
1566
|
|
|
1569
1567
|
export declare type FacetType = {
|
|
@@ -1990,7 +1988,7 @@ export declare type ItemSearchType = {
|
|
|
1990
1988
|
intervals?: SearchIntervalsType;
|
|
1991
1989
|
reference?: Array<string>;
|
|
1992
1990
|
operator?: SearchOperatorType;
|
|
1993
|
-
filter?:
|
|
1991
|
+
filter?: Array<SearchFilterType>;
|
|
1994
1992
|
acl?: SearchAclType;
|
|
1995
1993
|
collection?: Array<CollectionCriterionType>;
|
|
1996
1994
|
item?: ItemCriterionType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/types",
|
|
3
|
-
"version": "24.2.0
|
|
3
|
+
"version": "24.2.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"lint": "eslint . --cache --max-warnings=0 --ext .js,.jsx,.ts,.tsx,.md,.mdx"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@vidispine/eslint-config-base": "24.2.0
|
|
27
|
-
"@vidispine/eslint-config-mdx": "24.2.0
|
|
28
|
-
"@vidispine/prettier-config": "24.2.0
|
|
26
|
+
"@vidispine/eslint-config-base": "24.2.0",
|
|
27
|
+
"@vidispine/eslint-config-mdx": "24.2.0",
|
|
28
|
+
"@vidispine/prettier-config": "24.2.0",
|
|
29
29
|
"eslint": "8.55.0",
|
|
30
30
|
"prettier": "3.1.1",
|
|
31
31
|
"typescript": "5.0.4",
|