@iniesta8888/agent-live-dsh-adapter 0.3.0
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/README.md +23 -0
- package/cordis.patch.yml +3 -0
- package/lib/client.js +539 -0
- package/lib/index.js +1342 -0
- package/lib/types/dsh/src/adapter.d.ts +53 -0
- package/lib/types/dsh/src/client.d.ts +4 -0
- package/lib/types/dsh/src/creator.d.ts +14 -0
- package/lib/types/dsh/src/frame-runtime.d.ts +1046 -0
- package/lib/types/dsh/src/index.d.ts +4 -0
- package/lib/types/src/content/compiler.d.ts +30 -0
- package/lib/types/src/content/graph-validator.d.ts +55 -0
- package/lib/types/src/content/library.d.ts +3 -0
- package/lib/types/src/content/registry.d.ts +33 -0
- package/lib/types/src/content/runtime-content.d.ts +62 -0
- package/lib/types/src/content/schema.d.ts +141 -0
- package/lib/types/src/content/validator.d.ts +34 -0
- package/lib/types/src/core/limits.d.ts +14 -0
- package/lib/types/src/core/mapping.d.ts +16 -0
- package/lib/types/src/core/protocol.d.ts +104 -0
- package/lib/types/src/creator/commands.d.ts +18 -0
- package/lib/types/src/creator/mode.d.ts +9 -0
- package/lib/types/src/creator/service.d.ts +198 -0
- package/lib/types/src/runtime/content-service.d.ts +74 -0
- package/package.json +89 -0
|
@@ -0,0 +1,1046 @@
|
|
|
1
|
+
declare const fallbackContent: {
|
|
2
|
+
preset: {
|
|
3
|
+
schemaVersion: number;
|
|
4
|
+
kind: string;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
version: string;
|
|
8
|
+
engine: {
|
|
9
|
+
min: string;
|
|
10
|
+
};
|
|
11
|
+
contract: string;
|
|
12
|
+
officeSpec: string;
|
|
13
|
+
render: {
|
|
14
|
+
detail: string;
|
|
15
|
+
};
|
|
16
|
+
content: {
|
|
17
|
+
style: string;
|
|
18
|
+
layout: string;
|
|
19
|
+
agentSkin: string;
|
|
20
|
+
props: string;
|
|
21
|
+
npcs: string;
|
|
22
|
+
lifeActivities: string;
|
|
23
|
+
atmosphere: string;
|
|
24
|
+
environment: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
style: {
|
|
28
|
+
schemaVersion: number;
|
|
29
|
+
kind: string;
|
|
30
|
+
id: string;
|
|
31
|
+
name: string;
|
|
32
|
+
version: string;
|
|
33
|
+
engine: {
|
|
34
|
+
min: string;
|
|
35
|
+
};
|
|
36
|
+
contract: string;
|
|
37
|
+
tokens: {
|
|
38
|
+
css: {
|
|
39
|
+
bg: string;
|
|
40
|
+
panel: string;
|
|
41
|
+
"panel-2": string;
|
|
42
|
+
line: string;
|
|
43
|
+
ink: string;
|
|
44
|
+
dim: string;
|
|
45
|
+
accent: string;
|
|
46
|
+
ok: string;
|
|
47
|
+
warn: string;
|
|
48
|
+
think: string;
|
|
49
|
+
};
|
|
50
|
+
canvas: {
|
|
51
|
+
outline: string;
|
|
52
|
+
objectShadow: string;
|
|
53
|
+
floorA: string;
|
|
54
|
+
floorB: string;
|
|
55
|
+
floorC: string;
|
|
56
|
+
floorLine: string;
|
|
57
|
+
floorGrain: string;
|
|
58
|
+
rug: string;
|
|
59
|
+
rugEdge: string;
|
|
60
|
+
wall: string;
|
|
61
|
+
wallTop: string;
|
|
62
|
+
wallTrim: string;
|
|
63
|
+
wallShade: string;
|
|
64
|
+
wallSeam: string;
|
|
65
|
+
wallHighlight: string;
|
|
66
|
+
wallBase: string;
|
|
67
|
+
wood: string;
|
|
68
|
+
woodDark: string;
|
|
69
|
+
woodGrain: string;
|
|
70
|
+
deskTop: string;
|
|
71
|
+
deskLite: string;
|
|
72
|
+
screen: string;
|
|
73
|
+
screenGlow: string;
|
|
74
|
+
chair: string;
|
|
75
|
+
chairLite: string;
|
|
76
|
+
chairDark: string;
|
|
77
|
+
metal: string;
|
|
78
|
+
metalDark: string;
|
|
79
|
+
rack: string;
|
|
80
|
+
board: string;
|
|
81
|
+
boardFrame: string;
|
|
82
|
+
glass: string;
|
|
83
|
+
glassLite: string;
|
|
84
|
+
glassShine: string;
|
|
85
|
+
skyMorning: string;
|
|
86
|
+
skyNoon: string;
|
|
87
|
+
skyEvening: string;
|
|
88
|
+
skyNight: string;
|
|
89
|
+
skyNightLite: string;
|
|
90
|
+
skyHorizon: string;
|
|
91
|
+
skySun: string;
|
|
92
|
+
skyStar: string;
|
|
93
|
+
skyBuilding: string;
|
|
94
|
+
skyWindow: string;
|
|
95
|
+
roomLightEvening: string;
|
|
96
|
+
roomLightNight: string;
|
|
97
|
+
plant: string;
|
|
98
|
+
plantDark: string;
|
|
99
|
+
plantLite: string;
|
|
100
|
+
plantHighlight: string;
|
|
101
|
+
pot: string;
|
|
102
|
+
paper: string;
|
|
103
|
+
door: string;
|
|
104
|
+
doorDark: string;
|
|
105
|
+
doorPanel: string;
|
|
106
|
+
doorLite: string;
|
|
107
|
+
windowSpark: string;
|
|
108
|
+
boardText: string;
|
|
109
|
+
boardTextDim: string;
|
|
110
|
+
boardIdle: string;
|
|
111
|
+
activeRed: string;
|
|
112
|
+
activeBlue: string;
|
|
113
|
+
activeGreen: string;
|
|
114
|
+
activeThink: string;
|
|
115
|
+
activeAccent: string;
|
|
116
|
+
screenIdle: string;
|
|
117
|
+
paperLine: string;
|
|
118
|
+
metalLite: string;
|
|
119
|
+
drawerLite: string;
|
|
120
|
+
drawerHandle: string;
|
|
121
|
+
drawerOpen: string;
|
|
122
|
+
rackTrim: string;
|
|
123
|
+
rackPanel: string;
|
|
124
|
+
rackLine: string;
|
|
125
|
+
signalOn: string;
|
|
126
|
+
signalOff: string;
|
|
127
|
+
coffeePanel: string;
|
|
128
|
+
coffeeHot: string;
|
|
129
|
+
coffeeIdle: string;
|
|
130
|
+
steam: string;
|
|
131
|
+
waterBody: string;
|
|
132
|
+
waterDark: string;
|
|
133
|
+
waterGlass: string;
|
|
134
|
+
waterLevel: string;
|
|
135
|
+
waterActive: string;
|
|
136
|
+
rain: string;
|
|
137
|
+
phoneTop: string;
|
|
138
|
+
phoneDevice: string;
|
|
139
|
+
phoneIdle: string;
|
|
140
|
+
meetingPaper: string;
|
|
141
|
+
meetingDevice: string;
|
|
142
|
+
potLite: string;
|
|
143
|
+
keyboard: string;
|
|
144
|
+
keyboardKey: string;
|
|
145
|
+
mug: string;
|
|
146
|
+
mugLite: string;
|
|
147
|
+
};
|
|
148
|
+
character: {
|
|
149
|
+
outline: string;
|
|
150
|
+
shadow: string;
|
|
151
|
+
pants: string;
|
|
152
|
+
shoes: string;
|
|
153
|
+
shirtShade: string;
|
|
154
|
+
shirtLite: string;
|
|
155
|
+
skinShade: string;
|
|
156
|
+
hairLite: string;
|
|
157
|
+
eyeLite: string;
|
|
158
|
+
faceInk: string;
|
|
159
|
+
mouth: string;
|
|
160
|
+
pips: {
|
|
161
|
+
thinking: string;
|
|
162
|
+
working: string;
|
|
163
|
+
waiting: string;
|
|
164
|
+
talking: string;
|
|
165
|
+
done: string;
|
|
166
|
+
error: string;
|
|
167
|
+
idle: null;
|
|
168
|
+
};
|
|
169
|
+
particles: {
|
|
170
|
+
key: string;
|
|
171
|
+
keyInset: string;
|
|
172
|
+
paper: string;
|
|
173
|
+
paperLine: string;
|
|
174
|
+
check: string;
|
|
175
|
+
bang: string;
|
|
176
|
+
cross: string;
|
|
177
|
+
spark: string;
|
|
178
|
+
fallback: string;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
motion: {
|
|
182
|
+
actorSpeed: number;
|
|
183
|
+
bubbleThinkMs: number;
|
|
184
|
+
bubbleSayMs: number;
|
|
185
|
+
bubbleActionMs: number;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
layout: {
|
|
190
|
+
schemaVersion: number;
|
|
191
|
+
kind: string;
|
|
192
|
+
id: string;
|
|
193
|
+
name: string;
|
|
194
|
+
version: string;
|
|
195
|
+
engine: {
|
|
196
|
+
min: string;
|
|
197
|
+
};
|
|
198
|
+
contract: string;
|
|
199
|
+
canvas: {
|
|
200
|
+
width: number;
|
|
201
|
+
height: number;
|
|
202
|
+
};
|
|
203
|
+
wallHeight: number;
|
|
204
|
+
camera: {
|
|
205
|
+
mode: string;
|
|
206
|
+
fit: string;
|
|
207
|
+
integerScale: boolean;
|
|
208
|
+
};
|
|
209
|
+
zones: {
|
|
210
|
+
id: string;
|
|
211
|
+
name: string;
|
|
212
|
+
x: number;
|
|
213
|
+
y: number;
|
|
214
|
+
width: number;
|
|
215
|
+
height: number;
|
|
216
|
+
}[];
|
|
217
|
+
textSlots: {
|
|
218
|
+
id: string;
|
|
219
|
+
name: string;
|
|
220
|
+
x: number;
|
|
221
|
+
y: number;
|
|
222
|
+
width: number;
|
|
223
|
+
height: number;
|
|
224
|
+
maxLength: number;
|
|
225
|
+
defaultText: string;
|
|
226
|
+
}[];
|
|
227
|
+
placementSlots: ({
|
|
228
|
+
id: string;
|
|
229
|
+
zone: string;
|
|
230
|
+
x: number;
|
|
231
|
+
y: number;
|
|
232
|
+
accepts: string[];
|
|
233
|
+
maxSize: {
|
|
234
|
+
width: number;
|
|
235
|
+
height: number;
|
|
236
|
+
};
|
|
237
|
+
required: boolean;
|
|
238
|
+
occupiedBy?: undefined;
|
|
239
|
+
} | {
|
|
240
|
+
id: string;
|
|
241
|
+
zone: string;
|
|
242
|
+
x: number;
|
|
243
|
+
y: number;
|
|
244
|
+
accepts: string[];
|
|
245
|
+
maxSize: {
|
|
246
|
+
width: number;
|
|
247
|
+
height: number;
|
|
248
|
+
};
|
|
249
|
+
required: boolean;
|
|
250
|
+
occupiedBy: string;
|
|
251
|
+
})[];
|
|
252
|
+
navigation: {
|
|
253
|
+
lanes: number[];
|
|
254
|
+
connectors: number[];
|
|
255
|
+
};
|
|
256
|
+
seats: {
|
|
257
|
+
index: number;
|
|
258
|
+
cx: number;
|
|
259
|
+
desk: {
|
|
260
|
+
x: number;
|
|
261
|
+
y: number;
|
|
262
|
+
width: number;
|
|
263
|
+
height: number;
|
|
264
|
+
};
|
|
265
|
+
anchor: {
|
|
266
|
+
x: number;
|
|
267
|
+
y: number;
|
|
268
|
+
dir: string;
|
|
269
|
+
lane: number;
|
|
270
|
+
};
|
|
271
|
+
}[];
|
|
272
|
+
standingAnchors: {
|
|
273
|
+
x: number;
|
|
274
|
+
y: number;
|
|
275
|
+
dir: string;
|
|
276
|
+
lane: number;
|
|
277
|
+
zone: string;
|
|
278
|
+
}[];
|
|
279
|
+
targets: {
|
|
280
|
+
"staff-entry": {
|
|
281
|
+
x: number;
|
|
282
|
+
y: number;
|
|
283
|
+
dir: string;
|
|
284
|
+
lane: number;
|
|
285
|
+
};
|
|
286
|
+
archive: {
|
|
287
|
+
x: number;
|
|
288
|
+
y: number;
|
|
289
|
+
dir: string;
|
|
290
|
+
lane: number;
|
|
291
|
+
};
|
|
292
|
+
server: {
|
|
293
|
+
x: number;
|
|
294
|
+
y: number;
|
|
295
|
+
dir: string;
|
|
296
|
+
lane: number;
|
|
297
|
+
};
|
|
298
|
+
whiteboard: {
|
|
299
|
+
x: number;
|
|
300
|
+
y: number;
|
|
301
|
+
dir: string;
|
|
302
|
+
lane: number;
|
|
303
|
+
};
|
|
304
|
+
phone: {
|
|
305
|
+
x: number;
|
|
306
|
+
y: number;
|
|
307
|
+
dir: string;
|
|
308
|
+
lane: number;
|
|
309
|
+
};
|
|
310
|
+
coffee: {
|
|
311
|
+
x: number;
|
|
312
|
+
y: number;
|
|
313
|
+
dir: string;
|
|
314
|
+
lane: number;
|
|
315
|
+
};
|
|
316
|
+
meetA: {
|
|
317
|
+
x: number;
|
|
318
|
+
y: number;
|
|
319
|
+
dir: string;
|
|
320
|
+
lane: number;
|
|
321
|
+
};
|
|
322
|
+
meetB: {
|
|
323
|
+
x: number;
|
|
324
|
+
y: number;
|
|
325
|
+
dir: string;
|
|
326
|
+
lane: number;
|
|
327
|
+
};
|
|
328
|
+
entry: {
|
|
329
|
+
x: number;
|
|
330
|
+
y: number;
|
|
331
|
+
dir: string;
|
|
332
|
+
lane: number;
|
|
333
|
+
};
|
|
334
|
+
"boss-seat": {
|
|
335
|
+
x: number;
|
|
336
|
+
y: number;
|
|
337
|
+
dir: string;
|
|
338
|
+
lane: number;
|
|
339
|
+
};
|
|
340
|
+
restroom: {
|
|
341
|
+
x: number;
|
|
342
|
+
y: number;
|
|
343
|
+
dir: string;
|
|
344
|
+
lane: number;
|
|
345
|
+
};
|
|
346
|
+
water: {
|
|
347
|
+
x: number;
|
|
348
|
+
y: number;
|
|
349
|
+
dir: string;
|
|
350
|
+
lane: number;
|
|
351
|
+
};
|
|
352
|
+
"phone-break": {
|
|
353
|
+
x: number;
|
|
354
|
+
y: number;
|
|
355
|
+
dir: string;
|
|
356
|
+
lane: number;
|
|
357
|
+
};
|
|
358
|
+
"chat-a": {
|
|
359
|
+
x: number;
|
|
360
|
+
y: number;
|
|
361
|
+
dir: string;
|
|
362
|
+
lane: number;
|
|
363
|
+
};
|
|
364
|
+
"chat-b": {
|
|
365
|
+
x: number;
|
|
366
|
+
y: number;
|
|
367
|
+
dir: string;
|
|
368
|
+
lane: number;
|
|
369
|
+
};
|
|
370
|
+
"walk-outside-a": {
|
|
371
|
+
x: number;
|
|
372
|
+
y: number;
|
|
373
|
+
dir: string;
|
|
374
|
+
lane: number;
|
|
375
|
+
};
|
|
376
|
+
"walk-outside-b": {
|
|
377
|
+
x: number;
|
|
378
|
+
y: number;
|
|
379
|
+
dir: string;
|
|
380
|
+
lane: number;
|
|
381
|
+
};
|
|
382
|
+
"cleaner-entry": {
|
|
383
|
+
x: number;
|
|
384
|
+
y: number;
|
|
385
|
+
dir: string;
|
|
386
|
+
lane: number;
|
|
387
|
+
};
|
|
388
|
+
"clean-desks-north": {
|
|
389
|
+
x: number;
|
|
390
|
+
y: number;
|
|
391
|
+
dir: string;
|
|
392
|
+
lane: number;
|
|
393
|
+
};
|
|
394
|
+
"clean-desks-south": {
|
|
395
|
+
x: number;
|
|
396
|
+
y: number;
|
|
397
|
+
dir: string;
|
|
398
|
+
lane: number;
|
|
399
|
+
};
|
|
400
|
+
"clean-lounge": {
|
|
401
|
+
x: number;
|
|
402
|
+
y: number;
|
|
403
|
+
dir: string;
|
|
404
|
+
lane: number;
|
|
405
|
+
};
|
|
406
|
+
"plant-left": {
|
|
407
|
+
x: number;
|
|
408
|
+
y: number;
|
|
409
|
+
dir: string;
|
|
410
|
+
lane: number;
|
|
411
|
+
};
|
|
412
|
+
"plant-middle": {
|
|
413
|
+
x: number;
|
|
414
|
+
y: number;
|
|
415
|
+
dir: string;
|
|
416
|
+
lane: number;
|
|
417
|
+
};
|
|
418
|
+
"plant-right": {
|
|
419
|
+
x: number;
|
|
420
|
+
y: number;
|
|
421
|
+
dir: string;
|
|
422
|
+
lane: number;
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
stations: {
|
|
426
|
+
research: {
|
|
427
|
+
kind: string;
|
|
428
|
+
target: string;
|
|
429
|
+
};
|
|
430
|
+
create: {
|
|
431
|
+
kind: string;
|
|
432
|
+
};
|
|
433
|
+
compute: {
|
|
434
|
+
kind: string;
|
|
435
|
+
target: string;
|
|
436
|
+
};
|
|
437
|
+
plan: {
|
|
438
|
+
kind: string;
|
|
439
|
+
target: string;
|
|
440
|
+
};
|
|
441
|
+
communicate: {
|
|
442
|
+
kind: string;
|
|
443
|
+
target: string;
|
|
444
|
+
};
|
|
445
|
+
collaborate: {
|
|
446
|
+
kind: string;
|
|
447
|
+
meetingTargets: string[];
|
|
448
|
+
};
|
|
449
|
+
coffee: {
|
|
450
|
+
kind: string;
|
|
451
|
+
target: string;
|
|
452
|
+
};
|
|
453
|
+
};
|
|
454
|
+
legacyActions: {
|
|
455
|
+
type: string;
|
|
456
|
+
archive: string;
|
|
457
|
+
server: string;
|
|
458
|
+
whiteboard: string;
|
|
459
|
+
phone: string;
|
|
460
|
+
delegate: string;
|
|
461
|
+
coffee: string;
|
|
462
|
+
};
|
|
463
|
+
furniture: {
|
|
464
|
+
archive: {
|
|
465
|
+
x: number;
|
|
466
|
+
y: number;
|
|
467
|
+
w: number;
|
|
468
|
+
h: number;
|
|
469
|
+
};
|
|
470
|
+
server: {
|
|
471
|
+
x: number;
|
|
472
|
+
y: number;
|
|
473
|
+
w: number;
|
|
474
|
+
h: number;
|
|
475
|
+
};
|
|
476
|
+
coffee: {
|
|
477
|
+
x: number;
|
|
478
|
+
y: number;
|
|
479
|
+
w: number;
|
|
480
|
+
h: number;
|
|
481
|
+
};
|
|
482
|
+
phone: {
|
|
483
|
+
x: number;
|
|
484
|
+
y: number;
|
|
485
|
+
w: number;
|
|
486
|
+
h: number;
|
|
487
|
+
};
|
|
488
|
+
whiteboard: {
|
|
489
|
+
x: number;
|
|
490
|
+
y: number;
|
|
491
|
+
w: number;
|
|
492
|
+
h: number;
|
|
493
|
+
};
|
|
494
|
+
meeting: {
|
|
495
|
+
x: number;
|
|
496
|
+
y: number;
|
|
497
|
+
w: number;
|
|
498
|
+
h: number;
|
|
499
|
+
};
|
|
500
|
+
};
|
|
501
|
+
propInstances: ({
|
|
502
|
+
id: string;
|
|
503
|
+
type: string;
|
|
504
|
+
x: number;
|
|
505
|
+
y: number;
|
|
506
|
+
orientation?: undefined;
|
|
507
|
+
} | {
|
|
508
|
+
id: string;
|
|
509
|
+
type: string;
|
|
510
|
+
x: number;
|
|
511
|
+
y: number;
|
|
512
|
+
orientation: string;
|
|
513
|
+
})[];
|
|
514
|
+
npcSpawns: string[];
|
|
515
|
+
};
|
|
516
|
+
agentSkin: {
|
|
517
|
+
schemaVersion: number;
|
|
518
|
+
kind: string;
|
|
519
|
+
id: string;
|
|
520
|
+
name: string;
|
|
521
|
+
version: string;
|
|
522
|
+
engine: {
|
|
523
|
+
min: string;
|
|
524
|
+
};
|
|
525
|
+
contract: string;
|
|
526
|
+
animations: string[];
|
|
527
|
+
palettes: {
|
|
528
|
+
skin: string[];
|
|
529
|
+
hair: string[];
|
|
530
|
+
fallbackShirts: string[];
|
|
531
|
+
defaultTrim: string;
|
|
532
|
+
leadBadge: string;
|
|
533
|
+
agentBadge: string;
|
|
534
|
+
};
|
|
535
|
+
roles: {
|
|
536
|
+
scout: {
|
|
537
|
+
title: string;
|
|
538
|
+
shirt: string;
|
|
539
|
+
trim: string;
|
|
540
|
+
};
|
|
541
|
+
planner: {
|
|
542
|
+
title: string;
|
|
543
|
+
shirt: string;
|
|
544
|
+
trim: string;
|
|
545
|
+
};
|
|
546
|
+
reviewer: {
|
|
547
|
+
title: string;
|
|
548
|
+
shirt: string;
|
|
549
|
+
trim: string;
|
|
550
|
+
};
|
|
551
|
+
worker: {
|
|
552
|
+
title: string;
|
|
553
|
+
shirt: string;
|
|
554
|
+
trim: string;
|
|
555
|
+
};
|
|
556
|
+
tester: {
|
|
557
|
+
title: string;
|
|
558
|
+
shirt: string;
|
|
559
|
+
trim: string;
|
|
560
|
+
};
|
|
561
|
+
writer: {
|
|
562
|
+
title: string;
|
|
563
|
+
shirt: string;
|
|
564
|
+
trim: string;
|
|
565
|
+
};
|
|
566
|
+
ceo: {
|
|
567
|
+
title: string;
|
|
568
|
+
shirt: string;
|
|
569
|
+
trim: string;
|
|
570
|
+
};
|
|
571
|
+
cto: {
|
|
572
|
+
title: string;
|
|
573
|
+
shirt: string;
|
|
574
|
+
trim: string;
|
|
575
|
+
};
|
|
576
|
+
cpo: {
|
|
577
|
+
title: string;
|
|
578
|
+
shirt: string;
|
|
579
|
+
trim: string;
|
|
580
|
+
};
|
|
581
|
+
programmer: {
|
|
582
|
+
title: string;
|
|
583
|
+
shirt: string;
|
|
584
|
+
trim: string;
|
|
585
|
+
};
|
|
586
|
+
designer: {
|
|
587
|
+
title: string;
|
|
588
|
+
shirt: string;
|
|
589
|
+
trim: string;
|
|
590
|
+
};
|
|
591
|
+
counselor: {
|
|
592
|
+
title: string;
|
|
593
|
+
shirt: string;
|
|
594
|
+
trim: string;
|
|
595
|
+
};
|
|
596
|
+
hr: {
|
|
597
|
+
title: string;
|
|
598
|
+
shirt: string;
|
|
599
|
+
trim: string;
|
|
600
|
+
};
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
props: {
|
|
604
|
+
schemaVersion: number;
|
|
605
|
+
kind: string;
|
|
606
|
+
id: string;
|
|
607
|
+
name: string;
|
|
608
|
+
version: string;
|
|
609
|
+
engine: {
|
|
610
|
+
min: string;
|
|
611
|
+
};
|
|
612
|
+
contract: string;
|
|
613
|
+
types: {
|
|
614
|
+
rug: {
|
|
615
|
+
size: {
|
|
616
|
+
width: number;
|
|
617
|
+
height: number;
|
|
618
|
+
};
|
|
619
|
+
capabilities: never[];
|
|
620
|
+
renderer: string;
|
|
621
|
+
};
|
|
622
|
+
door: {
|
|
623
|
+
size: {
|
|
624
|
+
width: number;
|
|
625
|
+
height: number;
|
|
626
|
+
};
|
|
627
|
+
capabilities: string[];
|
|
628
|
+
renderer: string;
|
|
629
|
+
};
|
|
630
|
+
"restroom-door": {
|
|
631
|
+
size: {
|
|
632
|
+
width: number;
|
|
633
|
+
height: number;
|
|
634
|
+
};
|
|
635
|
+
capabilities: string[];
|
|
636
|
+
renderer: string;
|
|
637
|
+
};
|
|
638
|
+
window: {
|
|
639
|
+
size: {
|
|
640
|
+
width: number;
|
|
641
|
+
height: number;
|
|
642
|
+
};
|
|
643
|
+
capabilities: never[];
|
|
644
|
+
renderer: string;
|
|
645
|
+
};
|
|
646
|
+
"office-clock": {
|
|
647
|
+
size: {
|
|
648
|
+
width: number;
|
|
649
|
+
height: number;
|
|
650
|
+
};
|
|
651
|
+
capabilities: never[];
|
|
652
|
+
renderer: string;
|
|
653
|
+
};
|
|
654
|
+
"boss-desk": {
|
|
655
|
+
size: {
|
|
656
|
+
width: number;
|
|
657
|
+
height: number;
|
|
658
|
+
};
|
|
659
|
+
capabilities: never[];
|
|
660
|
+
renderer: string;
|
|
661
|
+
};
|
|
662
|
+
"lounge-sofa": {
|
|
663
|
+
size: {
|
|
664
|
+
width: number;
|
|
665
|
+
height: number;
|
|
666
|
+
};
|
|
667
|
+
capabilities: string[];
|
|
668
|
+
renderer: string;
|
|
669
|
+
};
|
|
670
|
+
dumbbell: {
|
|
671
|
+
size: {
|
|
672
|
+
width: number;
|
|
673
|
+
height: number;
|
|
674
|
+
};
|
|
675
|
+
capabilities: never[];
|
|
676
|
+
renderer: string;
|
|
677
|
+
};
|
|
678
|
+
workstation: {
|
|
679
|
+
size: {
|
|
680
|
+
width: number;
|
|
681
|
+
height: number;
|
|
682
|
+
};
|
|
683
|
+
capabilities: string[];
|
|
684
|
+
renderer: string;
|
|
685
|
+
};
|
|
686
|
+
whiteboard: {
|
|
687
|
+
size: {
|
|
688
|
+
width: number;
|
|
689
|
+
height: number;
|
|
690
|
+
};
|
|
691
|
+
capabilities: string[];
|
|
692
|
+
renderer: string;
|
|
693
|
+
};
|
|
694
|
+
"phone-table": {
|
|
695
|
+
size: {
|
|
696
|
+
width: number;
|
|
697
|
+
height: number;
|
|
698
|
+
};
|
|
699
|
+
capabilities: string[];
|
|
700
|
+
renderer: string;
|
|
701
|
+
};
|
|
702
|
+
"archive-cabinet": {
|
|
703
|
+
size: {
|
|
704
|
+
width: number;
|
|
705
|
+
height: number;
|
|
706
|
+
};
|
|
707
|
+
capabilities: string[];
|
|
708
|
+
renderer: string;
|
|
709
|
+
};
|
|
710
|
+
"server-rack": {
|
|
711
|
+
size: {
|
|
712
|
+
width: number;
|
|
713
|
+
height: number;
|
|
714
|
+
};
|
|
715
|
+
capabilities: string[];
|
|
716
|
+
renderer: string;
|
|
717
|
+
};
|
|
718
|
+
"coffee-machine": {
|
|
719
|
+
size: {
|
|
720
|
+
width: number;
|
|
721
|
+
height: number;
|
|
722
|
+
};
|
|
723
|
+
capabilities: string[];
|
|
724
|
+
renderer: string;
|
|
725
|
+
};
|
|
726
|
+
"water-cooler": {
|
|
727
|
+
size: {
|
|
728
|
+
width: number;
|
|
729
|
+
height: number;
|
|
730
|
+
};
|
|
731
|
+
capabilities: string[];
|
|
732
|
+
renderer: string;
|
|
733
|
+
};
|
|
734
|
+
"meeting-table": {
|
|
735
|
+
size: {
|
|
736
|
+
width: number;
|
|
737
|
+
height: number;
|
|
738
|
+
};
|
|
739
|
+
capabilities: string[];
|
|
740
|
+
renderer: string;
|
|
741
|
+
};
|
|
742
|
+
plant: {
|
|
743
|
+
size: {
|
|
744
|
+
width: number;
|
|
745
|
+
height: number;
|
|
746
|
+
};
|
|
747
|
+
capabilities: never[];
|
|
748
|
+
renderer: string;
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
};
|
|
752
|
+
npcs: {
|
|
753
|
+
schemaVersion: number;
|
|
754
|
+
kind: string;
|
|
755
|
+
id: string;
|
|
756
|
+
name: string;
|
|
757
|
+
version: string;
|
|
758
|
+
engine: {
|
|
759
|
+
min: string;
|
|
760
|
+
};
|
|
761
|
+
contract: string;
|
|
762
|
+
entries: ({
|
|
763
|
+
id: string;
|
|
764
|
+
name: string;
|
|
765
|
+
role: string;
|
|
766
|
+
title: string;
|
|
767
|
+
spawn: string;
|
|
768
|
+
pose: string;
|
|
769
|
+
appearance: {
|
|
770
|
+
skin: string;
|
|
771
|
+
hair: string;
|
|
772
|
+
shirt: string;
|
|
773
|
+
trim: string;
|
|
774
|
+
badge: string;
|
|
775
|
+
};
|
|
776
|
+
} | {
|
|
777
|
+
id: string;
|
|
778
|
+
name: string;
|
|
779
|
+
role: string;
|
|
780
|
+
title: string;
|
|
781
|
+
spawn: string;
|
|
782
|
+
appearance: {
|
|
783
|
+
skin: string;
|
|
784
|
+
hair: string;
|
|
785
|
+
shirt: string;
|
|
786
|
+
trim: string;
|
|
787
|
+
badge: string;
|
|
788
|
+
};
|
|
789
|
+
pose?: undefined;
|
|
790
|
+
})[];
|
|
791
|
+
};
|
|
792
|
+
lifeActivities: {
|
|
793
|
+
schemaVersion: number;
|
|
794
|
+
kind: string;
|
|
795
|
+
id: string;
|
|
796
|
+
name: string;
|
|
797
|
+
version: string;
|
|
798
|
+
engine: {
|
|
799
|
+
min: string;
|
|
800
|
+
};
|
|
801
|
+
contract: string;
|
|
802
|
+
entries: ({
|
|
803
|
+
id: string;
|
|
804
|
+
name: string;
|
|
805
|
+
participant: {
|
|
806
|
+
kind: string;
|
|
807
|
+
roles: string[];
|
|
808
|
+
states?: undefined;
|
|
809
|
+
minAgents?: undefined;
|
|
810
|
+
};
|
|
811
|
+
requires: {
|
|
812
|
+
capability: string;
|
|
813
|
+
}[];
|
|
814
|
+
interruptible: boolean;
|
|
815
|
+
initialDelayMs: number[];
|
|
816
|
+
cooldownMs: number[];
|
|
817
|
+
steps: ({
|
|
818
|
+
target: string;
|
|
819
|
+
durationMs: number;
|
|
820
|
+
pose: string;
|
|
821
|
+
bubble: string;
|
|
822
|
+
} | {
|
|
823
|
+
target: string;
|
|
824
|
+
durationMs: number;
|
|
825
|
+
pose: string;
|
|
826
|
+
bubble?: undefined;
|
|
827
|
+
})[];
|
|
828
|
+
onlyWhenSessionIdle?: undefined;
|
|
829
|
+
startBubble?: undefined;
|
|
830
|
+
} | {
|
|
831
|
+
id: string;
|
|
832
|
+
name: string;
|
|
833
|
+
participant: {
|
|
834
|
+
kind: string;
|
|
835
|
+
roles: string[];
|
|
836
|
+
states?: undefined;
|
|
837
|
+
minAgents?: undefined;
|
|
838
|
+
};
|
|
839
|
+
requires: never[];
|
|
840
|
+
interruptible: boolean;
|
|
841
|
+
initialDelayMs: number[];
|
|
842
|
+
cooldownMs: number[];
|
|
843
|
+
steps: ({
|
|
844
|
+
target: string;
|
|
845
|
+
personIndex: number;
|
|
846
|
+
durationMs: number;
|
|
847
|
+
pose: string;
|
|
848
|
+
bubble: string;
|
|
849
|
+
particle: string;
|
|
850
|
+
} | {
|
|
851
|
+
target: string;
|
|
852
|
+
durationMs: number;
|
|
853
|
+
pose: string;
|
|
854
|
+
personIndex?: undefined;
|
|
855
|
+
bubble?: undefined;
|
|
856
|
+
particle?: undefined;
|
|
857
|
+
})[];
|
|
858
|
+
onlyWhenSessionIdle?: undefined;
|
|
859
|
+
startBubble?: undefined;
|
|
860
|
+
} | {
|
|
861
|
+
id: string;
|
|
862
|
+
name: string;
|
|
863
|
+
participant: {
|
|
864
|
+
kind: string;
|
|
865
|
+
states: string[];
|
|
866
|
+
minAgents: number;
|
|
867
|
+
roles?: undefined;
|
|
868
|
+
};
|
|
869
|
+
requires: {
|
|
870
|
+
capability: string;
|
|
871
|
+
}[];
|
|
872
|
+
onlyWhenSessionIdle: boolean;
|
|
873
|
+
interruptible: boolean;
|
|
874
|
+
startBubble: string;
|
|
875
|
+
initialDelayMs: number[];
|
|
876
|
+
cooldownMs: number[];
|
|
877
|
+
steps: {
|
|
878
|
+
target: string;
|
|
879
|
+
targets: string[];
|
|
880
|
+
durationMs: number;
|
|
881
|
+
pose: string;
|
|
882
|
+
bubbles: string[];
|
|
883
|
+
}[];
|
|
884
|
+
} | {
|
|
885
|
+
id: string;
|
|
886
|
+
name: string;
|
|
887
|
+
participant: {
|
|
888
|
+
kind: string;
|
|
889
|
+
roles: string[];
|
|
890
|
+
states: string[];
|
|
891
|
+
minAgents: number;
|
|
892
|
+
};
|
|
893
|
+
requires: {
|
|
894
|
+
capability: string;
|
|
895
|
+
}[];
|
|
896
|
+
onlyWhenSessionIdle: boolean;
|
|
897
|
+
interruptible: boolean;
|
|
898
|
+
startBubble: string;
|
|
899
|
+
initialDelayMs: number[];
|
|
900
|
+
cooldownMs: number[];
|
|
901
|
+
steps: {
|
|
902
|
+
target: string;
|
|
903
|
+
targets: string[];
|
|
904
|
+
durationMs: number;
|
|
905
|
+
pose: string;
|
|
906
|
+
bubbles: string[];
|
|
907
|
+
}[];
|
|
908
|
+
} | {
|
|
909
|
+
id: string;
|
|
910
|
+
name: string;
|
|
911
|
+
participant: {
|
|
912
|
+
kind: string;
|
|
913
|
+
roles: string[];
|
|
914
|
+
states: string[];
|
|
915
|
+
minAgents?: undefined;
|
|
916
|
+
};
|
|
917
|
+
requires: {
|
|
918
|
+
capability: string;
|
|
919
|
+
}[];
|
|
920
|
+
onlyWhenSessionIdle: boolean;
|
|
921
|
+
interruptible: boolean;
|
|
922
|
+
startBubble: string;
|
|
923
|
+
initialDelayMs: number[];
|
|
924
|
+
cooldownMs: number[];
|
|
925
|
+
steps: {
|
|
926
|
+
target: string;
|
|
927
|
+
durationMs: number;
|
|
928
|
+
pose: string;
|
|
929
|
+
bubble: string;
|
|
930
|
+
}[];
|
|
931
|
+
} | {
|
|
932
|
+
id: string;
|
|
933
|
+
name: string;
|
|
934
|
+
participant: {
|
|
935
|
+
kind: string;
|
|
936
|
+
roles: string[];
|
|
937
|
+
states?: undefined;
|
|
938
|
+
minAgents?: undefined;
|
|
939
|
+
};
|
|
940
|
+
requires: never[];
|
|
941
|
+
interruptible: boolean;
|
|
942
|
+
initialDelayMs: number[];
|
|
943
|
+
cooldownMs: number[];
|
|
944
|
+
steps: ({
|
|
945
|
+
target: string;
|
|
946
|
+
durationMs: number;
|
|
947
|
+
pose: string;
|
|
948
|
+
bubble: string;
|
|
949
|
+
particle: string;
|
|
950
|
+
} | {
|
|
951
|
+
target: string;
|
|
952
|
+
durationMs: number;
|
|
953
|
+
pose: string;
|
|
954
|
+
bubble?: undefined;
|
|
955
|
+
particle?: undefined;
|
|
956
|
+
})[];
|
|
957
|
+
onlyWhenSessionIdle?: undefined;
|
|
958
|
+
startBubble?: undefined;
|
|
959
|
+
})[];
|
|
960
|
+
};
|
|
961
|
+
atmosphere: {
|
|
962
|
+
schemaVersion: number;
|
|
963
|
+
kind: string;
|
|
964
|
+
id: string;
|
|
965
|
+
name: string;
|
|
966
|
+
version: string;
|
|
967
|
+
engine: {
|
|
968
|
+
min: string;
|
|
969
|
+
};
|
|
970
|
+
contract: string;
|
|
971
|
+
styleOverrides: {
|
|
972
|
+
css: {};
|
|
973
|
+
};
|
|
974
|
+
windowScene: string;
|
|
975
|
+
ambientEffects: never[];
|
|
976
|
+
audio: null;
|
|
977
|
+
};
|
|
978
|
+
environment: {
|
|
979
|
+
schemaVersion: number;
|
|
980
|
+
kind: string;
|
|
981
|
+
id: string;
|
|
982
|
+
name: string;
|
|
983
|
+
version: string;
|
|
984
|
+
engine: {
|
|
985
|
+
min: string;
|
|
986
|
+
};
|
|
987
|
+
render: {
|
|
988
|
+
dynamicTime: boolean;
|
|
989
|
+
dynamicWeather: boolean;
|
|
990
|
+
};
|
|
991
|
+
clock: {
|
|
992
|
+
mode: string;
|
|
993
|
+
phases: {
|
|
994
|
+
id: string;
|
|
995
|
+
start: string;
|
|
996
|
+
}[];
|
|
997
|
+
preview: {
|
|
998
|
+
enabled: boolean;
|
|
999
|
+
startTime: string;
|
|
1000
|
+
durationMs: number;
|
|
1001
|
+
};
|
|
1002
|
+
};
|
|
1003
|
+
weather: {
|
|
1004
|
+
source: string;
|
|
1005
|
+
fallback: string;
|
|
1006
|
+
allowedConditions: string[];
|
|
1007
|
+
};
|
|
1008
|
+
lighting: {
|
|
1009
|
+
enabled: boolean;
|
|
1010
|
+
activePhases: string[];
|
|
1011
|
+
};
|
|
1012
|
+
npcSchedule: {
|
|
1013
|
+
enabled: boolean;
|
|
1014
|
+
defaultShift: {
|
|
1015
|
+
start: string;
|
|
1016
|
+
end: string;
|
|
1017
|
+
endLatest: string;
|
|
1018
|
+
};
|
|
1019
|
+
roleOverrides: {};
|
|
1020
|
+
labels: {
|
|
1021
|
+
arrival: string;
|
|
1022
|
+
departure: string;
|
|
1023
|
+
};
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1026
|
+
agentProfile: {
|
|
1027
|
+
template: string;
|
|
1028
|
+
appearance: {};
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
declare global {
|
|
1032
|
+
interface Window {
|
|
1033
|
+
AgentLiveI18n: unknown;
|
|
1034
|
+
AgentLiveClientKind: string;
|
|
1035
|
+
OfficeContent: unknown;
|
|
1036
|
+
SceneLimits: unknown;
|
|
1037
|
+
Office: unknown;
|
|
1038
|
+
OfficeEnvironment: unknown;
|
|
1039
|
+
Sprites: unknown;
|
|
1040
|
+
AgentLiveSubscribe: (listener: (event: any) => void) => () => void;
|
|
1041
|
+
AgentLiveGetSnapshot: () => Promise<any>;
|
|
1042
|
+
AgentLiveInitialContent?: typeof fallbackContent;
|
|
1043
|
+
AgentLiveInitialLocale?: string;
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
export {};
|