@almadar/std 8.3.0 → 8.4.1
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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -311,8 +311,8 @@
|
|
|
311
311
|
"ServiceRedis",
|
|
312
312
|
{
|
|
313
313
|
"emit": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"failure": "ServiceRedisLoadFailed",
|
|
315
|
+
"success": "ServiceRedisLoaded"
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
],
|
|
@@ -321,15 +321,18 @@
|
|
|
321
321
|
"main",
|
|
322
322
|
{
|
|
323
323
|
"type": "stack",
|
|
324
|
+
"gap": "lg",
|
|
325
|
+
"direction": "vertical",
|
|
324
326
|
"align": "center",
|
|
325
327
|
"children": [
|
|
326
328
|
{
|
|
327
|
-
"
|
|
329
|
+
"type": "stack",
|
|
328
330
|
"gap": "md",
|
|
331
|
+
"direction": "horizontal",
|
|
329
332
|
"children": [
|
|
330
333
|
{
|
|
331
|
-
"
|
|
332
|
-
"
|
|
334
|
+
"type": "icon",
|
|
335
|
+
"name": "database"
|
|
333
336
|
},
|
|
334
337
|
{
|
|
335
338
|
"variant": "h2",
|
|
@@ -337,15 +340,14 @@
|
|
|
337
340
|
"content": "Redis Cache"
|
|
338
341
|
}
|
|
339
342
|
],
|
|
340
|
-
"type": "stack",
|
|
341
343
|
"align": "center"
|
|
342
344
|
},
|
|
343
345
|
{
|
|
344
346
|
"type": "divider"
|
|
345
347
|
},
|
|
346
348
|
{
|
|
349
|
+
"direction": "vertical",
|
|
347
350
|
"type": "stack",
|
|
348
|
-
"gap": "md",
|
|
349
351
|
"children": [
|
|
350
352
|
{
|
|
351
353
|
"type": "input",
|
|
@@ -356,45 +358,43 @@
|
|
|
356
358
|
"placeholder": "cache-value"
|
|
357
359
|
},
|
|
358
360
|
{
|
|
361
|
+
"type": "input",
|
|
359
362
|
"inputType": "number",
|
|
360
|
-
"placeholder": "3600"
|
|
361
|
-
"type": "input"
|
|
363
|
+
"placeholder": "3600"
|
|
362
364
|
}
|
|
363
365
|
],
|
|
364
|
-
"
|
|
366
|
+
"gap": "md"
|
|
365
367
|
},
|
|
366
368
|
{
|
|
369
|
+
"justify": "center",
|
|
367
370
|
"direction": "horizontal",
|
|
368
|
-
"type": "stack",
|
|
369
371
|
"gap": "sm",
|
|
370
|
-
"
|
|
372
|
+
"type": "stack",
|
|
371
373
|
"children": [
|
|
372
374
|
{
|
|
373
|
-
"
|
|
375
|
+
"icon": "download",
|
|
374
376
|
"type": "button",
|
|
375
377
|
"label": "Get",
|
|
376
378
|
"variant": "primary",
|
|
377
|
-
"
|
|
379
|
+
"action": "GET_KEY"
|
|
378
380
|
},
|
|
379
381
|
{
|
|
380
382
|
"variant": "primary",
|
|
381
|
-
"action": "SET_KEY",
|
|
382
383
|
"label": "Set",
|
|
383
384
|
"icon": "upload",
|
|
384
|
-
"type": "button"
|
|
385
|
+
"type": "button",
|
|
386
|
+
"action": "SET_KEY"
|
|
385
387
|
},
|
|
386
388
|
{
|
|
389
|
+
"action": "DELETE_KEY",
|
|
387
390
|
"type": "button",
|
|
388
|
-
"variant": "danger",
|
|
389
|
-
"label": "Delete",
|
|
390
391
|
"icon": "trash-2",
|
|
391
|
-
"
|
|
392
|
+
"label": "Delete",
|
|
393
|
+
"variant": "danger"
|
|
392
394
|
}
|
|
393
395
|
]
|
|
394
396
|
}
|
|
395
|
-
]
|
|
396
|
-
"gap": "lg",
|
|
397
|
-
"direction": "vertical"
|
|
397
|
+
]
|
|
398
398
|
}
|
|
399
399
|
]
|
|
400
400
|
]
|
|
@@ -408,9 +408,9 @@
|
|
|
408
408
|
"render-ui",
|
|
409
409
|
"main",
|
|
410
410
|
{
|
|
411
|
-
"message": "Running redis operation...",
|
|
412
411
|
"type": "loading-state",
|
|
413
|
-
"title": "Executing..."
|
|
412
|
+
"title": "Executing...",
|
|
413
|
+
"message": "Running redis operation..."
|
|
414
414
|
}
|
|
415
415
|
],
|
|
416
416
|
[
|
|
@@ -422,8 +422,8 @@
|
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"emit": {
|
|
425
|
-
"
|
|
426
|
-
"
|
|
425
|
+
"success": "ServiceRedisRedisCompleted",
|
|
426
|
+
"failure": "ServiceRedisRedisFailed"
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
]
|
|
@@ -438,9 +438,9 @@
|
|
|
438
438
|
"render-ui",
|
|
439
439
|
"main",
|
|
440
440
|
{
|
|
441
|
+
"message": "Running redis operation...",
|
|
441
442
|
"type": "loading-state",
|
|
442
|
-
"title": "Executing..."
|
|
443
|
-
"message": "Running redis operation..."
|
|
443
|
+
"title": "Executing..."
|
|
444
444
|
}
|
|
445
445
|
],
|
|
446
446
|
[
|
|
@@ -448,14 +448,14 @@
|
|
|
448
448
|
"redis",
|
|
449
449
|
"set",
|
|
450
450
|
{
|
|
451
|
+
"key": "@entity.key",
|
|
451
452
|
"value": "@entity.value",
|
|
452
|
-
"ttl": "@entity.ttl"
|
|
453
|
-
"key": "@entity.key"
|
|
453
|
+
"ttl": "@entity.ttl"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"emit": {
|
|
457
|
-
"
|
|
458
|
-
"
|
|
457
|
+
"failure": "ServiceRedisRedisFailed",
|
|
458
|
+
"success": "ServiceRedisRedisCompleted"
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
]
|
|
@@ -470,9 +470,9 @@
|
|
|
470
470
|
"render-ui",
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
|
-
"
|
|
473
|
+
"type": "loading-state",
|
|
474
474
|
"message": "Running redis operation...",
|
|
475
|
-
"
|
|
475
|
+
"title": "Executing..."
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
@@ -507,32 +507,32 @@
|
|
|
507
507
|
{
|
|
508
508
|
"type": "stack",
|
|
509
509
|
"direction": "vertical",
|
|
510
|
-
"
|
|
510
|
+
"gap": "lg",
|
|
511
511
|
"children": [
|
|
512
512
|
{
|
|
513
|
-
"
|
|
514
|
-
"
|
|
513
|
+
"name": "check-circle",
|
|
514
|
+
"type": "icon"
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
|
-
"type": "alert",
|
|
518
517
|
"message": "Operation complete",
|
|
519
|
-
"variant": "success"
|
|
518
|
+
"variant": "success",
|
|
519
|
+
"type": "alert"
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
|
-
"type": "typography",
|
|
523
522
|
"variant": "body",
|
|
524
523
|
"content": "@entity.result",
|
|
524
|
+
"type": "typography",
|
|
525
525
|
"color": "muted"
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
|
-
"icon": "rotate-ccw",
|
|
529
528
|
"type": "button",
|
|
530
|
-
"
|
|
529
|
+
"icon": "rotate-ccw",
|
|
531
530
|
"label": "Reset",
|
|
531
|
+
"variant": "ghost",
|
|
532
532
|
"action": "RESET"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
535
|
-
"
|
|
535
|
+
"align": "center"
|
|
536
536
|
}
|
|
537
537
|
]
|
|
538
538
|
]
|
|
@@ -551,10 +551,10 @@
|
|
|
551
551
|
"render-ui",
|
|
552
552
|
"main",
|
|
553
553
|
{
|
|
554
|
+
"type": "error-state",
|
|
554
555
|
"title": "Redis Error",
|
|
555
556
|
"message": "@entity.error",
|
|
556
|
-
"onRetry": "RESET"
|
|
557
|
-
"type": "error-state"
|
|
557
|
+
"onRetry": "RESET"
|
|
558
558
|
}
|
|
559
559
|
]
|
|
560
560
|
]
|
|
@@ -569,80 +569,80 @@
|
|
|
569
569
|
"main",
|
|
570
570
|
{
|
|
571
571
|
"type": "stack",
|
|
572
|
-
"
|
|
572
|
+
"direction": "vertical",
|
|
573
|
+
"align": "center",
|
|
573
574
|
"children": [
|
|
574
575
|
{
|
|
575
576
|
"type": "stack",
|
|
576
|
-
"gap": "md",
|
|
577
|
-
"align": "center",
|
|
578
|
-
"direction": "horizontal",
|
|
579
577
|
"children": [
|
|
580
578
|
{
|
|
581
|
-
"
|
|
582
|
-
"
|
|
579
|
+
"name": "database",
|
|
580
|
+
"type": "icon"
|
|
583
581
|
},
|
|
584
582
|
{
|
|
583
|
+
"type": "typography",
|
|
585
584
|
"content": "Redis Cache",
|
|
586
|
-
"variant": "h2"
|
|
587
|
-
"type": "typography"
|
|
585
|
+
"variant": "h2"
|
|
588
586
|
}
|
|
589
|
-
]
|
|
587
|
+
],
|
|
588
|
+
"direction": "horizontal",
|
|
589
|
+
"gap": "md",
|
|
590
|
+
"align": "center"
|
|
590
591
|
},
|
|
591
592
|
{
|
|
592
593
|
"type": "divider"
|
|
593
594
|
},
|
|
594
595
|
{
|
|
595
|
-
"direction": "vertical",
|
|
596
|
-
"type": "stack",
|
|
597
596
|
"children": [
|
|
598
597
|
{
|
|
599
|
-
"
|
|
600
|
-
"
|
|
598
|
+
"type": "input",
|
|
599
|
+
"placeholder": "cache-key"
|
|
601
600
|
},
|
|
602
601
|
{
|
|
603
602
|
"type": "input",
|
|
604
603
|
"placeholder": "cache-value"
|
|
605
604
|
},
|
|
606
605
|
{
|
|
607
|
-
"type": "input",
|
|
608
606
|
"inputType": "number",
|
|
609
|
-
"placeholder": "3600"
|
|
607
|
+
"placeholder": "3600",
|
|
608
|
+
"type": "input"
|
|
610
609
|
}
|
|
611
610
|
],
|
|
612
|
-
"gap": "md"
|
|
611
|
+
"gap": "md",
|
|
612
|
+
"direction": "vertical",
|
|
613
|
+
"type": "stack"
|
|
613
614
|
},
|
|
614
615
|
{
|
|
615
|
-
"direction": "horizontal",
|
|
616
616
|
"gap": "sm",
|
|
617
|
-
"
|
|
617
|
+
"type": "stack",
|
|
618
618
|
"children": [
|
|
619
619
|
{
|
|
620
|
-
"
|
|
620
|
+
"icon": "download",
|
|
621
621
|
"label": "Get",
|
|
622
|
+
"action": "GET_KEY",
|
|
622
623
|
"variant": "primary",
|
|
623
|
-
"icon": "download",
|
|
624
624
|
"type": "button"
|
|
625
625
|
},
|
|
626
626
|
{
|
|
627
|
-
"label": "Set",
|
|
628
627
|
"icon": "upload",
|
|
629
628
|
"variant": "primary",
|
|
630
|
-
"
|
|
631
|
-
"type": "button"
|
|
629
|
+
"label": "Set",
|
|
630
|
+
"type": "button",
|
|
631
|
+
"action": "SET_KEY"
|
|
632
632
|
},
|
|
633
633
|
{
|
|
634
|
-
"action": "DELETE_KEY",
|
|
635
|
-
"icon": "trash-2",
|
|
636
|
-
"label": "Delete",
|
|
637
634
|
"type": "button",
|
|
635
|
+
"label": "Delete",
|
|
636
|
+
"icon": "trash-2",
|
|
637
|
+
"action": "DELETE_KEY",
|
|
638
638
|
"variant": "danger"
|
|
639
639
|
}
|
|
640
640
|
],
|
|
641
|
-
"
|
|
641
|
+
"justify": "center",
|
|
642
|
+
"direction": "horizontal"
|
|
642
643
|
}
|
|
643
644
|
],
|
|
644
|
-
"
|
|
645
|
-
"direction": "vertical"
|
|
645
|
+
"gap": "lg"
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
648
|
]
|
|
@@ -657,80 +657,80 @@
|
|
|
657
657
|
"main",
|
|
658
658
|
{
|
|
659
659
|
"direction": "vertical",
|
|
660
|
-
"gap": "lg",
|
|
661
|
-
"align": "center",
|
|
662
660
|
"type": "stack",
|
|
663
661
|
"children": [
|
|
664
662
|
{
|
|
665
663
|
"gap": "md",
|
|
666
|
-
"align": "center",
|
|
667
664
|
"type": "stack",
|
|
668
|
-
"direction": "horizontal",
|
|
669
665
|
"children": [
|
|
670
666
|
{
|
|
671
|
-
"
|
|
672
|
-
"
|
|
667
|
+
"name": "database",
|
|
668
|
+
"type": "icon"
|
|
673
669
|
},
|
|
674
670
|
{
|
|
675
|
-
"
|
|
671
|
+
"variant": "h2",
|
|
676
672
|
"content": "Redis Cache",
|
|
677
|
-
"
|
|
673
|
+
"type": "typography"
|
|
678
674
|
}
|
|
679
|
-
]
|
|
675
|
+
],
|
|
676
|
+
"align": "center",
|
|
677
|
+
"direction": "horizontal"
|
|
680
678
|
},
|
|
681
679
|
{
|
|
682
680
|
"type": "divider"
|
|
683
681
|
},
|
|
684
682
|
{
|
|
685
|
-
"type": "stack",
|
|
686
683
|
"direction": "vertical",
|
|
687
|
-
"
|
|
684
|
+
"type": "stack",
|
|
688
685
|
"children": [
|
|
689
686
|
{
|
|
690
|
-
"
|
|
691
|
-
"
|
|
687
|
+
"type": "input",
|
|
688
|
+
"placeholder": "cache-key"
|
|
692
689
|
},
|
|
693
690
|
{
|
|
694
|
-
"
|
|
695
|
-
"
|
|
691
|
+
"placeholder": "cache-value",
|
|
692
|
+
"type": "input"
|
|
696
693
|
},
|
|
697
694
|
{
|
|
698
|
-
"type": "input",
|
|
699
695
|
"inputType": "number",
|
|
700
|
-
"placeholder": "3600"
|
|
696
|
+
"placeholder": "3600",
|
|
697
|
+
"type": "input"
|
|
701
698
|
}
|
|
702
|
-
]
|
|
699
|
+
],
|
|
700
|
+
"gap": "md"
|
|
703
701
|
},
|
|
704
702
|
{
|
|
705
703
|
"children": [
|
|
706
704
|
{
|
|
707
705
|
"type": "button",
|
|
708
|
-
"label": "Get",
|
|
709
|
-
"icon": "download",
|
|
710
706
|
"variant": "primary",
|
|
711
|
-
"
|
|
707
|
+
"label": "Get",
|
|
708
|
+
"action": "GET_KEY",
|
|
709
|
+
"icon": "download"
|
|
712
710
|
},
|
|
713
711
|
{
|
|
714
|
-
"label": "Set",
|
|
715
|
-
"variant": "primary",
|
|
716
712
|
"type": "button",
|
|
713
|
+
"icon": "upload",
|
|
714
|
+
"variant": "primary",
|
|
717
715
|
"action": "SET_KEY",
|
|
718
|
-
"
|
|
716
|
+
"label": "Set"
|
|
719
717
|
},
|
|
720
718
|
{
|
|
721
|
-
"type": "button",
|
|
722
719
|
"label": "Delete",
|
|
723
720
|
"variant": "danger",
|
|
721
|
+
"type": "button",
|
|
724
722
|
"icon": "trash-2",
|
|
725
723
|
"action": "DELETE_KEY"
|
|
726
724
|
}
|
|
727
725
|
],
|
|
728
|
-
"type": "stack",
|
|
729
726
|
"gap": "sm",
|
|
730
|
-
"
|
|
731
|
-
"justify": "center"
|
|
727
|
+
"type": "stack",
|
|
728
|
+
"justify": "center",
|
|
729
|
+
"direction": "horizontal"
|
|
732
730
|
}
|
|
733
|
-
]
|
|
731
|
+
],
|
|
732
|
+
"gap": "lg",
|
|
733
|
+
"align": "center"
|
|
734
734
|
}
|
|
735
735
|
]
|
|
736
736
|
]
|