@almadar/std 3.2.2 → 3.3.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/LICENSE +72 -21
- package/README.md +1 -1
- package/behaviors/exports/atoms/std-browse.orb +38 -45
- package/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/behaviors/exports/atoms/std-display.orb +1175 -510
- package/behaviors/exports/atoms/std-drawer.orb +235 -133
- package/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- 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-inventory-panel.orb +13 -13
- package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-loading.orb +131 -103
- package/behaviors/exports/atoms/std-modal.orb +5 -24
- package/behaviors/exports/atoms/std-notification.orb +71 -0
- package/behaviors/exports/atoms/std-pagination.orb +32 -40
- package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-rating.orb +328 -0
- package/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/behaviors/exports/atoms/std-score.orb +41 -0
- package/behaviors/exports/atoms/std-search.orb +44 -30
- package/behaviors/exports/atoms/std-selection.orb +30 -24
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-sort.orb +82 -60
- package/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/behaviors/exports/atoms/std-theme.orb +573 -0
- package/behaviors/exports/atoms/std-upload.orb +535 -0
- package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/behaviors/exports/atoms/std-wizard.orb +664 -224
- package/behaviors/exports/molecules/std-builder-game.orb +43 -3
- package/behaviors/exports/molecules/std-cart.orb +319 -101
- package/behaviors/exports/molecules/std-classifier-game.orb +43 -3
- package/behaviors/exports/molecules/std-debugger-game.orb +43 -3
- package/behaviors/exports/molecules/std-detail.orb +46 -49
- package/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
- package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/behaviors/exports/molecules/std-geospatial.orb +48 -48
- package/behaviors/exports/molecules/std-inventory.orb +70 -50
- package/behaviors/exports/molecules/std-list.orb +174 -197
- package/behaviors/exports/molecules/std-messaging.orb +35 -50
- package/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
- package/behaviors/exports/molecules/std-platformer-game.orb +18 -2
- package/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
- package/behaviors/exports/molecules/std-quiz.orb +1069 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/behaviors/exports/molecules/std-simulator-game.orb +43 -3
- package/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
- package/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
- package/behaviors/exports/organisms/std-arcade-game.orb +377 -265
- package/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/behaviors/exports/organisms/std-cms.orb +929 -822
- package/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
- package/behaviors/exports/organisms/std-crm.orb +2302 -1282
- package/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
- package/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
- package/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
- package/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
- package/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
- package/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/behaviors/exports/organisms/std-lms.orb +2495 -1435
- package/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/behaviors/exports/organisms/std-platformer-app.orb +345 -214
- package/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
- package/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
- package/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
- package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/behaviors/exports/organisms/std-social-feed.orb +184 -172
- package/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
- package/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
- package/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/behaviors/exports/validation-report.json +0 -747
- package/dist/behaviors/exports/atoms/std-browse.orb +38 -45
- package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/behaviors/exports/atoms/std-display.orb +1175 -510
- package/dist/behaviors/exports/atoms/std-drawer.orb +235 -133
- package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- 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-inventory-panel.orb +13 -13
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-loading.orb +131 -103
- package/dist/behaviors/exports/atoms/std-modal.orb +5 -24
- package/dist/behaviors/exports/atoms/std-notification.orb +71 -0
- package/dist/behaviors/exports/atoms/std-pagination.orb +32 -40
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/dist/behaviors/exports/atoms/std-score.orb +41 -0
- package/dist/behaviors/exports/atoms/std-search.orb +44 -30
- package/dist/behaviors/exports/atoms/std-selection.orb +30 -24
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-sort.orb +82 -60
- package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
- package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +664 -224
- package/dist/behaviors/exports/molecules/std-builder-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-cart.orb +319 -101
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-detail.orb +46 -49
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +48 -48
- package/dist/behaviors/exports/molecules/std-inventory.orb +70 -50
- package/dist/behaviors/exports/molecules/std-list.orb +174 -197
- package/dist/behaviors/exports/molecules/std-messaging.orb +35 -50
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +18 -2
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
- package/dist/behaviors/exports/molecules/std-quiz.orb +1069 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +377 -265
- package/dist/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/dist/behaviors/exports/organisms/std-cms.orb +929 -822
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
- package/dist/behaviors/exports/organisms/std-crm.orb +2302 -1282
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
- package/dist/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/dist/behaviors/exports/organisms/std-lms.orb +2495 -1435
- package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +345 -214
- package/dist/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -172
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/behaviors/exports/validation-report.json +0 -747
- package/dist/behaviors/functions/index.d.ts +931 -1
- package/dist/behaviors/functions/index.js +12511 -4634
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +12434 -4557
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-browse.orb +38 -45
- package/dist/exports/atoms/std-calendar.orb +770 -0
- package/dist/exports/atoms/std-combat-log.orb +12 -12
- package/dist/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/exports/atoms/std-display.orb +1175 -510
- package/dist/exports/atoms/std-drawer.orb +235 -133
- package/dist/exports/atoms/std-flip-card.orb +596 -0
- package/dist/exports/atoms/std-gallery.orb +382 -0
- package/dist/exports/atoms/std-game-audio.orb +9 -9
- package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
- 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-inventory-panel.orb +13 -13
- package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/exports/atoms/std-loading.orb +131 -103
- package/dist/exports/atoms/std-modal.orb +5 -24
- package/dist/exports/atoms/std-notification.orb +71 -0
- package/dist/exports/atoms/std-pagination.orb +32 -40
- package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/exports/atoms/std-rating.orb +328 -0
- package/dist/exports/atoms/std-score-board.orb +9 -9
- package/dist/exports/atoms/std-score.orb +41 -0
- package/dist/exports/atoms/std-search.orb +44 -30
- package/dist/exports/atoms/std-selection.orb +30 -24
- package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/exports/atoms/std-service-email.orb +540 -0
- package/dist/exports/atoms/std-service-github.orb +586 -0
- package/dist/exports/atoms/std-service-llm.orb +671 -0
- package/dist/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/exports/atoms/std-service-redis.orb +580 -0
- package/dist/exports/atoms/std-service-storage.orb +664 -0
- package/dist/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/exports/atoms/std-sort.orb +82 -60
- package/dist/exports/atoms/std-sprite.orb +17 -17
- package/dist/exports/atoms/std-text-effects.orb +658 -0
- package/dist/exports/atoms/std-theme.orb +573 -0
- package/dist/exports/atoms/std-upload.orb +535 -0
- package/dist/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/exports/atoms/std-wizard.orb +664 -224
- package/dist/exports/molecules/std-builder-game.orb +43 -3
- package/dist/exports/molecules/std-cart.orb +319 -101
- package/dist/exports/molecules/std-classifier-game.orb +43 -3
- package/dist/exports/molecules/std-debugger-game.orb +43 -3
- package/dist/exports/molecules/std-detail.orb +46 -49
- package/dist/exports/molecules/std-event-handler-game.orb +43 -3
- package/dist/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/exports/molecules/std-geospatial.orb +48 -48
- package/dist/exports/molecules/std-inventory.orb +70 -50
- package/dist/exports/molecules/std-list.orb +174 -197
- package/dist/exports/molecules/std-messaging.orb +35 -50
- package/dist/exports/molecules/std-negotiator-game.orb +43 -3
- package/dist/exports/molecules/std-platformer-game.orb +18 -2
- package/dist/exports/molecules/std-puzzle-game.orb +32 -6
- package/dist/exports/molecules/std-quiz.orb +1069 -0
- package/dist/exports/molecules/std-sequencer-game.orb +43 -3
- package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/exports/molecules/std-simulator-game.orb +43 -3
- package/dist/exports/molecules/std-turn-based-battle.orb +26 -0
- package/dist/exports/organisms/std-api-gateway.orb +2326 -1320
- package/dist/exports/organisms/std-arcade-game.orb +377 -265
- package/dist/exports/organisms/std-booking-system.orb +3144 -1855
- package/dist/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/dist/exports/organisms/std-cms.orb +929 -822
- package/dist/exports/organisms/std-coding-academy.orb +1347 -458
- package/dist/exports/organisms/std-crm.orb +2302 -1282
- package/dist/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/dist/exports/organisms/std-ecommerce.orb +2432 -1630
- package/dist/exports/organisms/std-finance-tracker.orb +1674 -846
- package/dist/exports/organisms/std-healthcare.orb +3545 -1992
- package/dist/exports/organisms/std-helpdesk.orb +1853 -940
- package/dist/exports/organisms/std-hr-portal.orb +3249 -1939
- package/dist/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/dist/exports/organisms/std-lms.orb +2495 -1435
- package/dist/exports/organisms/std-logic-training.orb +220 -66
- package/dist/exports/organisms/std-platformer-app.orb +345 -214
- package/dist/exports/organisms/std-project-manager.orb +2217 -1190
- package/dist/exports/organisms/std-puzzle-app.orb +228 -103
- package/dist/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/dist/exports/organisms/std-rpg-game.orb +1170 -948
- package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/exports/organisms/std-social-feed.orb +184 -172
- package/dist/exports/organisms/std-stem-lab.orb +1308 -482
- package/dist/exports/organisms/std-strategy-game.orb +1520 -696
- package/dist/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/exports/validation-report.json +0 -747
- package/dist/index.d.ts +3 -3
- package/dist/index.js +12826 -4799
- package/dist/index.js.map +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/contract.d.ts +22 -0
- package/dist/modules/contract.js +100 -0
- package/dist/modules/contract.js.map +1 -0
- package/dist/modules/data.d.ts +22 -0
- package/dist/modules/data.js +117 -0
- package/dist/modules/data.js.map +1 -0
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +23 -0
- package/dist/modules/graph.js +209 -0
- package/dist/modules/graph.js.map +1 -0
- package/dist/modules/index.d.ts +5 -1
- package/dist/modules/index.js +593 -63
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/nn.js +14 -14
- package/dist/modules/nn.js.map +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +19 -0
- package/dist/modules/os.js +116 -0
- package/dist/modules/os.js.map +1 -0
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/tensor.js +29 -29
- package/dist/modules/tensor.js.map +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/train.js +19 -19
- package/dist/modules/train.js.map +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +2 -2
- package/dist/registry.js +184 -65
- package/dist/registry.js.map +1 -1
- package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
- package/package.json +2 -2
|
@@ -36,6 +36,16 @@ interface StdBrowseParams {
|
|
|
36
36
|
variant?: string;
|
|
37
37
|
}>;
|
|
38
38
|
refreshEvents?: string[];
|
|
39
|
+
/** Display pattern: 'data-grid' (default), 'entity-table', 'entity-cards', 'data-list' */
|
|
40
|
+
displayPattern?: string;
|
|
41
|
+
/** Custom renderItem template (overrides the auto-generated icon+title+badge template) */
|
|
42
|
+
customRenderItem?: unknown;
|
|
43
|
+
/** Field definitions for DataGrid/DataList built-in rendering (skips renderItem when provided) */
|
|
44
|
+
displayColumns?: unknown[];
|
|
45
|
+
/** Stats bar: array of stat-display patterns rendered above the list */
|
|
46
|
+
statsBar?: unknown[];
|
|
47
|
+
/** Extra props passed to the display pattern (e.g., variant, groupBy, cols) */
|
|
48
|
+
displayProps?: Record<string, unknown>;
|
|
39
49
|
pageName?: string;
|
|
40
50
|
pagePath?: string;
|
|
41
51
|
isInitial?: boolean;
|
|
@@ -303,6 +313,8 @@ interface StdDrawerParams {
|
|
|
303
313
|
drawerTitle?: string;
|
|
304
314
|
/** Header icon (Lucide name) */
|
|
305
315
|
headerIcon?: string;
|
|
316
|
+
/** When true (default), renders main view with Open button. When false, only renders to drawer slot. */
|
|
317
|
+
standalone?: boolean;
|
|
306
318
|
/** Page name (defaults to "{Entity}DrawerPage") */
|
|
307
319
|
pageName?: string;
|
|
308
320
|
/** Route path (defaults to "/{entities}/drawer") */
|
|
@@ -338,6 +350,8 @@ interface StdNotificationParams {
|
|
|
338
350
|
headerIcon?: string;
|
|
339
351
|
/** Page title */
|
|
340
352
|
pageTitle?: string;
|
|
353
|
+
/** When true (default), renders empty state with Test button to main. When false, only renders on SHOW/HIDE. */
|
|
354
|
+
standalone?: boolean;
|
|
341
355
|
/** Page name (defaults to "{Entity}NotificationPage") */
|
|
342
356
|
pageName?: string;
|
|
343
357
|
/** Route path (defaults to "/{entities}/notifications") */
|
|
@@ -441,6 +455,8 @@ interface StdLoadingParams {
|
|
|
441
455
|
headerIcon?: string;
|
|
442
456
|
/** Title text (defaults to entity name) */
|
|
443
457
|
title?: string;
|
|
458
|
+
/** When true (default), renders idle state with Start button to main. When false, only renders loading/success/error states. */
|
|
459
|
+
standalone?: boolean;
|
|
444
460
|
/** Page name (defaults to "{Entity}LoadingPage") */
|
|
445
461
|
pageName?: string;
|
|
446
462
|
/** Route path (defaults to "/{entities}/loading") */
|
|
@@ -944,6 +960,190 @@ declare function stdScoreTrait(params: StdScoreParams): Trait;
|
|
|
944
960
|
declare function stdScorePage(params: StdScoreParams): Page;
|
|
945
961
|
declare function stdScore(params: StdScoreParams): OrbitalDefinition;
|
|
946
962
|
|
|
963
|
+
/**
|
|
964
|
+
* std-calendar
|
|
965
|
+
*
|
|
966
|
+
* Calendar browsing atom with month/day/slot views.
|
|
967
|
+
* Absorbs: calendar-grid, day-cell, time-slot-cell, date-range-selector.
|
|
968
|
+
*
|
|
969
|
+
* @level atom
|
|
970
|
+
* @family calendar
|
|
971
|
+
* @packageDocumentation
|
|
972
|
+
*/
|
|
973
|
+
|
|
974
|
+
interface StdCalendarParams {
|
|
975
|
+
entityName: string;
|
|
976
|
+
fields: EntityField[];
|
|
977
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
978
|
+
headerIcon?: string;
|
|
979
|
+
pageTitle?: string;
|
|
980
|
+
pageName?: string;
|
|
981
|
+
pagePath?: string;
|
|
982
|
+
isInitial?: boolean;
|
|
983
|
+
}
|
|
984
|
+
declare function stdCalendarEntity(params: StdCalendarParams): Entity;
|
|
985
|
+
declare function stdCalendarTrait(params: StdCalendarParams): Trait;
|
|
986
|
+
declare function stdCalendarPage(params: StdCalendarParams): Page;
|
|
987
|
+
declare function stdCalendar(params: StdCalendarParams): OrbitalDefinition;
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* std-gallery
|
|
991
|
+
*
|
|
992
|
+
* Image gallery atom with carousel browsing and lightbox viewing.
|
|
993
|
+
* Absorbs: carousel, lightbox.
|
|
994
|
+
*
|
|
995
|
+
* @level atom
|
|
996
|
+
* @family gallery
|
|
997
|
+
* @packageDocumentation
|
|
998
|
+
*/
|
|
999
|
+
|
|
1000
|
+
interface StdGalleryParams {
|
|
1001
|
+
entityName: string;
|
|
1002
|
+
fields: EntityField[];
|
|
1003
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1004
|
+
headerIcon?: string;
|
|
1005
|
+
pageTitle?: string;
|
|
1006
|
+
pageName?: string;
|
|
1007
|
+
pagePath?: string;
|
|
1008
|
+
isInitial?: boolean;
|
|
1009
|
+
}
|
|
1010
|
+
declare function stdGalleryEntity(params: StdGalleryParams): Entity;
|
|
1011
|
+
declare function stdGalleryTrait(params: StdGalleryParams): Trait;
|
|
1012
|
+
declare function stdGalleryPage(params: StdGalleryParams): Page;
|
|
1013
|
+
declare function stdGallery(params: StdGalleryParams): OrbitalDefinition;
|
|
1014
|
+
|
|
1015
|
+
/**
|
|
1016
|
+
* std-flip-card
|
|
1017
|
+
*
|
|
1018
|
+
* Flip card atom for flashcard-style front/back content.
|
|
1019
|
+
* Absorbs: flip-container, flip-card.
|
|
1020
|
+
*
|
|
1021
|
+
* @level atom
|
|
1022
|
+
* @family flip-card
|
|
1023
|
+
* @packageDocumentation
|
|
1024
|
+
*/
|
|
1025
|
+
|
|
1026
|
+
interface StdFlipCardParams {
|
|
1027
|
+
entityName: string;
|
|
1028
|
+
fields: EntityField[];
|
|
1029
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1030
|
+
headerIcon?: string;
|
|
1031
|
+
pageTitle?: string;
|
|
1032
|
+
pageName?: string;
|
|
1033
|
+
pagePath?: string;
|
|
1034
|
+
isInitial?: boolean;
|
|
1035
|
+
}
|
|
1036
|
+
declare function stdFlipCardEntity(params: StdFlipCardParams): Entity;
|
|
1037
|
+
declare function stdFlipCardTrait(params: StdFlipCardParams): Trait;
|
|
1038
|
+
declare function stdFlipCardPage(params: StdFlipCardParams): Page;
|
|
1039
|
+
declare function stdFlipCard(params: StdFlipCardParams): OrbitalDefinition;
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* std-rating
|
|
1043
|
+
*
|
|
1044
|
+
* Rating atom with star-rating input and display.
|
|
1045
|
+
* Absorbs: star-rating.
|
|
1046
|
+
*
|
|
1047
|
+
* @level atom
|
|
1048
|
+
* @family rating
|
|
1049
|
+
* @packageDocumentation
|
|
1050
|
+
*/
|
|
1051
|
+
|
|
1052
|
+
interface StdRatingParams {
|
|
1053
|
+
entityName: string;
|
|
1054
|
+
fields: EntityField[];
|
|
1055
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1056
|
+
headerIcon?: string;
|
|
1057
|
+
pageTitle?: string;
|
|
1058
|
+
maxRating?: number;
|
|
1059
|
+
pageName?: string;
|
|
1060
|
+
pagePath?: string;
|
|
1061
|
+
isInitial?: boolean;
|
|
1062
|
+
}
|
|
1063
|
+
declare function stdRatingEntity(params: StdRatingParams): Entity;
|
|
1064
|
+
declare function stdRatingTrait(params: StdRatingParams): Trait;
|
|
1065
|
+
declare function stdRatingPage(params: StdRatingParams): Page;
|
|
1066
|
+
declare function stdRating(params: StdRatingParams): OrbitalDefinition;
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* std-upload
|
|
1070
|
+
*
|
|
1071
|
+
* File upload atom with drag-and-drop zone and progress tracking.
|
|
1072
|
+
* Absorbs: upload-drop-zone.
|
|
1073
|
+
*
|
|
1074
|
+
* @level atom
|
|
1075
|
+
* @family upload
|
|
1076
|
+
* @packageDocumentation
|
|
1077
|
+
*/
|
|
1078
|
+
|
|
1079
|
+
interface StdUploadParams {
|
|
1080
|
+
entityName: string;
|
|
1081
|
+
fields: EntityField[];
|
|
1082
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1083
|
+
headerIcon?: string;
|
|
1084
|
+
pageTitle?: string;
|
|
1085
|
+
acceptedTypes?: string;
|
|
1086
|
+
pageName?: string;
|
|
1087
|
+
pagePath?: string;
|
|
1088
|
+
isInitial?: boolean;
|
|
1089
|
+
}
|
|
1090
|
+
declare function stdUploadEntity(params: StdUploadParams): Entity;
|
|
1091
|
+
declare function stdUploadTrait(params: StdUploadParams): Trait;
|
|
1092
|
+
declare function stdUploadPage(params: StdUploadParams): Page;
|
|
1093
|
+
declare function stdUpload(params: StdUploadParams): OrbitalDefinition;
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* std-theme
|
|
1097
|
+
*
|
|
1098
|
+
* Theme selection atom with toggle and full selector.
|
|
1099
|
+
* Absorbs: theme-toggle, theme-selector.
|
|
1100
|
+
*
|
|
1101
|
+
* @level atom
|
|
1102
|
+
* @family theme
|
|
1103
|
+
* @packageDocumentation
|
|
1104
|
+
*/
|
|
1105
|
+
|
|
1106
|
+
interface StdThemeParams {
|
|
1107
|
+
entityName: string;
|
|
1108
|
+
fields: EntityField[];
|
|
1109
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1110
|
+
headerIcon?: string;
|
|
1111
|
+
pageTitle?: string;
|
|
1112
|
+
pageName?: string;
|
|
1113
|
+
pagePath?: string;
|
|
1114
|
+
isInitial?: boolean;
|
|
1115
|
+
}
|
|
1116
|
+
declare function stdThemeEntity(params: StdThemeParams): Entity;
|
|
1117
|
+
declare function stdThemeTrait(params: StdThemeParams): Trait;
|
|
1118
|
+
declare function stdThemePage(params: StdThemeParams): Page;
|
|
1119
|
+
declare function stdTheme(params: StdThemeParams): OrbitalDefinition;
|
|
1120
|
+
|
|
1121
|
+
/**
|
|
1122
|
+
* std-text-effects
|
|
1123
|
+
*
|
|
1124
|
+
* Text animation and highlighting atom.
|
|
1125
|
+
* Absorbs: typewriter-text, text-highlight, law-reference-tooltip.
|
|
1126
|
+
*
|
|
1127
|
+
* @level atom
|
|
1128
|
+
* @family text-effects
|
|
1129
|
+
* @packageDocumentation
|
|
1130
|
+
*/
|
|
1131
|
+
|
|
1132
|
+
interface StdTextEffectsParams {
|
|
1133
|
+
entityName: string;
|
|
1134
|
+
fields: EntityField[];
|
|
1135
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1136
|
+
headerIcon?: string;
|
|
1137
|
+
pageTitle?: string;
|
|
1138
|
+
pageName?: string;
|
|
1139
|
+
pagePath?: string;
|
|
1140
|
+
isInitial?: boolean;
|
|
1141
|
+
}
|
|
1142
|
+
declare function stdTextEffectsEntity(params: StdTextEffectsParams): Entity;
|
|
1143
|
+
declare function stdTextEffectsTrait(params: StdTextEffectsParams): Trait;
|
|
1144
|
+
declare function stdTextEffectsPage(params: StdTextEffectsParams): Page;
|
|
1145
|
+
declare function stdTextEffects(params: StdTextEffectsParams): OrbitalDefinition;
|
|
1146
|
+
|
|
947
1147
|
/**
|
|
948
1148
|
* std-collision as a Function
|
|
949
1149
|
*
|
|
@@ -1544,6 +1744,11 @@ interface StdListParams {
|
|
|
1544
1744
|
pageName?: string;
|
|
1545
1745
|
pagePath?: string;
|
|
1546
1746
|
isInitial?: boolean;
|
|
1747
|
+
displayPattern?: string;
|
|
1748
|
+
customRenderItem?: unknown;
|
|
1749
|
+
displayColumns?: unknown[];
|
|
1750
|
+
statsBar?: unknown[];
|
|
1751
|
+
displayProps?: Record<string, unknown>;
|
|
1547
1752
|
}
|
|
1548
1753
|
declare function stdListEntity(params: StdListParams): Entity;
|
|
1549
1754
|
declare function stdListTrait(params: StdListParams): Trait;
|
|
@@ -1616,6 +1821,11 @@ interface StdDetailParams {
|
|
|
1616
1821
|
pageName?: string;
|
|
1617
1822
|
pagePath?: string;
|
|
1618
1823
|
isInitial?: boolean;
|
|
1824
|
+
displayPattern?: string;
|
|
1825
|
+
customRenderItem?: unknown;
|
|
1826
|
+
displayColumns?: unknown[];
|
|
1827
|
+
statsBar?: unknown[];
|
|
1828
|
+
displayProps?: Record<string, unknown>;
|
|
1619
1829
|
}
|
|
1620
1830
|
declare function stdDetailEntity(params: StdDetailParams): Entity;
|
|
1621
1831
|
declare function stdDetailTrait(params: StdDetailParams): Trait;
|
|
@@ -1688,6 +1898,11 @@ interface StdMessagingParams {
|
|
|
1688
1898
|
pageName?: string;
|
|
1689
1899
|
pagePath?: string;
|
|
1690
1900
|
isInitial?: boolean;
|
|
1901
|
+
displayPattern?: string;
|
|
1902
|
+
customRenderItem?: unknown;
|
|
1903
|
+
displayColumns?: unknown[];
|
|
1904
|
+
statsBar?: unknown[];
|
|
1905
|
+
displayProps?: Record<string, unknown>;
|
|
1691
1906
|
}
|
|
1692
1907
|
declare function stdMessagingEntity(params: StdMessagingParams): Entity;
|
|
1693
1908
|
declare function stdMessagingTrait(params: StdMessagingParams): Trait;
|
|
@@ -1731,6 +1946,60 @@ declare function stdGeospatialTrait(params: StdGeospatialParams): Trait;
|
|
|
1731
1946
|
declare function stdGeospatialPage(params: StdGeospatialParams): Page;
|
|
1732
1947
|
declare function stdGeospatial(params: StdGeospatialParams): OrbitalDefinition;
|
|
1733
1948
|
|
|
1949
|
+
/**
|
|
1950
|
+
* std-quiz
|
|
1951
|
+
*
|
|
1952
|
+
* Quiz molecule composing flip-card atom with question/answer flow.
|
|
1953
|
+
* Absorbs: quiz-block.
|
|
1954
|
+
*
|
|
1955
|
+
* @level molecule
|
|
1956
|
+
* @family quiz
|
|
1957
|
+
* @packageDocumentation
|
|
1958
|
+
*/
|
|
1959
|
+
|
|
1960
|
+
interface StdQuizParams {
|
|
1961
|
+
entityName: string;
|
|
1962
|
+
fields: EntityField[];
|
|
1963
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1964
|
+
headerIcon?: string;
|
|
1965
|
+
pageTitle?: string;
|
|
1966
|
+
pageName?: string;
|
|
1967
|
+
pagePath?: string;
|
|
1968
|
+
isInitial?: boolean;
|
|
1969
|
+
}
|
|
1970
|
+
declare function stdQuizEntity(params: StdQuizParams): Entity;
|
|
1971
|
+
declare function stdQuizTrait(params: StdQuizParams): Trait;
|
|
1972
|
+
declare function stdQuizPage(params: StdQuizParams): Page;
|
|
1973
|
+
declare function stdQuiz(params: StdQuizParams): OrbitalDefinition;
|
|
1974
|
+
|
|
1975
|
+
/**
|
|
1976
|
+
* std-form-advanced
|
|
1977
|
+
*
|
|
1978
|
+
* Advanced form molecule with relation-select for linked entity fields.
|
|
1979
|
+
* Absorbs: relation-select.
|
|
1980
|
+
*
|
|
1981
|
+
* @level molecule
|
|
1982
|
+
* @family form
|
|
1983
|
+
* @packageDocumentation
|
|
1984
|
+
*/
|
|
1985
|
+
|
|
1986
|
+
interface StdFormAdvancedParams {
|
|
1987
|
+
entityName: string;
|
|
1988
|
+
fields: EntityField[];
|
|
1989
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
1990
|
+
headerIcon?: string;
|
|
1991
|
+
pageTitle?: string;
|
|
1992
|
+
/** Related entity name for relation-select field */
|
|
1993
|
+
relatedEntity?: string;
|
|
1994
|
+
pageName?: string;
|
|
1995
|
+
pagePath?: string;
|
|
1996
|
+
isInitial?: boolean;
|
|
1997
|
+
}
|
|
1998
|
+
declare function stdFormAdvancedEntity(params: StdFormAdvancedParams): Entity;
|
|
1999
|
+
declare function stdFormAdvancedTrait(params: StdFormAdvancedParams): Trait;
|
|
2000
|
+
declare function stdFormAdvancedPage(params: StdFormAdvancedParams): Page;
|
|
2001
|
+
declare function stdFormAdvanced(params: StdFormAdvancedParams): OrbitalDefinition;
|
|
2002
|
+
|
|
1734
2003
|
/**
|
|
1735
2004
|
* std-turn-based-battle
|
|
1736
2005
|
*
|
|
@@ -2028,6 +2297,175 @@ declare function stdEventHandlerGameTrait(params: StdEventHandlerGameParams): Tr
|
|
|
2028
2297
|
declare function stdEventHandlerGamePage(params: StdEventHandlerGameParams): Page;
|
|
2029
2298
|
declare function stdEventHandlerGame(params: StdEventHandlerGameParams): OrbitalDefinition;
|
|
2030
2299
|
|
|
2300
|
+
/**
|
|
2301
|
+
* std-service-payment-flow
|
|
2302
|
+
*
|
|
2303
|
+
* Payment flow molecule. Composes stripe payment and email receipt into a
|
|
2304
|
+
* single orchestrated flow: pay, then auto-send receipt email.
|
|
2305
|
+
*
|
|
2306
|
+
* Two inline traits share one entity and one page:
|
|
2307
|
+
* - Payment trait: idle -> creating -> confirming -> succeeded -> error
|
|
2308
|
+
* Emits SEND_RECEIPT when payment is confirmed.
|
|
2309
|
+
* - Receipt trait: waiting -> sending -> sent -> receiptError
|
|
2310
|
+
* Listens for SEND_RECEIPT and calls the email service.
|
|
2311
|
+
*
|
|
2312
|
+
* Traits on the same page share the event bus automatically.
|
|
2313
|
+
*
|
|
2314
|
+
* @level molecule
|
|
2315
|
+
* @family service
|
|
2316
|
+
* @packageDocumentation
|
|
2317
|
+
*/
|
|
2318
|
+
|
|
2319
|
+
interface StdServicePaymentFlowParams {
|
|
2320
|
+
/** Entity name in PascalCase (default: "OrderPayment") */
|
|
2321
|
+
entityName?: string;
|
|
2322
|
+
/** Extra entity fields beyond the required payment + email fields */
|
|
2323
|
+
fields?: EntityField[];
|
|
2324
|
+
/** Persistence mode (default: "runtime") */
|
|
2325
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
2326
|
+
/** Page name override */
|
|
2327
|
+
pageName?: string;
|
|
2328
|
+
/** Page path override */
|
|
2329
|
+
pagePath?: string;
|
|
2330
|
+
/** Whether this page is the initial route */
|
|
2331
|
+
isInitial?: boolean;
|
|
2332
|
+
/** Default recipient email address for receipts */
|
|
2333
|
+
recipientEmail?: string;
|
|
2334
|
+
}
|
|
2335
|
+
declare function stdServicePaymentFlowEntity(params?: StdServicePaymentFlowParams): Entity;
|
|
2336
|
+
declare function stdServicePaymentFlowPage(params?: StdServicePaymentFlowParams): Page;
|
|
2337
|
+
declare function stdServicePaymentFlow(params?: StdServicePaymentFlowParams): OrbitalDefinition;
|
|
2338
|
+
|
|
2339
|
+
/**
|
|
2340
|
+
* std-service-notification-hub
|
|
2341
|
+
*
|
|
2342
|
+
* Unified notification sender molecule. Composes email and twilio into a single
|
|
2343
|
+
* trait with channel selection (Email, SMS, WhatsApp). A single state machine
|
|
2344
|
+
* routes to the appropriate call-service based on the chosen channel.
|
|
2345
|
+
*
|
|
2346
|
+
* States: idle -> sending -> sent | error
|
|
2347
|
+
* Channels: email (call-service email/send), sms (call-service twilio/sendSMS),
|
|
2348
|
+
* whatsapp (call-service twilio/sendWhatsApp)
|
|
2349
|
+
*
|
|
2350
|
+
* @level molecule
|
|
2351
|
+
* @family service
|
|
2352
|
+
* @packageDocumentation
|
|
2353
|
+
*/
|
|
2354
|
+
|
|
2355
|
+
interface StdServiceNotificationHubParams {
|
|
2356
|
+
/** Entity name in PascalCase (default: "Notification") */
|
|
2357
|
+
entityName?: string;
|
|
2358
|
+
/** Extra entity fields (id is auto-added, notification fields are always included) */
|
|
2359
|
+
fields?: EntityField[];
|
|
2360
|
+
/** Persistence mode */
|
|
2361
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
2362
|
+
/** Page name override */
|
|
2363
|
+
pageName?: string;
|
|
2364
|
+
/** Page path override */
|
|
2365
|
+
pagePath?: string;
|
|
2366
|
+
/** Whether this page is the initial route */
|
|
2367
|
+
isInitial?: boolean;
|
|
2368
|
+
}
|
|
2369
|
+
declare function stdServiceNotificationHubEntity(params?: StdServiceNotificationHubParams): Entity;
|
|
2370
|
+
declare function stdServiceNotificationHubTrait(params?: StdServiceNotificationHubParams): Trait;
|
|
2371
|
+
declare function stdServiceNotificationHubPage(params?: StdServiceNotificationHubParams): Page;
|
|
2372
|
+
declare function stdServiceNotificationHub(params?: StdServiceNotificationHubParams): OrbitalDefinition;
|
|
2373
|
+
|
|
2374
|
+
/**
|
|
2375
|
+
* std-service-content-pipeline
|
|
2376
|
+
*
|
|
2377
|
+
* Content research pipeline molecule. Composes youtube search + llm summarization
|
|
2378
|
+
* into a sequential pipeline: search -> select -> summarize.
|
|
2379
|
+
*
|
|
2380
|
+
* Single trait with six states (idle, searching, results, summarizing, complete, error)
|
|
2381
|
+
* that orchestrates call-service effects for youtube and llm services.
|
|
2382
|
+
*
|
|
2383
|
+
* @level molecule
|
|
2384
|
+
* @family service
|
|
2385
|
+
* @packageDocumentation
|
|
2386
|
+
*/
|
|
2387
|
+
|
|
2388
|
+
interface StdServiceContentPipelineParams {
|
|
2389
|
+
entityName?: string;
|
|
2390
|
+
fields?: EntityField[];
|
|
2391
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
2392
|
+
pageName?: string;
|
|
2393
|
+
pagePath?: string;
|
|
2394
|
+
isInitial?: boolean;
|
|
2395
|
+
}
|
|
2396
|
+
declare function stdServiceContentPipelineEntity(params: StdServiceContentPipelineParams): Entity;
|
|
2397
|
+
declare function stdServiceContentPipelineTrait(params: StdServiceContentPipelineParams): Trait;
|
|
2398
|
+
declare function stdServiceContentPipelinePage(params: StdServiceContentPipelineParams): Page;
|
|
2399
|
+
declare function stdServiceContentPipeline(params: StdServiceContentPipelineParams): OrbitalDefinition;
|
|
2400
|
+
|
|
2401
|
+
/**
|
|
2402
|
+
* std-service-devops-toolkit
|
|
2403
|
+
*
|
|
2404
|
+
* DevOps toolkit molecule. Three independent traits on a single page
|
|
2405
|
+
* sharing one entity via the event bus:
|
|
2406
|
+
* - GitHubTrait: PR creation flow (ghIdle -> creatingPR -> prCreated / ghError)
|
|
2407
|
+
* - RedisTrait: cache get/set/delete (redisIdle -> redisExecuting -> redisComplete / redisError)
|
|
2408
|
+
* - StorageTrait: file upload/download/list/delete (storageIdle -> storageExecuting -> storageComplete / storageError)
|
|
2409
|
+
*
|
|
2410
|
+
* Each trait renders its own UI section. No cross-trait events needed (independent flows).
|
|
2411
|
+
*
|
|
2412
|
+
* @level molecule
|
|
2413
|
+
* @family service
|
|
2414
|
+
* @packageDocumentation
|
|
2415
|
+
*/
|
|
2416
|
+
|
|
2417
|
+
interface StdServiceDevopsToolkitParams {
|
|
2418
|
+
/** Entity name in PascalCase (default: "DevopsTool") */
|
|
2419
|
+
entityName?: string;
|
|
2420
|
+
/** Extra entity fields (id is auto-added, required fields are always included) */
|
|
2421
|
+
fields?: EntityField[];
|
|
2422
|
+
/** Persistence mode */
|
|
2423
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
2424
|
+
/** Page name override */
|
|
2425
|
+
pageName?: string;
|
|
2426
|
+
/** Page path override */
|
|
2427
|
+
pagePath?: string;
|
|
2428
|
+
/** Whether this page is the initial route */
|
|
2429
|
+
isInitial?: boolean;
|
|
2430
|
+
}
|
|
2431
|
+
declare function stdServiceDevopsToolkitEntity(params?: StdServiceDevopsToolkitParams): Entity;
|
|
2432
|
+
declare function stdServiceDevopsToolkitPage(params?: StdServiceDevopsToolkitParams): Page;
|
|
2433
|
+
declare function stdServiceDevopsToolkit(params?: StdServiceDevopsToolkitParams): OrbitalDefinition;
|
|
2434
|
+
|
|
2435
|
+
/**
|
|
2436
|
+
* std-service-custom-api-tester
|
|
2437
|
+
*
|
|
2438
|
+
* Unified API tester molecule that exercises all 4 custom REST auth patterns
|
|
2439
|
+
* (header API key, bearer token, query param API key, no auth) with a tab
|
|
2440
|
+
* selector. Single entity, single trait, 4 call events.
|
|
2441
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
2442
|
+
*
|
|
2443
|
+
* @level molecule
|
|
2444
|
+
* @family service
|
|
2445
|
+
* @packageDocumentation
|
|
2446
|
+
*/
|
|
2447
|
+
|
|
2448
|
+
interface StdServiceCustomApiTesterParams {
|
|
2449
|
+
entityName?: string;
|
|
2450
|
+
fields?: EntityField[];
|
|
2451
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
2452
|
+
pageName?: string;
|
|
2453
|
+
pagePath?: string;
|
|
2454
|
+
isInitial?: boolean;
|
|
2455
|
+
/** Base URL for header-based API key service */
|
|
2456
|
+
headerBaseUrl?: string;
|
|
2457
|
+
/** Base URL for bearer token service */
|
|
2458
|
+
bearerBaseUrl?: string;
|
|
2459
|
+
/** Base URL for query-param API key service */
|
|
2460
|
+
queryBaseUrl?: string;
|
|
2461
|
+
/** Base URL for no-auth service */
|
|
2462
|
+
noauthBaseUrl?: string;
|
|
2463
|
+
}
|
|
2464
|
+
declare function stdServiceCustomApiTesterEntity(params: StdServiceCustomApiTesterParams): Entity;
|
|
2465
|
+
declare function stdServiceCustomApiTesterTrait(params: StdServiceCustomApiTesterParams): Trait;
|
|
2466
|
+
declare function stdServiceCustomApiTesterPage(params: StdServiceCustomApiTesterParams): Page;
|
|
2467
|
+
declare function stdServiceCustomApiTester(params: StdServiceCustomApiTesterParams): OrbitalDefinition;
|
|
2468
|
+
|
|
2031
2469
|
/**
|
|
2032
2470
|
* std-social-feed
|
|
2033
2471
|
*
|
|
@@ -2514,6 +2952,55 @@ interface StdLogicTrainingParams {
|
|
|
2514
2952
|
}
|
|
2515
2953
|
declare function stdLogicTraining(params: StdLogicTrainingParams): OrbitalSchema;
|
|
2516
2954
|
|
|
2955
|
+
/**
|
|
2956
|
+
* std-service-marketplace
|
|
2957
|
+
*
|
|
2958
|
+
* Service marketplace organism. Composes molecules and atoms via compose:
|
|
2959
|
+
* - stdList(Product): product catalog with CRUD
|
|
2960
|
+
* - stdServiceOauth(AuthSession): OAuth login with standalone provider picker
|
|
2961
|
+
* - stdServicePaymentFlow(OrderPayment): Stripe payment + email receipt
|
|
2962
|
+
* - stdList(Order): order history with CRUD
|
|
2963
|
+
*
|
|
2964
|
+
* Cross-orbital connections:
|
|
2965
|
+
* - CHECKOUT: ProductBrowse -> OrderPaymentPayment
|
|
2966
|
+
*
|
|
2967
|
+
* @level organism
|
|
2968
|
+
* @family service
|
|
2969
|
+
* @packageDocumentation
|
|
2970
|
+
*/
|
|
2971
|
+
|
|
2972
|
+
interface StdServiceMarketplaceParams {
|
|
2973
|
+
appName?: string;
|
|
2974
|
+
productFields?: EntityField[];
|
|
2975
|
+
orderFields?: EntityField[];
|
|
2976
|
+
}
|
|
2977
|
+
declare function stdServiceMarketplace(params?: StdServiceMarketplaceParams): OrbitalSchema;
|
|
2978
|
+
|
|
2979
|
+
/**
|
|
2980
|
+
* std-service-research-assistant
|
|
2981
|
+
*
|
|
2982
|
+
* Content research assistant organism. Composes service atoms/molecules via compose:
|
|
2983
|
+
* - stdServiceContentPipeline(Research): YouTube search + LLM summarization
|
|
2984
|
+
* - stdServiceRedis(CacheEntry): Redis cache management (standalone)
|
|
2985
|
+
* - stdServiceStorage(Report): saving research reports to storage (standalone)
|
|
2986
|
+
* - stdServiceCustomBearer(KnowledgeQuery): custom knowledge API queries (standalone)
|
|
2987
|
+
*
|
|
2988
|
+
* Cross-orbital connections:
|
|
2989
|
+
* (none - each page operates independently, user navigates via dashboard nav)
|
|
2990
|
+
*
|
|
2991
|
+
* @level organism
|
|
2992
|
+
* @family service
|
|
2993
|
+
* @packageDocumentation
|
|
2994
|
+
*/
|
|
2995
|
+
|
|
2996
|
+
interface StdServiceResearchAssistantParams {
|
|
2997
|
+
appName?: string;
|
|
2998
|
+
researchFields?: EntityField[];
|
|
2999
|
+
cacheFields?: EntityField[];
|
|
3000
|
+
storageFields?: EntityField[];
|
|
3001
|
+
}
|
|
3002
|
+
declare function stdServiceResearchAssistant(params: StdServiceResearchAssistantParams): OrbitalSchema;
|
|
3003
|
+
|
|
2517
3004
|
/**
|
|
2518
3005
|
* std-iot-dashboard
|
|
2519
3006
|
*
|
|
@@ -2594,4 +3081,447 @@ interface StdTradingDashboardParams {
|
|
|
2594
3081
|
}
|
|
2595
3082
|
declare function stdTradingDashboard(params: StdTradingDashboardParams): OrbitalSchema;
|
|
2596
3083
|
|
|
2597
|
-
|
|
3084
|
+
/**
|
|
3085
|
+
* std-validate-on-save
|
|
3086
|
+
*
|
|
3087
|
+
* OS trigger that watches .orb files and validates them on save.
|
|
3088
|
+
* Shows a status dashboard with validation results.
|
|
3089
|
+
* Emits AGENT_INTERRUPT with validation results to interrupt
|
|
3090
|
+
* autonomous agents with ground truth.
|
|
3091
|
+
*
|
|
3092
|
+
* @level atom
|
|
3093
|
+
* @family os-trigger
|
|
3094
|
+
* @packageDocumentation
|
|
3095
|
+
*/
|
|
3096
|
+
|
|
3097
|
+
interface StdValidateOnSaveParams {
|
|
3098
|
+
entityName?: string;
|
|
3099
|
+
fields?: EntityField[];
|
|
3100
|
+
glob?: string;
|
|
3101
|
+
debounceMs?: number;
|
|
3102
|
+
blocking?: boolean;
|
|
3103
|
+
pageName?: string;
|
|
3104
|
+
pagePath?: string;
|
|
3105
|
+
}
|
|
3106
|
+
declare function stdValidateOnSave(params?: StdValidateOnSaveParams): OrbitalDefinition;
|
|
3107
|
+
|
|
3108
|
+
/**
|
|
3109
|
+
* std-service-email
|
|
3110
|
+
*
|
|
3111
|
+
* Email service integration behavior: compose, send, track delivery status.
|
|
3112
|
+
* Wraps the `email` service with call-service for send operations.
|
|
3113
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3114
|
+
*
|
|
3115
|
+
* @level atom
|
|
3116
|
+
* @family service
|
|
3117
|
+
* @packageDocumentation
|
|
3118
|
+
*/
|
|
3119
|
+
|
|
3120
|
+
interface StdServiceEmailParams {
|
|
3121
|
+
entityName: string;
|
|
3122
|
+
fields: EntityField[];
|
|
3123
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3124
|
+
collection?: string;
|
|
3125
|
+
standalone?: boolean;
|
|
3126
|
+
pageName?: string;
|
|
3127
|
+
pagePath?: string;
|
|
3128
|
+
isInitial?: boolean;
|
|
3129
|
+
}
|
|
3130
|
+
declare function stdServiceEmailEntity(params: StdServiceEmailParams): Entity;
|
|
3131
|
+
declare function stdServiceEmailTrait(params: StdServiceEmailParams): Trait;
|
|
3132
|
+
declare function stdServiceEmailPage(params: StdServiceEmailParams): Page | undefined;
|
|
3133
|
+
declare function stdServiceEmail(params: StdServiceEmailParams): OrbitalDefinition;
|
|
3134
|
+
|
|
3135
|
+
/**
|
|
3136
|
+
* std-service-stripe
|
|
3137
|
+
*
|
|
3138
|
+
* Stripe payment integration behavior: idle, creating, confirming, succeeded, error.
|
|
3139
|
+
* Wraps the `stripe` service integration with a multi-step payment flow.
|
|
3140
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3141
|
+
*
|
|
3142
|
+
* @level atom
|
|
3143
|
+
* @family service
|
|
3144
|
+
* @packageDocumentation
|
|
3145
|
+
*/
|
|
3146
|
+
|
|
3147
|
+
interface StdServiceStripeParams {
|
|
3148
|
+
/** Entity name in PascalCase (default: "Payment") */
|
|
3149
|
+
entityName?: string;
|
|
3150
|
+
/** Extra entity fields (id is auto-added, payment fields are always included) */
|
|
3151
|
+
fields?: EntityField[];
|
|
3152
|
+
/** Persistence mode */
|
|
3153
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3154
|
+
/** Firestore collection name */
|
|
3155
|
+
collection?: string;
|
|
3156
|
+
/** When true, INIT renders the payment form to main. Default true. */
|
|
3157
|
+
standalone?: boolean;
|
|
3158
|
+
/** Default currency code (default: "usd") */
|
|
3159
|
+
defaultCurrency?: string;
|
|
3160
|
+
/** Page name override */
|
|
3161
|
+
pageName?: string;
|
|
3162
|
+
/** Page path override */
|
|
3163
|
+
pagePath?: string;
|
|
3164
|
+
/** Whether this page is the initial route */
|
|
3165
|
+
isInitial?: boolean;
|
|
3166
|
+
}
|
|
3167
|
+
declare function stdServiceStripeEntity(params?: StdServiceStripeParams): Entity;
|
|
3168
|
+
declare function stdServiceStripeTrait(params?: StdServiceStripeParams): Trait;
|
|
3169
|
+
declare function stdServiceStripePage(params?: StdServiceStripeParams): Page;
|
|
3170
|
+
declare function stdServiceStripe(params?: StdServiceStripeParams): OrbitalDefinition;
|
|
3171
|
+
|
|
3172
|
+
/**
|
|
3173
|
+
* std-service-twilio
|
|
3174
|
+
*
|
|
3175
|
+
* Twilio messaging integration behavior: compose, send SMS or WhatsApp, track delivery.
|
|
3176
|
+
* Wraps the `twilio` service integration with sendSMS and sendWhatsApp operations.
|
|
3177
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3178
|
+
*
|
|
3179
|
+
* @level atom
|
|
3180
|
+
* @family service
|
|
3181
|
+
* @packageDocumentation
|
|
3182
|
+
*/
|
|
3183
|
+
|
|
3184
|
+
interface StdServiceTwilioParams {
|
|
3185
|
+
/** Entity name in PascalCase (default: "Message") */
|
|
3186
|
+
entityName?: string;
|
|
3187
|
+
/** Extra entity fields (id is auto-added, messaging fields are always included) */
|
|
3188
|
+
fields?: EntityField[];
|
|
3189
|
+
/** Persistence mode */
|
|
3190
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3191
|
+
/** When true, INIT renders the compose form to main. Default true. */
|
|
3192
|
+
standalone?: boolean;
|
|
3193
|
+
/** Page name override */
|
|
3194
|
+
pageName?: string;
|
|
3195
|
+
/** Page path override */
|
|
3196
|
+
pagePath?: string;
|
|
3197
|
+
/** Whether this page is the initial route */
|
|
3198
|
+
isInitial?: boolean;
|
|
3199
|
+
}
|
|
3200
|
+
declare function stdServiceTwilioEntity(params?: StdServiceTwilioParams): Entity;
|
|
3201
|
+
declare function stdServiceTwilioTrait(params?: StdServiceTwilioParams): Trait;
|
|
3202
|
+
declare function stdServiceTwilioPage(params?: StdServiceTwilioParams): Page | undefined;
|
|
3203
|
+
declare function stdServiceTwilio(params?: StdServiceTwilioParams): OrbitalDefinition;
|
|
3204
|
+
|
|
3205
|
+
/**
|
|
3206
|
+
* std-service-github
|
|
3207
|
+
*
|
|
3208
|
+
* GitHub service integration behavior: idle, creatingPR, prCreated, error.
|
|
3209
|
+
* Wraps the `github` integration (listIssues, createPR) with a PR creation flow.
|
|
3210
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3211
|
+
*
|
|
3212
|
+
* @level atom
|
|
3213
|
+
* @family service
|
|
3214
|
+
* @packageDocumentation
|
|
3215
|
+
*/
|
|
3216
|
+
|
|
3217
|
+
interface StdServiceGithubParams {
|
|
3218
|
+
/** Entity name in PascalCase (default: "PullRequest") */
|
|
3219
|
+
entityName?: string;
|
|
3220
|
+
/** Extra entity fields (id is auto-added, GitHub fields are always included) */
|
|
3221
|
+
fields?: EntityField[];
|
|
3222
|
+
/** Persistence mode */
|
|
3223
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3224
|
+
/** When true, INIT renders the PR form to main. Default true. */
|
|
3225
|
+
standalone?: boolean;
|
|
3226
|
+
/** Page name override */
|
|
3227
|
+
pageName?: string;
|
|
3228
|
+
/** Page path override */
|
|
3229
|
+
pagePath?: string;
|
|
3230
|
+
/** Whether this page is the initial route */
|
|
3231
|
+
isInitial?: boolean;
|
|
3232
|
+
}
|
|
3233
|
+
declare function stdServiceGithubEntity(params?: StdServiceGithubParams): Entity;
|
|
3234
|
+
declare function stdServiceGithubTrait(params?: StdServiceGithubParams): Trait;
|
|
3235
|
+
declare function stdServiceGithubPage(params?: StdServiceGithubParams): Page;
|
|
3236
|
+
declare function stdServiceGithub(params?: StdServiceGithubParams): OrbitalDefinition;
|
|
3237
|
+
|
|
3238
|
+
/**
|
|
3239
|
+
* std-service-youtube
|
|
3240
|
+
*
|
|
3241
|
+
* YouTube service integration behavior: search videos, view video details.
|
|
3242
|
+
* Wraps the `youtube` service integration with search and getVideo operations.
|
|
3243
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3244
|
+
*
|
|
3245
|
+
* @level atom
|
|
3246
|
+
* @family service
|
|
3247
|
+
* @packageDocumentation
|
|
3248
|
+
*/
|
|
3249
|
+
|
|
3250
|
+
interface StdServiceYoutubeParams {
|
|
3251
|
+
/** Entity name in PascalCase (default: "VideoSearch") */
|
|
3252
|
+
entityName?: string;
|
|
3253
|
+
/** Extra entity fields (id is auto-added, youtube fields are always included) */
|
|
3254
|
+
fields?: EntityField[];
|
|
3255
|
+
/** Persistence mode */
|
|
3256
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3257
|
+
/** When true, INIT renders the search form to main. Default true. */
|
|
3258
|
+
standalone?: boolean;
|
|
3259
|
+
/** Page name override */
|
|
3260
|
+
pageName?: string;
|
|
3261
|
+
/** Page path override */
|
|
3262
|
+
pagePath?: string;
|
|
3263
|
+
/** Whether this page is the initial route */
|
|
3264
|
+
isInitial?: boolean;
|
|
3265
|
+
}
|
|
3266
|
+
declare function stdServiceYoutubeEntity(params?: StdServiceYoutubeParams): Entity;
|
|
3267
|
+
declare function stdServiceYoutubeTrait(params?: StdServiceYoutubeParams): Trait;
|
|
3268
|
+
declare function stdServiceYoutubePage(params?: StdServiceYoutubeParams): Page | undefined;
|
|
3269
|
+
declare function stdServiceYoutube(params?: StdServiceYoutubeParams): OrbitalDefinition;
|
|
3270
|
+
|
|
3271
|
+
/**
|
|
3272
|
+
* std-service-llm
|
|
3273
|
+
*
|
|
3274
|
+
* LLM service integration behavior: generate, classify, summarize text.
|
|
3275
|
+
* Wraps the `llm` integration with 4 actions via separate action events.
|
|
3276
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3277
|
+
*
|
|
3278
|
+
* @level atom
|
|
3279
|
+
* @family service
|
|
3280
|
+
* @packageDocumentation
|
|
3281
|
+
*/
|
|
3282
|
+
|
|
3283
|
+
interface StdServiceLlmParams {
|
|
3284
|
+
/** Entity name in PascalCase (default: "LlmTask") */
|
|
3285
|
+
entityName?: string;
|
|
3286
|
+
/** Extra entity fields (id is auto-added, LLM fields are always included) */
|
|
3287
|
+
fields?: EntityField[];
|
|
3288
|
+
/** Persistence mode */
|
|
3289
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3290
|
+
/** When true, INIT renders the input form to main. Default true. */
|
|
3291
|
+
standalone?: boolean;
|
|
3292
|
+
/** Page name override */
|
|
3293
|
+
pageName?: string;
|
|
3294
|
+
/** Page path override */
|
|
3295
|
+
pagePath?: string;
|
|
3296
|
+
/** Whether this page is the initial route */
|
|
3297
|
+
isInitial?: boolean;
|
|
3298
|
+
}
|
|
3299
|
+
declare function stdServiceLlmEntity(params?: StdServiceLlmParams): Entity;
|
|
3300
|
+
declare function stdServiceLlmTrait(params?: StdServiceLlmParams): Trait;
|
|
3301
|
+
declare function stdServiceLlmPage(params?: StdServiceLlmParams): Page | undefined;
|
|
3302
|
+
declare function stdServiceLlm(params?: StdServiceLlmParams): OrbitalDefinition;
|
|
3303
|
+
|
|
3304
|
+
/**
|
|
3305
|
+
* std-service-redis
|
|
3306
|
+
*
|
|
3307
|
+
* Redis cache integration behavior: get, set, delete with TTL support.
|
|
3308
|
+
* Wraps the `redis` service with separate events for each operation.
|
|
3309
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3310
|
+
*
|
|
3311
|
+
* @level atom
|
|
3312
|
+
* @family service
|
|
3313
|
+
* @packageDocumentation
|
|
3314
|
+
*/
|
|
3315
|
+
|
|
3316
|
+
interface StdServiceRedisParams {
|
|
3317
|
+
/** Entity name in PascalCase (default: "CacheEntry") */
|
|
3318
|
+
entityName?: string;
|
|
3319
|
+
/** Extra entity fields (id is auto-added, redis fields are always included) */
|
|
3320
|
+
fields?: EntityField[];
|
|
3321
|
+
/** Persistence mode */
|
|
3322
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3323
|
+
/** When true, INIT renders the cache form to main. Default true. */
|
|
3324
|
+
standalone?: boolean;
|
|
3325
|
+
/** Page name override */
|
|
3326
|
+
pageName?: string;
|
|
3327
|
+
/** Page path override */
|
|
3328
|
+
pagePath?: string;
|
|
3329
|
+
/** Whether this page is the initial route */
|
|
3330
|
+
isInitial?: boolean;
|
|
3331
|
+
}
|
|
3332
|
+
declare function stdServiceRedisEntity(params?: StdServiceRedisParams): Entity;
|
|
3333
|
+
declare function stdServiceRedisTrait(params?: StdServiceRedisParams): Trait;
|
|
3334
|
+
declare function stdServiceRedisPage(params?: StdServiceRedisParams): Page;
|
|
3335
|
+
declare function stdServiceRedis(params?: StdServiceRedisParams): OrbitalDefinition;
|
|
3336
|
+
|
|
3337
|
+
/**
|
|
3338
|
+
* std-service-storage
|
|
3339
|
+
*
|
|
3340
|
+
* Storage service integration behavior: upload, download, list, delete files.
|
|
3341
|
+
* Wraps the `storage` service with separate events for each operation.
|
|
3342
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3343
|
+
*
|
|
3344
|
+
* @level atom
|
|
3345
|
+
* @family service
|
|
3346
|
+
* @packageDocumentation
|
|
3347
|
+
*/
|
|
3348
|
+
|
|
3349
|
+
interface StdServiceStorageParams {
|
|
3350
|
+
/** Entity name in PascalCase (default: "StorageFile") */
|
|
3351
|
+
entityName?: string;
|
|
3352
|
+
/** Extra entity fields (id is auto-added, storage fields are always included) */
|
|
3353
|
+
fields?: EntityField[];
|
|
3354
|
+
/** Persistence mode */
|
|
3355
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3356
|
+
/** When true, INIT renders the storage form to main. Default true. */
|
|
3357
|
+
standalone?: boolean;
|
|
3358
|
+
/** Default bucket name (default: "uploads") */
|
|
3359
|
+
defaultBucket?: string;
|
|
3360
|
+
/** Page name override */
|
|
3361
|
+
pageName?: string;
|
|
3362
|
+
/** Page path override */
|
|
3363
|
+
pagePath?: string;
|
|
3364
|
+
/** Whether this page is the initial route */
|
|
3365
|
+
isInitial?: boolean;
|
|
3366
|
+
}
|
|
3367
|
+
declare function stdServiceStorageEntity(params?: StdServiceStorageParams): Entity;
|
|
3368
|
+
declare function stdServiceStorageTrait(params?: StdServiceStorageParams): Trait;
|
|
3369
|
+
declare function stdServiceStoragePage(params?: StdServiceStorageParams): Page;
|
|
3370
|
+
declare function stdServiceStorage(params?: StdServiceStorageParams): OrbitalDefinition;
|
|
3371
|
+
|
|
3372
|
+
/**
|
|
3373
|
+
* std-service-oauth
|
|
3374
|
+
*
|
|
3375
|
+
* OAuth service integration behavior: authorize, token exchange, refresh.
|
|
3376
|
+
* Wraps the `oauth` integration with a multi-step authorization flow.
|
|
3377
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3378
|
+
*
|
|
3379
|
+
* @level atom
|
|
3380
|
+
* @family service
|
|
3381
|
+
* @packageDocumentation
|
|
3382
|
+
*/
|
|
3383
|
+
|
|
3384
|
+
interface StdServiceOauthParams {
|
|
3385
|
+
/** Entity name in PascalCase (default: "AuthSession") */
|
|
3386
|
+
entityName?: string;
|
|
3387
|
+
/** Extra entity fields (id is auto-added, oauth fields are always included) */
|
|
3388
|
+
fields?: EntityField[];
|
|
3389
|
+
/** Persistence mode */
|
|
3390
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3391
|
+
/** When true, INIT renders the provider picker to main. Default true. */
|
|
3392
|
+
standalone?: boolean;
|
|
3393
|
+
/** Page name override */
|
|
3394
|
+
pageName?: string;
|
|
3395
|
+
/** Page path override */
|
|
3396
|
+
pagePath?: string;
|
|
3397
|
+
/** Whether this page is the initial route */
|
|
3398
|
+
isInitial?: boolean;
|
|
3399
|
+
}
|
|
3400
|
+
declare function stdServiceOauthEntity(params?: StdServiceOauthParams): Entity;
|
|
3401
|
+
declare function stdServiceOauthTrait(params?: StdServiceOauthParams): Trait;
|
|
3402
|
+
declare function stdServiceOauthPage(params?: StdServiceOauthParams): Page | undefined;
|
|
3403
|
+
declare function stdServiceOauth(params?: StdServiceOauthParams): OrbitalDefinition;
|
|
3404
|
+
|
|
3405
|
+
/**
|
|
3406
|
+
* std-service-custom-header
|
|
3407
|
+
*
|
|
3408
|
+
* Custom REST API behavior with header-based API key authentication.
|
|
3409
|
+
* Tests the schema-level service declaration pattern (no pre-built integration).
|
|
3410
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3411
|
+
*
|
|
3412
|
+
* @level atom
|
|
3413
|
+
* @family service
|
|
3414
|
+
* @packageDocumentation
|
|
3415
|
+
*/
|
|
3416
|
+
|
|
3417
|
+
interface StdServiceCustomHeaderParams {
|
|
3418
|
+
entityName?: string;
|
|
3419
|
+
fields?: EntityField[];
|
|
3420
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3421
|
+
standalone?: boolean;
|
|
3422
|
+
/** The custom API base URL (required) */
|
|
3423
|
+
baseUrl: string;
|
|
3424
|
+
/** Environment variable holding the API secret */
|
|
3425
|
+
secretEnvVar?: string;
|
|
3426
|
+
/** Header name for the API key */
|
|
3427
|
+
headerKeyName?: string;
|
|
3428
|
+
pageName?: string;
|
|
3429
|
+
pagePath?: string;
|
|
3430
|
+
isInitial?: boolean;
|
|
3431
|
+
}
|
|
3432
|
+
declare function stdServiceCustomHeaderEntity(params: StdServiceCustomHeaderParams): Entity;
|
|
3433
|
+
declare function stdServiceCustomHeaderTrait(params: StdServiceCustomHeaderParams): Trait;
|
|
3434
|
+
declare function stdServiceCustomHeaderPage(params: StdServiceCustomHeaderParams): Page;
|
|
3435
|
+
declare function stdServiceCustomHeader(params: StdServiceCustomHeaderParams): OrbitalDefinition;
|
|
3436
|
+
|
|
3437
|
+
/**
|
|
3438
|
+
* std-service-custom-bearer
|
|
3439
|
+
*
|
|
3440
|
+
* Custom REST API behavior with Bearer token authentication.
|
|
3441
|
+
* Tests the schema-level service declaration pattern with bearer auth.
|
|
3442
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3443
|
+
*
|
|
3444
|
+
* @level atom
|
|
3445
|
+
* @family service
|
|
3446
|
+
* @packageDocumentation
|
|
3447
|
+
*/
|
|
3448
|
+
|
|
3449
|
+
interface StdServiceCustomBearerParams {
|
|
3450
|
+
entityName?: string;
|
|
3451
|
+
fields?: EntityField[];
|
|
3452
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3453
|
+
standalone?: boolean;
|
|
3454
|
+
/** The custom API base URL (required) */
|
|
3455
|
+
baseUrl: string;
|
|
3456
|
+
/** Environment variable holding the bearer token */
|
|
3457
|
+
secretEnvVar?: string;
|
|
3458
|
+
pageName?: string;
|
|
3459
|
+
pagePath?: string;
|
|
3460
|
+
isInitial?: boolean;
|
|
3461
|
+
}
|
|
3462
|
+
declare function stdServiceCustomBearerEntity(params: StdServiceCustomBearerParams): Entity;
|
|
3463
|
+
declare function stdServiceCustomBearerTrait(params: StdServiceCustomBearerParams): Trait;
|
|
3464
|
+
declare function stdServiceCustomBearerPage(params: StdServiceCustomBearerParams): Page;
|
|
3465
|
+
declare function stdServiceCustomBearer(params: StdServiceCustomBearerParams): OrbitalDefinition;
|
|
3466
|
+
|
|
3467
|
+
/**
|
|
3468
|
+
* std-service-custom-query
|
|
3469
|
+
*
|
|
3470
|
+
* Custom REST API behavior with query-string API key authentication.
|
|
3471
|
+
* Tests the schema-level service declaration pattern with query-based auth.
|
|
3472
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3473
|
+
*
|
|
3474
|
+
* @level atom
|
|
3475
|
+
* @family service
|
|
3476
|
+
* @packageDocumentation
|
|
3477
|
+
*/
|
|
3478
|
+
|
|
3479
|
+
interface StdServiceCustomQueryParams {
|
|
3480
|
+
entityName?: string;
|
|
3481
|
+
fields?: EntityField[];
|
|
3482
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3483
|
+
standalone?: boolean;
|
|
3484
|
+
/** The custom API base URL (required) */
|
|
3485
|
+
baseUrl: string;
|
|
3486
|
+
/** Environment variable holding the API key */
|
|
3487
|
+
secretEnvVar?: string;
|
|
3488
|
+
/** Query parameter name for the API key */
|
|
3489
|
+
queryKeyName?: string;
|
|
3490
|
+
pageName?: string;
|
|
3491
|
+
pagePath?: string;
|
|
3492
|
+
isInitial?: boolean;
|
|
3493
|
+
}
|
|
3494
|
+
declare function stdServiceCustomQueryEntity(params: StdServiceCustomQueryParams): Entity;
|
|
3495
|
+
declare function stdServiceCustomQueryTrait(params: StdServiceCustomQueryParams): Trait;
|
|
3496
|
+
declare function stdServiceCustomQueryPage(params: StdServiceCustomQueryParams): Page;
|
|
3497
|
+
declare function stdServiceCustomQuery(params: StdServiceCustomQueryParams): OrbitalDefinition;
|
|
3498
|
+
|
|
3499
|
+
/**
|
|
3500
|
+
* std-service-custom-noauth
|
|
3501
|
+
*
|
|
3502
|
+
* Custom REST API behavior with no authentication.
|
|
3503
|
+
* Tests the schema-level service declaration pattern for public APIs.
|
|
3504
|
+
* Pure function: params in, OrbitalDefinition out.
|
|
3505
|
+
*
|
|
3506
|
+
* @level atom
|
|
3507
|
+
* @family service
|
|
3508
|
+
* @packageDocumentation
|
|
3509
|
+
*/
|
|
3510
|
+
|
|
3511
|
+
interface StdServiceCustomNoauthParams {
|
|
3512
|
+
entityName?: string;
|
|
3513
|
+
fields?: EntityField[];
|
|
3514
|
+
persistence?: 'persistent' | 'runtime' | 'singleton';
|
|
3515
|
+
standalone?: boolean;
|
|
3516
|
+
/** The custom API base URL (required) */
|
|
3517
|
+
baseUrl: string;
|
|
3518
|
+
pageName?: string;
|
|
3519
|
+
pagePath?: string;
|
|
3520
|
+
isInitial?: boolean;
|
|
3521
|
+
}
|
|
3522
|
+
declare function stdServiceCustomNoauthEntity(params: StdServiceCustomNoauthParams): Entity;
|
|
3523
|
+
declare function stdServiceCustomNoauthTrait(params: StdServiceCustomNoauthParams): Trait;
|
|
3524
|
+
declare function stdServiceCustomNoauthPage(params: StdServiceCustomNoauthParams): Page;
|
|
3525
|
+
declare function stdServiceCustomNoauth(params: StdServiceCustomNoauthParams): OrbitalDefinition;
|
|
3526
|
+
|
|
3527
|
+
export { type StdApiGatewayParams, type StdArcadeGameParams, type StdAsyncParams, type StdBookingSystemParams, type StdBrowseParams, type StdBuilderGameParams, type StdCacheAsideParams, type StdCalendarParams, type StdCartParams, type StdCicdPipelineParams, type StdCircuitBreakerParams, type StdClassifierGameParams, type StdCmsParams, type StdCodingAcademyParams, type StdCollisionParams, type StdCombatLogParams, type StdCombatParams, type StdConfirmationParams, type StdCrmParams, type StdDebuggerGameParams, type StdDetailParams, type StdDevopsDashboardParams, type StdDialogueBoxParams, type StdDisplayParams, type StdDrawerParams, type StdEcommerceParams, type StdEventHandlerGameParams, type StdFilterParams, type StdFinanceTrackerParams, type StdFlipCardParams, type StdFormAdvancedParams, type StdGalleryParams, type StdGameAudioParams, type StdGameCanvas2dParams, type StdGameCanvas3dParams, type StdGameHudParams, type StdGameMenuParams, type StdGameOverScreenParams, type StdGameflowParams, type StdGeospatialParams, type StdHealthcareParams, type StdHelpdeskParams, type StdHrPortalParams, type StdInputParams, type StdInventoryPanelParams, type StdInventoryParams, type StdIotDashboardParams, type StdIsometricCanvasParams, type StdListParams, type StdLmsParams, type StdLoadingParams, type StdLogicTrainingParams, type StdMessagingParams, type StdModalParams, type StdMovementParams, type StdNegotiatorGameParams, type StdNotificationParams, type StdOverworldParams, type StdPaginationParams, type StdPhysics2dParams, type StdPlatformerAppParams, type StdPlatformerCanvasParams, type StdPlatformerGameParams, type StdProjectManagerParams, type StdPuzzleAppParams, type StdPuzzleGameParams, type StdQuestParams, type StdQuizParams, type StdRateLimiterParams, type StdRatingParams, type StdRealtimeChatParams, type StdRpgGameParams, type StdScoreBoardParams, type StdScoreParams, type StdSearchParams, type StdSelectionParams, type StdSequencerGameParams, type StdServiceContentPipelineParams, type StdServiceCustomApiTesterParams, type StdServiceCustomBearerParams, type StdServiceCustomHeaderParams, type StdServiceCustomNoauthParams, type StdServiceCustomQueryParams, type StdServiceDevopsToolkitParams, type StdServiceEmailParams, type StdServiceGithubParams, type StdServiceLlmParams, type StdServiceMarketplaceParams, type StdServiceNotificationHubParams, type StdServiceOauthParams, type StdServicePaymentFlowParams, type StdServiceRedisParams, type StdServiceResearchAssistantParams, type StdServiceStorageParams, type StdServiceStripeParams, type StdServiceTwilioParams, type StdServiceYoutubeParams, type StdSimulationCanvasParams, type StdSimulatorGameParams, type StdSocialFeedParams, type StdSortParams, type StdSpriteParams, type StdStemLabParams, type StdStrategyGameParams, type StdTabsParams, type StdTextEffectsParams, type StdThemeParams, type StdTimerParams, type StdTradingDashboardParams, type StdTurnBasedBattleParams, type StdUndoParams, type StdUploadParams, type StdValidateOnSaveParams, type StdWizardParams, stdApiGateway, stdArcadeGame, stdAsync, stdAsyncEntity, stdAsyncPage, stdAsyncTrait, stdBookingSystem, stdBrowse, stdBrowseEntity, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGameEntity, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsideEntity, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarEntity, stdCalendarPage, stdCalendarTrait, stdCart, stdCartEntity, stdCartPage, stdCartTrait, stdCicdPipeline, stdCircuitBreaker, stdCircuitBreakerEntity, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGameEntity, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCodingAcademy, stdCollision, stdCollisionEntity, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatEntity, stdCombatLog, stdCombatLogEntity, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationEntity, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdDebuggerGame, stdDebuggerGameEntity, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailEntity, stdDetailPage, stdDetailTrait, stdDevopsDashboard, stdDialogueBox, stdDialogueBoxEntity, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayEntity, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerEntity, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEventHandlerGame, stdEventHandlerGameEntity, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterEntity, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFlipCard, stdFlipCardEntity, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedEntity, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryEntity, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioEntity, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dEntity, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dEntity, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudEntity, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuEntity, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenEntity, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowEntity, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialEntity, stdGeospatialPage, stdGeospatialTrait, stdHealthcare, stdHelpdesk, stdHrPortal, stdInput, stdInputEntity, stdInputPage, stdInputTrait, stdInventory, stdInventoryEntity, stdInventoryPage, stdInventoryPanel, stdInventoryPanelEntity, stdInventoryPanelPage, stdInventoryPanelTrait, stdInventoryTrait, stdIotDashboard, stdIsometricCanvas, stdIsometricCanvasEntity, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListEntity, stdListPage, stdListTrait, stdLms, stdLoading, stdLoadingEntity, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdMessaging, stdMessagingEntity, stdMessagingPage, stdMessagingTrait, stdModal, stdModalEntity, stdModalPage, stdModalTrait, stdMovement, stdMovementEntity, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGameEntity, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationEntity, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldEntity, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationEntity, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dEntity, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerCanvas, stdPlatformerCanvasEntity, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGameEntity, stdPlatformerGamePage, stdPlatformerGameTrait, stdProjectManager, stdPuzzleApp, stdPuzzleGame, stdPuzzleGameEntity, stdPuzzleGamePage, stdPuzzleGameTrait, stdQuest, stdQuestEntity, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizEntity, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterEntity, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingEntity, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRpgGame, stdScore, stdScoreBoard, stdScoreBoardEntity, stdScoreBoardPage, stdScoreBoardTrait, stdScoreEntity, stdScorePage, stdScoreTrait, stdSearch, stdSearchEntity, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionEntity, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGameEntity, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelineEntity, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterEntity, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerEntity, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderEntity, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthEntity, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryEntity, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitEntity, stdServiceDevopsToolkitPage, stdServiceEmail, stdServiceEmailEntity, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubEntity, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmEntity, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceNotificationHub, stdServiceNotificationHubEntity, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthEntity, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowEntity, stdServicePaymentFlowPage, stdServiceRedis, stdServiceRedisEntity, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceStorage, stdServiceStorageEntity, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripeEntity, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioEntity, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubeEntity, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasEntity, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGameEntity, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSort, stdSortEntity, stdSortPage, stdSortTrait, stdSprite, stdSpriteEntity, stdSpritePage, stdSpriteTrait, stdStemLab, stdStrategyGame, stdTabs, stdTabsEntity, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsEntity, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemeEntity, stdThemePage, stdThemeTrait, stdTimer, stdTimerEntity, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTurnBasedBattle, stdTurnBasedBattleEntity, stdTurnBasedBattlePage, stdTurnBasedBattleTrait, stdUndo, stdUndoEntity, stdUndoPage, stdUndoTrait, stdUpload, stdUploadEntity, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdWizard, stdWizardEntity, stdWizardPage, stdWizardTrait };
|