@nebulit/embuilder 0.1.39 → 0.1.41
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/package.json +1 -1
- package/templates/.claude/skills/sample-slices/SKILL.md +3 -1
- package/templates/.claude/skills/sample-slices/templates/.slices/index.json +1 -1
- package/templates/.claude/skills/ui-analyze-slices/SKILL.md +102 -0
- package/templates/.claude/skills/ui-build-slice-ui/SKILL.md +228 -0
- package/templates/.claude/skills/ui-generate-api/SKILL.md +141 -0
- package/templates/.claude/skills/ui-generate-hook/SKILL.md +118 -0
- package/templates/.claude/skills/ui-generate-types/SKILL.md +223 -0
- package/templates/.claude/skills/ui-read-ui-prompts/SKILL.md +192 -0
- package/templates/.claude/skills/ui-scaffold-component/SKILL.md +274 -0
- package/templates/.slices/Context/event/slice.json +117 -0
- package/templates/.slices/index.json +12 -0
- package/templates/backend/prompt.md +140 -0
- package/templates/config.json +133 -0
- package/templates/frontend/prompt.md +484 -0
- package/templates/prompt.md +4 -132
- package/templates/server.mjs +24 -2
- package/templates/.claude/skills/sample-slices/templates/Cart/additem/slice.json +0 -979
- package/templates/.claude/skills/sample-slices/templates/Cart/archiveitem/slice.json +0 -529
- package/templates/.claude/skills/sample-slices/templates/Cart/cartitems/slice.json +0 -1072
- package/templates/.claude/skills/sample-slices/templates/Cart/cartwithproducts/slice.json +0 -394
- package/templates/.claude/skills/sample-slices/templates/Cart/changedprices/slice.json +0 -88
- package/templates/.claude/skills/sample-slices/templates/Cart/changeinventory/slice.json +0 -264
- package/templates/.claude/skills/sample-slices/templates/Cart/changeprice/slice.json +0 -308
- package/templates/.claude/skills/sample-slices/templates/Cart/clearcart/slice.json +0 -358
- package/templates/.claude/skills/sample-slices/templates/Cart/inventories/slice.json +0 -203
- package/templates/.claude/skills/sample-slices/templates/Cart/publishcart/slice.json +0 -876
- package/templates/.claude/skills/sample-slices/templates/Cart/removeitem/slice.json +0 -560
- package/templates/.claude/skills/sample-slices/templates/Cart/submitcart/slice.json +0 -708
- package/templates/.claude/skills/sample-slices/templates/Cart/submittedcartdata/slice.json +0 -399
- package/templates/.claude/skills/sample-slices/templates/index.json +0 -108
|
@@ -1,529 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "3458764596700962479",
|
|
3
|
-
"status": "Done",
|
|
4
|
-
"title": "slice: Archive Item",
|
|
5
|
-
"context": "Cart",
|
|
6
|
-
"sliceType": "STATE_CHANGE",
|
|
7
|
-
"commands": [
|
|
8
|
-
{
|
|
9
|
-
"id": "3458764597673526089",
|
|
10
|
-
"tags": [],
|
|
11
|
-
"domain": "Cart",
|
|
12
|
-
"elementContext": "INTERNAL",
|
|
13
|
-
"modelContext": "Cart",
|
|
14
|
-
"context": "INTERNAL",
|
|
15
|
-
"slice": "slice: Archive Item",
|
|
16
|
-
"title": "Archive Item",
|
|
17
|
-
"fields": [
|
|
18
|
-
{
|
|
19
|
-
"name": "aggregateId",
|
|
20
|
-
"type": "UUID",
|
|
21
|
-
"example": "",
|
|
22
|
-
"mapping": "",
|
|
23
|
-
"optional": false,
|
|
24
|
-
"cardinality": "Single",
|
|
25
|
-
"idAttribute": false
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "productId",
|
|
29
|
-
"type": "UUID",
|
|
30
|
-
"example": "",
|
|
31
|
-
"mapping": "",
|
|
32
|
-
"optional": false,
|
|
33
|
-
"cardinality": "Single",
|
|
34
|
-
"idAttribute": false
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"type": "COMMAND",
|
|
38
|
-
"description": "",
|
|
39
|
-
"aggregate": "Cart",
|
|
40
|
-
"aggregateDependencies": [
|
|
41
|
-
"Cart"
|
|
42
|
-
],
|
|
43
|
-
"dependencies": [
|
|
44
|
-
{
|
|
45
|
-
"id": "3458764595641022551",
|
|
46
|
-
"type": "OUTBOUND",
|
|
47
|
-
"title": "Item Archived",
|
|
48
|
-
"elementType": "EVENT"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"id": "3458764596406327949",
|
|
52
|
-
"type": "INBOUND",
|
|
53
|
-
"title": "automation",
|
|
54
|
-
"elementType": "AUTOMATION"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"apiEndpoint": "",
|
|
58
|
-
"createsAggregate": false,
|
|
59
|
-
"triggers": [],
|
|
60
|
-
"sketched": false,
|
|
61
|
-
"prototype": {
|
|
62
|
-
"activeByDefault": false
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
"events": [
|
|
67
|
-
{
|
|
68
|
-
"id": "3458764595641022551",
|
|
69
|
-
"tags": [],
|
|
70
|
-
"domain": "Cart",
|
|
71
|
-
"elementContext": "INTERNAL",
|
|
72
|
-
"modelContext": "Cart",
|
|
73
|
-
"context": "INTERNAL",
|
|
74
|
-
"slice": "slice: Archive Item",
|
|
75
|
-
"title": "Item Archived",
|
|
76
|
-
"fields": [
|
|
77
|
-
{
|
|
78
|
-
"name": "aggregateId",
|
|
79
|
-
"type": "UUID",
|
|
80
|
-
"example": "",
|
|
81
|
-
"mapping": "",
|
|
82
|
-
"optional": false,
|
|
83
|
-
"cardinality": "Single",
|
|
84
|
-
"idAttribute": false
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "itemId",
|
|
88
|
-
"type": "UUID",
|
|
89
|
-
"example": "",
|
|
90
|
-
"mapping": "productId",
|
|
91
|
-
"optional": false,
|
|
92
|
-
"cardinality": "Single",
|
|
93
|
-
"idAttribute": false
|
|
94
|
-
}
|
|
95
|
-
],
|
|
96
|
-
"type": "EVENT",
|
|
97
|
-
"description": "",
|
|
98
|
-
"aggregate": "Cart",
|
|
99
|
-
"aggregateDependencies": [
|
|
100
|
-
"Cart"
|
|
101
|
-
],
|
|
102
|
-
"dependencies": [
|
|
103
|
-
{
|
|
104
|
-
"id": "3458764596403196690",
|
|
105
|
-
"type": "OUTBOUND",
|
|
106
|
-
"title": "Carts with Products",
|
|
107
|
-
"elementType": "READMODEL"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"id": "3458764595831018749",
|
|
111
|
-
"type": "OUTBOUND",
|
|
112
|
-
"title": "cart items",
|
|
113
|
-
"elementType": "READMODEL"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"id": "3458764597673526089",
|
|
117
|
-
"type": "INBOUND",
|
|
118
|
-
"title": "Archive Item",
|
|
119
|
-
"elementType": "COMMAND"
|
|
120
|
-
}
|
|
121
|
-
],
|
|
122
|
-
"apiEndpoint": "",
|
|
123
|
-
"createsAggregate": false,
|
|
124
|
-
"triggers": [],
|
|
125
|
-
"sketched": false,
|
|
126
|
-
"prototype": {
|
|
127
|
-
"activeByDefault": false
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
],
|
|
131
|
-
"readmodels": [],
|
|
132
|
-
"screens": [],
|
|
133
|
-
"screenImages": [],
|
|
134
|
-
"screenLayouts": [],
|
|
135
|
-
"processors": [
|
|
136
|
-
{
|
|
137
|
-
"id": "3458764596406327949",
|
|
138
|
-
"tags": [],
|
|
139
|
-
"domain": "Cart",
|
|
140
|
-
"elementContext": "INTERNAL",
|
|
141
|
-
"modelContext": "Cart",
|
|
142
|
-
"context": "INTERNAL",
|
|
143
|
-
"slice": "slice: Archive Item",
|
|
144
|
-
"title": "automation",
|
|
145
|
-
"fields": [
|
|
146
|
-
{
|
|
147
|
-
"name": "aggregateId",
|
|
148
|
-
"type": "UUID",
|
|
149
|
-
"example": "",
|
|
150
|
-
"mapping": "cartId",
|
|
151
|
-
"optional": false,
|
|
152
|
-
"cardinality": "Single",
|
|
153
|
-
"idAttribute": false
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"name": "productId",
|
|
157
|
-
"type": "UUID",
|
|
158
|
-
"example": "",
|
|
159
|
-
"mapping": "",
|
|
160
|
-
"optional": false,
|
|
161
|
-
"cardinality": "Single",
|
|
162
|
-
"idAttribute": false
|
|
163
|
-
}
|
|
164
|
-
],
|
|
165
|
-
"type": "AUTOMATION",
|
|
166
|
-
"description": "",
|
|
167
|
-
"aggregate": "Cart",
|
|
168
|
-
"aggregateDependencies": [
|
|
169
|
-
"Cart"
|
|
170
|
-
],
|
|
171
|
-
"dependencies": [
|
|
172
|
-
{
|
|
173
|
-
"id": "3458764597673526089",
|
|
174
|
-
"type": "OUTBOUND",
|
|
175
|
-
"title": "Archive Item",
|
|
176
|
-
"elementType": "COMMAND"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"id": "3458764596403196690",
|
|
180
|
-
"type": "INBOUND",
|
|
181
|
-
"title": "Carts with Products",
|
|
182
|
-
"elementType": "READMODEL"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"id": "3458764596409128019",
|
|
186
|
-
"type": "INBOUND",
|
|
187
|
-
"title": "Changed Prices",
|
|
188
|
-
"elementType": "READMODEL"
|
|
189
|
-
}
|
|
190
|
-
],
|
|
191
|
-
"apiEndpoint": "",
|
|
192
|
-
"createsAggregate": false,
|
|
193
|
-
"triggers": [],
|
|
194
|
-
"sketched": false,
|
|
195
|
-
"prototype": {
|
|
196
|
-
"activeByDefault": false
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"tables": [],
|
|
201
|
-
"specifications": [
|
|
202
|
-
{
|
|
203
|
-
"vertical": false,
|
|
204
|
-
"id": "3458764598488463406",
|
|
205
|
-
"sliceName": "slice: Archive Item",
|
|
206
|
-
"title": "spec: Archive Item Aggregate Test",
|
|
207
|
-
"given": [
|
|
208
|
-
{
|
|
209
|
-
"title": "Item Added",
|
|
210
|
-
"tags": [],
|
|
211
|
-
"id": "3458764598488463409",
|
|
212
|
-
"index": 1,
|
|
213
|
-
"type": "SPEC_EVENT",
|
|
214
|
-
"fields": [
|
|
215
|
-
{
|
|
216
|
-
"name": "aggregateId",
|
|
217
|
-
"type": "UUID",
|
|
218
|
-
"example": "",
|
|
219
|
-
"mapping": "",
|
|
220
|
-
"optional": false,
|
|
221
|
-
"cardinality": "Single",
|
|
222
|
-
"subfields": []
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"name": "description",
|
|
226
|
-
"type": "String",
|
|
227
|
-
"example": "",
|
|
228
|
-
"mapping": "",
|
|
229
|
-
"optional": false,
|
|
230
|
-
"cardinality": "Single",
|
|
231
|
-
"subfields": []
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"name": "image",
|
|
235
|
-
"type": "String",
|
|
236
|
-
"example": "",
|
|
237
|
-
"mapping": "",
|
|
238
|
-
"optional": false,
|
|
239
|
-
"cardinality": "Single",
|
|
240
|
-
"subfields": []
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "price",
|
|
244
|
-
"type": "Double",
|
|
245
|
-
"example": "",
|
|
246
|
-
"mapping": "",
|
|
247
|
-
"optional": false,
|
|
248
|
-
"cardinality": "Single",
|
|
249
|
-
"subfields": []
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"name": "itemId",
|
|
253
|
-
"type": "UUID",
|
|
254
|
-
"example": "",
|
|
255
|
-
"mapping": "",
|
|
256
|
-
"optional": false,
|
|
257
|
-
"cardinality": "Single",
|
|
258
|
-
"subfields": []
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "productId",
|
|
262
|
-
"type": "UUID",
|
|
263
|
-
"example": "",
|
|
264
|
-
"mapping": "",
|
|
265
|
-
"optional": false,
|
|
266
|
-
"cardinality": "Single",
|
|
267
|
-
"subfields": []
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"linkedId": "3458764595631345476"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"title": "Cart Created",
|
|
274
|
-
"tags": [],
|
|
275
|
-
"id": "3458764598488463408",
|
|
276
|
-
"index": 0,
|
|
277
|
-
"type": "SPEC_EVENT",
|
|
278
|
-
"fields": [
|
|
279
|
-
{
|
|
280
|
-
"name": "aggregateId",
|
|
281
|
-
"type": "UUID",
|
|
282
|
-
"example": "",
|
|
283
|
-
"mapping": "",
|
|
284
|
-
"optional": false,
|
|
285
|
-
"cardinality": "Single",
|
|
286
|
-
"subfields": []
|
|
287
|
-
}
|
|
288
|
-
],
|
|
289
|
-
"linkedId": "3458764596402400430"
|
|
290
|
-
}
|
|
291
|
-
],
|
|
292
|
-
"when": [
|
|
293
|
-
{
|
|
294
|
-
"title": "Archive Item",
|
|
295
|
-
"tags": [],
|
|
296
|
-
"id": "3458764598488463410",
|
|
297
|
-
"index": 0,
|
|
298
|
-
"type": "SPEC_COMMAND",
|
|
299
|
-
"fields": [
|
|
300
|
-
{
|
|
301
|
-
"name": "aggregateId",
|
|
302
|
-
"type": "UUID",
|
|
303
|
-
"example": "",
|
|
304
|
-
"mapping": "",
|
|
305
|
-
"optional": false,
|
|
306
|
-
"cardinality": "Single",
|
|
307
|
-
"subfields": []
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"name": "productId",
|
|
311
|
-
"type": "UUID",
|
|
312
|
-
"example": "",
|
|
313
|
-
"mapping": "",
|
|
314
|
-
"optional": false,
|
|
315
|
-
"cardinality": "Single",
|
|
316
|
-
"subfields": []
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
"linkedId": "3458764597673526089"
|
|
320
|
-
}
|
|
321
|
-
],
|
|
322
|
-
"then": [
|
|
323
|
-
{
|
|
324
|
-
"title": "Item Archived",
|
|
325
|
-
"tags": [],
|
|
326
|
-
"id": "3458764598488463411",
|
|
327
|
-
"index": 0,
|
|
328
|
-
"type": "SPEC_EVENT",
|
|
329
|
-
"fields": [
|
|
330
|
-
{
|
|
331
|
-
"name": "aggregateId",
|
|
332
|
-
"type": "UUID",
|
|
333
|
-
"example": "",
|
|
334
|
-
"mapping": "",
|
|
335
|
-
"optional": false,
|
|
336
|
-
"cardinality": "Single",
|
|
337
|
-
"subfields": []
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"name": "itemId",
|
|
341
|
-
"type": "UUID",
|
|
342
|
-
"example": "",
|
|
343
|
-
"mapping": "productId",
|
|
344
|
-
"optional": false,
|
|
345
|
-
"cardinality": "Single",
|
|
346
|
-
"subfields": []
|
|
347
|
-
}
|
|
348
|
-
],
|
|
349
|
-
"linkedId": "3458764595641022551"
|
|
350
|
-
}
|
|
351
|
-
],
|
|
352
|
-
"comments": [],
|
|
353
|
-
"linkedId": "3458764596700962479"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"vertical": false,
|
|
357
|
-
"id": "3458764598269773158",
|
|
358
|
-
"sliceName": "slice: Archive Item",
|
|
359
|
-
"title": "spec: Archive Item",
|
|
360
|
-
"given": [
|
|
361
|
-
{
|
|
362
|
-
"title": "Price Changed",
|
|
363
|
-
"tags": [],
|
|
364
|
-
"id": "3458764598269773163",
|
|
365
|
-
"index": 4,
|
|
366
|
-
"type": "SPEC_EVENT",
|
|
367
|
-
"fields": [
|
|
368
|
-
{
|
|
369
|
-
"name": "newPrice",
|
|
370
|
-
"type": "Double",
|
|
371
|
-
"example": "",
|
|
372
|
-
"mapping": "",
|
|
373
|
-
"optional": false,
|
|
374
|
-
"cardinality": "Single",
|
|
375
|
-
"subfields": []
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "oldPrice",
|
|
379
|
-
"type": "Double",
|
|
380
|
-
"example": "",
|
|
381
|
-
"mapping": "",
|
|
382
|
-
"optional": false,
|
|
383
|
-
"cardinality": "Single",
|
|
384
|
-
"subfields": []
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"name": "productId",
|
|
388
|
-
"type": "UUID",
|
|
389
|
-
"example": "",
|
|
390
|
-
"mapping": "",
|
|
391
|
-
"optional": false,
|
|
392
|
-
"cardinality": "Single",
|
|
393
|
-
"subfields": []
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
|
-
"linkedId": "3458764595641022550"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"title": "Item Added",
|
|
400
|
-
"tags": [],
|
|
401
|
-
"id": "3458764598269773160",
|
|
402
|
-
"index": 1,
|
|
403
|
-
"type": "SPEC_EVENT",
|
|
404
|
-
"fields": [
|
|
405
|
-
{
|
|
406
|
-
"name": "aggregateId",
|
|
407
|
-
"type": "UUID",
|
|
408
|
-
"example": "",
|
|
409
|
-
"mapping": "",
|
|
410
|
-
"optional": false,
|
|
411
|
-
"cardinality": "Single",
|
|
412
|
-
"subfields": []
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"name": "description",
|
|
416
|
-
"type": "String",
|
|
417
|
-
"example": "",
|
|
418
|
-
"mapping": "",
|
|
419
|
-
"optional": false,
|
|
420
|
-
"cardinality": "Single",
|
|
421
|
-
"subfields": []
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "image",
|
|
425
|
-
"type": "String",
|
|
426
|
-
"example": "",
|
|
427
|
-
"mapping": "",
|
|
428
|
-
"optional": false,
|
|
429
|
-
"cardinality": "Single",
|
|
430
|
-
"subfields": []
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"name": "price",
|
|
434
|
-
"type": "Double",
|
|
435
|
-
"example": "",
|
|
436
|
-
"mapping": "",
|
|
437
|
-
"optional": false,
|
|
438
|
-
"cardinality": "Single",
|
|
439
|
-
"subfields": []
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"name": "itemId",
|
|
443
|
-
"type": "UUID",
|
|
444
|
-
"example": "",
|
|
445
|
-
"mapping": "",
|
|
446
|
-
"optional": false,
|
|
447
|
-
"cardinality": "Single",
|
|
448
|
-
"subfields": []
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"name": "productId",
|
|
452
|
-
"type": "UUID",
|
|
453
|
-
"example": "",
|
|
454
|
-
"mapping": "",
|
|
455
|
-
"optional": false,
|
|
456
|
-
"cardinality": "Single",
|
|
457
|
-
"subfields": []
|
|
458
|
-
}
|
|
459
|
-
],
|
|
460
|
-
"linkedId": "3458764595631345476"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"title": "Cart Created",
|
|
464
|
-
"tags": [],
|
|
465
|
-
"id": "3458764598269773159",
|
|
466
|
-
"index": 0,
|
|
467
|
-
"type": "SPEC_EVENT",
|
|
468
|
-
"fields": [
|
|
469
|
-
{
|
|
470
|
-
"name": "aggregateId",
|
|
471
|
-
"type": "UUID",
|
|
472
|
-
"example": "",
|
|
473
|
-
"mapping": "",
|
|
474
|
-
"optional": false,
|
|
475
|
-
"cardinality": "Single",
|
|
476
|
-
"subfields": []
|
|
477
|
-
}
|
|
478
|
-
],
|
|
479
|
-
"linkedId": "3458764596402400430"
|
|
480
|
-
}
|
|
481
|
-
],
|
|
482
|
-
"when": [],
|
|
483
|
-
"then": [
|
|
484
|
-
{
|
|
485
|
-
"title": "Item Archived",
|
|
486
|
-
"tags": [],
|
|
487
|
-
"id": "3458764598269773164",
|
|
488
|
-
"index": 0,
|
|
489
|
-
"type": "SPEC_EVENT",
|
|
490
|
-
"fields": [
|
|
491
|
-
{
|
|
492
|
-
"name": "aggregateId",
|
|
493
|
-
"type": "UUID",
|
|
494
|
-
"example": "",
|
|
495
|
-
"mapping": "",
|
|
496
|
-
"optional": false,
|
|
497
|
-
"cardinality": "Single",
|
|
498
|
-
"subfields": []
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "itemId",
|
|
502
|
-
"type": "UUID",
|
|
503
|
-
"example": "",
|
|
504
|
-
"mapping": "productId",
|
|
505
|
-
"optional": false,
|
|
506
|
-
"cardinality": "Single",
|
|
507
|
-
"subfields": []
|
|
508
|
-
}
|
|
509
|
-
],
|
|
510
|
-
"linkedId": "3458764595641022551"
|
|
511
|
-
}
|
|
512
|
-
],
|
|
513
|
-
"comments": [
|
|
514
|
-
{
|
|
515
|
-
"description": "cart containing the product should react if the price of the product changes"
|
|
516
|
-
}
|
|
517
|
-
],
|
|
518
|
-
"linkedId": "3458764596700962479"
|
|
519
|
-
}
|
|
520
|
-
],
|
|
521
|
-
"actors": [
|
|
522
|
-
{
|
|
523
|
-
"name": "bots"
|
|
524
|
-
}
|
|
525
|
-
],
|
|
526
|
-
"aggregates": [
|
|
527
|
-
"Cart"
|
|
528
|
-
]
|
|
529
|
-
}
|