@nxtedition/types 23.0.3 → 23.0.5
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/date.d.ts +8 -0
- package/dist/common/date.js +59 -0
- package/dist/common/index.d.ts +5 -0
- package/dist/common/index.js +5 -0
- package/dist/common/media.d.ts +8 -0
- package/dist/common/media.js +83 -0
- package/dist/common/pipeline.d.ts +8 -0
- package/dist/common/pipeline.js +88 -0
- package/dist/common/promoted-tag.d.ts +13 -0
- package/dist/common/promoted-tag.js +147 -0
- package/dist/common/render-preset.d.ts +32 -0
- package/dist/common/render-preset.js +516 -0
- package/dist/common/settings.d.ts +24 -10
- package/dist/common/settings.js +747 -321
- package/dist/domains/asset.d.ts +166 -65
- package/dist/domains/asset.js +1325 -96
- package/dist/domains/index.d.ts +9 -1
- package/dist/domains/index.js +4 -0
- package/dist/domains/media.d.ts +14 -2
- package/dist/domains/media.js +724 -24
- package/dist/domains/pipeline-preset.d.ts +17 -0
- package/dist/domains/pipeline-preset.js +225 -0
- package/dist/domains/pipeline.d.ts +29 -0
- package/dist/domains/pipeline.js +423 -0
- package/dist/domains/render-preset.d.ts +4 -0
- package/dist/domains/render-preset.js +1 -0
- package/dist/domains/settings.js +734 -321
- package/dist/domains/storyboard.d.ts +14 -0
- package/dist/domains/storyboard.js +125 -0
- package/dist/index.d.ts +70 -0
- package/dist/index.js +28 -12
- package/dist/schema.json +1035 -74
- package/package.json +1 -1
package/dist/schema.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"type": "object"
|
|
23
23
|
},
|
|
24
|
-
"
|
|
24
|
+
"AssetAssigneesProvidedRecord": {
|
|
25
25
|
"additionalProperties": false,
|
|
26
26
|
"properties": {
|
|
27
27
|
"value": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"type": "object"
|
|
35
35
|
},
|
|
36
|
-
"
|
|
36
|
+
"AssetCreatedProvidedRecord": {
|
|
37
37
|
"additionalProperties": false,
|
|
38
38
|
"properties": {
|
|
39
39
|
"time": {
|
|
@@ -45,47 +45,214 @@
|
|
|
45
45
|
},
|
|
46
46
|
"type": "object"
|
|
47
47
|
},
|
|
48
|
+
"AssetDomainControllersProvidedRecord": {
|
|
49
|
+
"additionalProperties": false,
|
|
50
|
+
"properties": {
|
|
51
|
+
"value": {
|
|
52
|
+
"items": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"type": "array"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"type": "object"
|
|
59
|
+
},
|
|
60
|
+
"AssetDomainDeadlinesProvidedRecord": {
|
|
61
|
+
"additionalProperties": false,
|
|
62
|
+
"properties": {
|
|
63
|
+
"value": {
|
|
64
|
+
"items": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"type": "array"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"type": "object"
|
|
71
|
+
},
|
|
72
|
+
"AssetDomainDurationProvidedRecord": {
|
|
73
|
+
"additionalProperties": false,
|
|
74
|
+
"properties": {
|
|
75
|
+
"value": {
|
|
76
|
+
"type": "number"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"type": "object"
|
|
80
|
+
},
|
|
81
|
+
"AssetDomainEmbeddingProvidedRecord": {
|
|
82
|
+
"additionalProperties": false,
|
|
83
|
+
"properties": {
|
|
84
|
+
"value": {
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"type": "array"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"type": "object"
|
|
92
|
+
},
|
|
93
|
+
"AssetDomainIconProvidedRecord": {
|
|
94
|
+
"additionalProperties": false,
|
|
95
|
+
"properties": {
|
|
96
|
+
"value": {
|
|
97
|
+
"type": "string"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"type": "object"
|
|
101
|
+
},
|
|
102
|
+
"AssetDomainLocationsProvidedRecord": {
|
|
103
|
+
"additionalProperties": false,
|
|
104
|
+
"properties": {
|
|
105
|
+
"value": {
|
|
106
|
+
"items": {
|
|
107
|
+
"additionalProperties": false,
|
|
108
|
+
"properties": {
|
|
109
|
+
"lat": {
|
|
110
|
+
"type": "number"
|
|
111
|
+
},
|
|
112
|
+
"lon": {
|
|
113
|
+
"type": "number"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"required": [
|
|
117
|
+
"lat",
|
|
118
|
+
"lon"
|
|
119
|
+
],
|
|
120
|
+
"type": "object"
|
|
121
|
+
},
|
|
122
|
+
"type": "array"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"type": "object"
|
|
126
|
+
},
|
|
127
|
+
"AssetDomainMediaProvidedRecord": {
|
|
128
|
+
"additionalProperties": {},
|
|
129
|
+
"type": "object"
|
|
130
|
+
},
|
|
131
|
+
"AssetDomainPublishedProvidedRecord": {
|
|
132
|
+
"additionalProperties": {
|
|
133
|
+
"type": "string"
|
|
134
|
+
},
|
|
135
|
+
"type": "object"
|
|
136
|
+
},
|
|
48
137
|
"AssetDomainRecords": {
|
|
49
138
|
"additionalProperties": false,
|
|
50
139
|
"properties": {
|
|
51
140
|
":asset.assignees?": {
|
|
52
|
-
"$ref": "#/definitions/
|
|
141
|
+
"$ref": "#/definitions/AssetAssigneesProvidedRecord"
|
|
142
|
+
},
|
|
143
|
+
":asset.controllers?": {
|
|
144
|
+
"$ref": "#/definitions/AssetDomainControllersProvidedRecord"
|
|
53
145
|
},
|
|
54
146
|
":asset.created?": {
|
|
55
|
-
"$ref": "#/definitions/
|
|
147
|
+
"$ref": "#/definitions/AssetCreatedProvidedRecord"
|
|
148
|
+
},
|
|
149
|
+
":asset.deadlines?": {
|
|
150
|
+
"$ref": "#/definitions/AssetDomainDeadlinesProvidedRecord"
|
|
151
|
+
},
|
|
152
|
+
":asset.duration?": {
|
|
153
|
+
"$ref": "#/definitions/AssetDomainDurationProvidedRecord"
|
|
154
|
+
},
|
|
155
|
+
":asset.embedding?": {
|
|
156
|
+
"$ref": "#/definitions/AssetDomainEmbeddingProvidedRecord"
|
|
56
157
|
},
|
|
57
158
|
":asset.fileRefs?": {
|
|
58
|
-
"$ref": "#/definitions/
|
|
159
|
+
"$ref": "#/definitions/AssetFileRefsProvidedRecord"
|
|
160
|
+
},
|
|
161
|
+
":asset.icon?": {
|
|
162
|
+
"$ref": "#/definitions/AssetDomainIconProvidedRecord"
|
|
163
|
+
},
|
|
164
|
+
":asset.locations?": {
|
|
165
|
+
"$ref": "#/definitions/AssetDomainLocationsProvidedRecord"
|
|
166
|
+
},
|
|
167
|
+
":asset.media?": {
|
|
168
|
+
"$ref": "#/definitions/AssetDomainMediaProvidedRecord"
|
|
59
169
|
},
|
|
60
170
|
":asset.modified?": {
|
|
61
|
-
"$ref": "#/definitions/
|
|
171
|
+
"$ref": "#/definitions/AssetModifiedProvidedRecord"
|
|
172
|
+
},
|
|
173
|
+
":asset.published?": {
|
|
174
|
+
"$ref": "#/definitions/AssetDomainPublishedProvidedRecord"
|
|
62
175
|
},
|
|
63
176
|
":asset.refs?": {
|
|
64
|
-
"$ref": "#/definitions/
|
|
177
|
+
"$ref": "#/definitions/AssetRefsProvidedRecord"
|
|
178
|
+
},
|
|
179
|
+
":asset.status?": {
|
|
180
|
+
"$ref": "#/definitions/AssetDomainStatusProvidedRecord"
|
|
65
181
|
},
|
|
66
182
|
":asset.tags?": {
|
|
67
|
-
"$ref": "#/definitions/
|
|
183
|
+
"$ref": "#/definitions/AssetTagsProvidedRecord"
|
|
68
184
|
},
|
|
69
185
|
":asset.title?": {
|
|
70
|
-
"$ref": "#/definitions/
|
|
186
|
+
"$ref": "#/definitions/AssetTitleProvidedRecord"
|
|
71
187
|
},
|
|
72
188
|
":asset.types?": {
|
|
73
|
-
"$ref": "#/definitions/
|
|
189
|
+
"$ref": "#/definitions/AssetTypesProvidedRecord"
|
|
74
190
|
}
|
|
75
191
|
},
|
|
76
192
|
"required": [
|
|
77
193
|
":asset.assignees?",
|
|
194
|
+
":asset.controllers?",
|
|
78
195
|
":asset.created?",
|
|
196
|
+
":asset.deadlines?",
|
|
197
|
+
":asset.duration?",
|
|
198
|
+
":asset.embedding?",
|
|
79
199
|
":asset.fileRefs?",
|
|
200
|
+
":asset.icon?",
|
|
201
|
+
":asset.locations?",
|
|
202
|
+
":asset.media?",
|
|
80
203
|
":asset.modified?",
|
|
204
|
+
":asset.published?",
|
|
81
205
|
":asset.refs?",
|
|
206
|
+
":asset.status?",
|
|
82
207
|
":asset.tags?",
|
|
83
208
|
":asset.title?",
|
|
84
209
|
":asset.types?"
|
|
85
210
|
],
|
|
86
211
|
"type": "object"
|
|
87
212
|
},
|
|
88
|
-
"
|
|
213
|
+
"AssetDomainStatusProvidedRecord": {
|
|
214
|
+
"additionalProperties": false,
|
|
215
|
+
"properties": {
|
|
216
|
+
"messages": {
|
|
217
|
+
"items": {
|
|
218
|
+
"additionalProperties": false,
|
|
219
|
+
"properties": {
|
|
220
|
+
"code": {
|
|
221
|
+
"type": "string"
|
|
222
|
+
},
|
|
223
|
+
"expose": {
|
|
224
|
+
"type": "boolean"
|
|
225
|
+
},
|
|
226
|
+
"id": {
|
|
227
|
+
"type": "string"
|
|
228
|
+
},
|
|
229
|
+
"index": {
|
|
230
|
+
"type": "number"
|
|
231
|
+
},
|
|
232
|
+
"level": {
|
|
233
|
+
"type": "number"
|
|
234
|
+
},
|
|
235
|
+
"msg": {
|
|
236
|
+
"type": "string"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"required": [
|
|
240
|
+
"code",
|
|
241
|
+
"id",
|
|
242
|
+
"level",
|
|
243
|
+
"msg"
|
|
244
|
+
],
|
|
245
|
+
"type": "object"
|
|
246
|
+
},
|
|
247
|
+
"type": "array"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"required": [
|
|
251
|
+
"messages"
|
|
252
|
+
],
|
|
253
|
+
"type": "object"
|
|
254
|
+
},
|
|
255
|
+
"AssetFileRefsProvidedRecord": {
|
|
89
256
|
"additionalProperties": false,
|
|
90
257
|
"properties": {
|
|
91
258
|
"value": {
|
|
@@ -97,7 +264,7 @@
|
|
|
97
264
|
},
|
|
98
265
|
"type": "object"
|
|
99
266
|
},
|
|
100
|
-
"
|
|
267
|
+
"AssetModifiedProvidedRecord": {
|
|
101
268
|
"additionalProperties": false,
|
|
102
269
|
"properties": {
|
|
103
270
|
"time": {
|
|
@@ -194,7 +361,7 @@
|
|
|
194
361
|
],
|
|
195
362
|
"type": "object"
|
|
196
363
|
},
|
|
197
|
-
"
|
|
364
|
+
"AssetRefsProvidedRecord": {
|
|
198
365
|
"additionalProperties": false,
|
|
199
366
|
"properties": {
|
|
200
367
|
"value": {
|
|
@@ -206,7 +373,7 @@
|
|
|
206
373
|
},
|
|
207
374
|
"type": "object"
|
|
208
375
|
},
|
|
209
|
-
"
|
|
376
|
+
"AssetTagsProvidedRecord": {
|
|
210
377
|
"additionalProperties": false,
|
|
211
378
|
"properties": {
|
|
212
379
|
"value": {
|
|
@@ -218,7 +385,7 @@
|
|
|
218
385
|
},
|
|
219
386
|
"type": "object"
|
|
220
387
|
},
|
|
221
|
-
"
|
|
388
|
+
"AssetTitleProvidedRecord": {
|
|
222
389
|
"additionalProperties": false,
|
|
223
390
|
"properties": {
|
|
224
391
|
"value": {
|
|
@@ -227,7 +394,7 @@
|
|
|
227
394
|
},
|
|
228
395
|
"type": "object"
|
|
229
396
|
},
|
|
230
|
-
"
|
|
397
|
+
"AssetTypesProvidedRecord": {
|
|
231
398
|
"additionalProperties": false,
|
|
232
399
|
"properties": {
|
|
233
400
|
"value": {
|
|
@@ -556,28 +723,55 @@
|
|
|
556
723
|
"additionalProperties": false,
|
|
557
724
|
"properties": {
|
|
558
725
|
":asset.assignees?": {
|
|
559
|
-
"$ref": "#/definitions/
|
|
726
|
+
"$ref": "#/definitions/AssetAssigneesProvidedRecord"
|
|
727
|
+
},
|
|
728
|
+
":asset.controllers?": {
|
|
729
|
+
"$ref": "#/definitions/AssetDomainControllersProvidedRecord"
|
|
560
730
|
},
|
|
561
731
|
":asset.created?": {
|
|
562
|
-
"$ref": "#/definitions/
|
|
732
|
+
"$ref": "#/definitions/AssetCreatedProvidedRecord"
|
|
733
|
+
},
|
|
734
|
+
":asset.deadlines?": {
|
|
735
|
+
"$ref": "#/definitions/AssetDomainDeadlinesProvidedRecord"
|
|
736
|
+
},
|
|
737
|
+
":asset.duration?": {
|
|
738
|
+
"$ref": "#/definitions/AssetDomainDurationProvidedRecord"
|
|
739
|
+
},
|
|
740
|
+
":asset.embedding?": {
|
|
741
|
+
"$ref": "#/definitions/AssetDomainEmbeddingProvidedRecord"
|
|
563
742
|
},
|
|
564
743
|
":asset.fileRefs?": {
|
|
565
|
-
"$ref": "#/definitions/
|
|
744
|
+
"$ref": "#/definitions/AssetFileRefsProvidedRecord"
|
|
745
|
+
},
|
|
746
|
+
":asset.icon?": {
|
|
747
|
+
"$ref": "#/definitions/AssetDomainIconProvidedRecord"
|
|
748
|
+
},
|
|
749
|
+
":asset.locations?": {
|
|
750
|
+
"$ref": "#/definitions/AssetDomainLocationsProvidedRecord"
|
|
751
|
+
},
|
|
752
|
+
":asset.media?": {
|
|
753
|
+
"$ref": "#/definitions/AssetDomainMediaProvidedRecord"
|
|
566
754
|
},
|
|
567
755
|
":asset.modified?": {
|
|
568
|
-
"$ref": "#/definitions/
|
|
756
|
+
"$ref": "#/definitions/AssetModifiedProvidedRecord"
|
|
757
|
+
},
|
|
758
|
+
":asset.published?": {
|
|
759
|
+
"$ref": "#/definitions/AssetDomainPublishedProvidedRecord"
|
|
569
760
|
},
|
|
570
761
|
":asset.refs?": {
|
|
571
|
-
"$ref": "#/definitions/
|
|
762
|
+
"$ref": "#/definitions/AssetRefsProvidedRecord"
|
|
763
|
+
},
|
|
764
|
+
":asset.status?": {
|
|
765
|
+
"$ref": "#/definitions/AssetDomainStatusProvidedRecord"
|
|
572
766
|
},
|
|
573
767
|
":asset.tags?": {
|
|
574
|
-
"$ref": "#/definitions/
|
|
768
|
+
"$ref": "#/definitions/AssetTagsProvidedRecord"
|
|
575
769
|
},
|
|
576
770
|
":asset.title?": {
|
|
577
|
-
"$ref": "#/definitions/
|
|
771
|
+
"$ref": "#/definitions/AssetTitleProvidedRecord"
|
|
578
772
|
},
|
|
579
773
|
":asset.types?": {
|
|
580
|
-
"$ref": "#/definitions/
|
|
774
|
+
"$ref": "#/definitions/AssetTypesProvidedRecord"
|
|
581
775
|
},
|
|
582
776
|
":bundle": {
|
|
583
777
|
"$ref": "#/definitions/BundleRecord"
|
|
@@ -642,6 +836,9 @@
|
|
|
642
836
|
":media.font": {
|
|
643
837
|
"$ref": "#/definitions/MediaFontRecord"
|
|
644
838
|
},
|
|
839
|
+
":media.probe?": {
|
|
840
|
+
"$ref": "#/definitions/MediaProbeRecord"
|
|
841
|
+
},
|
|
645
842
|
":media.renders?": {
|
|
646
843
|
"$ref": "#/definitions/MediaRendersRecord"
|
|
647
844
|
},
|
|
@@ -663,6 +860,15 @@
|
|
|
663
860
|
":permission?": {
|
|
664
861
|
"$ref": "#/definitions/ProvidedPermissionRecord"
|
|
665
862
|
},
|
|
863
|
+
":pipeline": {
|
|
864
|
+
"$ref": "#/definitions/PipelineDomainRecord"
|
|
865
|
+
},
|
|
866
|
+
":pipeline-preset": {
|
|
867
|
+
"$ref": "#/definitions/PipelinePresetDomainRecord"
|
|
868
|
+
},
|
|
869
|
+
":pipeline.items": {
|
|
870
|
+
"$ref": "#/definitions/PipelineDomainItemsRecord"
|
|
871
|
+
},
|
|
666
872
|
":planning": {
|
|
667
873
|
"$ref": "#/definitions/PlanningRecord"
|
|
668
874
|
},
|
|
@@ -684,6 +890,9 @@
|
|
|
684
890
|
":published": {
|
|
685
891
|
"$ref": "#/definitions/PublishedRecord"
|
|
686
892
|
},
|
|
893
|
+
":render-preset": {
|
|
894
|
+
"$ref": "#/definitions/RenderPreset"
|
|
895
|
+
},
|
|
687
896
|
":revs?": {
|
|
688
897
|
"$ref": "#/definitions/RevsRecord"
|
|
689
898
|
},
|
|
@@ -699,6 +908,12 @@
|
|
|
699
908
|
":settings": {
|
|
700
909
|
"$ref": "#/definitions/PartialObjectDeep<Settings,{}>"
|
|
701
910
|
},
|
|
911
|
+
":storyboard": {
|
|
912
|
+
"$ref": "#/definitions/Record<string,unknown>"
|
|
913
|
+
},
|
|
914
|
+
":storyboard.pipelines": {
|
|
915
|
+
"$ref": "#/definitions/StoryboardDomainPipelinesRecord"
|
|
916
|
+
},
|
|
702
917
|
":template": {
|
|
703
918
|
"$ref": "#/definitions/TemplateRecord"
|
|
704
919
|
},
|
|
@@ -708,10 +923,19 @@
|
|
|
708
923
|
},
|
|
709
924
|
"required": [
|
|
710
925
|
":asset.assignees?",
|
|
926
|
+
":asset.controllers?",
|
|
711
927
|
":asset.created?",
|
|
928
|
+
":asset.deadlines?",
|
|
929
|
+
":asset.duration?",
|
|
930
|
+
":asset.embedding?",
|
|
712
931
|
":asset.fileRefs?",
|
|
932
|
+
":asset.icon?",
|
|
933
|
+
":asset.locations?",
|
|
934
|
+
":asset.media?",
|
|
713
935
|
":asset.modified?",
|
|
936
|
+
":asset.published?",
|
|
714
937
|
":asset.refs?",
|
|
938
|
+
":asset.status?",
|
|
715
939
|
":asset.tags?",
|
|
716
940
|
":asset.title?",
|
|
717
941
|
":asset.types?",
|
|
@@ -735,12 +959,16 @@
|
|
|
735
959
|
":general.title",
|
|
736
960
|
":media.consolidate",
|
|
737
961
|
":media.font",
|
|
962
|
+
":media.probe?",
|
|
738
963
|
":media.renders?",
|
|
739
964
|
":media.restrictions?",
|
|
740
965
|
":media.source",
|
|
741
966
|
":media.transcriptChanges",
|
|
742
967
|
":permission",
|
|
743
968
|
":permission?",
|
|
969
|
+
":pipeline",
|
|
970
|
+
":pipeline-preset",
|
|
971
|
+
":pipeline.items",
|
|
744
972
|
":planning",
|
|
745
973
|
":planning.assignees",
|
|
746
974
|
":planning.deadline",
|
|
@@ -748,11 +976,14 @@
|
|
|
748
976
|
":publish.methods?",
|
|
749
977
|
":publish.stats?",
|
|
750
978
|
":published",
|
|
979
|
+
":render-preset",
|
|
751
980
|
":revs?",
|
|
752
981
|
":role.tags",
|
|
753
982
|
":script.children",
|
|
754
983
|
":search",
|
|
755
984
|
":settings",
|
|
985
|
+
":storyboard",
|
|
986
|
+
":storyboard.pipelines",
|
|
756
987
|
":template",
|
|
757
988
|
":user"
|
|
758
989
|
],
|
|
@@ -776,10 +1007,19 @@
|
|
|
776
1007
|
"Domains": {
|
|
777
1008
|
"enum": [
|
|
778
1009
|
":asset.assignees?",
|
|
1010
|
+
":asset.controllers?",
|
|
779
1011
|
":asset.created?",
|
|
1012
|
+
":asset.deadlines?",
|
|
1013
|
+
":asset.duration?",
|
|
1014
|
+
":asset.embedding?",
|
|
780
1015
|
":asset.fileRefs?",
|
|
1016
|
+
":asset.icon?",
|
|
1017
|
+
":asset.locations?",
|
|
1018
|
+
":asset.media?",
|
|
781
1019
|
":asset.modified?",
|
|
1020
|
+
":asset.published?",
|
|
782
1021
|
":asset.refs?",
|
|
1022
|
+
":asset.status?",
|
|
783
1023
|
":asset.tags?",
|
|
784
1024
|
":asset.title?",
|
|
785
1025
|
":asset.types?",
|
|
@@ -802,12 +1042,16 @@
|
|
|
802
1042
|
":general.title",
|
|
803
1043
|
":media.consolidate",
|
|
804
1044
|
":media.font",
|
|
1045
|
+
":media.probe?",
|
|
805
1046
|
":media.renders?",
|
|
806
1047
|
":media.restrictions?",
|
|
807
1048
|
":media.source",
|
|
808
1049
|
":media.transcriptChanges",
|
|
809
1050
|
":permission",
|
|
810
1051
|
":permission?",
|
|
1052
|
+
":pipeline",
|
|
1053
|
+
":pipeline-preset",
|
|
1054
|
+
":pipeline.items",
|
|
811
1055
|
":planning",
|
|
812
1056
|
":planning.assignees",
|
|
813
1057
|
":planning.deadline",
|
|
@@ -815,11 +1059,14 @@
|
|
|
815
1059
|
":publish.methods?",
|
|
816
1060
|
":publish.stats?",
|
|
817
1061
|
":published",
|
|
1062
|
+
":render-preset",
|
|
818
1063
|
":revs?",
|
|
819
1064
|
":role.tags",
|
|
820
1065
|
":script.children",
|
|
821
1066
|
":search",
|
|
822
1067
|
":settings",
|
|
1068
|
+
":storyboard",
|
|
1069
|
+
":storyboard.pipelines",
|
|
823
1070
|
":template",
|
|
824
1071
|
":user"
|
|
825
1072
|
],
|
|
@@ -1473,7 +1720,9 @@
|
|
|
1473
1720
|
"additionalProperties": false,
|
|
1474
1721
|
"properties": {
|
|
1475
1722
|
"error": {},
|
|
1476
|
-
"
|
|
1723
|
+
"preset": {
|
|
1724
|
+
"$ref": "#/definitions/RenderPreset"
|
|
1725
|
+
},
|
|
1477
1726
|
"source": {},
|
|
1478
1727
|
"target": {}
|
|
1479
1728
|
},
|
|
@@ -1488,6 +1737,22 @@
|
|
|
1488
1737
|
},
|
|
1489
1738
|
"type": "object"
|
|
1490
1739
|
},
|
|
1740
|
+
"MediaProbeRecord": {
|
|
1741
|
+
"additionalProperties": false,
|
|
1742
|
+
"properties": {
|
|
1743
|
+
"error": {
|
|
1744
|
+
"$ref": "#/definitions/NxtError"
|
|
1745
|
+
},
|
|
1746
|
+
"type": {
|
|
1747
|
+
"$ref": "#/definitions/MediaType"
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
"required": [
|
|
1751
|
+
"error",
|
|
1752
|
+
"type"
|
|
1753
|
+
],
|
|
1754
|
+
"type": "object"
|
|
1755
|
+
},
|
|
1491
1756
|
"MediaRenderRecordValue": {
|
|
1492
1757
|
"additionalProperties": false,
|
|
1493
1758
|
"properties": {
|
|
@@ -1641,6 +1906,14 @@
|
|
|
1641
1906
|
},
|
|
1642
1907
|
"type": "object"
|
|
1643
1908
|
},
|
|
1909
|
+
"MediaType": {
|
|
1910
|
+
"enum": [
|
|
1911
|
+
"audio",
|
|
1912
|
+
"image",
|
|
1913
|
+
"video"
|
|
1914
|
+
],
|
|
1915
|
+
"type": "string"
|
|
1916
|
+
},
|
|
1644
1917
|
"Message": {
|
|
1645
1918
|
"additionalProperties": false,
|
|
1646
1919
|
"properties": {
|
|
@@ -1748,52 +2021,335 @@
|
|
|
1748
2021
|
],
|
|
1749
2022
|
"type": "object"
|
|
1750
2023
|
},
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
"
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
2024
|
+
"Nxtpression<Record<string,unknown>,{id:string;}>": {
|
|
2025
|
+
"additionalProperties": false,
|
|
2026
|
+
"properties": {
|
|
2027
|
+
"__context": {
|
|
2028
|
+
"additionalProperties": false,
|
|
2029
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2030
|
+
"properties": {
|
|
2031
|
+
"id": {
|
|
2032
|
+
"type": "string"
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
"required": [
|
|
2036
|
+
"id"
|
|
2037
|
+
],
|
|
2038
|
+
"type": "object"
|
|
1764
2039
|
},
|
|
1765
|
-
{
|
|
1766
|
-
"$ref": "#/definitions/
|
|
2040
|
+
"__returnValue": {
|
|
2041
|
+
"$ref": "#/definitions/Record<string,unknown>",
|
|
2042
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped."
|
|
1767
2043
|
},
|
|
1768
|
-
{
|
|
1769
|
-
"
|
|
2044
|
+
"length": {
|
|
2045
|
+
"type": "number"
|
|
1770
2046
|
}
|
|
1771
|
-
|
|
2047
|
+
},
|
|
2048
|
+
"required": [
|
|
2049
|
+
"length"
|
|
2050
|
+
],
|
|
2051
|
+
"type": "object"
|
|
1772
2052
|
},
|
|
1773
|
-
"
|
|
2053
|
+
"Nxtpression<number,{id:string;}>": {
|
|
1774
2054
|
"additionalProperties": false,
|
|
1775
|
-
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
1776
2055
|
"properties": {
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
2056
|
+
"__context": {
|
|
2057
|
+
"additionalProperties": false,
|
|
2058
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2059
|
+
"properties": {
|
|
2060
|
+
"id": {
|
|
2061
|
+
"type": "string"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"required": [
|
|
2065
|
+
"id"
|
|
2066
|
+
],
|
|
2067
|
+
"type": "object"
|
|
2068
|
+
},
|
|
2069
|
+
"__returnValue": {
|
|
2070
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2071
|
+
"type": "number"
|
|
2072
|
+
},
|
|
2073
|
+
"length": {
|
|
2074
|
+
"type": "number"
|
|
1779
2075
|
}
|
|
1780
2076
|
},
|
|
2077
|
+
"required": [
|
|
2078
|
+
"length"
|
|
2079
|
+
],
|
|
1781
2080
|
"type": "object"
|
|
1782
2081
|
},
|
|
1783
|
-
"
|
|
2082
|
+
"Nxtpression<string,{id:string;}>": {
|
|
1784
2083
|
"additionalProperties": false,
|
|
1785
|
-
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
1786
2084
|
"properties": {
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
2085
|
+
"__context": {
|
|
2086
|
+
"additionalProperties": false,
|
|
2087
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2088
|
+
"properties": {
|
|
2089
|
+
"id": {
|
|
2090
|
+
"type": "string"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"required": [
|
|
2094
|
+
"id"
|
|
2095
|
+
],
|
|
2096
|
+
"type": "object"
|
|
1789
2097
|
},
|
|
1790
|
-
"
|
|
2098
|
+
"__returnValue": {
|
|
2099
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2100
|
+
"type": "string"
|
|
2101
|
+
},
|
|
2102
|
+
"length": {
|
|
1791
2103
|
"type": "number"
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2106
|
+
"required": [
|
|
2107
|
+
"length"
|
|
2108
|
+
],
|
|
2109
|
+
"type": "object"
|
|
2110
|
+
},
|
|
2111
|
+
"Nxtpression<string,{id:string;}>_1": {
|
|
2112
|
+
"additionalProperties": false,
|
|
2113
|
+
"properties": {
|
|
2114
|
+
"__context": {
|
|
2115
|
+
"additionalProperties": false,
|
|
2116
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2117
|
+
"properties": {
|
|
2118
|
+
"id": {
|
|
2119
|
+
"type": "string"
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"required": [
|
|
2123
|
+
"id"
|
|
2124
|
+
],
|
|
2125
|
+
"type": "object"
|
|
1792
2126
|
},
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
2127
|
+
"__returnValue": {
|
|
2128
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2129
|
+
"type": "string"
|
|
1795
2130
|
},
|
|
1796
|
-
"
|
|
2131
|
+
"length": {
|
|
2132
|
+
"type": "number"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"required": [
|
|
2136
|
+
"length"
|
|
2137
|
+
],
|
|
2138
|
+
"type": "object"
|
|
2139
|
+
},
|
|
2140
|
+
"Nxtpression<string,{id:string;}>_2": {
|
|
2141
|
+
"additionalProperties": false,
|
|
2142
|
+
"properties": {
|
|
2143
|
+
"__context": {
|
|
2144
|
+
"additionalProperties": false,
|
|
2145
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2146
|
+
"properties": {
|
|
2147
|
+
"id": {
|
|
2148
|
+
"type": "string"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
"required": [
|
|
2152
|
+
"id"
|
|
2153
|
+
],
|
|
2154
|
+
"type": "object"
|
|
2155
|
+
},
|
|
2156
|
+
"__returnValue": {
|
|
2157
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2158
|
+
"type": "string"
|
|
2159
|
+
},
|
|
2160
|
+
"length": {
|
|
2161
|
+
"type": "number"
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
2164
|
+
"required": [
|
|
2165
|
+
"length"
|
|
2166
|
+
],
|
|
2167
|
+
"type": "object"
|
|
2168
|
+
},
|
|
2169
|
+
"Nxtpression<string,{id:string;}>_3": {
|
|
2170
|
+
"additionalProperties": false,
|
|
2171
|
+
"properties": {
|
|
2172
|
+
"__context": {
|
|
2173
|
+
"additionalProperties": false,
|
|
2174
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2175
|
+
"properties": {
|
|
2176
|
+
"id": {
|
|
2177
|
+
"type": "string"
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2180
|
+
"required": [
|
|
2181
|
+
"id"
|
|
2182
|
+
],
|
|
2183
|
+
"type": "object"
|
|
2184
|
+
},
|
|
2185
|
+
"__returnValue": {
|
|
2186
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2187
|
+
"type": "string"
|
|
2188
|
+
},
|
|
2189
|
+
"length": {
|
|
2190
|
+
"type": "number"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
"required": [
|
|
2194
|
+
"length"
|
|
2195
|
+
],
|
|
2196
|
+
"type": "object"
|
|
2197
|
+
},
|
|
2198
|
+
"Nxtpression<string[],{id:string;}>": {
|
|
2199
|
+
"additionalProperties": false,
|
|
2200
|
+
"properties": {
|
|
2201
|
+
"__context": {
|
|
2202
|
+
"additionalProperties": false,
|
|
2203
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2204
|
+
"properties": {
|
|
2205
|
+
"id": {
|
|
2206
|
+
"type": "string"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
"required": [
|
|
2210
|
+
"id"
|
|
2211
|
+
],
|
|
2212
|
+
"type": "object"
|
|
2213
|
+
},
|
|
2214
|
+
"__returnValue": {
|
|
2215
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2216
|
+
"items": {
|
|
2217
|
+
"type": "string"
|
|
2218
|
+
},
|
|
2219
|
+
"type": "array"
|
|
2220
|
+
},
|
|
2221
|
+
"length": {
|
|
2222
|
+
"type": "number"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
"required": [
|
|
2226
|
+
"length"
|
|
2227
|
+
],
|
|
2228
|
+
"type": "object"
|
|
2229
|
+
},
|
|
2230
|
+
"Nxtpression<string[],{id:string;}>_1": {
|
|
2231
|
+
"additionalProperties": false,
|
|
2232
|
+
"properties": {
|
|
2233
|
+
"__context": {
|
|
2234
|
+
"additionalProperties": false,
|
|
2235
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2236
|
+
"properties": {
|
|
2237
|
+
"id": {
|
|
2238
|
+
"type": "string"
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
"required": [
|
|
2242
|
+
"id"
|
|
2243
|
+
],
|
|
2244
|
+
"type": "object"
|
|
2245
|
+
},
|
|
2246
|
+
"__returnValue": {
|
|
2247
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2248
|
+
"items": {
|
|
2249
|
+
"type": "string"
|
|
2250
|
+
},
|
|
2251
|
+
"type": "array"
|
|
2252
|
+
},
|
|
2253
|
+
"length": {
|
|
2254
|
+
"type": "number"
|
|
2255
|
+
}
|
|
2256
|
+
},
|
|
2257
|
+
"required": [
|
|
2258
|
+
"length"
|
|
2259
|
+
],
|
|
2260
|
+
"type": "object"
|
|
2261
|
+
},
|
|
2262
|
+
"Nxtpression<{lat:number;lon:number;}[],{id:string;}>": {
|
|
2263
|
+
"additionalProperties": false,
|
|
2264
|
+
"properties": {
|
|
2265
|
+
"__context": {
|
|
2266
|
+
"additionalProperties": false,
|
|
2267
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2268
|
+
"properties": {
|
|
2269
|
+
"id": {
|
|
2270
|
+
"type": "string"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"required": [
|
|
2274
|
+
"id"
|
|
2275
|
+
],
|
|
2276
|
+
"type": "object"
|
|
2277
|
+
},
|
|
2278
|
+
"__returnValue": {
|
|
2279
|
+
"description": "TS-HACK: this property doesn't really exist on the nxtpression string,\nit is only here to make sure the generic Context won't get stripped.",
|
|
2280
|
+
"items": {
|
|
2281
|
+
"additionalProperties": false,
|
|
2282
|
+
"properties": {
|
|
2283
|
+
"lat": {
|
|
2284
|
+
"type": "number"
|
|
2285
|
+
},
|
|
2286
|
+
"lon": {
|
|
2287
|
+
"type": "number"
|
|
2288
|
+
}
|
|
2289
|
+
},
|
|
2290
|
+
"required": [
|
|
2291
|
+
"lat",
|
|
2292
|
+
"lon"
|
|
2293
|
+
],
|
|
2294
|
+
"type": "object"
|
|
2295
|
+
},
|
|
2296
|
+
"type": "array"
|
|
2297
|
+
},
|
|
2298
|
+
"length": {
|
|
2299
|
+
"type": "number"
|
|
2300
|
+
}
|
|
2301
|
+
},
|
|
2302
|
+
"required": [
|
|
2303
|
+
"length"
|
|
2304
|
+
],
|
|
2305
|
+
"type": "object"
|
|
2306
|
+
},
|
|
2307
|
+
"Operation": {
|
|
2308
|
+
"anyOf": [
|
|
2309
|
+
{
|
|
2310
|
+
"$ref": "#/definitions/AddOperation"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"$ref": "#/definitions/RemoveOperation"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"$ref": "#/definitions/ReplaceOperation"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"$ref": "#/definitions/MoveOperation"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"$ref": "#/definitions/CopyOperation"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"$ref": "#/definitions/TestOperation"
|
|
2326
|
+
}
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2329
|
+
"PartialObjectDeep<ModuleTabs,{}>": {
|
|
2330
|
+
"additionalProperties": false,
|
|
2331
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2332
|
+
"properties": {
|
|
2333
|
+
"settingsPanelStore": {
|
|
2334
|
+
"$ref": "#/definitions/PartialObjectDeep<SettingsPanelStoreTab,{}>"
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
"type": "object"
|
|
2338
|
+
},
|
|
2339
|
+
"PartialObjectDeep<Settings,{}>": {
|
|
2340
|
+
"additionalProperties": false,
|
|
2341
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2342
|
+
"properties": {
|
|
2343
|
+
"assignees": {
|
|
2344
|
+
"$ref": "#/definitions/PartialObjectDeep<{include:string[];exclude?:string[];},{}>_1"
|
|
2345
|
+
},
|
|
2346
|
+
"autoLogoutTime": {
|
|
2347
|
+
"type": "number"
|
|
2348
|
+
},
|
|
2349
|
+
"browser": {
|
|
2350
|
+
"$ref": "#/definitions/PartialObjectDeep<{createMenu:{sortOrder:string[];};},{}>"
|
|
2351
|
+
},
|
|
2352
|
+
"clock": {
|
|
1797
2353
|
"$ref": "#/definitions/PartialObjectDeep<{enable:boolean;show24Hours:boolean;showAmPm:boolean;showSeconds:boolean;showDayOfWeek:boolean;showDate:boolean;format?:string;},{}>"
|
|
1798
2354
|
},
|
|
1799
2355
|
"crashScreen": {
|
|
@@ -1803,7 +2359,7 @@
|
|
|
1803
2359
|
"$ref": "#/definitions/PartialObjectDeep<{maxMru:number;maxTabs:number;},{}>"
|
|
1804
2360
|
},
|
|
1805
2361
|
"deadlines": {
|
|
1806
|
-
"$ref": "#/definitions/PartialObjectDeep<{include:string[];},{}>"
|
|
2362
|
+
"$ref": "#/definitions/PartialObjectDeep<{include:string[];exclude?:string[];},{}>"
|
|
1807
2363
|
},
|
|
1808
2364
|
"debug": {
|
|
1809
2365
|
"type": "boolean"
|
|
@@ -1811,18 +2367,40 @@
|
|
|
1811
2367
|
"events": {
|
|
1812
2368
|
"$ref": "#/definitions/PartialObjectDeep<{graphicBaseTemplate?:string;},{}>"
|
|
1813
2369
|
},
|
|
2370
|
+
"featurePreview": {
|
|
2371
|
+
"$ref": "#/definitions/PartialObjectDeep<{collections?:boolean;},{}>"
|
|
2372
|
+
},
|
|
1814
2373
|
"flags": {
|
|
1815
|
-
"$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;},{}>"
|
|
2374
|
+
"$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;},{}>"
|
|
1816
2375
|
},
|
|
1817
2376
|
"gallery": {
|
|
1818
2377
|
"$ref": "#/definitions/PartialObjectDeep<{dimOnBlur:boolean;},{}>"
|
|
1819
2378
|
},
|
|
2379
|
+
"hiddenPreviews": {
|
|
2380
|
+
"items": {
|
|
2381
|
+
"additionalProperties": false,
|
|
2382
|
+
"properties": {
|
|
2383
|
+
"folded": {
|
|
2384
|
+
"type": "boolean"
|
|
2385
|
+
},
|
|
2386
|
+
"id": {
|
|
2387
|
+
"type": "string"
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
"required": [
|
|
2391
|
+
"folded",
|
|
2392
|
+
"id"
|
|
2393
|
+
],
|
|
2394
|
+
"type": "object"
|
|
2395
|
+
},
|
|
2396
|
+
"type": "array"
|
|
2397
|
+
},
|
|
1820
2398
|
"history": {
|
|
1821
2399
|
"type": "boolean"
|
|
1822
2400
|
},
|
|
1823
2401
|
"keymap": {},
|
|
1824
2402
|
"media": {
|
|
1825
|
-
"$ref": "#/definitions/PartialObjectDeep<{placeholder?:string;guide?:{mask?: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;transcribe?:{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};};},{}>"
|
|
2403
|
+
"$ref": "#/definitions/PartialObjectDeep<{placeholder?:string;openCommand?:string;guide?:{mask?: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;transcribe?:{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};};},{}>"
|
|
1826
2404
|
},
|
|
1827
2405
|
"module": {
|
|
1828
2406
|
"$ref": "#/definitions/PartialObjectDeep<{tabs?:ModuleTabs;},{}>"
|
|
@@ -1846,7 +2424,7 @@
|
|
|
1846
2424
|
"$ref": "#/definitions/PartialObjectDeep<{createMenu:{showPreview:boolean;};colorTags:PromotedTag[];},{}>"
|
|
1847
2425
|
},
|
|
1848
2426
|
"storyboard": {
|
|
1849
|
-
"$ref": "#/definitions/PartialObjectDeep<{assets:{story:{excerpt:{maxLines:number;mode:string;};};};pipeline:{search:{maxItemsDisplayed:number;};};item:{maxHeight:number;};},{}>"
|
|
2427
|
+
"$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;};},{}>"
|
|
1850
2428
|
},
|
|
1851
2429
|
"swarm": {
|
|
1852
2430
|
"$ref": "#/definitions/PartialObjectDeep<{color?:string;name?:string;},{}>"
|
|
@@ -1880,18 +2458,22 @@
|
|
|
1880
2458
|
},
|
|
1881
2459
|
"type": "object"
|
|
1882
2460
|
},
|
|
1883
|
-
"PartialObjectDeep<{
|
|
2461
|
+
"PartialObjectDeep<{auto?:boolean;},{}>": {
|
|
1884
2462
|
"additionalProperties": false,
|
|
1885
2463
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
1886
2464
|
"properties": {
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
2465
|
+
"auto": {
|
|
2466
|
+
"type": "boolean"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
"type": "object"
|
|
2470
|
+
},
|
|
2471
|
+
"PartialObjectDeep<{collections?:boolean;},{}>": {
|
|
2472
|
+
"additionalProperties": false,
|
|
2473
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2474
|
+
"properties": {
|
|
2475
|
+
"collections": {
|
|
2476
|
+
"type": "boolean"
|
|
1895
2477
|
}
|
|
1896
2478
|
},
|
|
1897
2479
|
"type": "object"
|
|
@@ -2042,6 +2624,25 @@
|
|
|
2042
2624
|
},
|
|
2043
2625
|
"type": "object"
|
|
2044
2626
|
},
|
|
2627
|
+
"PartialObjectDeep<{folded?:{auto?:boolean;};assets:{story:{excerpt:{maxLines:number;mode:string;};};note?:{maxHeight?:number;};};pipeline:{search:{maxItemsDisplayed:number;};sortMode:PipelineSortMode;};item:{maxHeight:number;};},{}>": {
|
|
2628
|
+
"additionalProperties": false,
|
|
2629
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2630
|
+
"properties": {
|
|
2631
|
+
"assets": {
|
|
2632
|
+
"$ref": "#/definitions/PartialObjectDeep<{story:{excerpt:{maxLines:number;mode:string;};};note?:{maxHeight?:number;};},{}>"
|
|
2633
|
+
},
|
|
2634
|
+
"folded": {
|
|
2635
|
+
"$ref": "#/definitions/PartialObjectDeep<{auto?:boolean;},{}>"
|
|
2636
|
+
},
|
|
2637
|
+
"item": {
|
|
2638
|
+
"$ref": "#/definitions/PartialObjectDeep<{maxHeight:number;},{}>"
|
|
2639
|
+
},
|
|
2640
|
+
"pipeline": {
|
|
2641
|
+
"$ref": "#/definitions/PartialObjectDeep<{search:{maxItemsDisplayed:number;};sortMode:PipelineSortMode;},{}>"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
"type": "object"
|
|
2645
|
+
},
|
|
2045
2646
|
"PartialObjectDeep<{graphicBaseTemplate?:string;},{}>": {
|
|
2046
2647
|
"additionalProperties": false,
|
|
2047
2648
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -2052,10 +2653,16 @@
|
|
|
2052
2653
|
},
|
|
2053
2654
|
"type": "object"
|
|
2054
2655
|
},
|
|
2055
|
-
"PartialObjectDeep<{include:string[];},{}>": {
|
|
2656
|
+
"PartialObjectDeep<{include:string[];exclude?:string[];},{}>": {
|
|
2056
2657
|
"additionalProperties": false,
|
|
2057
2658
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2058
2659
|
"properties": {
|
|
2660
|
+
"exclude": {
|
|
2661
|
+
"items": {
|
|
2662
|
+
"type": "string"
|
|
2663
|
+
},
|
|
2664
|
+
"type": "array"
|
|
2665
|
+
},
|
|
2059
2666
|
"include": {
|
|
2060
2667
|
"items": {
|
|
2061
2668
|
"type": "string"
|
|
@@ -2065,10 +2672,16 @@
|
|
|
2065
2672
|
},
|
|
2066
2673
|
"type": "object"
|
|
2067
2674
|
},
|
|
2068
|
-
"PartialObjectDeep<{include:string[];},{}>_1": {
|
|
2675
|
+
"PartialObjectDeep<{include:string[];exclude?:string[];},{}>_1": {
|
|
2069
2676
|
"additionalProperties": false,
|
|
2070
2677
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2071
2678
|
"properties": {
|
|
2679
|
+
"exclude": {
|
|
2680
|
+
"items": {
|
|
2681
|
+
"type": "string"
|
|
2682
|
+
},
|
|
2683
|
+
"type": "array"
|
|
2684
|
+
},
|
|
2072
2685
|
"include": {
|
|
2073
2686
|
"items": {
|
|
2074
2687
|
"type": "string"
|
|
@@ -2111,6 +2724,16 @@
|
|
|
2111
2724
|
},
|
|
2112
2725
|
"type": "object"
|
|
2113
2726
|
},
|
|
2727
|
+
"PartialObjectDeep<{maxHeight?:number;},{}>": {
|
|
2728
|
+
"additionalProperties": false,
|
|
2729
|
+
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2730
|
+
"properties": {
|
|
2731
|
+
"maxHeight": {
|
|
2732
|
+
"type": "number"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
"type": "object"
|
|
2736
|
+
},
|
|
2114
2737
|
"PartialObjectDeep<{maxItemsDisplayed:number;},{}>": {
|
|
2115
2738
|
"additionalProperties": false,
|
|
2116
2739
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
@@ -2160,7 +2783,7 @@
|
|
|
2160
2783
|
},
|
|
2161
2784
|
"type": "object"
|
|
2162
2785
|
},
|
|
2163
|
-
"PartialObjectDeep<{placeholder?:string;guide?:{mask?: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;transcribe?:{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};};},{}>": {
|
|
2786
|
+
"PartialObjectDeep<{placeholder?:string;openCommand?:string;guide?:{mask?: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;transcribe?:{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};};},{}>": {
|
|
2164
2787
|
"additionalProperties": false,
|
|
2165
2788
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2166
2789
|
"properties": {
|
|
@@ -2207,6 +2830,9 @@
|
|
|
2207
2830
|
"maxSubclipDuration": {
|
|
2208
2831
|
"type": "number"
|
|
2209
2832
|
},
|
|
2833
|
+
"openCommand": {
|
|
2834
|
+
"type": "string"
|
|
2835
|
+
},
|
|
2210
2836
|
"placeholder": {
|
|
2211
2837
|
"type": "string"
|
|
2212
2838
|
},
|
|
@@ -2260,12 +2886,15 @@
|
|
|
2260
2886
|
},
|
|
2261
2887
|
"type": "object"
|
|
2262
2888
|
},
|
|
2263
|
-
"PartialObjectDeep<{search:{maxItemsDisplayed:number;};},{}>": {
|
|
2889
|
+
"PartialObjectDeep<{search:{maxItemsDisplayed:number;};sortMode:PipelineSortMode;},{}>": {
|
|
2264
2890
|
"additionalProperties": false,
|
|
2265
2891
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2266
2892
|
"properties": {
|
|
2267
2893
|
"search": {
|
|
2268
2894
|
"$ref": "#/definitions/PartialObjectDeep<{maxItemsDisplayed:number;},{}>"
|
|
2895
|
+
},
|
|
2896
|
+
"sortMode": {
|
|
2897
|
+
"$ref": "#/definitions/PipelineSortMode"
|
|
2269
2898
|
}
|
|
2270
2899
|
},
|
|
2271
2900
|
"type": "object"
|
|
@@ -2306,10 +2935,13 @@
|
|
|
2306
2935
|
},
|
|
2307
2936
|
"type": "object"
|
|
2308
2937
|
},
|
|
2309
|
-
"PartialObjectDeep<{story:{excerpt:{maxLines:number;mode:string;};};},{}>": {
|
|
2938
|
+
"PartialObjectDeep<{story:{excerpt:{maxLines:number;mode:string;};};note?:{maxHeight?:number;};},{}>": {
|
|
2310
2939
|
"additionalProperties": false,
|
|
2311
2940
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2312
2941
|
"properties": {
|
|
2942
|
+
"note": {
|
|
2943
|
+
"$ref": "#/definitions/PartialObjectDeep<{maxHeight?:number;},{}>"
|
|
2944
|
+
},
|
|
2313
2945
|
"story": {
|
|
2314
2946
|
"$ref": "#/definitions/PartialObjectDeep<{excerpt:{maxLines:number;mode:string;};},{}>"
|
|
2315
2947
|
}
|
|
@@ -2346,7 +2978,7 @@
|
|
|
2346
2978
|
},
|
|
2347
2979
|
"type": "object"
|
|
2348
2980
|
},
|
|
2349
|
-
"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;},{}>": {
|
|
2981
|
+
"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;},{}>": {
|
|
2350
2982
|
"additionalProperties": false,
|
|
2351
2983
|
"description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
|
|
2352
2984
|
"properties": {
|
|
@@ -2362,6 +2994,9 @@
|
|
|
2362
2994
|
"consolidateMedia": {
|
|
2363
2995
|
"type": "boolean"
|
|
2364
2996
|
},
|
|
2997
|
+
"devWarnings": {
|
|
2998
|
+
"type": "boolean"
|
|
2999
|
+
},
|
|
2365
3000
|
"export": {
|
|
2366
3001
|
"type": "boolean"
|
|
2367
3002
|
},
|
|
@@ -2408,6 +3043,85 @@
|
|
|
2408
3043
|
}
|
|
2409
3044
|
]
|
|
2410
3045
|
},
|
|
3046
|
+
"PipelineDomainItemsRecord": {
|
|
3047
|
+
"additionalProperties": false,
|
|
3048
|
+
"properties": {
|
|
3049
|
+
"value": {
|
|
3050
|
+
"items": {
|
|
3051
|
+
"type": "string"
|
|
3052
|
+
},
|
|
3053
|
+
"type": "array"
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3056
|
+
"type": "object"
|
|
3057
|
+
},
|
|
3058
|
+
"PipelineDomainRecord": {
|
|
3059
|
+
"additionalProperties": false,
|
|
3060
|
+
"properties": {
|
|
3061
|
+
"bookmarkId": {
|
|
3062
|
+
"type": "string"
|
|
3063
|
+
},
|
|
3064
|
+
"color": {
|
|
3065
|
+
"type": "string"
|
|
3066
|
+
},
|
|
3067
|
+
"dummy": {
|
|
3068
|
+
"type": "boolean"
|
|
3069
|
+
},
|
|
3070
|
+
"hiddenCreateMenuItems": {
|
|
3071
|
+
"$ref": "#/definitions/Record<string,unknown>"
|
|
3072
|
+
},
|
|
3073
|
+
"preset": {
|
|
3074
|
+
"type": "string"
|
|
3075
|
+
},
|
|
3076
|
+
"tags": {
|
|
3077
|
+
"items": {
|
|
3078
|
+
"type": "string"
|
|
3079
|
+
},
|
|
3080
|
+
"type": "array"
|
|
3081
|
+
},
|
|
3082
|
+
"type": {
|
|
3083
|
+
"type": "string"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
"type": "object"
|
|
3087
|
+
},
|
|
3088
|
+
"PipelinePresetDomainRecord": {
|
|
3089
|
+
"additionalProperties": false,
|
|
3090
|
+
"properties": {
|
|
3091
|
+
"color": {
|
|
3092
|
+
"type": "string"
|
|
3093
|
+
},
|
|
3094
|
+
"createMenuItems": {
|
|
3095
|
+
"items": {
|
|
3096
|
+
"type": "string"
|
|
3097
|
+
},
|
|
3098
|
+
"type": "array"
|
|
3099
|
+
},
|
|
3100
|
+
"sortMode": {
|
|
3101
|
+
"$ref": "#/definitions/PipelineSortMode"
|
|
3102
|
+
},
|
|
3103
|
+
"tags": {
|
|
3104
|
+
"items": {
|
|
3105
|
+
"type": "string"
|
|
3106
|
+
},
|
|
3107
|
+
"type": "array"
|
|
3108
|
+
}
|
|
3109
|
+
},
|
|
3110
|
+
"type": "object"
|
|
3111
|
+
},
|
|
3112
|
+
"PipelineSortMode": {
|
|
3113
|
+
"enum": [
|
|
3114
|
+
"az",
|
|
3115
|
+
"default",
|
|
3116
|
+
"leastrecent",
|
|
3117
|
+
"manual",
|
|
3118
|
+
"mostrecent",
|
|
3119
|
+
"newest",
|
|
3120
|
+
"oldest",
|
|
3121
|
+
"za"
|
|
3122
|
+
],
|
|
3123
|
+
"type": "string"
|
|
3124
|
+
},
|
|
2411
3125
|
"PlanningAssigneesRecord": {
|
|
2412
3126
|
"additionalProperties": false,
|
|
2413
3127
|
"properties": {
|
|
@@ -2616,6 +3330,154 @@
|
|
|
2616
3330
|
],
|
|
2617
3331
|
"type": "object"
|
|
2618
3332
|
},
|
|
3333
|
+
"asset.deadlines": {
|
|
3334
|
+
"additionalProperties": false,
|
|
3335
|
+
"properties": {
|
|
3336
|
+
"dynamic": {
|
|
3337
|
+
"items": {
|
|
3338
|
+
"type": "string"
|
|
3339
|
+
},
|
|
3340
|
+
"type": "array"
|
|
3341
|
+
},
|
|
3342
|
+
"value": {
|
|
3343
|
+
"$ref": "#/definitions/Nxtpression<string,{id:string;}>"
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
"type": "object"
|
|
3347
|
+
},
|
|
3348
|
+
"asset.duration": {
|
|
3349
|
+
"additionalProperties": false,
|
|
3350
|
+
"properties": {
|
|
3351
|
+
"dynamic": {
|
|
3352
|
+
"items": {
|
|
3353
|
+
"type": "string"
|
|
3354
|
+
},
|
|
3355
|
+
"type": "array"
|
|
3356
|
+
},
|
|
3357
|
+
"value": {
|
|
3358
|
+
"$ref": "#/definitions/Nxtpression<number,{id:string;}>"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3361
|
+
"type": "object"
|
|
3362
|
+
},
|
|
3363
|
+
"asset.embedding": {
|
|
3364
|
+
"additionalProperties": false,
|
|
3365
|
+
"properties": {
|
|
3366
|
+
"dynamic": {
|
|
3367
|
+
"items": {
|
|
3368
|
+
"type": "string"
|
|
3369
|
+
},
|
|
3370
|
+
"type": "array"
|
|
3371
|
+
},
|
|
3372
|
+
"value": {
|
|
3373
|
+
"$ref": "#/definitions/Nxtpression<string,{id:string;}>_1"
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
"type": "object"
|
|
3377
|
+
},
|
|
3378
|
+
"asset.icon": {
|
|
3379
|
+
"additionalProperties": false,
|
|
3380
|
+
"properties": {
|
|
3381
|
+
"dynamic": {
|
|
3382
|
+
"items": {
|
|
3383
|
+
"type": "string"
|
|
3384
|
+
},
|
|
3385
|
+
"type": "array"
|
|
3386
|
+
},
|
|
3387
|
+
"value": {
|
|
3388
|
+
"$ref": "#/definitions/Nxtpression<string,{id:string;}>_2"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
"type": "object"
|
|
3392
|
+
},
|
|
3393
|
+
"asset.locations": {
|
|
3394
|
+
"additionalProperties": false,
|
|
3395
|
+
"properties": {
|
|
3396
|
+
"dynamic": {
|
|
3397
|
+
"items": {
|
|
3398
|
+
"type": "string"
|
|
3399
|
+
},
|
|
3400
|
+
"type": "array"
|
|
3401
|
+
},
|
|
3402
|
+
"value": {
|
|
3403
|
+
"$ref": "#/definitions/Nxtpression<{lat:number;lon:number;}[],{id:string;}>"
|
|
3404
|
+
}
|
|
3405
|
+
},
|
|
3406
|
+
"type": "object"
|
|
3407
|
+
},
|
|
3408
|
+
"asset.media": {
|
|
3409
|
+
"additionalProperties": false,
|
|
3410
|
+
"properties": {
|
|
3411
|
+
"dynamic": {
|
|
3412
|
+
"items": {
|
|
3413
|
+
"type": "string"
|
|
3414
|
+
},
|
|
3415
|
+
"type": "array"
|
|
3416
|
+
},
|
|
3417
|
+
"value": {
|
|
3418
|
+
"$ref": "#/definitions/Nxtpression<Record<string,unknown>,{id:string;}>"
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
"type": "object"
|
|
3422
|
+
},
|
|
3423
|
+
"asset.tags": {
|
|
3424
|
+
"additionalProperties": false,
|
|
3425
|
+
"properties": {
|
|
3426
|
+
"dynamic": {
|
|
3427
|
+
"items": {
|
|
3428
|
+
"type": "string"
|
|
3429
|
+
},
|
|
3430
|
+
"type": "array"
|
|
3431
|
+
},
|
|
3432
|
+
"value": {
|
|
3433
|
+
"$ref": "#/definitions/Nxtpression<string[],{id:string;}>_1"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
"type": "object"
|
|
3437
|
+
},
|
|
3438
|
+
"asset.title": {
|
|
3439
|
+
"additionalProperties": false,
|
|
3440
|
+
"properties": {
|
|
3441
|
+
"dynamic": {
|
|
3442
|
+
"items": {
|
|
3443
|
+
"type": "string"
|
|
3444
|
+
},
|
|
3445
|
+
"type": "array"
|
|
3446
|
+
},
|
|
3447
|
+
"value": {
|
|
3448
|
+
"$ref": "#/definitions/Nxtpression<string,{id:string;}>_3"
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
"type": "object"
|
|
3452
|
+
},
|
|
3453
|
+
"asset.types": {
|
|
3454
|
+
"additionalProperties": {
|
|
3455
|
+
"anyOf": [
|
|
3456
|
+
{
|
|
3457
|
+
"additionalProperties": false,
|
|
3458
|
+
"properties": {
|
|
3459
|
+
"icon": {
|
|
3460
|
+
"type": "string"
|
|
3461
|
+
},
|
|
3462
|
+
"label": {
|
|
3463
|
+
"type": "string"
|
|
3464
|
+
},
|
|
3465
|
+
"priority": {
|
|
3466
|
+
"type": "number"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"required": [
|
|
3470
|
+
"label"
|
|
3471
|
+
],
|
|
3472
|
+
"type": "object"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"type": "string"
|
|
3476
|
+
}
|
|
3477
|
+
]
|
|
3478
|
+
},
|
|
3479
|
+
"type": "object"
|
|
3480
|
+
},
|
|
2619
3481
|
"hub-transcribe:render-profile": {
|
|
2620
3482
|
"additionalProperties": false,
|
|
2621
3483
|
"properties": {
|
|
@@ -2648,6 +3510,15 @@
|
|
|
2648
3510
|
],
|
|
2649
3511
|
"type": "object"
|
|
2650
3512
|
},
|
|
3513
|
+
"media.consolidate": {
|
|
3514
|
+
"additionalProperties": false,
|
|
3515
|
+
"properties": {
|
|
3516
|
+
"presets": {
|
|
3517
|
+
"$ref": "#/definitions/{audio:RenderPreset;video:RenderPreset;image:RenderPreset;}"
|
|
3518
|
+
}
|
|
3519
|
+
},
|
|
3520
|
+
"type": "object"
|
|
3521
|
+
},
|
|
2651
3522
|
"media.subtitles?": {
|
|
2652
3523
|
"additionalProperties": false,
|
|
2653
3524
|
"properties": {
|
|
@@ -2693,7 +3564,17 @@
|
|
|
2693
3564
|
":permission",
|
|
2694
3565
|
"asset.assignees",
|
|
2695
3566
|
"asset.clone",
|
|
3567
|
+
"asset.deadlines",
|
|
3568
|
+
"asset.duration",
|
|
3569
|
+
"asset.embedding",
|
|
3570
|
+
"asset.icon",
|
|
3571
|
+
"asset.locations",
|
|
3572
|
+
"asset.media",
|
|
3573
|
+
"asset.tags",
|
|
3574
|
+
"asset.title",
|
|
3575
|
+
"asset.types",
|
|
2696
3576
|
"hub-transcribe:render-profile",
|
|
3577
|
+
"media.consolidate",
|
|
2697
3578
|
"media.subtitles?",
|
|
2698
3579
|
"media.transcribe?"
|
|
2699
3580
|
],
|
|
@@ -2716,6 +3597,54 @@
|
|
|
2716
3597
|
],
|
|
2717
3598
|
"type": "object"
|
|
2718
3599
|
},
|
|
3600
|
+
"RenderPreset": {
|
|
3601
|
+
"additionalProperties": false,
|
|
3602
|
+
"properties": {
|
|
3603
|
+
"description": {},
|
|
3604
|
+
"profile": {
|
|
3605
|
+
"anyOf": [
|
|
3606
|
+
{
|
|
3607
|
+
"$ref": "#/definitions/RenderPresetProfile"
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"type": "string"
|
|
3611
|
+
}
|
|
3612
|
+
]
|
|
3613
|
+
},
|
|
3614
|
+
"type": {
|
|
3615
|
+
"type": "string"
|
|
3616
|
+
}
|
|
3617
|
+
},
|
|
3618
|
+
"type": "object"
|
|
3619
|
+
},
|
|
3620
|
+
"RenderPresetProfile": {
|
|
3621
|
+
"additionalProperties": false,
|
|
3622
|
+
"properties": {
|
|
3623
|
+
"audio": {},
|
|
3624
|
+
"format": {
|
|
3625
|
+
"$ref": "#/definitions/RenderPresetProfileFormat"
|
|
3626
|
+
},
|
|
3627
|
+
"pick": {
|
|
3628
|
+
"items": {
|
|
3629
|
+
"type": "string"
|
|
3630
|
+
},
|
|
3631
|
+
"type": "array"
|
|
3632
|
+
},
|
|
3633
|
+
"transcribe": {},
|
|
3634
|
+
"video": {}
|
|
3635
|
+
},
|
|
3636
|
+
"required": [
|
|
3637
|
+
"format"
|
|
3638
|
+
],
|
|
3639
|
+
"type": "object"
|
|
3640
|
+
},
|
|
3641
|
+
"RenderPresetProfileFormat": {
|
|
3642
|
+
"enum": [
|
|
3643
|
+
"mp4",
|
|
3644
|
+
"png"
|
|
3645
|
+
],
|
|
3646
|
+
"type": "string"
|
|
3647
|
+
},
|
|
2719
3648
|
"ReplaceOperation": {
|
|
2720
3649
|
"additionalProperties": false,
|
|
2721
3650
|
"properties": {
|
|
@@ -2840,6 +3769,18 @@
|
|
|
2840
3769
|
],
|
|
2841
3770
|
"type": "object"
|
|
2842
3771
|
},
|
|
3772
|
+
"StoryboardDomainPipelinesRecord": {
|
|
3773
|
+
"additionalProperties": false,
|
|
3774
|
+
"properties": {
|
|
3775
|
+
"value": {
|
|
3776
|
+
"items": {
|
|
3777
|
+
"type": "string"
|
|
3778
|
+
},
|
|
3779
|
+
"type": "array"
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
"type": "object"
|
|
3783
|
+
},
|
|
2843
3784
|
"TagPermission": {
|
|
2844
3785
|
"additionalProperties": false,
|
|
2845
3786
|
"properties": {
|
|
@@ -3008,6 +3949,26 @@
|
|
|
3008
3949
|
}
|
|
3009
3950
|
},
|
|
3010
3951
|
"type": "object"
|
|
3952
|
+
},
|
|
3953
|
+
"{audio:RenderPreset;video:RenderPreset;image:RenderPreset;}": {
|
|
3954
|
+
"additionalProperties": false,
|
|
3955
|
+
"properties": {
|
|
3956
|
+
"audio": {
|
|
3957
|
+
"$ref": "#/definitions/RenderPreset"
|
|
3958
|
+
},
|
|
3959
|
+
"image": {
|
|
3960
|
+
"$ref": "#/definitions/RenderPreset"
|
|
3961
|
+
},
|
|
3962
|
+
"video": {
|
|
3963
|
+
"$ref": "#/definitions/RenderPreset"
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3966
|
+
"required": [
|
|
3967
|
+
"audio",
|
|
3968
|
+
"image",
|
|
3969
|
+
"video"
|
|
3970
|
+
],
|
|
3971
|
+
"type": "object"
|
|
3011
3972
|
}
|
|
3012
3973
|
}
|
|
3013
3974
|
}
|