@almadar/std 10.0.0 → 11.0.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- 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
|
],
|
|
@@ -320,81 +320,81 @@
|
|
|
320
320
|
"render-ui",
|
|
321
321
|
"main",
|
|
322
322
|
{
|
|
323
|
+
"type": "stack",
|
|
324
|
+
"direction": "vertical",
|
|
323
325
|
"align": "center",
|
|
324
326
|
"children": [
|
|
325
327
|
{
|
|
328
|
+
"type": "stack",
|
|
326
329
|
"align": "center",
|
|
330
|
+
"direction": "horizontal",
|
|
327
331
|
"children": [
|
|
328
332
|
{
|
|
329
333
|
"type": "icon",
|
|
330
334
|
"name": "database"
|
|
331
335
|
},
|
|
332
336
|
{
|
|
337
|
+
"content": "Redis Cache",
|
|
333
338
|
"type": "typography",
|
|
334
|
-
"variant": "h2"
|
|
335
|
-
"content": "Redis Cache"
|
|
339
|
+
"variant": "h2"
|
|
336
340
|
}
|
|
337
341
|
],
|
|
338
|
-
"type": "stack",
|
|
339
|
-
"direction": "horizontal",
|
|
340
342
|
"gap": "md"
|
|
341
343
|
},
|
|
342
344
|
{
|
|
343
345
|
"type": "divider"
|
|
344
346
|
},
|
|
345
347
|
{
|
|
346
|
-
"type": "stack",
|
|
347
|
-
"gap": "md",
|
|
348
348
|
"direction": "vertical",
|
|
349
|
+
"gap": "md",
|
|
350
|
+
"type": "stack",
|
|
349
351
|
"children": [
|
|
350
352
|
{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
+
"placeholder": "cache-key",
|
|
354
|
+
"type": "input"
|
|
353
355
|
},
|
|
354
356
|
{
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
+
"placeholder": "cache-value",
|
|
358
|
+
"type": "input"
|
|
357
359
|
},
|
|
358
360
|
{
|
|
359
|
-
"
|
|
361
|
+
"type": "input",
|
|
360
362
|
"placeholder": "3600",
|
|
361
|
-
"
|
|
363
|
+
"inputType": "number"
|
|
362
364
|
}
|
|
363
365
|
]
|
|
364
366
|
},
|
|
365
367
|
{
|
|
366
|
-
"direction": "horizontal",
|
|
367
368
|
"type": "stack",
|
|
369
|
+
"direction": "horizontal",
|
|
368
370
|
"justify": "center",
|
|
369
371
|
"children": [
|
|
370
372
|
{
|
|
371
|
-
"variant": "primary",
|
|
372
373
|
"type": "button",
|
|
373
|
-
"label": "Get",
|
|
374
374
|
"action": "GET_KEY",
|
|
375
|
+
"label": "Get",
|
|
376
|
+
"variant": "primary",
|
|
375
377
|
"icon": "download"
|
|
376
378
|
},
|
|
377
379
|
{
|
|
378
|
-
"
|
|
379
|
-
"icon": "upload",
|
|
380
|
+
"label": "Set",
|
|
380
381
|
"action": "SET_KEY",
|
|
382
|
+
"type": "button",
|
|
381
383
|
"variant": "primary",
|
|
382
|
-
"
|
|
384
|
+
"icon": "upload"
|
|
383
385
|
},
|
|
384
386
|
{
|
|
385
|
-
"label": "Delete",
|
|
386
387
|
"type": "button",
|
|
387
388
|
"action": "DELETE_KEY",
|
|
388
|
-
"
|
|
389
|
-
"icon": "trash-2"
|
|
389
|
+
"label": "Delete",
|
|
390
|
+
"icon": "trash-2",
|
|
391
|
+
"variant": "danger"
|
|
390
392
|
}
|
|
391
393
|
],
|
|
392
394
|
"gap": "sm"
|
|
393
395
|
}
|
|
394
396
|
],
|
|
395
|
-
"gap": "lg"
|
|
396
|
-
"direction": "vertical",
|
|
397
|
-
"type": "stack"
|
|
397
|
+
"gap": "lg"
|
|
398
398
|
}
|
|
399
399
|
]
|
|
400
400
|
]
|
|
@@ -408,9 +408,9 @@
|
|
|
408
408
|
"render-ui",
|
|
409
409
|
"main",
|
|
410
410
|
{
|
|
411
|
-
"
|
|
411
|
+
"type": "loading-state",
|
|
412
412
|
"title": "Executing...",
|
|
413
|
-
"
|
|
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
|
-
"title": "Executing...",
|
|
442
441
|
"message": "Running redis operation...",
|
|
443
|
-
"type": "loading-state"
|
|
442
|
+
"type": "loading-state",
|
|
443
|
+
"title": "Executing..."
|
|
444
444
|
}
|
|
445
445
|
],
|
|
446
446
|
[
|
|
@@ -448,14 +448,14 @@
|
|
|
448
448
|
"redis",
|
|
449
449
|
"set",
|
|
450
450
|
{
|
|
451
|
+
"ttl": "@entity.ttl",
|
|
451
452
|
"key": "@entity.key",
|
|
452
|
-
"value": "@entity.value"
|
|
453
|
-
"ttl": "@entity.ttl"
|
|
453
|
+
"value": "@entity.value"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"emit": {
|
|
457
|
-
"
|
|
458
|
-
"
|
|
457
|
+
"failure": "ServiceRedisRedisFailed",
|
|
458
|
+
"success": "ServiceRedisRedisCompleted"
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
]
|
|
@@ -471,8 +471,8 @@
|
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
473
|
"message": "Running redis operation...",
|
|
474
|
-
"
|
|
475
|
-
"
|
|
474
|
+
"type": "loading-state",
|
|
475
|
+
"title": "Executing..."
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
@@ -505,34 +505,34 @@
|
|
|
505
505
|
"render-ui",
|
|
506
506
|
"main",
|
|
507
507
|
{
|
|
508
|
-
"gap": "lg",
|
|
509
|
-
"type": "stack",
|
|
510
|
-
"direction": "vertical",
|
|
511
508
|
"children": [
|
|
512
509
|
{
|
|
513
|
-
"
|
|
514
|
-
"
|
|
510
|
+
"name": "check-circle",
|
|
511
|
+
"type": "icon"
|
|
515
512
|
},
|
|
516
513
|
{
|
|
514
|
+
"type": "alert",
|
|
517
515
|
"variant": "success",
|
|
518
|
-
"message": "Operation complete"
|
|
519
|
-
"type": "alert"
|
|
516
|
+
"message": "Operation complete"
|
|
520
517
|
},
|
|
521
518
|
{
|
|
522
519
|
"content": "@entity.result",
|
|
523
|
-
"
|
|
520
|
+
"color": "muted",
|
|
524
521
|
"type": "typography",
|
|
525
|
-
"
|
|
522
|
+
"variant": "body"
|
|
526
523
|
},
|
|
527
524
|
{
|
|
528
525
|
"variant": "ghost",
|
|
526
|
+
"action": "RESET",
|
|
529
527
|
"icon": "rotate-ccw",
|
|
530
|
-
"type": "button",
|
|
531
528
|
"label": "Reset",
|
|
532
|
-
"
|
|
529
|
+
"type": "button"
|
|
533
530
|
}
|
|
534
531
|
],
|
|
535
|
-
"align": "center"
|
|
532
|
+
"align": "center",
|
|
533
|
+
"type": "stack",
|
|
534
|
+
"direction": "vertical",
|
|
535
|
+
"gap": "lg"
|
|
536
536
|
}
|
|
537
537
|
]
|
|
538
538
|
]
|
|
@@ -552,8 +552,8 @@
|
|
|
552
552
|
"main",
|
|
553
553
|
{
|
|
554
554
|
"onRetry": "RESET",
|
|
555
|
-
"message": "@entity.error",
|
|
556
555
|
"title": "Redis Error",
|
|
556
|
+
"message": "@entity.error",
|
|
557
557
|
"type": "error-state"
|
|
558
558
|
}
|
|
559
559
|
]
|
|
@@ -568,81 +568,81 @@
|
|
|
568
568
|
"render-ui",
|
|
569
569
|
"main",
|
|
570
570
|
{
|
|
571
|
-
"direction": "vertical",
|
|
572
571
|
"gap": "lg",
|
|
572
|
+
"direction": "vertical",
|
|
573
|
+
"align": "center",
|
|
574
|
+
"type": "stack",
|
|
573
575
|
"children": [
|
|
574
576
|
{
|
|
575
|
-
"direction": "horizontal",
|
|
576
|
-
"type": "stack",
|
|
577
577
|
"gap": "md",
|
|
578
|
-
"
|
|
578
|
+
"type": "stack",
|
|
579
|
+
"direction": "horizontal",
|
|
579
580
|
"children": [
|
|
580
581
|
{
|
|
581
|
-
"
|
|
582
|
-
"
|
|
582
|
+
"type": "icon",
|
|
583
|
+
"name": "database"
|
|
583
584
|
},
|
|
584
585
|
{
|
|
586
|
+
"content": "Redis Cache",
|
|
585
587
|
"variant": "h2",
|
|
586
|
-
"type": "typography"
|
|
587
|
-
"content": "Redis Cache"
|
|
588
|
+
"type": "typography"
|
|
588
589
|
}
|
|
589
|
-
]
|
|
590
|
+
],
|
|
591
|
+
"align": "center"
|
|
590
592
|
},
|
|
591
593
|
{
|
|
592
594
|
"type": "divider"
|
|
593
595
|
},
|
|
594
596
|
{
|
|
597
|
+
"direction": "vertical",
|
|
595
598
|
"type": "stack",
|
|
599
|
+
"gap": "md",
|
|
596
600
|
"children": [
|
|
597
601
|
{
|
|
598
602
|
"type": "input",
|
|
599
603
|
"placeholder": "cache-key"
|
|
600
604
|
},
|
|
601
605
|
{
|
|
602
|
-
"
|
|
603
|
-
"
|
|
606
|
+
"placeholder": "cache-value",
|
|
607
|
+
"type": "input"
|
|
604
608
|
},
|
|
605
609
|
{
|
|
606
|
-
"type": "input",
|
|
607
610
|
"inputType": "number",
|
|
611
|
+
"type": "input",
|
|
608
612
|
"placeholder": "3600"
|
|
609
613
|
}
|
|
610
|
-
]
|
|
611
|
-
"direction": "vertical",
|
|
612
|
-
"gap": "md"
|
|
614
|
+
]
|
|
613
615
|
},
|
|
614
616
|
{
|
|
615
|
-
"
|
|
616
|
-
"direction": "horizontal",
|
|
617
|
+
"gap": "sm",
|
|
617
618
|
"children": [
|
|
618
619
|
{
|
|
619
620
|
"variant": "primary",
|
|
621
|
+
"icon": "download",
|
|
620
622
|
"label": "Get",
|
|
621
623
|
"action": "GET_KEY",
|
|
622
|
-
"icon": "download",
|
|
623
624
|
"type": "button"
|
|
624
625
|
},
|
|
625
626
|
{
|
|
627
|
+
"type": "button",
|
|
628
|
+
"variant": "primary",
|
|
626
629
|
"action": "SET_KEY",
|
|
627
630
|
"icon": "upload",
|
|
628
|
-
"label": "Set"
|
|
629
|
-
"variant": "primary",
|
|
630
|
-
"type": "button"
|
|
631
|
+
"label": "Set"
|
|
631
632
|
},
|
|
632
633
|
{
|
|
633
634
|
"icon": "trash-2",
|
|
634
|
-
"
|
|
635
|
+
"label": "Delete",
|
|
635
636
|
"type": "button",
|
|
636
|
-
"
|
|
637
|
-
"
|
|
637
|
+
"action": "DELETE_KEY",
|
|
638
|
+
"variant": "danger"
|
|
638
639
|
}
|
|
639
640
|
],
|
|
641
|
+
"type": "stack",
|
|
640
642
|
"justify": "center",
|
|
641
|
-
"
|
|
643
|
+
"direction": "horizontal"
|
|
642
644
|
}
|
|
643
|
-
]
|
|
644
|
-
"type": "stack",
|
|
645
|
-
"align": "center"
|
|
645
|
+
]
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
648
|
]
|
|
@@ -656,19 +656,19 @@
|
|
|
656
656
|
"render-ui",
|
|
657
657
|
"main",
|
|
658
658
|
{
|
|
659
|
+
"type": "stack",
|
|
659
660
|
"direction": "vertical",
|
|
660
|
-
"gap": "lg",
|
|
661
661
|
"align": "center",
|
|
662
662
|
"children": [
|
|
663
663
|
{
|
|
664
|
-
"gap": "md",
|
|
665
664
|
"type": "stack",
|
|
666
|
-
"align": "center",
|
|
667
665
|
"direction": "horizontal",
|
|
666
|
+
"gap": "md",
|
|
667
|
+
"align": "center",
|
|
668
668
|
"children": [
|
|
669
669
|
{
|
|
670
|
-
"
|
|
671
|
-
"
|
|
670
|
+
"type": "icon",
|
|
671
|
+
"name": "database"
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
674
|
"type": "typography",
|
|
@@ -681,9 +681,6 @@
|
|
|
681
681
|
"type": "divider"
|
|
682
682
|
},
|
|
683
683
|
{
|
|
684
|
-
"gap": "md",
|
|
685
|
-
"type": "stack",
|
|
686
|
-
"direction": "vertical",
|
|
687
684
|
"children": [
|
|
688
685
|
{
|
|
689
686
|
"type": "input",
|
|
@@ -694,43 +691,46 @@
|
|
|
694
691
|
"placeholder": "cache-value"
|
|
695
692
|
},
|
|
696
693
|
{
|
|
697
|
-
"placeholder": "3600",
|
|
698
694
|
"type": "input",
|
|
695
|
+
"placeholder": "3600",
|
|
699
696
|
"inputType": "number"
|
|
700
697
|
}
|
|
701
|
-
]
|
|
698
|
+
],
|
|
699
|
+
"gap": "md",
|
|
700
|
+
"direction": "vertical",
|
|
701
|
+
"type": "stack"
|
|
702
702
|
},
|
|
703
703
|
{
|
|
704
|
-
"type": "stack",
|
|
705
704
|
"direction": "horizontal",
|
|
705
|
+
"type": "stack",
|
|
706
706
|
"gap": "sm",
|
|
707
707
|
"justify": "center",
|
|
708
708
|
"children": [
|
|
709
709
|
{
|
|
710
|
+
"label": "Get",
|
|
710
711
|
"action": "GET_KEY",
|
|
711
712
|
"variant": "primary",
|
|
712
713
|
"type": "button",
|
|
713
|
-
"icon": "download"
|
|
714
|
-
"label": "Get"
|
|
714
|
+
"icon": "download"
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
|
-
"
|
|
718
|
-
"icon": "upload",
|
|
717
|
+
"variant": "primary",
|
|
719
718
|
"label": "Set",
|
|
720
719
|
"action": "SET_KEY",
|
|
721
|
-
"
|
|
720
|
+
"type": "button",
|
|
721
|
+
"icon": "upload"
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
|
-
"icon": "trash-2",
|
|
725
724
|
"type": "button",
|
|
725
|
+
"icon": "trash-2",
|
|
726
726
|
"action": "DELETE_KEY",
|
|
727
|
-
"
|
|
728
|
-
"
|
|
727
|
+
"variant": "danger",
|
|
728
|
+
"label": "Delete"
|
|
729
729
|
}
|
|
730
730
|
]
|
|
731
731
|
}
|
|
732
732
|
],
|
|
733
|
-
"
|
|
733
|
+
"gap": "lg"
|
|
734
734
|
}
|
|
735
735
|
]
|
|
736
736
|
]
|