@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"render-ui",
|
|
88
88
|
"main",
|
|
89
89
|
{
|
|
90
|
-
"
|
|
90
|
+
"variant": "primary",
|
|
91
91
|
"type": "button",
|
|
92
92
|
"label": "Fire Create SAVE",
|
|
93
|
-
"
|
|
93
|
+
"action": "SAVE"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
]
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"main",
|
|
113
113
|
{
|
|
114
114
|
"label": "Fire Create SAVE",
|
|
115
|
-
"variant": "primary",
|
|
116
115
|
"action": "SAVE",
|
|
117
|
-
"type": "button"
|
|
116
|
+
"type": "button",
|
|
117
|
+
"variant": "primary"
|
|
118
118
|
}
|
|
119
119
|
]
|
|
120
120
|
]
|
|
@@ -183,9 +183,9 @@
|
|
|
183
183
|
"main",
|
|
184
184
|
{
|
|
185
185
|
"variant": "secondary",
|
|
186
|
-
"label": "Fire Edit SAVE",
|
|
187
186
|
"action": "SAVE",
|
|
188
|
-
"type": "button"
|
|
187
|
+
"type": "button",
|
|
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
|
+
"action": "SAVE",
|
|
209
210
|
"variant": "secondary",
|
|
210
211
|
"type": "button",
|
|
211
|
-
"label": "Fire Edit SAVE"
|
|
212
|
-
"action": "SAVE"
|
|
212
|
+
"label": "Fire Edit SAVE"
|
|
213
213
|
}
|
|
214
214
|
]
|
|
215
215
|
]
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
"render-ui",
|
|
374
374
|
"main",
|
|
375
375
|
{
|
|
376
|
-
"content": "Persistor idle",
|
|
377
376
|
"type": "typography",
|
|
377
|
+
"content": "Persistor idle",
|
|
378
378
|
"variant": "caption"
|
|
379
379
|
}
|
|
380
380
|
]
|
|
@@ -390,8 +390,8 @@
|
|
|
390
390
|
"create",
|
|
391
391
|
"Probe",
|
|
392
392
|
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
393
|
+
"kind": "create",
|
|
394
|
+
"name": "probe-created"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"emit": {
|
|
@@ -466,4 +466,4 @@
|
|
|
466
466
|
]
|
|
467
467
|
}
|
|
468
468
|
]
|
|
469
|
-
}
|
|
469
|
+
}
|
|
@@ -335,8 +335,8 @@
|
|
|
335
335
|
"main",
|
|
336
336
|
{
|
|
337
337
|
"type": "stack",
|
|
338
|
-
"gap": "lg",
|
|
339
338
|
"align": "center",
|
|
339
|
+
"direction": "vertical",
|
|
340
340
|
"children": [
|
|
341
341
|
{
|
|
342
342
|
"name": "shield",
|
|
@@ -352,39 +352,39 @@
|
|
|
352
352
|
"placeholder": "/users"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"type": "select",
|
|
356
355
|
"options": [
|
|
357
356
|
{
|
|
358
|
-
"
|
|
359
|
-
"
|
|
357
|
+
"value": "GET",
|
|
358
|
+
"label": "GET"
|
|
360
359
|
},
|
|
361
360
|
{
|
|
362
|
-
"
|
|
363
|
-
"
|
|
361
|
+
"value": "POST",
|
|
362
|
+
"label": "POST"
|
|
364
363
|
},
|
|
365
364
|
{
|
|
366
365
|
"value": "PUT",
|
|
367
366
|
"label": "PUT"
|
|
368
367
|
},
|
|
369
368
|
{
|
|
370
|
-
"
|
|
371
|
-
"
|
|
369
|
+
"value": "DELETE",
|
|
370
|
+
"label": "DELETE"
|
|
372
371
|
}
|
|
373
|
-
]
|
|
372
|
+
],
|
|
373
|
+
"type": "select"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
"type": "textarea",
|
|
377
377
|
"placeholder": "JSON request body"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
|
-
"label": "Send Request",
|
|
381
380
|
"variant": "primary",
|
|
382
|
-
"icon": "send",
|
|
383
381
|
"type": "button",
|
|
384
|
-
"
|
|
382
|
+
"icon": "send",
|
|
383
|
+
"action": "CALL_API",
|
|
384
|
+
"label": "Send Request"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
387
|
-
"
|
|
387
|
+
"gap": "lg"
|
|
388
388
|
}
|
|
389
389
|
]
|
|
390
390
|
]
|
|
@@ -399,8 +399,8 @@
|
|
|
399
399
|
"main",
|
|
400
400
|
{
|
|
401
401
|
"type": "loading-state",
|
|
402
|
-
"
|
|
403
|
-
"
|
|
402
|
+
"title": "Calling API...",
|
|
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
|
+
"body": "@entity.requestBody",
|
|
411
412
|
"endpoint": "@entity.endpoint",
|
|
412
|
-
"method": "@entity.method"
|
|
413
|
-
"body": "@entity.requestBody"
|
|
413
|
+
"method": "@entity.method"
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"emit": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
417
|
+
"failure": "ServiceCustomBearerCustomBearerApiFailed",
|
|
418
|
+
"success": "ServiceCustomBearerCustomBearerApiCompleted"
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
421
|
]
|
|
@@ -441,26 +441,25 @@
|
|
|
441
441
|
"main",
|
|
442
442
|
{
|
|
443
443
|
"type": "stack",
|
|
444
|
-
"align": "center",
|
|
445
444
|
"children": [
|
|
446
445
|
{
|
|
447
446
|
"type": "icon",
|
|
448
447
|
"name": "check-circle"
|
|
449
448
|
},
|
|
450
449
|
{
|
|
451
|
-
"content": "Response",
|
|
452
450
|
"type": "typography",
|
|
451
|
+
"content": "Response",
|
|
453
452
|
"variant": "h2"
|
|
454
453
|
},
|
|
455
454
|
{
|
|
456
455
|
"type": "badge",
|
|
457
|
-
"
|
|
458
|
-
"
|
|
456
|
+
"variant": "info",
|
|
457
|
+
"label": "@entity.statusCode"
|
|
459
458
|
},
|
|
460
459
|
{
|
|
460
|
+
"type": "code-block",
|
|
461
461
|
"code": "@entity.responseData",
|
|
462
|
-
"language": "json"
|
|
463
|
-
"type": "code-block"
|
|
462
|
+
"language": "json"
|
|
464
463
|
},
|
|
465
464
|
{
|
|
466
465
|
"icon": "rotate-ccw",
|
|
@@ -470,8 +469,9 @@
|
|
|
470
469
|
"label": "New Request"
|
|
471
470
|
}
|
|
472
471
|
],
|
|
473
|
-
"
|
|
474
|
-
"
|
|
472
|
+
"gap": "lg",
|
|
473
|
+
"align": "center",
|
|
474
|
+
"direction": "vertical"
|
|
475
475
|
}
|
|
476
476
|
]
|
|
477
477
|
]
|
|
@@ -490,10 +490,10 @@
|
|
|
490
490
|
"render-ui",
|
|
491
491
|
"main",
|
|
492
492
|
{
|
|
493
|
-
"title": "Request Failed",
|
|
494
493
|
"message": "@entity.error",
|
|
495
494
|
"type": "error-state",
|
|
496
|
-
"onRetry": "RETRY"
|
|
495
|
+
"onRetry": "RETRY",
|
|
496
|
+
"title": "Request Failed"
|
|
497
497
|
}
|
|
498
498
|
]
|
|
499
499
|
]
|
|
@@ -507,22 +507,23 @@
|
|
|
507
507
|
"render-ui",
|
|
508
508
|
"main",
|
|
509
509
|
{
|
|
510
|
-
"direction": "vertical",
|
|
511
510
|
"align": "center",
|
|
512
511
|
"type": "stack",
|
|
512
|
+
"gap": "lg",
|
|
513
|
+
"direction": "vertical",
|
|
513
514
|
"children": [
|
|
514
515
|
{
|
|
515
|
-
"
|
|
516
|
-
"
|
|
516
|
+
"type": "icon",
|
|
517
|
+
"name": "shield"
|
|
517
518
|
},
|
|
518
519
|
{
|
|
519
|
-
"type": "typography",
|
|
520
520
|
"content": "Bearer API Tester",
|
|
521
|
+
"type": "typography",
|
|
521
522
|
"variant": "h2"
|
|
522
523
|
},
|
|
523
524
|
{
|
|
524
|
-
"
|
|
525
|
-
"
|
|
525
|
+
"placeholder": "/users",
|
|
526
|
+
"type": "input"
|
|
526
527
|
},
|
|
527
528
|
{
|
|
528
529
|
"type": "select",
|
|
@@ -550,14 +551,13 @@
|
|
|
550
551
|
"type": "textarea"
|
|
551
552
|
},
|
|
552
553
|
{
|
|
553
|
-
"label": "Send Request",
|
|
554
554
|
"icon": "send",
|
|
555
|
-
"type": "button",
|
|
556
555
|
"action": "CALL_API",
|
|
557
|
-
"variant": "primary"
|
|
556
|
+
"variant": "primary",
|
|
557
|
+
"type": "button",
|
|
558
|
+
"label": "Send Request"
|
|
558
559
|
}
|
|
559
|
-
]
|
|
560
|
-
"gap": "lg"
|
|
560
|
+
]
|
|
561
561
|
}
|
|
562
562
|
]
|
|
563
563
|
]
|
|
@@ -571,36 +571,33 @@
|
|
|
571
571
|
"render-ui",
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
|
-
"type": "stack",
|
|
575
|
-
"direction": "vertical",
|
|
576
|
-
"align": "center",
|
|
577
574
|
"children": [
|
|
578
575
|
{
|
|
579
576
|
"name": "shield",
|
|
580
577
|
"type": "icon"
|
|
581
578
|
},
|
|
582
579
|
{
|
|
583
|
-
"type": "typography",
|
|
584
580
|
"variant": "h2",
|
|
581
|
+
"type": "typography",
|
|
585
582
|
"content": "Bearer API Tester"
|
|
586
583
|
},
|
|
587
584
|
{
|
|
588
|
-
"
|
|
589
|
-
"
|
|
585
|
+
"placeholder": "/users",
|
|
586
|
+
"type": "input"
|
|
590
587
|
},
|
|
591
588
|
{
|
|
592
589
|
"options": [
|
|
593
590
|
{
|
|
594
|
-
"
|
|
595
|
-
"
|
|
591
|
+
"label": "GET",
|
|
592
|
+
"value": "GET"
|
|
596
593
|
},
|
|
597
594
|
{
|
|
598
595
|
"value": "POST",
|
|
599
596
|
"label": "POST"
|
|
600
597
|
},
|
|
601
598
|
{
|
|
602
|
-
"
|
|
603
|
-
"
|
|
599
|
+
"label": "PUT",
|
|
600
|
+
"value": "PUT"
|
|
604
601
|
},
|
|
605
602
|
{
|
|
606
603
|
"value": "DELETE",
|
|
@@ -614,14 +611,17 @@
|
|
|
614
611
|
"placeholder": "JSON request body"
|
|
615
612
|
},
|
|
616
613
|
{
|
|
614
|
+
"variant": "primary",
|
|
617
615
|
"label": "Send Request",
|
|
618
616
|
"icon": "send",
|
|
619
|
-
"
|
|
620
|
-
"
|
|
621
|
-
"action": "CALL_API"
|
|
617
|
+
"action": "CALL_API",
|
|
618
|
+
"type": "button"
|
|
622
619
|
}
|
|
623
620
|
],
|
|
624
|
-
"gap": "lg"
|
|
621
|
+
"gap": "lg",
|
|
622
|
+
"align": "center",
|
|
623
|
+
"type": "stack",
|
|
624
|
+
"direction": "vertical"
|
|
625
625
|
}
|
|
626
626
|
]
|
|
627
627
|
]
|
|
@@ -635,17 +635,17 @@
|
|
|
635
635
|
"render-ui",
|
|
636
636
|
"main",
|
|
637
637
|
{
|
|
638
|
-
"gap": "lg",
|
|
639
|
-
"type": "stack",
|
|
640
638
|
"direction": "vertical",
|
|
639
|
+
"align": "center",
|
|
640
|
+
"type": "stack",
|
|
641
641
|
"children": [
|
|
642
642
|
{
|
|
643
|
-
"
|
|
644
|
-
"
|
|
643
|
+
"name": "shield",
|
|
644
|
+
"type": "icon"
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
|
-
"type": "typography",
|
|
648
647
|
"content": "Bearer API Tester",
|
|
648
|
+
"type": "typography",
|
|
649
649
|
"variant": "h2"
|
|
650
650
|
},
|
|
651
651
|
{
|
|
@@ -653,7 +653,6 @@
|
|
|
653
653
|
"type": "input"
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
|
-
"type": "select",
|
|
657
656
|
"options": [
|
|
658
657
|
{
|
|
659
658
|
"label": "GET",
|
|
@@ -664,28 +663,29 @@
|
|
|
664
663
|
"label": "POST"
|
|
665
664
|
},
|
|
666
665
|
{
|
|
667
|
-
"
|
|
668
|
-
"
|
|
666
|
+
"value": "PUT",
|
|
667
|
+
"label": "PUT"
|
|
669
668
|
},
|
|
670
669
|
{
|
|
671
670
|
"label": "DELETE",
|
|
672
671
|
"value": "DELETE"
|
|
673
672
|
}
|
|
674
|
-
]
|
|
673
|
+
],
|
|
674
|
+
"type": "select"
|
|
675
675
|
},
|
|
676
676
|
{
|
|
677
|
-
"
|
|
678
|
-
"
|
|
677
|
+
"placeholder": "JSON request body",
|
|
678
|
+
"type": "textarea"
|
|
679
679
|
},
|
|
680
680
|
{
|
|
681
|
-
"action": "CALL_API",
|
|
682
681
|
"variant": "primary",
|
|
683
682
|
"icon": "send",
|
|
684
|
-
"
|
|
685
|
-
"label": "Send Request"
|
|
683
|
+
"action": "CALL_API",
|
|
684
|
+
"label": "Send Request",
|
|
685
|
+
"type": "button"
|
|
686
686
|
}
|
|
687
687
|
],
|
|
688
|
-
"
|
|
688
|
+
"gap": "lg"
|
|
689
689
|
}
|
|
690
690
|
]
|
|
691
691
|
]
|
|
@@ -708,4 +708,4 @@
|
|
|
708
708
|
]
|
|
709
709
|
}
|
|
710
710
|
]
|
|
711
|
-
}
|
|
711
|
+
}
|