@vidispine/types 23.3.0-pre.1 → 23.3.0-pre.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.
package/README.md CHANGED
@@ -1 +1,3 @@
1
1
  # @vidispine/types
2
+
3
+ Exports type declarations for VidiCore API models
package/dist/index.d.ts CHANGED
@@ -1955,7 +1955,7 @@ export declare type ItemSearchType = {
1955
1955
  intervals?: SearchIntervalsType;
1956
1956
  reference?: Array<string>;
1957
1957
  operator?: SearchOperatorType;
1958
- filter?: Array<SearchFilterType>;
1958
+ filter?: SearchFilterType | Array<SearchFilterType>;
1959
1959
  acl?: SearchAclType;
1960
1960
  collection?: Array<CollectionCriterionType>;
1961
1961
  item?: ItemCriterionType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidispine/types",
3
- "version": "23.3.0-pre.1",
3
+ "version": "23.3.0-pre.2",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,14 +21,14 @@
21
21
  "lint": "eslint . --cache --max-warnings=0 --ext .js,.jsx,.ts,.tsx,.md,.mdx"
22
22
  },
23
23
  "devDependencies": {
24
- "@vidispine/eslint-config-base": "23.3.0-pre.1",
25
- "@vidispine/eslint-config-mdx": "23.3.0-pre.1",
26
- "@vidispine/eslint-config-typescript": "23.3.0-pre.1",
27
- "@vidispine/prettier-config": "23.3.0-pre.1",
24
+ "@vidispine/eslint-config-base": "23.3.0-pre.2",
25
+ "@vidispine/eslint-config-mdx": "23.3.0-pre.2",
26
+ "@vidispine/eslint-config-typescript": "23.3.0-pre.2",
27
+ "@vidispine/prettier-config": "23.3.0-pre.2",
28
28
  "eslint": "8.34.0",
29
29
  "prettier": "2.8.4",
30
30
  "typescript": "4.9.5",
31
- "vite": "4.3.1",
31
+ "vite": "4.3.9",
32
32
  "vite-plugin-dts": "2.3.0"
33
33
  },
34
34
  "eslintConfig": {