@almadar/std 13.6.0 → 13.8.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 (174) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  24. package/behaviors/registry/app/organisms/std-cms.orb +547 -547
  25. package/behaviors/registry/core/atoms/std-browse.orb +36 -36
  26. package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  27. package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  28. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  29. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  30. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  31. package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  32. package/behaviors/registry/core/atoms/std-filter.orb +6 -9
  33. package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  34. package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  35. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  36. package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  37. package/behaviors/registry/core/atoms/std-push.orb +48 -90
  38. package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  39. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  40. package/behaviors/registry/core/atoms/std-search.orb +3 -3
  41. package/behaviors/registry/core/atoms/std-selection.orb +102 -102
  42. package/behaviors/registry/core/atoms/std-stats.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  44. package/behaviors/registry/core/molecules/std-cart.orb +64 -64
  45. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  46. package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  47. package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  48. package/behaviors/registry/core/molecules/std-list.orb +63 -63
  49. package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  50. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  51. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  52. package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  53. package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  54. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  55. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  56. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  57. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  58. package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  59. package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  60. package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  61. package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  62. package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  63. package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  64. package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  65. package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  66. package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  67. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  68. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  69. package/dist/behaviors/behaviors-registry.json +2913 -322
  70. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  71. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  72. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  73. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  74. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  75. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  76. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  77. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  78. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  79. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  80. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  81. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  82. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  83. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  84. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  85. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  86. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  87. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  88. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  89. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  90. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  91. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  92. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  93. package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
  94. package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
  95. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  96. package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  97. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  98. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  99. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  100. package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  101. package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
  102. package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  103. package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  104. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  105. package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  106. package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
  107. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  108. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  109. package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
  110. package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
  111. package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
  112. package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  113. package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
  114. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  115. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  116. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  117. package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
  118. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  119. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  120. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  121. package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  122. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  123. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  124. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  125. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  126. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  127. package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  128. package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  129. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  130. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  131. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  132. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  133. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  134. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  135. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  136. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  137. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  138. package/dist/behaviors-registry.json +2913 -322
  139. package/dist/index.d.ts +2 -2
  140. package/dist/index.js +26 -13
  141. package/dist/index.js.map +1 -1
  142. package/dist/modules/agent.d.ts +1 -1
  143. package/dist/modules/array.d.ts +1 -1
  144. package/dist/modules/array.js +16 -8
  145. package/dist/modules/array.js.map +1 -1
  146. package/dist/modules/async.d.ts +1 -1
  147. package/dist/modules/composition.d.ts +1 -1
  148. package/dist/modules/contract.d.ts +1 -1
  149. package/dist/modules/core.d.ts +1 -1
  150. package/dist/modules/core.js +6 -3
  151. package/dist/modules/core.js.map +1 -1
  152. package/dist/modules/data.d.ts +1 -1
  153. package/dist/modules/format.d.ts +1 -1
  154. package/dist/modules/graph.d.ts +1 -1
  155. package/dist/modules/index.d.ts +1 -1
  156. package/dist/modules/index.js +26 -13
  157. package/dist/modules/index.js.map +1 -1
  158. package/dist/modules/math.d.ts +1 -1
  159. package/dist/modules/nn.d.ts +1 -1
  160. package/dist/modules/object.d.ts +1 -1
  161. package/dist/modules/object.js +4 -2
  162. package/dist/modules/object.js.map +1 -1
  163. package/dist/modules/os.d.ts +1 -1
  164. package/dist/modules/prob.d.ts +1 -1
  165. package/dist/modules/str.d.ts +1 -1
  166. package/dist/modules/tensor.d.ts +1 -1
  167. package/dist/modules/time.d.ts +1 -1
  168. package/dist/modules/train.d.ts +1 -1
  169. package/dist/modules/validate.d.ts +1 -1
  170. package/dist/registry.d.ts +1 -1
  171. package/dist/registry.js +26 -13
  172. package/dist/registry.js.map +1 -1
  173. package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
  174. package/package.json +1 -1
@@ -132,8 +132,8 @@
132
132
  "Probe",
133
133
  {
134
134
  "emit": {
135
- "failure": "ProbeCreateLoadFailed",
136
- "success": "ProbeCreateLoaded"
135
+ "success": "ProbeCreateLoaded",
136
+ "failure": "ProbeCreateLoadFailed"
137
137
  }
138
138
  }
139
139
  ],
@@ -142,9 +142,9 @@
142
142
  "main",
143
143
  {
144
144
  "action": "SAVE",
145
- "type": "button",
145
+ "variant": "primary",
146
146
  "label": "Fire Create SAVE",
147
- "variant": "primary"
147
+ "type": "button"
148
148
  }
149
149
  ]
150
150
  ]
@@ -158,10 +158,10 @@
158
158
  "render-ui",
159
159
  "main",
160
160
  {
161
- "type": "button",
161
+ "variant": "primary",
162
162
  "action": "SAVE",
163
163
  "label": "Fire Create SAVE",
164
- "variant": "primary"
164
+ "type": "button"
165
165
  }
166
166
  ]
167
167
  ]
@@ -175,10 +175,10 @@
175
175
  "render-ui",
176
176
  "main",
177
177
  {
178
- "action": "SAVE",
179
- "type": "button",
178
+ "variant": "primary",
180
179
  "label": "Fire Create SAVE",
181
- "variant": "primary"
180
+ "action": "SAVE",
181
+ "type": "button"
182
182
  }
183
183
  ]
184
184
  ]
@@ -199,10 +199,10 @@
199
199
  "render-ui",
200
200
  "main",
201
201
  {
202
- "variant": "primary",
202
+ "type": "button",
203
203
  "label": "Fire Create SAVE",
204
- "action": "SAVE",
205
- "type": "button"
204
+ "variant": "primary",
205
+ "action": "SAVE"
206
206
  }
207
207
  ]
208
208
  ]
@@ -324,10 +324,10 @@
324
324
  "render-ui",
325
325
  "main",
326
326
  {
327
- "type": "button",
328
327
  "label": "Fire Edit SAVE",
328
+ "variant": "secondary",
329
329
  "action": "SAVE",
330
- "variant": "secondary"
330
+ "type": "button"
331
331
  }
332
332
  ]
333
333
  ]
@@ -341,10 +341,10 @@
341
341
  "render-ui",
342
342
  "main",
343
343
  {
344
+ "type": "button",
344
345
  "label": "Fire Edit SAVE",
345
346
  "variant": "secondary",
346
- "action": "SAVE",
347
- "type": "button"
347
+ "action": "SAVE"
348
348
  }
349
349
  ]
350
350
  ]
@@ -358,10 +358,10 @@
358
358
  "render-ui",
359
359
  "main",
360
360
  {
361
+ "action": "SAVE",
361
362
  "label": "Fire Edit SAVE",
362
363
  "variant": "secondary",
363
- "type": "button",
364
- "action": "SAVE"
364
+ "type": "button"
365
365
  }
366
366
  ]
367
367
  ]
@@ -382,10 +382,10 @@
382
382
  "render-ui",
383
383
  "main",
384
384
  {
385
- "type": "button",
386
385
  "action": "SAVE",
387
386
  "label": "Fire Edit SAVE",
388
- "variant": "secondary"
387
+ "variant": "secondary",
388
+ "type": "button"
389
389
  }
390
390
  ]
391
391
  ]
@@ -619,9 +619,9 @@
619
619
  "render-ui",
620
620
  "main",
621
621
  {
622
- "content": "Persistor idle",
623
622
  "type": "typography",
624
- "variant": "caption"
623
+ "variant": "caption",
624
+ "content": "Persistor idle"
625
625
  }
626
626
  ]
627
627
  ]
@@ -635,9 +635,9 @@
635
635
  "render-ui",
636
636
  "main",
637
637
  {
638
+ "type": "typography",
638
639
  "variant": "caption",
639
- "content": "Persistor idle",
640
- "type": "typography"
640
+ "content": "Persistor idle"
641
641
  }
642
642
  ]
643
643
  ]
@@ -667,8 +667,8 @@
667
667
  "main",
668
668
  {
669
669
  "type": "typography",
670
- "content": "DO_CREATE fired",
671
- "variant": "caption"
670
+ "variant": "caption",
671
+ "content": "DO_CREATE fired"
672
672
  }
673
673
  ]
674
674
  ]
@@ -683,13 +683,13 @@
683
683
  "create",
684
684
  "Probe",
685
685
  {
686
- "kind": "edit",
687
- "name": "probe-updated"
686
+ "name": "probe-updated",
687
+ "kind": "edit"
688
688
  },
689
689
  {
690
690
  "emit": {
691
- "success": "ProbeUpdated",
692
- "failure": "ProbeUpdateFailed"
691
+ "failure": "ProbeUpdateFailed",
692
+ "success": "ProbeUpdated"
693
693
  }
694
694
  }
695
695
  ],
@@ -728,4 +728,4 @@
728
728
  ]
729
729
  }
730
730
  ]
731
- }
731
+ }
@@ -54,8 +54,8 @@
54
54
  },
55
55
  {
56
56
  "name": "statusCode",
57
- "type": "number",
58
- "default": 0.0
57
+ "type": "string",
58
+ "default": ""
59
59
  },
60
60
  {
61
61
  "name": "callStatus",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  {
119
119
  "name": "statusCode",
120
- "type": "number"
120
+ "type": "string"
121
121
  },
122
122
  {
123
123
  "name": "callStatus",
@@ -201,7 +201,7 @@
201
201
  },
202
202
  {
203
203
  "name": "statusCode",
204
- "type": "number",
204
+ "type": "string",
205
205
  "required": true
206
206
  }
207
207
  ]
@@ -267,7 +267,7 @@
267
267
  },
268
268
  {
269
269
  "name": "statusCode",
270
- "type": "number"
270
+ "type": "string"
271
271
  },
272
272
  {
273
273
  "name": "callStatus",
@@ -320,6 +320,21 @@
320
320
  "to": "idle",
321
321
  "event": "INIT",
322
322
  "effects": [
323
+ [
324
+ "set",
325
+ "@entity.endpoint",
326
+ ""
327
+ ],
328
+ [
329
+ "set",
330
+ "@entity.method",
331
+ "GET"
332
+ ],
333
+ [
334
+ "set",
335
+ "@entity.requestBody",
336
+ ""
337
+ ],
323
338
  [
324
339
  "fetch",
325
340
  "ServiceCustomBearer",
@@ -334,12 +349,10 @@
334
349
  "render-ui",
335
350
  "main",
336
351
  {
337
- "gap": "lg",
338
- "align": "center",
339
352
  "children": [
340
353
  {
341
- "type": "icon",
342
- "name": "shield"
354
+ "name": "shield",
355
+ "type": "icon"
343
356
  },
344
357
  {
345
358
  "content": "Bearer API Tester",
@@ -351,39 +364,41 @@
351
364
  "placeholder": "/users"
352
365
  },
353
366
  {
367
+ "type": "select",
354
368
  "options": [
355
369
  {
356
- "value": "GET",
357
- "label": "GET"
370
+ "label": "GET",
371
+ "value": "GET"
358
372
  },
359
373
  {
360
374
  "value": "POST",
361
375
  "label": "POST"
362
376
  },
363
377
  {
364
- "label": "PUT",
365
- "value": "PUT"
378
+ "value": "PUT",
379
+ "label": "PUT"
366
380
  },
367
381
  {
368
382
  "label": "DELETE",
369
383
  "value": "DELETE"
370
384
  }
371
- ],
372
- "type": "select"
385
+ ]
373
386
  },
374
387
  {
375
388
  "placeholder": "JSON request body",
376
389
  "type": "textarea"
377
390
  },
378
391
  {
379
- "type": "button",
380
- "action": "CALL_API",
381
392
  "label": "Send Request",
393
+ "icon": "send",
382
394
  "variant": "primary",
383
- "icon": "send"
395
+ "type": "button",
396
+ "action": "CALL_API"
384
397
  }
385
398
  ],
386
399
  "direction": "vertical",
400
+ "align": "center",
401
+ "gap": "lg",
387
402
  "type": "stack"
388
403
  }
389
404
  ]
@@ -398,9 +413,9 @@
398
413
  "render-ui",
399
414
  "main",
400
415
  {
401
- "message": "Sending request to servicecustombearer endpoint...",
416
+ "title": "Calling API...",
402
417
  "type": "loading-state",
403
- "title": "Calling API..."
418
+ "message": "Sending request to servicecustombearer endpoint..."
404
419
  }
405
420
  ],
406
421
  [
@@ -440,8 +455,9 @@
440
455
  "render-ui",
441
456
  "main",
442
457
  {
443
- "align": "center",
444
458
  "direction": "vertical",
459
+ "gap": "lg",
460
+ "align": "center",
445
461
  "children": [
446
462
  {
447
463
  "type": "icon",
@@ -453,24 +469,23 @@
453
469
  "variant": "h2"
454
470
  },
455
471
  {
472
+ "type": "badge",
456
473
  "label": "@entity.statusCode",
457
- "variant": "info",
458
- "type": "badge"
474
+ "variant": "info"
459
475
  },
460
476
  {
461
477
  "type": "code-block",
462
- "code": "@entity.responseData",
463
- "language": "json"
478
+ "language": "json",
479
+ "code": "@entity.responseData"
464
480
  },
465
481
  {
466
- "action": "RESET",
467
- "variant": "ghost",
468
- "label": "New Request",
469
482
  "type": "button",
483
+ "label": "New Request",
484
+ "variant": "ghost",
485
+ "action": "RESET",
470
486
  "icon": "rotate-ccw"
471
487
  }
472
488
  ],
473
- "gap": "lg",
474
489
  "type": "stack"
475
490
  }
476
491
  ]
@@ -490,10 +505,10 @@
490
505
  "render-ui",
491
506
  "main",
492
507
  {
493
- "type": "error-state",
494
- "message": "@entity.error",
495
508
  "title": "Request Failed",
496
- "onRetry": "RETRY"
509
+ "onRetry": "RETRY",
510
+ "message": "@entity.error",
511
+ "type": "error-state"
497
512
  }
498
513
  ]
499
514
  ]
@@ -507,7 +522,6 @@
507
522
  "render-ui",
508
523
  "main",
509
524
  {
510
- "align": "center",
511
525
  "direction": "vertical",
512
526
  "gap": "lg",
513
527
  "children": [
@@ -517,8 +531,8 @@
517
531
  },
518
532
  {
519
533
  "variant": "h2",
520
- "type": "typography",
521
- "content": "Bearer API Tester"
534
+ "content": "Bearer API Tester",
535
+ "type": "typography"
522
536
  },
523
537
  {
524
538
  "type": "input",
@@ -536,27 +550,28 @@
536
550
  "value": "POST"
537
551
  },
538
552
  {
539
- "value": "PUT",
540
- "label": "PUT"
553
+ "label": "PUT",
554
+ "value": "PUT"
541
555
  },
542
556
  {
543
- "label": "DELETE",
544
- "value": "DELETE"
557
+ "value": "DELETE",
558
+ "label": "DELETE"
545
559
  }
546
560
  ]
547
561
  },
548
562
  {
549
- "type": "textarea",
550
- "placeholder": "JSON request body"
563
+ "placeholder": "JSON request body",
564
+ "type": "textarea"
551
565
  },
552
566
  {
553
- "type": "button",
554
567
  "label": "Send Request",
568
+ "action": "CALL_API",
555
569
  "icon": "send",
556
- "variant": "primary",
557
- "action": "CALL_API"
570
+ "type": "button",
571
+ "variant": "primary"
558
572
  }
559
573
  ],
574
+ "align": "center",
560
575
  "type": "stack"
561
576
  }
562
577
  ]
@@ -571,34 +586,36 @@
571
586
  "render-ui",
572
587
  "main",
573
588
  {
589
+ "align": "center",
590
+ "direction": "vertical",
574
591
  "children": [
575
592
  {
576
- "name": "shield",
577
- "type": "icon"
593
+ "type": "icon",
594
+ "name": "shield"
578
595
  },
579
596
  {
597
+ "type": "typography",
580
598
  "content": "Bearer API Tester",
581
- "variant": "h2",
582
- "type": "typography"
599
+ "variant": "h2"
583
600
  },
584
601
  {
585
- "type": "input",
586
- "placeholder": "/users"
602
+ "placeholder": "/users",
603
+ "type": "input"
587
604
  },
588
605
  {
589
606
  "type": "select",
590
607
  "options": [
591
608
  {
592
- "label": "GET",
593
- "value": "GET"
609
+ "value": "GET",
610
+ "label": "GET"
594
611
  },
595
612
  {
596
- "value": "POST",
597
- "label": "POST"
613
+ "label": "POST",
614
+ "value": "POST"
598
615
  },
599
616
  {
600
- "value": "PUT",
601
- "label": "PUT"
617
+ "label": "PUT",
618
+ "value": "PUT"
602
619
  },
603
620
  {
604
621
  "value": "DELETE",
@@ -613,14 +630,12 @@
613
630
  {
614
631
  "label": "Send Request",
615
632
  "variant": "primary",
633
+ "icon": "send",
616
634
  "action": "CALL_API",
617
- "type": "button",
618
- "icon": "send"
635
+ "type": "button"
619
636
  }
620
637
  ],
621
- "align": "center",
622
638
  "gap": "lg",
623
- "direction": "vertical",
624
639
  "type": "stack"
625
640
  }
626
641
  ]
@@ -635,10 +650,8 @@
635
650
  "render-ui",
636
651
  "main",
637
652
  {
638
- "direction": "vertical",
639
653
  "type": "stack",
640
- "gap": "lg",
641
- "align": "center",
654
+ "direction": "vertical",
642
655
  "children": [
643
656
  {
644
657
  "type": "icon",
@@ -650,19 +663,18 @@
650
663
  "variant": "h2"
651
664
  },
652
665
  {
653
- "placeholder": "/users",
654
- "type": "input"
666
+ "type": "input",
667
+ "placeholder": "/users"
655
668
  },
656
669
  {
657
- "type": "select",
658
670
  "options": [
659
671
  {
660
- "label": "GET",
661
- "value": "GET"
672
+ "value": "GET",
673
+ "label": "GET"
662
674
  },
663
675
  {
664
- "value": "POST",
665
- "label": "POST"
676
+ "label": "POST",
677
+ "value": "POST"
666
678
  },
667
679
  {
668
680
  "value": "PUT",
@@ -672,20 +684,23 @@
672
684
  "value": "DELETE",
673
685
  "label": "DELETE"
674
686
  }
675
- ]
687
+ ],
688
+ "type": "select"
676
689
  },
677
690
  {
678
- "type": "textarea",
679
- "placeholder": "JSON request body"
691
+ "placeholder": "JSON request body",
692
+ "type": "textarea"
680
693
  },
681
694
  {
682
- "variant": "primary",
683
695
  "icon": "send",
684
696
  "type": "button",
685
- "action": "CALL_API",
686
- "label": "Send Request"
697
+ "label": "Send Request",
698
+ "variant": "primary",
699
+ "action": "CALL_API"
687
700
  }
688
- ]
701
+ ],
702
+ "gap": "lg",
703
+ "align": "center"
689
704
  }
690
705
  ]
691
706
  ]
@@ -708,4 +723,4 @@
708
723
  ]
709
724
  }
710
725
  ]
711
- }
726
+ }