@almadar/std 9.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -325,8 +325,8 @@
|
|
|
325
325
|
"ServiceCustomBearer",
|
|
326
326
|
{
|
|
327
327
|
"emit": {
|
|
328
|
-
"
|
|
329
|
-
"
|
|
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
|
-
"
|
|
342
|
-
"
|
|
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
|
-
"
|
|
351
|
-
"
|
|
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
|
-
"
|
|
361
|
-
"
|
|
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
|
-
"
|
|
376
|
-
"
|
|
376
|
+
"type": "textarea",
|
|
377
|
+
"placeholder": "JSON request body"
|
|
377
378
|
},
|
|
378
379
|
{
|
|
379
|
-
"
|
|
380
|
-
"type": "button",
|
|
380
|
+
"variant": "primary",
|
|
381
381
|
"label": "Send Request",
|
|
382
382
|
"icon": "send",
|
|
383
|
-
"
|
|
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
|
-
"
|
|
418
|
-
"
|
|
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
|
-
"
|
|
449
|
-
"
|
|
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
|
-
"
|
|
459
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
533
|
-
"
|
|
529
|
+
"label": "GET",
|
|
530
|
+
"value": "GET"
|
|
534
531
|
},
|
|
535
532
|
{
|
|
536
533
|
"value": "POST",
|
|
537
534
|
"label": "POST"
|
|
538
535
|
},
|
|
539
536
|
{
|
|
540
|
-
"
|
|
541
|
-
"
|
|
537
|
+
"label": "PUT",
|
|
538
|
+
"value": "PUT"
|
|
542
539
|
},
|
|
543
540
|
{
|
|
544
|
-
"
|
|
545
|
-
"
|
|
541
|
+
"label": "DELETE",
|
|
542
|
+
"value": "DELETE"
|
|
546
543
|
}
|
|
547
544
|
]
|
|
548
545
|
},
|
|
549
546
|
{
|
|
550
|
-
"
|
|
551
|
-
"
|
|
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
|
-
"
|
|
585
|
-
"
|
|
583
|
+
"content": "Bearer API Tester",
|
|
584
|
+
"type": "typography"
|
|
586
585
|
},
|
|
587
586
|
{
|
|
588
|
-
"
|
|
589
|
-
"
|
|
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
|
-
"
|
|
604
|
-
"
|
|
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
|
-
"
|
|
614
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
644
|
-
"
|
|
641
|
+
"type": "icon",
|
|
642
|
+
"name": "shield"
|
|
645
643
|
},
|
|
646
644
|
{
|
|
647
|
-
"
|
|
645
|
+
"variant": "h2",
|
|
648
646
|
"type": "typography",
|
|
649
|
-
"
|
|
647
|
+
"content": "Bearer API Tester"
|
|
650
648
|
},
|
|
651
649
|
{
|
|
652
|
-
"
|
|
653
|
-
"
|
|
650
|
+
"placeholder": "/users",
|
|
651
|
+
"type": "input"
|
|
654
652
|
},
|
|
655
653
|
{
|
|
656
654
|
"options": [
|
|
657
655
|
{
|
|
658
|
-
"
|
|
659
|
-
"
|
|
656
|
+
"label": "GET",
|
|
657
|
+
"value": "GET"
|
|
660
658
|
},
|
|
661
659
|
{
|
|
662
|
-
"
|
|
663
|
-
"
|
|
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
|
-
"
|
|
678
|
-
"
|
|
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
|
-
"
|
|
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
|
]
|