@almadar/std 8.5.1 → 10.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
{
|
|
37
37
|
"event": "SAVED",
|
|
38
38
|
"scope": "external",
|
|
39
|
-
"
|
|
39
|
+
"payloadSchema": [
|
|
40
40
|
{
|
|
41
41
|
"name": "kind",
|
|
42
42
|
"type": "string",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
{
|
|
61
61
|
"key": "SAVE",
|
|
62
62
|
"name": "Save",
|
|
63
|
-
"
|
|
63
|
+
"payloadSchema": [
|
|
64
64
|
{
|
|
65
65
|
"name": "data",
|
|
66
66
|
"type": "object",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"render-ui",
|
|
88
88
|
"main",
|
|
89
89
|
{
|
|
90
|
-
"variant": "primary",
|
|
91
|
-
"action": "SAVE",
|
|
92
90
|
"label": "Fire Create SAVE",
|
|
93
|
-
"type": "button"
|
|
91
|
+
"type": "button",
|
|
92
|
+
"action": "SAVE",
|
|
93
|
+
"variant": "primary"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
]
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
"render-ui",
|
|
112
112
|
"main",
|
|
113
113
|
{
|
|
114
|
-
"
|
|
115
|
-
"variant": "primary",
|
|
114
|
+
"action": "SAVE",
|
|
116
115
|
"type": "button",
|
|
117
|
-
"
|
|
116
|
+
"variant": "primary",
|
|
117
|
+
"label": "Fire Create SAVE"
|
|
118
118
|
}
|
|
119
119
|
]
|
|
120
120
|
]
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
{
|
|
132
132
|
"event": "SAVED",
|
|
133
133
|
"scope": "external",
|
|
134
|
-
"
|
|
134
|
+
"payloadSchema": [
|
|
135
135
|
{
|
|
136
136
|
"name": "kind",
|
|
137
137
|
"type": "string",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{
|
|
156
156
|
"key": "SAVE",
|
|
157
157
|
"name": "Save",
|
|
158
|
-
"
|
|
158
|
+
"payloadSchema": [
|
|
159
159
|
{
|
|
160
160
|
"name": "data",
|
|
161
161
|
"type": "object",
|
|
@@ -182,10 +182,10 @@
|
|
|
182
182
|
"render-ui",
|
|
183
183
|
"main",
|
|
184
184
|
{
|
|
185
|
+
"label": "Fire Edit SAVE",
|
|
185
186
|
"type": "button",
|
|
186
|
-
"action": "SAVE",
|
|
187
187
|
"variant": "secondary",
|
|
188
|
-
"
|
|
188
|
+
"action": "SAVE"
|
|
189
189
|
}
|
|
190
190
|
]
|
|
191
191
|
]
|
|
@@ -207,9 +207,9 @@
|
|
|
207
207
|
"main",
|
|
208
208
|
{
|
|
209
209
|
"type": "button",
|
|
210
|
+
"label": "Fire Edit SAVE",
|
|
210
211
|
"action": "SAVE",
|
|
211
|
-
"variant": "secondary"
|
|
212
|
-
"label": "Fire Edit SAVE"
|
|
212
|
+
"variant": "secondary"
|
|
213
213
|
}
|
|
214
214
|
]
|
|
215
215
|
]
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
{
|
|
227
227
|
"event": "ProbeSaved",
|
|
228
228
|
"scope": "internal",
|
|
229
|
-
"
|
|
229
|
+
"payloadSchema": [
|
|
230
230
|
{
|
|
231
231
|
"name": "id",
|
|
232
232
|
"type": "string"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
{
|
|
237
237
|
"event": "ProbeSaveFailed",
|
|
238
238
|
"scope": "internal",
|
|
239
|
-
"
|
|
239
|
+
"payloadSchema": [
|
|
240
240
|
{
|
|
241
241
|
"name": "error",
|
|
242
242
|
"type": "string"
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
{
|
|
251
251
|
"event": "ProbeUpdated",
|
|
252
252
|
"scope": "internal",
|
|
253
|
-
"
|
|
253
|
+
"payloadSchema": [
|
|
254
254
|
{
|
|
255
255
|
"name": "id",
|
|
256
256
|
"type": "string"
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
{
|
|
261
261
|
"event": "ProbeUpdateFailed",
|
|
262
262
|
"scope": "internal",
|
|
263
|
-
"
|
|
263
|
+
"payloadSchema": [
|
|
264
264
|
{
|
|
265
265
|
"name": "error",
|
|
266
266
|
"type": "string"
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
{
|
|
314
314
|
"key": "ProbeSaved",
|
|
315
315
|
"name": "Probe saved",
|
|
316
|
-
"
|
|
316
|
+
"payloadSchema": [
|
|
317
317
|
{
|
|
318
318
|
"name": "id",
|
|
319
319
|
"type": "string"
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
{
|
|
324
324
|
"key": "ProbeSaveFailed",
|
|
325
325
|
"name": "Probe save failed",
|
|
326
|
-
"
|
|
326
|
+
"payloadSchema": [
|
|
327
327
|
{
|
|
328
328
|
"name": "error",
|
|
329
329
|
"type": "string"
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
{
|
|
338
338
|
"key": "ProbeUpdated",
|
|
339
339
|
"name": "Probe updated",
|
|
340
|
-
"
|
|
340
|
+
"payloadSchema": [
|
|
341
341
|
{
|
|
342
342
|
"name": "id",
|
|
343
343
|
"type": "string"
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
{
|
|
348
348
|
"key": "ProbeUpdateFailed",
|
|
349
349
|
"name": "Probe update failed",
|
|
350
|
-
"
|
|
350
|
+
"payloadSchema": [
|
|
351
351
|
{
|
|
352
352
|
"name": "error",
|
|
353
353
|
"type": "string"
|
|
@@ -373,9 +373,9 @@
|
|
|
373
373
|
"render-ui",
|
|
374
374
|
"main",
|
|
375
375
|
{
|
|
376
|
-
"content": "Persistor idle",
|
|
377
376
|
"type": "typography",
|
|
378
|
-
"variant": "caption"
|
|
377
|
+
"variant": "caption",
|
|
378
|
+
"content": "Persistor idle"
|
|
379
379
|
}
|
|
380
380
|
]
|
|
381
381
|
]
|
|
@@ -390,13 +390,13 @@
|
|
|
390
390
|
"create",
|
|
391
391
|
"Probe",
|
|
392
392
|
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
393
|
+
"kind": "create",
|
|
394
|
+
"name": "probe-created"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"emit": {
|
|
398
|
-
"
|
|
399
|
-
"
|
|
398
|
+
"success": "ProbeSaved",
|
|
399
|
+
"failure": "ProbeSaveFailed"
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
],
|
|
@@ -404,9 +404,9 @@
|
|
|
404
404
|
"render-ui",
|
|
405
405
|
"main",
|
|
406
406
|
{
|
|
407
|
-
"type": "typography",
|
|
408
407
|
"variant": "caption",
|
|
409
|
-
"content": "DO_CREATE fired"
|
|
408
|
+
"content": "DO_CREATE fired",
|
|
409
|
+
"type": "typography"
|
|
410
410
|
}
|
|
411
411
|
]
|
|
412
412
|
]
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
},
|
|
427
427
|
{
|
|
428
428
|
"emit": {
|
|
429
|
-
"
|
|
430
|
-
"
|
|
429
|
+
"success": "ProbeUpdated",
|
|
430
|
+
"failure": "ProbeUpdateFailed"
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
],
|
|
@@ -435,9 +435,9 @@
|
|
|
435
435
|
"render-ui",
|
|
436
436
|
"main",
|
|
437
437
|
{
|
|
438
|
-
"type": "typography",
|
|
439
438
|
"variant": "caption",
|
|
440
|
-
"content": "DO_UPDATE fired"
|
|
439
|
+
"content": "DO_UPDATE fired",
|
|
440
|
+
"type": "typography"
|
|
441
441
|
}
|
|
442
442
|
]
|
|
443
443
|
]
|
|
@@ -466,4 +466,4 @@
|
|
|
466
466
|
]
|
|
467
467
|
}
|
|
468
468
|
]
|
|
469
|
-
}
|
|
469
|
+
}
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"event": "ServiceCustomBearerLoaded",
|
|
79
79
|
"description": "Fired when ServiceCustomBearer finishes loading",
|
|
80
80
|
"scope": "internal",
|
|
81
|
-
"
|
|
81
|
+
"payloadSchema": [
|
|
82
82
|
{
|
|
83
83
|
"name": "id",
|
|
84
84
|
"type": "string"
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"event": "ServiceCustomBearerLoadFailed",
|
|
134
134
|
"description": "Fired when ServiceCustomBearer fails to load",
|
|
135
135
|
"scope": "internal",
|
|
136
|
-
"
|
|
136
|
+
"payloadSchema": [
|
|
137
137
|
{
|
|
138
138
|
"name": "message",
|
|
139
139
|
"type": "string"
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
{
|
|
144
144
|
"event": "ServiceCustomBearerCustomBearerApiCompleted",
|
|
145
145
|
"scope": "internal",
|
|
146
|
-
"
|
|
146
|
+
"payloadSchema": [
|
|
147
147
|
{
|
|
148
148
|
"name": "result",
|
|
149
149
|
"type": "object"
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
{
|
|
154
154
|
"event": "ServiceCustomBearerCustomBearerApiFailed",
|
|
155
155
|
"scope": "internal",
|
|
156
|
-
"
|
|
156
|
+
"payloadSchema": [
|
|
157
157
|
{
|
|
158
158
|
"name": "error",
|
|
159
159
|
"type": "string"
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
{
|
|
194
194
|
"key": "API_RESPONSE",
|
|
195
195
|
"name": "Api Response",
|
|
196
|
-
"
|
|
196
|
+
"payloadSchema": [
|
|
197
197
|
{
|
|
198
198
|
"name": "data",
|
|
199
199
|
"type": "string",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
{
|
|
210
210
|
"key": "FAILED",
|
|
211
211
|
"name": "Failed",
|
|
212
|
-
"
|
|
212
|
+
"payloadSchema": [
|
|
213
213
|
{
|
|
214
214
|
"name": "error",
|
|
215
215
|
"type": "string",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
{
|
|
229
229
|
"key": "ServiceCustomBearerLoaded",
|
|
230
230
|
"name": "ServiceCustomBearer loaded",
|
|
231
|
-
"
|
|
231
|
+
"payloadSchema": [
|
|
232
232
|
{
|
|
233
233
|
"name": "id",
|
|
234
234
|
"type": "string"
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
{
|
|
283
283
|
"key": "ServiceCustomBearerLoadFailed",
|
|
284
284
|
"name": "ServiceCustomBearer load failed",
|
|
285
|
-
"
|
|
285
|
+
"payloadSchema": [
|
|
286
286
|
{
|
|
287
287
|
"name": "message",
|
|
288
288
|
"type": "string"
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
{
|
|
293
293
|
"key": "ServiceCustomBearerCustomBearerApiCompleted",
|
|
294
294
|
"name": "ServiceCustomBearer custom bearer api completed",
|
|
295
|
-
"
|
|
295
|
+
"payloadSchema": [
|
|
296
296
|
{
|
|
297
297
|
"name": "result",
|
|
298
298
|
"type": "object"
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
{
|
|
303
303
|
"key": "ServiceCustomBearerCustomBearerApiFailed",
|
|
304
304
|
"name": "ServiceCustomBearer custom bearer api failed",
|
|
305
|
-
"
|
|
305
|
+
"payloadSchema": [
|
|
306
306
|
{
|
|
307
307
|
"name": "error",
|
|
308
308
|
"type": "string"
|
|
@@ -334,22 +334,21 @@
|
|
|
334
334
|
"render-ui",
|
|
335
335
|
"main",
|
|
336
336
|
{
|
|
337
|
+
"direction": "vertical",
|
|
337
338
|
"align": "center",
|
|
338
|
-
"gap": "lg",
|
|
339
|
-
"type": "stack",
|
|
340
339
|
"children": [
|
|
341
340
|
{
|
|
342
|
-
"
|
|
343
|
-
"
|
|
341
|
+
"type": "icon",
|
|
342
|
+
"name": "shield"
|
|
344
343
|
},
|
|
345
344
|
{
|
|
345
|
+
"content": "Bearer API Tester",
|
|
346
346
|
"variant": "h2",
|
|
347
|
-
"type": "typography"
|
|
348
|
-
"content": "Bearer API Tester"
|
|
347
|
+
"type": "typography"
|
|
349
348
|
},
|
|
350
349
|
{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
350
|
+
"placeholder": "/users",
|
|
351
|
+
"type": "input"
|
|
353
352
|
},
|
|
354
353
|
{
|
|
355
354
|
"options": [
|
|
@@ -362,29 +361,30 @@
|
|
|
362
361
|
"label": "POST"
|
|
363
362
|
},
|
|
364
363
|
{
|
|
365
|
-
"
|
|
366
|
-
"
|
|
364
|
+
"value": "PUT",
|
|
365
|
+
"label": "PUT"
|
|
367
366
|
},
|
|
368
367
|
{
|
|
369
|
-
"
|
|
370
|
-
"
|
|
368
|
+
"value": "DELETE",
|
|
369
|
+
"label": "DELETE"
|
|
371
370
|
}
|
|
372
371
|
],
|
|
373
372
|
"type": "select"
|
|
374
373
|
},
|
|
375
374
|
{
|
|
376
|
-
"
|
|
377
|
-
"
|
|
375
|
+
"placeholder": "JSON request body",
|
|
376
|
+
"type": "textarea"
|
|
378
377
|
},
|
|
379
378
|
{
|
|
380
|
-
"label": "Send Request",
|
|
381
|
-
"type": "button",
|
|
382
379
|
"action": "CALL_API",
|
|
380
|
+
"type": "button",
|
|
381
|
+
"label": "Send Request",
|
|
383
382
|
"icon": "send",
|
|
384
383
|
"variant": "primary"
|
|
385
384
|
}
|
|
386
385
|
],
|
|
387
|
-
"
|
|
386
|
+
"gap": "lg",
|
|
387
|
+
"type": "stack"
|
|
388
388
|
}
|
|
389
389
|
]
|
|
390
390
|
]
|
|
@@ -398,9 +398,9 @@
|
|
|
398
398
|
"render-ui",
|
|
399
399
|
"main",
|
|
400
400
|
{
|
|
401
|
+
"title": "Calling API...",
|
|
401
402
|
"message": "Sending request to servicecustombearer endpoint...",
|
|
402
|
-
"type": "loading-state"
|
|
403
|
-
"title": "Calling API..."
|
|
403
|
+
"type": "loading-state"
|
|
404
404
|
}
|
|
405
405
|
],
|
|
406
406
|
[
|
|
@@ -441,15 +441,17 @@
|
|
|
441
441
|
"main",
|
|
442
442
|
{
|
|
443
443
|
"align": "center",
|
|
444
|
+
"type": "stack",
|
|
445
|
+
"gap": "lg",
|
|
444
446
|
"children": [
|
|
445
447
|
{
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
+
"name": "check-circle",
|
|
449
|
+
"type": "icon"
|
|
448
450
|
},
|
|
449
451
|
{
|
|
450
|
-
"
|
|
452
|
+
"type": "typography",
|
|
451
453
|
"content": "Response",
|
|
452
|
-
"
|
|
454
|
+
"variant": "h2"
|
|
453
455
|
},
|
|
454
456
|
{
|
|
455
457
|
"type": "badge",
|
|
@@ -457,21 +459,19 @@
|
|
|
457
459
|
"variant": "info"
|
|
458
460
|
},
|
|
459
461
|
{
|
|
460
|
-
"code": "@entity.responseData",
|
|
461
462
|
"language": "json",
|
|
462
|
-
"type": "code-block"
|
|
463
|
+
"type": "code-block",
|
|
464
|
+
"code": "@entity.responseData"
|
|
463
465
|
},
|
|
464
466
|
{
|
|
467
|
+
"action": "RESET",
|
|
465
468
|
"icon": "rotate-ccw",
|
|
469
|
+
"label": "New Request",
|
|
466
470
|
"type": "button",
|
|
467
|
-
"
|
|
468
|
-
"variant": "ghost",
|
|
469
|
-
"label": "New Request"
|
|
471
|
+
"variant": "ghost"
|
|
470
472
|
}
|
|
471
473
|
],
|
|
472
|
-
"
|
|
473
|
-
"direction": "vertical",
|
|
474
|
-
"gap": "lg"
|
|
474
|
+
"direction": "vertical"
|
|
475
475
|
}
|
|
476
476
|
]
|
|
477
477
|
]
|
|
@@ -490,10 +490,10 @@
|
|
|
490
490
|
"render-ui",
|
|
491
491
|
"main",
|
|
492
492
|
{
|
|
493
|
-
"
|
|
494
|
-
"onRetry": "RETRY",
|
|
493
|
+
"title": "Request Failed",
|
|
495
494
|
"message": "@entity.error",
|
|
496
|
-
"
|
|
495
|
+
"onRetry": "RETRY",
|
|
496
|
+
"type": "error-state"
|
|
497
497
|
}
|
|
498
498
|
]
|
|
499
499
|
]
|
|
@@ -507,6 +507,10 @@
|
|
|
507
507
|
"render-ui",
|
|
508
508
|
"main",
|
|
509
509
|
{
|
|
510
|
+
"align": "center",
|
|
511
|
+
"direction": "vertical",
|
|
512
|
+
"gap": "lg",
|
|
513
|
+
"type": "stack",
|
|
510
514
|
"children": [
|
|
511
515
|
{
|
|
512
516
|
"type": "icon",
|
|
@@ -518,10 +522,11 @@
|
|
|
518
522
|
"variant": "h2"
|
|
519
523
|
},
|
|
520
524
|
{
|
|
521
|
-
"
|
|
522
|
-
"
|
|
525
|
+
"type": "input",
|
|
526
|
+
"placeholder": "/users"
|
|
523
527
|
},
|
|
524
528
|
{
|
|
529
|
+
"type": "select",
|
|
525
530
|
"options": [
|
|
526
531
|
{
|
|
527
532
|
"value": "GET",
|
|
@@ -532,32 +537,27 @@
|
|
|
532
537
|
"label": "POST"
|
|
533
538
|
},
|
|
534
539
|
{
|
|
535
|
-
"
|
|
536
|
-
"
|
|
540
|
+
"value": "PUT",
|
|
541
|
+
"label": "PUT"
|
|
537
542
|
},
|
|
538
543
|
{
|
|
539
544
|
"value": "DELETE",
|
|
540
545
|
"label": "DELETE"
|
|
541
546
|
}
|
|
542
|
-
]
|
|
543
|
-
"type": "select"
|
|
547
|
+
]
|
|
544
548
|
},
|
|
545
549
|
{
|
|
546
|
-
"
|
|
547
|
-
"
|
|
550
|
+
"placeholder": "JSON request body",
|
|
551
|
+
"type": "textarea"
|
|
548
552
|
},
|
|
549
553
|
{
|
|
554
|
+
"action": "CALL_API",
|
|
550
555
|
"variant": "primary",
|
|
551
556
|
"type": "button",
|
|
552
|
-
"label": "Send Request",
|
|
553
557
|
"icon": "send",
|
|
554
|
-
"
|
|
558
|
+
"label": "Send Request"
|
|
555
559
|
}
|
|
556
|
-
]
|
|
557
|
-
"direction": "vertical",
|
|
558
|
-
"align": "center",
|
|
559
|
-
"type": "stack",
|
|
560
|
-
"gap": "lg"
|
|
560
|
+
]
|
|
561
561
|
}
|
|
562
562
|
]
|
|
563
563
|
]
|
|
@@ -572,22 +572,21 @@
|
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
574
|
"type": "stack",
|
|
575
|
-
"direction": "vertical",
|
|
576
575
|
"gap": "lg",
|
|
577
576
|
"align": "center",
|
|
578
577
|
"children": [
|
|
579
578
|
{
|
|
580
|
-
"
|
|
581
|
-
"
|
|
579
|
+
"name": "shield",
|
|
580
|
+
"type": "icon"
|
|
582
581
|
},
|
|
583
582
|
{
|
|
584
|
-
"content": "Bearer API Tester",
|
|
585
583
|
"variant": "h2",
|
|
586
|
-
"type": "typography"
|
|
584
|
+
"type": "typography",
|
|
585
|
+
"content": "Bearer API Tester"
|
|
587
586
|
},
|
|
588
587
|
{
|
|
589
|
-
"
|
|
590
|
-
"
|
|
588
|
+
"placeholder": "/users",
|
|
589
|
+
"type": "input"
|
|
591
590
|
},
|
|
592
591
|
{
|
|
593
592
|
"type": "select",
|
|
@@ -601,8 +600,8 @@
|
|
|
601
600
|
"value": "POST"
|
|
602
601
|
},
|
|
603
602
|
{
|
|
604
|
-
"
|
|
605
|
-
"
|
|
603
|
+
"value": "PUT",
|
|
604
|
+
"label": "PUT"
|
|
606
605
|
},
|
|
607
606
|
{
|
|
608
607
|
"value": "DELETE",
|
|
@@ -615,13 +614,14 @@
|
|
|
615
614
|
"placeholder": "JSON request body"
|
|
616
615
|
},
|
|
617
616
|
{
|
|
618
|
-
"type": "button",
|
|
619
|
-
"icon": "send",
|
|
620
617
|
"action": "CALL_API",
|
|
621
618
|
"variant": "primary",
|
|
619
|
+
"type": "button",
|
|
620
|
+
"icon": "send",
|
|
622
621
|
"label": "Send Request"
|
|
623
622
|
}
|
|
624
|
-
]
|
|
623
|
+
],
|
|
624
|
+
"direction": "vertical"
|
|
625
625
|
}
|
|
626
626
|
]
|
|
627
627
|
]
|
|
@@ -635,57 +635,57 @@
|
|
|
635
635
|
"render-ui",
|
|
636
636
|
"main",
|
|
637
637
|
{
|
|
638
|
+
"gap": "lg",
|
|
639
|
+
"type": "stack",
|
|
640
|
+
"align": "center",
|
|
638
641
|
"children": [
|
|
639
642
|
{
|
|
640
|
-
"
|
|
641
|
-
"
|
|
643
|
+
"name": "shield",
|
|
644
|
+
"type": "icon"
|
|
642
645
|
},
|
|
643
646
|
{
|
|
647
|
+
"content": "Bearer API Tester",
|
|
644
648
|
"type": "typography",
|
|
645
|
-
"variant": "h2"
|
|
646
|
-
"content": "Bearer API Tester"
|
|
649
|
+
"variant": "h2"
|
|
647
650
|
},
|
|
648
651
|
{
|
|
649
|
-
"
|
|
650
|
-
"
|
|
652
|
+
"type": "input",
|
|
653
|
+
"placeholder": "/users"
|
|
651
654
|
},
|
|
652
655
|
{
|
|
653
|
-
"type": "select",
|
|
654
656
|
"options": [
|
|
655
657
|
{
|
|
656
658
|
"value": "GET",
|
|
657
659
|
"label": "GET"
|
|
658
660
|
},
|
|
659
661
|
{
|
|
660
|
-
"
|
|
661
|
-
"
|
|
662
|
+
"value": "POST",
|
|
663
|
+
"label": "POST"
|
|
662
664
|
},
|
|
663
665
|
{
|
|
664
|
-
"
|
|
665
|
-
"
|
|
666
|
+
"label": "PUT",
|
|
667
|
+
"value": "PUT"
|
|
666
668
|
},
|
|
667
669
|
{
|
|
668
670
|
"value": "DELETE",
|
|
669
671
|
"label": "DELETE"
|
|
670
672
|
}
|
|
671
|
-
]
|
|
673
|
+
],
|
|
674
|
+
"type": "select"
|
|
672
675
|
},
|
|
673
676
|
{
|
|
674
|
-
"
|
|
675
|
-
"
|
|
677
|
+
"placeholder": "JSON request body",
|
|
678
|
+
"type": "textarea"
|
|
676
679
|
},
|
|
677
680
|
{
|
|
678
681
|
"variant": "primary",
|
|
679
|
-
"icon": "send",
|
|
680
|
-
"action": "CALL_API",
|
|
681
682
|
"label": "Send Request",
|
|
682
|
-
"
|
|
683
|
+
"action": "CALL_API",
|
|
684
|
+
"type": "button",
|
|
685
|
+
"icon": "send"
|
|
683
686
|
}
|
|
684
687
|
],
|
|
685
|
-
"direction": "vertical"
|
|
686
|
-
"type": "stack",
|
|
687
|
-
"gap": "lg",
|
|
688
|
-
"align": "center"
|
|
688
|
+
"direction": "vertical"
|
|
689
689
|
}
|
|
690
690
|
]
|
|
691
691
|
]
|
|
@@ -708,4 +708,4 @@
|
|
|
708
708
|
]
|
|
709
709
|
}
|
|
710
710
|
]
|
|
711
|
-
}
|
|
711
|
+
}
|