@nxtedition/types 23.0.26 → 23.0.27
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/common/pipeline.d.ts +1 -1
- package/dist/common/pipeline.js +22 -13
- package/dist/common/settings.d.ts +47 -5
- package/dist/common/settings.js +2132 -723
- package/dist/domains/pipeline-preset.js +24 -13
- package/dist/domains/settings.js +2318 -854
- package/dist/schema.json +120 -5
- package/package.json +1 -1
package/dist/schema.json
CHANGED
|
@@ -4208,7 +4208,7 @@
|
|
|
4208
4208
|
"type": "array"
|
|
4209
4209
|
},
|
|
4210
4210
|
"featurePreview": {
|
|
4211
|
-
"$ref": "#/definitions/PartialObjectDeep<{collections?:boolean;},{}>"
|
|
4211
|
+
"$ref": "#/definitions/PartialObjectDeep<{collections?:boolean;semanticSearch?:boolean;},{}>"
|
|
4212
4212
|
},
|
|
4213
4213
|
"flags": {
|
|
4214
4214
|
"$ref": "#/definitions/PartialObjectDeep<{utils:boolean;history:boolean;refs:boolean;access:boolean;files:boolean;export:boolean;json:boolean;hlsjs:boolean;resetRenders?:boolean;resetReplicas?:boolean;assetStatus?:boolean;consolidateMedia?:boolean;hideInAssetMenu?:boolean;assetRoute?:boolean;devWarnings?:boolean;},{}>"
|
|
@@ -4238,7 +4238,9 @@
|
|
|
4238
4238
|
"history": {
|
|
4239
4239
|
"type": "boolean"
|
|
4240
4240
|
},
|
|
4241
|
-
"keymap": {
|
|
4241
|
+
"keymap": {
|
|
4242
|
+
"$ref": "#/definitions/PartialObjectDeep<{display:{[actionKey:string]:KeymapSetting;};browser:{[actionKey:string]:KeymapSetting;};gallery:{[actionKey:string]:KeymapSetting;};global:{[actionKey:string]:KeymapSetting;};player:{[actionKey:string]:KeymapSetting;};script:{[actionKey:string]:KeymapSetting;};codeEditor:{[actionKey:string]:KeymapSetting;};bookmarks:{[actionKey:string]:KeymapSetting;};edit:{[actionKey:string]:KeymapSetting;};rundown:{[actionKey:string]:KeymapSetting;};segment:{[actionKey:string]:KeymapSetting;};},{}>"
|
|
4243
|
+
},
|
|
4242
4244
|
"media": {
|
|
4243
4245
|
"$ref": "#/definitions/PartialObjectDeep<{defaultFrameRate:number;placeholder?:string;guide?:{mask?:boolean;actionSafe?:boolean;titleSafe?:boolean;};stepManyFrames:number;liveZoomDuration:number;importTitleTemplate:string;tile:{preview:boolean|\"play\"|\"seek\"|\"disabled\"|\"seekplay\";showRenderProgress:boolean;};timecodeReference:string;maxSubclipDuration:number;rewindStep:number;forwardStep:number;interlacedPlayback:string;playbackRates:number[];subtitles:{spacing:number;maxCharactersPerLine:number;};subtitleTemplateId?:string;initialVolume:string;guides:{label:string;aspectRatio:string;}[];download:boolean;editMode:{enabled:boolean;defaultEnterOption:\"none\"|\"edit\"|\"createNew\";defaultExitOption:\"none\"|\"update\"|\"leave\";};transcribe?:{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};};openCommand?:string|{url?:string;command?:string;app?:string;args?:string[];};},{}>"
|
|
4244
4246
|
},
|
|
@@ -4252,7 +4254,7 @@
|
|
|
4252
4254
|
"$ref": "#/definitions/PartialObjectDeep<{overrideUserContact:boolean;overrideUserLogin:boolean;},{}>"
|
|
4253
4255
|
},
|
|
4254
4256
|
"plugins": {
|
|
4255
|
-
"$ref": "#/definitions/PartialObjectDeep<{adobe:{useProxies:boolean;};},{}>"
|
|
4257
|
+
"$ref": "#/definitions/PartialObjectDeep<{adobe:{useProxies:boolean;};rive?:{template?:string;};},{}>"
|
|
4256
4258
|
},
|
|
4257
4259
|
"predefinedTags": {
|
|
4258
4260
|
"items": {
|
|
@@ -4294,17 +4296,75 @@
|
|
|
4294
4296
|
},
|
|
4295
4297
|
"type": "object"
|
|
4296
4298
|
},
|
|
4299
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>": {
|
|
4300
|
+
"additionalProperties": false,
|
|
4301
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4302
|
+
"type": "object"
|
|
4303
|
+
},
|
|
4304
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_1": {
|
|
4305
|
+
"additionalProperties": false,
|
|
4306
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4307
|
+
"type": "object"
|
|
4308
|
+
},
|
|
4309
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_10": {
|
|
4310
|
+
"additionalProperties": false,
|
|
4311
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4312
|
+
"type": "object"
|
|
4313
|
+
},
|
|
4314
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_2": {
|
|
4315
|
+
"additionalProperties": false,
|
|
4316
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4317
|
+
"type": "object"
|
|
4318
|
+
},
|
|
4319
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_3": {
|
|
4320
|
+
"additionalProperties": false,
|
|
4321
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4322
|
+
"type": "object"
|
|
4323
|
+
},
|
|
4324
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_4": {
|
|
4325
|
+
"additionalProperties": false,
|
|
4326
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4327
|
+
"type": "object"
|
|
4328
|
+
},
|
|
4329
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_5": {
|
|
4330
|
+
"additionalProperties": false,
|
|
4331
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4332
|
+
"type": "object"
|
|
4333
|
+
},
|
|
4334
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_6": {
|
|
4335
|
+
"additionalProperties": false,
|
|
4336
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4337
|
+
"type": "object"
|
|
4338
|
+
},
|
|
4339
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_7": {
|
|
4340
|
+
"additionalProperties": false,
|
|
4341
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4342
|
+
"type": "object"
|
|
4343
|
+
},
|
|
4344
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_8": {
|
|
4345
|
+
"additionalProperties": false,
|
|
4346
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4347
|
+
"type": "object"
|
|
4348
|
+
},
|
|
4349
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_9": {
|
|
4350
|
+
"additionalProperties": false,
|
|
4351
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4352
|
+
"type": "object"
|
|
4353
|
+
},
|
|
4297
4354
|
"PartialObjectDeep<{[connectionId:string]:NotificationReason[];},{}>": {
|
|
4298
4355
|
"additionalProperties": false,
|
|
4299
4356
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4300
4357
|
"type": "object"
|
|
4301
4358
|
},
|
|
4302
|
-
"PartialObjectDeep<{adobe:{useProxies:boolean;};},{}>": {
|
|
4359
|
+
"PartialObjectDeep<{adobe:{useProxies:boolean;};rive?:{template?:string;};},{}>": {
|
|
4303
4360
|
"additionalProperties": false,
|
|
4304
4361
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4305
4362
|
"properties": {
|
|
4306
4363
|
"adobe": {
|
|
4307
4364
|
"$ref": "#/definitions/PartialObjectDeep<{useProxies:boolean;},{}>"
|
|
4365
|
+
},
|
|
4366
|
+
"rive": {
|
|
4367
|
+
"$ref": "#/definitions/PartialObjectDeep<{template?:string;},{}>"
|
|
4308
4368
|
}
|
|
4309
4369
|
},
|
|
4310
4370
|
"type": "object"
|
|
@@ -4335,12 +4395,15 @@
|
|
|
4335
4395
|
},
|
|
4336
4396
|
"type": "object"
|
|
4337
4397
|
},
|
|
4338
|
-
"PartialObjectDeep<{collections?:boolean;},{}>": {
|
|
4398
|
+
"PartialObjectDeep<{collections?:boolean;semanticSearch?:boolean;},{}>": {
|
|
4339
4399
|
"additionalProperties": false,
|
|
4340
4400
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4341
4401
|
"properties": {
|
|
4342
4402
|
"collections": {
|
|
4343
4403
|
"type": "boolean"
|
|
4404
|
+
},
|
|
4405
|
+
"semanticSearch": {
|
|
4406
|
+
"type": "boolean"
|
|
4344
4407
|
}
|
|
4345
4408
|
},
|
|
4346
4409
|
"type": "object"
|
|
@@ -4527,6 +4590,46 @@
|
|
|
4527
4590
|
},
|
|
4528
4591
|
"type": "object"
|
|
4529
4592
|
},
|
|
4593
|
+
"PartialObjectDeep<{display:{[actionKey:string]:KeymapSetting;};browser:{[actionKey:string]:KeymapSetting;};gallery:{[actionKey:string]:KeymapSetting;};global:{[actionKey:string]:KeymapSetting;};player:{[actionKey:string]:KeymapSetting;};script:{[actionKey:string]:KeymapSetting;};codeEditor:{[actionKey:string]:KeymapSetting;};bookmarks:{[actionKey:string]:KeymapSetting;};edit:{[actionKey:string]:KeymapSetting;};rundown:{[actionKey:string]:KeymapSetting;};segment:{[actionKey:string]:KeymapSetting;};},{}>": {
|
|
4594
|
+
"additionalProperties": false,
|
|
4595
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4596
|
+
"properties": {
|
|
4597
|
+
"bookmarks": {
|
|
4598
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_7"
|
|
4599
|
+
},
|
|
4600
|
+
"browser": {
|
|
4601
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_1"
|
|
4602
|
+
},
|
|
4603
|
+
"codeEditor": {
|
|
4604
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_6"
|
|
4605
|
+
},
|
|
4606
|
+
"display": {
|
|
4607
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>"
|
|
4608
|
+
},
|
|
4609
|
+
"edit": {
|
|
4610
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_8"
|
|
4611
|
+
},
|
|
4612
|
+
"gallery": {
|
|
4613
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_2"
|
|
4614
|
+
},
|
|
4615
|
+
"global": {
|
|
4616
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_3"
|
|
4617
|
+
},
|
|
4618
|
+
"player": {
|
|
4619
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_4"
|
|
4620
|
+
},
|
|
4621
|
+
"rundown": {
|
|
4622
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_9"
|
|
4623
|
+
},
|
|
4624
|
+
"script": {
|
|
4625
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_5"
|
|
4626
|
+
},
|
|
4627
|
+
"segment": {
|
|
4628
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_10"
|
|
4629
|
+
}
|
|
4630
|
+
},
|
|
4631
|
+
"type": "object"
|
|
4632
|
+
},
|
|
4530
4633
|
"PartialObjectDeep<{enable:boolean;show24Hours:boolean;showAmPm:boolean;showSeconds:boolean;showDayOfWeek:boolean;showDate:boolean;format?:string;},{}>": {
|
|
4531
4634
|
"additionalProperties": false,
|
|
4532
4635
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -4998,6 +5101,16 @@
|
|
|
4998
5101
|
},
|
|
4999
5102
|
"type": "object"
|
|
5000
5103
|
},
|
|
5104
|
+
"PartialObjectDeep<{template?:string;},{}>": {
|
|
5105
|
+
"additionalProperties": false,
|
|
5106
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
5107
|
+
"properties": {
|
|
5108
|
+
"template": {
|
|
5109
|
+
"type": "string"
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5112
|
+
"type": "object"
|
|
5113
|
+
},
|
|
5001
5114
|
"PartialObjectDeep<{thumbnailView:\"none\"|\"filmStrip\"|\"thumbnail\";voiceOver:{inputDevice?:string;inputGainDb:number;backgroundReductionDb:number;recordMode:\"instant\"|\"punchAndRoll\";preRollDuration:number;};},{}>": {
|
|
5002
5115
|
"additionalProperties": false,
|
|
5003
5116
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -5190,6 +5303,8 @@
|
|
|
5190
5303
|
"enum": [
|
|
5191
5304
|
"az",
|
|
5192
5305
|
"default",
|
|
5306
|
+
"earliestdeadline",
|
|
5307
|
+
"latestdeadline",
|
|
5193
5308
|
"leastrecent",
|
|
5194
5309
|
"manual",
|
|
5195
5310
|
"mostrecent",
|