@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -277,8 +277,8 @@
277
277
  "ServiceCustomNoauth",
278
278
  {
279
279
  "emit": {
280
- "failure": "ServiceCustomNoauthLoadFailed",
281
- "success": "ServiceCustomNoauthLoaded"
280
+ "success": "ServiceCustomNoauthLoaded",
281
+ "failure": "ServiceCustomNoauthLoadFailed"
282
282
  }
283
283
  }
284
284
  ],
@@ -286,38 +286,35 @@
286
286
  "render-ui",
287
287
  "main",
288
288
  {
289
- "direction": "vertical",
290
- "gap": "lg",
291
289
  "align": "center",
292
- "type": "stack",
293
290
  "children": [
294
291
  {
295
- "type": "icon",
296
- "name": "globe"
292
+ "name": "globe",
293
+ "type": "icon"
297
294
  },
298
295
  {
299
- "variant": "h2",
300
296
  "type": "typography",
297
+ "variant": "h2",
301
298
  "content": "Public API Tester"
302
299
  },
303
300
  {
304
- "type": "input",
305
- "placeholder": "/users"
301
+ "placeholder": "/users",
302
+ "type": "input"
306
303
  },
307
304
  {
308
305
  "type": "select",
309
306
  "options": [
310
307
  {
311
- "value": "GET",
312
- "label": "GET"
308
+ "label": "GET",
309
+ "value": "GET"
313
310
  },
314
311
  {
315
- "label": "POST",
316
- "value": "POST"
312
+ "value": "POST",
313
+ "label": "POST"
317
314
  },
318
315
  {
319
- "label": "PUT",
320
- "value": "PUT"
316
+ "value": "PUT",
317
+ "label": "PUT"
321
318
  },
322
319
  {
323
320
  "label": "DELETE",
@@ -330,13 +327,16 @@
330
327
  "placeholder": "JSON request body"
331
328
  },
332
329
  {
333
- "variant": "primary",
330
+ "type": "button",
334
331
  "action": "CALL_API",
332
+ "icon": "send",
335
333
  "label": "Send Request",
336
- "type": "button",
337
- "icon": "send"
334
+ "variant": "primary"
338
335
  }
339
- ]
336
+ ],
337
+ "type": "stack",
338
+ "direction": "vertical",
339
+ "gap": "lg"
340
340
  }
341
341
  ]
342
342
  ]
@@ -350,9 +350,9 @@
350
350
  "render-ui",
351
351
  "main",
352
352
  {
353
- "title": "Calling API...",
353
+ "message": "Sending request to servicecustomnoauth endpoint...",
354
354
  "type": "loading-state",
355
- "message": "Sending request to servicecustomnoauth endpoint..."
355
+ "title": "Calling API..."
356
356
  }
357
357
  ],
358
358
  [
@@ -360,9 +360,9 @@
360
360
  "custom-noauth-api",
361
361
  "execute",
362
362
  {
363
- "body": "@entity.requestBody",
364
363
  "method": "@entity.method",
365
- "endpoint": "@entity.endpoint"
364
+ "endpoint": "@entity.endpoint",
365
+ "body": "@entity.requestBody"
366
366
  }
367
367
  ]
368
368
  ]
@@ -386,37 +386,37 @@
386
386
  "render-ui",
387
387
  "main",
388
388
  {
389
+ "direction": "vertical",
390
+ "type": "stack",
389
391
  "children": [
390
392
  {
391
393
  "type": "icon",
392
394
  "name": "check-circle"
393
395
  },
394
396
  {
395
- "variant": "h2",
396
397
  "type": "typography",
397
- "content": "Response"
398
+ "content": "Response",
399
+ "variant": "h2"
398
400
  },
399
401
  {
400
- "label": "@entity.statusCode",
402
+ "type": "badge",
401
403
  "variant": "info",
402
- "type": "badge"
404
+ "label": "@entity.statusCode"
403
405
  },
404
406
  {
407
+ "content": "@entity.responseData",
405
408
  "type": "code",
406
- "language": "json",
407
- "content": "@entity.responseData"
409
+ "language": "json"
408
410
  },
409
411
  {
410
- "variant": "ghost",
411
- "label": "New Request",
412
412
  "action": "RESET",
413
+ "label": "New Request",
413
414
  "type": "button",
415
+ "variant": "ghost",
414
416
  "icon": "rotate-ccw"
415
417
  }
416
418
  ],
417
419
  "gap": "lg",
418
- "direction": "vertical",
419
- "type": "stack",
420
420
  "align": "center"
421
421
  }
422
422
  ]
@@ -436,10 +436,10 @@
436
436
  "render-ui",
437
437
  "main",
438
438
  {
439
+ "type": "error-state",
439
440
  "onRetry": "RETRY",
440
441
  "message": "@entity.error",
441
- "title": "Request Failed",
442
- "type": "error-state"
442
+ "title": "Request Failed"
443
443
  }
444
444
  ]
445
445
  ]
@@ -453,34 +453,36 @@
453
453
  "render-ui",
454
454
  "main",
455
455
  {
456
+ "align": "center",
457
+ "gap": "lg",
456
458
  "children": [
457
459
  {
458
- "name": "globe",
459
- "type": "icon"
460
+ "type": "icon",
461
+ "name": "globe"
460
462
  },
461
463
  {
464
+ "variant": "h2",
462
465
  "type": "typography",
463
- "content": "Public API Tester",
464
- "variant": "h2"
466
+ "content": "Public API Tester"
465
467
  },
466
468
  {
467
- "type": "input",
468
- "placeholder": "/users"
469
+ "placeholder": "/users",
470
+ "type": "input"
469
471
  },
470
472
  {
471
473
  "type": "select",
472
474
  "options": [
473
475
  {
474
- "label": "GET",
475
- "value": "GET"
476
+ "value": "GET",
477
+ "label": "GET"
476
478
  },
477
479
  {
478
- "label": "POST",
479
- "value": "POST"
480
+ "value": "POST",
481
+ "label": "POST"
480
482
  },
481
483
  {
482
- "value": "PUT",
483
- "label": "PUT"
484
+ "label": "PUT",
485
+ "value": "PUT"
484
486
  },
485
487
  {
486
488
  "value": "DELETE",
@@ -493,17 +495,15 @@
493
495
  "placeholder": "JSON request body"
494
496
  },
495
497
  {
496
- "action": "CALL_API",
497
- "label": "Send Request",
498
- "type": "button",
499
498
  "icon": "send",
500
- "variant": "primary"
499
+ "type": "button",
500
+ "action": "CALL_API",
501
+ "variant": "primary",
502
+ "label": "Send Request"
501
503
  }
502
504
  ],
503
505
  "type": "stack",
504
- "align": "center",
505
- "direction": "vertical",
506
- "gap": "lg"
506
+ "direction": "vertical"
507
507
  }
508
508
  ]
509
509
  ]
@@ -517,20 +517,19 @@
517
517
  "render-ui",
518
518
  "main",
519
519
  {
520
- "type": "stack",
521
520
  "children": [
522
521
  {
523
522
  "name": "globe",
524
523
  "type": "icon"
525
524
  },
526
525
  {
527
- "content": "Public API Tester",
528
526
  "type": "typography",
527
+ "content": "Public API Tester",
529
528
  "variant": "h2"
530
529
  },
531
530
  {
532
- "type": "input",
533
- "placeholder": "/users"
531
+ "placeholder": "/users",
532
+ "type": "input"
534
533
  },
535
534
  {
536
535
  "options": [
@@ -547,8 +546,8 @@
547
546
  "label": "PUT"
548
547
  },
549
548
  {
550
- "label": "DELETE",
551
- "value": "DELETE"
549
+ "value": "DELETE",
550
+ "label": "DELETE"
552
551
  }
553
552
  ],
554
553
  "type": "select"
@@ -558,15 +557,16 @@
558
557
  "type": "textarea"
559
558
  },
560
559
  {
561
- "icon": "send",
562
- "type": "button",
563
560
  "label": "Send Request",
564
561
  "action": "CALL_API",
562
+ "icon": "send",
563
+ "type": "button",
565
564
  "variant": "primary"
566
565
  }
567
566
  ],
568
567
  "gap": "lg",
569
568
  "direction": "vertical",
569
+ "type": "stack",
570
570
  "align": "center"
571
571
  }
572
572
  ]
@@ -588,13 +588,13 @@
588
588
  "name": "globe"
589
589
  },
590
590
  {
591
- "type": "typography",
592
591
  "content": "Public API Tester",
593
- "variant": "h2"
592
+ "variant": "h2",
593
+ "type": "typography"
594
594
  },
595
595
  {
596
- "placeholder": "/users",
597
- "type": "input"
596
+ "type": "input",
597
+ "placeholder": "/users"
598
598
  },
599
599
  {
600
600
  "type": "select",
@@ -608,8 +608,8 @@
608
608
  "value": "POST"
609
609
  },
610
610
  {
611
- "value": "PUT",
612
- "label": "PUT"
611
+ "label": "PUT",
612
+ "value": "PUT"
613
613
  },
614
614
  {
615
615
  "value": "DELETE",
@@ -623,14 +623,14 @@
623
623
  },
624
624
  {
625
625
  "type": "button",
626
- "action": "CALL_API",
627
626
  "variant": "primary",
627
+ "icon": "send",
628
628
  "label": "Send Request",
629
- "icon": "send"
629
+ "action": "CALL_API"
630
630
  }
631
631
  ],
632
- "direction": "vertical",
633
632
  "align": "center",
633
+ "direction": "vertical",
634
634
  "gap": "lg"
635
635
  }
636
636
  ]
@@ -286,9 +286,6 @@
286
286
  "render-ui",
287
287
  "main",
288
288
  {
289
- "type": "stack",
290
- "align": "center",
291
- "direction": "vertical",
292
289
  "gap": "lg",
293
290
  "children": [
294
291
  {
@@ -296,16 +293,15 @@
296
293
  "type": "icon"
297
294
  },
298
295
  {
299
- "variant": "h2",
300
296
  "type": "typography",
297
+ "variant": "h2",
301
298
  "content": "Query Auth API Tester"
302
299
  },
303
300
  {
304
- "type": "input",
305
- "placeholder": "/users"
301
+ "placeholder": "/users",
302
+ "type": "input"
306
303
  },
307
304
  {
308
- "type": "select",
309
305
  "options": [
310
306
  {
311
307
  "label": "GET",
@@ -316,27 +312,31 @@
316
312
  "label": "POST"
317
313
  },
318
314
  {
319
- "label": "PUT",
320
- "value": "PUT"
315
+ "value": "PUT",
316
+ "label": "PUT"
321
317
  },
322
318
  {
323
- "label": "DELETE",
324
- "value": "DELETE"
319
+ "value": "DELETE",
320
+ "label": "DELETE"
325
321
  }
326
- ]
322
+ ],
323
+ "type": "select"
327
324
  },
328
325
  {
329
326
  "type": "textarea",
330
327
  "placeholder": "JSON request body"
331
328
  },
332
329
  {
333
- "variant": "primary",
330
+ "action": "CALL_API",
334
331
  "icon": "send",
335
- "type": "button",
336
332
  "label": "Send Request",
337
- "action": "CALL_API"
333
+ "variant": "primary",
334
+ "type": "button"
338
335
  }
339
- ]
336
+ ],
337
+ "direction": "vertical",
338
+ "type": "stack",
339
+ "align": "center"
340
340
  }
341
341
  ]
342
342
  ]
@@ -350,9 +350,9 @@
350
350
  "render-ui",
351
351
  "main",
352
352
  {
353
- "message": "Sending request to servicecustomquery endpoint...",
353
+ "title": "Calling API...",
354
354
  "type": "loading-state",
355
- "title": "Calling API..."
355
+ "message": "Sending request to servicecustomquery endpoint..."
356
356
  }
357
357
  ],
358
358
  [
@@ -386,38 +386,38 @@
386
386
  "render-ui",
387
387
  "main",
388
388
  {
389
- "type": "stack",
389
+ "gap": "lg",
390
390
  "align": "center",
391
- "direction": "vertical",
392
391
  "children": [
393
392
  {
394
393
  "type": "icon",
395
394
  "name": "check-circle"
396
395
  },
397
396
  {
398
- "variant": "h2",
399
397
  "type": "typography",
398
+ "variant": "h2",
400
399
  "content": "Response"
401
400
  },
402
401
  {
403
402
  "variant": "info",
404
- "type": "badge",
405
- "label": "@entity.statusCode"
403
+ "label": "@entity.statusCode",
404
+ "type": "badge"
406
405
  },
407
406
  {
408
- "content": "@entity.responseData",
407
+ "type": "code",
409
408
  "language": "json",
410
- "type": "code"
409
+ "content": "@entity.responseData"
411
410
  },
412
411
  {
413
- "label": "New Request",
414
- "type": "button",
415
- "variant": "ghost",
416
412
  "icon": "rotate-ccw",
417
- "action": "RESET"
413
+ "variant": "ghost",
414
+ "action": "RESET",
415
+ "label": "New Request",
416
+ "type": "button"
418
417
  }
419
418
  ],
420
- "gap": "lg"
419
+ "direction": "vertical",
420
+ "type": "stack"
421
421
  }
422
422
  ]
423
423
  ]
@@ -437,9 +437,9 @@
437
437
  "main",
438
438
  {
439
439
  "title": "Request Failed",
440
+ "type": "error-state",
440
441
  "message": "@entity.error",
441
- "onRetry": "RETRY",
442
- "type": "error-state"
442
+ "onRetry": "RETRY"
443
443
  }
444
444
  ]
445
445
  ]
@@ -454,21 +454,20 @@
454
454
  "main",
455
455
  {
456
456
  "type": "stack",
457
- "direction": "vertical",
458
457
  "align": "center",
459
458
  "children": [
460
459
  {
461
- "name": "search",
462
- "type": "icon"
460
+ "type": "icon",
461
+ "name": "search"
463
462
  },
464
463
  {
465
- "variant": "h2",
466
464
  "type": "typography",
467
- "content": "Query Auth API Tester"
465
+ "content": "Query Auth API Tester",
466
+ "variant": "h2"
468
467
  },
469
468
  {
470
- "placeholder": "/users",
471
- "type": "input"
469
+ "type": "input",
470
+ "placeholder": "/users"
472
471
  },
473
472
  {
474
473
  "type": "select",
@@ -482,12 +481,12 @@
482
481
  "value": "POST"
483
482
  },
484
483
  {
485
- "label": "PUT",
486
- "value": "PUT"
484
+ "value": "PUT",
485
+ "label": "PUT"
487
486
  },
488
487
  {
489
- "label": "DELETE",
490
- "value": "DELETE"
488
+ "value": "DELETE",
489
+ "label": "DELETE"
491
490
  }
492
491
  ]
493
492
  },
@@ -503,7 +502,8 @@
503
502
  "label": "Send Request"
504
503
  }
505
504
  ],
506
- "gap": "lg"
505
+ "gap": "lg",
506
+ "direction": "vertical"
507
507
  }
508
508
  ]
509
509
  ]
@@ -525,22 +525,23 @@
525
525
  },
526
526
  {
527
527
  "type": "typography",
528
- "content": "Query Auth API Tester",
529
- "variant": "h2"
528
+ "variant": "h2",
529
+ "content": "Query Auth API Tester"
530
530
  },
531
531
  {
532
- "type": "input",
533
- "placeholder": "/users"
532
+ "placeholder": "/users",
533
+ "type": "input"
534
534
  },
535
535
  {
536
+ "type": "select",
536
537
  "options": [
537
538
  {
538
539
  "label": "GET",
539
540
  "value": "GET"
540
541
  },
541
542
  {
542
- "value": "POST",
543
- "label": "POST"
543
+ "label": "POST",
544
+ "value": "POST"
544
545
  },
545
546
  {
546
547
  "label": "PUT",
@@ -550,24 +551,23 @@
550
551
  "value": "DELETE",
551
552
  "label": "DELETE"
552
553
  }
553
- ],
554
- "type": "select"
554
+ ]
555
555
  },
556
556
  {
557
557
  "type": "textarea",
558
558
  "placeholder": "JSON request body"
559
559
  },
560
560
  {
561
+ "icon": "send",
561
562
  "type": "button",
562
- "label": "Send Request",
563
+ "action": "CALL_API",
563
564
  "variant": "primary",
564
- "icon": "send",
565
- "action": "CALL_API"
565
+ "label": "Send Request"
566
566
  }
567
567
  ],
568
+ "gap": "lg",
568
569
  "type": "stack",
569
- "direction": "vertical",
570
- "gap": "lg"
570
+ "direction": "vertical"
571
571
  }
572
572
  ]
573
573
  ]
@@ -581,21 +581,20 @@
581
581
  "render-ui",
582
582
  "main",
583
583
  {
584
- "type": "stack",
585
- "gap": "lg",
584
+ "direction": "vertical",
586
585
  "children": [
587
586
  {
588
587
  "type": "icon",
589
588
  "name": "search"
590
589
  },
591
590
  {
592
- "content": "Query Auth API Tester",
593
591
  "type": "typography",
592
+ "content": "Query Auth API Tester",
594
593
  "variant": "h2"
595
594
  },
596
595
  {
597
- "placeholder": "/users",
598
- "type": "input"
596
+ "type": "input",
597
+ "placeholder": "/users"
599
598
  },
600
599
  {
601
600
  "type": "select",
@@ -613,8 +612,8 @@
613
612
  "value": "PUT"
614
613
  },
615
614
  {
616
- "value": "DELETE",
617
- "label": "DELETE"
615
+ "label": "DELETE",
616
+ "value": "DELETE"
618
617
  }
619
618
  ]
620
619
  },
@@ -623,15 +622,16 @@
623
622
  "type": "textarea"
624
623
  },
625
624
  {
625
+ "type": "button",
626
626
  "action": "CALL_API",
627
627
  "icon": "send",
628
- "type": "button",
629
628
  "variant": "primary",
630
629
  "label": "Send Request"
631
630
  }
632
631
  ],
633
632
  "align": "center",
634
- "direction": "vertical"
633
+ "type": "stack",
634
+ "gap": "lg"
635
635
  }
636
636
  ]
637
637
  ]