@nxtedition/types 23.0.20 → 23.0.21
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/settings.d.ts +10 -4
- package/dist/common/settings.js +262 -184
- package/dist/domains/settings.js +241 -161
- package/dist/index.d.ts +0 -2
- package/dist/schema.json +108 -103
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/schema.json
CHANGED
|
@@ -3380,6 +3380,16 @@
|
|
|
3380
3380
|
"events": {
|
|
3381
3381
|
"$ref": "#/definitions/PartialObjectDeep<{graphicBaseTemplate?:string;},{}>"
|
|
3382
3382
|
},
|
|
3383
|
+
"exclusiveTagGroups": {
|
|
3384
|
+
"description": "Controls which tags cannot be used together. When a tag from the group is\nmanually added to an asset, any other tag from the group will be removed.",
|
|
3385
|
+
"items": {
|
|
3386
|
+
"items": {
|
|
3387
|
+
"type": "string"
|
|
3388
|
+
},
|
|
3389
|
+
"type": "array"
|
|
3390
|
+
},
|
|
3391
|
+
"type": "array"
|
|
3392
|
+
},
|
|
3383
3393
|
"featurePreview": {
|
|
3384
3394
|
"$ref": "#/definitions/PartialObjectDeep<{collections?:boolean;},{}>"
|
|
3385
3395
|
},
|
|
@@ -3413,7 +3423,7 @@
|
|
|
3413
3423
|
},
|
|
3414
3424
|
"keymap": {},
|
|
3415
3425
|
"media": {
|
|
3416
|
-
"$ref": "#/definitions/PartialObjectDeep<{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[];};},{}>"
|
|
3426
|
+
"$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[];};},{}>"
|
|
3417
3427
|
},
|
|
3418
3428
|
"module": {
|
|
3419
3429
|
"$ref": "#/definitions/PartialObjectDeep<{tabs?:ModuleTabs;},{}>"
|
|
@@ -3566,6 +3576,103 @@
|
|
|
3566
3576
|
},
|
|
3567
3577
|
"type": "object"
|
|
3568
3578
|
},
|
|
3579
|
+
"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[];};},{}>": {
|
|
3580
|
+
"additionalProperties": false,
|
|
3581
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
3582
|
+
"properties": {
|
|
3583
|
+
"defaultFrameRate": {
|
|
3584
|
+
"type": "number"
|
|
3585
|
+
},
|
|
3586
|
+
"download": {
|
|
3587
|
+
"type": "boolean"
|
|
3588
|
+
},
|
|
3589
|
+
"editMode": {
|
|
3590
|
+
"$ref": "#/definitions/PartialObjectDeep<{enabled:boolean;defaultEnterOption:\"none\"|\"edit\"|\"createNew\";defaultExitOption:\"none\"|\"update\"|\"leave\";},{}>"
|
|
3591
|
+
},
|
|
3592
|
+
"forwardStep": {
|
|
3593
|
+
"type": "number"
|
|
3594
|
+
},
|
|
3595
|
+
"guide": {
|
|
3596
|
+
"$ref": "#/definitions/PartialObjectDeep<{mask?:boolean;actionSafe?:boolean;titleSafe?:boolean;},{}>"
|
|
3597
|
+
},
|
|
3598
|
+
"guides": {
|
|
3599
|
+
"items": {
|
|
3600
|
+
"additionalProperties": false,
|
|
3601
|
+
"properties": {
|
|
3602
|
+
"aspectRatio": {
|
|
3603
|
+
"type": "string"
|
|
3604
|
+
},
|
|
3605
|
+
"label": {
|
|
3606
|
+
"type": "string"
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
"required": [
|
|
3610
|
+
"aspectRatio",
|
|
3611
|
+
"label"
|
|
3612
|
+
],
|
|
3613
|
+
"type": "object"
|
|
3614
|
+
},
|
|
3615
|
+
"type": "array"
|
|
3616
|
+
},
|
|
3617
|
+
"importTitleTemplate": {
|
|
3618
|
+
"type": "string"
|
|
3619
|
+
},
|
|
3620
|
+
"initialVolume": {
|
|
3621
|
+
"type": "string"
|
|
3622
|
+
},
|
|
3623
|
+
"interlacedPlayback": {
|
|
3624
|
+
"type": "string"
|
|
3625
|
+
},
|
|
3626
|
+
"liveZoomDuration": {
|
|
3627
|
+
"type": "number"
|
|
3628
|
+
},
|
|
3629
|
+
"maxSubclipDuration": {
|
|
3630
|
+
"type": "number"
|
|
3631
|
+
},
|
|
3632
|
+
"openCommand": {
|
|
3633
|
+
"anyOf": [
|
|
3634
|
+
{
|
|
3635
|
+
"$ref": "#/definitions/PartialObjectDeep<{url?:string;command?:string;app?:string;args?:string[];},{}>",
|
|
3636
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`."
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"type": "string"
|
|
3640
|
+
}
|
|
3641
|
+
]
|
|
3642
|
+
},
|
|
3643
|
+
"placeholder": {
|
|
3644
|
+
"type": "string"
|
|
3645
|
+
},
|
|
3646
|
+
"playbackRates": {
|
|
3647
|
+
"items": {
|
|
3648
|
+
"type": "number"
|
|
3649
|
+
},
|
|
3650
|
+
"type": "array"
|
|
3651
|
+
},
|
|
3652
|
+
"rewindStep": {
|
|
3653
|
+
"type": "number"
|
|
3654
|
+
},
|
|
3655
|
+
"stepManyFrames": {
|
|
3656
|
+
"type": "number"
|
|
3657
|
+
},
|
|
3658
|
+
"subtitleTemplateId": {
|
|
3659
|
+
"type": "string"
|
|
3660
|
+
},
|
|
3661
|
+
"subtitles": {
|
|
3662
|
+
"$ref": "#/definitions/PartialObjectDeep<{spacing:number;maxCharactersPerLine:number;},{}>"
|
|
3663
|
+
},
|
|
3664
|
+
"tile": {
|
|
3665
|
+
"$ref": "#/definitions/PartialObjectDeep<{preview:boolean|\"play\"|\"seek\"|\"disabled\"|\"seekplay\";showRenderProgress:boolean;},{}>"
|
|
3666
|
+
},
|
|
3667
|
+
"timecodeReference": {
|
|
3668
|
+
"type": "string"
|
|
3669
|
+
},
|
|
3670
|
+
"transcribe": {
|
|
3671
|
+
"$ref": "#/definitions/PartialObjectDeep<{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};},{}>"
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
"type": "object"
|
|
3675
|
+
},
|
|
3569
3676
|
"PartialObjectDeep<{dimOnBlur:boolean;},{}>": {
|
|
3570
3677
|
"additionalProperties": false,
|
|
3571
3678
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -3900,100 +4007,6 @@
|
|
|
3900
4007
|
},
|
|
3901
4008
|
"type": "object"
|
|
3902
4009
|
},
|
|
3903
|
-
"PartialObjectDeep<{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[];};},{}>": {
|
|
3904
|
-
"additionalProperties": false,
|
|
3905
|
-
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
3906
|
-
"properties": {
|
|
3907
|
-
"download": {
|
|
3908
|
-
"type": "boolean"
|
|
3909
|
-
},
|
|
3910
|
-
"editMode": {
|
|
3911
|
-
"$ref": "#/definitions/PartialObjectDeep<{enabled:boolean;defaultEnterOption:\"none\"|\"edit\"|\"createNew\";defaultExitOption:\"none\"|\"update\"|\"leave\";},{}>"
|
|
3912
|
-
},
|
|
3913
|
-
"forwardStep": {
|
|
3914
|
-
"type": "number"
|
|
3915
|
-
},
|
|
3916
|
-
"guide": {
|
|
3917
|
-
"$ref": "#/definitions/PartialObjectDeep<{mask?:boolean;actionSafe?:boolean;titleSafe?:boolean;},{}>"
|
|
3918
|
-
},
|
|
3919
|
-
"guides": {
|
|
3920
|
-
"items": {
|
|
3921
|
-
"additionalProperties": false,
|
|
3922
|
-
"properties": {
|
|
3923
|
-
"aspectRatio": {
|
|
3924
|
-
"type": "string"
|
|
3925
|
-
},
|
|
3926
|
-
"label": {
|
|
3927
|
-
"type": "string"
|
|
3928
|
-
}
|
|
3929
|
-
},
|
|
3930
|
-
"required": [
|
|
3931
|
-
"aspectRatio",
|
|
3932
|
-
"label"
|
|
3933
|
-
],
|
|
3934
|
-
"type": "object"
|
|
3935
|
-
},
|
|
3936
|
-
"type": "array"
|
|
3937
|
-
},
|
|
3938
|
-
"importTitleTemplate": {
|
|
3939
|
-
"type": "string"
|
|
3940
|
-
},
|
|
3941
|
-
"initialVolume": {
|
|
3942
|
-
"type": "string"
|
|
3943
|
-
},
|
|
3944
|
-
"interlacedPlayback": {
|
|
3945
|
-
"type": "string"
|
|
3946
|
-
},
|
|
3947
|
-
"liveZoomDuration": {
|
|
3948
|
-
"type": "number"
|
|
3949
|
-
},
|
|
3950
|
-
"maxSubclipDuration": {
|
|
3951
|
-
"type": "number"
|
|
3952
|
-
},
|
|
3953
|
-
"openCommand": {
|
|
3954
|
-
"anyOf": [
|
|
3955
|
-
{
|
|
3956
|
-
"$ref": "#/definitions/PartialObjectDeep<{url?:string;command?:string;app?:string;args?:string[];},{}>",
|
|
3957
|
-
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`."
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"type": "string"
|
|
3961
|
-
}
|
|
3962
|
-
]
|
|
3963
|
-
},
|
|
3964
|
-
"placeholder": {
|
|
3965
|
-
"type": "string"
|
|
3966
|
-
},
|
|
3967
|
-
"playbackRates": {
|
|
3968
|
-
"items": {
|
|
3969
|
-
"type": "number"
|
|
3970
|
-
},
|
|
3971
|
-
"type": "array"
|
|
3972
|
-
},
|
|
3973
|
-
"rewindStep": {
|
|
3974
|
-
"type": "number"
|
|
3975
|
-
},
|
|
3976
|
-
"stepManyFrames": {
|
|
3977
|
-
"type": "number"
|
|
3978
|
-
},
|
|
3979
|
-
"subtitleTemplateId": {
|
|
3980
|
-
"type": "string"
|
|
3981
|
-
},
|
|
3982
|
-
"subtitles": {
|
|
3983
|
-
"$ref": "#/definitions/PartialObjectDeep<{spacing:number;maxCharactersPerLine:number;},{}>"
|
|
3984
|
-
},
|
|
3985
|
-
"tile": {
|
|
3986
|
-
"$ref": "#/definitions/PartialObjectDeep<{preview:boolean|\"play\"|\"seek\"|\"disabled\"|\"seekplay\";showRenderProgress:boolean;},{}>"
|
|
3987
|
-
},
|
|
3988
|
-
"timecodeReference": {
|
|
3989
|
-
"type": "string"
|
|
3990
|
-
},
|
|
3991
|
-
"transcribe": {
|
|
3992
|
-
"$ref": "#/definitions/PartialObjectDeep<{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};},{}>"
|
|
3993
|
-
}
|
|
3994
|
-
},
|
|
3995
|
-
"type": "object"
|
|
3996
|
-
},
|
|
3997
4010
|
"PartialObjectDeep<{preview:boolean|\"play\"|\"seek\"|\"disabled\"|\"seekplay\";showRenderProgress:boolean;},{}>": {
|
|
3998
4011
|
"additionalProperties": false,
|
|
3999
4012
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -4486,11 +4499,6 @@
|
|
|
4486
4499
|
"asset-daemon:user-notify.state": {
|
|
4487
4500
|
"additionalProperties": false,
|
|
4488
4501
|
"properties": {
|
|
4489
|
-
"error": {
|
|
4490
|
-
"additionalProperties": true,
|
|
4491
|
-
"properties": {},
|
|
4492
|
-
"type": "object"
|
|
4493
|
-
},
|
|
4494
4502
|
"since": {
|
|
4495
4503
|
"anyOf": [
|
|
4496
4504
|
{
|
|
@@ -4502,9 +4510,6 @@
|
|
|
4502
4510
|
}
|
|
4503
4511
|
]
|
|
4504
4512
|
},
|
|
4505
|
-
"status": {
|
|
4506
|
-
"type": "string"
|
|
4507
|
-
},
|
|
4508
4513
|
"version": {
|
|
4509
4514
|
"type": "number"
|
|
4510
4515
|
}
|