@almadar/std 8.2.0 → 8.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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -178,11 +178,11 @@
|
|
|
178
178
|
"render-ui",
|
|
179
179
|
"main",
|
|
180
180
|
{
|
|
181
|
-
"gap": "md",
|
|
182
|
-
"className": "py-12",
|
|
183
|
-
"align": "center",
|
|
184
181
|
"direction": "vertical",
|
|
182
|
+
"className": "py-12",
|
|
185
183
|
"type": "stack",
|
|
184
|
+
"gap": "md",
|
|
185
|
+
"align": "center",
|
|
186
186
|
"children": [
|
|
187
187
|
{
|
|
188
188
|
"type": "spinner"
|
|
@@ -207,14 +207,16 @@
|
|
|
207
207
|
"render-ui",
|
|
208
208
|
"main",
|
|
209
209
|
{
|
|
210
|
-
"
|
|
210
|
+
"gap": "lg",
|
|
211
211
|
"className": "max-w-5xl mx-auto w-full",
|
|
212
212
|
"children": [
|
|
213
213
|
{
|
|
214
214
|
"direction": "horizontal",
|
|
215
|
+
"gap": "md",
|
|
216
|
+
"justify": "between",
|
|
217
|
+
"type": "stack",
|
|
215
218
|
"children": [
|
|
216
219
|
{
|
|
217
|
-
"type": "stack",
|
|
218
220
|
"gap": "md",
|
|
219
221
|
"direction": "horizontal",
|
|
220
222
|
"children": [
|
|
@@ -224,63 +226,61 @@
|
|
|
224
226
|
},
|
|
225
227
|
{
|
|
226
228
|
"type": "typography",
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
+
"variant": "h2",
|
|
230
|
+
"content": "ListItems"
|
|
229
231
|
}
|
|
230
|
-
]
|
|
232
|
+
],
|
|
233
|
+
"type": "stack"
|
|
231
234
|
},
|
|
232
235
|
{
|
|
233
|
-
"
|
|
234
|
-
"type": "button",
|
|
236
|
+
"label": "Create",
|
|
235
237
|
"action": "CREATE",
|
|
236
238
|
"icon": "plus",
|
|
237
|
-
"
|
|
239
|
+
"type": "button",
|
|
240
|
+
"variant": "primary"
|
|
238
241
|
}
|
|
239
|
-
]
|
|
240
|
-
"type": "stack",
|
|
241
|
-
"gap": "md",
|
|
242
|
-
"justify": "between"
|
|
242
|
+
]
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"type": "divider"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
|
-
"type": "data-grid",
|
|
249
|
-
"itemActions": [
|
|
250
|
-
{
|
|
251
|
-
"variant": "ghost",
|
|
252
|
-
"event": "EDIT",
|
|
253
|
-
"label": "Edit"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"label": "Delete",
|
|
257
|
-
"variant": "danger",
|
|
258
|
-
"event": "DELETE"
|
|
259
|
-
}
|
|
260
|
-
],
|
|
261
|
-
"entity": "@payload.data",
|
|
262
248
|
"fields": [
|
|
263
249
|
{
|
|
264
|
-
"name": "name",
|
|
265
250
|
"label": "Name",
|
|
266
251
|
"variant": "h4",
|
|
252
|
+
"name": "name",
|
|
267
253
|
"icon": "list"
|
|
268
254
|
},
|
|
269
255
|
{
|
|
270
|
-
"name": "description",
|
|
271
256
|
"label": "Description",
|
|
272
|
-
"variant": "caption"
|
|
257
|
+
"variant": "caption",
|
|
258
|
+
"name": "description"
|
|
273
259
|
},
|
|
274
260
|
{
|
|
275
261
|
"name": "status",
|
|
276
|
-
"
|
|
277
|
-
"
|
|
262
|
+
"variant": "badge",
|
|
263
|
+
"label": "Status"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"type": "data-grid",
|
|
267
|
+
"entity": "@payload.data",
|
|
268
|
+
"itemActions": [
|
|
269
|
+
{
|
|
270
|
+
"event": "EDIT",
|
|
271
|
+
"label": "Edit",
|
|
272
|
+
"variant": "ghost"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"label": "Delete",
|
|
276
|
+
"event": "DELETE",
|
|
277
|
+
"variant": "danger"
|
|
278
278
|
}
|
|
279
279
|
]
|
|
280
280
|
}
|
|
281
281
|
],
|
|
282
282
|
"type": "stack",
|
|
283
|
-
"
|
|
283
|
+
"direction": "vertical"
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -295,35 +295,35 @@
|
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
297
|
"type": "stack",
|
|
298
|
-
"align": "center",
|
|
299
|
-
"className": "py-12",
|
|
300
|
-
"gap": "md",
|
|
301
298
|
"children": [
|
|
302
299
|
{
|
|
300
|
+
"type": "icon",
|
|
303
301
|
"color": "destructive",
|
|
304
|
-
"name": "alert-triangle"
|
|
305
|
-
"type": "icon"
|
|
302
|
+
"name": "alert-triangle"
|
|
306
303
|
},
|
|
307
304
|
{
|
|
308
305
|
"type": "typography",
|
|
309
|
-
"
|
|
310
|
-
"
|
|
306
|
+
"content": "Failed to load list",
|
|
307
|
+
"variant": "h3"
|
|
311
308
|
},
|
|
312
309
|
{
|
|
313
|
-
"
|
|
310
|
+
"color": "muted",
|
|
314
311
|
"type": "typography",
|
|
315
312
|
"variant": "body",
|
|
316
|
-
"
|
|
313
|
+
"content": "@payload.error"
|
|
317
314
|
},
|
|
318
315
|
{
|
|
319
|
-
"action": "INIT",
|
|
320
|
-
"icon": "rotate-ccw",
|
|
321
316
|
"variant": "primary",
|
|
317
|
+
"label": "Retry",
|
|
322
318
|
"type": "button",
|
|
323
|
-
"
|
|
319
|
+
"action": "INIT",
|
|
320
|
+
"icon": "rotate-ccw"
|
|
324
321
|
}
|
|
325
322
|
],
|
|
326
|
-
"direction": "vertical"
|
|
323
|
+
"direction": "vertical",
|
|
324
|
+
"gap": "md",
|
|
325
|
+
"align": "center",
|
|
326
|
+
"className": "py-12"
|
|
327
327
|
}
|
|
328
328
|
]
|
|
329
329
|
]
|
|
@@ -362,8 +362,8 @@
|
|
|
362
362
|
"ListItem",
|
|
363
363
|
{
|
|
364
364
|
"emit": {
|
|
365
|
-
"
|
|
366
|
-
"
|
|
365
|
+
"failure": "ListItemLoadFailed",
|
|
366
|
+
"success": "ListItemLoaded"
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
369
|
],
|
|
@@ -391,12 +391,12 @@
|
|
|
391
391
|
"description",
|
|
392
392
|
"status"
|
|
393
393
|
],
|
|
394
|
-
"
|
|
395
|
-
"
|
|
394
|
+
"icon": "plus-circle",
|
|
395
|
+
"mode": "create"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
398
|
-
"
|
|
399
|
-
"
|
|
398
|
+
"SAVE": "LIST_ITEM_CREATED",
|
|
399
|
+
"OPEN": "CREATE"
|
|
400
400
|
}
|
|
401
401
|
},
|
|
402
402
|
{
|
|
@@ -404,12 +404,12 @@
|
|
|
404
404
|
"name": "ListItemEdit",
|
|
405
405
|
"linkedEntity": "ListItem",
|
|
406
406
|
"config": {
|
|
407
|
+
"icon": "edit",
|
|
407
408
|
"fields": [
|
|
408
409
|
"name",
|
|
409
410
|
"description",
|
|
410
411
|
"status"
|
|
411
412
|
],
|
|
412
|
-
"icon": "edit",
|
|
413
413
|
"title": "Edit ListItem",
|
|
414
414
|
"mode": "edit"
|
|
415
415
|
},
|
|
@@ -425,12 +425,12 @@
|
|
|
425
425
|
"config": {
|
|
426
426
|
"confirmLabel": "Delete",
|
|
427
427
|
"icon": "alert-triangle",
|
|
428
|
-
"
|
|
429
|
-
"
|
|
428
|
+
"alertMessage": "This action cannot be undone.",
|
|
429
|
+
"title": "Delete ListItem"
|
|
430
430
|
},
|
|
431
431
|
"events": {
|
|
432
|
-
"
|
|
433
|
-
"
|
|
432
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
433
|
+
"REQUEST": "DELETE"
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
436
|
{
|
|
@@ -650,4 +650,4 @@
|
|
|
650
650
|
]
|
|
651
651
|
}
|
|
652
652
|
]
|
|
653
|
-
}
|
|
653
|
+
}
|