@almadar/std 8.3.0 → 8.4.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 +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. package/package.json +1 -1
@@ -88,9 +88,9 @@
88
88
  "main",
89
89
  {
90
90
  "variant": "primary",
91
- "type": "button",
91
+ "action": "SAVE",
92
92
  "label": "Fire Create SAVE",
93
- "action": "SAVE"
93
+ "type": "button"
94
94
  }
95
95
  ]
96
96
  ]
@@ -112,9 +112,9 @@
112
112
  "main",
113
113
  {
114
114
  "label": "Fire Create SAVE",
115
- "action": "SAVE",
115
+ "variant": "primary",
116
116
  "type": "button",
117
- "variant": "primary"
117
+ "action": "SAVE"
118
118
  }
119
119
  ]
120
120
  ]
@@ -182,9 +182,9 @@
182
182
  "render-ui",
183
183
  "main",
184
184
  {
185
- "variant": "secondary",
186
- "action": "SAVE",
187
185
  "type": "button",
186
+ "action": "SAVE",
187
+ "variant": "secondary",
188
188
  "label": "Fire Edit SAVE"
189
189
  }
190
190
  ]
@@ -206,9 +206,9 @@
206
206
  "render-ui",
207
207
  "main",
208
208
  {
209
+ "type": "button",
209
210
  "action": "SAVE",
210
211
  "variant": "secondary",
211
- "type": "button",
212
212
  "label": "Fire Edit SAVE"
213
213
  }
214
214
  ]
@@ -373,8 +373,8 @@
373
373
  "render-ui",
374
374
  "main",
375
375
  {
376
- "type": "typography",
377
376
  "content": "Persistor idle",
377
+ "type": "typography",
378
378
  "variant": "caption"
379
379
  }
380
380
  ]
@@ -390,8 +390,8 @@
390
390
  "create",
391
391
  "Probe",
392
392
  {
393
- "kind": "create",
394
- "name": "probe-created"
393
+ "name": "probe-created",
394
+ "kind": "create"
395
395
  },
396
396
  {
397
397
  "emit": {
@@ -404,9 +404,9 @@
404
404
  "render-ui",
405
405
  "main",
406
406
  {
407
+ "type": "typography",
407
408
  "variant": "caption",
408
- "content": "DO_CREATE fired",
409
- "type": "typography"
409
+ "content": "DO_CREATE fired"
410
410
  }
411
411
  ]
412
412
  ]
@@ -426,8 +426,8 @@
426
426
  },
427
427
  {
428
428
  "emit": {
429
- "success": "ProbeUpdated",
430
- "failure": "ProbeUpdateFailed"
429
+ "failure": "ProbeUpdateFailed",
430
+ "success": "ProbeUpdated"
431
431
  }
432
432
  }
433
433
  ],
@@ -334,17 +334,17 @@
334
334
  "render-ui",
335
335
  "main",
336
336
  {
337
- "type": "stack",
338
337
  "align": "center",
339
- "direction": "vertical",
338
+ "gap": "lg",
339
+ "type": "stack",
340
340
  "children": [
341
341
  {
342
342
  "name": "shield",
343
343
  "type": "icon"
344
344
  },
345
345
  {
346
- "type": "typography",
347
346
  "variant": "h2",
347
+ "type": "typography",
348
348
  "content": "Bearer API Tester"
349
349
  },
350
350
  {
@@ -354,20 +354,20 @@
354
354
  {
355
355
  "options": [
356
356
  {
357
- "value": "GET",
358
- "label": "GET"
357
+ "label": "GET",
358
+ "value": "GET"
359
359
  },
360
360
  {
361
361
  "value": "POST",
362
362
  "label": "POST"
363
363
  },
364
364
  {
365
- "value": "PUT",
366
- "label": "PUT"
365
+ "label": "PUT",
366
+ "value": "PUT"
367
367
  },
368
368
  {
369
- "value": "DELETE",
370
- "label": "DELETE"
369
+ "label": "DELETE",
370
+ "value": "DELETE"
371
371
  }
372
372
  ],
373
373
  "type": "select"
@@ -377,14 +377,14 @@
377
377
  "placeholder": "JSON request body"
378
378
  },
379
379
  {
380
- "variant": "primary",
380
+ "label": "Send Request",
381
381
  "type": "button",
382
- "icon": "send",
383
382
  "action": "CALL_API",
384
- "label": "Send Request"
383
+ "icon": "send",
384
+ "variant": "primary"
385
385
  }
386
386
  ],
387
- "gap": "lg"
387
+ "direction": "vertical"
388
388
  }
389
389
  ]
390
390
  ]
@@ -398,9 +398,9 @@
398
398
  "render-ui",
399
399
  "main",
400
400
  {
401
+ "message": "Sending request to servicecustombearer endpoint...",
401
402
  "type": "loading-state",
402
- "title": "Calling API...",
403
- "message": "Sending request to servicecustombearer endpoint..."
403
+ "title": "Calling API..."
404
404
  }
405
405
  ],
406
406
  [
@@ -408,14 +408,14 @@
408
408
  "custom-bearer-api",
409
409
  "execute",
410
410
  {
411
- "body": "@entity.requestBody",
412
411
  "endpoint": "@entity.endpoint",
413
- "method": "@entity.method"
412
+ "method": "@entity.method",
413
+ "body": "@entity.requestBody"
414
414
  },
415
415
  {
416
416
  "emit": {
417
- "failure": "ServiceCustomBearerCustomBearerApiFailed",
418
- "success": "ServiceCustomBearerCustomBearerApiCompleted"
417
+ "success": "ServiceCustomBearerCustomBearerApiCompleted",
418
+ "failure": "ServiceCustomBearerCustomBearerApiFailed"
419
419
  }
420
420
  }
421
421
  ]
@@ -440,26 +440,26 @@
440
440
  "render-ui",
441
441
  "main",
442
442
  {
443
- "type": "stack",
443
+ "align": "center",
444
444
  "children": [
445
445
  {
446
446
  "type": "icon",
447
447
  "name": "check-circle"
448
448
  },
449
449
  {
450
- "type": "typography",
450
+ "variant": "h2",
451
451
  "content": "Response",
452
- "variant": "h2"
452
+ "type": "typography"
453
453
  },
454
454
  {
455
455
  "type": "badge",
456
- "variant": "info",
457
- "label": "@entity.statusCode"
456
+ "label": "@entity.statusCode",
457
+ "variant": "info"
458
458
  },
459
459
  {
460
- "type": "code-block",
461
460
  "code": "@entity.responseData",
462
- "language": "json"
461
+ "language": "json",
462
+ "type": "code-block"
463
463
  },
464
464
  {
465
465
  "icon": "rotate-ccw",
@@ -469,9 +469,9 @@
469
469
  "label": "New Request"
470
470
  }
471
471
  ],
472
- "gap": "lg",
473
- "align": "center",
474
- "direction": "vertical"
472
+ "type": "stack",
473
+ "direction": "vertical",
474
+ "gap": "lg"
475
475
  }
476
476
  ]
477
477
  ]
@@ -490,9 +490,9 @@
490
490
  "render-ui",
491
491
  "main",
492
492
  {
493
- "message": "@entity.error",
494
493
  "type": "error-state",
495
494
  "onRetry": "RETRY",
495
+ "message": "@entity.error",
496
496
  "title": "Request Failed"
497
497
  }
498
498
  ]
@@ -507,10 +507,6 @@
507
507
  "render-ui",
508
508
  "main",
509
509
  {
510
- "align": "center",
511
- "type": "stack",
512
- "gap": "lg",
513
- "direction": "vertical",
514
510
  "children": [
515
511
  {
516
512
  "type": "icon",
@@ -526,38 +522,42 @@
526
522
  "type": "input"
527
523
  },
528
524
  {
529
- "type": "select",
530
525
  "options": [
531
526
  {
532
- "label": "GET",
533
- "value": "GET"
527
+ "value": "GET",
528
+ "label": "GET"
534
529
  },
535
530
  {
536
- "label": "POST",
537
- "value": "POST"
531
+ "value": "POST",
532
+ "label": "POST"
538
533
  },
539
534
  {
540
- "value": "PUT",
541
- "label": "PUT"
535
+ "label": "PUT",
536
+ "value": "PUT"
542
537
  },
543
538
  {
544
- "label": "DELETE",
545
- "value": "DELETE"
539
+ "value": "DELETE",
540
+ "label": "DELETE"
546
541
  }
547
- ]
542
+ ],
543
+ "type": "select"
548
544
  },
549
545
  {
550
- "placeholder": "JSON request body",
551
- "type": "textarea"
546
+ "type": "textarea",
547
+ "placeholder": "JSON request body"
552
548
  },
553
549
  {
554
- "icon": "send",
555
- "action": "CALL_API",
556
550
  "variant": "primary",
557
551
  "type": "button",
558
- "label": "Send Request"
552
+ "label": "Send Request",
553
+ "icon": "send",
554
+ "action": "CALL_API"
559
555
  }
560
- ]
556
+ ],
557
+ "direction": "vertical",
558
+ "align": "center",
559
+ "type": "stack",
560
+ "gap": "lg"
561
561
  }
562
562
  ]
563
563
  ]
@@ -571,29 +571,34 @@
571
571
  "render-ui",
572
572
  "main",
573
573
  {
574
+ "type": "stack",
575
+ "direction": "vertical",
576
+ "gap": "lg",
577
+ "align": "center",
574
578
  "children": [
575
579
  {
576
- "name": "shield",
577
- "type": "icon"
580
+ "type": "icon",
581
+ "name": "shield"
578
582
  },
579
583
  {
584
+ "content": "Bearer API Tester",
580
585
  "variant": "h2",
581
- "type": "typography",
582
- "content": "Bearer API Tester"
586
+ "type": "typography"
583
587
  },
584
588
  {
585
- "placeholder": "/users",
586
- "type": "input"
589
+ "type": "input",
590
+ "placeholder": "/users"
587
591
  },
588
592
  {
593
+ "type": "select",
589
594
  "options": [
590
595
  {
591
596
  "label": "GET",
592
597
  "value": "GET"
593
598
  },
594
599
  {
595
- "value": "POST",
596
- "label": "POST"
600
+ "label": "POST",
601
+ "value": "POST"
597
602
  },
598
603
  {
599
604
  "label": "PUT",
@@ -603,25 +608,20 @@
603
608
  "value": "DELETE",
604
609
  "label": "DELETE"
605
610
  }
606
- ],
607
- "type": "select"
611
+ ]
608
612
  },
609
613
  {
610
614
  "type": "textarea",
611
615
  "placeholder": "JSON request body"
612
616
  },
613
617
  {
614
- "variant": "primary",
615
- "label": "Send Request",
618
+ "type": "button",
616
619
  "icon": "send",
617
620
  "action": "CALL_API",
618
- "type": "button"
621
+ "variant": "primary",
622
+ "label": "Send Request"
619
623
  }
620
- ],
621
- "gap": "lg",
622
- "align": "center",
623
- "type": "stack",
624
- "direction": "vertical"
624
+ ]
625
625
  }
626
626
  ]
627
627
  ]
@@ -635,47 +635,44 @@
635
635
  "render-ui",
636
636
  "main",
637
637
  {
638
- "direction": "vertical",
639
- "align": "center",
640
- "type": "stack",
641
638
  "children": [
642
639
  {
643
- "name": "shield",
644
- "type": "icon"
640
+ "type": "icon",
641
+ "name": "shield"
645
642
  },
646
643
  {
647
- "content": "Bearer API Tester",
648
644
  "type": "typography",
649
- "variant": "h2"
645
+ "variant": "h2",
646
+ "content": "Bearer API Tester"
650
647
  },
651
648
  {
652
649
  "placeholder": "/users",
653
650
  "type": "input"
654
651
  },
655
652
  {
653
+ "type": "select",
656
654
  "options": [
657
655
  {
658
- "label": "GET",
659
- "value": "GET"
656
+ "value": "GET",
657
+ "label": "GET"
660
658
  },
661
659
  {
662
- "value": "POST",
663
- "label": "POST"
660
+ "label": "POST",
661
+ "value": "POST"
664
662
  },
665
663
  {
666
664
  "value": "PUT",
667
665
  "label": "PUT"
668
666
  },
669
667
  {
670
- "label": "DELETE",
671
- "value": "DELETE"
668
+ "value": "DELETE",
669
+ "label": "DELETE"
672
670
  }
673
- ],
674
- "type": "select"
671
+ ]
675
672
  },
676
673
  {
677
- "placeholder": "JSON request body",
678
- "type": "textarea"
674
+ "type": "textarea",
675
+ "placeholder": "JSON request body"
679
676
  },
680
677
  {
681
678
  "variant": "primary",
@@ -685,7 +682,10 @@
685
682
  "type": "button"
686
683
  }
687
684
  ],
688
- "gap": "lg"
685
+ "direction": "vertical",
686
+ "type": "stack",
687
+ "gap": "lg",
688
+ "align": "center"
689
689
  }
690
690
  ]
691
691
  ]