@almadar/std 3.1.3 → 3.1.4
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 +14 -14
- package/behaviors/exports/atoms/std-browse.orb +13 -13
- package/behaviors/exports/atoms/std-cache-aside.orb +29 -29
- package/behaviors/exports/atoms/std-circuit-breaker.orb +17 -17
- package/behaviors/exports/atoms/std-collision.orb +13 -13
- package/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/behaviors/exports/atoms/std-combat.orb +9 -9
- package/behaviors/exports/atoms/std-confirmation.orb +13 -13
- package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/behaviors/exports/atoms/std-display.orb +18 -18
- package/behaviors/exports/atoms/std-drawer.orb +13 -13
- package/behaviors/exports/atoms/std-filter.orb +28 -28
- package/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/behaviors/exports/atoms/std-game-canvas2d.orb +145 -0
- package/behaviors/exports/atoms/std-game-canvas3d.orb +234 -0
- package/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/behaviors/exports/atoms/std-gameflow.orb +12 -12
- package/behaviors/exports/atoms/std-input.orb +32 -32
- package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-loading.orb +14 -14
- package/behaviors/exports/atoms/std-modal.orb +9 -9
- package/behaviors/exports/atoms/std-movement.orb +20 -20
- package/behaviors/exports/atoms/std-notification.orb +8 -8
- package/behaviors/exports/atoms/std-overworld.orb +20 -20
- package/behaviors/exports/atoms/std-pagination.orb +18 -18
- package/behaviors/exports/atoms/std-physics2d.orb +8 -8
- package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-quest.orb +35 -35
- package/behaviors/exports/atoms/std-rate-limiter.orb +14 -14
- package/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/behaviors/exports/atoms/std-score.orb +8 -8
- package/behaviors/exports/atoms/std-search.orb +16 -16
- package/behaviors/exports/atoms/std-selection.orb +34 -34
- package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-sort.orb +28 -28
- package/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/behaviors/exports/atoms/std-tabs.orb +18 -18
- package/behaviors/exports/atoms/std-timer.orb +8 -8
- package/behaviors/exports/atoms/std-undo.orb +9 -9
- package/behaviors/exports/atoms/std-wizard.orb +20 -20
- package/behaviors/exports/molecules/std-builder-game.orb +10 -10
- package/behaviors/exports/molecules/std-cart.orb +28 -27
- package/behaviors/exports/molecules/std-classifier-game.orb +10 -10
- package/behaviors/exports/molecules/std-debugger-game.orb +10 -10
- package/behaviors/exports/molecules/std-detail.orb +32 -31
- package/behaviors/exports/molecules/std-event-handler-game.orb +10 -10
- package/behaviors/exports/molecules/std-geospatial.orb +30 -29
- package/behaviors/exports/molecules/std-inventory.orb +46 -45
- package/behaviors/exports/molecules/std-list.orb +64 -63
- package/behaviors/exports/molecules/std-messaging.orb +28 -27
- package/behaviors/exports/molecules/std-negotiator-game.orb +10 -10
- package/behaviors/exports/molecules/std-platformer-game.orb +13 -13
- package/behaviors/exports/molecules/std-puzzle-game.orb +13 -13
- package/behaviors/exports/molecules/std-sequencer-game.orb +10 -10
- package/behaviors/exports/molecules/std-simulator-game.orb +10 -10
- package/behaviors/exports/molecules/std-turn-based-battle.orb +15 -15
- package/behaviors/exports/organisms/std-api-gateway.orb +4 -2
- package/behaviors/exports/organisms/std-booking-system.orb +8 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +4 -2
- package/behaviors/exports/organisms/std-cms.orb +10 -5
- package/behaviors/exports/organisms/std-crm.orb +4 -2
- package/behaviors/exports/organisms/std-devops-dashboard.orb +4 -2
- package/behaviors/exports/organisms/std-ecommerce.orb +10 -5
- package/behaviors/exports/organisms/std-finance-tracker.orb +6 -3
- package/behaviors/exports/organisms/std-healthcare.orb +10 -5
- package/behaviors/exports/organisms/std-helpdesk.orb +2 -1
- package/behaviors/exports/organisms/std-hr-portal.orb +4 -2
- package/behaviors/exports/organisms/std-iot-dashboard.orb +4 -2
- package/behaviors/exports/organisms/std-lms.orb +2 -1
- package/behaviors/exports/organisms/std-platformer-app.orb +2 -1
- package/behaviors/exports/organisms/std-project-manager.orb +8 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +6 -3
- package/behaviors/exports/organisms/std-rpg-game.orb +2 -1
- package/behaviors/exports/organisms/std-trading-dashboard.orb +4 -2
- package/behaviors/exports/validation-report.json +969 -1
- package/dist/behaviors/exports/atoms/std-async.orb +14 -14
- package/dist/behaviors/exports/atoms/std-browse.orb +13 -13
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +29 -29
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +17 -17
- package/dist/behaviors/exports/atoms/std-collision.orb +13 -13
- package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/dist/behaviors/exports/atoms/std-combat.orb +9 -9
- package/dist/behaviors/exports/atoms/std-confirmation.orb +13 -13
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/behaviors/exports/atoms/std-display.orb +18 -18
- package/dist/behaviors/exports/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/exports/atoms/std-filter.orb +28 -28
- package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +145 -0
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +234 -0
- package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/behaviors/exports/atoms/std-gameflow.orb +12 -12
- package/dist/behaviors/exports/atoms/std-input.orb +32 -32
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-loading.orb +14 -14
- package/dist/behaviors/exports/atoms/std-modal.orb +9 -9
- package/dist/behaviors/exports/atoms/std-movement.orb +20 -20
- package/dist/behaviors/exports/atoms/std-notification.orb +8 -8
- package/dist/behaviors/exports/atoms/std-overworld.orb +20 -20
- package/dist/behaviors/exports/atoms/std-pagination.orb +18 -18
- package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -8
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-quest.orb +35 -35
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +14 -14
- package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/dist/behaviors/exports/atoms/std-score.orb +8 -8
- package/dist/behaviors/exports/atoms/std-search.orb +16 -16
- package/dist/behaviors/exports/atoms/std-selection.orb +34 -34
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-sort.orb +28 -28
- package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/dist/behaviors/exports/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/exports/atoms/std-timer.orb +8 -8
- package/dist/behaviors/exports/atoms/std-undo.orb +9 -9
- package/dist/behaviors/exports/atoms/std-wizard.orb +20 -20
- package/dist/behaviors/exports/molecules/std-builder-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-cart.orb +28 -27
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-detail.orb +32 -31
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-geospatial.orb +30 -29
- package/dist/behaviors/exports/molecules/std-inventory.orb +46 -45
- package/dist/behaviors/exports/molecules/std-list.orb +64 -63
- package/dist/behaviors/exports/molecules/std-messaging.orb +28 -27
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +13 -13
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +13 -13
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +15 -15
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +4 -2
- package/dist/behaviors/exports/organisms/std-booking-system.orb +8 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +4 -2
- package/dist/behaviors/exports/organisms/std-cms.orb +10 -5
- package/dist/behaviors/exports/organisms/std-crm.orb +4 -2
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4 -2
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +10 -5
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +6 -3
- package/dist/behaviors/exports/organisms/std-healthcare.orb +10 -5
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +2 -1
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +4 -2
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +4 -2
- package/dist/behaviors/exports/organisms/std-lms.orb +2 -1
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +2 -1
- package/dist/behaviors/exports/organisms/std-project-manager.orb +8 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +6 -3
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +2 -1
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +4 -2
- package/dist/behaviors/exports/validation-report.json +969 -1
- package/dist/behaviors/exports-reader.d.ts +6 -1
- package/dist/behaviors/exports-reader.js +4 -1
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.js +5 -1
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +9 -2
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +14 -14
- package/dist/exports/atoms/std-browse.orb +13 -13
- package/dist/exports/atoms/std-cache-aside.orb +29 -29
- package/dist/exports/atoms/std-circuit-breaker.orb +17 -17
- package/dist/exports/atoms/std-collision.orb +13 -13
- package/dist/exports/atoms/std-combat-log.orb +12 -12
- package/dist/exports/atoms/std-combat.orb +9 -9
- package/dist/exports/atoms/std-confirmation.orb +13 -13
- package/dist/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/exports/atoms/std-display.orb +18 -18
- package/dist/exports/atoms/std-drawer.orb +13 -13
- package/dist/exports/atoms/std-filter.orb +28 -28
- package/dist/exports/atoms/std-game-audio.orb +9 -9
- package/dist/exports/atoms/std-game-canvas2d.orb +145 -0
- package/dist/exports/atoms/std-game-canvas3d.orb +234 -0
- package/dist/exports/atoms/std-game-hud.orb +10 -10
- package/dist/exports/atoms/std-game-menu.orb +12 -12
- package/dist/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/exports/atoms/std-gameflow.orb +12 -12
- package/dist/exports/atoms/std-input.orb +32 -32
- package/dist/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/exports/atoms/std-loading.orb +14 -14
- package/dist/exports/atoms/std-modal.orb +9 -9
- package/dist/exports/atoms/std-movement.orb +20 -20
- package/dist/exports/atoms/std-notification.orb +8 -8
- package/dist/exports/atoms/std-overworld.orb +20 -20
- package/dist/exports/atoms/std-pagination.orb +18 -18
- package/dist/exports/atoms/std-physics2d.orb +8 -8
- package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/exports/atoms/std-quest.orb +35 -35
- package/dist/exports/atoms/std-rate-limiter.orb +14 -14
- package/dist/exports/atoms/std-score-board.orb +9 -9
- package/dist/exports/atoms/std-score.orb +8 -8
- package/dist/exports/atoms/std-search.orb +16 -16
- package/dist/exports/atoms/std-selection.orb +34 -34
- package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/exports/atoms/std-sort.orb +28 -28
- package/dist/exports/atoms/std-sprite.orb +17 -17
- package/dist/exports/atoms/std-tabs.orb +18 -18
- package/dist/exports/atoms/std-timer.orb +8 -8
- package/dist/exports/atoms/std-undo.orb +9 -9
- package/dist/exports/atoms/std-wizard.orb +20 -20
- package/dist/exports/molecules/std-builder-game.orb +10 -10
- package/dist/exports/molecules/std-cart.orb +28 -27
- package/dist/exports/molecules/std-classifier-game.orb +10 -10
- package/dist/exports/molecules/std-debugger-game.orb +10 -10
- package/dist/exports/molecules/std-detail.orb +32 -31
- package/dist/exports/molecules/std-event-handler-game.orb +10 -10
- package/dist/exports/molecules/std-geospatial.orb +30 -29
- package/dist/exports/molecules/std-inventory.orb +46 -45
- package/dist/exports/molecules/std-list.orb +64 -63
- package/dist/exports/molecules/std-messaging.orb +28 -27
- package/dist/exports/molecules/std-negotiator-game.orb +10 -10
- package/dist/exports/molecules/std-platformer-game.orb +13 -13
- package/dist/exports/molecules/std-puzzle-game.orb +13 -13
- package/dist/exports/molecules/std-sequencer-game.orb +10 -10
- package/dist/exports/molecules/std-simulator-game.orb +10 -10
- package/dist/exports/molecules/std-turn-based-battle.orb +15 -15
- package/dist/exports/organisms/std-api-gateway.orb +4 -2
- package/dist/exports/organisms/std-booking-system.orb +8 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +4 -2
- package/dist/exports/organisms/std-cms.orb +10 -5
- package/dist/exports/organisms/std-crm.orb +4 -2
- package/dist/exports/organisms/std-devops-dashboard.orb +4 -2
- package/dist/exports/organisms/std-ecommerce.orb +10 -5
- package/dist/exports/organisms/std-finance-tracker.orb +6 -3
- package/dist/exports/organisms/std-healthcare.orb +10 -5
- package/dist/exports/organisms/std-helpdesk.orb +2 -1
- package/dist/exports/organisms/std-hr-portal.orb +4 -2
- package/dist/exports/organisms/std-iot-dashboard.orb +4 -2
- package/dist/exports/organisms/std-lms.orb +2 -1
- package/dist/exports/organisms/std-platformer-app.orb +2 -1
- package/dist/exports/organisms/std-project-manager.orb +8 -4
- package/dist/exports/organisms/std-realtime-chat.orb +6 -3
- package/dist/exports/organisms/std-rpg-game.orb +2 -1
- package/dist/exports/organisms/std-trading-dashboard.orb +4 -2
- package/dist/exports/validation-report.json +969 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "PlatLevelOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "PlatLevelOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "PlatLevel",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"traits": [
|
|
54
54
|
{
|
|
55
|
-
"name": "
|
|
56
|
-
"linkedEntity": "
|
|
55
|
+
"name": "PlatLevelPlatformerFlow",
|
|
56
|
+
"linkedEntity": "PlatLevel",
|
|
57
57
|
"category": "interaction",
|
|
58
58
|
"stateMachine": {
|
|
59
59
|
"states": [
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"effects": [
|
|
130
130
|
[
|
|
131
131
|
"fetch",
|
|
132
|
-
"
|
|
132
|
+
"PlatLevel"
|
|
133
133
|
],
|
|
134
134
|
[
|
|
135
135
|
"render-ui",
|
|
@@ -352,8 +352,8 @@
|
|
|
352
352
|
}
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"name": "
|
|
356
|
-
"linkedEntity": "
|
|
355
|
+
"name": "PlatLevelPlatformerCanvas",
|
|
356
|
+
"linkedEntity": "PlatLevel",
|
|
357
357
|
"category": "interaction",
|
|
358
358
|
"stateMachine": {
|
|
359
359
|
"states": [
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"effects": [
|
|
400
400
|
[
|
|
401
401
|
"fetch",
|
|
402
|
-
"
|
|
402
|
+
"PlatLevel"
|
|
403
403
|
]
|
|
404
404
|
]
|
|
405
405
|
},
|
|
@@ -479,14 +479,14 @@
|
|
|
479
479
|
],
|
|
480
480
|
"pages": [
|
|
481
481
|
{
|
|
482
|
-
"name": "
|
|
483
|
-
"path": "/
|
|
482
|
+
"name": "PlatLevelPage",
|
|
483
|
+
"path": "/platlevels",
|
|
484
484
|
"traits": [
|
|
485
485
|
{
|
|
486
|
-
"ref": "
|
|
486
|
+
"ref": "PlatLevelPlatformerFlow"
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
|
-
"ref": "
|
|
489
|
+
"ref": "PlatLevelPlatformerCanvas"
|
|
490
490
|
}
|
|
491
491
|
]
|
|
492
492
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "PuzzleBoardOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "PuzzleBoardOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "PuzzleBoard",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
},
|
|
63
63
|
"traits": [
|
|
64
64
|
{
|
|
65
|
-
"name": "
|
|
66
|
-
"linkedEntity": "
|
|
65
|
+
"name": "PuzzleBoardPuzzleFlow",
|
|
66
|
+
"linkedEntity": "PuzzleBoard",
|
|
67
67
|
"category": "interaction",
|
|
68
68
|
"stateMachine": {
|
|
69
69
|
"states": [
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"effects": [
|
|
132
132
|
[
|
|
133
133
|
"fetch",
|
|
134
|
-
"
|
|
134
|
+
"PuzzleBoard"
|
|
135
135
|
],
|
|
136
136
|
[
|
|
137
137
|
"render-ui",
|
|
@@ -355,8 +355,8 @@
|
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
|
-
"name": "
|
|
359
|
-
"linkedEntity": "
|
|
358
|
+
"name": "PuzzleBoardPuzzleScore",
|
|
359
|
+
"linkedEntity": "PuzzleBoard",
|
|
360
360
|
"category": "interaction",
|
|
361
361
|
"stateMachine": {
|
|
362
362
|
"states": [
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"effects": [
|
|
406
406
|
[
|
|
407
407
|
"fetch",
|
|
408
|
-
"
|
|
408
|
+
"PuzzleBoard"
|
|
409
409
|
]
|
|
410
410
|
]
|
|
411
411
|
},
|
|
@@ -510,14 +510,14 @@
|
|
|
510
510
|
],
|
|
511
511
|
"pages": [
|
|
512
512
|
{
|
|
513
|
-
"name": "
|
|
514
|
-
"path": "/
|
|
513
|
+
"name": "PuzzleBoardPage",
|
|
514
|
+
"path": "/puzzleboards",
|
|
515
515
|
"traits": [
|
|
516
516
|
{
|
|
517
|
-
"ref": "
|
|
517
|
+
"ref": "PuzzleBoardPuzzleFlow"
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
|
-
"ref": "
|
|
520
|
+
"ref": "PuzzleBoardPuzzleScore"
|
|
521
521
|
}
|
|
522
522
|
]
|
|
523
523
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "SequencerGameOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "SequencerGameOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "SequencerGame",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"traits": [
|
|
34
34
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"linkedEntity": "
|
|
35
|
+
"name": "SequencerGameSequencerGame",
|
|
36
|
+
"linkedEntity": "SequencerGame",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"effects": [
|
|
79
79
|
[
|
|
80
80
|
"fetch",
|
|
81
|
-
"
|
|
81
|
+
"SequencerGame"
|
|
82
82
|
],
|
|
83
83
|
[
|
|
84
84
|
"render-ui",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"main",
|
|
108
108
|
{
|
|
109
109
|
"type": "sequencer-board",
|
|
110
|
-
"entity": "
|
|
110
|
+
"entity": "SequencerGame",
|
|
111
111
|
"completeEvent": "COMPLETE"
|
|
112
112
|
}
|
|
113
113
|
]
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
],
|
|
170
170
|
"pages": [
|
|
171
171
|
{
|
|
172
|
-
"name": "
|
|
173
|
-
"path": "/
|
|
172
|
+
"name": "SequencerGamePage",
|
|
173
|
+
"path": "/sequencergames",
|
|
174
174
|
"traits": [
|
|
175
175
|
{
|
|
176
|
-
"ref": "
|
|
176
|
+
"ref": "SequencerGameSequencerGame"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "SimulatorGameOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "SimulatorGameOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "SimulatorGame",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"traits": [
|
|
34
34
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"linkedEntity": "
|
|
35
|
+
"name": "SimulatorGameSimulatorGame",
|
|
36
|
+
"linkedEntity": "SimulatorGame",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"effects": [
|
|
79
79
|
[
|
|
80
80
|
"fetch",
|
|
81
|
-
"
|
|
81
|
+
"SimulatorGame"
|
|
82
82
|
],
|
|
83
83
|
[
|
|
84
84
|
"render-ui",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"main",
|
|
108
108
|
{
|
|
109
109
|
"type": "simulator-board",
|
|
110
|
-
"entity": "
|
|
110
|
+
"entity": "SimulatorGame",
|
|
111
111
|
"completeEvent": "COMPLETE"
|
|
112
112
|
}
|
|
113
113
|
]
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
],
|
|
170
170
|
"pages": [
|
|
171
171
|
{
|
|
172
|
-
"name": "
|
|
173
|
-
"path": "/
|
|
172
|
+
"name": "SimulatorGamePage",
|
|
173
|
+
"path": "/simulatorgames",
|
|
174
174
|
"traits": [
|
|
175
175
|
{
|
|
176
|
-
"ref": "
|
|
176
|
+
"ref": "SimulatorGameSimulatorGame"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "BattleUnitOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "BattleUnitOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "BattleUnit",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"traits": [
|
|
44
44
|
{
|
|
45
|
-
"name": "
|
|
46
|
-
"linkedEntity": "
|
|
45
|
+
"name": "BattleUnitBattleFlow",
|
|
46
|
+
"linkedEntity": "BattleUnit",
|
|
47
47
|
"category": "interaction",
|
|
48
48
|
"stateMachine": {
|
|
49
49
|
"states": [
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"effects": [
|
|
108
108
|
[
|
|
109
109
|
"fetch",
|
|
110
|
-
"
|
|
110
|
+
"BattleUnit"
|
|
111
111
|
],
|
|
112
112
|
[
|
|
113
113
|
"render-ui",
|
|
@@ -339,8 +339,8 @@
|
|
|
339
339
|
}
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
|
-
"name": "
|
|
343
|
-
"linkedEntity": "
|
|
342
|
+
"name": "BattleUnitCombatLog",
|
|
343
|
+
"linkedEntity": "BattleUnit",
|
|
344
344
|
"category": "interaction",
|
|
345
345
|
"stateMachine": {
|
|
346
346
|
"states": [
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"effects": [
|
|
379
379
|
[
|
|
380
380
|
"fetch",
|
|
381
|
-
"
|
|
381
|
+
"BattleUnit"
|
|
382
382
|
]
|
|
383
383
|
]
|
|
384
384
|
},
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"main",
|
|
393
393
|
{
|
|
394
394
|
"type": "combat-log",
|
|
395
|
-
"events": "@
|
|
395
|
+
"events": "@BattleUnit",
|
|
396
396
|
"maxVisible": 10,
|
|
397
397
|
"autoScroll": true,
|
|
398
398
|
"showTimestamps": true,
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"main",
|
|
412
412
|
{
|
|
413
413
|
"type": "combat-log",
|
|
414
|
-
"events": "@
|
|
414
|
+
"events": "@BattleUnit",
|
|
415
415
|
"maxVisible": 10,
|
|
416
416
|
"autoScroll": true,
|
|
417
417
|
"showTimestamps": true,
|
|
@@ -426,14 +426,14 @@
|
|
|
426
426
|
],
|
|
427
427
|
"pages": [
|
|
428
428
|
{
|
|
429
|
-
"name": "
|
|
430
|
-
"path": "/
|
|
429
|
+
"name": "BattleUnitPage",
|
|
430
|
+
"path": "/battleunits",
|
|
431
431
|
"traits": [
|
|
432
432
|
{
|
|
433
|
-
"ref": "
|
|
433
|
+
"ref": "BattleUnitBattleFlow"
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
|
-
"ref": "
|
|
436
|
+
"ref": "BattleUnitCombatLog"
|
|
437
437
|
}
|
|
438
438
|
]
|
|
439
439
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "RouteOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Route",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "routes",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -682,7 +683,8 @@
|
|
|
682
683
|
"method",
|
|
683
684
|
"backend",
|
|
684
685
|
"rateLimit"
|
|
685
|
-
]
|
|
686
|
+
],
|
|
687
|
+
"entityId": "@entity.id"
|
|
686
688
|
}
|
|
687
689
|
]
|
|
688
690
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "ProviderOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Provider",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "providers",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -708,7 +709,8 @@
|
|
|
708
709
|
"phone",
|
|
709
710
|
"rating",
|
|
710
711
|
"available"
|
|
711
|
-
]
|
|
712
|
+
],
|
|
713
|
+
"entityId": "@entity.id"
|
|
712
714
|
}
|
|
713
715
|
]
|
|
714
716
|
}
|
|
@@ -2131,7 +2133,8 @@
|
|
|
2131
2133
|
"name": "AppointmentOrbital",
|
|
2132
2134
|
"entity": {
|
|
2133
2135
|
"name": "Appointment",
|
|
2134
|
-
"persistence": "
|
|
2136
|
+
"persistence": "persistent",
|
|
2137
|
+
"collection": "appointments",
|
|
2135
2138
|
"fields": [
|
|
2136
2139
|
{
|
|
2137
2140
|
"name": "id",
|
|
@@ -2826,7 +2829,8 @@
|
|
|
2826
2829
|
"time",
|
|
2827
2830
|
"status",
|
|
2828
2831
|
"notes"
|
|
2829
|
-
]
|
|
2832
|
+
],
|
|
2833
|
+
"entityId": "@entity.id"
|
|
2830
2834
|
}
|
|
2831
2835
|
]
|
|
2832
2836
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "BuildOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Build",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "builds",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -681,7 +682,8 @@
|
|
|
681
682
|
"status",
|
|
682
683
|
"commit",
|
|
683
684
|
"triggeredBy"
|
|
684
|
-
]
|
|
685
|
+
],
|
|
686
|
+
"entityId": "@entity.id"
|
|
685
687
|
}
|
|
686
688
|
]
|
|
687
689
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "ArticleOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Article",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "articles",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -718,7 +719,8 @@
|
|
|
718
719
|
"author",
|
|
719
720
|
"status",
|
|
720
721
|
"publishedAt"
|
|
721
|
-
]
|
|
722
|
+
],
|
|
723
|
+
"entityId": "@entity.id"
|
|
722
724
|
}
|
|
723
725
|
]
|
|
724
726
|
}
|
|
@@ -1029,7 +1031,8 @@
|
|
|
1029
1031
|
"name": "MediaAssetOrbital",
|
|
1030
1032
|
"entity": {
|
|
1031
1033
|
"name": "MediaAsset",
|
|
1032
|
-
"persistence": "
|
|
1034
|
+
"persistence": "persistent",
|
|
1035
|
+
"collection": "mediaassets",
|
|
1033
1036
|
"fields": [
|
|
1034
1037
|
{
|
|
1035
1038
|
"name": "id",
|
|
@@ -1664,7 +1667,8 @@
|
|
|
1664
1667
|
"name": "CategoryOrbital",
|
|
1665
1668
|
"entity": {
|
|
1666
1669
|
"name": "Category",
|
|
1667
|
-
"persistence": "
|
|
1670
|
+
"persistence": "persistent",
|
|
1671
|
+
"collection": "categorys",
|
|
1668
1672
|
"fields": [
|
|
1669
1673
|
{
|
|
1670
1674
|
"name": "id",
|
|
@@ -2351,7 +2355,8 @@
|
|
|
2351
2355
|
"description",
|
|
2352
2356
|
"parentCategory",
|
|
2353
2357
|
"articleCount"
|
|
2354
|
-
]
|
|
2358
|
+
],
|
|
2359
|
+
"entityId": "@entity.id"
|
|
2355
2360
|
}
|
|
2356
2361
|
]
|
|
2357
2362
|
}
|
|
@@ -704,7 +704,8 @@
|
|
|
704
704
|
"email",
|
|
705
705
|
"phone",
|
|
706
706
|
"status"
|
|
707
|
-
]
|
|
707
|
+
],
|
|
708
|
+
"entityId": "@entity.id"
|
|
708
709
|
}
|
|
709
710
|
]
|
|
710
711
|
}
|
|
@@ -1701,7 +1702,8 @@
|
|
|
1701
1702
|
"value",
|
|
1702
1703
|
"stage",
|
|
1703
1704
|
"closedAt"
|
|
1704
|
-
]
|
|
1705
|
+
],
|
|
1706
|
+
"entityId": "@entity.id"
|
|
1705
1707
|
}
|
|
1706
1708
|
]
|
|
1707
1709
|
}
|
|
@@ -1344,7 +1344,8 @@
|
|
|
1344
1344
|
"name": "LogEntryOrbital",
|
|
1345
1345
|
"entity": {
|
|
1346
1346
|
"name": "LogEntry",
|
|
1347
|
-
"persistence": "
|
|
1347
|
+
"persistence": "persistent",
|
|
1348
|
+
"collection": "logentrys",
|
|
1348
1349
|
"fields": [
|
|
1349
1350
|
{
|
|
1350
1351
|
"name": "id",
|
|
@@ -2019,7 +2020,8 @@
|
|
|
2019
2020
|
"message",
|
|
2020
2021
|
"timestamp",
|
|
2021
2022
|
"service"
|
|
2022
|
-
]
|
|
2023
|
+
],
|
|
2024
|
+
"entityId": "@entity.id"
|
|
2023
2025
|
}
|
|
2024
2026
|
]
|
|
2025
2027
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "ProductOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Product",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "products",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -707,7 +708,8 @@
|
|
|
707
708
|
"category",
|
|
708
709
|
"sku",
|
|
709
710
|
"inStock"
|
|
710
|
-
]
|
|
711
|
+
],
|
|
712
|
+
"entityId": "@entity.id"
|
|
711
713
|
}
|
|
712
714
|
]
|
|
713
715
|
}
|
|
@@ -1018,7 +1020,8 @@
|
|
|
1018
1020
|
"name": "CartItemOrbital",
|
|
1019
1021
|
"entity": {
|
|
1020
1022
|
"name": "CartItem",
|
|
1021
|
-
"persistence": "
|
|
1023
|
+
"persistence": "persistent",
|
|
1024
|
+
"collection": "cartitems",
|
|
1022
1025
|
"fields": [
|
|
1023
1026
|
{
|
|
1024
1027
|
"name": "id",
|
|
@@ -2738,7 +2741,8 @@
|
|
|
2738
2741
|
"name": "OrderRecordOrbital",
|
|
2739
2742
|
"entity": {
|
|
2740
2743
|
"name": "OrderRecord",
|
|
2741
|
-
"persistence": "
|
|
2744
|
+
"persistence": "persistent",
|
|
2745
|
+
"collection": "orderrecords",
|
|
2742
2746
|
"fields": [
|
|
2743
2747
|
{
|
|
2744
2748
|
"name": "id",
|
|
@@ -3433,7 +3437,8 @@
|
|
|
3433
3437
|
"paymentMethod",
|
|
3434
3438
|
"orderTotal",
|
|
3435
3439
|
"status"
|
|
3436
|
-
]
|
|
3440
|
+
],
|
|
3441
|
+
"entityId": "@entity.id"
|
|
3437
3442
|
}
|
|
3438
3443
|
]
|
|
3439
3444
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "TransactionOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Transaction",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "transactions",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -681,7 +682,8 @@
|
|
|
681
682
|
"amount",
|
|
682
683
|
"category",
|
|
683
684
|
"date"
|
|
684
|
-
]
|
|
685
|
+
],
|
|
686
|
+
"entityId": "@entity.id"
|
|
685
687
|
}
|
|
686
688
|
]
|
|
687
689
|
}
|
|
@@ -1799,7 +1801,8 @@
|
|
|
1799
1801
|
"name": "FinanceReportOrbital",
|
|
1800
1802
|
"entity": {
|
|
1801
1803
|
"name": "FinanceReport",
|
|
1802
|
-
"persistence": "
|
|
1804
|
+
"persistence": "persistent",
|
|
1805
|
+
"collection": "financereports",
|
|
1803
1806
|
"fields": [
|
|
1804
1807
|
{
|
|
1805
1808
|
"name": "id",
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "PatientOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Patient",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "patients",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -700,7 +701,8 @@
|
|
|
700
701
|
"phone",
|
|
701
702
|
"insuranceId",
|
|
702
703
|
"status"
|
|
703
|
-
]
|
|
704
|
+
],
|
|
705
|
+
"entityId": "@entity.id"
|
|
704
706
|
}
|
|
705
707
|
]
|
|
706
708
|
}
|
|
@@ -1011,7 +1013,8 @@
|
|
|
1011
1013
|
"name": "AppointmentOrbital",
|
|
1012
1014
|
"entity": {
|
|
1013
1015
|
"name": "Appointment",
|
|
1014
|
-
"persistence": "
|
|
1016
|
+
"persistence": "persistent",
|
|
1017
|
+
"collection": "appointments",
|
|
1015
1018
|
"fields": [
|
|
1016
1019
|
{
|
|
1017
1020
|
"name": "id",
|
|
@@ -1714,7 +1717,8 @@
|
|
|
1714
1717
|
"time",
|
|
1715
1718
|
"reason",
|
|
1716
1719
|
"status"
|
|
1717
|
-
]
|
|
1720
|
+
],
|
|
1721
|
+
"entityId": "@entity.id"
|
|
1718
1722
|
}
|
|
1719
1723
|
]
|
|
1720
1724
|
}
|
|
@@ -3179,7 +3183,8 @@
|
|
|
3179
3183
|
"name": "PrescriptionOrbital",
|
|
3180
3184
|
"entity": {
|
|
3181
3185
|
"name": "Prescription",
|
|
3182
|
-
"persistence": "
|
|
3186
|
+
"persistence": "persistent",
|
|
3187
|
+
"collection": "prescriptions",
|
|
3183
3188
|
"fields": [
|
|
3184
3189
|
{
|
|
3185
3190
|
"name": "id",
|