@nxtedition/types 23.0.21 → 23.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/schema.json CHANGED
@@ -1218,6 +1218,9 @@
1218
1218
  ":file.restrictions": {
1219
1219
  "$ref": "#/definitions/FileRestrictionsRecord"
1220
1220
  },
1221
+ ":file.stats?": {
1222
+ "$ref": "#/definitions/FileStats"
1223
+ },
1221
1224
  ":general.created": {
1222
1225
  "$ref": "#/definitions/GeneralCreatedRecord"
1223
1226
  },
@@ -1255,7 +1258,7 @@
1255
1258
  "$ref": "#/definitions/MediaRestrictionsRecord"
1256
1259
  },
1257
1260
  ":media.source": {
1258
- "$ref": "#/definitions/MediaSourceRecord"
1261
+ "$ref": "#/definitions/RenderSceneObject"
1259
1262
  },
1260
1263
  ":media.transcriptChanges": {
1261
1264
  "additionalProperties": {
@@ -1312,7 +1315,16 @@
1312
1315
  "$ref": "#/definitions/PublishedRecord"
1313
1316
  },
1314
1317
  ":render-preset": {
1315
- "$ref": "#/definitions/RenderPreset"
1318
+ "$ref": "#/definitions/RenderPresetObject"
1319
+ },
1320
+ ":render.query?": {
1321
+ "$ref": "#/definitions/RenderDomainQueryRecord"
1322
+ },
1323
+ ":render.result?": {
1324
+ "$ref": "#/definitions/RenderDomainResultRecord"
1325
+ },
1326
+ ":render.stats?": {
1327
+ "$ref": "#/definitions/RenderDomainStatsRecord"
1316
1328
  },
1317
1329
  ":revs?": {
1318
1330
  "$ref": "#/definitions/RevsRecord"
@@ -1406,6 +1418,7 @@
1406
1418
  ":event._template?",
1407
1419
  ":file.replicate",
1408
1420
  ":file.restrictions",
1421
+ ":file.stats?",
1409
1422
  ":general.created",
1410
1423
  ":general.description",
1411
1424
  ":general.poster",
@@ -1436,6 +1449,9 @@
1436
1449
  ":publish.stats?",
1437
1450
  ":published",
1438
1451
  ":render-preset",
1452
+ ":render.query?",
1453
+ ":render.result?",
1454
+ ":render.stats?",
1439
1455
  ":revs?",
1440
1456
  ":role.tags",
1441
1457
  ":script.children",
@@ -1511,6 +1527,7 @@
1511
1527
  ":event._template?",
1512
1528
  ":file.replicate",
1513
1529
  ":file.restrictions",
1530
+ ":file.stats?",
1514
1531
  ":general.created",
1515
1532
  ":general.description",
1516
1533
  ":general.poster",
@@ -1541,6 +1558,9 @@
1541
1558
  ":publish.stats?",
1542
1559
  ":published",
1543
1560
  ":render-preset",
1561
+ ":render.query?",
1562
+ ":render.result?",
1563
+ ":render.stats?",
1544
1564
  ":revs?",
1545
1565
  ":role.tags",
1546
1566
  ":script.children",
@@ -1570,6 +1590,10 @@
1570
1590
  "filename": {
1571
1591
  "type": "string"
1572
1592
  },
1593
+ "id": {
1594
+ "description": "Unique ID of the download, to be used to control and track the download progress.",
1595
+ "type": "string"
1596
+ },
1573
1597
  "path": {
1574
1598
  "description": "If present, filename and directory will be ignored.",
1575
1599
  "type": "string"
@@ -1902,14 +1926,21 @@
1902
1926
  },
1903
1927
  ":file.restrictions": {
1904
1928
  "$ref": "#/definitions/FileRestrictionsRecord"
1929
+ },
1930
+ ":file.stats?": {
1931
+ "$ref": "#/definitions/FileStats"
1905
1932
  }
1906
1933
  },
1907
1934
  "required": [
1908
1935
  ":file.replicate",
1909
- ":file.restrictions"
1936
+ ":file.restrictions",
1937
+ ":file.stats?"
1910
1938
  ],
1911
1939
  "type": "object"
1912
1940
  },
1941
+ "FileDomainStatsRecord": {
1942
+ "$ref": "#/definitions/FileStats"
1943
+ },
1913
1944
  "FilePublishConnectionRecord": {
1914
1945
  "additionalProperties": false,
1915
1946
  "properties": {
@@ -2202,6 +2233,661 @@
2202
2233
  },
2203
2234
  "type": "object"
2204
2235
  },
2236
+ "FileStats": {
2237
+ "additionalProperties": false,
2238
+ "properties": {
2239
+ "btime": {
2240
+ "additionalProperties": false,
2241
+ "properties": {
2242
+ "typia.tag": {
2243
+ "additionalProperties": false,
2244
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2245
+ "properties": {
2246
+ "exclusive": {
2247
+ "const": true,
2248
+ "type": "boolean"
2249
+ },
2250
+ "kind": {
2251
+ "const": "type",
2252
+ "type": "string"
2253
+ },
2254
+ "schema": {
2255
+ "additionalProperties": false,
2256
+ "properties": {
2257
+ "type": {
2258
+ "const": "integer",
2259
+ "type": "string"
2260
+ }
2261
+ },
2262
+ "required": [
2263
+ "type"
2264
+ ],
2265
+ "type": "object"
2266
+ },
2267
+ "target": {
2268
+ "enum": [
2269
+ "bigint",
2270
+ "number"
2271
+ ],
2272
+ "type": "string"
2273
+ },
2274
+ "validate": {
2275
+ "additionalProperties": false,
2276
+ "properties": {
2277
+ "bigint": {
2278
+ "const": "BigInt(0) <= $input",
2279
+ "type": "string"
2280
+ },
2281
+ "number": {
2282
+ "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
2283
+ "type": "string"
2284
+ }
2285
+ },
2286
+ "required": [
2287
+ "bigint",
2288
+ "number"
2289
+ ],
2290
+ "type": "object"
2291
+ },
2292
+ "value": {
2293
+ "const": "uint64",
2294
+ "type": "string"
2295
+ }
2296
+ },
2297
+ "required": [
2298
+ "exclusive",
2299
+ "kind",
2300
+ "schema",
2301
+ "target",
2302
+ "validate",
2303
+ "value"
2304
+ ],
2305
+ "type": "object"
2306
+ }
2307
+ },
2308
+ "type": "object"
2309
+ },
2310
+ "completed": {
2311
+ "type": "boolean"
2312
+ },
2313
+ "deleted": {
2314
+ "type": "boolean"
2315
+ },
2316
+ "encoding": {
2317
+ "type": "string"
2318
+ },
2319
+ "error": {
2320
+ "anyOf": [
2321
+ {
2322
+ "$ref": "#/definitions/NxtError"
2323
+ },
2324
+ {
2325
+ "items": {
2326
+ "$ref": "#/definitions/NxtError"
2327
+ },
2328
+ "type": "array"
2329
+ }
2330
+ ]
2331
+ },
2332
+ "hash": {
2333
+ "additionalProperties": false,
2334
+ "properties": {
2335
+ "typia.tag": {
2336
+ "additionalProperties": false,
2337
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2338
+ "properties": {
2339
+ "exclusive": {
2340
+ "items": [
2341
+ {
2342
+ "const": "format",
2343
+ "type": "string"
2344
+ },
2345
+ {
2346
+ "const": "pattern",
2347
+ "type": "string"
2348
+ }
2349
+ ],
2350
+ "maxItems": 2,
2351
+ "minItems": 2,
2352
+ "type": "array"
2353
+ },
2354
+ "kind": {
2355
+ "const": "pattern",
2356
+ "type": "string"
2357
+ },
2358
+ "schema": {
2359
+ "additionalProperties": false,
2360
+ "properties": {
2361
+ "pattern": {
2362
+ "const": "^([A-Fa-f0-9]{32})?$",
2363
+ "type": "string"
2364
+ }
2365
+ },
2366
+ "required": [
2367
+ "pattern"
2368
+ ],
2369
+ "type": "object"
2370
+ },
2371
+ "target": {
2372
+ "const": "string",
2373
+ "type": "string"
2374
+ },
2375
+ "validate": {
2376
+ "const": "/^([A-Fa-f0-9]{32})?$/.test($input)",
2377
+ "type": "string"
2378
+ },
2379
+ "value": {
2380
+ "const": "^([A-Fa-f0-9]{32})?$",
2381
+ "type": "string"
2382
+ }
2383
+ },
2384
+ "required": [
2385
+ "exclusive",
2386
+ "kind",
2387
+ "schema",
2388
+ "target",
2389
+ "validate",
2390
+ "value"
2391
+ ],
2392
+ "type": "object"
2393
+ }
2394
+ },
2395
+ "type": "object"
2396
+ },
2397
+ "id": {
2398
+ "additionalProperties": false,
2399
+ "properties": {
2400
+ "typia.tag": {
2401
+ "additionalProperties": false,
2402
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2403
+ "properties": {
2404
+ "exclusive": {
2405
+ "items": [
2406
+ {
2407
+ "const": "format",
2408
+ "type": "string"
2409
+ },
2410
+ {
2411
+ "const": "pattern",
2412
+ "type": "string"
2413
+ }
2414
+ ],
2415
+ "maxItems": 2,
2416
+ "minItems": 2,
2417
+ "type": "array"
2418
+ },
2419
+ "kind": {
2420
+ "const": "pattern",
2421
+ "type": "string"
2422
+ },
2423
+ "schema": {
2424
+ "additionalProperties": false,
2425
+ "properties": {
2426
+ "pattern": {
2427
+ "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
2428
+ "type": "string"
2429
+ }
2430
+ },
2431
+ "required": [
2432
+ "pattern"
2433
+ ],
2434
+ "type": "object"
2435
+ },
2436
+ "target": {
2437
+ "const": "string",
2438
+ "type": "string"
2439
+ },
2440
+ "validate": {
2441
+ "const": "/^[0-9A-Za-z~][0-9A-Za-z~._: -]*$/.test($input)",
2442
+ "type": "string"
2443
+ },
2444
+ "value": {
2445
+ "const": "^[0-9A-Za-z~][0-9A-Za-z~._: -]*$",
2446
+ "type": "string"
2447
+ }
2448
+ },
2449
+ "required": [
2450
+ "exclusive",
2451
+ "kind",
2452
+ "schema",
2453
+ "target",
2454
+ "validate",
2455
+ "value"
2456
+ ],
2457
+ "type": "object"
2458
+ }
2459
+ },
2460
+ "type": "object"
2461
+ },
2462
+ "locations": {
2463
+ "items": {
2464
+ "type": "string"
2465
+ },
2466
+ "type": "array"
2467
+ },
2468
+ "mimeType": {
2469
+ "type": "string"
2470
+ },
2471
+ "position": {
2472
+ "additionalProperties": false,
2473
+ "properties": {
2474
+ "typia.tag": {
2475
+ "additionalProperties": false,
2476
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2477
+ "properties": {
2478
+ "exclusive": {
2479
+ "const": true,
2480
+ "type": "boolean"
2481
+ },
2482
+ "kind": {
2483
+ "const": "type",
2484
+ "type": "string"
2485
+ },
2486
+ "schema": {
2487
+ "additionalProperties": false,
2488
+ "properties": {
2489
+ "type": {
2490
+ "const": "integer",
2491
+ "type": "string"
2492
+ }
2493
+ },
2494
+ "required": [
2495
+ "type"
2496
+ ],
2497
+ "type": "object"
2498
+ },
2499
+ "target": {
2500
+ "enum": [
2501
+ "bigint",
2502
+ "number"
2503
+ ],
2504
+ "type": "string"
2505
+ },
2506
+ "validate": {
2507
+ "additionalProperties": false,
2508
+ "properties": {
2509
+ "bigint": {
2510
+ "const": "BigInt(0) <= $input",
2511
+ "type": "string"
2512
+ },
2513
+ "number": {
2514
+ "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
2515
+ "type": "string"
2516
+ }
2517
+ },
2518
+ "required": [
2519
+ "bigint",
2520
+ "number"
2521
+ ],
2522
+ "type": "object"
2523
+ },
2524
+ "value": {
2525
+ "const": "uint64",
2526
+ "type": "string"
2527
+ }
2528
+ },
2529
+ "required": [
2530
+ "exclusive",
2531
+ "kind",
2532
+ "schema",
2533
+ "target",
2534
+ "validate",
2535
+ "value"
2536
+ ],
2537
+ "type": "object"
2538
+ }
2539
+ },
2540
+ "type": "object"
2541
+ },
2542
+ "progress": {
2543
+ "additionalProperties": false,
2544
+ "properties": {
2545
+ "typia.tag": {
2546
+ "additionalProperties": false,
2547
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2548
+ "properties": {
2549
+ "exclusive": {
2550
+ "items": [
2551
+ {
2552
+ "const": "maximum",
2553
+ "type": "string"
2554
+ },
2555
+ {
2556
+ "const": "exclusiveMaximum",
2557
+ "type": "string"
2558
+ }
2559
+ ],
2560
+ "maxItems": 2,
2561
+ "minItems": 2,
2562
+ "type": "array"
2563
+ },
2564
+ "kind": {
2565
+ "const": "maximum",
2566
+ "type": "string"
2567
+ },
2568
+ "schema": {
2569
+ "additionalProperties": false,
2570
+ "properties": {
2571
+ "maximum": {
2572
+ "const": 1,
2573
+ "type": "number"
2574
+ }
2575
+ },
2576
+ "required": [
2577
+ "maximum"
2578
+ ],
2579
+ "type": "object"
2580
+ },
2581
+ "target": {
2582
+ "const": "number",
2583
+ "type": "string"
2584
+ },
2585
+ "validate": {
2586
+ "const": "$input <= 1",
2587
+ "type": "string"
2588
+ },
2589
+ "value": {
2590
+ "const": 1,
2591
+ "type": "number"
2592
+ }
2593
+ },
2594
+ "required": [
2595
+ "exclusive",
2596
+ "kind",
2597
+ "schema",
2598
+ "target",
2599
+ "validate",
2600
+ "value"
2601
+ ],
2602
+ "type": "object"
2603
+ }
2604
+ },
2605
+ "type": "object"
2606
+ },
2607
+ "ranges": {
2608
+ "items": {
2609
+ "items": [
2610
+ {
2611
+ "additionalProperties": false,
2612
+ "properties": {
2613
+ "typia.tag": {
2614
+ "additionalProperties": false,
2615
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2616
+ "properties": {
2617
+ "exclusive": {
2618
+ "items": [
2619
+ {
2620
+ "const": "minimum",
2621
+ "type": "string"
2622
+ },
2623
+ {
2624
+ "const": "exclusiveMinimum",
2625
+ "type": "string"
2626
+ }
2627
+ ],
2628
+ "maxItems": 2,
2629
+ "minItems": 2,
2630
+ "type": "array"
2631
+ },
2632
+ "kind": {
2633
+ "const": "minimum",
2634
+ "type": "string"
2635
+ },
2636
+ "schema": {
2637
+ "additionalProperties": false,
2638
+ "properties": {
2639
+ "minimum": {
2640
+ "const": 0,
2641
+ "type": "number"
2642
+ }
2643
+ },
2644
+ "required": [
2645
+ "minimum"
2646
+ ],
2647
+ "type": "object"
2648
+ },
2649
+ "target": {
2650
+ "const": "number",
2651
+ "type": "string"
2652
+ },
2653
+ "validate": {
2654
+ "const": "0 <= $input",
2655
+ "type": "string"
2656
+ },
2657
+ "value": {
2658
+ "const": 0,
2659
+ "type": "number"
2660
+ }
2661
+ },
2662
+ "required": [
2663
+ "exclusive",
2664
+ "kind",
2665
+ "schema",
2666
+ "target",
2667
+ "validate",
2668
+ "value"
2669
+ ],
2670
+ "type": "object"
2671
+ }
2672
+ },
2673
+ "type": "object"
2674
+ },
2675
+ {
2676
+ "additionalProperties": false,
2677
+ "properties": {
2678
+ "typia.tag": {
2679
+ "additionalProperties": false,
2680
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2681
+ "properties": {
2682
+ "exclusive": {
2683
+ "items": [
2684
+ {
2685
+ "const": "minimum",
2686
+ "type": "string"
2687
+ },
2688
+ {
2689
+ "const": "exclusiveMinimum",
2690
+ "type": "string"
2691
+ }
2692
+ ],
2693
+ "maxItems": 2,
2694
+ "minItems": 2,
2695
+ "type": "array"
2696
+ },
2697
+ "kind": {
2698
+ "const": "minimum",
2699
+ "type": "string"
2700
+ },
2701
+ "schema": {
2702
+ "additionalProperties": false,
2703
+ "properties": {
2704
+ "minimum": {
2705
+ "const": 0,
2706
+ "type": "number"
2707
+ }
2708
+ },
2709
+ "required": [
2710
+ "minimum"
2711
+ ],
2712
+ "type": "object"
2713
+ },
2714
+ "target": {
2715
+ "const": "number",
2716
+ "type": "string"
2717
+ },
2718
+ "validate": {
2719
+ "const": "0 <= $input",
2720
+ "type": "string"
2721
+ },
2722
+ "value": {
2723
+ "const": 0,
2724
+ "type": "number"
2725
+ }
2726
+ },
2727
+ "required": [
2728
+ "exclusive",
2729
+ "kind",
2730
+ "schema",
2731
+ "target",
2732
+ "validate",
2733
+ "value"
2734
+ ],
2735
+ "type": "object"
2736
+ }
2737
+ },
2738
+ "type": "object"
2739
+ }
2740
+ ],
2741
+ "maxItems": 2,
2742
+ "minItems": 2,
2743
+ "type": "array"
2744
+ },
2745
+ "type": "array"
2746
+ },
2747
+ "refs": {
2748
+ "items": {
2749
+ "additionalProperties": false,
2750
+ "properties": {
2751
+ "end": {
2752
+ "type": "number"
2753
+ },
2754
+ "file": {
2755
+ "type": "string"
2756
+ },
2757
+ "offset": {
2758
+ "type": "number"
2759
+ },
2760
+ "start": {
2761
+ "type": "number"
2762
+ }
2763
+ },
2764
+ "type": "object"
2765
+ },
2766
+ "type": "array"
2767
+ },
2768
+ "replicas": {
2769
+ "items": {
2770
+ "type": "string"
2771
+ },
2772
+ "type": "array"
2773
+ },
2774
+ "resumable": {
2775
+ "type": "string"
2776
+ },
2777
+ "seekable": {
2778
+ "type": "boolean"
2779
+ },
2780
+ "size": {
2781
+ "additionalProperties": false,
2782
+ "properties": {
2783
+ "typia.tag": {
2784
+ "additionalProperties": false,
2785
+ "description": "This is a dummy property for compilation.\n\nIt does not mean anything in runtime.",
2786
+ "properties": {
2787
+ "exclusive": {
2788
+ "const": true,
2789
+ "type": "boolean"
2790
+ },
2791
+ "kind": {
2792
+ "const": "type",
2793
+ "type": "string"
2794
+ },
2795
+ "schema": {
2796
+ "additionalProperties": false,
2797
+ "properties": {
2798
+ "type": {
2799
+ "const": "integer",
2800
+ "type": "string"
2801
+ }
2802
+ },
2803
+ "required": [
2804
+ "type"
2805
+ ],
2806
+ "type": "object"
2807
+ },
2808
+ "target": {
2809
+ "enum": [
2810
+ "bigint",
2811
+ "number"
2812
+ ],
2813
+ "type": "string"
2814
+ },
2815
+ "validate": {
2816
+ "additionalProperties": false,
2817
+ "properties": {
2818
+ "bigint": {
2819
+ "const": "BigInt(0) <= $input",
2820
+ "type": "string"
2821
+ },
2822
+ "number": {
2823
+ "const": "Math.floor($input) === $input && 0 <= $input && $input <= 18446744073709551615",
2824
+ "type": "string"
2825
+ }
2826
+ },
2827
+ "required": [
2828
+ "bigint",
2829
+ "number"
2830
+ ],
2831
+ "type": "object"
2832
+ },
2833
+ "value": {
2834
+ "const": "uint64",
2835
+ "type": "string"
2836
+ }
2837
+ },
2838
+ "required": [
2839
+ "exclusive",
2840
+ "kind",
2841
+ "schema",
2842
+ "target",
2843
+ "validate",
2844
+ "value"
2845
+ ],
2846
+ "type": "object"
2847
+ }
2848
+ },
2849
+ "type": "object"
2850
+ },
2851
+ "tags": {
2852
+ "items": {
2853
+ "type": "string"
2854
+ },
2855
+ "type": "array"
2856
+ },
2857
+ "uploading": {
2858
+ "type": "boolean"
2859
+ },
2860
+ "zones": {
2861
+ "items": {
2862
+ "type": "string"
2863
+ },
2864
+ "type": "array"
2865
+ }
2866
+ },
2867
+ "required": [
2868
+ "btime",
2869
+ "completed",
2870
+ "deleted",
2871
+ "encoding",
2872
+ "error",
2873
+ "hash",
2874
+ "id",
2875
+ "locations",
2876
+ "mimeType",
2877
+ "position",
2878
+ "progress",
2879
+ "ranges",
2880
+ "refs",
2881
+ "replicas",
2882
+ "resumable",
2883
+ "seekable",
2884
+ "size",
2885
+ "tags",
2886
+ "uploading",
2887
+ "zones"
2888
+ ],
2889
+ "type": "object"
2890
+ },
2205
2891
  "GeneralCreatedRecord": {
2206
2892
  "additionalProperties": false,
2207
2893
  "properties": {
@@ -2377,6 +3063,9 @@
2377
3063
  "MediaProbeRecord": {
2378
3064
  "additionalProperties": false,
2379
3065
  "properties": {
3066
+ "duration": {
3067
+ "type": "number"
3068
+ },
2380
3069
  "error": {
2381
3070
  "$ref": "#/definitions/NxtError"
2382
3071
  },
@@ -2462,75 +3151,6 @@
2462
3151
  },
2463
3152
  "type": "object"
2464
3153
  },
2465
- "MediaSourceRecord": {
2466
- "additionalProperties": false,
2467
- "properties": {
2468
- "end": {
2469
- "type": "number"
2470
- },
2471
- "input": {
2472
- "additionalProperties": false,
2473
- "properties": {
2474
- "file": {
2475
- "type": "string"
2476
- },
2477
- "type": {
2478
- "type": "string"
2479
- }
2480
- },
2481
- "type": "object"
2482
- },
2483
- "lang": {
2484
- "type": "string"
2485
- },
2486
- "start": {
2487
- "type": "number"
2488
- },
2489
- "subtitle": {
2490
- "type": "string"
2491
- },
2492
- "transcribe": {
2493
- "additionalProperties": false,
2494
- "properties": {
2495
- "language": {
2496
- "type": "string"
2497
- },
2498
- "pan": {
2499
- "items": {
2500
- "type": "number"
2501
- },
2502
- "type": "array"
2503
- }
2504
- },
2505
- "type": "object"
2506
- },
2507
- "video": {
2508
- "additionalProperties": false,
2509
- "properties": {
2510
- "crop": {
2511
- "additionalProperties": false,
2512
- "properties": {
2513
- "height": {
2514
- "type": "number"
2515
- },
2516
- "width": {
2517
- "type": "number"
2518
- },
2519
- "x": {
2520
- "type": "number"
2521
- },
2522
- "y": {
2523
- "type": "number"
2524
- }
2525
- },
2526
- "type": "object"
2527
- }
2528
- },
2529
- "type": "object"
2530
- }
2531
- },
2532
- "type": "object"
2533
- },
2534
3154
  "MediaTranscriptChangesRecordValue": {
2535
3155
  "additionalProperties": false,
2536
3156
  "properties": {
@@ -2666,6 +3286,8 @@
2666
3286
  }
2667
3287
  },
2668
3288
  "required": [
3289
+ "__context",
3290
+ "__returnValue",
2669
3291
  "length"
2670
3292
  ],
2671
3293
  "type": "object"
@@ -2677,6 +3299,9 @@
2677
3299
  },
2678
3300
  "Nxtpression<Record<string,unknown>,{id:string;}>": {
2679
3301
  "anyOf": [
3302
+ {
3303
+ "$ref": "#/definitions/Record<string,unknown>"
3304
+ },
2680
3305
  {
2681
3306
  "additionalProperties": false,
2682
3307
  "properties": {
@@ -2702,6 +3327,8 @@
2702
3327
  }
2703
3328
  },
2704
3329
  "required": [
3330
+ "__context",
3331
+ "__returnValue",
2705
3332
  "length"
2706
3333
  ],
2707
3334
  "type": "object"
@@ -2738,12 +3365,17 @@
2738
3365
  }
2739
3366
  },
2740
3367
  "required": [
3368
+ "__context",
3369
+ "__returnValue",
2741
3370
  "length"
2742
3371
  ],
2743
3372
  "type": "object"
2744
3373
  },
2745
3374
  {
2746
- "type": "string"
3375
+ "type": [
3376
+ "string",
3377
+ "number"
3378
+ ]
2747
3379
  }
2748
3380
  ]
2749
3381
  },
@@ -2774,6 +3406,8 @@
2774
3406
  }
2775
3407
  },
2776
3408
  "required": [
3409
+ "__context",
3410
+ "__returnValue",
2777
3411
  "length"
2778
3412
  ],
2779
3413
  "type": "object"
@@ -2810,6 +3444,8 @@
2810
3444
  }
2811
3445
  },
2812
3446
  "required": [
3447
+ "__context",
3448
+ "__returnValue",
2813
3449
  "length"
2814
3450
  ],
2815
3451
  "type": "object"
@@ -2846,6 +3482,8 @@
2846
3482
  }
2847
3483
  },
2848
3484
  "required": [
3485
+ "__context",
3486
+ "__returnValue",
2849
3487
  "length"
2850
3488
  ],
2851
3489
  "type": "object"
@@ -2882,6 +3520,8 @@
2882
3520
  }
2883
3521
  },
2884
3522
  "required": [
3523
+ "__context",
3524
+ "__returnValue",
2885
3525
  "length"
2886
3526
  ],
2887
3527
  "type": "object"
@@ -2893,6 +3533,12 @@
2893
3533
  },
2894
3534
  "Nxtpression<string[],{id:string;}>": {
2895
3535
  "anyOf": [
3536
+ {
3537
+ "items": {
3538
+ "type": "string"
3539
+ },
3540
+ "type": "array"
3541
+ },
2896
3542
  {
2897
3543
  "additionalProperties": false,
2898
3544
  "properties": {
@@ -2921,6 +3567,8 @@
2921
3567
  }
2922
3568
  },
2923
3569
  "required": [
3570
+ "__context",
3571
+ "__returnValue",
2924
3572
  "length"
2925
3573
  ],
2926
3574
  "type": "object"
@@ -2932,6 +3580,12 @@
2932
3580
  },
2933
3581
  "Nxtpression<string[],{id:string;}>_1": {
2934
3582
  "anyOf": [
3583
+ {
3584
+ "items": {
3585
+ "type": "string"
3586
+ },
3587
+ "type": "array"
3588
+ },
2935
3589
  {
2936
3590
  "additionalProperties": false,
2937
3591
  "properties": {
@@ -2960,6 +3614,8 @@
2960
3614
  }
2961
3615
  },
2962
3616
  "required": [
3617
+ "__context",
3618
+ "__returnValue",
2963
3619
  "length"
2964
3620
  ],
2965
3621
  "type": "object"
@@ -2969,36 +3625,27 @@
2969
3625
  }
2970
3626
  ]
2971
3627
  },
2972
- "Nxtpression<unknown>": {
3628
+ "Nxtpression<{lat:number;lon:number;}[],{id:string;}>": {
2973
3629
  "anyOf": [
2974
3630
  {
2975
- "additionalProperties": false,
2976
- "properties": {
2977
- "__context": {
2978
- "additionalProperties": true,
2979
- "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.",
2980
- "properties": {},
2981
- "type": "object"
2982
- },
2983
- "__returnValue": {
2984
- "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."
3631
+ "items": {
3632
+ "additionalProperties": false,
3633
+ "properties": {
3634
+ "lat": {
3635
+ "type": "number"
3636
+ },
3637
+ "lon": {
3638
+ "type": "number"
3639
+ }
2985
3640
  },
2986
- "length": {
2987
- "type": "number"
2988
- }
3641
+ "required": [
3642
+ "lat",
3643
+ "lon"
3644
+ ],
3645
+ "type": "object"
2989
3646
  },
2990
- "required": [
2991
- "length"
2992
- ],
2993
- "type": "object"
3647
+ "type": "array"
2994
3648
  },
2995
- {
2996
- "type": "string"
2997
- }
2998
- ]
2999
- },
3000
- "Nxtpression<{lat:number;lon:number;}[],{id:string;}>": {
3001
- "anyOf": [
3002
3649
  {
3003
3650
  "additionalProperties": false,
3004
3651
  "properties": {
@@ -3040,6 +3687,8 @@
3040
3687
  }
3041
3688
  },
3042
3689
  "required": [
3690
+ "__context",
3691
+ "__returnValue",
3043
3692
  "length"
3044
3693
  ],
3045
3694
  "type": "object"
@@ -3249,9 +3898,7 @@
3249
3898
  "PanelProperty": {
3250
3899
  "additionalProperties": false,
3251
3900
  "properties": {
3252
- "computed": {
3253
- "$ref": "#/definitions/Nxtpression<unknown>"
3254
- },
3901
+ "computed": {},
3255
3902
  "description": {
3256
3903
  "type": "string"
3257
3904
  },
@@ -4239,6 +4886,13 @@
4239
4886
  "PipelineDomainRecord": {
4240
4887
  "additionalProperties": false,
4241
4888
  "properties": {
4889
+ "assetType": {
4890
+ "enum": [
4891
+ "collection",
4892
+ "pipeline"
4893
+ ],
4894
+ "type": "string"
4895
+ },
4242
4896
  "bookmarkId": {
4243
4897
  "type": "string"
4244
4898
  },
@@ -4801,32 +5455,133 @@
4801
5455
  ],
4802
5456
  "type": "object"
4803
5457
  },
4804
- "RenderPreset": {
5458
+ "RenderDomainQueryRecord": {
4805
5459
  "additionalProperties": false,
4806
5460
  "properties": {
4807
- "description": {},
4808
- "profile": {
4809
- "anyOf": [
4810
- {
4811
- "$ref": "#/definitions/RenderPresetProfile"
5461
+ "description": {
5462
+ "additionalProperties": false,
5463
+ "properties": {
5464
+ "profile": {
5465
+ "$ref": "#/definitions/RenderProfileObject"
4812
5466
  },
4813
- {
4814
- "type": "string"
5467
+ "scene": {
5468
+ "$ref": "#/definitions/RenderSceneObject"
4815
5469
  }
4816
- ]
5470
+ },
5471
+ "required": [
5472
+ "profile",
5473
+ "scene"
5474
+ ],
5475
+ "type": "object"
5476
+ },
5477
+ "parent": {
5478
+ "type": "string"
5479
+ },
5480
+ "title": {
5481
+ "type": "string"
5482
+ },
5483
+ "type": {
5484
+ "type": "string"
5485
+ }
5486
+ },
5487
+ "required": [
5488
+ "description",
5489
+ "title",
5490
+ "type"
5491
+ ],
5492
+ "type": "object"
5493
+ },
5494
+ "RenderDomainResultRecord": {
5495
+ "additionalProperties": {},
5496
+ "properties": {
5497
+ "result": {},
5498
+ "url": {
5499
+ "type": "string"
5500
+ }
5501
+ },
5502
+ "type": "object"
5503
+ },
5504
+ "RenderDomainStatsRecord": {
5505
+ "additionalProperties": false,
5506
+ "properties": {
5507
+ "error": {
5508
+ "items": {
5509
+ "$ref": "#/definitions/Record<string,unknown>"
5510
+ },
5511
+ "type": "array"
5512
+ },
5513
+ "progress": {
5514
+ "type": "number"
5515
+ },
5516
+ "status": {
5517
+ "type": "string"
5518
+ }
5519
+ },
5520
+ "type": "object"
5521
+ },
5522
+ "RenderPreset": {
5523
+ "anyOf": [
5524
+ {
5525
+ "$ref": "#/definitions/RenderPresetObject"
5526
+ },
5527
+ {
5528
+ "type": "string"
5529
+ }
5530
+ ]
5531
+ },
5532
+ "RenderPresetObject": {
5533
+ "additionalProperties": false,
5534
+ "properties": {
5535
+ "profile": {
5536
+ "$ref": "#/definitions/RenderProfile"
4817
5537
  },
4818
5538
  "type": {
4819
5539
  "type": "string"
4820
5540
  }
4821
5541
  },
5542
+ "required": [
5543
+ "profile",
5544
+ "type"
5545
+ ],
4822
5546
  "type": "object"
4823
5547
  },
4824
- "RenderPresetProfile": {
5548
+ "RenderProfile": {
5549
+ "anyOf": [
5550
+ {
5551
+ "$ref": "#/definitions/RenderProfileObject"
5552
+ },
5553
+ {
5554
+ "items": {
5555
+ "anyOf": [
5556
+ {
5557
+ "$ref": "#/definitions/RenderProfileObject"
5558
+ },
5559
+ {
5560
+ "type": "string"
5561
+ }
5562
+ ]
5563
+ },
5564
+ "type": "array"
5565
+ },
5566
+ {
5567
+ "type": "string"
5568
+ }
5569
+ ]
5570
+ },
5571
+ "RenderProfileObject": {
4825
5572
  "additionalProperties": false,
4826
5573
  "properties": {
4827
- "audio": {},
5574
+ "audio": {
5575
+ "additionalProperties": false,
5576
+ "properties": {
5577
+ "pan": {
5578
+ "type": "string"
5579
+ }
5580
+ },
5581
+ "type": "object"
5582
+ },
4828
5583
  "format": {
4829
- "$ref": "#/definitions/RenderPresetProfileFormat"
5584
+ "type": "string"
4830
5585
  },
4831
5586
  "pick": {
4832
5587
  "items": {
@@ -4834,7 +5589,30 @@
4834
5589
  },
4835
5590
  "type": "array"
4836
5591
  },
4837
- "transcribe": {},
5592
+ "transcribe": {
5593
+ "additionalProperties": false,
5594
+ "properties": {
5595
+ "engine": {
5596
+ "type": "string"
5597
+ }
5598
+ },
5599
+ "required": [
5600
+ "engine"
5601
+ ],
5602
+ "type": "object"
5603
+ },
5604
+ "translate": {
5605
+ "additionalProperties": false,
5606
+ "properties": {
5607
+ "language": {
5608
+ "type": "string"
5609
+ }
5610
+ },
5611
+ "required": [
5612
+ "language"
5613
+ ],
5614
+ "type": "object"
5615
+ },
4838
5616
  "video": {}
4839
5617
  },
4840
5618
  "required": [
@@ -4842,12 +5620,80 @@
4842
5620
  ],
4843
5621
  "type": "object"
4844
5622
  },
4845
- "RenderPresetProfileFormat": {
4846
- "enum": [
4847
- "mp4",
4848
- "png"
4849
- ],
4850
- "type": "string"
5623
+ "RenderSceneObject": {
5624
+ "additionalProperties": false,
5625
+ "properties": {
5626
+ "end": {
5627
+ "type": "number"
5628
+ },
5629
+ "id": {
5630
+ "type": "string"
5631
+ },
5632
+ "input": {
5633
+ "additionalProperties": false,
5634
+ "properties": {
5635
+ "file": {
5636
+ "type": "string"
5637
+ },
5638
+ "type": {
5639
+ "type": "string"
5640
+ }
5641
+ },
5642
+ "type": "object"
5643
+ },
5644
+ "lang": {
5645
+ "type": "string"
5646
+ },
5647
+ "preset": {
5648
+ "type": "string"
5649
+ },
5650
+ "start": {
5651
+ "type": "number"
5652
+ },
5653
+ "subtitle": {
5654
+ "type": "string"
5655
+ },
5656
+ "transcribe": {
5657
+ "additionalProperties": false,
5658
+ "properties": {
5659
+ "language": {
5660
+ "type": "string"
5661
+ },
5662
+ "pan": {
5663
+ "items": {
5664
+ "type": "number"
5665
+ },
5666
+ "type": "array"
5667
+ }
5668
+ },
5669
+ "type": "object"
5670
+ },
5671
+ "video": {
5672
+ "additionalProperties": false,
5673
+ "properties": {
5674
+ "crop": {
5675
+ "additionalProperties": false,
5676
+ "properties": {
5677
+ "height": {
5678
+ "type": "number"
5679
+ },
5680
+ "width": {
5681
+ "type": "number"
5682
+ },
5683
+ "x": {
5684
+ "type": "number"
5685
+ },
5686
+ "y": {
5687
+ "type": "number"
5688
+ }
5689
+ },
5690
+ "type": "object"
5691
+ }
5692
+ },
5693
+ "type": "object"
5694
+ }
5695
+ },
5696
+ "type": "object"
4851
5697
  },
4852
5698
  "ReplaceOperation": {
4853
5699
  "additionalProperties": false,