@almadar/std 8.5.1 → 10.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.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +68 -72
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -77,7 +77,7 @@
77
77
  "event": "ServiceStorageLoaded",
78
78
  "description": "Fired when ServiceStorage finishes loading",
79
79
  "scope": "internal",
80
- "payload": [
80
+ "payloadSchema": [
81
81
  {
82
82
  "name": "id",
83
83
  "type": "string"
@@ -132,7 +132,7 @@
132
132
  "event": "ServiceStorageLoadFailed",
133
133
  "description": "Fired when ServiceStorage fails to load",
134
134
  "scope": "internal",
135
- "payload": [
135
+ "payloadSchema": [
136
136
  {
137
137
  "name": "message",
138
138
  "type": "string"
@@ -142,7 +142,7 @@
142
142
  {
143
143
  "event": "ServiceStorageStorageCompleted",
144
144
  "scope": "internal",
145
- "payload": [
145
+ "payloadSchema": [
146
146
  {
147
147
  "name": "result",
148
148
  "type": "object"
@@ -152,7 +152,7 @@
152
152
  {
153
153
  "event": "ServiceStorageStorageFailed",
154
154
  "scope": "internal",
155
- "payload": [
155
+ "payloadSchema": [
156
156
  {
157
157
  "name": "error",
158
158
  "type": "string"
@@ -204,7 +204,7 @@
204
204
  {
205
205
  "key": "EXECUTED",
206
206
  "name": "Executed",
207
- "payload": [
207
+ "payloadSchema": [
208
208
  {
209
209
  "name": "data",
210
210
  "type": "string",
@@ -215,7 +215,7 @@
215
215
  {
216
216
  "key": "FAILED",
217
217
  "name": "Failed",
218
- "payload": [
218
+ "payloadSchema": [
219
219
  {
220
220
  "name": "error",
221
221
  "type": "string",
@@ -230,7 +230,7 @@
230
230
  {
231
231
  "key": "ServiceStorageLoaded",
232
232
  "name": "ServiceStorage loaded",
233
- "payload": [
233
+ "payloadSchema": [
234
234
  {
235
235
  "name": "id",
236
236
  "type": "string"
@@ -284,7 +284,7 @@
284
284
  {
285
285
  "key": "ServiceStorageLoadFailed",
286
286
  "name": "ServiceStorage load failed",
287
- "payload": [
287
+ "payloadSchema": [
288
288
  {
289
289
  "name": "message",
290
290
  "type": "string"
@@ -294,7 +294,7 @@
294
294
  {
295
295
  "key": "ServiceStorageStorageCompleted",
296
296
  "name": "ServiceStorage storage completed",
297
- "payload": [
297
+ "payloadSchema": [
298
298
  {
299
299
  "name": "result",
300
300
  "type": "object"
@@ -304,7 +304,7 @@
304
304
  {
305
305
  "key": "ServiceStorageStorageFailed",
306
306
  "name": "ServiceStorage storage failed",
307
- "payload": [
307
+ "payloadSchema": [
308
308
  {
309
309
  "name": "error",
310
310
  "type": "string"
@@ -327,8 +327,8 @@
327
327
  "ServiceStorage",
328
328
  {
329
329
  "emit": {
330
- "failure": "ServiceStorageLoadFailed",
331
- "success": "ServiceStorageLoaded"
330
+ "success": "ServiceStorageLoaded",
331
+ "failure": "ServiceStorageLoadFailed"
332
332
  }
333
333
  }
334
334
  ],
@@ -337,83 +337,83 @@
337
337
  "main",
338
338
  {
339
339
  "align": "stretch",
340
- "gap": "lg",
341
- "direction": "vertical",
342
340
  "children": [
343
341
  {
342
+ "gap": "md",
343
+ "align": "center",
344
+ "type": "stack",
345
+ "direction": "horizontal",
344
346
  "children": [
345
347
  {
346
- "name": "hard-drive",
347
- "type": "icon"
348
+ "type": "icon",
349
+ "name": "hard-drive"
348
350
  },
349
351
  {
350
- "content": "ServiceStorage Storage",
352
+ "variant": "h2",
351
353
  "type": "typography",
352
- "variant": "h2"
354
+ "content": "ServiceStorage Storage"
353
355
  }
354
- ],
355
- "align": "center",
356
- "direction": "horizontal",
357
- "type": "stack",
358
- "gap": "md"
356
+ ]
359
357
  },
360
358
  {
361
359
  "type": "divider"
362
360
  },
363
361
  {
364
- "type": "input",
365
- "placeholder": "bucket-name"
362
+ "placeholder": "bucket-name",
363
+ "type": "input"
366
364
  },
367
365
  {
368
366
  "type": "input",
369
367
  "placeholder": "path/to/file.txt"
370
368
  },
371
369
  {
372
- "placeholder": "path/prefix/",
373
- "type": "input"
370
+ "type": "input",
371
+ "placeholder": "path/prefix/"
374
372
  },
375
373
  {
376
- "type": "textarea",
377
- "placeholder": "File content..."
374
+ "placeholder": "File content...",
375
+ "type": "textarea"
378
376
  },
379
377
  {
380
- "type": "stack",
381
- "direction": "horizontal",
382
- "justify": "center",
383
378
  "children": [
384
379
  {
385
- "variant": "primary",
386
380
  "action": "UPLOAD_FILE",
387
381
  "label": "Upload",
388
382
  "type": "button",
383
+ "variant": "primary",
389
384
  "icon": "upload"
390
385
  },
391
386
  {
387
+ "action": "DOWNLOAD_FILE",
392
388
  "type": "button",
393
- "variant": "secondary",
394
- "icon": "download",
395
389
  "label": "Download",
396
- "action": "DOWNLOAD_FILE"
390
+ "variant": "secondary",
391
+ "icon": "download"
397
392
  },
398
393
  {
399
- "icon": "list",
400
- "action": "LIST_FILES",
401
394
  "label": "List",
402
395
  "type": "button",
396
+ "icon": "list",
397
+ "action": "LIST_FILES",
403
398
  "variant": "secondary"
404
399
  },
405
400
  {
406
- "label": "Delete",
407
- "variant": "danger",
408
- "icon": "trash-2",
409
401
  "type": "button",
402
+ "icon": "trash-2",
403
+ "variant": "danger",
404
+ "label": "Delete",
410
405
  "action": "DELETE_FILE"
411
406
  }
412
407
  ],
408
+ "type": "stack",
409
+ "direction": "horizontal",
410
+ "justify": "center",
413
411
  "gap": "sm"
414
412
  }
415
413
  ],
416
- "type": "stack"
414
+ "type": "stack",
415
+ "gap": "lg",
416
+ "direction": "vertical"
417
417
  }
418
418
  ]
419
419
  ]
@@ -427,9 +427,9 @@
427
427
  "render-ui",
428
428
  "main",
429
429
  {
430
- "message": "Executing storage operation on servicestorage...",
430
+ "type": "loading-state",
431
431
  "title": "Processing...",
432
- "type": "loading-state"
432
+ "message": "Executing storage operation on servicestorage..."
433
433
  }
434
434
  ],
435
435
  [
@@ -437,14 +437,14 @@
437
437
  "storage",
438
438
  "upload",
439
439
  {
440
- "key": "@entity.fileKey",
440
+ "bucket": "@entity.bucket",
441
441
  "content": "@entity.content",
442
- "bucket": "@entity.bucket"
442
+ "key": "@entity.fileKey"
443
443
  },
444
444
  {
445
445
  "emit": {
446
- "failure": "ServiceStorageStorageFailed",
447
- "success": "ServiceStorageStorageCompleted"
446
+ "success": "ServiceStorageStorageCompleted",
447
+ "failure": "ServiceStorageStorageFailed"
448
448
  }
449
449
  }
450
450
  ]
@@ -460,8 +460,8 @@
460
460
  "main",
461
461
  {
462
462
  "message": "Executing storage operation on servicestorage...",
463
- "title": "Processing...",
464
- "type": "loading-state"
463
+ "type": "loading-state",
464
+ "title": "Processing..."
465
465
  }
466
466
  ],
467
467
  [
@@ -469,13 +469,13 @@
469
469
  "storage",
470
470
  "download",
471
471
  {
472
- "bucket": "@entity.bucket",
473
- "key": "@entity.fileKey"
472
+ "key": "@entity.fileKey",
473
+ "bucket": "@entity.bucket"
474
474
  },
475
475
  {
476
476
  "emit": {
477
- "success": "ServiceStorageStorageCompleted",
478
- "failure": "ServiceStorageStorageFailed"
477
+ "failure": "ServiceStorageStorageFailed",
478
+ "success": "ServiceStorageStorageCompleted"
479
479
  }
480
480
  }
481
481
  ]
@@ -490,9 +490,9 @@
490
490
  "render-ui",
491
491
  "main",
492
492
  {
493
+ "message": "Executing storage operation on servicestorage...",
493
494
  "type": "loading-state",
494
- "title": "Processing...",
495
- "message": "Executing storage operation on servicestorage..."
495
+ "title": "Processing..."
496
496
  }
497
497
  ],
498
498
  [
@@ -521,9 +521,9 @@
521
521
  "render-ui",
522
522
  "main",
523
523
  {
524
- "message": "Executing storage operation on servicestorage...",
524
+ "title": "Processing...",
525
525
  "type": "loading-state",
526
- "title": "Processing..."
526
+ "message": "Executing storage operation on servicestorage..."
527
527
  }
528
528
  ],
529
529
  [
@@ -531,13 +531,13 @@
531
531
  "storage",
532
532
  "delete",
533
533
  {
534
- "key": "@entity.fileKey",
535
- "bucket": "@entity.bucket"
534
+ "bucket": "@entity.bucket",
535
+ "key": "@entity.fileKey"
536
536
  },
537
537
  {
538
538
  "emit": {
539
- "failure": "ServiceStorageStorageFailed",
540
- "success": "ServiceStorageStorageCompleted"
539
+ "success": "ServiceStorageStorageCompleted",
540
+ "failure": "ServiceStorageStorageFailed"
541
541
  }
542
542
  }
543
543
  ]
@@ -565,31 +565,31 @@
565
565
  "align": "center",
566
566
  "children": [
567
567
  {
568
- "name": "check-circle",
569
- "type": "icon"
568
+ "type": "icon",
569
+ "name": "check-circle"
570
570
  },
571
571
  {
572
+ "message": "Operation completed successfully",
572
573
  "type": "alert",
573
- "variant": "success",
574
- "message": "Operation completed successfully"
574
+ "variant": "success"
575
575
  },
576
576
  {
577
- "color": "muted",
578
- "content": "@entity.result",
579
577
  "type": "typography",
580
- "variant": "body"
578
+ "variant": "body",
579
+ "color": "muted",
580
+ "content": "@entity.result"
581
581
  },
582
582
  {
583
- "type": "button",
583
+ "variant": "ghost",
584
584
  "action": "RESET",
585
+ "type": "button",
585
586
  "label": "Back",
586
- "variant": "ghost",
587
587
  "icon": "rotate-ccw"
588
588
  }
589
589
  ],
590
+ "gap": "lg",
590
591
  "type": "stack",
591
- "direction": "vertical",
592
- "gap": "lg"
592
+ "direction": "vertical"
593
593
  }
594
594
  ]
595
595
  ]
@@ -613,24 +613,24 @@
613
613
  "render-ui",
614
614
  "main",
615
615
  {
616
+ "align": "center",
616
617
  "type": "stack",
617
618
  "gap": "lg",
618
- "direction": "vertical",
619
- "align": "center",
620
619
  "children": [
621
620
  {
621
+ "type": "error-state",
622
622
  "title": "Operation Failed",
623
- "message": "@entity.error",
624
- "type": "error-state"
623
+ "message": "@entity.error"
625
624
  },
626
625
  {
626
+ "label": "Back",
627
627
  "action": "RESET",
628
628
  "variant": "ghost",
629
629
  "icon": "rotate-ccw",
630
- "type": "button",
631
- "label": "Back"
630
+ "type": "button"
632
631
  }
633
- ]
632
+ ],
633
+ "direction": "vertical"
634
634
  }
635
635
  ]
636
636
  ]
@@ -649,27 +649,23 @@
649
649
  "render-ui",
650
650
  "main",
651
651
  {
652
- "align": "stretch",
653
- "gap": "lg",
654
- "type": "stack",
655
- "direction": "vertical",
656
652
  "children": [
657
653
  {
654
+ "direction": "horizontal",
655
+ "type": "stack",
658
656
  "align": "center",
657
+ "gap": "md",
659
658
  "children": [
660
659
  {
661
660
  "type": "icon",
662
661
  "name": "hard-drive"
663
662
  },
664
663
  {
665
- "type": "typography",
664
+ "content": "ServiceStorage Storage",
666
665
  "variant": "h2",
667
- "content": "ServiceStorage Storage"
666
+ "type": "typography"
668
667
  }
669
- ],
670
- "direction": "horizontal",
671
- "type": "stack",
672
- "gap": "md"
668
+ ]
673
669
  },
674
670
  {
675
671
  "type": "divider"
@@ -679,54 +675,58 @@
679
675
  "placeholder": "bucket-name"
680
676
  },
681
677
  {
682
- "placeholder": "path/to/file.txt",
683
- "type": "input"
678
+ "type": "input",
679
+ "placeholder": "path/to/file.txt"
684
680
  },
685
681
  {
686
682
  "type": "input",
687
683
  "placeholder": "path/prefix/"
688
684
  },
689
685
  {
690
- "type": "textarea",
691
- "placeholder": "File content..."
686
+ "placeholder": "File content...",
687
+ "type": "textarea"
692
688
  },
693
689
  {
690
+ "gap": "sm",
691
+ "type": "stack",
692
+ "justify": "center",
694
693
  "children": [
695
694
  {
695
+ "action": "UPLOAD_FILE",
696
696
  "label": "Upload",
697
697
  "variant": "primary",
698
698
  "icon": "upload",
699
- "action": "UPLOAD_FILE",
700
699
  "type": "button"
701
700
  },
702
701
  {
703
- "action": "DOWNLOAD_FILE",
704
- "label": "Download",
705
702
  "variant": "secondary",
706
- "type": "button",
707
- "icon": "download"
703
+ "icon": "download",
704
+ "label": "Download",
705
+ "action": "DOWNLOAD_FILE",
706
+ "type": "button"
708
707
  },
709
708
  {
710
709
  "action": "LIST_FILES",
710
+ "label": "List",
711
711
  "variant": "secondary",
712
- "type": "button",
713
712
  "icon": "list",
714
- "label": "List"
713
+ "type": "button"
715
714
  },
716
715
  {
717
- "label": "Delete",
718
716
  "icon": "trash-2",
719
- "variant": "danger",
720
717
  "type": "button",
721
- "action": "DELETE_FILE"
718
+ "action": "DELETE_FILE",
719
+ "label": "Delete",
720
+ "variant": "danger"
722
721
  }
723
722
  ],
724
- "direction": "horizontal",
725
- "gap": "sm",
726
- "type": "stack",
727
- "justify": "center"
723
+ "direction": "horizontal"
728
724
  }
729
- ]
725
+ ],
726
+ "align": "stretch",
727
+ "gap": "lg",
728
+ "type": "stack",
729
+ "direction": "vertical"
730
730
  }
731
731
  ]
732
732
  ]
@@ -745,25 +745,25 @@
745
745
  "render-ui",
746
746
  "main",
747
747
  {
748
- "gap": "lg",
748
+ "align": "stretch",
749
749
  "type": "stack",
750
750
  "children": [
751
751
  {
752
- "type": "stack",
753
752
  "gap": "md",
753
+ "type": "stack",
754
754
  "align": "center",
755
+ "direction": "horizontal",
755
756
  "children": [
756
757
  {
757
758
  "name": "hard-drive",
758
759
  "type": "icon"
759
760
  },
760
761
  {
761
- "content": "ServiceStorage Storage",
762
762
  "variant": "h2",
763
+ "content": "ServiceStorage Storage",
763
764
  "type": "typography"
764
765
  }
765
- ],
766
- "direction": "horizontal"
766
+ ]
767
767
  },
768
768
  {
769
769
  "type": "divider"
@@ -773,56 +773,56 @@
773
773
  "placeholder": "bucket-name"
774
774
  },
775
775
  {
776
- "placeholder": "path/to/file.txt",
777
- "type": "input"
776
+ "type": "input",
777
+ "placeholder": "path/to/file.txt"
778
778
  },
779
779
  {
780
- "type": "input",
781
- "placeholder": "path/prefix/"
780
+ "placeholder": "path/prefix/",
781
+ "type": "input"
782
782
  },
783
783
  {
784
- "type": "textarea",
785
- "placeholder": "File content..."
784
+ "placeholder": "File content...",
785
+ "type": "textarea"
786
786
  },
787
787
  {
788
+ "gap": "sm",
789
+ "type": "stack",
788
790
  "justify": "center",
791
+ "direction": "horizontal",
789
792
  "children": [
790
793
  {
791
- "type": "button",
792
- "label": "Upload",
793
794
  "variant": "primary",
795
+ "icon": "upload",
794
796
  "action": "UPLOAD_FILE",
795
- "icon": "upload"
797
+ "label": "Upload",
798
+ "type": "button"
796
799
  },
797
800
  {
798
- "type": "button",
799
- "icon": "download",
800
- "variant": "secondary",
801
801
  "action": "DOWNLOAD_FILE",
802
- "label": "Download"
802
+ "label": "Download",
803
+ "variant": "secondary",
804
+ "icon": "download",
805
+ "type": "button"
803
806
  },
804
807
  {
805
- "action": "LIST_FILES",
806
808
  "type": "button",
809
+ "action": "LIST_FILES",
807
810
  "variant": "secondary",
808
- "label": "List",
809
- "icon": "list"
811
+ "icon": "list",
812
+ "label": "List"
810
813
  },
811
814
  {
815
+ "action": "DELETE_FILE",
812
816
  "variant": "danger",
813
817
  "type": "button",
814
- "action": "DELETE_FILE",
815
- "label": "Delete",
816
- "icon": "trash-2"
818
+ "icon": "trash-2",
819
+ "label": "Delete"
817
820
  }
818
- ],
819
- "type": "stack",
820
- "gap": "sm",
821
- "direction": "horizontal"
821
+ ]
822
822
  }
823
823
  ],
824
- "align": "stretch",
825
- "direction": "vertical"
824
+ "direction": "vertical",
825
+ "gap": "lg"
826
826
  }
827
827
  ]
828
828
  ]
@@ -845,4 +845,4 @@
845
845
  ]
846
846
  }
847
847
  ]
848
- }
848
+ }