@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"main",
|
|
89
89
|
{
|
|
90
90
|
"variant": "primary",
|
|
91
|
-
"
|
|
91
|
+
"action": "SAVE",
|
|
92
92
|
"label": "Fire Create SAVE",
|
|
93
|
-
"
|
|
93
|
+
"type": "button"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
]
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"main",
|
|
113
113
|
{
|
|
114
114
|
"label": "Fire Create SAVE",
|
|
115
|
-
"
|
|
115
|
+
"variant": "primary",
|
|
116
116
|
"type": "button",
|
|
117
|
-
"
|
|
117
|
+
"action": "SAVE"
|
|
118
118
|
}
|
|
119
119
|
]
|
|
120
120
|
]
|
|
@@ -182,9 +182,9 @@
|
|
|
182
182
|
"render-ui",
|
|
183
183
|
"main",
|
|
184
184
|
{
|
|
185
|
-
"variant": "secondary",
|
|
186
|
-
"action": "SAVE",
|
|
187
185
|
"type": "button",
|
|
186
|
+
"action": "SAVE",
|
|
187
|
+
"variant": "secondary",
|
|
188
188
|
"label": "Fire Edit SAVE"
|
|
189
189
|
}
|
|
190
190
|
]
|
|
@@ -206,9 +206,9 @@
|
|
|
206
206
|
"render-ui",
|
|
207
207
|
"main",
|
|
208
208
|
{
|
|
209
|
+
"type": "button",
|
|
209
210
|
"action": "SAVE",
|
|
210
211
|
"variant": "secondary",
|
|
211
|
-
"type": "button",
|
|
212
212
|
"label": "Fire Edit SAVE"
|
|
213
213
|
}
|
|
214
214
|
]
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
"render-ui",
|
|
374
374
|
"main",
|
|
375
375
|
{
|
|
376
|
-
"type": "typography",
|
|
377
376
|
"content": "Persistor idle",
|
|
377
|
+
"type": "typography",
|
|
378
378
|
"variant": "caption"
|
|
379
379
|
}
|
|
380
380
|
]
|
|
@@ -390,8 +390,8 @@
|
|
|
390
390
|
"create",
|
|
391
391
|
"Probe",
|
|
392
392
|
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
393
|
+
"name": "probe-created",
|
|
394
|
+
"kind": "create"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"emit": {
|
|
@@ -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
|
],
|
|
@@ -334,17 +334,17 @@
|
|
|
334
334
|
"render-ui",
|
|
335
335
|
"main",
|
|
336
336
|
{
|
|
337
|
-
"type": "stack",
|
|
338
337
|
"align": "center",
|
|
339
|
-
"
|
|
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
|
{
|
|
@@ -354,20 +354,20 @@
|
|
|
354
354
|
{
|
|
355
355
|
"options": [
|
|
356
356
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
357
|
+
"label": "GET",
|
|
358
|
+
"value": "GET"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"value": "POST",
|
|
362
362
|
"label": "POST"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"
|
|
366
|
-
"
|
|
365
|
+
"label": "PUT",
|
|
366
|
+
"value": "PUT"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
|
-
"
|
|
370
|
-
"
|
|
369
|
+
"label": "DELETE",
|
|
370
|
+
"value": "DELETE"
|
|
371
371
|
}
|
|
372
372
|
],
|
|
373
373
|
"type": "select"
|
|
@@ -377,14 +377,14 @@
|
|
|
377
377
|
"placeholder": "JSON request body"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
|
-
"
|
|
380
|
+
"label": "Send Request",
|
|
381
381
|
"type": "button",
|
|
382
|
-
"icon": "send",
|
|
383
382
|
"action": "CALL_API",
|
|
384
|
-
"
|
|
383
|
+
"icon": "send",
|
|
384
|
+
"variant": "primary"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
387
|
-
"
|
|
387
|
+
"direction": "vertical"
|
|
388
388
|
}
|
|
389
389
|
]
|
|
390
390
|
]
|
|
@@ -398,9 +398,9 @@
|
|
|
398
398
|
"render-ui",
|
|
399
399
|
"main",
|
|
400
400
|
{
|
|
401
|
+
"message": "Sending request to servicecustombearer endpoint...",
|
|
401
402
|
"type": "loading-state",
|
|
402
|
-
"title": "Calling API..."
|
|
403
|
-
"message": "Sending request to servicecustombearer endpoint..."
|
|
403
|
+
"title": "Calling API..."
|
|
404
404
|
}
|
|
405
405
|
],
|
|
406
406
|
[
|
|
@@ -408,14 +408,14 @@
|
|
|
408
408
|
"custom-bearer-api",
|
|
409
409
|
"execute",
|
|
410
410
|
{
|
|
411
|
-
"body": "@entity.requestBody",
|
|
412
411
|
"endpoint": "@entity.endpoint",
|
|
413
|
-
"method": "@entity.method"
|
|
412
|
+
"method": "@entity.method",
|
|
413
|
+
"body": "@entity.requestBody"
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"emit": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
417
|
+
"success": "ServiceCustomBearerCustomBearerApiCompleted",
|
|
418
|
+
"failure": "ServiceCustomBearerCustomBearerApiFailed"
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
421
|
]
|
|
@@ -440,26 +440,26 @@
|
|
|
440
440
|
"render-ui",
|
|
441
441
|
"main",
|
|
442
442
|
{
|
|
443
|
-
"
|
|
443
|
+
"align": "center",
|
|
444
444
|
"children": [
|
|
445
445
|
{
|
|
446
446
|
"type": "icon",
|
|
447
447
|
"name": "check-circle"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
"
|
|
450
|
+
"variant": "h2",
|
|
451
451
|
"content": "Response",
|
|
452
|
-
"
|
|
452
|
+
"type": "typography"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"type": "badge",
|
|
456
|
-
"
|
|
457
|
-
"
|
|
456
|
+
"label": "@entity.statusCode",
|
|
457
|
+
"variant": "info"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"type": "code-block",
|
|
461
460
|
"code": "@entity.responseData",
|
|
462
|
-
"language": "json"
|
|
461
|
+
"language": "json",
|
|
462
|
+
"type": "code-block"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
465
|
"icon": "rotate-ccw",
|
|
@@ -469,9 +469,9 @@
|
|
|
469
469
|
"label": "New Request"
|
|
470
470
|
}
|
|
471
471
|
],
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
472
|
+
"type": "stack",
|
|
473
|
+
"direction": "vertical",
|
|
474
|
+
"gap": "lg"
|
|
475
475
|
}
|
|
476
476
|
]
|
|
477
477
|
]
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
"render-ui",
|
|
491
491
|
"main",
|
|
492
492
|
{
|
|
493
|
-
"message": "@entity.error",
|
|
494
493
|
"type": "error-state",
|
|
495
494
|
"onRetry": "RETRY",
|
|
495
|
+
"message": "@entity.error",
|
|
496
496
|
"title": "Request Failed"
|
|
497
497
|
}
|
|
498
498
|
]
|
|
@@ -507,10 +507,6 @@
|
|
|
507
507
|
"render-ui",
|
|
508
508
|
"main",
|
|
509
509
|
{
|
|
510
|
-
"align": "center",
|
|
511
|
-
"type": "stack",
|
|
512
|
-
"gap": "lg",
|
|
513
|
-
"direction": "vertical",
|
|
514
510
|
"children": [
|
|
515
511
|
{
|
|
516
512
|
"type": "icon",
|
|
@@ -526,38 +522,42 @@
|
|
|
526
522
|
"type": "input"
|
|
527
523
|
},
|
|
528
524
|
{
|
|
529
|
-
"type": "select",
|
|
530
525
|
"options": [
|
|
531
526
|
{
|
|
532
|
-
"
|
|
533
|
-
"
|
|
527
|
+
"value": "GET",
|
|
528
|
+
"label": "GET"
|
|
534
529
|
},
|
|
535
530
|
{
|
|
536
|
-
"
|
|
537
|
-
"
|
|
531
|
+
"value": "POST",
|
|
532
|
+
"label": "POST"
|
|
538
533
|
},
|
|
539
534
|
{
|
|
540
|
-
"
|
|
541
|
-
"
|
|
535
|
+
"label": "PUT",
|
|
536
|
+
"value": "PUT"
|
|
542
537
|
},
|
|
543
538
|
{
|
|
544
|
-
"
|
|
545
|
-
"
|
|
539
|
+
"value": "DELETE",
|
|
540
|
+
"label": "DELETE"
|
|
546
541
|
}
|
|
547
|
-
]
|
|
542
|
+
],
|
|
543
|
+
"type": "select"
|
|
548
544
|
},
|
|
549
545
|
{
|
|
550
|
-
"
|
|
551
|
-
"
|
|
546
|
+
"type": "textarea",
|
|
547
|
+
"placeholder": "JSON request body"
|
|
552
548
|
},
|
|
553
549
|
{
|
|
554
|
-
"icon": "send",
|
|
555
|
-
"action": "CALL_API",
|
|
556
550
|
"variant": "primary",
|
|
557
551
|
"type": "button",
|
|
558
|
-
"label": "Send Request"
|
|
552
|
+
"label": "Send Request",
|
|
553
|
+
"icon": "send",
|
|
554
|
+
"action": "CALL_API"
|
|
559
555
|
}
|
|
560
|
-
]
|
|
556
|
+
],
|
|
557
|
+
"direction": "vertical",
|
|
558
|
+
"align": "center",
|
|
559
|
+
"type": "stack",
|
|
560
|
+
"gap": "lg"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
563
563
|
]
|
|
@@ -571,29 +571,34 @@
|
|
|
571
571
|
"render-ui",
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
|
+
"type": "stack",
|
|
575
|
+
"direction": "vertical",
|
|
576
|
+
"gap": "lg",
|
|
577
|
+
"align": "center",
|
|
574
578
|
"children": [
|
|
575
579
|
{
|
|
576
|
-
"
|
|
577
|
-
"
|
|
580
|
+
"type": "icon",
|
|
581
|
+
"name": "shield"
|
|
578
582
|
},
|
|
579
583
|
{
|
|
584
|
+
"content": "Bearer API Tester",
|
|
580
585
|
"variant": "h2",
|
|
581
|
-
"type": "typography"
|
|
582
|
-
"content": "Bearer API Tester"
|
|
586
|
+
"type": "typography"
|
|
583
587
|
},
|
|
584
588
|
{
|
|
585
|
-
"
|
|
586
|
-
"
|
|
589
|
+
"type": "input",
|
|
590
|
+
"placeholder": "/users"
|
|
587
591
|
},
|
|
588
592
|
{
|
|
593
|
+
"type": "select",
|
|
589
594
|
"options": [
|
|
590
595
|
{
|
|
591
596
|
"label": "GET",
|
|
592
597
|
"value": "GET"
|
|
593
598
|
},
|
|
594
599
|
{
|
|
595
|
-
"
|
|
596
|
-
"
|
|
600
|
+
"label": "POST",
|
|
601
|
+
"value": "POST"
|
|
597
602
|
},
|
|
598
603
|
{
|
|
599
604
|
"label": "PUT",
|
|
@@ -603,25 +608,20 @@
|
|
|
603
608
|
"value": "DELETE",
|
|
604
609
|
"label": "DELETE"
|
|
605
610
|
}
|
|
606
|
-
]
|
|
607
|
-
"type": "select"
|
|
611
|
+
]
|
|
608
612
|
},
|
|
609
613
|
{
|
|
610
614
|
"type": "textarea",
|
|
611
615
|
"placeholder": "JSON request body"
|
|
612
616
|
},
|
|
613
617
|
{
|
|
614
|
-
"
|
|
615
|
-
"label": "Send Request",
|
|
618
|
+
"type": "button",
|
|
616
619
|
"icon": "send",
|
|
617
620
|
"action": "CALL_API",
|
|
618
|
-
"
|
|
621
|
+
"variant": "primary",
|
|
622
|
+
"label": "Send Request"
|
|
619
623
|
}
|
|
620
|
-
]
|
|
621
|
-
"gap": "lg",
|
|
622
|
-
"align": "center",
|
|
623
|
-
"type": "stack",
|
|
624
|
-
"direction": "vertical"
|
|
624
|
+
]
|
|
625
625
|
}
|
|
626
626
|
]
|
|
627
627
|
]
|
|
@@ -635,47 +635,44 @@
|
|
|
635
635
|
"render-ui",
|
|
636
636
|
"main",
|
|
637
637
|
{
|
|
638
|
-
"direction": "vertical",
|
|
639
|
-
"align": "center",
|
|
640
|
-
"type": "stack",
|
|
641
638
|
"children": [
|
|
642
639
|
{
|
|
643
|
-
"
|
|
644
|
-
"
|
|
640
|
+
"type": "icon",
|
|
641
|
+
"name": "shield"
|
|
645
642
|
},
|
|
646
643
|
{
|
|
647
|
-
"content": "Bearer API Tester",
|
|
648
644
|
"type": "typography",
|
|
649
|
-
"variant": "h2"
|
|
645
|
+
"variant": "h2",
|
|
646
|
+
"content": "Bearer API Tester"
|
|
650
647
|
},
|
|
651
648
|
{
|
|
652
649
|
"placeholder": "/users",
|
|
653
650
|
"type": "input"
|
|
654
651
|
},
|
|
655
652
|
{
|
|
653
|
+
"type": "select",
|
|
656
654
|
"options": [
|
|
657
655
|
{
|
|
658
|
-
"
|
|
659
|
-
"
|
|
656
|
+
"value": "GET",
|
|
657
|
+
"label": "GET"
|
|
660
658
|
},
|
|
661
659
|
{
|
|
662
|
-
"
|
|
663
|
-
"
|
|
660
|
+
"label": "POST",
|
|
661
|
+
"value": "POST"
|
|
664
662
|
},
|
|
665
663
|
{
|
|
666
664
|
"value": "PUT",
|
|
667
665
|
"label": "PUT"
|
|
668
666
|
},
|
|
669
667
|
{
|
|
670
|
-
"
|
|
671
|
-
"
|
|
668
|
+
"value": "DELETE",
|
|
669
|
+
"label": "DELETE"
|
|
672
670
|
}
|
|
673
|
-
]
|
|
674
|
-
"type": "select"
|
|
671
|
+
]
|
|
675
672
|
},
|
|
676
673
|
{
|
|
677
|
-
"
|
|
678
|
-
"
|
|
674
|
+
"type": "textarea",
|
|
675
|
+
"placeholder": "JSON request body"
|
|
679
676
|
},
|
|
680
677
|
{
|
|
681
678
|
"variant": "primary",
|
|
@@ -685,7 +682,10 @@
|
|
|
685
682
|
"type": "button"
|
|
686
683
|
}
|
|
687
684
|
],
|
|
688
|
-
"
|
|
685
|
+
"direction": "vertical",
|
|
686
|
+
"type": "stack",
|
|
687
|
+
"gap": "lg",
|
|
688
|
+
"align": "center"
|
|
689
689
|
}
|
|
690
690
|
]
|
|
691
691
|
]
|