@almadar/std 16.146.0 → 16.147.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.
Files changed (99) hide show
  1. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +269 -0
  2. package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -1
  3. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +56 -0
  4. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +90 -0
  5. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +108 -0
  6. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +106 -0
  7. package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +3 -3
  9. package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +4 -4
  10. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -2
  11. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  12. package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +1 -1
  13. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +2 -2
  14. package/behaviors/lolo/ui/core/atoms/std-import.lolo +132 -0
  15. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +5 -5
  16. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +1 -1
  18. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +0 -2
  19. package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +0 -2
  20. package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +96 -0
  21. package/behaviors/lolo/ui/core/molecules/ui-import-progress.lolo +49 -0
  22. package/behaviors/lolo/ui/core/molecules/ui-import-source-picker.lolo +67 -0
  23. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +0 -2
  24. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
  25. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
  26. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
  27. package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
  28. package/behaviors/registry/factory-signatures.json +11531 -2142
  29. package/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
  30. package/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
  31. package/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
  32. package/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
  33. package/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
  34. package/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
  35. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
  36. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
  37. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
  38. package/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
  39. package/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
  40. package/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
  41. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
  42. package/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
  43. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
  44. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
  45. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  46. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
  47. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  48. package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
  49. package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
  50. package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
  51. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
  52. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  53. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  54. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  55. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  56. package/dist/behaviors/behaviors-embeddings.json +477 -405
  57. package/dist/behaviors/behaviors-registry.json +7518 -3936
  58. package/dist/behaviors/exports-reader.js +3093 -2581
  59. package/dist/behaviors/functions/index.d.ts +922 -14
  60. package/dist/behaviors/functions/index.js +3056 -2582
  61. package/dist/behaviors/index.d.ts +1 -1
  62. package/dist/behaviors/index.js +3094 -2582
  63. package/dist/behaviors/knob-embeddings.json +1 -1
  64. package/dist/behaviors/query.js +3093 -2581
  65. package/dist/behaviors/registry/factory-signatures.json +11531 -2142
  66. package/dist/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
  67. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
  68. package/dist/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
  69. package/dist/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
  70. package/dist/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
  71. package/dist/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
  72. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
  73. package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
  74. package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
  75. package/dist/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
  76. package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
  77. package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
  78. package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
  79. package/dist/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
  80. package/dist/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
  81. package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
  82. package/dist/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  83. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
  84. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  85. package/dist/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
  86. package/dist/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
  87. package/dist/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
  88. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
  89. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  90. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  91. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  92. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  93. package/dist/behaviors-embeddings.json +477 -405
  94. package/dist/behaviors-registry.json +7518 -3936
  95. package/dist/index.d.ts +1 -1
  96. package/dist/index.js +3094 -2582
  97. package/dist/knob-embeddings.json +1 -1
  98. package/dist/registry/factory-signatures.json +11531 -2142
  99. package/package.json +2 -2
@@ -0,0 +1,570 @@
1
+ {
2
+ "description": "std-tokenizer — a text-preprocessing atom for tokenization. Splits raw text into a token sequence using a configurable method (whitespace, character, or arbitrary delimiter), normalizes and truncates the sequence, then maps each token to a vocabulary id (falling back to unkId when the token is absent from config.vocab). Feeds downstream embedding or sequence-model atoms. Pure circuit logic: str/* and array/* operators only, no ML compute, no model call.",
3
+ "ledger": {
4
+ "entries": {
5
+ "ent_01KYE96EQDXHZW8EEBAPXVGCJ9": {
6
+ "bakedName": "TokenSequence",
7
+ "curName": "TokenSequence",
8
+ "id": "ent_01KYE96EQDXHZW8EEBAPXVGCJ9",
9
+ "kind": "entity",
10
+ "owner": "workspace",
11
+ "renames": []
12
+ },
13
+ "evt_01KYE96EQD2E079R1R27YGFD2K": {
14
+ "bakedName": "RESET",
15
+ "curName": "RESET",
16
+ "id": "evt_01KYE96EQD2E079R1R27YGFD2K",
17
+ "kind": "event",
18
+ "owner": "workspace",
19
+ "parent": "trt_01KYE96EQD252DEG0B9GCBAE53",
20
+ "renames": []
21
+ },
22
+ "evt_01KYE96EQD4VVS2H9ZRZ7YZR7H": {
23
+ "bakedName": "INIT",
24
+ "curName": "INIT",
25
+ "id": "evt_01KYE96EQD4VVS2H9ZRZ7YZR7H",
26
+ "kind": "event",
27
+ "owner": "workspace",
28
+ "parent": "trt_01KYE96EQD252DEG0B9GCBAE53",
29
+ "renames": []
30
+ },
31
+ "evt_01KYE96EQDBA5GSTJF9E6AMHKZ": {
32
+ "bakedName": "TOKENIZE",
33
+ "curName": "TOKENIZE",
34
+ "id": "evt_01KYE96EQDBA5GSTJF9E6AMHKZ",
35
+ "kind": "event",
36
+ "owner": "workspace",
37
+ "parent": "trt_01KYE96EQD252DEG0B9GCBAE53",
38
+ "renames": []
39
+ },
40
+ "evt_01KYE96EQDY3EE67X7BCTN38HK": {
41
+ "bakedName": "TOKENIZED",
42
+ "curName": "TOKENIZED",
43
+ "id": "evt_01KYE96EQDY3EE67X7BCTN38HK",
44
+ "kind": "event",
45
+ "owner": "workspace",
46
+ "parent": "trt_01KYE96EQD252DEG0B9GCBAE53",
47
+ "renames": []
48
+ },
49
+ "orb_01KYE96EQDV2VER7C40TY7DBRG": {
50
+ "bakedName": "MlTokenizerOrbital",
51
+ "curName": "MlTokenizerOrbital",
52
+ "id": "orb_01KYE96EQDV2VER7C40TY7DBRG",
53
+ "kind": "orbital",
54
+ "owner": "workspace",
55
+ "renames": []
56
+ },
57
+ "pag_01KYE96EQESP0TQCX827Z91D9M": {
58
+ "bakedName": "MlTokenizerPage",
59
+ "curName": "MlTokenizerPage",
60
+ "id": "pag_01KYE96EQESP0TQCX827Z91D9M",
61
+ "kind": "page",
62
+ "owner": "workspace",
63
+ "renames": []
64
+ },
65
+ "trt_01KYE96EQD252DEG0B9GCBAE53": {
66
+ "bakedName": "TokenizerRun",
67
+ "curName": "TokenizerRun",
68
+ "id": "trt_01KYE96EQD252DEG0B9GCBAE53",
69
+ "kind": "trait",
70
+ "owner": "workspace",
71
+ "renames": []
72
+ }
73
+ },
74
+ "schemaVersion": 1
75
+ },
76
+ "name": "std-tokenizer",
77
+ "orbitals": [
78
+ {
79
+ "entity": {
80
+ "fields": [
81
+ {
82
+ "default": "",
83
+ "name": "text",
84
+ "type": "string"
85
+ },
86
+ {
87
+ "default": [],
88
+ "items": {
89
+ "type": "string"
90
+ },
91
+ "name": "tokens",
92
+ "type": "array"
93
+ },
94
+ {
95
+ "default": [],
96
+ "items": {
97
+ "type": "number"
98
+ },
99
+ "name": "tokenIds",
100
+ "type": "array"
101
+ },
102
+ {
103
+ "default": 0.0,
104
+ "name": "tokenCount",
105
+ "type": "number"
106
+ },
107
+ {
108
+ "default": {},
109
+ "name": "request",
110
+ "type": "object"
111
+ },
112
+ {
113
+ "default": "idle",
114
+ "name": "status",
115
+ "type": "string",
116
+ "values": [
117
+ "idle",
118
+ "checked"
119
+ ]
120
+ }
121
+ ],
122
+ "id": "ent_01KYE96EQDXHZW8EEBAPXVGCJ9",
123
+ "name": "TokenSequence",
124
+ "persistence": "runtime"
125
+ },
126
+ "id": "orb_01KYE96EQDV2VER7C40TY7DBRG",
127
+ "name": "MlTokenizerOrbital",
128
+ "pages": [
129
+ {
130
+ "id": "pag_01KYE96EQESP0TQCX827Z91D9M",
131
+ "name": "MlTokenizerPage",
132
+ "path": "/ml-tokenizer",
133
+ "traits": [
134
+ {
135
+ "ref": "TokenizerRun",
136
+ "refId": "trt_01KYE96EQD252DEG0B9GCBAE53"
137
+ }
138
+ ]
139
+ }
140
+ ],
141
+ "traits": [
142
+ {
143
+ "category": "lifecycle",
144
+ "config": {
145
+ "delimiter": {
146
+ "default": ",",
147
+ "description": "Split delimiter used when method is delimiter; ignored otherwise",
148
+ "label": "Delimiter",
149
+ "tier": "domain",
150
+ "type": "string"
151
+ },
152
+ "lowercase": {
153
+ "default": true,
154
+ "description": "Lowercase every token before vocabulary lookup",
155
+ "label": "Lowercase",
156
+ "tier": "policy",
157
+ "type": "boolean"
158
+ },
159
+ "maxLength": {
160
+ "default": 512.0,
161
+ "description": "Truncate the token sequence to at most this many tokens",
162
+ "label": "Max length",
163
+ "tier": "policy",
164
+ "type": "int"
165
+ },
166
+ "method": {
167
+ "default": "whitespace",
168
+ "description": "Whitespace splits on single spaces, character splits into individual characters, delimiter splits on config.delimiter",
169
+ "label": "Method",
170
+ "tier": "policy",
171
+ "type": "string",
172
+ "values": [
173
+ "whitespace",
174
+ "character",
175
+ "delimiter"
176
+ ]
177
+ },
178
+ "trimWhitespace": {
179
+ "default": true,
180
+ "description": "Trim each token and drop tokens that are empty afterward",
181
+ "label": "Trim whitespace",
182
+ "tier": "policy",
183
+ "type": "boolean"
184
+ },
185
+ "unkId": {
186
+ "default": 0.0,
187
+ "description": "Id assigned to a token that is not present in config.vocab",
188
+ "label": "Unknown token id",
189
+ "tier": "policy",
190
+ "type": "int"
191
+ },
192
+ "vocab": {
193
+ "default": {},
194
+ "description": "Token-to-id map; a token absent from this map resolves to unkId",
195
+ "items": {
196
+ "type": "number"
197
+ },
198
+ "label": "Vocabulary",
199
+ "tier": "domain",
200
+ "type": "Map<string,int>"
201
+ }
202
+ },
203
+ "emits": [
204
+ {
205
+ "description": "Text tokenized into a normalized, truncated token sequence with vocabulary ids",
206
+ "event": "TOKENIZED",
207
+ "eventId": "evt_01KYE96EQDY3EE67X7BCTN38HK",
208
+ "payloadSchema": [
209
+ {
210
+ "name": "tokens",
211
+ "required": true,
212
+ "type": "[string]"
213
+ },
214
+ {
215
+ "name": "tokenIds",
216
+ "required": true,
217
+ "type": "[int]"
218
+ },
219
+ {
220
+ "name": "tokenCount",
221
+ "required": true,
222
+ "type": "int"
223
+ }
224
+ ],
225
+ "scope": "external",
226
+ "tier": "primary"
227
+ }
228
+ ],
229
+ "entityRefIds": {
230
+ "TokenSequence": "ent_01KYE96EQDXHZW8EEBAPXVGCJ9"
231
+ },
232
+ "id": "trt_01KYE96EQD252DEG0B9GCBAE53",
233
+ "linkedEntity": "TokenSequence",
234
+ "linkedEntityId": "ent_01KYE96EQDXHZW8EEBAPXVGCJ9",
235
+ "name": "TokenizerRun",
236
+ "scope": "instance",
237
+ "stateMachine": {
238
+ "events": [
239
+ {
240
+ "id": "evt_01KYE96EQD4VVS2H9ZRZ7YZR7H",
241
+ "key": "INIT",
242
+ "name": "Initialize"
243
+ },
244
+ {
245
+ "id": "evt_01KYE96EQDBA5GSTJF9E6AMHKZ",
246
+ "key": "TOKENIZE",
247
+ "name": "Tokenize",
248
+ "payloadSchema": [
249
+ {
250
+ "name": "text",
251
+ "required": true,
252
+ "type": "string"
253
+ },
254
+ {
255
+ "name": "request",
256
+ "type": "object"
257
+ }
258
+ ]
259
+ },
260
+ {
261
+ "id": "evt_01KYE96EQD2E079R1R27YGFD2K",
262
+ "key": "RESET",
263
+ "name": "Reset"
264
+ },
265
+ {
266
+ "description": "Text tokenized into a normalized, truncated token sequence with vocabulary ids",
267
+ "id": "evt_01KYE96EQDY3EE67X7BCTN38HK",
268
+ "key": "TOKENIZED",
269
+ "name": "Tokenized",
270
+ "payloadSchema": [
271
+ {
272
+ "name": "tokens",
273
+ "required": true,
274
+ "type": "[string]"
275
+ },
276
+ {
277
+ "name": "tokenIds",
278
+ "required": true,
279
+ "type": "[int]"
280
+ },
281
+ {
282
+ "name": "tokenCount",
283
+ "required": true,
284
+ "type": "int"
285
+ }
286
+ ],
287
+ "tier": "primary"
288
+ }
289
+ ],
290
+ "states": [
291
+ {
292
+ "isInitial": true,
293
+ "name": "idle"
294
+ },
295
+ {
296
+ "name": "checked"
297
+ }
298
+ ],
299
+ "transitions": [
300
+ {
301
+ "effects": [
302
+ [
303
+ "set",
304
+ "@entity.text",
305
+ ""
306
+ ],
307
+ [
308
+ "set",
309
+ "@entity.tokens",
310
+ []
311
+ ],
312
+ [
313
+ "set",
314
+ "@entity.tokenIds",
315
+ []
316
+ ],
317
+ [
318
+ "set",
319
+ "@entity.tokenCount",
320
+ 0.0
321
+ ],
322
+ [
323
+ "set",
324
+ "@entity.request",
325
+ {}
326
+ ],
327
+ [
328
+ "set",
329
+ "@entity.status",
330
+ "idle"
331
+ ]
332
+ ],
333
+ "event": "INIT",
334
+ "eventId": "evt_01KYE96EQD4VVS2H9ZRZ7YZR7H",
335
+ "from": "idle",
336
+ "to": "idle"
337
+ },
338
+ {
339
+ "effects": [
340
+ [
341
+ "let",
342
+ [
343
+ [
344
+ "split",
345
+ [
346
+ "if",
347
+ [
348
+ "==",
349
+ "@config.method",
350
+ "character"
351
+ ],
352
+ [
353
+ "str/split",
354
+ "@payload.text",
355
+ ""
356
+ ],
357
+ [
358
+ "str/split",
359
+ "@payload.text",
360
+ [
361
+ "if",
362
+ [
363
+ "==",
364
+ "@config.method",
365
+ "delimiter"
366
+ ],
367
+ "@config.delimiter",
368
+ " "
369
+ ]
370
+ ]
371
+ ]
372
+ ],
373
+ [
374
+ "trimmed",
375
+ [
376
+ "if",
377
+ "@config.trimWhitespace",
378
+ [
379
+ "array/map",
380
+ "@split",
381
+ [
382
+ "fn",
383
+ "t",
384
+ [
385
+ "str/trim",
386
+ "@t"
387
+ ]
388
+ ]
389
+ ],
390
+ "@split"
391
+ ]
392
+ ],
393
+ [
394
+ "normalized",
395
+ [
396
+ "if",
397
+ "@config.lowercase",
398
+ [
399
+ "array/map",
400
+ "@trimmed",
401
+ [
402
+ "fn",
403
+ "t",
404
+ [
405
+ "str/lower",
406
+ "@t"
407
+ ]
408
+ ]
409
+ ],
410
+ "@trimmed"
411
+ ]
412
+ ],
413
+ [
414
+ "nonEmpty",
415
+ [
416
+ "array/filter",
417
+ "@normalized",
418
+ [
419
+ "fn",
420
+ "t",
421
+ [
422
+ ">",
423
+ [
424
+ "str/len",
425
+ "@t"
426
+ ],
427
+ 0.0
428
+ ]
429
+ ]
430
+ ]
431
+ ],
432
+ [
433
+ "truncated",
434
+ [
435
+ "array/slice",
436
+ "@nonEmpty",
437
+ 0.0,
438
+ "@config.maxLength"
439
+ ]
440
+ ],
441
+ [
442
+ "ids",
443
+ [
444
+ "array/map",
445
+ "@truncated",
446
+ [
447
+ "fn",
448
+ "t",
449
+ [
450
+ "object/get",
451
+ "@config.vocab",
452
+ "@t",
453
+ "@config.unkId"
454
+ ]
455
+ ]
456
+ ]
457
+ ]
458
+ ],
459
+ [
460
+ "do",
461
+ [
462
+ "set",
463
+ "@entity.text",
464
+ "@payload.text"
465
+ ],
466
+ [
467
+ "set",
468
+ "@entity.tokens",
469
+ "@truncated"
470
+ ],
471
+ [
472
+ "set",
473
+ "@entity.tokenIds",
474
+ "@ids"
475
+ ],
476
+ [
477
+ "set",
478
+ "@entity.tokenCount",
479
+ [
480
+ "array/len",
481
+ "@truncated"
482
+ ]
483
+ ],
484
+ [
485
+ "set",
486
+ "@entity.request",
487
+ "@payload.request"
488
+ ],
489
+ [
490
+ "set",
491
+ "@entity.status",
492
+ "checked"
493
+ ],
494
+ [
495
+ "emit",
496
+ "TOKENIZED",
497
+ {
498
+ "tokenCount": "@entity.tokenCount",
499
+ "tokenIds": "@entity.tokenIds",
500
+ "tokens": "@entity.tokens"
501
+ }
502
+ ]
503
+ ]
504
+ ]
505
+ ],
506
+ "event": "TOKENIZE",
507
+ "eventId": "evt_01KYE96EQDBA5GSTJF9E6AMHKZ",
508
+ "from": "idle",
509
+ "to": "checked"
510
+ },
511
+ {
512
+ "effects": [
513
+ [
514
+ "set",
515
+ "@entity.status",
516
+ "checked"
517
+ ]
518
+ ],
519
+ "event": "INIT",
520
+ "eventId": "evt_01KYE96EQD4VVS2H9ZRZ7YZR7H",
521
+ "from": "checked",
522
+ "to": "checked"
523
+ },
524
+ {
525
+ "effects": [
526
+ [
527
+ "set",
528
+ "@entity.text",
529
+ ""
530
+ ],
531
+ [
532
+ "set",
533
+ "@entity.tokens",
534
+ []
535
+ ],
536
+ [
537
+ "set",
538
+ "@entity.tokenIds",
539
+ []
540
+ ],
541
+ [
542
+ "set",
543
+ "@entity.tokenCount",
544
+ 0.0
545
+ ],
546
+ [
547
+ "set",
548
+ "@entity.request",
549
+ {}
550
+ ],
551
+ [
552
+ "set",
553
+ "@entity.status",
554
+ "idle"
555
+ ]
556
+ ],
557
+ "event": "RESET",
558
+ "eventId": "evt_01KYE96EQD2E079R1R27YGFD2K",
559
+ "from": "checked",
560
+ "to": "idle"
561
+ }
562
+ ]
563
+ }
564
+ }
565
+ ]
566
+ }
567
+ ],
568
+ "schemaVersion": 1,
569
+ "version": "1.0.0"
570
+ }