@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -277,8 +277,8 @@
|
|
|
277
277
|
"ServiceCustomNoauth",
|
|
278
278
|
{
|
|
279
279
|
"emit": {
|
|
280
|
-
"
|
|
281
|
-
"
|
|
280
|
+
"success": "ServiceCustomNoauthLoaded",
|
|
281
|
+
"failure": "ServiceCustomNoauthLoadFailed"
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
],
|
|
@@ -286,38 +286,35 @@
|
|
|
286
286
|
"render-ui",
|
|
287
287
|
"main",
|
|
288
288
|
{
|
|
289
|
-
"direction": "vertical",
|
|
290
|
-
"gap": "lg",
|
|
291
289
|
"align": "center",
|
|
292
|
-
"type": "stack",
|
|
293
290
|
"children": [
|
|
294
291
|
{
|
|
295
|
-
"
|
|
296
|
-
"
|
|
292
|
+
"name": "globe",
|
|
293
|
+
"type": "icon"
|
|
297
294
|
},
|
|
298
295
|
{
|
|
299
|
-
"variant": "h2",
|
|
300
296
|
"type": "typography",
|
|
297
|
+
"variant": "h2",
|
|
301
298
|
"content": "Public API Tester"
|
|
302
299
|
},
|
|
303
300
|
{
|
|
304
|
-
"
|
|
305
|
-
"
|
|
301
|
+
"placeholder": "/users",
|
|
302
|
+
"type": "input"
|
|
306
303
|
},
|
|
307
304
|
{
|
|
308
305
|
"type": "select",
|
|
309
306
|
"options": [
|
|
310
307
|
{
|
|
311
|
-
"
|
|
312
|
-
"
|
|
308
|
+
"label": "GET",
|
|
309
|
+
"value": "GET"
|
|
313
310
|
},
|
|
314
311
|
{
|
|
315
|
-
"
|
|
316
|
-
"
|
|
312
|
+
"value": "POST",
|
|
313
|
+
"label": "POST"
|
|
317
314
|
},
|
|
318
315
|
{
|
|
319
|
-
"
|
|
320
|
-
"
|
|
316
|
+
"value": "PUT",
|
|
317
|
+
"label": "PUT"
|
|
321
318
|
},
|
|
322
319
|
{
|
|
323
320
|
"label": "DELETE",
|
|
@@ -330,13 +327,16 @@
|
|
|
330
327
|
"placeholder": "JSON request body"
|
|
331
328
|
},
|
|
332
329
|
{
|
|
333
|
-
"
|
|
330
|
+
"type": "button",
|
|
334
331
|
"action": "CALL_API",
|
|
332
|
+
"icon": "send",
|
|
335
333
|
"label": "Send Request",
|
|
336
|
-
"
|
|
337
|
-
"icon": "send"
|
|
334
|
+
"variant": "primary"
|
|
338
335
|
}
|
|
339
|
-
]
|
|
336
|
+
],
|
|
337
|
+
"type": "stack",
|
|
338
|
+
"direction": "vertical",
|
|
339
|
+
"gap": "lg"
|
|
340
340
|
}
|
|
341
341
|
]
|
|
342
342
|
]
|
|
@@ -350,9 +350,9 @@
|
|
|
350
350
|
"render-ui",
|
|
351
351
|
"main",
|
|
352
352
|
{
|
|
353
|
-
"
|
|
353
|
+
"message": "Sending request to servicecustomnoauth endpoint...",
|
|
354
354
|
"type": "loading-state",
|
|
355
|
-
"
|
|
355
|
+
"title": "Calling API..."
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
358
|
[
|
|
@@ -360,9 +360,9 @@
|
|
|
360
360
|
"custom-noauth-api",
|
|
361
361
|
"execute",
|
|
362
362
|
{
|
|
363
|
-
"body": "@entity.requestBody",
|
|
364
363
|
"method": "@entity.method",
|
|
365
|
-
"endpoint": "@entity.endpoint"
|
|
364
|
+
"endpoint": "@entity.endpoint",
|
|
365
|
+
"body": "@entity.requestBody"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
368
368
|
]
|
|
@@ -386,37 +386,37 @@
|
|
|
386
386
|
"render-ui",
|
|
387
387
|
"main",
|
|
388
388
|
{
|
|
389
|
+
"direction": "vertical",
|
|
390
|
+
"type": "stack",
|
|
389
391
|
"children": [
|
|
390
392
|
{
|
|
391
393
|
"type": "icon",
|
|
392
394
|
"name": "check-circle"
|
|
393
395
|
},
|
|
394
396
|
{
|
|
395
|
-
"variant": "h2",
|
|
396
397
|
"type": "typography",
|
|
397
|
-
"content": "Response"
|
|
398
|
+
"content": "Response",
|
|
399
|
+
"variant": "h2"
|
|
398
400
|
},
|
|
399
401
|
{
|
|
400
|
-
"
|
|
402
|
+
"type": "badge",
|
|
401
403
|
"variant": "info",
|
|
402
|
-
"
|
|
404
|
+
"label": "@entity.statusCode"
|
|
403
405
|
},
|
|
404
406
|
{
|
|
407
|
+
"content": "@entity.responseData",
|
|
405
408
|
"type": "code",
|
|
406
|
-
"language": "json"
|
|
407
|
-
"content": "@entity.responseData"
|
|
409
|
+
"language": "json"
|
|
408
410
|
},
|
|
409
411
|
{
|
|
410
|
-
"variant": "ghost",
|
|
411
|
-
"label": "New Request",
|
|
412
412
|
"action": "RESET",
|
|
413
|
+
"label": "New Request",
|
|
413
414
|
"type": "button",
|
|
415
|
+
"variant": "ghost",
|
|
414
416
|
"icon": "rotate-ccw"
|
|
415
417
|
}
|
|
416
418
|
],
|
|
417
419
|
"gap": "lg",
|
|
418
|
-
"direction": "vertical",
|
|
419
|
-
"type": "stack",
|
|
420
420
|
"align": "center"
|
|
421
421
|
}
|
|
422
422
|
]
|
|
@@ -436,10 +436,10 @@
|
|
|
436
436
|
"render-ui",
|
|
437
437
|
"main",
|
|
438
438
|
{
|
|
439
|
+
"type": "error-state",
|
|
439
440
|
"onRetry": "RETRY",
|
|
440
441
|
"message": "@entity.error",
|
|
441
|
-
"title": "Request Failed"
|
|
442
|
-
"type": "error-state"
|
|
442
|
+
"title": "Request Failed"
|
|
443
443
|
}
|
|
444
444
|
]
|
|
445
445
|
]
|
|
@@ -453,34 +453,36 @@
|
|
|
453
453
|
"render-ui",
|
|
454
454
|
"main",
|
|
455
455
|
{
|
|
456
|
+
"align": "center",
|
|
457
|
+
"gap": "lg",
|
|
456
458
|
"children": [
|
|
457
459
|
{
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
+
"type": "icon",
|
|
461
|
+
"name": "globe"
|
|
460
462
|
},
|
|
461
463
|
{
|
|
464
|
+
"variant": "h2",
|
|
462
465
|
"type": "typography",
|
|
463
|
-
"content": "Public API Tester"
|
|
464
|
-
"variant": "h2"
|
|
466
|
+
"content": "Public API Tester"
|
|
465
467
|
},
|
|
466
468
|
{
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
+
"placeholder": "/users",
|
|
470
|
+
"type": "input"
|
|
469
471
|
},
|
|
470
472
|
{
|
|
471
473
|
"type": "select",
|
|
472
474
|
"options": [
|
|
473
475
|
{
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
+
"value": "GET",
|
|
477
|
+
"label": "GET"
|
|
476
478
|
},
|
|
477
479
|
{
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
+
"value": "POST",
|
|
481
|
+
"label": "POST"
|
|
480
482
|
},
|
|
481
483
|
{
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
+
"label": "PUT",
|
|
485
|
+
"value": "PUT"
|
|
484
486
|
},
|
|
485
487
|
{
|
|
486
488
|
"value": "DELETE",
|
|
@@ -493,17 +495,15 @@
|
|
|
493
495
|
"placeholder": "JSON request body"
|
|
494
496
|
},
|
|
495
497
|
{
|
|
496
|
-
"action": "CALL_API",
|
|
497
|
-
"label": "Send Request",
|
|
498
|
-
"type": "button",
|
|
499
498
|
"icon": "send",
|
|
500
|
-
"
|
|
499
|
+
"type": "button",
|
|
500
|
+
"action": "CALL_API",
|
|
501
|
+
"variant": "primary",
|
|
502
|
+
"label": "Send Request"
|
|
501
503
|
}
|
|
502
504
|
],
|
|
503
505
|
"type": "stack",
|
|
504
|
-
"
|
|
505
|
-
"direction": "vertical",
|
|
506
|
-
"gap": "lg"
|
|
506
|
+
"direction": "vertical"
|
|
507
507
|
}
|
|
508
508
|
]
|
|
509
509
|
]
|
|
@@ -517,20 +517,19 @@
|
|
|
517
517
|
"render-ui",
|
|
518
518
|
"main",
|
|
519
519
|
{
|
|
520
|
-
"type": "stack",
|
|
521
520
|
"children": [
|
|
522
521
|
{
|
|
523
522
|
"name": "globe",
|
|
524
523
|
"type": "icon"
|
|
525
524
|
},
|
|
526
525
|
{
|
|
527
|
-
"content": "Public API Tester",
|
|
528
526
|
"type": "typography",
|
|
527
|
+
"content": "Public API Tester",
|
|
529
528
|
"variant": "h2"
|
|
530
529
|
},
|
|
531
530
|
{
|
|
532
|
-
"
|
|
533
|
-
"
|
|
531
|
+
"placeholder": "/users",
|
|
532
|
+
"type": "input"
|
|
534
533
|
},
|
|
535
534
|
{
|
|
536
535
|
"options": [
|
|
@@ -547,8 +546,8 @@
|
|
|
547
546
|
"label": "PUT"
|
|
548
547
|
},
|
|
549
548
|
{
|
|
550
|
-
"
|
|
551
|
-
"
|
|
549
|
+
"value": "DELETE",
|
|
550
|
+
"label": "DELETE"
|
|
552
551
|
}
|
|
553
552
|
],
|
|
554
553
|
"type": "select"
|
|
@@ -558,15 +557,16 @@
|
|
|
558
557
|
"type": "textarea"
|
|
559
558
|
},
|
|
560
559
|
{
|
|
561
|
-
"icon": "send",
|
|
562
|
-
"type": "button",
|
|
563
560
|
"label": "Send Request",
|
|
564
561
|
"action": "CALL_API",
|
|
562
|
+
"icon": "send",
|
|
563
|
+
"type": "button",
|
|
565
564
|
"variant": "primary"
|
|
566
565
|
}
|
|
567
566
|
],
|
|
568
567
|
"gap": "lg",
|
|
569
568
|
"direction": "vertical",
|
|
569
|
+
"type": "stack",
|
|
570
570
|
"align": "center"
|
|
571
571
|
}
|
|
572
572
|
]
|
|
@@ -588,13 +588,13 @@
|
|
|
588
588
|
"name": "globe"
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
|
-
"type": "typography",
|
|
592
591
|
"content": "Public API Tester",
|
|
593
|
-
"variant": "h2"
|
|
592
|
+
"variant": "h2",
|
|
593
|
+
"type": "typography"
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
|
-
"
|
|
597
|
-
"
|
|
596
|
+
"type": "input",
|
|
597
|
+
"placeholder": "/users"
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
"type": "select",
|
|
@@ -608,8 +608,8 @@
|
|
|
608
608
|
"value": "POST"
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
|
-
"
|
|
612
|
-
"
|
|
611
|
+
"label": "PUT",
|
|
612
|
+
"value": "PUT"
|
|
613
613
|
},
|
|
614
614
|
{
|
|
615
615
|
"value": "DELETE",
|
|
@@ -623,14 +623,14 @@
|
|
|
623
623
|
},
|
|
624
624
|
{
|
|
625
625
|
"type": "button",
|
|
626
|
-
"action": "CALL_API",
|
|
627
626
|
"variant": "primary",
|
|
627
|
+
"icon": "send",
|
|
628
628
|
"label": "Send Request",
|
|
629
|
-
"
|
|
629
|
+
"action": "CALL_API"
|
|
630
630
|
}
|
|
631
631
|
],
|
|
632
|
-
"direction": "vertical",
|
|
633
632
|
"align": "center",
|
|
633
|
+
"direction": "vertical",
|
|
634
634
|
"gap": "lg"
|
|
635
635
|
}
|
|
636
636
|
]
|
|
@@ -286,9 +286,6 @@
|
|
|
286
286
|
"render-ui",
|
|
287
287
|
"main",
|
|
288
288
|
{
|
|
289
|
-
"type": "stack",
|
|
290
|
-
"align": "center",
|
|
291
|
-
"direction": "vertical",
|
|
292
289
|
"gap": "lg",
|
|
293
290
|
"children": [
|
|
294
291
|
{
|
|
@@ -296,16 +293,15 @@
|
|
|
296
293
|
"type": "icon"
|
|
297
294
|
},
|
|
298
295
|
{
|
|
299
|
-
"variant": "h2",
|
|
300
296
|
"type": "typography",
|
|
297
|
+
"variant": "h2",
|
|
301
298
|
"content": "Query Auth API Tester"
|
|
302
299
|
},
|
|
303
300
|
{
|
|
304
|
-
"
|
|
305
|
-
"
|
|
301
|
+
"placeholder": "/users",
|
|
302
|
+
"type": "input"
|
|
306
303
|
},
|
|
307
304
|
{
|
|
308
|
-
"type": "select",
|
|
309
305
|
"options": [
|
|
310
306
|
{
|
|
311
307
|
"label": "GET",
|
|
@@ -316,27 +312,31 @@
|
|
|
316
312
|
"label": "POST"
|
|
317
313
|
},
|
|
318
314
|
{
|
|
319
|
-
"
|
|
320
|
-
"
|
|
315
|
+
"value": "PUT",
|
|
316
|
+
"label": "PUT"
|
|
321
317
|
},
|
|
322
318
|
{
|
|
323
|
-
"
|
|
324
|
-
"
|
|
319
|
+
"value": "DELETE",
|
|
320
|
+
"label": "DELETE"
|
|
325
321
|
}
|
|
326
|
-
]
|
|
322
|
+
],
|
|
323
|
+
"type": "select"
|
|
327
324
|
},
|
|
328
325
|
{
|
|
329
326
|
"type": "textarea",
|
|
330
327
|
"placeholder": "JSON request body"
|
|
331
328
|
},
|
|
332
329
|
{
|
|
333
|
-
"
|
|
330
|
+
"action": "CALL_API",
|
|
334
331
|
"icon": "send",
|
|
335
|
-
"type": "button",
|
|
336
332
|
"label": "Send Request",
|
|
337
|
-
"
|
|
333
|
+
"variant": "primary",
|
|
334
|
+
"type": "button"
|
|
338
335
|
}
|
|
339
|
-
]
|
|
336
|
+
],
|
|
337
|
+
"direction": "vertical",
|
|
338
|
+
"type": "stack",
|
|
339
|
+
"align": "center"
|
|
340
340
|
}
|
|
341
341
|
]
|
|
342
342
|
]
|
|
@@ -350,9 +350,9 @@
|
|
|
350
350
|
"render-ui",
|
|
351
351
|
"main",
|
|
352
352
|
{
|
|
353
|
-
"
|
|
353
|
+
"title": "Calling API...",
|
|
354
354
|
"type": "loading-state",
|
|
355
|
-
"
|
|
355
|
+
"message": "Sending request to servicecustomquery endpoint..."
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
358
|
[
|
|
@@ -386,38 +386,38 @@
|
|
|
386
386
|
"render-ui",
|
|
387
387
|
"main",
|
|
388
388
|
{
|
|
389
|
-
"
|
|
389
|
+
"gap": "lg",
|
|
390
390
|
"align": "center",
|
|
391
|
-
"direction": "vertical",
|
|
392
391
|
"children": [
|
|
393
392
|
{
|
|
394
393
|
"type": "icon",
|
|
395
394
|
"name": "check-circle"
|
|
396
395
|
},
|
|
397
396
|
{
|
|
398
|
-
"variant": "h2",
|
|
399
397
|
"type": "typography",
|
|
398
|
+
"variant": "h2",
|
|
400
399
|
"content": "Response"
|
|
401
400
|
},
|
|
402
401
|
{
|
|
403
402
|
"variant": "info",
|
|
404
|
-
"
|
|
405
|
-
"
|
|
403
|
+
"label": "@entity.statusCode",
|
|
404
|
+
"type": "badge"
|
|
406
405
|
},
|
|
407
406
|
{
|
|
408
|
-
"
|
|
407
|
+
"type": "code",
|
|
409
408
|
"language": "json",
|
|
410
|
-
"
|
|
409
|
+
"content": "@entity.responseData"
|
|
411
410
|
},
|
|
412
411
|
{
|
|
413
|
-
"label": "New Request",
|
|
414
|
-
"type": "button",
|
|
415
|
-
"variant": "ghost",
|
|
416
412
|
"icon": "rotate-ccw",
|
|
417
|
-
"
|
|
413
|
+
"variant": "ghost",
|
|
414
|
+
"action": "RESET",
|
|
415
|
+
"label": "New Request",
|
|
416
|
+
"type": "button"
|
|
418
417
|
}
|
|
419
418
|
],
|
|
420
|
-
"
|
|
419
|
+
"direction": "vertical",
|
|
420
|
+
"type": "stack"
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -437,9 +437,9 @@
|
|
|
437
437
|
"main",
|
|
438
438
|
{
|
|
439
439
|
"title": "Request Failed",
|
|
440
|
+
"type": "error-state",
|
|
440
441
|
"message": "@entity.error",
|
|
441
|
-
"onRetry": "RETRY"
|
|
442
|
-
"type": "error-state"
|
|
442
|
+
"onRetry": "RETRY"
|
|
443
443
|
}
|
|
444
444
|
]
|
|
445
445
|
]
|
|
@@ -454,21 +454,20 @@
|
|
|
454
454
|
"main",
|
|
455
455
|
{
|
|
456
456
|
"type": "stack",
|
|
457
|
-
"direction": "vertical",
|
|
458
457
|
"align": "center",
|
|
459
458
|
"children": [
|
|
460
459
|
{
|
|
461
|
-
"
|
|
462
|
-
"
|
|
460
|
+
"type": "icon",
|
|
461
|
+
"name": "search"
|
|
463
462
|
},
|
|
464
463
|
{
|
|
465
|
-
"variant": "h2",
|
|
466
464
|
"type": "typography",
|
|
467
|
-
"content": "Query Auth API Tester"
|
|
465
|
+
"content": "Query Auth API Tester",
|
|
466
|
+
"variant": "h2"
|
|
468
467
|
},
|
|
469
468
|
{
|
|
470
|
-
"
|
|
471
|
-
"
|
|
469
|
+
"type": "input",
|
|
470
|
+
"placeholder": "/users"
|
|
472
471
|
},
|
|
473
472
|
{
|
|
474
473
|
"type": "select",
|
|
@@ -482,12 +481,12 @@
|
|
|
482
481
|
"value": "POST"
|
|
483
482
|
},
|
|
484
483
|
{
|
|
485
|
-
"
|
|
486
|
-
"
|
|
484
|
+
"value": "PUT",
|
|
485
|
+
"label": "PUT"
|
|
487
486
|
},
|
|
488
487
|
{
|
|
489
|
-
"
|
|
490
|
-
"
|
|
488
|
+
"value": "DELETE",
|
|
489
|
+
"label": "DELETE"
|
|
491
490
|
}
|
|
492
491
|
]
|
|
493
492
|
},
|
|
@@ -503,7 +502,8 @@
|
|
|
503
502
|
"label": "Send Request"
|
|
504
503
|
}
|
|
505
504
|
],
|
|
506
|
-
"gap": "lg"
|
|
505
|
+
"gap": "lg",
|
|
506
|
+
"direction": "vertical"
|
|
507
507
|
}
|
|
508
508
|
]
|
|
509
509
|
]
|
|
@@ -525,22 +525,23 @@
|
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
527
|
"type": "typography",
|
|
528
|
-
"
|
|
529
|
-
"
|
|
528
|
+
"variant": "h2",
|
|
529
|
+
"content": "Query Auth API Tester"
|
|
530
530
|
},
|
|
531
531
|
{
|
|
532
|
-
"
|
|
533
|
-
"
|
|
532
|
+
"placeholder": "/users",
|
|
533
|
+
"type": "input"
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
|
+
"type": "select",
|
|
536
537
|
"options": [
|
|
537
538
|
{
|
|
538
539
|
"label": "GET",
|
|
539
540
|
"value": "GET"
|
|
540
541
|
},
|
|
541
542
|
{
|
|
542
|
-
"
|
|
543
|
-
"
|
|
543
|
+
"label": "POST",
|
|
544
|
+
"value": "POST"
|
|
544
545
|
},
|
|
545
546
|
{
|
|
546
547
|
"label": "PUT",
|
|
@@ -550,24 +551,23 @@
|
|
|
550
551
|
"value": "DELETE",
|
|
551
552
|
"label": "DELETE"
|
|
552
553
|
}
|
|
553
|
-
]
|
|
554
|
-
"type": "select"
|
|
554
|
+
]
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
557
|
"type": "textarea",
|
|
558
558
|
"placeholder": "JSON request body"
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
|
+
"icon": "send",
|
|
561
562
|
"type": "button",
|
|
562
|
-
"
|
|
563
|
+
"action": "CALL_API",
|
|
563
564
|
"variant": "primary",
|
|
564
|
-
"
|
|
565
|
-
"action": "CALL_API"
|
|
565
|
+
"label": "Send Request"
|
|
566
566
|
}
|
|
567
567
|
],
|
|
568
|
+
"gap": "lg",
|
|
568
569
|
"type": "stack",
|
|
569
|
-
"direction": "vertical"
|
|
570
|
-
"gap": "lg"
|
|
570
|
+
"direction": "vertical"
|
|
571
571
|
}
|
|
572
572
|
]
|
|
573
573
|
]
|
|
@@ -581,21 +581,20 @@
|
|
|
581
581
|
"render-ui",
|
|
582
582
|
"main",
|
|
583
583
|
{
|
|
584
|
-
"
|
|
585
|
-
"gap": "lg",
|
|
584
|
+
"direction": "vertical",
|
|
586
585
|
"children": [
|
|
587
586
|
{
|
|
588
587
|
"type": "icon",
|
|
589
588
|
"name": "search"
|
|
590
589
|
},
|
|
591
590
|
{
|
|
592
|
-
"content": "Query Auth API Tester",
|
|
593
591
|
"type": "typography",
|
|
592
|
+
"content": "Query Auth API Tester",
|
|
594
593
|
"variant": "h2"
|
|
595
594
|
},
|
|
596
595
|
{
|
|
597
|
-
"
|
|
598
|
-
"
|
|
596
|
+
"type": "input",
|
|
597
|
+
"placeholder": "/users"
|
|
599
598
|
},
|
|
600
599
|
{
|
|
601
600
|
"type": "select",
|
|
@@ -613,8 +612,8 @@
|
|
|
613
612
|
"value": "PUT"
|
|
614
613
|
},
|
|
615
614
|
{
|
|
616
|
-
"
|
|
617
|
-
"
|
|
615
|
+
"label": "DELETE",
|
|
616
|
+
"value": "DELETE"
|
|
618
617
|
}
|
|
619
618
|
]
|
|
620
619
|
},
|
|
@@ -623,15 +622,16 @@
|
|
|
623
622
|
"type": "textarea"
|
|
624
623
|
},
|
|
625
624
|
{
|
|
625
|
+
"type": "button",
|
|
626
626
|
"action": "CALL_API",
|
|
627
627
|
"icon": "send",
|
|
628
|
-
"type": "button",
|
|
629
628
|
"variant": "primary",
|
|
630
629
|
"label": "Send Request"
|
|
631
630
|
}
|
|
632
631
|
],
|
|
633
632
|
"align": "center",
|
|
634
|
-
"
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"gap": "lg"
|
|
635
635
|
}
|
|
636
636
|
]
|
|
637
637
|
]
|