@almadar/std 10.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  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 +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  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 +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  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 +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  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 +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -325,8 +325,8 @@
325
325
  "ServiceCustomBearer",
326
326
  {
327
327
  "emit": {
328
- "success": "ServiceCustomBearerLoaded",
329
- "failure": "ServiceCustomBearerLoadFailed"
328
+ "failure": "ServiceCustomBearerLoadFailed",
329
+ "success": "ServiceCustomBearerLoaded"
330
330
  }
331
331
  }
332
332
  ],
@@ -334,21 +334,22 @@
334
334
  "render-ui",
335
335
  "main",
336
336
  {
337
- "direction": "vertical",
338
337
  "align": "center",
338
+ "direction": "vertical",
339
+ "gap": "lg",
339
340
  "children": [
340
341
  {
341
- "type": "icon",
342
- "name": "shield"
342
+ "name": "shield",
343
+ "type": "icon"
343
344
  },
344
345
  {
346
+ "type": "typography",
345
347
  "content": "Bearer API Tester",
346
- "variant": "h2",
347
- "type": "typography"
348
+ "variant": "h2"
348
349
  },
349
350
  {
350
- "placeholder": "/users",
351
- "type": "input"
351
+ "type": "input",
352
+ "placeholder": "/users"
352
353
  },
353
354
  {
354
355
  "options": [
@@ -357,8 +358,8 @@
357
358
  "value": "GET"
358
359
  },
359
360
  {
360
- "value": "POST",
361
- "label": "POST"
361
+ "label": "POST",
362
+ "value": "POST"
362
363
  },
363
364
  {
364
365
  "value": "PUT",
@@ -372,18 +373,17 @@
372
373
  "type": "select"
373
374
  },
374
375
  {
375
- "placeholder": "JSON request body",
376
- "type": "textarea"
376
+ "type": "textarea",
377
+ "placeholder": "JSON request body"
377
378
  },
378
379
  {
379
- "action": "CALL_API",
380
- "type": "button",
380
+ "variant": "primary",
381
381
  "label": "Send Request",
382
382
  "icon": "send",
383
- "variant": "primary"
383
+ "action": "CALL_API",
384
+ "type": "button"
384
385
  }
385
386
  ],
386
- "gap": "lg",
387
387
  "type": "stack"
388
388
  }
389
389
  ]
@@ -398,9 +398,9 @@
398
398
  "render-ui",
399
399
  "main",
400
400
  {
401
+ "type": "loading-state",
401
402
  "title": "Calling API...",
402
- "message": "Sending request to servicecustombearer endpoint...",
403
- "type": "loading-state"
403
+ "message": "Sending request to servicecustombearer endpoint..."
404
404
  }
405
405
  ],
406
406
  [
@@ -408,14 +408,14 @@
408
408
  "custom-bearer-api",
409
409
  "execute",
410
410
  {
411
- "endpoint": "@entity.endpoint",
412
411
  "method": "@entity.method",
412
+ "endpoint": "@entity.endpoint",
413
413
  "body": "@entity.requestBody"
414
414
  },
415
415
  {
416
416
  "emit": {
417
- "success": "ServiceCustomBearerCustomBearerApiCompleted",
418
- "failure": "ServiceCustomBearerCustomBearerApiFailed"
417
+ "failure": "ServiceCustomBearerCustomBearerApiFailed",
418
+ "success": "ServiceCustomBearerCustomBearerApiCompleted"
419
419
  }
420
420
  }
421
421
  ]
@@ -440,28 +440,25 @@
440
440
  "render-ui",
441
441
  "main",
442
442
  {
443
- "align": "center",
444
- "type": "stack",
445
- "gap": "lg",
446
443
  "children": [
447
444
  {
448
- "name": "check-circle",
449
- "type": "icon"
445
+ "type": "icon",
446
+ "name": "check-circle"
450
447
  },
451
448
  {
449
+ "variant": "h2",
452
450
  "type": "typography",
453
- "content": "Response",
454
- "variant": "h2"
451
+ "content": "Response"
455
452
  },
456
453
  {
457
454
  "type": "badge",
458
- "label": "@entity.statusCode",
459
- "variant": "info"
455
+ "variant": "info",
456
+ "label": "@entity.statusCode"
460
457
  },
461
458
  {
459
+ "code": "@entity.responseData",
462
460
  "language": "json",
463
- "type": "code-block",
464
- "code": "@entity.responseData"
461
+ "type": "code-block"
465
462
  },
466
463
  {
467
464
  "action": "RESET",
@@ -471,7 +468,10 @@
471
468
  "variant": "ghost"
472
469
  }
473
470
  ],
474
- "direction": "vertical"
471
+ "type": "stack",
472
+ "direction": "vertical",
473
+ "gap": "lg",
474
+ "align": "center"
475
475
  }
476
476
  ]
477
477
  ]
@@ -490,10 +490,10 @@
490
490
  "render-ui",
491
491
  "main",
492
492
  {
493
- "title": "Request Failed",
494
- "message": "@entity.error",
495
493
  "onRetry": "RETRY",
496
- "type": "error-state"
494
+ "type": "error-state",
495
+ "title": "Request Failed",
496
+ "message": "@entity.error"
497
497
  }
498
498
  ]
499
499
  ]
@@ -507,10 +507,7 @@
507
507
  "render-ui",
508
508
  "main",
509
509
  {
510
- "align": "center",
511
510
  "direction": "vertical",
512
- "gap": "lg",
513
- "type": "stack",
514
511
  "children": [
515
512
  {
516
513
  "type": "icon",
@@ -529,35 +526,38 @@
529
526
  "type": "select",
530
527
  "options": [
531
528
  {
532
- "value": "GET",
533
- "label": "GET"
529
+ "label": "GET",
530
+ "value": "GET"
534
531
  },
535
532
  {
536
533
  "value": "POST",
537
534
  "label": "POST"
538
535
  },
539
536
  {
540
- "value": "PUT",
541
- "label": "PUT"
537
+ "label": "PUT",
538
+ "value": "PUT"
542
539
  },
543
540
  {
544
- "value": "DELETE",
545
- "label": "DELETE"
541
+ "label": "DELETE",
542
+ "value": "DELETE"
546
543
  }
547
544
  ]
548
545
  },
549
546
  {
550
- "placeholder": "JSON request body",
551
- "type": "textarea"
547
+ "type": "textarea",
548
+ "placeholder": "JSON request body"
552
549
  },
553
550
  {
554
- "action": "CALL_API",
555
- "variant": "primary",
556
551
  "type": "button",
552
+ "variant": "primary",
557
553
  "icon": "send",
558
- "label": "Send Request"
554
+ "label": "Send Request",
555
+ "action": "CALL_API"
559
556
  }
560
- ]
557
+ ],
558
+ "gap": "lg",
559
+ "align": "center",
560
+ "type": "stack"
561
561
  }
562
562
  ]
563
563
  ]
@@ -571,9 +571,8 @@
571
571
  "render-ui",
572
572
  "main",
573
573
  {
574
- "type": "stack",
575
- "gap": "lg",
576
574
  "align": "center",
575
+ "direction": "vertical",
577
576
  "children": [
578
577
  {
579
578
  "name": "shield",
@@ -581,15 +580,14 @@
581
580
  },
582
581
  {
583
582
  "variant": "h2",
584
- "type": "typography",
585
- "content": "Bearer API Tester"
583
+ "content": "Bearer API Tester",
584
+ "type": "typography"
586
585
  },
587
586
  {
588
- "placeholder": "/users",
589
- "type": "input"
587
+ "type": "input",
588
+ "placeholder": "/users"
590
589
  },
591
590
  {
592
- "type": "select",
593
591
  "options": [
594
592
  {
595
593
  "label": "GET",
@@ -600,28 +598,30 @@
600
598
  "value": "POST"
601
599
  },
602
600
  {
603
- "value": "PUT",
604
- "label": "PUT"
601
+ "label": "PUT",
602
+ "value": "PUT"
605
603
  },
606
604
  {
607
605
  "value": "DELETE",
608
606
  "label": "DELETE"
609
607
  }
610
- ]
608
+ ],
609
+ "type": "select"
611
610
  },
612
611
  {
613
- "type": "textarea",
614
- "placeholder": "JSON request body"
612
+ "placeholder": "JSON request body",
613
+ "type": "textarea"
615
614
  },
616
615
  {
617
616
  "action": "CALL_API",
618
617
  "variant": "primary",
619
- "type": "button",
620
618
  "icon": "send",
619
+ "type": "button",
621
620
  "label": "Send Request"
622
621
  }
623
622
  ],
624
- "direction": "vertical"
623
+ "type": "stack",
624
+ "gap": "lg"
625
625
  }
626
626
  ]
627
627
  ]
@@ -636,31 +636,29 @@
636
636
  "main",
637
637
  {
638
638
  "gap": "lg",
639
- "type": "stack",
640
- "align": "center",
641
639
  "children": [
642
640
  {
643
- "name": "shield",
644
- "type": "icon"
641
+ "type": "icon",
642
+ "name": "shield"
645
643
  },
646
644
  {
647
- "content": "Bearer API Tester",
645
+ "variant": "h2",
648
646
  "type": "typography",
649
- "variant": "h2"
647
+ "content": "Bearer API Tester"
650
648
  },
651
649
  {
652
- "type": "input",
653
- "placeholder": "/users"
650
+ "placeholder": "/users",
651
+ "type": "input"
654
652
  },
655
653
  {
656
654
  "options": [
657
655
  {
658
- "value": "GET",
659
- "label": "GET"
656
+ "label": "GET",
657
+ "value": "GET"
660
658
  },
661
659
  {
662
- "value": "POST",
663
- "label": "POST"
660
+ "label": "POST",
661
+ "value": "POST"
664
662
  },
665
663
  {
666
664
  "label": "PUT",
@@ -674,18 +672,20 @@
674
672
  "type": "select"
675
673
  },
676
674
  {
677
- "placeholder": "JSON request body",
678
- "type": "textarea"
675
+ "type": "textarea",
676
+ "placeholder": "JSON request body"
679
677
  },
680
678
  {
679
+ "action": "CALL_API",
681
680
  "variant": "primary",
682
681
  "label": "Send Request",
683
- "action": "CALL_API",
684
- "type": "button",
685
- "icon": "send"
682
+ "icon": "send",
683
+ "type": "button"
686
684
  }
687
685
  ],
688
- "direction": "vertical"
686
+ "direction": "vertical",
687
+ "type": "stack",
688
+ "align": "center"
689
689
  }
690
690
  ]
691
691
  ]