@norskvideo/norsk-studio-alpha 1.27.0-2025-10-23-180bdea4 → 1.27.0-2025-10-24-69c5256c
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.
|
@@ -45,7 +45,8 @@ components:
|
|
|
45
45
|
- type: object
|
|
46
46
|
properties:
|
|
47
47
|
type:
|
|
48
|
-
|
|
48
|
+
enum:
|
|
49
|
+
- content-player-created
|
|
49
50
|
url:
|
|
50
51
|
type: string
|
|
51
52
|
required:
|
|
@@ -54,20 +55,23 @@ components:
|
|
|
54
55
|
- type: object
|
|
55
56
|
properties:
|
|
56
57
|
type:
|
|
57
|
-
|
|
58
|
+
enum:
|
|
59
|
+
- replay-started
|
|
58
60
|
required:
|
|
59
61
|
- type
|
|
60
62
|
- type: object
|
|
61
63
|
properties:
|
|
62
64
|
type:
|
|
63
|
-
|
|
65
|
+
enum:
|
|
66
|
+
- replay-finished
|
|
64
67
|
required:
|
|
65
68
|
- type
|
|
66
69
|
ActionReplayCommand:
|
|
67
70
|
type: object
|
|
68
71
|
properties:
|
|
69
72
|
type:
|
|
70
|
-
|
|
73
|
+
enum:
|
|
74
|
+
- do-replay
|
|
71
75
|
from:
|
|
72
76
|
type: number
|
|
73
77
|
duration:
|
|
@@ -43,7 +43,8 @@ components:
|
|
|
43
43
|
- type: object
|
|
44
44
|
properties:
|
|
45
45
|
type:
|
|
46
|
-
|
|
46
|
+
enum:
|
|
47
|
+
- audio-levels
|
|
47
48
|
levels:
|
|
48
49
|
type: object
|
|
49
50
|
properties:
|
|
@@ -60,7 +61,8 @@ components:
|
|
|
60
61
|
- type: object
|
|
61
62
|
properties:
|
|
62
63
|
type:
|
|
63
|
-
|
|
64
|
+
enum:
|
|
65
|
+
- set-gain
|
|
64
66
|
sliderGain:
|
|
65
67
|
type: number
|
|
66
68
|
nodeGain:
|
|
@@ -73,7 +75,8 @@ components:
|
|
|
73
75
|
type: object
|
|
74
76
|
properties:
|
|
75
77
|
type:
|
|
76
|
-
|
|
78
|
+
enum:
|
|
79
|
+
- set-gain
|
|
77
80
|
value:
|
|
78
81
|
type: number
|
|
79
82
|
required:
|
|
@@ -307,7 +307,8 @@ components:
|
|
|
307
307
|
- type: object
|
|
308
308
|
properties:
|
|
309
309
|
type:
|
|
310
|
-
|
|
310
|
+
enum:
|
|
311
|
+
- agent_started
|
|
311
312
|
timestamp:
|
|
312
313
|
type: string
|
|
313
314
|
format: date-time
|
|
@@ -317,7 +318,8 @@ components:
|
|
|
317
318
|
- type: object
|
|
318
319
|
properties:
|
|
319
320
|
type:
|
|
320
|
-
|
|
321
|
+
enum:
|
|
322
|
+
- agent_stopped
|
|
321
323
|
timestamp:
|
|
322
324
|
type: string
|
|
323
325
|
format: date-time
|
|
@@ -327,7 +329,8 @@ components:
|
|
|
327
329
|
- type: object
|
|
328
330
|
properties:
|
|
329
331
|
type:
|
|
330
|
-
|
|
332
|
+
enum:
|
|
333
|
+
- task_created
|
|
331
334
|
task: *a1
|
|
332
335
|
required:
|
|
333
336
|
- type
|
|
@@ -335,7 +338,8 @@ components:
|
|
|
335
338
|
- type: object
|
|
336
339
|
properties:
|
|
337
340
|
type:
|
|
338
|
-
|
|
341
|
+
enum:
|
|
342
|
+
- task_completed
|
|
339
343
|
task: *a1
|
|
340
344
|
required:
|
|
341
345
|
- type
|
|
@@ -343,7 +347,8 @@ components:
|
|
|
343
347
|
- type: object
|
|
344
348
|
properties:
|
|
345
349
|
type:
|
|
346
|
-
|
|
350
|
+
enum:
|
|
351
|
+
- action_taken
|
|
347
352
|
action: *a2
|
|
348
353
|
required:
|
|
349
354
|
- type
|
|
@@ -351,7 +356,8 @@ components:
|
|
|
351
356
|
- type: object
|
|
352
357
|
properties:
|
|
353
358
|
type:
|
|
354
|
-
|
|
359
|
+
enum:
|
|
360
|
+
- error_occurred
|
|
355
361
|
error:
|
|
356
362
|
type: string
|
|
357
363
|
required:
|
|
@@ -360,7 +366,8 @@ components:
|
|
|
360
366
|
- type: object
|
|
361
367
|
properties:
|
|
362
368
|
type:
|
|
363
|
-
|
|
369
|
+
enum:
|
|
370
|
+
- component_discovered
|
|
364
371
|
componentId:
|
|
365
372
|
type: string
|
|
366
373
|
capabilities:
|
|
@@ -376,31 +383,36 @@ components:
|
|
|
376
383
|
- type: object
|
|
377
384
|
properties:
|
|
378
385
|
type:
|
|
379
|
-
|
|
386
|
+
enum:
|
|
387
|
+
- start_agent
|
|
380
388
|
required:
|
|
381
389
|
- type
|
|
382
390
|
- type: object
|
|
383
391
|
properties:
|
|
384
392
|
type:
|
|
385
|
-
|
|
393
|
+
enum:
|
|
394
|
+
- stop_agent
|
|
386
395
|
required:
|
|
387
396
|
- type
|
|
388
397
|
- type: object
|
|
389
398
|
properties:
|
|
390
399
|
type:
|
|
391
|
-
|
|
400
|
+
enum:
|
|
401
|
+
- pause_agent
|
|
392
402
|
required:
|
|
393
403
|
- type
|
|
394
404
|
- type: object
|
|
395
405
|
properties:
|
|
396
406
|
type:
|
|
397
|
-
|
|
407
|
+
enum:
|
|
408
|
+
- resume_agent
|
|
398
409
|
required:
|
|
399
410
|
- type
|
|
400
411
|
- type: object
|
|
401
412
|
properties:
|
|
402
413
|
type:
|
|
403
|
-
|
|
414
|
+
enum:
|
|
415
|
+
- assign_task
|
|
404
416
|
description:
|
|
405
417
|
type: string
|
|
406
418
|
required:
|
|
@@ -409,7 +421,8 @@ components:
|
|
|
409
421
|
- type: object
|
|
410
422
|
properties:
|
|
411
423
|
type:
|
|
412
|
-
|
|
424
|
+
enum:
|
|
425
|
+
- cancel_task
|
|
413
426
|
taskId:
|
|
414
427
|
type: string
|
|
415
428
|
required:
|
|
@@ -418,7 +431,8 @@ components:
|
|
|
418
431
|
- type: object
|
|
419
432
|
properties:
|
|
420
433
|
type:
|
|
421
|
-
|
|
434
|
+
enum:
|
|
435
|
+
- update_goal
|
|
422
436
|
goal:
|
|
423
437
|
type: string
|
|
424
438
|
required:
|
|
@@ -90,7 +90,8 @@ components:
|
|
|
90
90
|
- type: object
|
|
91
91
|
properties:
|
|
92
92
|
type:
|
|
93
|
-
|
|
93
|
+
enum:
|
|
94
|
+
- message_sent
|
|
94
95
|
message: *a1
|
|
95
96
|
required:
|
|
96
97
|
- type
|
|
@@ -98,7 +99,8 @@ components:
|
|
|
98
99
|
- type: object
|
|
99
100
|
properties:
|
|
100
101
|
type:
|
|
101
|
-
|
|
102
|
+
enum:
|
|
103
|
+
- message_received
|
|
102
104
|
message: *a1
|
|
103
105
|
required:
|
|
104
106
|
- type
|
|
@@ -106,7 +108,8 @@ components:
|
|
|
106
108
|
- type: object
|
|
107
109
|
properties:
|
|
108
110
|
type:
|
|
109
|
-
|
|
111
|
+
enum:
|
|
112
|
+
- conversation_reset
|
|
110
113
|
timestamp:
|
|
111
114
|
type: string
|
|
112
115
|
format: date-time
|
|
@@ -116,7 +119,8 @@ components:
|
|
|
116
119
|
- type: object
|
|
117
120
|
properties:
|
|
118
121
|
type:
|
|
119
|
-
|
|
122
|
+
enum:
|
|
123
|
+
- error_occurred
|
|
120
124
|
error:
|
|
121
125
|
type: string
|
|
122
126
|
required:
|
|
@@ -127,7 +131,8 @@ components:
|
|
|
127
131
|
- type: object
|
|
128
132
|
properties:
|
|
129
133
|
type:
|
|
130
|
-
|
|
134
|
+
enum:
|
|
135
|
+
- send_message
|
|
131
136
|
content:
|
|
132
137
|
type: string
|
|
133
138
|
required:
|
|
@@ -136,6 +141,7 @@ components:
|
|
|
136
141
|
- type: object
|
|
137
142
|
properties:
|
|
138
143
|
type:
|
|
139
|
-
|
|
144
|
+
enum:
|
|
145
|
+
- reset_conversation
|
|
140
146
|
required:
|
|
141
147
|
- type
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norskvideo/norsk-studio-alpha",
|
|
3
|
-
"version": "1.27.0-2025-10-
|
|
3
|
+
"version": "1.27.0-2025-10-24-69c5256c",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf lib client build && make clean",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@apidevtools/json-schema-ref-parser": "^12.0.1",
|
|
26
26
|
"@norskvideo/norsk-player": "1.0.4",
|
|
27
27
|
"@norskvideo/norsk-player-react": "*",
|
|
28
|
-
"@norskvideo/norsk-sdk": "^1.0.402-2025-10-
|
|
29
|
-
"@norskvideo/norsk-studio": "1.27.0-2025-10-
|
|
30
|
-
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-10-
|
|
28
|
+
"@norskvideo/norsk-sdk": "^1.0.402-2025-10-24-ae8fec6e",
|
|
29
|
+
"@norskvideo/norsk-studio": "1.27.0-2025-10-24-69c5256c",
|
|
30
|
+
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-10-24-69c5256c",
|
|
31
31
|
"@norskvideo/webrtc-client": "^0.1.2",
|
|
32
32
|
"@react-icons/all-files": "^4.1.0",
|
|
33
33
|
"chart.js": "^4.4.2",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"hls-parser": "^0.10.8",
|
|
61
61
|
"mocha": "^10.4.0",
|
|
62
62
|
"npm-run-all": "^4.1.5",
|
|
63
|
-
"openapi-typescript": "^7.
|
|
63
|
+
"openapi-typescript": "^7.10.1",
|
|
64
64
|
"puppeteer": "^21.5.2",
|
|
65
65
|
"tailwindcss": "^3.4.1",
|
|
66
66
|
"typescript": "^5.4.5"
|