@vidispine/types 24.2.0 → 24.3.0-pre.1
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 -0
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -5114,6 +5114,7 @@ export declare type VXAType = {
|
|
|
5114
5114
|
transcoder?: Array<TranscoderType>;
|
|
5115
5115
|
agentGroup?: string;
|
|
5116
5116
|
externalUri?: string;
|
|
5117
|
+
publicEndpointUri?: string;
|
|
5117
5118
|
forwardService?: Array<ForwardServiceType>;
|
|
5118
5119
|
certificate?: string;
|
|
5119
5120
|
resourceTag?: Array<KeyValuePairType>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/types",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.3.0-pre.1",
|
|
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.
|
|
27
|
-
"@vidispine/eslint-config-mdx": "24.
|
|
28
|
-
"@vidispine/prettier-config": "24.
|
|
26
|
+
"@vidispine/eslint-config-base": "24.3.0-pre.1",
|
|
27
|
+
"@vidispine/eslint-config-mdx": "24.3.0-pre.1",
|
|
28
|
+
"@vidispine/prettier-config": "24.3.0-pre.1",
|
|
29
29
|
"eslint": "8.55.0",
|
|
30
30
|
"prettier": "3.1.1",
|
|
31
31
|
"typescript": "5.0.4",
|