@almadar/std 8.5.1 → 9.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"event": "ServiceRedisLoaded",
|
|
74
74
|
"description": "Fired when ServiceRedis finishes loading",
|
|
75
75
|
"scope": "internal",
|
|
76
|
-
"
|
|
76
|
+
"payloadSchema": [
|
|
77
77
|
{
|
|
78
78
|
"name": "id",
|
|
79
79
|
"type": "string"
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"event": "ServiceRedisLoadFailed",
|
|
125
125
|
"description": "Fired when ServiceRedis fails to load",
|
|
126
126
|
"scope": "internal",
|
|
127
|
-
"
|
|
127
|
+
"payloadSchema": [
|
|
128
128
|
{
|
|
129
129
|
"name": "message",
|
|
130
130
|
"type": "string"
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
{
|
|
135
135
|
"event": "ServiceRedisRedisCompleted",
|
|
136
136
|
"scope": "internal",
|
|
137
|
-
"
|
|
137
|
+
"payloadSchema": [
|
|
138
138
|
{
|
|
139
139
|
"name": "result",
|
|
140
140
|
"type": "object"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
{
|
|
145
145
|
"event": "ServiceRedisRedisFailed",
|
|
146
146
|
"scope": "internal",
|
|
147
|
-
"
|
|
147
|
+
"payloadSchema": [
|
|
148
148
|
{
|
|
149
149
|
"name": "error",
|
|
150
150
|
"type": "string"
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
{
|
|
193
193
|
"key": "EXECUTED",
|
|
194
194
|
"name": "Executed",
|
|
195
|
-
"
|
|
195
|
+
"payloadSchema": [
|
|
196
196
|
{
|
|
197
197
|
"name": "data",
|
|
198
198
|
"type": "string",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
{
|
|
204
204
|
"key": "FAILED",
|
|
205
205
|
"name": "Failed",
|
|
206
|
-
"
|
|
206
|
+
"payloadSchema": [
|
|
207
207
|
{
|
|
208
208
|
"name": "error",
|
|
209
209
|
"type": "string",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
{
|
|
219
219
|
"key": "ServiceRedisLoaded",
|
|
220
220
|
"name": "ServiceRedis loaded",
|
|
221
|
-
"
|
|
221
|
+
"payloadSchema": [
|
|
222
222
|
{
|
|
223
223
|
"name": "id",
|
|
224
224
|
"type": "string"
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
{
|
|
269
269
|
"key": "ServiceRedisLoadFailed",
|
|
270
270
|
"name": "ServiceRedis load failed",
|
|
271
|
-
"
|
|
271
|
+
"payloadSchema": [
|
|
272
272
|
{
|
|
273
273
|
"name": "message",
|
|
274
274
|
"type": "string"
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
{
|
|
279
279
|
"key": "ServiceRedisRedisCompleted",
|
|
280
280
|
"name": "ServiceRedis redis completed",
|
|
281
|
-
"
|
|
281
|
+
"payloadSchema": [
|
|
282
282
|
{
|
|
283
283
|
"name": "result",
|
|
284
284
|
"type": "object"
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
{
|
|
289
289
|
"key": "ServiceRedisRedisFailed",
|
|
290
290
|
"name": "ServiceRedis redis failed",
|
|
291
|
-
"
|
|
291
|
+
"payloadSchema": [
|
|
292
292
|
{
|
|
293
293
|
"name": "error",
|
|
294
294
|
"type": "string"
|
|
@@ -311,8 +311,8 @@
|
|
|
311
311
|
"ServiceRedis",
|
|
312
312
|
{
|
|
313
313
|
"emit": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"success": "ServiceRedisLoaded",
|
|
315
|
+
"failure": "ServiceRedisLoadFailed"
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
],
|
|
@@ -320,34 +320,32 @@
|
|
|
320
320
|
"render-ui",
|
|
321
321
|
"main",
|
|
322
322
|
{
|
|
323
|
-
"type": "stack",
|
|
324
|
-
"gap": "lg",
|
|
325
|
-
"direction": "vertical",
|
|
326
323
|
"align": "center",
|
|
327
324
|
"children": [
|
|
328
325
|
{
|
|
329
|
-
"
|
|
330
|
-
"gap": "md",
|
|
331
|
-
"direction": "horizontal",
|
|
326
|
+
"align": "center",
|
|
332
327
|
"children": [
|
|
333
328
|
{
|
|
334
329
|
"type": "icon",
|
|
335
330
|
"name": "database"
|
|
336
331
|
},
|
|
337
332
|
{
|
|
338
|
-
"variant": "h2",
|
|
339
333
|
"type": "typography",
|
|
334
|
+
"variant": "h2",
|
|
340
335
|
"content": "Redis Cache"
|
|
341
336
|
}
|
|
342
337
|
],
|
|
343
|
-
"
|
|
338
|
+
"type": "stack",
|
|
339
|
+
"direction": "horizontal",
|
|
340
|
+
"gap": "md"
|
|
344
341
|
},
|
|
345
342
|
{
|
|
346
343
|
"type": "divider"
|
|
347
344
|
},
|
|
348
345
|
{
|
|
349
|
-
"direction": "vertical",
|
|
350
346
|
"type": "stack",
|
|
347
|
+
"gap": "md",
|
|
348
|
+
"direction": "vertical",
|
|
351
349
|
"children": [
|
|
352
350
|
{
|
|
353
351
|
"type": "input",
|
|
@@ -358,43 +356,45 @@
|
|
|
358
356
|
"placeholder": "cache-value"
|
|
359
357
|
},
|
|
360
358
|
{
|
|
361
|
-
"type": "input",
|
|
362
359
|
"inputType": "number",
|
|
363
|
-
"placeholder": "3600"
|
|
360
|
+
"placeholder": "3600",
|
|
361
|
+
"type": "input"
|
|
364
362
|
}
|
|
365
|
-
]
|
|
366
|
-
"gap": "md"
|
|
363
|
+
]
|
|
367
364
|
},
|
|
368
365
|
{
|
|
369
|
-
"justify": "center",
|
|
370
366
|
"direction": "horizontal",
|
|
371
|
-
"gap": "sm",
|
|
372
367
|
"type": "stack",
|
|
368
|
+
"justify": "center",
|
|
373
369
|
"children": [
|
|
374
370
|
{
|
|
375
|
-
"
|
|
371
|
+
"variant": "primary",
|
|
376
372
|
"type": "button",
|
|
377
373
|
"label": "Get",
|
|
378
|
-
"
|
|
379
|
-
"
|
|
374
|
+
"action": "GET_KEY",
|
|
375
|
+
"icon": "download"
|
|
380
376
|
},
|
|
381
377
|
{
|
|
382
|
-
"variant": "primary",
|
|
383
|
-
"label": "Set",
|
|
384
|
-
"icon": "upload",
|
|
385
378
|
"type": "button",
|
|
386
|
-
"
|
|
379
|
+
"icon": "upload",
|
|
380
|
+
"action": "SET_KEY",
|
|
381
|
+
"variant": "primary",
|
|
382
|
+
"label": "Set"
|
|
387
383
|
},
|
|
388
384
|
{
|
|
389
|
-
"action": "DELETE_KEY",
|
|
390
|
-
"type": "button",
|
|
391
|
-
"icon": "trash-2",
|
|
392
385
|
"label": "Delete",
|
|
393
|
-
"
|
|
386
|
+
"type": "button",
|
|
387
|
+
"action": "DELETE_KEY",
|
|
388
|
+
"variant": "danger",
|
|
389
|
+
"icon": "trash-2"
|
|
394
390
|
}
|
|
395
|
-
]
|
|
391
|
+
],
|
|
392
|
+
"gap": "sm"
|
|
396
393
|
}
|
|
397
|
-
]
|
|
394
|
+
],
|
|
395
|
+
"gap": "lg",
|
|
396
|
+
"direction": "vertical",
|
|
397
|
+
"type": "stack"
|
|
398
398
|
}
|
|
399
399
|
]
|
|
400
400
|
]
|
|
@@ -408,9 +408,9 @@
|
|
|
408
408
|
"render-ui",
|
|
409
409
|
"main",
|
|
410
410
|
{
|
|
411
|
-
"
|
|
411
|
+
"message": "Running redis operation...",
|
|
412
412
|
"title": "Executing...",
|
|
413
|
-
"
|
|
413
|
+
"type": "loading-state"
|
|
414
414
|
}
|
|
415
415
|
],
|
|
416
416
|
[
|
|
@@ -422,8 +422,8 @@
|
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"emit": {
|
|
425
|
-
"
|
|
426
|
-
"
|
|
425
|
+
"failure": "ServiceRedisRedisFailed",
|
|
426
|
+
"success": "ServiceRedisRedisCompleted"
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
]
|
|
@@ -438,9 +438,9 @@
|
|
|
438
438
|
"render-ui",
|
|
439
439
|
"main",
|
|
440
440
|
{
|
|
441
|
+
"title": "Executing...",
|
|
441
442
|
"message": "Running redis operation...",
|
|
442
|
-
"type": "loading-state"
|
|
443
|
-
"title": "Executing..."
|
|
443
|
+
"type": "loading-state"
|
|
444
444
|
}
|
|
445
445
|
],
|
|
446
446
|
[
|
|
@@ -454,8 +454,8 @@
|
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"emit": {
|
|
457
|
-
"
|
|
458
|
-
"
|
|
457
|
+
"success": "ServiceRedisRedisCompleted",
|
|
458
|
+
"failure": "ServiceRedisRedisFailed"
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
]
|
|
@@ -470,9 +470,9 @@
|
|
|
470
470
|
"render-ui",
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
|
-
"type": "loading-state",
|
|
474
473
|
"message": "Running redis operation...",
|
|
475
|
-
"title": "Executing..."
|
|
474
|
+
"title": "Executing...",
|
|
475
|
+
"type": "loading-state"
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
@@ -505,30 +505,30 @@
|
|
|
505
505
|
"render-ui",
|
|
506
506
|
"main",
|
|
507
507
|
{
|
|
508
|
+
"gap": "lg",
|
|
508
509
|
"type": "stack",
|
|
509
510
|
"direction": "vertical",
|
|
510
|
-
"gap": "lg",
|
|
511
511
|
"children": [
|
|
512
512
|
{
|
|
513
|
-
"
|
|
514
|
-
"
|
|
513
|
+
"type": "icon",
|
|
514
|
+
"name": "check-circle"
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
|
-
"message": "Operation complete",
|
|
518
517
|
"variant": "success",
|
|
518
|
+
"message": "Operation complete",
|
|
519
519
|
"type": "alert"
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
|
-
"variant": "body",
|
|
523
522
|
"content": "@entity.result",
|
|
523
|
+
"variant": "body",
|
|
524
524
|
"type": "typography",
|
|
525
525
|
"color": "muted"
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
|
-
"
|
|
528
|
+
"variant": "ghost",
|
|
529
529
|
"icon": "rotate-ccw",
|
|
530
|
+
"type": "button",
|
|
530
531
|
"label": "Reset",
|
|
531
|
-
"variant": "ghost",
|
|
532
532
|
"action": "RESET"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
@@ -551,10 +551,10 @@
|
|
|
551
551
|
"render-ui",
|
|
552
552
|
"main",
|
|
553
553
|
{
|
|
554
|
-
"
|
|
555
|
-
"title": "Redis Error",
|
|
554
|
+
"onRetry": "RESET",
|
|
556
555
|
"message": "@entity.error",
|
|
557
|
-
"
|
|
556
|
+
"title": "Redis Error",
|
|
557
|
+
"type": "error-state"
|
|
558
558
|
}
|
|
559
559
|
]
|
|
560
560
|
]
|
|
@@ -568,31 +568,31 @@
|
|
|
568
568
|
"render-ui",
|
|
569
569
|
"main",
|
|
570
570
|
{
|
|
571
|
-
"type": "stack",
|
|
572
571
|
"direction": "vertical",
|
|
573
|
-
"
|
|
572
|
+
"gap": "lg",
|
|
574
573
|
"children": [
|
|
575
574
|
{
|
|
575
|
+
"direction": "horizontal",
|
|
576
576
|
"type": "stack",
|
|
577
|
+
"gap": "md",
|
|
578
|
+
"align": "center",
|
|
577
579
|
"children": [
|
|
578
580
|
{
|
|
579
581
|
"name": "database",
|
|
580
582
|
"type": "icon"
|
|
581
583
|
},
|
|
582
584
|
{
|
|
585
|
+
"variant": "h2",
|
|
583
586
|
"type": "typography",
|
|
584
|
-
"content": "Redis Cache"
|
|
585
|
-
"variant": "h2"
|
|
587
|
+
"content": "Redis Cache"
|
|
586
588
|
}
|
|
587
|
-
]
|
|
588
|
-
"direction": "horizontal",
|
|
589
|
-
"gap": "md",
|
|
590
|
-
"align": "center"
|
|
589
|
+
]
|
|
591
590
|
},
|
|
592
591
|
{
|
|
593
592
|
"type": "divider"
|
|
594
593
|
},
|
|
595
594
|
{
|
|
595
|
+
"type": "stack",
|
|
596
596
|
"children": [
|
|
597
597
|
{
|
|
598
598
|
"type": "input",
|
|
@@ -603,46 +603,46 @@
|
|
|
603
603
|
"placeholder": "cache-value"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
+
"type": "input",
|
|
606
607
|
"inputType": "number",
|
|
607
|
-
"placeholder": "3600"
|
|
608
|
-
"type": "input"
|
|
608
|
+
"placeholder": "3600"
|
|
609
609
|
}
|
|
610
610
|
],
|
|
611
|
-
"gap": "md",
|
|
612
611
|
"direction": "vertical",
|
|
613
|
-
"
|
|
612
|
+
"gap": "md"
|
|
614
613
|
},
|
|
615
614
|
{
|
|
616
|
-
"gap": "sm",
|
|
617
615
|
"type": "stack",
|
|
616
|
+
"direction": "horizontal",
|
|
618
617
|
"children": [
|
|
619
618
|
{
|
|
620
|
-
"
|
|
619
|
+
"variant": "primary",
|
|
621
620
|
"label": "Get",
|
|
622
621
|
"action": "GET_KEY",
|
|
623
|
-
"
|
|
622
|
+
"icon": "download",
|
|
624
623
|
"type": "button"
|
|
625
624
|
},
|
|
626
625
|
{
|
|
626
|
+
"action": "SET_KEY",
|
|
627
627
|
"icon": "upload",
|
|
628
|
-
"variant": "primary",
|
|
629
628
|
"label": "Set",
|
|
630
|
-
"
|
|
631
|
-
"
|
|
629
|
+
"variant": "primary",
|
|
630
|
+
"type": "button"
|
|
632
631
|
},
|
|
633
632
|
{
|
|
634
|
-
"type": "button",
|
|
635
|
-
"label": "Delete",
|
|
636
633
|
"icon": "trash-2",
|
|
637
634
|
"action": "DELETE_KEY",
|
|
638
|
-
"
|
|
635
|
+
"type": "button",
|
|
636
|
+
"variant": "danger",
|
|
637
|
+
"label": "Delete"
|
|
639
638
|
}
|
|
640
639
|
],
|
|
641
640
|
"justify": "center",
|
|
642
|
-
"
|
|
641
|
+
"gap": "sm"
|
|
643
642
|
}
|
|
644
643
|
],
|
|
645
|
-
"
|
|
644
|
+
"type": "stack",
|
|
645
|
+
"align": "center"
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
648
|
]
|
|
@@ -657,80 +657,80 @@
|
|
|
657
657
|
"main",
|
|
658
658
|
{
|
|
659
659
|
"direction": "vertical",
|
|
660
|
-
"
|
|
660
|
+
"gap": "lg",
|
|
661
|
+
"align": "center",
|
|
661
662
|
"children": [
|
|
662
663
|
{
|
|
663
664
|
"gap": "md",
|
|
664
665
|
"type": "stack",
|
|
666
|
+
"align": "center",
|
|
667
|
+
"direction": "horizontal",
|
|
665
668
|
"children": [
|
|
666
669
|
{
|
|
667
670
|
"name": "database",
|
|
668
671
|
"type": "icon"
|
|
669
672
|
},
|
|
670
673
|
{
|
|
671
|
-
"
|
|
674
|
+
"type": "typography",
|
|
672
675
|
"content": "Redis Cache",
|
|
673
|
-
"
|
|
676
|
+
"variant": "h2"
|
|
674
677
|
}
|
|
675
|
-
]
|
|
676
|
-
"align": "center",
|
|
677
|
-
"direction": "horizontal"
|
|
678
|
+
]
|
|
678
679
|
},
|
|
679
680
|
{
|
|
680
681
|
"type": "divider"
|
|
681
682
|
},
|
|
682
683
|
{
|
|
683
|
-
"
|
|
684
|
+
"gap": "md",
|
|
684
685
|
"type": "stack",
|
|
686
|
+
"direction": "vertical",
|
|
685
687
|
"children": [
|
|
686
688
|
{
|
|
687
689
|
"type": "input",
|
|
688
690
|
"placeholder": "cache-key"
|
|
689
691
|
},
|
|
690
692
|
{
|
|
691
|
-
"
|
|
692
|
-
"
|
|
693
|
+
"type": "input",
|
|
694
|
+
"placeholder": "cache-value"
|
|
693
695
|
},
|
|
694
696
|
{
|
|
695
|
-
"inputType": "number",
|
|
696
697
|
"placeholder": "3600",
|
|
697
|
-
"type": "input"
|
|
698
|
+
"type": "input",
|
|
699
|
+
"inputType": "number"
|
|
698
700
|
}
|
|
699
|
-
]
|
|
700
|
-
"gap": "md"
|
|
701
|
+
]
|
|
701
702
|
},
|
|
702
703
|
{
|
|
704
|
+
"type": "stack",
|
|
705
|
+
"direction": "horizontal",
|
|
706
|
+
"gap": "sm",
|
|
707
|
+
"justify": "center",
|
|
703
708
|
"children": [
|
|
704
709
|
{
|
|
705
|
-
"type": "button",
|
|
706
|
-
"variant": "primary",
|
|
707
|
-
"label": "Get",
|
|
708
710
|
"action": "GET_KEY",
|
|
709
|
-
"
|
|
711
|
+
"variant": "primary",
|
|
712
|
+
"type": "button",
|
|
713
|
+
"icon": "download",
|
|
714
|
+
"label": "Get"
|
|
710
715
|
},
|
|
711
716
|
{
|
|
712
717
|
"type": "button",
|
|
713
718
|
"icon": "upload",
|
|
714
|
-
"
|
|
719
|
+
"label": "Set",
|
|
715
720
|
"action": "SET_KEY",
|
|
716
|
-
"
|
|
721
|
+
"variant": "primary"
|
|
717
722
|
},
|
|
718
723
|
{
|
|
719
|
-
"label": "Delete",
|
|
720
|
-
"variant": "danger",
|
|
721
|
-
"type": "button",
|
|
722
724
|
"icon": "trash-2",
|
|
723
|
-
"
|
|
725
|
+
"type": "button",
|
|
726
|
+
"action": "DELETE_KEY",
|
|
727
|
+
"label": "Delete",
|
|
728
|
+
"variant": "danger"
|
|
724
729
|
}
|
|
725
|
-
]
|
|
726
|
-
"gap": "sm",
|
|
727
|
-
"type": "stack",
|
|
728
|
-
"justify": "center",
|
|
729
|
-
"direction": "horizontal"
|
|
730
|
+
]
|
|
730
731
|
}
|
|
731
732
|
],
|
|
732
|
-
"
|
|
733
|
-
"align": "center"
|
|
733
|
+
"type": "stack"
|
|
734
734
|
}
|
|
735
735
|
]
|
|
736
736
|
]
|
|
@@ -753,4 +753,4 @@
|
|
|
753
753
|
]
|
|
754
754
|
}
|
|
755
755
|
]
|
|
756
|
-
}
|
|
756
|
+
}
|