@almadar/std 3.2.1 → 3.2.2
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/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +12 -5
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +166 -21
- package/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +27 -76
- package/behaviors/exports/atoms/std-modal.orb +177 -93
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +46 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +211 -11
- package/behaviors/exports/atoms/std-search.orb +28 -27
- package/behaviors/exports/atoms/std-selection.orb +160 -121
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +134 -24
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/behaviors/exports/molecules/std-cart.orb +6 -1
- package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/behaviors/exports/molecules/std-detail.orb +12 -5
- package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/behaviors/exports/molecules/std-list.orb +392 -5
- package/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/behaviors/exports/organisms/std-lms.orb +658 -362
- package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/behaviors/exports/validation-report.json +252 -252
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +166 -21
- package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
- package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +211 -11
- package/dist/behaviors/exports/atoms/std-search.orb +28 -27
- package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/dist/behaviors/exports/molecules/std-list.orb +392 -5
- package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/behaviors/exports/validation-report.json +252 -252
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.js +715 -593
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +715 -593
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +12 -5
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +166 -21
- package/dist/exports/atoms/std-drawer.orb +208 -104
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +27 -76
- package/dist/exports/atoms/std-modal.orb +177 -93
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +46 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +26 -89
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +211 -11
- package/dist/exports/atoms/std-search.orb +28 -27
- package/dist/exports/atoms/std-selection.orb +160 -121
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +134 -24
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-wizard.orb +31 -34
- package/dist/exports/molecules/std-builder-game.orb +6 -1
- package/dist/exports/molecules/std-cart.orb +6 -1
- package/dist/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/exports/molecules/std-detail.orb +12 -5
- package/dist/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/exports/molecules/std-geospatial.orb +28 -9
- package/dist/exports/molecules/std-inventory.orb +28 -9
- package/dist/exports/molecules/std-list.orb +392 -5
- package/dist/exports/molecules/std-messaging.orb +12 -5
- package/dist/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/exports/organisms/std-cms.orb +1713 -947
- package/dist/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/exports/organisms/std-crm.orb +1669 -1153
- package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/exports/organisms/std-lms.orb +658 -362
- package/dist/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/exports/organisms/std-social-feed.orb +12 -8
- package/dist/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/exports/validation-report.json +252 -252
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.js +715 -593
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,7 +22,12 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "status",
|
|
24
24
|
"type": "string",
|
|
25
|
-
"default": "active"
|
|
25
|
+
"default": "active",
|
|
26
|
+
"values": [
|
|
27
|
+
"active",
|
|
28
|
+
"inactive",
|
|
29
|
+
"pending"
|
|
30
|
+
]
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
"name": "createdAt",
|
|
@@ -91,23 +96,37 @@
|
|
|
91
96
|
"type": "stack",
|
|
92
97
|
"direction": "vertical",
|
|
93
98
|
"gap": "lg",
|
|
94
|
-
"align": "center",
|
|
95
99
|
"children": [
|
|
96
100
|
{
|
|
97
101
|
"type": "stack",
|
|
98
102
|
"direction": "horizontal",
|
|
99
103
|
"gap": "md",
|
|
100
104
|
"align": "center",
|
|
105
|
+
"justify": "space-between",
|
|
101
106
|
"children": [
|
|
102
107
|
{
|
|
103
|
-
"type": "
|
|
104
|
-
"
|
|
105
|
-
"
|
|
108
|
+
"type": "stack",
|
|
109
|
+
"direction": "horizontal",
|
|
110
|
+
"gap": "md",
|
|
111
|
+
"align": "center",
|
|
112
|
+
"children": [
|
|
113
|
+
{
|
|
114
|
+
"type": "icon",
|
|
115
|
+
"name": "shield",
|
|
116
|
+
"size": "lg"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"type": "typography",
|
|
120
|
+
"content": "RateBucket Rate Limiter",
|
|
121
|
+
"variant": "h2"
|
|
122
|
+
}
|
|
123
|
+
]
|
|
106
124
|
},
|
|
107
125
|
{
|
|
108
|
-
"type": "
|
|
109
|
-
"
|
|
110
|
-
"
|
|
126
|
+
"type": "status-dot",
|
|
127
|
+
"status": "success",
|
|
128
|
+
"pulse": false,
|
|
129
|
+
"label": "Open"
|
|
111
130
|
}
|
|
112
131
|
]
|
|
113
132
|
},
|
|
@@ -115,31 +134,61 @@
|
|
|
115
134
|
"type": "divider"
|
|
116
135
|
},
|
|
117
136
|
{
|
|
118
|
-
"type": "
|
|
137
|
+
"type": "simple-grid",
|
|
138
|
+
"columns": 2,
|
|
119
139
|
"children": [
|
|
120
140
|
{
|
|
121
|
-
"type": "
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
141
|
+
"type": "stat-display",
|
|
142
|
+
"label": "Requests",
|
|
143
|
+
"value": [
|
|
144
|
+
"object/get",
|
|
145
|
+
[
|
|
146
|
+
"array/first",
|
|
147
|
+
"@entity"
|
|
148
|
+
],
|
|
149
|
+
"count"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "stat-display",
|
|
154
|
+
"label": "Window",
|
|
155
|
+
"value": [
|
|
156
|
+
"object/get",
|
|
157
|
+
[
|
|
158
|
+
"array/first",
|
|
159
|
+
"@entity"
|
|
160
|
+
],
|
|
161
|
+
"window"
|
|
139
162
|
]
|
|
140
163
|
}
|
|
141
164
|
]
|
|
142
165
|
},
|
|
166
|
+
{
|
|
167
|
+
"type": "meter",
|
|
168
|
+
"value": [
|
|
169
|
+
"object/get",
|
|
170
|
+
[
|
|
171
|
+
"array/first",
|
|
172
|
+
"@entity"
|
|
173
|
+
],
|
|
174
|
+
"count"
|
|
175
|
+
],
|
|
176
|
+
"min": 0,
|
|
177
|
+
"max": 100
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"type": "progress-bar",
|
|
181
|
+
"value": [
|
|
182
|
+
"object/get",
|
|
183
|
+
[
|
|
184
|
+
"array/first",
|
|
185
|
+
"@entity"
|
|
186
|
+
],
|
|
187
|
+
"count"
|
|
188
|
+
],
|
|
189
|
+
"max": 100,
|
|
190
|
+
"showPercentage": true
|
|
191
|
+
},
|
|
143
192
|
{
|
|
144
193
|
"type": "stack",
|
|
145
194
|
"direction": "horizontal",
|
|
@@ -179,23 +228,37 @@
|
|
|
179
228
|
"type": "stack",
|
|
180
229
|
"direction": "vertical",
|
|
181
230
|
"gap": "lg",
|
|
182
|
-
"align": "center",
|
|
183
231
|
"children": [
|
|
184
232
|
{
|
|
185
233
|
"type": "stack",
|
|
186
234
|
"direction": "horizontal",
|
|
187
235
|
"gap": "md",
|
|
188
236
|
"align": "center",
|
|
237
|
+
"justify": "space-between",
|
|
189
238
|
"children": [
|
|
190
239
|
{
|
|
191
|
-
"type": "
|
|
192
|
-
"
|
|
193
|
-
"
|
|
240
|
+
"type": "stack",
|
|
241
|
+
"direction": "horizontal",
|
|
242
|
+
"gap": "md",
|
|
243
|
+
"align": "center",
|
|
244
|
+
"children": [
|
|
245
|
+
{
|
|
246
|
+
"type": "icon",
|
|
247
|
+
"name": "shield",
|
|
248
|
+
"size": "lg"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"type": "typography",
|
|
252
|
+
"content": "RateBucket Rate Limiter",
|
|
253
|
+
"variant": "h2"
|
|
254
|
+
}
|
|
255
|
+
]
|
|
194
256
|
},
|
|
195
257
|
{
|
|
196
|
-
"type": "
|
|
197
|
-
"
|
|
198
|
-
"
|
|
258
|
+
"type": "status-dot",
|
|
259
|
+
"status": "success",
|
|
260
|
+
"pulse": false,
|
|
261
|
+
"label": "Open"
|
|
199
262
|
}
|
|
200
263
|
]
|
|
201
264
|
},
|
|
@@ -203,31 +266,61 @@
|
|
|
203
266
|
"type": "divider"
|
|
204
267
|
},
|
|
205
268
|
{
|
|
206
|
-
"type": "
|
|
269
|
+
"type": "simple-grid",
|
|
270
|
+
"columns": 2,
|
|
207
271
|
"children": [
|
|
208
272
|
{
|
|
209
|
-
"type": "
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
273
|
+
"type": "stat-display",
|
|
274
|
+
"label": "Requests",
|
|
275
|
+
"value": [
|
|
276
|
+
"object/get",
|
|
277
|
+
[
|
|
278
|
+
"array/first",
|
|
279
|
+
"@entity"
|
|
280
|
+
],
|
|
281
|
+
"count"
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"type": "stat-display",
|
|
286
|
+
"label": "Window",
|
|
287
|
+
"value": [
|
|
288
|
+
"object/get",
|
|
289
|
+
[
|
|
290
|
+
"array/first",
|
|
291
|
+
"@entity"
|
|
292
|
+
],
|
|
293
|
+
"window"
|
|
227
294
|
]
|
|
228
295
|
}
|
|
229
296
|
]
|
|
230
297
|
},
|
|
298
|
+
{
|
|
299
|
+
"type": "meter",
|
|
300
|
+
"value": [
|
|
301
|
+
"object/get",
|
|
302
|
+
[
|
|
303
|
+
"array/first",
|
|
304
|
+
"@entity"
|
|
305
|
+
],
|
|
306
|
+
"count"
|
|
307
|
+
],
|
|
308
|
+
"min": 0,
|
|
309
|
+
"max": 100
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"type": "progress-bar",
|
|
313
|
+
"value": [
|
|
314
|
+
"object/get",
|
|
315
|
+
[
|
|
316
|
+
"array/first",
|
|
317
|
+
"@entity"
|
|
318
|
+
],
|
|
319
|
+
"count"
|
|
320
|
+
],
|
|
321
|
+
"max": 100,
|
|
322
|
+
"showPercentage": true
|
|
323
|
+
},
|
|
231
324
|
{
|
|
232
325
|
"type": "stack",
|
|
233
326
|
"direction": "horizontal",
|
|
@@ -272,23 +365,37 @@
|
|
|
272
365
|
"type": "stack",
|
|
273
366
|
"direction": "vertical",
|
|
274
367
|
"gap": "lg",
|
|
275
|
-
"align": "center",
|
|
276
368
|
"children": [
|
|
277
369
|
{
|
|
278
370
|
"type": "stack",
|
|
279
371
|
"direction": "horizontal",
|
|
280
372
|
"gap": "md",
|
|
281
373
|
"align": "center",
|
|
374
|
+
"justify": "space-between",
|
|
282
375
|
"children": [
|
|
283
376
|
{
|
|
284
|
-
"type": "
|
|
285
|
-
"
|
|
286
|
-
"
|
|
377
|
+
"type": "stack",
|
|
378
|
+
"direction": "horizontal",
|
|
379
|
+
"gap": "md",
|
|
380
|
+
"align": "center",
|
|
381
|
+
"children": [
|
|
382
|
+
{
|
|
383
|
+
"type": "icon",
|
|
384
|
+
"name": "shield",
|
|
385
|
+
"size": "lg"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"type": "typography",
|
|
389
|
+
"content": "RateBucket Rate Limiter",
|
|
390
|
+
"variant": "h2"
|
|
391
|
+
}
|
|
392
|
+
]
|
|
287
393
|
},
|
|
288
394
|
{
|
|
289
|
-
"type": "
|
|
290
|
-
"
|
|
291
|
-
"
|
|
395
|
+
"type": "status-dot",
|
|
396
|
+
"status": "error",
|
|
397
|
+
"pulse": true,
|
|
398
|
+
"label": "Throttled"
|
|
292
399
|
}
|
|
293
400
|
]
|
|
294
401
|
},
|
|
@@ -296,31 +403,53 @@
|
|
|
296
403
|
"type": "divider"
|
|
297
404
|
},
|
|
298
405
|
{
|
|
299
|
-
"type": "
|
|
406
|
+
"type": "alert",
|
|
407
|
+
"variant": "danger",
|
|
408
|
+
"message": "Rate limit exceeded. Requests are being throttled."
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"type": "simple-grid",
|
|
412
|
+
"columns": 2,
|
|
300
413
|
"children": [
|
|
301
414
|
{
|
|
302
|
-
"type": "
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
415
|
+
"type": "stat-display",
|
|
416
|
+
"label": "Requests",
|
|
417
|
+
"value": [
|
|
418
|
+
"object/get",
|
|
419
|
+
[
|
|
420
|
+
"array/first",
|
|
421
|
+
"@entity"
|
|
422
|
+
],
|
|
423
|
+
"count"
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"type": "stat-display",
|
|
428
|
+
"label": "Window",
|
|
429
|
+
"value": [
|
|
430
|
+
"object/get",
|
|
431
|
+
[
|
|
432
|
+
"array/first",
|
|
433
|
+
"@entity"
|
|
434
|
+
],
|
|
435
|
+
"window"
|
|
320
436
|
]
|
|
321
437
|
}
|
|
322
438
|
]
|
|
323
439
|
},
|
|
440
|
+
{
|
|
441
|
+
"type": "meter",
|
|
442
|
+
"value": [
|
|
443
|
+
"object/get",
|
|
444
|
+
[
|
|
445
|
+
"array/first",
|
|
446
|
+
"@entity"
|
|
447
|
+
],
|
|
448
|
+
"count"
|
|
449
|
+
],
|
|
450
|
+
"min": 0,
|
|
451
|
+
"max": 100
|
|
452
|
+
},
|
|
324
453
|
{
|
|
325
454
|
"type": "stack",
|
|
326
455
|
"direction": "horizontal",
|
|
@@ -363,23 +492,37 @@
|
|
|
363
492
|
"type": "stack",
|
|
364
493
|
"direction": "vertical",
|
|
365
494
|
"gap": "lg",
|
|
366
|
-
"align": "center",
|
|
367
495
|
"children": [
|
|
368
496
|
{
|
|
369
497
|
"type": "stack",
|
|
370
498
|
"direction": "horizontal",
|
|
371
499
|
"gap": "md",
|
|
372
500
|
"align": "center",
|
|
501
|
+
"justify": "space-between",
|
|
373
502
|
"children": [
|
|
374
503
|
{
|
|
375
|
-
"type": "
|
|
376
|
-
"
|
|
377
|
-
"
|
|
504
|
+
"type": "stack",
|
|
505
|
+
"direction": "horizontal",
|
|
506
|
+
"gap": "md",
|
|
507
|
+
"align": "center",
|
|
508
|
+
"children": [
|
|
509
|
+
{
|
|
510
|
+
"type": "icon",
|
|
511
|
+
"name": "shield",
|
|
512
|
+
"size": "lg"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"type": "typography",
|
|
516
|
+
"content": "RateBucket Rate Limiter",
|
|
517
|
+
"variant": "h2"
|
|
518
|
+
}
|
|
519
|
+
]
|
|
378
520
|
},
|
|
379
521
|
{
|
|
380
|
-
"type": "
|
|
381
|
-
"
|
|
382
|
-
"
|
|
522
|
+
"type": "status-dot",
|
|
523
|
+
"status": "success",
|
|
524
|
+
"pulse": false,
|
|
525
|
+
"label": "Open"
|
|
383
526
|
}
|
|
384
527
|
]
|
|
385
528
|
},
|
|
@@ -387,31 +530,61 @@
|
|
|
387
530
|
"type": "divider"
|
|
388
531
|
},
|
|
389
532
|
{
|
|
390
|
-
"type": "
|
|
533
|
+
"type": "simple-grid",
|
|
534
|
+
"columns": 2,
|
|
391
535
|
"children": [
|
|
392
536
|
{
|
|
393
|
-
"type": "
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
537
|
+
"type": "stat-display",
|
|
538
|
+
"label": "Requests",
|
|
539
|
+
"value": [
|
|
540
|
+
"object/get",
|
|
541
|
+
[
|
|
542
|
+
"array/first",
|
|
543
|
+
"@entity"
|
|
544
|
+
],
|
|
545
|
+
"count"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"type": "stat-display",
|
|
550
|
+
"label": "Window",
|
|
551
|
+
"value": [
|
|
552
|
+
"object/get",
|
|
553
|
+
[
|
|
554
|
+
"array/first",
|
|
555
|
+
"@entity"
|
|
556
|
+
],
|
|
557
|
+
"window"
|
|
411
558
|
]
|
|
412
559
|
}
|
|
413
560
|
]
|
|
414
561
|
},
|
|
562
|
+
{
|
|
563
|
+
"type": "meter",
|
|
564
|
+
"value": [
|
|
565
|
+
"object/get",
|
|
566
|
+
[
|
|
567
|
+
"array/first",
|
|
568
|
+
"@entity"
|
|
569
|
+
],
|
|
570
|
+
"count"
|
|
571
|
+
],
|
|
572
|
+
"min": 0,
|
|
573
|
+
"max": 100
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"type": "progress-bar",
|
|
577
|
+
"value": [
|
|
578
|
+
"object/get",
|
|
579
|
+
[
|
|
580
|
+
"array/first",
|
|
581
|
+
"@entity"
|
|
582
|
+
],
|
|
583
|
+
"count"
|
|
584
|
+
],
|
|
585
|
+
"max": 100,
|
|
586
|
+
"showPercentage": true
|
|
587
|
+
},
|
|
415
588
|
{
|
|
416
589
|
"type": "stack",
|
|
417
590
|
"direction": "horizontal",
|
|
@@ -451,23 +624,37 @@
|
|
|
451
624
|
"type": "stack",
|
|
452
625
|
"direction": "vertical",
|
|
453
626
|
"gap": "lg",
|
|
454
|
-
"align": "center",
|
|
455
627
|
"children": [
|
|
456
628
|
{
|
|
457
629
|
"type": "stack",
|
|
458
630
|
"direction": "horizontal",
|
|
459
631
|
"gap": "md",
|
|
460
632
|
"align": "center",
|
|
633
|
+
"justify": "space-between",
|
|
461
634
|
"children": [
|
|
462
635
|
{
|
|
463
|
-
"type": "
|
|
464
|
-
"
|
|
465
|
-
"
|
|
636
|
+
"type": "stack",
|
|
637
|
+
"direction": "horizontal",
|
|
638
|
+
"gap": "md",
|
|
639
|
+
"align": "center",
|
|
640
|
+
"children": [
|
|
641
|
+
{
|
|
642
|
+
"type": "icon",
|
|
643
|
+
"name": "shield",
|
|
644
|
+
"size": "lg"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"type": "typography",
|
|
648
|
+
"content": "RateBucket Rate Limiter",
|
|
649
|
+
"variant": "h2"
|
|
650
|
+
}
|
|
651
|
+
]
|
|
466
652
|
},
|
|
467
653
|
{
|
|
468
|
-
"type": "
|
|
469
|
-
"
|
|
470
|
-
"
|
|
654
|
+
"type": "status-dot",
|
|
655
|
+
"status": "error",
|
|
656
|
+
"pulse": true,
|
|
657
|
+
"label": "Throttled"
|
|
471
658
|
}
|
|
472
659
|
]
|
|
473
660
|
},
|
|
@@ -475,31 +662,53 @@
|
|
|
475
662
|
"type": "divider"
|
|
476
663
|
},
|
|
477
664
|
{
|
|
478
|
-
"type": "
|
|
665
|
+
"type": "alert",
|
|
666
|
+
"variant": "danger",
|
|
667
|
+
"message": "Rate limit exceeded. Requests are being throttled."
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"type": "simple-grid",
|
|
671
|
+
"columns": 2,
|
|
479
672
|
"children": [
|
|
480
673
|
{
|
|
481
|
-
"type": "
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
674
|
+
"type": "stat-display",
|
|
675
|
+
"label": "Requests",
|
|
676
|
+
"value": [
|
|
677
|
+
"object/get",
|
|
678
|
+
[
|
|
679
|
+
"array/first",
|
|
680
|
+
"@entity"
|
|
681
|
+
],
|
|
682
|
+
"count"
|
|
683
|
+
]
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"type": "stat-display",
|
|
687
|
+
"label": "Window",
|
|
688
|
+
"value": [
|
|
689
|
+
"object/get",
|
|
690
|
+
[
|
|
691
|
+
"array/first",
|
|
692
|
+
"@entity"
|
|
693
|
+
],
|
|
694
|
+
"window"
|
|
499
695
|
]
|
|
500
696
|
}
|
|
501
697
|
]
|
|
502
698
|
},
|
|
699
|
+
{
|
|
700
|
+
"type": "meter",
|
|
701
|
+
"value": [
|
|
702
|
+
"object/get",
|
|
703
|
+
[
|
|
704
|
+
"array/first",
|
|
705
|
+
"@entity"
|
|
706
|
+
],
|
|
707
|
+
"count"
|
|
708
|
+
],
|
|
709
|
+
"min": 0,
|
|
710
|
+
"max": 100
|
|
711
|
+
},
|
|
503
712
|
{
|
|
504
713
|
"type": "stack",
|
|
505
714
|
"direction": "horizontal",
|
|
@@ -542,23 +751,37 @@
|
|
|
542
751
|
"type": "stack",
|
|
543
752
|
"direction": "vertical",
|
|
544
753
|
"gap": "lg",
|
|
545
|
-
"align": "center",
|
|
546
754
|
"children": [
|
|
547
755
|
{
|
|
548
756
|
"type": "stack",
|
|
549
757
|
"direction": "horizontal",
|
|
550
758
|
"gap": "md",
|
|
551
759
|
"align": "center",
|
|
760
|
+
"justify": "space-between",
|
|
552
761
|
"children": [
|
|
553
762
|
{
|
|
554
|
-
"type": "
|
|
555
|
-
"
|
|
556
|
-
"
|
|
763
|
+
"type": "stack",
|
|
764
|
+
"direction": "horizontal",
|
|
765
|
+
"gap": "md",
|
|
766
|
+
"align": "center",
|
|
767
|
+
"children": [
|
|
768
|
+
{
|
|
769
|
+
"type": "icon",
|
|
770
|
+
"name": "shield",
|
|
771
|
+
"size": "lg"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"type": "typography",
|
|
775
|
+
"content": "RateBucket Rate Limiter",
|
|
776
|
+
"variant": "h2"
|
|
777
|
+
}
|
|
778
|
+
]
|
|
557
779
|
},
|
|
558
780
|
{
|
|
559
|
-
"type": "
|
|
560
|
-
"
|
|
561
|
-
"
|
|
781
|
+
"type": "status-dot",
|
|
782
|
+
"status": "success",
|
|
783
|
+
"pulse": false,
|
|
784
|
+
"label": "Open"
|
|
562
785
|
}
|
|
563
786
|
]
|
|
564
787
|
},
|
|
@@ -566,31 +789,61 @@
|
|
|
566
789
|
"type": "divider"
|
|
567
790
|
},
|
|
568
791
|
{
|
|
569
|
-
"type": "
|
|
792
|
+
"type": "simple-grid",
|
|
793
|
+
"columns": 2,
|
|
570
794
|
"children": [
|
|
571
795
|
{
|
|
572
|
-
"type": "
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
796
|
+
"type": "stat-display",
|
|
797
|
+
"label": "Requests",
|
|
798
|
+
"value": [
|
|
799
|
+
"object/get",
|
|
800
|
+
[
|
|
801
|
+
"array/first",
|
|
802
|
+
"@entity"
|
|
803
|
+
],
|
|
804
|
+
"count"
|
|
805
|
+
]
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"type": "stat-display",
|
|
809
|
+
"label": "Window",
|
|
810
|
+
"value": [
|
|
811
|
+
"object/get",
|
|
812
|
+
[
|
|
813
|
+
"array/first",
|
|
814
|
+
"@entity"
|
|
815
|
+
],
|
|
816
|
+
"window"
|
|
590
817
|
]
|
|
591
818
|
}
|
|
592
819
|
]
|
|
593
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"type": "meter",
|
|
823
|
+
"value": [
|
|
824
|
+
"object/get",
|
|
825
|
+
[
|
|
826
|
+
"array/first",
|
|
827
|
+
"@entity"
|
|
828
|
+
],
|
|
829
|
+
"count"
|
|
830
|
+
],
|
|
831
|
+
"min": 0,
|
|
832
|
+
"max": 100
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"type": "progress-bar",
|
|
836
|
+
"value": [
|
|
837
|
+
"object/get",
|
|
838
|
+
[
|
|
839
|
+
"array/first",
|
|
840
|
+
"@entity"
|
|
841
|
+
],
|
|
842
|
+
"count"
|
|
843
|
+
],
|
|
844
|
+
"max": 100,
|
|
845
|
+
"showPercentage": true
|
|
846
|
+
},
|
|
594
847
|
{
|
|
595
848
|
"type": "stack",
|
|
596
849
|
"direction": "horizontal",
|