@nxtedition/types 23.0.2 → 23.0.4

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.
Files changed (59) hide show
  1. package/dist/asset.d.ts +10 -0
  2. package/dist/asset.js +1 -0
  3. package/dist/common/clone.d.ts +32 -0
  4. package/dist/common/clone.js +602 -0
  5. package/dist/common/date.d.ts +8 -0
  6. package/dist/common/date.js +59 -0
  7. package/dist/common/index.d.ts +8 -0
  8. package/dist/common/index.js +8 -0
  9. package/dist/common/media.d.ts +8 -0
  10. package/dist/common/media.js +83 -0
  11. package/dist/common/nxtpression.d.ts +19 -0
  12. package/dist/common/nxtpression.js +240 -0
  13. package/dist/common/pipeline.d.ts +8 -0
  14. package/dist/common/pipeline.js +88 -0
  15. package/dist/common/promoted-tag.d.ts +13 -0
  16. package/dist/common/promoted-tag.js +147 -0
  17. package/dist/common/render-preset.d.ts +32 -0
  18. package/dist/common/render-preset.js +516 -0
  19. package/dist/common/search.d.ts +69 -0
  20. package/dist/common/search.js +1591 -0
  21. package/dist/common/settings.d.ts +26 -11
  22. package/dist/common/settings.js +812 -333
  23. package/dist/domains/asset.d.ts +172 -49
  24. package/dist/domains/asset.js +1533 -72
  25. package/dist/domains/clone.d.ts +14 -0
  26. package/dist/domains/clone.js +192 -0
  27. package/dist/domains/connection.d.ts +39 -15
  28. package/dist/domains/connection.js +621 -174
  29. package/dist/domains/design.d.ts +24 -0
  30. package/dist/domains/design.js +303 -0
  31. package/dist/domains/file.d.ts +17 -0
  32. package/dist/domains/file.js +233 -0
  33. package/dist/domains/index.d.ts +19 -1
  34. package/dist/domains/index.js +9 -0
  35. package/dist/domains/media.d.ts +42 -2
  36. package/dist/domains/media.js +1070 -24
  37. package/dist/domains/pipeline-preset.d.ts +17 -0
  38. package/dist/domains/pipeline-preset.js +225 -0
  39. package/dist/domains/pipeline.d.ts +29 -0
  40. package/dist/domains/pipeline.js +423 -0
  41. package/dist/domains/published.d.ts +18 -0
  42. package/dist/domains/published.js +164 -0
  43. package/dist/domains/render-preset.d.ts +4 -0
  44. package/dist/domains/render-preset.js +1 -0
  45. package/dist/domains/revs.d.ts +13 -0
  46. package/dist/domains/revs.js +125 -0
  47. package/dist/domains/search.d.ts +3 -0
  48. package/dist/domains/search.js +62 -13
  49. package/dist/domains/settings.js +796 -339
  50. package/dist/domains/storyboard.d.ts +14 -0
  51. package/dist/domains/storyboard.js +125 -0
  52. package/dist/domains/user.d.ts +14 -0
  53. package/dist/domains/user.js +141 -0
  54. package/dist/index.d.ts +88 -5
  55. package/dist/index.js +151 -0
  56. package/dist/rpc.d.ts +8 -13
  57. package/dist/rpc.js +9 -9
  58. package/dist/schema.json +1701 -1565
  59. package/package.json +1 -1
package/dist/schema.json CHANGED
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "type": "object"
23
23
  },
24
- "AssetAssigneesRecord": {
24
+ "AssetAssigneesProvidedRecord": {
25
25
  "additionalProperties": false,
26
26
  "properties": {
27
27
  "value": {
@@ -33,39 +33,226 @@
33
33
  },
34
34
  "type": "object"
35
35
  },
36
+ "AssetCreatedProvidedRecord": {
37
+ "additionalProperties": false,
38
+ "properties": {
39
+ "time": {
40
+ "type": "string"
41
+ },
42
+ "user": {
43
+ "type": "string"
44
+ }
45
+ },
46
+ "type": "object"
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
+ },
36
137
  "AssetDomainRecords": {
37
138
  "additionalProperties": false,
38
139
  "properties": {
39
140
  ":asset.assignees?": {
40
- "$ref": "#/definitions/AssetAssigneesRecord"
141
+ "$ref": "#/definitions/AssetAssigneesProvidedRecord"
142
+ },
143
+ ":asset.controllers?": {
144
+ "$ref": "#/definitions/AssetDomainControllersProvidedRecord"
145
+ },
146
+ ":asset.created?": {
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"
41
157
  },
42
158
  ":asset.fileRefs?": {
43
- "$ref": "#/definitions/AssetFileRefsRecord"
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"
169
+ },
170
+ ":asset.modified?": {
171
+ "$ref": "#/definitions/AssetModifiedProvidedRecord"
172
+ },
173
+ ":asset.published?": {
174
+ "$ref": "#/definitions/AssetDomainPublishedProvidedRecord"
44
175
  },
45
176
  ":asset.refs?": {
46
- "$ref": "#/definitions/AssetRefsRecord"
177
+ "$ref": "#/definitions/AssetRefsProvidedRecord"
178
+ },
179
+ ":asset.status?": {
180
+ "$ref": "#/definitions/AssetDomainStatusProvidedRecord"
47
181
  },
48
182
  ":asset.tags?": {
49
- "$ref": "#/definitions/AssetTagsRecord"
183
+ "$ref": "#/definitions/AssetTagsProvidedRecord"
50
184
  },
51
185
  ":asset.title?": {
52
- "$ref": "#/definitions/AssetTitleRecord"
186
+ "$ref": "#/definitions/AssetTitleProvidedRecord"
53
187
  },
54
188
  ":asset.types?": {
55
- "$ref": "#/definitions/AssetTypesRecord"
189
+ "$ref": "#/definitions/AssetTypesProvidedRecord"
56
190
  }
57
191
  },
58
192
  "required": [
59
193
  ":asset.assignees?",
194
+ ":asset.controllers?",
195
+ ":asset.created?",
196
+ ":asset.deadlines?",
197
+ ":asset.duration?",
198
+ ":asset.embedding?",
60
199
  ":asset.fileRefs?",
200
+ ":asset.icon?",
201
+ ":asset.locations?",
202
+ ":asset.media?",
203
+ ":asset.modified?",
204
+ ":asset.published?",
61
205
  ":asset.refs?",
206
+ ":asset.status?",
62
207
  ":asset.tags?",
63
208
  ":asset.title?",
64
209
  ":asset.types?"
65
210
  ],
66
211
  "type": "object"
67
212
  },
68
- "AssetFileRefsRecord": {
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": {
69
256
  "additionalProperties": false,
70
257
  "properties": {
71
258
  "value": {
@@ -77,6 +264,18 @@
77
264
  },
78
265
  "type": "object"
79
266
  },
267
+ "AssetModifiedProvidedRecord": {
268
+ "additionalProperties": false,
269
+ "properties": {
270
+ "time": {
271
+ "type": "string"
272
+ },
273
+ "user": {
274
+ "type": "string"
275
+ }
276
+ },
277
+ "type": "object"
278
+ },
80
279
  "AssetPermission": {
81
280
  "additionalProperties": false,
82
281
  "properties": {
@@ -94,6 +293,54 @@
94
293
  ],
95
294
  "type": "object"
96
295
  },
296
+ "AssetRecords": {
297
+ "additionalProperties": false,
298
+ "properties": {
299
+ "asset.assignees": {
300
+ "additionalProperties": false,
301
+ "properties": {
302
+ "dynamic": {
303
+ "anyOf": [
304
+ {
305
+ "items": {
306
+ "type": "string"
307
+ },
308
+ "type": "array"
309
+ },
310
+ {
311
+ "const": false,
312
+ "type": "boolean"
313
+ }
314
+ ]
315
+ },
316
+ "value": {
317
+ "$ref": "#/definitions/Nxtpression"
318
+ }
319
+ },
320
+ "type": "object"
321
+ },
322
+ "asset.clone": {
323
+ "additionalProperties": false,
324
+ "properties": {
325
+ "rules": {
326
+ "items": {
327
+ "$ref": "#/definitions/CloneRule"
328
+ },
329
+ "type": "array"
330
+ }
331
+ },
332
+ "required": [
333
+ "rules"
334
+ ],
335
+ "type": "object"
336
+ }
337
+ },
338
+ "required": [
339
+ "asset.assignees",
340
+ "asset.clone"
341
+ ],
342
+ "type": "object"
343
+ },
97
344
  "AssetRef": {
98
345
  "additionalProperties": false,
99
346
  "properties": {
@@ -114,7 +361,7 @@
114
361
  ],
115
362
  "type": "object"
116
363
  },
117
- "AssetRefsRecord": {
364
+ "AssetRefsProvidedRecord": {
118
365
  "additionalProperties": false,
119
366
  "properties": {
120
367
  "value": {
@@ -126,7 +373,7 @@
126
373
  },
127
374
  "type": "object"
128
375
  },
129
- "AssetTagsRecord": {
376
+ "AssetTagsProvidedRecord": {
130
377
  "additionalProperties": false,
131
378
  "properties": {
132
379
  "value": {
@@ -138,7 +385,7 @@
138
385
  },
139
386
  "type": "object"
140
387
  },
141
- "AssetTitleRecord": {
388
+ "AssetTitleProvidedRecord": {
142
389
  "additionalProperties": false,
143
390
  "properties": {
144
391
  "value": {
@@ -147,7 +394,7 @@
147
394
  },
148
395
  "type": "object"
149
396
  },
150
- "AssetTypesRecord": {
397
+ "AssetTypesProvidedRecord": {
151
398
  "additionalProperties": false,
152
399
  "properties": {
153
400
  "value": {
@@ -159,518 +406,6 @@
159
406
  },
160
407
  "type": "object"
161
408
  },
162
- "Block": {
163
- "additionalProperties": false,
164
- "properties": {
165
- "btime": {
166
- "additionalProperties": false,
167
- "properties": {
168
- "typia.tag": {
169
- "additionalProperties": false,
170
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
171
- "properties": {
172
- "exclusive": {
173
- "const": true,
174
- "type": "boolean"
175
- },
176
- "kind": {
177
- "const": "type",
178
- "type": "string"
179
- },
180
- "schema": {
181
- "additionalProperties": false,
182
- "properties": {
183
- "type": {
184
- "const": "integer",
185
- "type": "string"
186
- }
187
- },
188
- "required": [
189
- "type"
190
- ],
191
- "type": "object"
192
- },
193
- "target": {
194
- "enum": [
195
- "bigint",
196
- "number"
197
- ],
198
- "type": "string"
199
- },
200
- "validate": {
201
- "additionalProperties": false,
202
- "properties": {
203
- "bigint": {
204
- "const": "BigInt(0) <= $input",
205
- "type": "string"
206
- },
207
- "number": {
208
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
209
- "type": "string"
210
- }
211
- },
212
- "required": [
213
- "bigint",
214
- "number"
215
- ],
216
- "type": "object"
217
- },
218
- "value": {
219
- "const": "uint64",
220
- "type": "string"
221
- }
222
- },
223
- "required": [
224
- "exclusive",
225
- "kind",
226
- "schema",
227
- "target",
228
- "validate",
229
- "value"
230
- ],
231
- "type": "object"
232
- }
233
- },
234
- "type": "object"
235
- },
236
- "error": {
237
- "anyOf": [
238
- {
239
- "$ref": "#/definitions/NxtError"
240
- },
241
- {
242
- "items": {
243
- "$ref": "#/definitions/NxtError"
244
- },
245
- "type": "array"
246
- }
247
- ]
248
- },
249
- "file": {
250
- "additionalProperties": false,
251
- "properties": {
252
- "typia.tag": {
253
- "additionalProperties": false,
254
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
255
- "properties": {
256
- "exclusive": {
257
- "items": [
258
- {
259
- "const": "format",
260
- "type": "string"
261
- },
262
- {
263
- "const": "pattern",
264
- "type": "string"
265
- }
266
- ],
267
- "maxItems": 2,
268
- "minItems": 2,
269
- "type": "array"
270
- },
271
- "kind": {
272
- "const": "pattern",
273
- "type": "string"
274
- },
275
- "schema": {
276
- "additionalProperties": false,
277
- "properties": {
278
- "pattern": {
279
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
280
- "type": "string"
281
- }
282
- },
283
- "required": [
284
- "pattern"
285
- ],
286
- "type": "object"
287
- },
288
- "target": {
289
- "const": "string",
290
- "type": "string"
291
- },
292
- "validate": {
293
- "const": "/^[0-9A-Za-z~][0-9A-Za-z~._: -]*$/.test($input)",
294
- "type": "string"
295
- },
296
- "value": {
297
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
298
- "type": "string"
299
- }
300
- },
301
- "required": [
302
- "exclusive",
303
- "kind",
304
- "schema",
305
- "target",
306
- "validate",
307
- "value"
308
- ],
309
- "type": "object"
310
- }
311
- },
312
- "type": "object"
313
- },
314
- "hash": {
315
- "additionalProperties": false,
316
- "properties": {
317
- "typia.tag": {
318
- "additionalProperties": false,
319
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
320
- "properties": {
321
- "exclusive": {
322
- "items": [
323
- {
324
- "const": "format",
325
- "type": "string"
326
- },
327
- {
328
- "const": "pattern",
329
- "type": "string"
330
- }
331
- ],
332
- "maxItems": 2,
333
- "minItems": 2,
334
- "type": "array"
335
- },
336
- "kind": {
337
- "const": "pattern",
338
- "type": "string"
339
- },
340
- "schema": {
341
- "additionalProperties": false,
342
- "properties": {
343
- "pattern": {
344
- "const": "^([A-Fa-f0-9]{32})?$",
345
- "type": "string"
346
- }
347
- },
348
- "required": [
349
- "pattern"
350
- ],
351
- "type": "object"
352
- },
353
- "target": {
354
- "const": "string",
355
- "type": "string"
356
- },
357
- "validate": {
358
- "const": "/^([A-Fa-f0-9]{32})?$/.test($input)",
359
- "type": "string"
360
- },
361
- "value": {
362
- "const": "^([A-Fa-f0-9]{32})?$",
363
- "type": "string"
364
- }
365
- },
366
- "required": [
367
- "exclusive",
368
- "kind",
369
- "schema",
370
- "target",
371
- "validate",
372
- "value"
373
- ],
374
- "type": "object"
375
- }
376
- },
377
- "type": "object"
378
- },
379
- "id": {
380
- "additionalProperties": false,
381
- "properties": {
382
- "typia.tag": {
383
- "additionalProperties": false,
384
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
385
- "properties": {
386
- "exclusive": {
387
- "items": [
388
- {
389
- "const": "format",
390
- "type": "string"
391
- },
392
- {
393
- "const": "pattern",
394
- "type": "string"
395
- }
396
- ],
397
- "maxItems": 2,
398
- "minItems": 2,
399
- "type": "array"
400
- },
401
- "kind": {
402
- "const": "pattern",
403
- "type": "string"
404
- },
405
- "schema": {
406
- "additionalProperties": false,
407
- "properties": {
408
- "pattern": {
409
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
410
- "type": "string"
411
- }
412
- },
413
- "required": [
414
- "pattern"
415
- ],
416
- "type": "object"
417
- },
418
- "target": {
419
- "const": "string",
420
- "type": "string"
421
- },
422
- "validate": {
423
- "const": "/^[0-9A-Za-z~][0-9A-Za-z~._: -]*$/.test($input)",
424
- "type": "string"
425
- },
426
- "value": {
427
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
428
- "type": "string"
429
- }
430
- },
431
- "required": [
432
- "exclusive",
433
- "kind",
434
- "schema",
435
- "target",
436
- "validate",
437
- "value"
438
- ],
439
- "type": "object"
440
- }
441
- },
442
- "type": "object"
443
- },
444
- "location": {
445
- "additionalProperties": false,
446
- "properties": {
447
- "typia.tag": {
448
- "additionalProperties": false,
449
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
450
- "properties": {
451
- "exclusive": {
452
- "items": [
453
- {
454
- "const": "format",
455
- "type": "string"
456
- },
457
- {
458
- "const": "pattern",
459
- "type": "string"
460
- }
461
- ],
462
- "maxItems": 2,
463
- "minItems": 2,
464
- "type": "array"
465
- },
466
- "kind": {
467
- "const": "pattern",
468
- "type": "string"
469
- },
470
- "schema": {
471
- "additionalProperties": false,
472
- "properties": {
473
- "pattern": {
474
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
475
- "type": "string"
476
- }
477
- },
478
- "required": [
479
- "pattern"
480
- ],
481
- "type": "object"
482
- },
483
- "target": {
484
- "const": "string",
485
- "type": "string"
486
- },
487
- "validate": {
488
- "const": "/^[0-9A-Za-z~][0-9A-Za-z~._: -]*$/.test($input)",
489
- "type": "string"
490
- },
491
- "value": {
492
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
493
- "type": "string"
494
- }
495
- },
496
- "required": [
497
- "exclusive",
498
- "kind",
499
- "schema",
500
- "target",
501
- "validate",
502
- "value"
503
- ],
504
- "type": "object"
505
- }
506
- },
507
- "type": "object"
508
- },
509
- "offset": {
510
- "additionalProperties": false,
511
- "properties": {
512
- "typia.tag": {
513
- "additionalProperties": false,
514
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
515
- "properties": {
516
- "exclusive": {
517
- "const": true,
518
- "type": "boolean"
519
- },
520
- "kind": {
521
- "const": "type",
522
- "type": "string"
523
- },
524
- "schema": {
525
- "additionalProperties": false,
526
- "properties": {
527
- "type": {
528
- "const": "integer",
529
- "type": "string"
530
- }
531
- },
532
- "required": [
533
- "type"
534
- ],
535
- "type": "object"
536
- },
537
- "target": {
538
- "enum": [
539
- "bigint",
540
- "number"
541
- ],
542
- "type": "string"
543
- },
544
- "validate": {
545
- "additionalProperties": false,
546
- "properties": {
547
- "bigint": {
548
- "const": "BigInt(0) <= $input",
549
- "type": "string"
550
- },
551
- "number": {
552
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
553
- "type": "string"
554
- }
555
- },
556
- "required": [
557
- "bigint",
558
- "number"
559
- ],
560
- "type": "object"
561
- },
562
- "value": {
563
- "const": "uint64",
564
- "type": "string"
565
- }
566
- },
567
- "required": [
568
- "exclusive",
569
- "kind",
570
- "schema",
571
- "target",
572
- "validate",
573
- "value"
574
- ],
575
- "type": "object"
576
- }
577
- },
578
- "type": "object"
579
- },
580
- "path": {
581
- "type": "string"
582
- },
583
- "size": {
584
- "additionalProperties": false,
585
- "properties": {
586
- "typia.tag": {
587
- "additionalProperties": false,
588
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
589
- "properties": {
590
- "exclusive": {
591
- "const": true,
592
- "type": "boolean"
593
- },
594
- "kind": {
595
- "const": "type",
596
- "type": "string"
597
- },
598
- "schema": {
599
- "additionalProperties": false,
600
- "properties": {
601
- "type": {
602
- "const": "integer",
603
- "type": "string"
604
- }
605
- },
606
- "required": [
607
- "type"
608
- ],
609
- "type": "object"
610
- },
611
- "target": {
612
- "enum": [
613
- "bigint",
614
- "number"
615
- ],
616
- "type": "string"
617
- },
618
- "validate": {
619
- "additionalProperties": false,
620
- "properties": {
621
- "bigint": {
622
- "const": "BigInt(0) <= $input",
623
- "type": "string"
624
- },
625
- "number": {
626
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
627
- "type": "string"
628
- }
629
- },
630
- "required": [
631
- "bigint",
632
- "number"
633
- ],
634
- "type": "object"
635
- },
636
- "value": {
637
- "const": "uint64",
638
- "type": "string"
639
- }
640
- },
641
- "required": [
642
- "exclusive",
643
- "kind",
644
- "schema",
645
- "target",
646
- "validate",
647
- "value"
648
- ],
649
- "type": "object"
650
- }
651
- },
652
- "type": "object"
653
- }
654
- },
655
- "required": [
656
- "btime",
657
- "error",
658
- "file",
659
- "hash",
660
- "id",
661
- "location",
662
- "offset",
663
- "path",
664
- "size"
665
- ],
666
- "type": "object"
667
- },
668
- "Blocks": {
669
- "items": {
670
- "$ref": "#/definitions/Block"
671
- },
672
- "type": "array"
673
- },
674
409
  "BundleDomainRecords": {
675
410
  "additionalProperties": false,
676
411
  "properties": {
@@ -711,6 +446,51 @@
711
446
  },
712
447
  "type": "object"
713
448
  },
449
+ "CloneDomainCloneRecord": {
450
+ "additionalProperties": false,
451
+ "properties": {
452
+ "rules": {
453
+ "items": {
454
+ "$ref": "#/definitions/CloneRule"
455
+ },
456
+ "type": "array"
457
+ }
458
+ },
459
+ "required": [
460
+ "rules"
461
+ ],
462
+ "type": "object"
463
+ },
464
+ "CloneDomainRecords": {
465
+ "additionalProperties": false,
466
+ "properties": {
467
+ ":clone": {
468
+ "$ref": "#/definitions/CloneDomainCloneRecord"
469
+ }
470
+ },
471
+ "required": [
472
+ ":clone"
473
+ ],
474
+ "type": "object"
475
+ },
476
+ "CloneRule": {
477
+ "additionalProperties": false,
478
+ "properties": {
479
+ "domain": {
480
+ "type": "string"
481
+ },
482
+ "path": {
483
+ "type": "string"
484
+ },
485
+ "template": {
486
+ "type": "string"
487
+ }
488
+ },
489
+ "required": [
490
+ "domain"
491
+ ],
492
+ "type": "object"
493
+ },
714
494
  "ConnectionDomainRecords": {
715
495
  "additionalProperties": false,
716
496
  "properties": {
@@ -744,6 +524,21 @@
744
524
  }
745
525
  ]
746
526
  },
527
+ "ConnectionRecordCommon": {
528
+ "additionalProperties": false,
529
+ "properties": {
530
+ "notifyOnPublish": {
531
+ "type": "boolean"
532
+ },
533
+ "type": {
534
+ "type": "string"
535
+ }
536
+ },
537
+ "required": [
538
+ "type"
539
+ ],
540
+ "type": "object"
541
+ },
747
542
  "ConnectionStatsRecord": {
748
543
  "additionalProperties": false,
749
544
  "properties": {
@@ -824,26 +619,159 @@
824
619
  ],
825
620
  "type": "object"
826
621
  },
622
+ "DesignDomainRecord": {
623
+ "additionalProperties": false,
624
+ "properties": {
625
+ "rows": {
626
+ "items": {
627
+ "$ref": "#/definitions/DesignViewRow<Id,Key,Value>"
628
+ },
629
+ "type": "array"
630
+ }
631
+ },
632
+ "required": [
633
+ "rows"
634
+ ],
635
+ "type": "object"
636
+ },
637
+ "DesignDomainRecord<string,string,unknown>": {
638
+ "additionalProperties": false,
639
+ "properties": {
640
+ "rows": {
641
+ "items": {
642
+ "$ref": "#/definitions/DesignViewRow<string,string,unknown>"
643
+ },
644
+ "type": "array"
645
+ }
646
+ },
647
+ "required": [
648
+ "rows"
649
+ ],
650
+ "type": "object"
651
+ },
652
+ "DesignDomainRecords": {
653
+ "additionalProperties": false,
654
+ "properties": {
655
+ ":design": {
656
+ "$ref": "#/definitions/DesignDomainRecord<string,string,unknown>"
657
+ }
658
+ },
659
+ "required": [
660
+ ":design"
661
+ ],
662
+ "type": "object"
663
+ },
664
+ "DesignViewRow": {
665
+ "additionalProperties": false,
666
+ "properties": {
667
+ "id": {
668
+ "$ref": "#/definitions/Id_1"
669
+ },
670
+ "key": {
671
+ "$ref": "#/definitions/Key_1"
672
+ },
673
+ "value": {
674
+ "$ref": "#/definitions/Value_1"
675
+ }
676
+ },
677
+ "required": [
678
+ "id",
679
+ "key",
680
+ "value"
681
+ ],
682
+ "type": "object"
683
+ },
684
+ "DesignViewRow<Id,Key,Value>": {
685
+ "additionalProperties": false,
686
+ "properties": {
687
+ "id": {
688
+ "$ref": "#/definitions/Id"
689
+ },
690
+ "key": {
691
+ "$ref": "#/definitions/Key"
692
+ },
693
+ "value": {
694
+ "$ref": "#/definitions/Value"
695
+ }
696
+ },
697
+ "required": [
698
+ "id",
699
+ "key",
700
+ "value"
701
+ ],
702
+ "type": "object"
703
+ },
704
+ "DesignViewRow<string,string,unknown>": {
705
+ "additionalProperties": false,
706
+ "properties": {
707
+ "id": {
708
+ "type": "string"
709
+ },
710
+ "key": {
711
+ "type": "string"
712
+ },
713
+ "value": {}
714
+ },
715
+ "required": [
716
+ "id",
717
+ "key",
718
+ "value"
719
+ ],
720
+ "type": "object"
721
+ },
827
722
  "DomainRecords": {
828
723
  "additionalProperties": false,
829
724
  "properties": {
830
725
  ":asset.assignees?": {
831
- "$ref": "#/definitions/AssetAssigneesRecord"
726
+ "$ref": "#/definitions/AssetAssigneesProvidedRecord"
727
+ },
728
+ ":asset.controllers?": {
729
+ "$ref": "#/definitions/AssetDomainControllersProvidedRecord"
730
+ },
731
+ ":asset.created?": {
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"
832
742
  },
833
743
  ":asset.fileRefs?": {
834
- "$ref": "#/definitions/AssetFileRefsRecord"
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"
754
+ },
755
+ ":asset.modified?": {
756
+ "$ref": "#/definitions/AssetModifiedProvidedRecord"
757
+ },
758
+ ":asset.published?": {
759
+ "$ref": "#/definitions/AssetDomainPublishedProvidedRecord"
835
760
  },
836
761
  ":asset.refs?": {
837
- "$ref": "#/definitions/AssetRefsRecord"
762
+ "$ref": "#/definitions/AssetRefsProvidedRecord"
763
+ },
764
+ ":asset.status?": {
765
+ "$ref": "#/definitions/AssetDomainStatusProvidedRecord"
838
766
  },
839
767
  ":asset.tags?": {
840
- "$ref": "#/definitions/AssetTagsRecord"
768
+ "$ref": "#/definitions/AssetTagsProvidedRecord"
841
769
  },
842
770
  ":asset.title?": {
843
- "$ref": "#/definitions/AssetTitleRecord"
771
+ "$ref": "#/definitions/AssetTitleProvidedRecord"
844
772
  },
845
773
  ":asset.types?": {
846
- "$ref": "#/definitions/AssetTypesRecord"
774
+ "$ref": "#/definitions/AssetTypesProvidedRecord"
847
775
  },
848
776
  ":bundle": {
849
777
  "$ref": "#/definitions/BundleRecord"
@@ -851,6 +779,9 @@
851
779
  ":bundle.revisions": {
852
780
  "$ref": "#/definitions/BundleRevisionsRecord"
853
781
  },
782
+ ":clone": {
783
+ "$ref": "#/definitions/CloneDomainCloneRecord"
784
+ },
854
785
  ":connection": {
855
786
  "$ref": "#/definitions/ConnectionRecord"
856
787
  },
@@ -863,6 +794,9 @@
863
794
  ":contact": {
864
795
  "$ref": "#/definitions/ContactRecord"
865
796
  },
797
+ ":design": {
798
+ "$ref": "#/definitions/DesignDomainRecord<string,string,unknown>"
799
+ },
866
800
  ":event": {
867
801
  "$ref": "#/definitions/EventRecord"
868
802
  },
@@ -872,6 +806,9 @@
872
806
  ":file.replicate": {
873
807
  "$ref": "#/definitions/FileReplicateRecord"
874
808
  },
809
+ ":file.restrictions": {
810
+ "$ref": "#/definitions/FileRestrictionsRecord"
811
+ },
875
812
  ":general.created": {
876
813
  "$ref": "#/definitions/GeneralCreatedRecord"
877
814
  },
@@ -896,9 +833,18 @@
896
833
  ":media.consolidate": {
897
834
  "$ref": "#/definitions/MediaConsolidateRecord"
898
835
  },
836
+ ":media.font": {
837
+ "$ref": "#/definitions/MediaFontRecord"
838
+ },
839
+ ":media.probe?": {
840
+ "$ref": "#/definitions/MediaProbeRecord"
841
+ },
899
842
  ":media.renders?": {
900
843
  "$ref": "#/definitions/MediaRendersRecord"
901
844
  },
845
+ ":media.restrictions?": {
846
+ "$ref": "#/definitions/MediaRestrictionsRecord"
847
+ },
902
848
  ":media.source": {
903
849
  "$ref": "#/definitions/MediaSourceRecord"
904
850
  },
@@ -914,6 +860,15 @@
914
860
  ":permission?": {
915
861
  "$ref": "#/definitions/ProvidedPermissionRecord"
916
862
  },
863
+ ":pipeline": {
864
+ "$ref": "#/definitions/PipelineDomainRecord"
865
+ },
866
+ ":pipeline-preset": {
867
+ "$ref": "#/definitions/PipelinePresetDomainRecord"
868
+ },
869
+ ":pipeline.items": {
870
+ "$ref": "#/definitions/PipelineDomainItemsRecord"
871
+ },
917
872
  ":planning": {
918
873
  "$ref": "#/definitions/PlanningRecord"
919
874
  },
@@ -932,6 +887,15 @@
932
887
  ":publish.stats?": {
933
888
  "$ref": "#/definitions/PublishStatsRecord"
934
889
  },
890
+ ":published": {
891
+ "$ref": "#/definitions/PublishedRecord"
892
+ },
893
+ ":render-preset": {
894
+ "$ref": "#/definitions/RenderPreset"
895
+ },
896
+ ":revs?": {
897
+ "$ref": "#/definitions/RevsRecord"
898
+ },
935
899
  ":role.tags": {
936
900
  "$ref": "#/definitions/RoleTagsRecord"
937
901
  },
@@ -944,26 +908,49 @@
944
908
  ":settings": {
945
909
  "$ref": "#/definitions/PartialObjectDeep<Settings,{}>"
946
910
  },
911
+ ":storyboard": {
912
+ "$ref": "#/definitions/Record<string,unknown>"
913
+ },
914
+ ":storyboard.pipelines": {
915
+ "$ref": "#/definitions/StoryboardDomainPipelinesRecord"
916
+ },
947
917
  ":template": {
948
918
  "$ref": "#/definitions/TemplateRecord"
919
+ },
920
+ ":user": {
921
+ "$ref": "#/definitions/UserRecord"
949
922
  }
950
923
  },
951
924
  "required": [
952
925
  ":asset.assignees?",
926
+ ":asset.controllers?",
927
+ ":asset.created?",
928
+ ":asset.deadlines?",
929
+ ":asset.duration?",
930
+ ":asset.embedding?",
953
931
  ":asset.fileRefs?",
932
+ ":asset.icon?",
933
+ ":asset.locations?",
934
+ ":asset.media?",
935
+ ":asset.modified?",
936
+ ":asset.published?",
954
937
  ":asset.refs?",
938
+ ":asset.status?",
955
939
  ":asset.tags?",
956
940
  ":asset.title?",
957
941
  ":asset.types?",
958
942
  ":bundle",
959
943
  ":bundle.revisions",
944
+ ":clone",
960
945
  ":connection",
961
946
  ":connection.methods?",
962
947
  ":connection.stats?",
963
948
  ":contact",
949
+ ":design",
964
950
  ":event",
965
951
  ":event._template?",
966
952
  ":file.replicate",
953
+ ":file.restrictions",
967
954
  ":general.created",
968
955
  ":general.description",
969
956
  ":general.poster",
@@ -971,25 +958,120 @@
971
958
  ":general.tags",
972
959
  ":general.title",
973
960
  ":media.consolidate",
961
+ ":media.font",
962
+ ":media.probe?",
974
963
  ":media.renders?",
964
+ ":media.restrictions?",
975
965
  ":media.source",
976
966
  ":media.transcriptChanges",
977
967
  ":permission",
978
968
  ":permission?",
969
+ ":pipeline",
970
+ ":pipeline-preset",
971
+ ":pipeline.items",
979
972
  ":planning",
980
973
  ":planning.assignees",
981
974
  ":planning.deadline",
982
975
  ":publish",
983
976
  ":publish.methods?",
984
977
  ":publish.stats?",
978
+ ":published",
979
+ ":render-preset",
980
+ ":revs?",
985
981
  ":role.tags",
986
982
  ":script.children",
987
983
  ":search",
988
984
  ":settings",
989
- ":template"
985
+ ":storyboard",
986
+ ":storyboard.pipelines",
987
+ ":template",
988
+ ":user"
990
989
  ],
991
990
  "type": "object"
992
991
  },
992
+ "DomainRows": {
993
+ "additionalProperties": false,
994
+ "properties": {
995
+ "rows": {
996
+ "items": {
997
+ "type": "string"
998
+ },
999
+ "type": "array"
1000
+ }
1001
+ },
1002
+ "required": [
1003
+ "rows"
1004
+ ],
1005
+ "type": "object"
1006
+ },
1007
+ "Domains": {
1008
+ "enum": [
1009
+ ":asset.assignees?",
1010
+ ":asset.controllers?",
1011
+ ":asset.created?",
1012
+ ":asset.deadlines?",
1013
+ ":asset.duration?",
1014
+ ":asset.embedding?",
1015
+ ":asset.fileRefs?",
1016
+ ":asset.icon?",
1017
+ ":asset.locations?",
1018
+ ":asset.media?",
1019
+ ":asset.modified?",
1020
+ ":asset.published?",
1021
+ ":asset.refs?",
1022
+ ":asset.status?",
1023
+ ":asset.tags?",
1024
+ ":asset.title?",
1025
+ ":asset.types?",
1026
+ ":bundle",
1027
+ ":bundle.revisions",
1028
+ ":clone",
1029
+ ":connection",
1030
+ ":connection.methods?",
1031
+ ":connection.stats?",
1032
+ ":contact",
1033
+ ":event",
1034
+ ":event._template?",
1035
+ ":file.replicate",
1036
+ ":file.restrictions",
1037
+ ":general.created",
1038
+ ":general.description",
1039
+ ":general.poster",
1040
+ ":general.status",
1041
+ ":general.tags",
1042
+ ":general.title",
1043
+ ":media.consolidate",
1044
+ ":media.font",
1045
+ ":media.probe?",
1046
+ ":media.renders?",
1047
+ ":media.restrictions?",
1048
+ ":media.source",
1049
+ ":media.transcriptChanges",
1050
+ ":permission",
1051
+ ":permission?",
1052
+ ":pipeline",
1053
+ ":pipeline-preset",
1054
+ ":pipeline.items",
1055
+ ":planning",
1056
+ ":planning.assignees",
1057
+ ":planning.deadline",
1058
+ ":publish",
1059
+ ":publish.methods?",
1060
+ ":publish.stats?",
1061
+ ":published",
1062
+ ":render-preset",
1063
+ ":revs?",
1064
+ ":role.tags",
1065
+ ":script.children",
1066
+ ":search",
1067
+ ":settings",
1068
+ ":storyboard",
1069
+ ":storyboard.pipelines",
1070
+ ":template",
1071
+ ":user"
1072
+ ],
1073
+ "type": "string"
1074
+ },
993
1075
  "ElectronHubApi": {
994
1076
  "additionalProperties": false,
995
1077
  "properties": {
@@ -1107,6 +1189,9 @@
1107
1189
  },
1108
1190
  "type": "array"
1109
1191
  },
1192
+ "notifyOnPublish": {
1193
+ "type": "boolean"
1194
+ },
1110
1195
  "type": {
1111
1196
  "const": "facebook",
1112
1197
  "type": "string"
@@ -1191,368 +1276,32 @@
1191
1276
  },
1192
1277
  "type": "object"
1193
1278
  },
1194
- "File": {
1195
- "additionalProperties": false,
1196
- "properties": {
1197
- "btime": {
1198
- "additionalProperties": false,
1199
- "properties": {
1200
- "typia.tag": {
1201
- "additionalProperties": false,
1202
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
1203
- "properties": {
1204
- "exclusive": {
1205
- "const": true,
1206
- "type": "boolean"
1207
- },
1208
- "kind": {
1209
- "const": "type",
1210
- "type": "string"
1211
- },
1212
- "schema": {
1213
- "additionalProperties": false,
1214
- "properties": {
1215
- "type": {
1216
- "const": "integer",
1217
- "type": "string"
1218
- }
1219
- },
1220
- "required": [
1221
- "type"
1222
- ],
1223
- "type": "object"
1224
- },
1225
- "target": {
1226
- "enum": [
1227
- "bigint",
1228
- "number"
1229
- ],
1230
- "type": "string"
1231
- },
1232
- "validate": {
1233
- "additionalProperties": false,
1234
- "properties": {
1235
- "bigint": {
1236
- "const": "BigInt(0) <= $input",
1237
- "type": "string"
1238
- },
1239
- "number": {
1240
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
1241
- "type": "string"
1242
- }
1243
- },
1244
- "required": [
1245
- "bigint",
1246
- "number"
1247
- ],
1248
- "type": "object"
1249
- },
1250
- "value": {
1251
- "const": "uint64",
1252
- "type": "string"
1253
- }
1254
- },
1255
- "required": [
1256
- "exclusive",
1257
- "kind",
1258
- "schema",
1259
- "target",
1260
- "validate",
1261
- "value"
1262
- ],
1263
- "type": "object"
1264
- }
1265
- },
1266
- "type": "object"
1267
- },
1268
- "completed": {
1269
- "type": "boolean"
1270
- },
1271
- "deleted": {
1272
- "type": "boolean"
1273
- },
1274
- "error": {
1275
- "anyOf": [
1276
- {
1277
- "$ref": "#/definitions/NxtError"
1278
- },
1279
- {
1280
- "items": {
1281
- "$ref": "#/definitions/NxtError"
1282
- },
1283
- "type": "array"
1284
- }
1285
- ]
1286
- },
1287
- "hash": {
1288
- "additionalProperties": false,
1289
- "properties": {
1290
- "typia.tag": {
1291
- "additionalProperties": false,
1292
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
1293
- "properties": {
1294
- "exclusive": {
1295
- "items": [
1296
- {
1297
- "const": "format",
1298
- "type": "string"
1299
- },
1300
- {
1301
- "const": "pattern",
1302
- "type": "string"
1303
- }
1304
- ],
1305
- "maxItems": 2,
1306
- "minItems": 2,
1307
- "type": "array"
1308
- },
1309
- "kind": {
1310
- "const": "pattern",
1311
- "type": "string"
1312
- },
1313
- "schema": {
1314
- "additionalProperties": false,
1315
- "properties": {
1316
- "pattern": {
1317
- "const": "^([A-Fa-f0-9]{32})?$",
1318
- "type": "string"
1319
- }
1320
- },
1321
- "required": [
1322
- "pattern"
1323
- ],
1324
- "type": "object"
1325
- },
1326
- "target": {
1327
- "const": "string",
1328
- "type": "string"
1329
- },
1330
- "validate": {
1331
- "const": "/^([A-Fa-f0-9]{32})?$/.test($input)",
1332
- "type": "string"
1333
- },
1334
- "value": {
1335
- "const": "^([A-Fa-f0-9]{32})?$",
1336
- "type": "string"
1337
- }
1338
- },
1339
- "required": [
1340
- "exclusive",
1341
- "kind",
1342
- "schema",
1343
- "target",
1344
- "validate",
1345
- "value"
1346
- ],
1347
- "type": "object"
1348
- }
1349
- },
1350
- "type": "object"
1351
- },
1352
- "id": {
1353
- "additionalProperties": false,
1354
- "properties": {
1355
- "typia.tag": {
1356
- "additionalProperties": false,
1357
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
1358
- "properties": {
1359
- "exclusive": {
1360
- "items": [
1361
- {
1362
- "const": "format",
1363
- "type": "string"
1364
- },
1365
- {
1366
- "const": "pattern",
1367
- "type": "string"
1368
- }
1369
- ],
1370
- "maxItems": 2,
1371
- "minItems": 2,
1372
- "type": "array"
1373
- },
1374
- "kind": {
1375
- "const": "pattern",
1376
- "type": "string"
1377
- },
1378
- "schema": {
1379
- "additionalProperties": false,
1380
- "properties": {
1381
- "pattern": {
1382
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
1383
- "type": "string"
1384
- }
1385
- },
1386
- "required": [
1387
- "pattern"
1388
- ],
1389
- "type": "object"
1390
- },
1391
- "target": {
1392
- "const": "string",
1393
- "type": "string"
1394
- },
1395
- "validate": {
1396
- "const": "/^[0-9A-Za-z~][0-9A-Za-z~._: -]*$/.test($input)",
1397
- "type": "string"
1398
- },
1399
- "value": {
1400
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
1401
- "type": "string"
1402
- }
1403
- },
1404
- "required": [
1405
- "exclusive",
1406
- "kind",
1407
- "schema",
1408
- "target",
1409
- "validate",
1410
- "value"
1411
- ],
1412
- "type": "object"
1413
- }
1414
- },
1415
- "type": "object"
1416
- },
1417
- "mimeType": {
1418
- "type": "string"
1419
- },
1420
- "refs": {
1421
- "items": {
1422
- "additionalProperties": false,
1423
- "properties": {
1424
- "end": {
1425
- "type": "number"
1426
- },
1427
- "file": {
1428
- "type": "string"
1429
- },
1430
- "offset": {
1431
- "type": "number"
1432
- },
1433
- "start": {
1434
- "type": "number"
1435
- }
1436
- },
1437
- "type": "object"
1438
- },
1439
- "type": "array"
1440
- },
1441
- "resumable": {
1442
- "type": "string"
1443
- },
1444
- "seekable": {
1445
- "type": "boolean"
1446
- },
1447
- "size": {
1448
- "additionalProperties": false,
1449
- "properties": {
1450
- "typia.tag": {
1451
- "additionalProperties": false,
1452
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
1453
- "properties": {
1454
- "exclusive": {
1455
- "const": true,
1456
- "type": "boolean"
1457
- },
1458
- "kind": {
1459
- "const": "type",
1460
- "type": "string"
1461
- },
1462
- "schema": {
1463
- "additionalProperties": false,
1464
- "properties": {
1465
- "type": {
1466
- "const": "integer",
1467
- "type": "string"
1468
- }
1469
- },
1470
- "required": [
1471
- "type"
1472
- ],
1473
- "type": "object"
1474
- },
1475
- "target": {
1476
- "enum": [
1477
- "bigint",
1478
- "number"
1479
- ],
1480
- "type": "string"
1481
- },
1482
- "validate": {
1483
- "additionalProperties": false,
1484
- "properties": {
1485
- "bigint": {
1486
- "const": "BigInt(0) <= $input",
1487
- "type": "string"
1488
- },
1489
- "number": {
1490
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
1491
- "type": "string"
1492
- }
1493
- },
1494
- "required": [
1495
- "bigint",
1496
- "number"
1497
- ],
1498
- "type": "object"
1499
- },
1500
- "value": {
1501
- "const": "uint64",
1502
- "type": "string"
1503
- }
1504
- },
1505
- "required": [
1506
- "exclusive",
1507
- "kind",
1508
- "schema",
1509
- "target",
1510
- "validate",
1511
- "value"
1512
- ],
1513
- "type": "object"
1514
- }
1515
- },
1516
- "type": "object"
1517
- },
1518
- "tags": {
1519
- "items": {
1520
- "type": "string"
1521
- },
1522
- "type": "array"
1523
- }
1524
- },
1525
- "required": [
1526
- "btime",
1527
- "completed",
1528
- "deleted",
1529
- "error",
1530
- "hash",
1531
- "id",
1532
- "mimeType",
1533
- "refs",
1534
- "resumable",
1535
- "seekable",
1536
- "size",
1537
- "tags"
1538
- ],
1539
- "type": "object"
1540
- },
1541
1279
  "FileDomainRecords": {
1542
1280
  "additionalProperties": false,
1543
1281
  "properties": {
1544
1282
  ":file.replicate": {
1545
1283
  "$ref": "#/definitions/FileReplicateRecord"
1284
+ },
1285
+ ":file.restrictions": {
1286
+ "$ref": "#/definitions/FileRestrictionsRecord"
1546
1287
  }
1547
1288
  },
1548
1289
  "required": [
1549
- ":file.replicate"
1290
+ ":file.replicate",
1291
+ ":file.restrictions"
1550
1292
  ],
1551
1293
  "type": "object"
1552
1294
  },
1553
1295
  "FilePublishConnectionRecord": {
1554
1296
  "additionalProperties": false,
1555
1297
  "properties": {
1298
+ "bucket": {
1299
+ "description": "S3 bucket name",
1300
+ "type": "string"
1301
+ },
1302
+ "client": {
1303
+ "description": "S3 client options"
1304
+ },
1556
1305
  "concurrency": {
1557
1306
  "type": "number"
1558
1307
  },
@@ -1562,12 +1311,36 @@
1562
1311
  "ignoreMissing": {
1563
1312
  "type": "boolean"
1564
1313
  },
1314
+ "listConcurrency": {
1315
+ "type": "number"
1316
+ },
1317
+ "metafile": {
1318
+ "additionalProperties": false,
1319
+ "properties": {
1320
+ "content": {
1321
+ "type": "string"
1322
+ }
1323
+ },
1324
+ "required": [
1325
+ "content"
1326
+ ],
1327
+ "type": "object"
1328
+ },
1329
+ "notifyOnPublish": {
1330
+ "type": "boolean"
1331
+ },
1332
+ "pollInterval": {
1333
+ "type": "number"
1334
+ },
1565
1335
  "port": {
1566
1336
  "type": "number"
1567
1337
  },
1568
1338
  "protocol": {
1569
1339
  "type": "string"
1570
1340
  },
1341
+ "stabilityThreshold": {
1342
+ "type": "number"
1343
+ },
1571
1344
  "type": {
1572
1345
  "const": "file",
1573
1346
  "type": "string"
@@ -1776,589 +1549,39 @@
1776
1549
  ],
1777
1550
  "type": "object"
1778
1551
  },
1779
- "FileStats": {
1780
- "additionalProperties": false,
1781
- "properties": {
1782
- "btime": {
1783
- "additionalProperties": false,
1784
- "properties": {
1785
- "typia.tag": {
1786
- "additionalProperties": false,
1787
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
1788
- "properties": {
1789
- "exclusive": {
1790
- "const": true,
1791
- "type": "boolean"
1792
- },
1793
- "kind": {
1794
- "const": "type",
1795
- "type": "string"
1796
- },
1797
- "schema": {
1798
- "additionalProperties": false,
1799
- "properties": {
1800
- "type": {
1801
- "const": "integer",
1802
- "type": "string"
1803
- }
1804
- },
1805
- "required": [
1806
- "type"
1807
- ],
1808
- "type": "object"
1809
- },
1810
- "target": {
1811
- "enum": [
1812
- "bigint",
1813
- "number"
1814
- ],
1815
- "type": "string"
1816
- },
1817
- "validate": {
1818
- "additionalProperties": false,
1819
- "properties": {
1820
- "bigint": {
1821
- "const": "BigInt(0) <= $input",
1822
- "type": "string"
1823
- },
1824
- "number": {
1825
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
1826
- "type": "string"
1827
- }
1828
- },
1829
- "required": [
1830
- "bigint",
1831
- "number"
1832
- ],
1833
- "type": "object"
1834
- },
1835
- "value": {
1836
- "const": "uint64",
1837
- "type": "string"
1838
- }
1839
- },
1840
- "required": [
1841
- "exclusive",
1842
- "kind",
1843
- "schema",
1844
- "target",
1845
- "validate",
1846
- "value"
1847
- ],
1848
- "type": "object"
1849
- }
1850
- },
1851
- "type": "object"
1852
- },
1853
- "completed": {
1854
- "type": "boolean"
1855
- },
1856
- "deleted": {
1857
- "type": "boolean"
1858
- },
1859
- "error": {
1860
- "anyOf": [
1861
- {
1862
- "$ref": "#/definitions/NxtError"
1863
- },
1864
- {
1865
- "items": {
1866
- "$ref": "#/definitions/NxtError"
1867
- },
1868
- "type": "array"
1869
- }
1870
- ]
1871
- },
1872
- "hash": {
1873
- "additionalProperties": false,
1874
- "properties": {
1875
- "typia.tag": {
1876
- "additionalProperties": false,
1877
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
1878
- "properties": {
1879
- "exclusive": {
1880
- "items": [
1881
- {
1882
- "const": "format",
1883
- "type": "string"
1884
- },
1885
- {
1886
- "const": "pattern",
1887
- "type": "string"
1888
- }
1889
- ],
1890
- "maxItems": 2,
1891
- "minItems": 2,
1892
- "type": "array"
1893
- },
1894
- "kind": {
1895
- "const": "pattern",
1896
- "type": "string"
1897
- },
1898
- "schema": {
1899
- "additionalProperties": false,
1900
- "properties": {
1901
- "pattern": {
1902
- "const": "^([A-Fa-f0-9]{32})?$",
1903
- "type": "string"
1904
- }
1905
- },
1906
- "required": [
1907
- "pattern"
1908
- ],
1909
- "type": "object"
1910
- },
1911
- "target": {
1912
- "const": "string",
1913
- "type": "string"
1914
- },
1915
- "validate": {
1916
- "const": "/^([A-Fa-f0-9]{32})?$/.test($input)",
1917
- "type": "string"
1918
- },
1919
- "value": {
1920
- "const": "^([A-Fa-f0-9]{32})?$",
1921
- "type": "string"
1922
- }
1923
- },
1924
- "required": [
1925
- "exclusive",
1926
- "kind",
1927
- "schema",
1928
- "target",
1929
- "validate",
1930
- "value"
1931
- ],
1932
- "type": "object"
1933
- }
1934
- },
1935
- "type": "object"
1936
- },
1937
- "id": {
1938
- "additionalProperties": false,
1939
- "properties": {
1940
- "typia.tag": {
1941
- "additionalProperties": false,
1942
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
1943
- "properties": {
1944
- "exclusive": {
1945
- "items": [
1946
- {
1947
- "const": "format",
1948
- "type": "string"
1949
- },
1950
- {
1951
- "const": "pattern",
1952
- "type": "string"
1953
- }
1954
- ],
1955
- "maxItems": 2,
1956
- "minItems": 2,
1957
- "type": "array"
1958
- },
1959
- "kind": {
1960
- "const": "pattern",
1961
- "type": "string"
1962
- },
1963
- "schema": {
1964
- "additionalProperties": false,
1965
- "properties": {
1966
- "pattern": {
1967
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
1968
- "type": "string"
1969
- }
1970
- },
1971
- "required": [
1972
- "pattern"
1973
- ],
1974
- "type": "object"
1975
- },
1976
- "target": {
1977
- "const": "string",
1978
- "type": "string"
1979
- },
1980
- "validate": {
1981
- "const": "/^[0-9A-Za-z~][0-9A-Za-z~._: -]*$/.test($input)",
1982
- "type": "string"
1983
- },
1984
- "value": {
1985
- "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
1986
- "type": "string"
1987
- }
1988
- },
1989
- "required": [
1990
- "exclusive",
1991
- "kind",
1992
- "schema",
1993
- "target",
1994
- "validate",
1995
- "value"
1996
- ],
1997
- "type": "object"
1998
- }
1999
- },
2000
- "type": "object"
2001
- },
2002
- "locations": {
2003
- "items": {
1552
+ "FileRestrictionsRecord": {
1553
+ "additionalProperties": {
1554
+ "additionalProperties": false,
1555
+ "properties": {
1556
+ "asset": {
2004
1557
  "type": "string"
2005
1558
  },
2006
- "type": "array"
2007
- },
2008
- "mimeType": {
2009
- "type": "string"
2010
- },
2011
- "position": {
2012
- "additionalProperties": false,
2013
- "properties": {
2014
- "typia.tag": {
2015
- "additionalProperties": false,
2016
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2017
- "properties": {
2018
- "exclusive": {
2019
- "const": true,
2020
- "type": "boolean"
2021
- },
2022
- "kind": {
2023
- "const": "type",
2024
- "type": "string"
2025
- },
2026
- "schema": {
2027
- "additionalProperties": false,
2028
- "properties": {
2029
- "type": {
2030
- "const": "integer",
2031
- "type": "string"
2032
- }
2033
- },
2034
- "required": [
2035
- "type"
2036
- ],
2037
- "type": "object"
2038
- },
2039
- "target": {
2040
- "enum": [
2041
- "bigint",
2042
- "number"
2043
- ],
2044
- "type": "string"
2045
- },
2046
- "validate": {
2047
- "additionalProperties": false,
2048
- "properties": {
2049
- "bigint": {
2050
- "const": "BigInt(0) <= $input",
2051
- "type": "string"
2052
- },
2053
- "number": {
2054
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
2055
- "type": "string"
2056
- }
2057
- },
2058
- "required": [
2059
- "bigint",
2060
- "number"
2061
- ],
2062
- "type": "object"
2063
- },
2064
- "value": {
2065
- "const": "uint64",
2066
- "type": "string"
2067
- }
2068
- },
2069
- "required": [
2070
- "exclusive",
2071
- "kind",
2072
- "schema",
2073
- "target",
2074
- "validate",
2075
- "value"
2076
- ],
2077
- "type": "object"
2078
- }
1559
+ "date": {
1560
+ "type": "string"
2079
1561
  },
2080
- "type": "object"
2081
- },
2082
- "ranges": {
2083
- "items": {
2084
- "items": [
2085
- {
2086
- "additionalProperties": false,
2087
- "properties": {
2088
- "typia.tag": {
2089
- "additionalProperties": false,
2090
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2091
- "properties": {
2092
- "exclusive": {
2093
- "items": [
2094
- {
2095
- "const": "minimum",
2096
- "type": "string"
2097
- },
2098
- {
2099
- "const": "exclusiveMinimum",
2100
- "type": "string"
2101
- }
2102
- ],
2103
- "maxItems": 2,
2104
- "minItems": 2,
2105
- "type": "array"
2106
- },
2107
- "kind": {
2108
- "const": "minimum",
2109
- "type": "string"
2110
- },
2111
- "schema": {
2112
- "additionalProperties": false,
2113
- "properties": {
2114
- "minimum": {
2115
- "const": 0,
2116
- "type": "number"
2117
- }
2118
- },
2119
- "required": [
2120
- "minimum"
2121
- ],
2122
- "type": "object"
2123
- },
2124
- "target": {
2125
- "const": "number",
2126
- "type": "string"
2127
- },
2128
- "validate": {
2129
- "const": "0 <= $input",
2130
- "type": "string"
2131
- },
2132
- "value": {
2133
- "const": 0,
2134
- "type": "number"
2135
- }
2136
- },
2137
- "required": [
2138
- "exclusive",
2139
- "kind",
2140
- "schema",
2141
- "target",
2142
- "validate",
2143
- "value"
2144
- ],
2145
- "type": "object"
2146
- }
2147
- },
2148
- "type": "object"
2149
- },
2150
- {
2151
- "additionalProperties": false,
2152
- "properties": {
2153
- "typia.tag": {
2154
- "additionalProperties": false,
2155
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2156
- "properties": {
2157
- "exclusive": {
2158
- "items": [
2159
- {
2160
- "const": "minimum",
2161
- "type": "string"
2162
- },
2163
- {
2164
- "const": "exclusiveMinimum",
2165
- "type": "string"
2166
- }
2167
- ],
2168
- "maxItems": 2,
2169
- "minItems": 2,
2170
- "type": "array"
2171
- },
2172
- "kind": {
2173
- "const": "minimum",
2174
- "type": "string"
2175
- },
2176
- "schema": {
2177
- "additionalProperties": false,
2178
- "properties": {
2179
- "minimum": {
2180
- "const": 0,
2181
- "type": "number"
2182
- }
2183
- },
2184
- "required": [
2185
- "minimum"
2186
- ],
2187
- "type": "object"
2188
- },
2189
- "target": {
2190
- "const": "number",
2191
- "type": "string"
2192
- },
2193
- "validate": {
2194
- "const": "0 <= $input",
2195
- "type": "string"
2196
- },
2197
- "value": {
2198
- "const": 0,
2199
- "type": "number"
2200
- }
2201
- },
2202
- "required": [
2203
- "exclusive",
2204
- "kind",
2205
- "schema",
2206
- "target",
2207
- "validate",
2208
- "value"
2209
- ],
2210
- "type": "object"
2211
- }
2212
- },
2213
- "type": "object"
2214
- }
2215
- ],
2216
- "maxItems": 2,
2217
- "minItems": 2,
2218
- "type": "array"
1562
+ "end": {
1563
+ "type": "number"
2219
1564
  },
2220
- "type": "array"
2221
- },
2222
- "refs": {
2223
- "items": {
2224
- "additionalProperties": false,
2225
- "properties": {
2226
- "end": {
2227
- "type": "number"
2228
- },
2229
- "file": {
2230
- "type": "string"
2231
- },
2232
- "offset": {
2233
- "type": "number"
2234
- },
2235
- "start": {
2236
- "type": "number"
2237
- }
2238
- },
2239
- "type": "object"
1565
+ "start": {
1566
+ "type": "number"
2240
1567
  },
2241
- "type": "array"
2242
- },
2243
- "replicas": {
2244
- "items": {
1568
+ "text": {
2245
1569
  "type": "string"
2246
1570
  },
2247
- "type": "array"
2248
- },
2249
- "resumable": {
2250
- "type": "string"
2251
- },
2252
- "seekable": {
2253
- "type": "boolean"
2254
- },
2255
- "size": {
2256
- "additionalProperties": false,
2257
- "properties": {
2258
- "typia.tag": {
2259
- "additionalProperties": false,
2260
- "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2261
- "properties": {
2262
- "exclusive": {
2263
- "const": true,
2264
- "type": "boolean"
2265
- },
2266
- "kind": {
2267
- "const": "type",
2268
- "type": "string"
2269
- },
2270
- "schema": {
2271
- "additionalProperties": false,
2272
- "properties": {
2273
- "type": {
2274
- "const": "integer",
2275
- "type": "string"
2276
- }
2277
- },
2278
- "required": [
2279
- "type"
2280
- ],
2281
- "type": "object"
2282
- },
2283
- "target": {
2284
- "enum": [
2285
- "bigint",
2286
- "number"
2287
- ],
2288
- "type": "string"
2289
- },
2290
- "validate": {
2291
- "additionalProperties": false,
2292
- "properties": {
2293
- "bigint": {
2294
- "const": "BigInt(0) <= $input",
2295
- "type": "string"
2296
- },
2297
- "number": {
2298
- "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
2299
- "type": "string"
2300
- }
2301
- },
2302
- "required": [
2303
- "bigint",
2304
- "number"
2305
- ],
2306
- "type": "object"
2307
- },
2308
- "value": {
2309
- "const": "uint64",
2310
- "type": "string"
2311
- }
2312
- },
2313
- "required": [
2314
- "exclusive",
2315
- "kind",
2316
- "schema",
2317
- "target",
2318
- "validate",
2319
- "value"
2320
- ],
2321
- "type": "object"
2322
- }
2323
- },
2324
- "type": "object"
2325
- },
2326
- "tags": {
2327
- "items": {
1571
+ "user": {
2328
1572
  "type": "string"
2329
- },
2330
- "type": "array"
2331
- },
2332
- "uploading": {
2333
- "type": "boolean"
1573
+ }
2334
1574
  },
2335
- "zones": {
2336
- "items": {
2337
- "type": "string"
2338
- },
2339
- "type": "array"
2340
- }
1575
+ "required": [
1576
+ "asset",
1577
+ "date",
1578
+ "end",
1579
+ "start",
1580
+ "text",
1581
+ "user"
1582
+ ],
1583
+ "type": "object"
2341
1584
  },
2342
- "required": [
2343
- "btime",
2344
- "completed",
2345
- "deleted",
2346
- "error",
2347
- "hash",
2348
- "id",
2349
- "locations",
2350
- "mimeType",
2351
- "position",
2352
- "ranges",
2353
- "refs",
2354
- "replicas",
2355
- "resumable",
2356
- "seekable",
2357
- "size",
2358
- "tags",
2359
- "uploading",
2360
- "zones"
2361
- ],
2362
1585
  "type": "object"
2363
1586
  },
2364
1587
  "GeneralCreatedRecord": {
@@ -2477,16 +1700,59 @@
2477
1700
  },
2478
1701
  "type": "object"
2479
1702
  },
1703
+ "Id": {
1704
+ "additionalProperties": false,
1705
+ "type": "object"
1706
+ },
1707
+ "Id_1": {
1708
+ "additionalProperties": false,
1709
+ "type": "object"
1710
+ },
1711
+ "Key": {
1712
+ "additionalProperties": false,
1713
+ "type": "object"
1714
+ },
1715
+ "Key_1": {
1716
+ "additionalProperties": false,
1717
+ "type": "object"
1718
+ },
2480
1719
  "MediaConsolidateRecord": {
2481
1720
  "additionalProperties": false,
2482
1721
  "properties": {
2483
1722
  "error": {},
2484
- "profile": {},
1723
+ "preset": {
1724
+ "$ref": "#/definitions/RenderPreset"
1725
+ },
2485
1726
  "source": {},
2486
1727
  "target": {}
2487
1728
  },
2488
1729
  "type": "object"
2489
1730
  },
1731
+ "MediaFontRecord": {
1732
+ "additionalProperties": false,
1733
+ "properties": {
1734
+ "sampleText": {
1735
+ "type": "string"
1736
+ }
1737
+ },
1738
+ "type": "object"
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
+ },
2490
1756
  "MediaRenderRecordValue": {
2491
1757
  "additionalProperties": false,
2492
1758
  "properties": {
@@ -2512,12 +1778,51 @@
2512
1778
  "items": {
2513
1779
  "$ref": "#/definitions/MediaRenderRecordValue"
2514
1780
  },
2515
- "type": "array"
2516
- }
1781
+ "type": "array"
1782
+ }
1783
+ },
1784
+ "required": [
1785
+ "children"
1786
+ ],
1787
+ "type": "object"
1788
+ },
1789
+ "MediaRestrictionsRecord": {
1790
+ "additionalProperties": {
1791
+ "additionalProperties": false,
1792
+ "properties": {
1793
+ "asset": {
1794
+ "type": "string"
1795
+ },
1796
+ "date": {
1797
+ "type": "string"
1798
+ },
1799
+ "end": {
1800
+ "type": "number"
1801
+ },
1802
+ "file": {
1803
+ "type": "string"
1804
+ },
1805
+ "start": {
1806
+ "type": "number"
1807
+ },
1808
+ "text": {
1809
+ "type": "string"
1810
+ },
1811
+ "user": {
1812
+ "type": "string"
1813
+ }
1814
+ },
1815
+ "required": [
1816
+ "asset",
1817
+ "date",
1818
+ "end",
1819
+ "file",
1820
+ "start",
1821
+ "text",
1822
+ "user"
1823
+ ],
1824
+ "type": "object"
2517
1825
  },
2518
- "required": [
2519
- "children"
2520
- ],
2521
1826
  "type": "object"
2522
1827
  },
2523
1828
  "MediaSourceRecord": {
@@ -2601,6 +1906,14 @@
2601
1906
  },
2602
1907
  "type": "object"
2603
1908
  },
1909
+ "MediaType": {
1910
+ "enum": [
1911
+ "audio",
1912
+ "image",
1913
+ "video"
1914
+ ],
1915
+ "type": "string"
1916
+ },
2604
1917
  "Message": {
2605
1918
  "additionalProperties": false,
2606
1919
  "properties": {
@@ -2686,6 +1999,311 @@
2686
1999
  ],
2687
2000
  "type": "object"
2688
2001
  },
2002
+ "Nxtpression": {
2003
+ "additionalProperties": false,
2004
+ "properties": {
2005
+ "__context": {
2006
+ "additionalProperties": true,
2007
+ "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.",
2008
+ "properties": {},
2009
+ "type": "object"
2010
+ },
2011
+ "__returnValue": {
2012
+ "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.",
2013
+ "type": "string"
2014
+ },
2015
+ "length": {
2016
+ "type": "number"
2017
+ }
2018
+ },
2019
+ "required": [
2020
+ "length"
2021
+ ],
2022
+ "type": "object"
2023
+ },
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"
2039
+ },
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."
2043
+ },
2044
+ "length": {
2045
+ "type": "number"
2046
+ }
2047
+ },
2048
+ "required": [
2049
+ "length"
2050
+ ],
2051
+ "type": "object"
2052
+ },
2053
+ "Nxtpression<number,{id:string;}>": {
2054
+ "additionalProperties": false,
2055
+ "properties": {
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"
2075
+ }
2076
+ },
2077
+ "required": [
2078
+ "length"
2079
+ ],
2080
+ "type": "object"
2081
+ },
2082
+ "Nxtpression<string,{id:string;}>": {
2083
+ "additionalProperties": false,
2084
+ "properties": {
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"
2097
+ },
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": {
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"
2126
+ },
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"
2130
+ },
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
+ },
2689
2307
  "Operation": {
2690
2308
  "anyOf": [
2691
2309
  {
@@ -2723,7 +2341,7 @@
2723
2341
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
2724
2342
  "properties": {
2725
2343
  "assignees": {
2726
- "$ref": "#/definitions/PartialObjectDeep<{include:string[];},{}>_1"
2344
+ "$ref": "#/definitions/PartialObjectDeep<{include:string[];exclude?:string[];},{}>_1"
2727
2345
  },
2728
2346
  "autoLogoutTime": {
2729
2347
  "type": "number"
@@ -2741,7 +2359,7 @@
2741
2359
  "$ref": "#/definitions/PartialObjectDeep<{maxMru:number;maxTabs:number;},{}>"
2742
2360
  },
2743
2361
  "deadlines": {
2744
- "$ref": "#/definitions/PartialObjectDeep<{include:string[];},{}>"
2362
+ "$ref": "#/definitions/PartialObjectDeep<{include:string[];exclude?:string[];},{}>"
2745
2363
  },
2746
2364
  "debug": {
2747
2365
  "type": "boolean"
@@ -2749,18 +2367,40 @@
2749
2367
  "events": {
2750
2368
  "$ref": "#/definitions/PartialObjectDeep<{graphicBaseTemplate?:string;},{}>"
2751
2369
  },
2370
+ "featurePreview": {
2371
+ "$ref": "#/definitions/PartialObjectDeep<{collections?:boolean;},{}>"
2372
+ },
2752
2373
  "flags": {
2753
- "$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;},{}>"
2754
2375
  },
2755
2376
  "gallery": {
2756
2377
  "$ref": "#/definitions/PartialObjectDeep<{dimOnBlur:boolean;},{}>"
2757
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
+ },
2758
2398
  "history": {
2759
2399
  "type": "boolean"
2760
2400
  },
2761
2401
  "keymap": {},
2762
2402
  "media": {
2763
- "$ref": "#/definitions/PartialObjectDeep<{guide?:{mask?:boolean;};stepManyFrames:number;liveZoomDuration:number;importTitleTemplate:string;tile:{preview:string;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;};};};},{}>"
2764
2404
  },
2765
2405
  "module": {
2766
2406
  "$ref": "#/definitions/PartialObjectDeep<{tabs?:ModuleTabs;},{}>"
@@ -2784,7 +2424,7 @@
2784
2424
  "$ref": "#/definitions/PartialObjectDeep<{createMenu:{showPreview:boolean;};colorTags:PromotedTag[];},{}>"
2785
2425
  },
2786
2426
  "storyboard": {
2787
- "$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;};},{}>"
2788
2428
  },
2789
2429
  "swarm": {
2790
2430
  "$ref": "#/definitions/PartialObjectDeep<{color?:string;name?:string;},{}>"
@@ -2818,18 +2458,22 @@
2818
2458
  },
2819
2459
  "type": "object"
2820
2460
  },
2821
- "PartialObjectDeep<{assets:{story:{excerpt:{maxLines:number;mode:string;};};};pipeline:{search:{maxItemsDisplayed:number;};};item:{maxHeight:number;};},{}>": {
2461
+ "PartialObjectDeep<{auto?:boolean;},{}>": {
2822
2462
  "additionalProperties": false,
2823
2463
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
2824
2464
  "properties": {
2825
- "assets": {
2826
- "$ref": "#/definitions/PartialObjectDeep<{story:{excerpt:{maxLines:number;mode:string;};};},{}>"
2827
- },
2828
- "item": {
2829
- "$ref": "#/definitions/PartialObjectDeep<{maxHeight:number;},{}>"
2830
- },
2831
- "pipeline": {
2832
- "$ref": "#/definitions/PartialObjectDeep<{search:{maxItemsDisplayed:number;};},{}>"
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"
2833
2477
  }
2834
2478
  },
2835
2479
  "type": "object"
@@ -2980,6 +2624,25 @@
2980
2624
  },
2981
2625
  "type": "object"
2982
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
+ },
2983
2646
  "PartialObjectDeep<{graphicBaseTemplate?:string;},{}>": {
2984
2647
  "additionalProperties": false,
2985
2648
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
@@ -2990,100 +2653,35 @@
2990
2653
  },
2991
2654
  "type": "object"
2992
2655
  },
2993
- "PartialObjectDeep<{guide?:{mask?:boolean;};stepManyFrames:number;liveZoomDuration:number;importTitleTemplate:string;tile:{preview:string;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;};};};},{}>": {
2656
+ "PartialObjectDeep<{include:string[];exclude?:string[];},{}>": {
2994
2657
  "additionalProperties": false,
2995
2658
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
2996
2659
  "properties": {
2997
- "download": {
2998
- "type": "boolean"
2999
- },
3000
- "forwardStep": {
3001
- "type": "number"
3002
- },
3003
- "guide": {
3004
- "$ref": "#/definitions/PartialObjectDeep<{mask?:boolean;},{}>"
3005
- },
3006
- "guides": {
2660
+ "exclude": {
3007
2661
  "items": {
3008
- "additionalProperties": false,
3009
- "properties": {
3010
- "aspectRatio": {
3011
- "type": "string"
3012
- },
3013
- "label": {
3014
- "type": "string"
3015
- }
3016
- },
3017
- "required": [
3018
- "aspectRatio",
3019
- "label"
3020
- ],
3021
- "type": "object"
2662
+ "type": "string"
3022
2663
  },
3023
2664
  "type": "array"
3024
2665
  },
3025
- "importTitleTemplate": {
3026
- "type": "string"
3027
- },
3028
- "initialVolume": {
3029
- "type": "string"
3030
- },
3031
- "interlacedPlayback": {
3032
- "type": "string"
3033
- },
3034
- "liveZoomDuration": {
3035
- "type": "number"
3036
- },
3037
- "maxSubclipDuration": {
3038
- "type": "number"
3039
- },
3040
- "playbackRates": {
2666
+ "include": {
3041
2667
  "items": {
3042
- "type": "number"
2668
+ "type": "string"
3043
2669
  },
3044
2670
  "type": "array"
3045
- },
3046
- "rewindStep": {
3047
- "type": "number"
3048
- },
3049
- "stepManyFrames": {
3050
- "type": "number"
3051
- },
3052
- "subtitleTemplateId": {
3053
- "type": "string"
3054
- },
3055
- "subtitles": {
3056
- "$ref": "#/definitions/PartialObjectDeep<{spacing:number;maxCharactersPerLine:number;},{}>"
3057
- },
3058
- "tile": {
3059
- "$ref": "#/definitions/PartialObjectDeep<{preview:string;showRenderProgress:boolean;},{}>"
3060
- },
3061
- "timecodeReference": {
3062
- "type": "string"
3063
- },
3064
- "transcribe": {
3065
- "$ref": "#/definitions/PartialObjectDeep<{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};},{}>"
3066
2671
  }
3067
2672
  },
3068
2673
  "type": "object"
3069
2674
  },
3070
- "PartialObjectDeep<{include:string[];},{}>": {
2675
+ "PartialObjectDeep<{include:string[];exclude?:string[];},{}>_1": {
3071
2676
  "additionalProperties": false,
3072
2677
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
3073
2678
  "properties": {
3074
- "include": {
2679
+ "exclude": {
3075
2680
  "items": {
3076
2681
  "type": "string"
3077
2682
  },
3078
2683
  "type": "array"
3079
- }
3080
- },
3081
- "type": "object"
3082
- },
3083
- "PartialObjectDeep<{include:string[];},{}>_1": {
3084
- "additionalProperties": false,
3085
- "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
3086
- "properties": {
2684
+ },
3087
2685
  "include": {
3088
2686
  "items": {
3089
2687
  "type": "string"
@@ -3126,6 +2724,16 @@
3126
2724
  },
3127
2725
  "type": "object"
3128
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
+ },
3129
2737
  "PartialObjectDeep<{maxItemsDisplayed:number;},{}>": {
3130
2738
  "additionalProperties": false,
3131
2739
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
@@ -3175,25 +2783,118 @@
3175
2783
  },
3176
2784
  "type": "object"
3177
2785
  },
3178
- "PartialObjectDeep<{preview:string;showRenderProgress:boolean;},{}>": {
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;};};};},{}>": {
3179
2787
  "additionalProperties": false,
3180
2788
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
3181
2789
  "properties": {
3182
- "preview": {
2790
+ "download": {
2791
+ "type": "boolean"
2792
+ },
2793
+ "forwardStep": {
2794
+ "type": "number"
2795
+ },
2796
+ "guide": {
2797
+ "$ref": "#/definitions/PartialObjectDeep<{mask?:boolean;},{}>"
2798
+ },
2799
+ "guides": {
2800
+ "items": {
2801
+ "additionalProperties": false,
2802
+ "properties": {
2803
+ "aspectRatio": {
2804
+ "type": "string"
2805
+ },
2806
+ "label": {
2807
+ "type": "string"
2808
+ }
2809
+ },
2810
+ "required": [
2811
+ "aspectRatio",
2812
+ "label"
2813
+ ],
2814
+ "type": "object"
2815
+ },
2816
+ "type": "array"
2817
+ },
2818
+ "importTitleTemplate": {
2819
+ "type": "string"
2820
+ },
2821
+ "initialVolume": {
2822
+ "type": "string"
2823
+ },
2824
+ "interlacedPlayback": {
2825
+ "type": "string"
2826
+ },
2827
+ "liveZoomDuration": {
2828
+ "type": "number"
2829
+ },
2830
+ "maxSubclipDuration": {
2831
+ "type": "number"
2832
+ },
2833
+ "openCommand": {
2834
+ "type": "string"
2835
+ },
2836
+ "placeholder": {
2837
+ "type": "string"
2838
+ },
2839
+ "playbackRates": {
2840
+ "items": {
2841
+ "type": "number"
2842
+ },
2843
+ "type": "array"
2844
+ },
2845
+ "rewindStep": {
2846
+ "type": "number"
2847
+ },
2848
+ "stepManyFrames": {
2849
+ "type": "number"
2850
+ },
2851
+ "subtitleTemplateId": {
2852
+ "type": "string"
2853
+ },
2854
+ "subtitles": {
2855
+ "$ref": "#/definitions/PartialObjectDeep<{spacing:number;maxCharactersPerLine:number;},{}>"
2856
+ },
2857
+ "tile": {
2858
+ "$ref": "#/definitions/PartialObjectDeep<{preview:boolean|\"play\"|\"seek\"|\"disabled\"|\"seekplay\";showRenderProgress:boolean;},{}>"
2859
+ },
2860
+ "timecodeReference": {
3183
2861
  "type": "string"
3184
2862
  },
2863
+ "transcribe": {
2864
+ "$ref": "#/definitions/PartialObjectDeep<{subtitleDisclaimer?:{isUserConfigurable?:boolean;defaultValue?:{enabled?:false;text?:{language:string;value:string;}[];offset?:number;duration?:number;};};},{}>"
2865
+ }
2866
+ },
2867
+ "type": "object"
2868
+ },
2869
+ "PartialObjectDeep<{preview:boolean|\"play\"|\"seek\"|\"disabled\"|\"seekplay\";showRenderProgress:boolean;},{}>": {
2870
+ "additionalProperties": false,
2871
+ "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
2872
+ "properties": {
2873
+ "preview": {
2874
+ "enum": [
2875
+ "disabled",
2876
+ false,
2877
+ "play",
2878
+ "seek",
2879
+ "seekplay",
2880
+ true
2881
+ ]
2882
+ },
3185
2883
  "showRenderProgress": {
3186
2884
  "type": "boolean"
3187
2885
  }
3188
2886
  },
3189
2887
  "type": "object"
3190
2888
  },
3191
- "PartialObjectDeep<{search:{maxItemsDisplayed:number;};},{}>": {
2889
+ "PartialObjectDeep<{search:{maxItemsDisplayed:number;};sortMode:PipelineSortMode;},{}>": {
3192
2890
  "additionalProperties": false,
3193
2891
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
3194
2892
  "properties": {
3195
2893
  "search": {
3196
2894
  "$ref": "#/definitions/PartialObjectDeep<{maxItemsDisplayed:number;},{}>"
2895
+ },
2896
+ "sortMode": {
2897
+ "$ref": "#/definitions/PipelineSortMode"
3197
2898
  }
3198
2899
  },
3199
2900
  "type": "object"
@@ -3234,10 +2935,13 @@
3234
2935
  },
3235
2936
  "type": "object"
3236
2937
  },
3237
- "PartialObjectDeep<{story:{excerpt:{maxLines:number;mode:string;};};},{}>": {
2938
+ "PartialObjectDeep<{story:{excerpt:{maxLines:number;mode:string;};};note?:{maxHeight?:number;};},{}>": {
3238
2939
  "additionalProperties": false,
3239
2940
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
3240
2941
  "properties": {
2942
+ "note": {
2943
+ "$ref": "#/definitions/PartialObjectDeep<{maxHeight?:number;},{}>"
2944
+ },
3241
2945
  "story": {
3242
2946
  "$ref": "#/definitions/PartialObjectDeep<{excerpt:{maxLines:number;mode:string;};},{}>"
3243
2947
  }
@@ -3274,7 +2978,7 @@
3274
2978
  },
3275
2979
  "type": "object"
3276
2980
  },
3277
- "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;},{}>": {
3278
2982
  "additionalProperties": false,
3279
2983
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
3280
2984
  "properties": {
@@ -3290,6 +2994,9 @@
3290
2994
  "consolidateMedia": {
3291
2995
  "type": "boolean"
3292
2996
  },
2997
+ "devWarnings": {
2998
+ "type": "boolean"
2999
+ },
3293
3000
  "export": {
3294
3001
  "type": "boolean"
3295
3002
  },
@@ -3323,18 +3030,97 @@
3323
3030
  },
3324
3031
  "type": "object"
3325
3032
  },
3326
- "PermissionRecordPermisson": {
3327
- "anyOf": [
3328
- {
3329
- "$ref": "#/definitions/TagPermission"
3330
- },
3331
- {
3332
- "$ref": "#/definitions/AssetPermission"
3333
- },
3334
- {
3335
- "$ref": "#/definitions/RpcPermission"
3336
- }
3337
- ]
3033
+ "PermissionRecordPermisson": {
3034
+ "anyOf": [
3035
+ {
3036
+ "$ref": "#/definitions/TagPermission"
3037
+ },
3038
+ {
3039
+ "$ref": "#/definitions/AssetPermission"
3040
+ },
3041
+ {
3042
+ "$ref": "#/definitions/RpcPermission"
3043
+ }
3044
+ ]
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"
3338
3124
  },
3339
3125
  "PlanningAssigneesRecord": {
3340
3126
  "additionalProperties": false,
@@ -3437,6 +3223,37 @@
3437
3223
  }
3438
3224
  ]
3439
3225
  },
3226
+ "PublishedRecord": {
3227
+ "additionalProperties": false,
3228
+ "properties": {
3229
+ "asset": {
3230
+ "type": "string"
3231
+ },
3232
+ "connection": {
3233
+ "type": "string"
3234
+ },
3235
+ "parent": {
3236
+ "type": "string"
3237
+ },
3238
+ "time": {
3239
+ "type": "number"
3240
+ },
3241
+ "type": {
3242
+ "type": "string"
3243
+ },
3244
+ "user": {
3245
+ "type": "string"
3246
+ }
3247
+ },
3248
+ "required": [
3249
+ "asset",
3250
+ "connection",
3251
+ "parent",
3252
+ "time",
3253
+ "type"
3254
+ ],
3255
+ "type": "object"
3256
+ },
3440
3257
  "Record<string,FilePublishRemoteRender>": {
3441
3258
  "additionalProperties": false,
3442
3259
  "type": "object"
@@ -3473,20 +3290,191 @@
3473
3290
  "additionalProperties": false,
3474
3291
  "properties": {
3475
3292
  ":permission": {
3293
+ "$ref": "#/definitions/DomainRows"
3294
+ },
3295
+ "asset.assignees": {
3296
+ "additionalProperties": false,
3297
+ "properties": {
3298
+ "dynamic": {
3299
+ "anyOf": [
3300
+ {
3301
+ "items": {
3302
+ "type": "string"
3303
+ },
3304
+ "type": "array"
3305
+ },
3306
+ {
3307
+ "const": false,
3308
+ "type": "boolean"
3309
+ }
3310
+ ]
3311
+ },
3312
+ "value": {
3313
+ "$ref": "#/definitions/Nxtpression"
3314
+ }
3315
+ },
3316
+ "type": "object"
3317
+ },
3318
+ "asset.clone": {
3476
3319
  "additionalProperties": false,
3477
3320
  "properties": {
3478
- "rows": {
3321
+ "rules": {
3479
3322
  "items": {
3480
- "type": "string"
3323
+ "$ref": "#/definitions/CloneRule"
3481
3324
  },
3482
3325
  "type": "array"
3483
3326
  }
3484
3327
  },
3485
3328
  "required": [
3486
- "rows"
3329
+ "rules"
3487
3330
  ],
3488
3331
  "type": "object"
3489
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
+ "label": {
3460
+ "type": "string"
3461
+ },
3462
+ "priority": {
3463
+ "type": "number"
3464
+ }
3465
+ },
3466
+ "required": [
3467
+ "label"
3468
+ ],
3469
+ "type": "object"
3470
+ },
3471
+ {
3472
+ "type": "string"
3473
+ }
3474
+ ]
3475
+ },
3476
+ "type": "object"
3477
+ },
3490
3478
  "hub-transcribe:render-profile": {
3491
3479
  "additionalProperties": false,
3492
3480
  "properties": {
@@ -3519,6 +3507,15 @@
3519
3507
  ],
3520
3508
  "type": "object"
3521
3509
  },
3510
+ "media.consolidate": {
3511
+ "additionalProperties": false,
3512
+ "properties": {
3513
+ "presets": {
3514
+ "$ref": "#/definitions/{audio:RenderPreset;video:RenderPreset;image:RenderPreset;}"
3515
+ }
3516
+ },
3517
+ "type": "object"
3518
+ },
3522
3519
  "media.subtitles?": {
3523
3520
  "additionalProperties": false,
3524
3521
  "properties": {
@@ -3562,7 +3559,19 @@
3562
3559
  },
3563
3560
  "required": [
3564
3561
  ":permission",
3562
+ "asset.assignees",
3563
+ "asset.clone",
3564
+ "asset.deadlines",
3565
+ "asset.duration",
3566
+ "asset.embedding",
3567
+ "asset.icon",
3568
+ "asset.locations",
3569
+ "asset.media",
3570
+ "asset.tags",
3571
+ "asset.title",
3572
+ "asset.types",
3565
3573
  "hub-transcribe:render-profile",
3574
+ "media.consolidate",
3566
3575
  "media.subtitles?",
3567
3576
  "media.transcribe?"
3568
3577
  ],
@@ -3585,6 +3594,54 @@
3585
3594
  ],
3586
3595
  "type": "object"
3587
3596
  },
3597
+ "RenderPreset": {
3598
+ "additionalProperties": false,
3599
+ "properties": {
3600
+ "description": {},
3601
+ "profile": {
3602
+ "anyOf": [
3603
+ {
3604
+ "$ref": "#/definitions/RenderPresetProfile"
3605
+ },
3606
+ {
3607
+ "type": "string"
3608
+ }
3609
+ ]
3610
+ },
3611
+ "type": {
3612
+ "type": "string"
3613
+ }
3614
+ },
3615
+ "type": "object"
3616
+ },
3617
+ "RenderPresetProfile": {
3618
+ "additionalProperties": false,
3619
+ "properties": {
3620
+ "audio": {},
3621
+ "format": {
3622
+ "$ref": "#/definitions/RenderPresetProfileFormat"
3623
+ },
3624
+ "pick": {
3625
+ "items": {
3626
+ "type": "string"
3627
+ },
3628
+ "type": "array"
3629
+ },
3630
+ "transcribe": {},
3631
+ "video": {}
3632
+ },
3633
+ "required": [
3634
+ "format"
3635
+ ],
3636
+ "type": "object"
3637
+ },
3638
+ "RenderPresetProfileFormat": {
3639
+ "enum": [
3640
+ "mp4",
3641
+ "png"
3642
+ ],
3643
+ "type": "string"
3644
+ },
3588
3645
  "ReplaceOperation": {
3589
3646
  "additionalProperties": false,
3590
3647
  "properties": {
@@ -3616,6 +3673,9 @@
3616
3673
  "clientSecret": {
3617
3674
  "type": "string"
3618
3675
  },
3676
+ "notifyOnPublish": {
3677
+ "type": "boolean"
3678
+ },
3619
3679
  "type": {
3620
3680
  "const": "reuters",
3621
3681
  "type": "string"
@@ -3626,6 +3686,18 @@
3626
3686
  ],
3627
3687
  "type": "object"
3628
3688
  },
3689
+ "RevsRecord": {
3690
+ "additionalProperties": false,
3691
+ "properties": {
3692
+ "value": {
3693
+ "items": {
3694
+ "type": "string"
3695
+ },
3696
+ "type": "array"
3697
+ }
3698
+ },
3699
+ "type": "object"
3700
+ },
3629
3701
  "RoleTagsRecord": {
3630
3702
  "additionalProperties": false,
3631
3703
  "properties": {
@@ -3673,11 +3745,20 @@
3673
3745
  "SearchRecord": {
3674
3746
  "additionalProperties": false,
3675
3747
  "properties": {
3748
+ "error": {
3749
+ "type": "string"
3750
+ },
3676
3751
  "hits": {
3677
3752
  "items": {
3678
3753
  "type": "string"
3679
3754
  },
3680
3755
  "type": "array"
3756
+ },
3757
+ "relation": {
3758
+ "type": "string"
3759
+ },
3760
+ "total": {
3761
+ "type": "number"
3681
3762
  }
3682
3763
  },
3683
3764
  "required": [
@@ -3685,6 +3766,18 @@
3685
3766
  ],
3686
3767
  "type": "object"
3687
3768
  },
3769
+ "StoryboardDomainPipelinesRecord": {
3770
+ "additionalProperties": false,
3771
+ "properties": {
3772
+ "value": {
3773
+ "items": {
3774
+ "type": "string"
3775
+ },
3776
+ "type": "array"
3777
+ }
3778
+ },
3779
+ "type": "object"
3780
+ },
3688
3781
  "TagPermission": {
3689
3782
  "additionalProperties": false,
3690
3783
  "properties": {
@@ -3739,6 +3832,29 @@
3739
3832
  ],
3740
3833
  "type": "object"
3741
3834
  },
3835
+ "UserRecord": {
3836
+ "additionalProperties": false,
3837
+ "properties": {
3838
+ "roles": {
3839
+ "items": {
3840
+ "type": "string"
3841
+ },
3842
+ "type": "array"
3843
+ },
3844
+ "username": {
3845
+ "type": "string"
3846
+ }
3847
+ },
3848
+ "type": "object"
3849
+ },
3850
+ "Value": {
3851
+ "additionalProperties": false,
3852
+ "type": "object"
3853
+ },
3854
+ "Value_1": {
3855
+ "additionalProperties": false,
3856
+ "type": "object"
3857
+ },
3742
3858
  "YoutubePublishRecord": {
3743
3859
  "additionalProperties": false,
3744
3860
  "properties": {
@@ -3830,6 +3946,26 @@
3830
3946
  }
3831
3947
  },
3832
3948
  "type": "object"
3949
+ },
3950
+ "{audio:RenderPreset;video:RenderPreset;image:RenderPreset;}": {
3951
+ "additionalProperties": false,
3952
+ "properties": {
3953
+ "audio": {
3954
+ "$ref": "#/definitions/RenderPreset"
3955
+ },
3956
+ "image": {
3957
+ "$ref": "#/definitions/RenderPreset"
3958
+ },
3959
+ "video": {
3960
+ "$ref": "#/definitions/RenderPreset"
3961
+ }
3962
+ },
3963
+ "required": [
3964
+ "audio",
3965
+ "image",
3966
+ "video"
3967
+ ],
3968
+ "type": "object"
3833
3969
  }
3834
3970
  }
3835
3971
  }