@nxtedition/types 23.0.26 → 23.0.28
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/file.d.ts +1 -0
- package/dist/common/file.js +54 -6
- package/dist/common/pipeline.d.ts +1 -1
- package/dist/common/pipeline.js +22 -13
- package/dist/common/settings.d.ts +48 -5
- package/dist/common/settings.js +2149 -723
- package/dist/domains/file.js +54 -6
- package/dist/domains/pipeline-preset.js +24 -13
- package/dist/domains/settings.js +2333 -853
- package/dist/schema.json +189 -5
- package/package.json +1 -1
package/dist/schema.json
CHANGED
|
@@ -3012,6 +3012,71 @@
|
|
|
3012
3012
|
},
|
|
3013
3013
|
"type": "object"
|
|
3014
3014
|
},
|
|
3015
|
+
"speed": {
|
|
3016
|
+
"additionalProperties": false,
|
|
3017
|
+
"properties": {
|
|
3018
|
+
"typia.tag": {
|
|
3019
|
+
"additionalProperties": false,
|
|
3020
|
+
"description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
|
|
3021
|
+
"properties": {
|
|
3022
|
+
"exclusive": {
|
|
3023
|
+
"items": [
|
|
3024
|
+
{
|
|
3025
|
+
"const": "maximum",
|
|
3026
|
+
"type": "string"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"const": "exclusiveMaximum",
|
|
3030
|
+
"type": "string"
|
|
3031
|
+
}
|
|
3032
|
+
],
|
|
3033
|
+
"maxItems": 2,
|
|
3034
|
+
"minItems": 2,
|
|
3035
|
+
"type": "array"
|
|
3036
|
+
},
|
|
3037
|
+
"kind": {
|
|
3038
|
+
"const": "maximum",
|
|
3039
|
+
"type": "string"
|
|
3040
|
+
},
|
|
3041
|
+
"schema": {
|
|
3042
|
+
"additionalProperties": false,
|
|
3043
|
+
"properties": {
|
|
3044
|
+
"maximum": {
|
|
3045
|
+
"const": 1,
|
|
3046
|
+
"type": "number"
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
3049
|
+
"required": [
|
|
3050
|
+
"maximum"
|
|
3051
|
+
],
|
|
3052
|
+
"type": "object"
|
|
3053
|
+
},
|
|
3054
|
+
"target": {
|
|
3055
|
+
"const": "number",
|
|
3056
|
+
"type": "string"
|
|
3057
|
+
},
|
|
3058
|
+
"validate": {
|
|
3059
|
+
"const": "$input <= 1",
|
|
3060
|
+
"type": "string"
|
|
3061
|
+
},
|
|
3062
|
+
"value": {
|
|
3063
|
+
"const": 1,
|
|
3064
|
+
"type": "number"
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
3067
|
+
"required": [
|
|
3068
|
+
"exclusive",
|
|
3069
|
+
"kind",
|
|
3070
|
+
"schema",
|
|
3071
|
+
"target",
|
|
3072
|
+
"validate",
|
|
3073
|
+
"value"
|
|
3074
|
+
],
|
|
3075
|
+
"type": "object"
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
"type": "object"
|
|
3079
|
+
},
|
|
3015
3080
|
"tags": {
|
|
3016
3081
|
"items": {
|
|
3017
3082
|
"type": "string"
|
|
@@ -3046,6 +3111,7 @@
|
|
|
3046
3111
|
"resumable",
|
|
3047
3112
|
"seekable",
|
|
3048
3113
|
"size",
|
|
3114
|
+
"speed",
|
|
3049
3115
|
"tags",
|
|
3050
3116
|
"uploading",
|
|
3051
3117
|
"zones"
|
|
@@ -4208,7 +4274,7 @@
|
|
|
4208
4274
|
"type": "array"
|
|
4209
4275
|
},
|
|
4210
4276
|
"featurePreview": {
|
|
4211
|
-
"$ref": "#/definitions/PartialObjectDeep<{collections?:boolean;},{}>"
|
|
4277
|
+
"$ref": "#/definitions/PartialObjectDeep<{collections?:boolean;semanticSearch?:boolean;},{}>"
|
|
4212
4278
|
},
|
|
4213
4279
|
"flags": {
|
|
4214
4280
|
"$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 +4304,9 @@
|
|
|
4238
4304
|
"history": {
|
|
4239
4305
|
"type": "boolean"
|
|
4240
4306
|
},
|
|
4241
|
-
"keymap": {
|
|
4307
|
+
"keymap": {
|
|
4308
|
+
"$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;};},{}>"
|
|
4309
|
+
},
|
|
4242
4310
|
"media": {
|
|
4243
4311
|
"$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
4312
|
},
|
|
@@ -4252,7 +4320,7 @@
|
|
|
4252
4320
|
"$ref": "#/definitions/PartialObjectDeep<{overrideUserContact:boolean;overrideUserLogin:boolean;},{}>"
|
|
4253
4321
|
},
|
|
4254
4322
|
"plugins": {
|
|
4255
|
-
"$ref": "#/definitions/PartialObjectDeep<{adobe:{useProxies:boolean;};},{}>"
|
|
4323
|
+
"$ref": "#/definitions/PartialObjectDeep<{adobe:{useProxies:boolean;};rive?:{template?:string;};},{}>"
|
|
4256
4324
|
},
|
|
4257
4325
|
"predefinedTags": {
|
|
4258
4326
|
"items": {
|
|
@@ -4269,6 +4337,9 @@
|
|
|
4269
4337
|
"storyboard": {
|
|
4270
4338
|
"$ref": "#/definitions/PartialObjectDeep<{folded?:{auto?:boolean;};assets:{story:{excerpt:{maxLines:number;mode:string;};};note?:{maxHeight?:number;};};pipeline:{search:{maxItemsDisplayed:number;};sortMode:PipelineSortMode;};item:{maxHeight:number;};},{}>"
|
|
4271
4339
|
},
|
|
4340
|
+
"suppressDeleteAlert": {
|
|
4341
|
+
"type": "boolean"
|
|
4342
|
+
},
|
|
4272
4343
|
"swarm": {
|
|
4273
4344
|
"$ref": "#/definitions/PartialObjectDeep<{color?:string;name?:string;},{}>"
|
|
4274
4345
|
},
|
|
@@ -4294,17 +4365,75 @@
|
|
|
4294
4365
|
},
|
|
4295
4366
|
"type": "object"
|
|
4296
4367
|
},
|
|
4368
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>": {
|
|
4369
|
+
"additionalProperties": false,
|
|
4370
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4371
|
+
"type": "object"
|
|
4372
|
+
},
|
|
4373
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_1": {
|
|
4374
|
+
"additionalProperties": false,
|
|
4375
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4376
|
+
"type": "object"
|
|
4377
|
+
},
|
|
4378
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_10": {
|
|
4379
|
+
"additionalProperties": false,
|
|
4380
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4381
|
+
"type": "object"
|
|
4382
|
+
},
|
|
4383
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_2": {
|
|
4384
|
+
"additionalProperties": false,
|
|
4385
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4386
|
+
"type": "object"
|
|
4387
|
+
},
|
|
4388
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_3": {
|
|
4389
|
+
"additionalProperties": false,
|
|
4390
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4391
|
+
"type": "object"
|
|
4392
|
+
},
|
|
4393
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_4": {
|
|
4394
|
+
"additionalProperties": false,
|
|
4395
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4396
|
+
"type": "object"
|
|
4397
|
+
},
|
|
4398
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_5": {
|
|
4399
|
+
"additionalProperties": false,
|
|
4400
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4401
|
+
"type": "object"
|
|
4402
|
+
},
|
|
4403
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_6": {
|
|
4404
|
+
"additionalProperties": false,
|
|
4405
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4406
|
+
"type": "object"
|
|
4407
|
+
},
|
|
4408
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_7": {
|
|
4409
|
+
"additionalProperties": false,
|
|
4410
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4411
|
+
"type": "object"
|
|
4412
|
+
},
|
|
4413
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_8": {
|
|
4414
|
+
"additionalProperties": false,
|
|
4415
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4416
|
+
"type": "object"
|
|
4417
|
+
},
|
|
4418
|
+
"PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_9": {
|
|
4419
|
+
"additionalProperties": false,
|
|
4420
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4421
|
+
"type": "object"
|
|
4422
|
+
},
|
|
4297
4423
|
"PartialObjectDeep<{[connectionId:string]:NotificationReason[];},{}>": {
|
|
4298
4424
|
"additionalProperties": false,
|
|
4299
4425
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4300
4426
|
"type": "object"
|
|
4301
4427
|
},
|
|
4302
|
-
"PartialObjectDeep<{adobe:{useProxies:boolean;};},{}>": {
|
|
4428
|
+
"PartialObjectDeep<{adobe:{useProxies:boolean;};rive?:{template?:string;};},{}>": {
|
|
4303
4429
|
"additionalProperties": false,
|
|
4304
4430
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4305
4431
|
"properties": {
|
|
4306
4432
|
"adobe": {
|
|
4307
4433
|
"$ref": "#/definitions/PartialObjectDeep<{useProxies:boolean;},{}>"
|
|
4434
|
+
},
|
|
4435
|
+
"rive": {
|
|
4436
|
+
"$ref": "#/definitions/PartialObjectDeep<{template?:string;},{}>"
|
|
4308
4437
|
}
|
|
4309
4438
|
},
|
|
4310
4439
|
"type": "object"
|
|
@@ -4335,12 +4464,15 @@
|
|
|
4335
4464
|
},
|
|
4336
4465
|
"type": "object"
|
|
4337
4466
|
},
|
|
4338
|
-
"PartialObjectDeep<{collections?:boolean;},{}>": {
|
|
4467
|
+
"PartialObjectDeep<{collections?:boolean;semanticSearch?:boolean;},{}>": {
|
|
4339
4468
|
"additionalProperties": false,
|
|
4340
4469
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4341
4470
|
"properties": {
|
|
4342
4471
|
"collections": {
|
|
4343
4472
|
"type": "boolean"
|
|
4473
|
+
},
|
|
4474
|
+
"semanticSearch": {
|
|
4475
|
+
"type": "boolean"
|
|
4344
4476
|
}
|
|
4345
4477
|
},
|
|
4346
4478
|
"type": "object"
|
|
@@ -4527,6 +4659,46 @@
|
|
|
4527
4659
|
},
|
|
4528
4660
|
"type": "object"
|
|
4529
4661
|
},
|
|
4662
|
+
"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;};},{}>": {
|
|
4663
|
+
"additionalProperties": false,
|
|
4664
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4665
|
+
"properties": {
|
|
4666
|
+
"bookmarks": {
|
|
4667
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_7"
|
|
4668
|
+
},
|
|
4669
|
+
"browser": {
|
|
4670
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_1"
|
|
4671
|
+
},
|
|
4672
|
+
"codeEditor": {
|
|
4673
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_6"
|
|
4674
|
+
},
|
|
4675
|
+
"display": {
|
|
4676
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>"
|
|
4677
|
+
},
|
|
4678
|
+
"edit": {
|
|
4679
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_8"
|
|
4680
|
+
},
|
|
4681
|
+
"gallery": {
|
|
4682
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_2"
|
|
4683
|
+
},
|
|
4684
|
+
"global": {
|
|
4685
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_3"
|
|
4686
|
+
},
|
|
4687
|
+
"player": {
|
|
4688
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_4"
|
|
4689
|
+
},
|
|
4690
|
+
"rundown": {
|
|
4691
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_9"
|
|
4692
|
+
},
|
|
4693
|
+
"script": {
|
|
4694
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_5"
|
|
4695
|
+
},
|
|
4696
|
+
"segment": {
|
|
4697
|
+
"$ref": "#/definitions/PartialObjectDeep<{[actionKey:string]:KeymapSetting;},{}>_10"
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
"type": "object"
|
|
4701
|
+
},
|
|
4530
4702
|
"PartialObjectDeep<{enable:boolean;show24Hours:boolean;showAmPm:boolean;showSeconds:boolean;showDayOfWeek:boolean;showDate:boolean;format?:string;},{}>": {
|
|
4531
4703
|
"additionalProperties": false,
|
|
4532
4704
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -4998,6 +5170,16 @@
|
|
|
4998
5170
|
},
|
|
4999
5171
|
"type": "object"
|
|
5000
5172
|
},
|
|
5173
|
+
"PartialObjectDeep<{template?:string;},{}>": {
|
|
5174
|
+
"additionalProperties": false,
|
|
5175
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
5176
|
+
"properties": {
|
|
5177
|
+
"template": {
|
|
5178
|
+
"type": "string"
|
|
5179
|
+
}
|
|
5180
|
+
},
|
|
5181
|
+
"type": "object"
|
|
5182
|
+
},
|
|
5001
5183
|
"PartialObjectDeep<{thumbnailView:\"none\"|\"filmStrip\"|\"thumbnail\";voiceOver:{inputDevice?:string;inputGainDb:number;backgroundReductionDb:number;recordMode:\"instant\"|\"punchAndRoll\";preRollDuration:number;};},{}>": {
|
|
5002
5184
|
"additionalProperties": false,
|
|
5003
5185
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -5190,6 +5372,8 @@
|
|
|
5190
5372
|
"enum": [
|
|
5191
5373
|
"az",
|
|
5192
5374
|
"default",
|
|
5375
|
+
"earliestdeadline",
|
|
5376
|
+
"latestdeadline",
|
|
5193
5377
|
"leastrecent",
|
|
5194
5378
|
"manual",
|
|
5195
5379
|
"mostrecent",
|