@almadar/std 8.2.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"render-ui",
|
|
88
88
|
"main",
|
|
89
89
|
{
|
|
90
|
+
"variant": "primary",
|
|
90
91
|
"action": "SAVE",
|
|
91
|
-
"type": "button",
|
|
92
92
|
"label": "Fire Create SAVE",
|
|
93
|
-
"
|
|
93
|
+
"type": "button"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
]
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
{
|
|
114
114
|
"label": "Fire Create SAVE",
|
|
115
115
|
"variant": "primary",
|
|
116
|
-
"
|
|
117
|
-
"
|
|
116
|
+
"type": "button",
|
|
117
|
+
"action": "SAVE"
|
|
118
118
|
}
|
|
119
119
|
]
|
|
120
120
|
]
|
|
@@ -182,10 +182,10 @@
|
|
|
182
182
|
"render-ui",
|
|
183
183
|
"main",
|
|
184
184
|
{
|
|
185
|
-
"
|
|
186
|
-
"label": "Fire Edit SAVE",
|
|
185
|
+
"type": "button",
|
|
187
186
|
"action": "SAVE",
|
|
188
|
-
"
|
|
187
|
+
"variant": "secondary",
|
|
188
|
+
"label": "Fire Edit SAVE"
|
|
189
189
|
}
|
|
190
190
|
]
|
|
191
191
|
]
|
|
@@ -206,10 +206,10 @@
|
|
|
206
206
|
"render-ui",
|
|
207
207
|
"main",
|
|
208
208
|
{
|
|
209
|
-
"variant": "secondary",
|
|
210
209
|
"type": "button",
|
|
211
|
-
"
|
|
212
|
-
"
|
|
210
|
+
"action": "SAVE",
|
|
211
|
+
"variant": "secondary",
|
|
212
|
+
"label": "Fire Edit SAVE"
|
|
213
213
|
}
|
|
214
214
|
]
|
|
215
215
|
]
|
|
@@ -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
|
-
"
|
|
430
|
-
"
|
|
429
|
+
"failure": "ProbeUpdateFailed",
|
|
430
|
+
"success": "ProbeUpdated"
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
],
|
|
@@ -466,4 +466,4 @@
|
|
|
466
466
|
]
|
|
467
467
|
}
|
|
468
468
|
]
|
|
469
|
-
}
|
|
469
|
+
}
|
|
@@ -334,17 +334,17 @@
|
|
|
334
334
|
"render-ui",
|
|
335
335
|
"main",
|
|
336
336
|
{
|
|
337
|
-
"type": "stack",
|
|
338
|
-
"gap": "lg",
|
|
339
337
|
"align": "center",
|
|
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
|
{
|
|
@@ -352,25 +352,25 @@
|
|
|
352
352
|
"placeholder": "/users"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"type": "select",
|
|
356
355
|
"options": [
|
|
357
356
|
{
|
|
358
357
|
"label": "GET",
|
|
359
358
|
"value": "GET"
|
|
360
359
|
},
|
|
361
360
|
{
|
|
362
|
-
"
|
|
363
|
-
"
|
|
361
|
+
"value": "POST",
|
|
362
|
+
"label": "POST"
|
|
364
363
|
},
|
|
365
364
|
{
|
|
366
|
-
"
|
|
367
|
-
"
|
|
365
|
+
"label": "PUT",
|
|
366
|
+
"value": "PUT"
|
|
368
367
|
},
|
|
369
368
|
{
|
|
370
369
|
"label": "DELETE",
|
|
371
370
|
"value": "DELETE"
|
|
372
371
|
}
|
|
373
|
-
]
|
|
372
|
+
],
|
|
373
|
+
"type": "select"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
"type": "textarea",
|
|
@@ -378,10 +378,10 @@
|
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"label": "Send Request",
|
|
381
|
-
"variant": "primary",
|
|
382
|
-
"icon": "send",
|
|
383
381
|
"type": "button",
|
|
384
|
-
"action": "CALL_API"
|
|
382
|
+
"action": "CALL_API",
|
|
383
|
+
"icon": "send",
|
|
384
|
+
"variant": "primary"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
387
387
|
"direction": "vertical"
|
|
@@ -398,8 +398,8 @@
|
|
|
398
398
|
"render-ui",
|
|
399
399
|
"main",
|
|
400
400
|
{
|
|
401
|
-
"type": "loading-state",
|
|
402
401
|
"message": "Sending request to servicecustombearer endpoint...",
|
|
402
|
+
"type": "loading-state",
|
|
403
403
|
"title": "Calling API..."
|
|
404
404
|
}
|
|
405
405
|
],
|
|
@@ -440,7 +440,6 @@
|
|
|
440
440
|
"render-ui",
|
|
441
441
|
"main",
|
|
442
442
|
{
|
|
443
|
-
"type": "stack",
|
|
444
443
|
"align": "center",
|
|
445
444
|
"children": [
|
|
446
445
|
{
|
|
@@ -448,9 +447,9 @@
|
|
|
448
447
|
"name": "check-circle"
|
|
449
448
|
},
|
|
450
449
|
{
|
|
450
|
+
"variant": "h2",
|
|
451
451
|
"content": "Response",
|
|
452
|
-
"type": "typography"
|
|
453
|
-
"variant": "h2"
|
|
452
|
+
"type": "typography"
|
|
454
453
|
},
|
|
455
454
|
{
|
|
456
455
|
"type": "badge",
|
|
@@ -470,6 +469,7 @@
|
|
|
470
469
|
"label": "New Request"
|
|
471
470
|
}
|
|
472
471
|
],
|
|
472
|
+
"type": "stack",
|
|
473
473
|
"direction": "vertical",
|
|
474
474
|
"gap": "lg"
|
|
475
475
|
}
|
|
@@ -490,10 +490,10 @@
|
|
|
490
490
|
"render-ui",
|
|
491
491
|
"main",
|
|
492
492
|
{
|
|
493
|
-
"title": "Request Failed",
|
|
494
|
-
"message": "@entity.error",
|
|
495
493
|
"type": "error-state",
|
|
496
|
-
"onRetry": "RETRY"
|
|
494
|
+
"onRetry": "RETRY",
|
|
495
|
+
"message": "@entity.error",
|
|
496
|
+
"title": "Request Failed"
|
|
497
497
|
}
|
|
498
498
|
]
|
|
499
499
|
]
|
|
@@ -507,56 +507,56 @@
|
|
|
507
507
|
"render-ui",
|
|
508
508
|
"main",
|
|
509
509
|
{
|
|
510
|
-
"direction": "vertical",
|
|
511
|
-
"align": "center",
|
|
512
|
-
"type": "stack",
|
|
513
510
|
"children": [
|
|
514
511
|
{
|
|
515
|
-
"
|
|
516
|
-
"
|
|
512
|
+
"type": "icon",
|
|
513
|
+
"name": "shield"
|
|
517
514
|
},
|
|
518
515
|
{
|
|
519
|
-
"type": "typography",
|
|
520
516
|
"content": "Bearer API Tester",
|
|
517
|
+
"type": "typography",
|
|
521
518
|
"variant": "h2"
|
|
522
519
|
},
|
|
523
520
|
{
|
|
524
|
-
"
|
|
525
|
-
"
|
|
521
|
+
"placeholder": "/users",
|
|
522
|
+
"type": "input"
|
|
526
523
|
},
|
|
527
524
|
{
|
|
528
|
-
"type": "select",
|
|
529
525
|
"options": [
|
|
530
526
|
{
|
|
531
|
-
"
|
|
532
|
-
"
|
|
527
|
+
"value": "GET",
|
|
528
|
+
"label": "GET"
|
|
533
529
|
},
|
|
534
530
|
{
|
|
535
|
-
"
|
|
536
|
-
"
|
|
531
|
+
"value": "POST",
|
|
532
|
+
"label": "POST"
|
|
537
533
|
},
|
|
538
534
|
{
|
|
539
|
-
"
|
|
540
|
-
"
|
|
535
|
+
"label": "PUT",
|
|
536
|
+
"value": "PUT"
|
|
541
537
|
},
|
|
542
538
|
{
|
|
543
|
-
"
|
|
544
|
-
"
|
|
539
|
+
"value": "DELETE",
|
|
540
|
+
"label": "DELETE"
|
|
545
541
|
}
|
|
546
|
-
]
|
|
542
|
+
],
|
|
543
|
+
"type": "select"
|
|
547
544
|
},
|
|
548
545
|
{
|
|
549
|
-
"
|
|
550
|
-
"
|
|
546
|
+
"type": "textarea",
|
|
547
|
+
"placeholder": "JSON request body"
|
|
551
548
|
},
|
|
552
549
|
{
|
|
550
|
+
"variant": "primary",
|
|
551
|
+
"type": "button",
|
|
553
552
|
"label": "Send Request",
|
|
554
553
|
"icon": "send",
|
|
555
|
-
"
|
|
556
|
-
"action": "CALL_API",
|
|
557
|
-
"variant": "primary"
|
|
554
|
+
"action": "CALL_API"
|
|
558
555
|
}
|
|
559
556
|
],
|
|
557
|
+
"direction": "vertical",
|
|
558
|
+
"align": "center",
|
|
559
|
+
"type": "stack",
|
|
560
560
|
"gap": "lg"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
@@ -573,55 +573,55 @@
|
|
|
573
573
|
{
|
|
574
574
|
"type": "stack",
|
|
575
575
|
"direction": "vertical",
|
|
576
|
+
"gap": "lg",
|
|
576
577
|
"align": "center",
|
|
577
578
|
"children": [
|
|
578
579
|
{
|
|
579
|
-
"
|
|
580
|
-
"
|
|
580
|
+
"type": "icon",
|
|
581
|
+
"name": "shield"
|
|
581
582
|
},
|
|
582
583
|
{
|
|
583
|
-
"
|
|
584
|
+
"content": "Bearer API Tester",
|
|
584
585
|
"variant": "h2",
|
|
585
|
-
"
|
|
586
|
+
"type": "typography"
|
|
586
587
|
},
|
|
587
588
|
{
|
|
588
589
|
"type": "input",
|
|
589
590
|
"placeholder": "/users"
|
|
590
591
|
},
|
|
591
592
|
{
|
|
593
|
+
"type": "select",
|
|
592
594
|
"options": [
|
|
593
595
|
{
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
+
"label": "GET",
|
|
597
|
+
"value": "GET"
|
|
596
598
|
},
|
|
597
599
|
{
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
+
"label": "POST",
|
|
601
|
+
"value": "POST"
|
|
600
602
|
},
|
|
601
603
|
{
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
+
"label": "PUT",
|
|
605
|
+
"value": "PUT"
|
|
604
606
|
},
|
|
605
607
|
{
|
|
606
608
|
"value": "DELETE",
|
|
607
609
|
"label": "DELETE"
|
|
608
610
|
}
|
|
609
|
-
]
|
|
610
|
-
"type": "select"
|
|
611
|
+
]
|
|
611
612
|
},
|
|
612
613
|
{
|
|
613
614
|
"type": "textarea",
|
|
614
615
|
"placeholder": "JSON request body"
|
|
615
616
|
},
|
|
616
617
|
{
|
|
617
|
-
"label": "Send Request",
|
|
618
|
-
"icon": "send",
|
|
619
618
|
"type": "button",
|
|
619
|
+
"icon": "send",
|
|
620
|
+
"action": "CALL_API",
|
|
620
621
|
"variant": "primary",
|
|
621
|
-
"
|
|
622
|
+
"label": "Send Request"
|
|
622
623
|
}
|
|
623
|
-
]
|
|
624
|
-
"gap": "lg"
|
|
624
|
+
]
|
|
625
625
|
}
|
|
626
626
|
]
|
|
627
627
|
]
|
|
@@ -635,9 +635,6 @@
|
|
|
635
635
|
"render-ui",
|
|
636
636
|
"main",
|
|
637
637
|
{
|
|
638
|
-
"gap": "lg",
|
|
639
|
-
"type": "stack",
|
|
640
|
-
"direction": "vertical",
|
|
641
638
|
"children": [
|
|
642
639
|
{
|
|
643
640
|
"type": "icon",
|
|
@@ -645,8 +642,8 @@
|
|
|
645
642
|
},
|
|
646
643
|
{
|
|
647
644
|
"type": "typography",
|
|
648
|
-
"
|
|
649
|
-
"
|
|
645
|
+
"variant": "h2",
|
|
646
|
+
"content": "Bearer API Tester"
|
|
650
647
|
},
|
|
651
648
|
{
|
|
652
649
|
"placeholder": "/users",
|
|
@@ -656,20 +653,20 @@
|
|
|
656
653
|
"type": "select",
|
|
657
654
|
"options": [
|
|
658
655
|
{
|
|
659
|
-
"
|
|
660
|
-
"
|
|
656
|
+
"value": "GET",
|
|
657
|
+
"label": "GET"
|
|
661
658
|
},
|
|
662
659
|
{
|
|
663
|
-
"
|
|
664
|
-
"
|
|
660
|
+
"label": "POST",
|
|
661
|
+
"value": "POST"
|
|
665
662
|
},
|
|
666
663
|
{
|
|
667
|
-
"
|
|
668
|
-
"
|
|
664
|
+
"value": "PUT",
|
|
665
|
+
"label": "PUT"
|
|
669
666
|
},
|
|
670
667
|
{
|
|
671
|
-
"
|
|
672
|
-
"
|
|
668
|
+
"value": "DELETE",
|
|
669
|
+
"label": "DELETE"
|
|
673
670
|
}
|
|
674
671
|
]
|
|
675
672
|
},
|
|
@@ -678,13 +675,16 @@
|
|
|
678
675
|
"placeholder": "JSON request body"
|
|
679
676
|
},
|
|
680
677
|
{
|
|
681
|
-
"action": "CALL_API",
|
|
682
678
|
"variant": "primary",
|
|
683
679
|
"icon": "send",
|
|
684
|
-
"
|
|
685
|
-
"label": "Send Request"
|
|
680
|
+
"action": "CALL_API",
|
|
681
|
+
"label": "Send Request",
|
|
682
|
+
"type": "button"
|
|
686
683
|
}
|
|
687
684
|
],
|
|
685
|
+
"direction": "vertical",
|
|
686
|
+
"type": "stack",
|
|
687
|
+
"gap": "lg",
|
|
688
688
|
"align": "center"
|
|
689
689
|
}
|
|
690
690
|
]
|
|
@@ -708,4 +708,4 @@
|
|
|
708
708
|
]
|
|
709
709
|
}
|
|
710
710
|
]
|
|
711
|
-
}
|
|
711
|
+
}
|