@nxtedition/types 23.0.23 → 23.0.24
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 -1
- package/dist/common/file.js +16 -13
- package/dist/common/settings.d.ts +16 -4
- package/dist/common/settings.js +1293 -1026
- package/dist/domains/file.js +16 -13
- package/dist/domains/settings.js +1292 -1025
- package/dist/schema.json +65 -11
- package/package.json +1 -1
package/dist/schema.json
CHANGED
|
@@ -3980,7 +3980,7 @@
|
|
|
3980
3980
|
"type": "number"
|
|
3981
3981
|
},
|
|
3982
3982
|
"browser": {
|
|
3983
|
-
"$ref": "#/definitions/PartialObjectDeep<{createMenu:{sortOrder:string[];};},{}>"
|
|
3983
|
+
"$ref": "#/definitions/PartialObjectDeep<{map:{clustering?:boolean;zoom?:number;center?:{lat:number;lon:number;};};createMenu:{sortOrder:string[];};},{}>"
|
|
3984
3984
|
},
|
|
3985
3985
|
"clock": {
|
|
3986
3986
|
"$ref": "#/definitions/PartialObjectDeep<{enable:boolean;show24Hours:boolean;showAmPm:boolean;showSeconds:boolean;showDayOfWeek:boolean;showDate:boolean;format?:string;},{}>"
|
|
@@ -4009,6 +4009,9 @@
|
|
|
4009
4009
|
},
|
|
4010
4010
|
"type": "array"
|
|
4011
4011
|
},
|
|
4012
|
+
"comments": {
|
|
4013
|
+
"$ref": "#/definitions/PartialObjectDeep<{include?:string[];exclude?:string[];},{}>"
|
|
4014
|
+
},
|
|
4012
4015
|
"crashScreen": {
|
|
4013
4016
|
"type": "boolean"
|
|
4014
4017
|
},
|
|
@@ -4146,6 +4149,22 @@
|
|
|
4146
4149
|
},
|
|
4147
4150
|
"type": "object"
|
|
4148
4151
|
},
|
|
4152
|
+
"PartialObjectDeep<{clustering?:boolean;zoom?:number;center?:{lat:number;lon:number;};},{}>": {
|
|
4153
|
+
"additionalProperties": false,
|
|
4154
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4155
|
+
"properties": {
|
|
4156
|
+
"center": {
|
|
4157
|
+
"$ref": "#/definitions/PartialObjectDeep<{lat:number;lon:number;},{}>"
|
|
4158
|
+
},
|
|
4159
|
+
"clustering": {
|
|
4160
|
+
"type": "boolean"
|
|
4161
|
+
},
|
|
4162
|
+
"zoom": {
|
|
4163
|
+
"type": "number"
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
"type": "object"
|
|
4167
|
+
},
|
|
4149
4168
|
"PartialObjectDeep<{collections?:boolean;},{}>": {
|
|
4150
4169
|
"additionalProperties": false,
|
|
4151
4170
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -4213,16 +4232,6 @@
|
|
|
4213
4232
|
},
|
|
4214
4233
|
"type": "object"
|
|
4215
4234
|
},
|
|
4216
|
-
"PartialObjectDeep<{createMenu:{sortOrder:string[];};},{}>": {
|
|
4217
|
-
"additionalProperties": false,
|
|
4218
|
-
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4219
|
-
"properties": {
|
|
4220
|
-
"createMenu": {
|
|
4221
|
-
"$ref": "#/definitions/PartialObjectDeep<{sortOrder:string[];},{}>"
|
|
4222
|
-
}
|
|
4223
|
-
},
|
|
4224
|
-
"type": "object"
|
|
4225
|
-
},
|
|
4226
4235
|
"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[];};},{}>": {
|
|
4227
4236
|
"additionalProperties": false,
|
|
4228
4237
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -4530,6 +4539,25 @@
|
|
|
4530
4539
|
},
|
|
4531
4540
|
"type": "object"
|
|
4532
4541
|
},
|
|
4542
|
+
"PartialObjectDeep<{include?:string[];exclude?:string[];},{}>": {
|
|
4543
|
+
"additionalProperties": false,
|
|
4544
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4545
|
+
"properties": {
|
|
4546
|
+
"exclude": {
|
|
4547
|
+
"items": {
|
|
4548
|
+
"type": "string"
|
|
4549
|
+
},
|
|
4550
|
+
"type": "array"
|
|
4551
|
+
},
|
|
4552
|
+
"include": {
|
|
4553
|
+
"items": {
|
|
4554
|
+
"type": "string"
|
|
4555
|
+
},
|
|
4556
|
+
"type": "array"
|
|
4557
|
+
}
|
|
4558
|
+
},
|
|
4559
|
+
"type": "object"
|
|
4560
|
+
},
|
|
4533
4561
|
"PartialObjectDeep<{inputDevice?:string;inputGainDb:number;backgroundReductionDb:number;recordMode:\"instant\"|\"punchAndRoll\";preRollDuration:number;},{}>": {
|
|
4534
4562
|
"additionalProperties": false,
|
|
4535
4563
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -4569,6 +4597,32 @@
|
|
|
4569
4597
|
},
|
|
4570
4598
|
"type": "object"
|
|
4571
4599
|
},
|
|
4600
|
+
"PartialObjectDeep<{lat:number;lon:number;},{}>": {
|
|
4601
|
+
"additionalProperties": false,
|
|
4602
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4603
|
+
"properties": {
|
|
4604
|
+
"lat": {
|
|
4605
|
+
"type": "number"
|
|
4606
|
+
},
|
|
4607
|
+
"lon": {
|
|
4608
|
+
"type": "number"
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
"type": "object"
|
|
4612
|
+
},
|
|
4613
|
+
"PartialObjectDeep<{map:{clustering?:boolean;zoom?:number;center?:{lat:number;lon:number;};};createMenu:{sortOrder:string[];};},{}>": {
|
|
4614
|
+
"additionalProperties": false,
|
|
4615
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
4616
|
+
"properties": {
|
|
4617
|
+
"createMenu": {
|
|
4618
|
+
"$ref": "#/definitions/PartialObjectDeep<{sortOrder:string[];},{}>"
|
|
4619
|
+
},
|
|
4620
|
+
"map": {
|
|
4621
|
+
"$ref": "#/definitions/PartialObjectDeep<{clustering?:boolean;zoom?:number;center?:{lat:number;lon:number;};},{}>"
|
|
4622
|
+
}
|
|
4623
|
+
},
|
|
4624
|
+
"type": "object"
|
|
4625
|
+
},
|
|
4572
4626
|
"PartialObjectDeep<{mask?:boolean;actionSafe?:boolean;titleSafe?:boolean;},{}>": {
|
|
4573
4627
|
"additionalProperties": false,
|
|
4574
4628
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|