@almadar/std 7.4.1 → 7.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5056,6 +5056,8 @@ declare function stdInventoryInventoryItemAddTrait(params: StdInventoryParams):
5056
5056
  declare function stdInventoryInventoryItemUseTrait(params: StdInventoryParams): TraitReference;
5057
5057
  /** Trait descriptor: `Inventory.traits.InventoryItemDrop`. */
5058
5058
  declare function stdInventoryInventoryItemDropTrait(params: StdInventoryParams): TraitReference;
5059
+ /** Trait descriptor: `Inventory.traits.InventoryItemPersistor`. */
5060
+ declare function stdInventoryInventoryItemPersistorTrait(params: StdInventoryParams): TraitReference;
5059
5061
  /** Page descriptor: `Inventory.pages.InventoryItemPage`. */
5060
5062
  declare function stdInventoryPage(params: StdInventoryParams): PageRefObject;
5061
5063
  /** Whole-orbital descriptor. */
@@ -5114,10 +5116,10 @@ declare function stdListListItemBrowseTrait(params: StdListParams): TraitReferen
5114
5116
  declare function stdListListItemCreateTrait(params: StdListParams): TraitReference;
5115
5117
  /** Trait descriptor: `List.traits.ListItemEdit`. */
5116
5118
  declare function stdListListItemEditTrait(params: StdListParams): TraitReference;
5117
- /** Trait descriptor: `List.traits.ListItemView`. */
5118
- declare function stdListListItemViewTrait(params: StdListParams): TraitReference;
5119
5119
  /** Trait descriptor: `List.traits.ListItemDelete`. */
5120
5120
  declare function stdListListItemDeleteTrait(params: StdListParams): TraitReference;
5121
+ /** Trait descriptor: `List.traits.ListItemPersistor`. */
5122
+ declare function stdListListItemPersistorTrait(params: StdListParams): TraitReference;
5121
5123
  /** Page descriptor: `List.pages.ListItemPage`. */
5122
5124
  declare function stdListPage(params: StdListParams): PageRefObject;
5123
5125
  /** Whole-orbital descriptor. */
@@ -7707,4 +7709,4 @@ declare function stdTradingDashboardPage(params: StdTradingDashboardParams): Pag
7707
7709
  /** Whole-orbital descriptor (3 orbitals). */
7708
7710
  declare function stdTradingDashboard(params: StdTradingDashboardParams): OrbitalDefinition[];
7709
7711
 
7710
- export { type StdAgentActivityLogParams, type StdAgentAssistantParams, type StdAgentBuilderParams, type StdAgentChatThreadParams, type StdAgentClassifierParams, type StdAgentCompletionParams, type StdAgentContextWindowParams, type StdAgentConversationParams, type StdAgentFixLoopParams, type StdAgentLearnerParams, type StdAgentMemoryParams, type StdAgentPipelineParams, type StdAgentPlannerParams, type StdAgentProviderParams, type StdAgentRagParams, type StdAgentReviewerParams, type StdAgentSearchParams, type StdAgentSessionParams, type StdAgentStepProgressParams, type StdAgentTokenGaugeParams, type StdAgentToolCallParams, type StdAgentToolLoopParams, type StdAgentTutorParams, type StdApiGatewayParams, type StdArcadeGameParams, type StdAsyncParams, type StdAutoregressiveParams, 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, stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemViewTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
7712
+ export { type StdAgentActivityLogParams, type StdAgentAssistantParams, type StdAgentBuilderParams, type StdAgentChatThreadParams, type StdAgentClassifierParams, type StdAgentCompletionParams, type StdAgentContextWindowParams, type StdAgentConversationParams, type StdAgentFixLoopParams, type StdAgentLearnerParams, type StdAgentMemoryParams, type StdAgentPipelineParams, type StdAgentPlannerParams, type StdAgentProviderParams, type StdAgentRagParams, type StdAgentReviewerParams, type StdAgentSearchParams, type StdAgentSessionParams, type StdAgentStepProgressParams, type StdAgentTokenGaugeParams, type StdAgentToolCallParams, type StdAgentToolLoopParams, type StdAgentTutorParams, type StdApiGatewayParams, type StdArcadeGameParams, type StdAsyncParams, type StdAutoregressiveParams, 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, stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemPersistorTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemPersistorTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
@@ -4389,6 +4389,19 @@ function stdInventoryInventoryItemDropTrait(params) {
4389
4389
  ...params.config !== void 0 ? { config: params.config } : {}
4390
4390
  });
4391
4391
  }
4392
+ function stdInventoryInventoryItemPersistorTrait(params) {
4393
+ return makeTraitRef({
4394
+ from: BEHAVIOR_PATH92,
4395
+ ref: `${ALIAS92}.traits.InventoryItemPersistor`,
4396
+ linkedEntity: params.entityName,
4397
+ ...params.traitName !== void 0 ? { name: params.traitName } : {},
4398
+ ...params.events !== void 0 ? { events: params.events } : {},
4399
+ ...params.effects !== void 0 ? { effects: params.effects } : {},
4400
+ ...params.listens !== void 0 ? { listens: params.listens } : {},
4401
+ ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
4402
+ ...params.config !== void 0 ? { config: params.config } : {}
4403
+ });
4404
+ }
4392
4405
  function stdInventoryPage(params) {
4393
4406
  return makePageRef({
4394
4407
  from: BEHAVIOR_PATH92,
@@ -4411,7 +4424,8 @@ function stdInventory(params) {
4411
4424
  stdInventoryInventoryItemBrowseTrait(params),
4412
4425
  stdInventoryInventoryItemAddTrait(params),
4413
4426
  stdInventoryInventoryItemUseTrait(params),
4414
- stdInventoryInventoryItemDropTrait(params)
4427
+ stdInventoryInventoryItemDropTrait(params),
4428
+ stdInventoryInventoryItemPersistorTrait(params)
4415
4429
  ],
4416
4430
  pages: [
4417
4431
  stdInventoryPage(params)
@@ -4459,10 +4473,10 @@ function stdListListItemEditTrait(params) {
4459
4473
  ...params.config !== void 0 ? { config: params.config } : {}
4460
4474
  });
4461
4475
  }
4462
- function stdListListItemViewTrait(params) {
4476
+ function stdListListItemDeleteTrait(params) {
4463
4477
  return makeTraitRef({
4464
4478
  from: BEHAVIOR_PATH93,
4465
- ref: `${ALIAS93}.traits.ListItemView`,
4479
+ ref: `${ALIAS93}.traits.ListItemDelete`,
4466
4480
  linkedEntity: params.entityName,
4467
4481
  ...params.traitName !== void 0 ? { name: params.traitName } : {},
4468
4482
  ...params.events !== void 0 ? { events: params.events } : {},
@@ -4472,10 +4486,10 @@ function stdListListItemViewTrait(params) {
4472
4486
  ...params.config !== void 0 ? { config: params.config } : {}
4473
4487
  });
4474
4488
  }
4475
- function stdListListItemDeleteTrait(params) {
4489
+ function stdListListItemPersistorTrait(params) {
4476
4490
  return makeTraitRef({
4477
4491
  from: BEHAVIOR_PATH93,
4478
- ref: `${ALIAS93}.traits.ListItemDelete`,
4492
+ ref: `${ALIAS93}.traits.ListItemPersistor`,
4479
4493
  linkedEntity: params.entityName,
4480
4494
  ...params.traitName !== void 0 ? { name: params.traitName } : {},
4481
4495
  ...params.events !== void 0 ? { events: params.events } : {},
@@ -4507,8 +4521,8 @@ function stdList(params) {
4507
4521
  stdListListItemBrowseTrait(params),
4508
4522
  stdListListItemCreateTrait(params),
4509
4523
  stdListListItemEditTrait(params),
4510
- stdListListItemViewTrait(params),
4511
- stdListListItemDeleteTrait(params)
4524
+ stdListListItemDeleteTrait(params),
4525
+ stdListListItemPersistorTrait(params)
4512
4526
  ],
4513
4527
  pages: [
4514
4528
  stdListPage(params)
@@ -7050,6 +7064,6 @@ function stdTradingDashboard(params) {
7050
7064
  return JSON.parse('[{"name":"PortfolioOrbital","entity":{"name":"Portfolio","persistence":"runtime","fields":[{"name":"id","type":"string","required":true},{"name":"totalValue","type":"number","default":0},{"name":"dailyChange","type":"number","default":0},{"name":"positions","type":"number","default":0},{"name":"cashBalance","type":"number","default":0}]},"traits":[{"name":"PortfolioDisplay","category":"interaction","linkedEntity":"Portfolio","emits":[{"event":"PortfolioLoaded","description":"Fired when Portfolio finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"totalValue","type":"number"},{"name":"dailyChange","type":"number"},{"name":"positions","type":"number"},{"name":"cashBalance","type":"number"}]},{"event":"PortfolioLoadFailed","description":"Fired when Portfolio fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"loading","isInitial":true},{"name":"displaying"},{"name":"refreshing"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"LOADED","name":"Loaded"},{"key":"REFRESH","name":"Refresh"},{"key":"REFRESHED","name":"Refreshed"},{"key":"PortfolioLoaded","name":"Portfolio loaded"},{"key":"PortfolioLoadFailed","name":"Portfolio load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"loading","to":"displaying","event":"INIT","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"children":[{"children":[{"children":[{"type":"breadcrumb","items":[{"label":"Home","href":"/"},{"label":"Portfolio"}]},{"type":"stack","children":[{"children":[{"name":"trending-up","size":"lg","type":"icon"},{"content":"Portfolio","type":"typography","variant":"h2"}],"type":"stack","direction":"horizontal","gap":"md"},{"icon":"refresh-cw","variant":"secondary","label":"Refresh","event":"REFRESH","type":"button"}],"justify":"space-between","direction":"horizontal","gap":"md"},{"type":"divider"},{"type":"box","padding":"md","children":[{"type":"simple-grid","columns":3,"children":[{"type":"stat-display","label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"]},{"type":"stat-display","label":"DailyChange","value":["object/get",["array/first","@entity"],"dailyChange"]},{"label":"Positions","value":["object/get",["array/first","@entity"],"positions"],"type":"stat-display"},{"label":"CashBalance","value":["object/get",["array/first","@entity"],"cashBalance"],"type":"stat-display"}]}]},{"type":"divider"},{"type":"grid","columns":2,"children":[{"children":[{"content":"Chart View","variant":"caption","type":"typography"}],"type":"card"},{"children":[{"type":"typography","variant":"caption","content":"Graph View"}],"type":"card"}],"gap":"md"},{"type":"line-chart","xKey":"date","title":"Trend","data":[{"date":"Jan","value":12},{"date":"Feb","value":19},{"value":15,"date":"Mar"},{"value":25,"date":"Apr"},{"value":22,"date":"May"},{"date":"Jun","value":30}],"yKey":"value"},{"items":[{"color":"primary","label":"Current"},{"color":"muted","label":"Previous"}],"type":"chart-legend"},{"type":"graph-view","width":400,"edges":[{"from":"a","to":"b"},{"to":"c","from":"b"}],"height":200,"nodes":[{"id":"a","label":"Start","y":100,"x":50},{"id":"b","x":200,"y":50,"label":"Process"},{"y":100,"x":350,"id":"c","label":"End"}]}],"type":"stack","gap":"lg","direction":"vertical"}],"type":"scaled-diagram"}],"type":"dashboard-layout","appName":"Trading Dashboard","navItems":[{"label":"Portfolio","icon":"layout-list","href":"/portfolio"},{"icon":"clipboard-list","label":"Orders","href":"/orders"},{"label":"Market","href":"/market","icon":"layout-list"}]}]]},{"from":"loading","to":"displaying","event":"LOADED","effects":[["fetch","Portfolio",{"emit":{"success":"PortfolioLoaded","failure":"PortfolioLoadFailed"}}],["render-ui","main",{"navItems":[{"href":"/portfolio","label":"Portfolio","icon":"layout-list"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"icon":"layout-list","href":"/market","label":"Market"}],"appName":"Trading Dashboard","children":[{"children":[{"type":"stack","direction":"vertical","gap":"lg","children":[{"items":[{"label":"Home","href":"/"},{"label":"Portfolio"}],"type":"breadcrumb"},{"direction":"horizontal","justify":"space-between","type":"stack","children":[{"type":"stack","gap":"md","children":[{"size":"lg","type":"icon","name":"trending-up"},{"type":"typography","content":"Portfolio","variant":"h2"}],"direction":"horizontal"},{"event":"REFRESH","label":"Refresh","type":"button","variant":"secondary","icon":"refresh-cw"}],"gap":"md"},{"type":"divider"},{"type":"box","children":[{"type":"simple-grid","columns":3,"children":[{"label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"],"type":"stat-display"},{"value":["object/get",["array/first","@entity"],"dailyChange"],"label":"DailyChange","type":"stat-display"},{"label":"Positions","type":"stat-display","value":["object/get",["array/first","@entity"],"positions"]},{"value":["object/get",["array/first","@entity"],"cashBalance"],"label":"CashBalance","type":"stat-display"}]}],"padding":"md"},{"type":"divider"},{"type":"grid","columns":2,"children":[{"children":[{"type":"typography","content":"Chart View","variant":"caption"}],"type":"card"},{"children":[{"content":"Graph View","variant":"caption","type":"typography"}],"type":"card"}],"gap":"md"},{"xKey":"date","title":"Trend","data":[{"value":12,"date":"Jan"},{"date":"Feb","value":19},{"value":15,"date":"Mar"},{"value":25,"date":"Apr"},{"value":22,"date":"May"},{"value":30,"date":"Jun"}],"yKey":"value","type":"line-chart"},{"type":"chart-legend","items":[{"color":"primary","label":"Current"},{"label":"Previous","color":"muted"}]},{"type":"graph-view","edges":[{"from":"a","to":"b"},{"from":"b","to":"c"}],"nodes":[{"id":"a","label":"Start","x":50,"y":100},{"label":"Process","x":200,"y":50,"id":"b"},{"label":"End","id":"c","y":100,"x":350}],"height":200,"width":400}]}],"type":"scaled-diagram"}],"type":"dashboard-layout"}]]},{"from":"displaying","to":"displaying","event":"INIT","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"navItems":[{"href":"/portfolio","icon":"layout-list","label":"Portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"label":"Market","href":"/market","icon":"layout-list"}],"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"type":"scaled-diagram","children":[{"direction":"vertical","gap":"lg","children":[{"items":[{"href":"/","label":"Home"},{"label":"Portfolio"}],"type":"breadcrumb"},{"type":"stack","justify":"space-between","children":[{"gap":"md","type":"stack","children":[{"type":"icon","name":"trending-up","size":"lg"},{"variant":"h2","type":"typography","content":"Portfolio"}],"direction":"horizontal"},{"event":"REFRESH","type":"button","variant":"secondary","label":"Refresh","icon":"refresh-cw"}],"direction":"horizontal","gap":"md"},{"type":"divider"},{"padding":"md","type":"box","children":[{"columns":3,"children":[{"type":"stat-display","label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"]},{"label":"DailyChange","value":["object/get",["array/first","@entity"],"dailyChange"],"type":"stat-display"},{"type":"stat-display","label":"Positions","value":["object/get",["array/first","@entity"],"positions"]},{"label":"CashBalance","type":"stat-display","value":["object/get",["array/first","@entity"],"cashBalance"]}],"type":"simple-grid"}]},{"type":"divider"},{"children":[{"children":[{"type":"typography","content":"Chart View","variant":"caption"}],"type":"card"},{"type":"card","children":[{"variant":"caption","type":"typography","content":"Graph View"}]}],"columns":2,"type":"grid","gap":"md"},{"xKey":"date","type":"line-chart","data":[{"date":"Jan","value":12},{"date":"Feb","value":19},{"date":"Mar","value":15},{"date":"Apr","value":25},{"date":"May","value":22},{"value":30,"date":"Jun"}],"yKey":"value","title":"Trend"},{"type":"chart-legend","items":[{"label":"Current","color":"primary"},{"label":"Previous","color":"muted"}]},{"width":400,"nodes":[{"x":50,"y":100,"label":"Start","id":"a"},{"id":"b","label":"Process","x":200,"y":50},{"y":100,"label":"End","x":350,"id":"c"}],"type":"graph-view","height":200,"edges":[{"from":"a","to":"b"},{"from":"b","to":"c"}]}],"type":"stack"}]}]}]]},{"from":"displaying","to":"refreshing","event":"REFRESH","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"children":[{"gap":"lg","type":"stack","direction":"vertical","children":[{"items":[{"label":"Home","href":"/"},{"label":"Portfolio"}],"type":"breadcrumb"},{"gap":"md","type":"stack","direction":"horizontal","justify":"space-between","children":[{"direction":"horizontal","gap":"md","children":[{"name":"trending-up","size":"lg","type":"icon"},{"type":"typography","content":"Portfolio","variant":"h2"}],"type":"stack"},{"event":"REFRESH","variant":"secondary","type":"button","label":"Refresh","icon":"refresh-cw"}]},{"type":"divider"},{"type":"box","padding":"md","children":[{"children":[{"value":["object/get",["array/first","@entity"],"totalValue"],"type":"stat-display","label":"TotalValue"},{"type":"stat-display","value":["object/get",["array/first","@entity"],"dailyChange"],"label":"DailyChange"},{"value":["object/get",["array/first","@entity"],"positions"],"label":"Positions","type":"stat-display"},{"type":"stat-display","label":"CashBalance","value":["object/get",["array/first","@entity"],"cashBalance"]}],"type":"simple-grid","columns":3}]},{"type":"divider"},{"type":"grid","columns":2,"gap":"md","children":[{"children":[{"content":"Chart View","variant":"caption","type":"typography"}],"type":"card"},{"type":"card","children":[{"content":"Graph View","type":"typography","variant":"caption"}]}]},{"title":"Trend","data":[{"value":12,"date":"Jan"},{"date":"Feb","value":19},{"date":"Mar","value":15},{"value":25,"date":"Apr"},{"date":"May","value":22},{"value":30,"date":"Jun"}],"type":"line-chart","xKey":"date","yKey":"value"},{"items":[{"label":"Current","color":"primary"},{"label":"Previous","color":"muted"}],"type":"chart-legend"},{"width":400,"type":"graph-view","nodes":[{"x":50,"label":"Start","y":100,"id":"a"},{"id":"b","label":"Process","x":200,"y":50},{"id":"c","x":350,"y":100,"label":"End"}],"height":200,"edges":[{"from":"a","to":"b"},{"to":"c","from":"b"}]}]}],"type":"scaled-diagram"}],"navItems":[{"label":"Portfolio","icon":"layout-list","href":"/portfolio"},{"href":"/orders","label":"Orders","icon":"clipboard-list"},{"href":"/market","label":"Market","icon":"layout-list"}]}]]},{"from":"refreshing","to":"displaying","event":"REFRESHED","effects":[["fetch","Portfolio",{"emit":{"failure":"PortfolioLoadFailed","success":"PortfolioLoaded"}}],["render-ui","main",{"navItems":[{"label":"Portfolio","icon":"layout-list","href":"/portfolio"},{"icon":"clipboard-list","label":"Orders","href":"/orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"children":[{"type":"stack","children":[{"items":[{"href":"/","label":"Home"},{"label":"Portfolio"}],"type":"breadcrumb"},{"direction":"horizontal","children":[{"type":"stack","direction":"horizontal","gap":"md","children":[{"type":"icon","name":"trending-up","size":"lg"},{"type":"typography","content":"Portfolio","variant":"h2"}]},{"icon":"refresh-cw","type":"button","label":"Refresh","event":"REFRESH","variant":"secondary"}],"gap":"md","justify":"space-between","type":"stack"},{"type":"divider"},{"padding":"md","type":"box","children":[{"type":"simple-grid","children":[{"type":"stat-display","label":"TotalValue","value":["object/get",["array/first","@entity"],"totalValue"]},{"value":["object/get",["array/first","@entity"],"dailyChange"],"type":"stat-display","label":"DailyChange"},{"label":"Positions","type":"stat-display","value":["object/get",["array/first","@entity"],"positions"]},{"type":"stat-display","label":"CashBalance","value":["object/get",["array/first","@entity"],"cashBalance"]}],"columns":3}]},{"type":"divider"},{"type":"grid","gap":"md","columns":2,"children":[{"type":"card","children":[{"type":"typography","variant":"caption","content":"Chart View"}]},{"children":[{"variant":"caption","type":"typography","content":"Graph View"}],"type":"card"}]},{"type":"line-chart","xKey":"date","yKey":"value","title":"Trend","data":[{"date":"Jan","value":12},{"date":"Feb","value":19},{"value":15,"date":"Mar"},{"value":25,"date":"Apr"},{"date":"May","value":22},{"value":30,"date":"Jun"}]},{"type":"chart-legend","items":[{"color":"primary","label":"Current"},{"color":"muted","label":"Previous"}]},{"height":200,"width":400,"nodes":[{"x":50,"label":"Start","y":100,"id":"a"},{"label":"Process","x":200,"y":50,"id":"b"},{"id":"c","x":350,"label":"End","y":100}],"edges":[{"to":"b","from":"a"},{"to":"c","from":"b"}],"type":"graph-view"}],"direction":"vertical","gap":"lg"}],"type":"scaled-diagram"}]}]]}]},"scope":"collection"}],"pages":[{"name":"PortfolioPage","path":"/portfolio","traits":[{"ref":"PortfolioDisplay"}]}]},{"name":"TradeOrderOrbital","entity":{"name":"TradeOrder","collection":"tradeorders","persistence":"persistent","fields":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string","default":""}]},"traits":[{"name":"TradeOrderBrowse","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"listens":[{"event":"TRADE_ORDER_CREATED","triggers":"INIT","source":{"kind":"trait","trait":"TradeOrderCreate"}},{"event":"TRADE_ORDER_UPDATED","triggers":"INIT","source":{"kind":"trait","trait":"TradeOrderEdit"}},{"event":"TRADE_ORDER_DELETED","triggers":"INIT","source":{"kind":"trait","trait":"TradeOrderDelete"}}],"stateMachine":{"states":[{"name":"browsing","isInitial":true}],"events":[{"key":"INIT","name":"Initialize"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"browsing","to":"browsing","event":"INIT","effects":[["ref","TradeOrder"],["render-ui","main",{"type":"dashboard-layout","children":[{"direction":"vertical","children":[{"children":[{"children":[{"name":"shopping-cart","size":"lg","type":"icon"},{"type":"typography","content":"Trade Orders","variant":"h2"}],"direction":"horizontal","align":"center","type":"stack","gap":"sm"},{"gap":"sm","type":"stack","children":[{"type":"button","variant":"primary","icon":"plus","event":"CREATE","label":"Create TradeOrder"}],"direction":"horizontal"}],"align":"center","direction":"horizontal","justify":"space-between","type":"stack","gap":"md"},{"type":"divider"},{"type":"data-list","emptyTitle":"No orders yet","itemActions":[{"label":"View","variant":"ghost","event":"VIEW","size":"sm"},{"variant":"ghost","size":"sm","label":"Edit","event":"EDIT"},{"label":"Delete","variant":"danger","event":"DELETE","size":"sm"}],"emptyDescription":"Place your first trade.","entity":"TradeOrder","columns":[{"name":"symbol","variant":"h3","icon":"trending-up"},{"name":"side","variant":"badge"},{"format":"number","name":"quantity","variant":"body"},{"format":"currency","variant":"h4","name":"price"}],"variant":"card","gap":"sm","emptyIcon":"inbox"}],"type":"stack","gap":"lg","className":"max-w-5xl mx-auto w-full"}],"appName":"Trading Dashboard","navItems":[{"href":"/portfolio","label":"Portfolio","icon":"layout-list"},{"label":"Orders","href":"/orders","icon":"clipboard-list"},{"label":"Market","href":"/market","icon":"layout-list"}]}]]}]},"scope":"collection"},{"name":"TradeOrderCreate","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TRADE_ORDER_CREATED"},{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"closed","isInitial":true},{"name":"open"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"CREATE","name":"Create"},{"key":"CLOSE","name":"Close"},{"key":"SAVE","name":"Save","payload":[{"name":"data","type":"string"}]},{"key":"TRADE_ORDER_CREATED","name":"Trade Order Created"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"closed","to":"closed","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"closed","to":"open","event":"CREATE","effects":[["fetch","TradeOrder",{"emit":{"failure":"TradeOrderLoadFailed","success":"TradeOrderLoaded"}}],["render-ui","modal",{"type":"stack","direction":"vertical","children":[{"children":[{"size":"md","name":"plus-circle","type":"icon"},{"type":"typography","content":"Create TradeOrder","variant":"h3"}],"type":"stack","direction":"horizontal","gap":"sm"},{"type":"divider"},{"entity":"TradeOrder","type":"form-section","mode":"create","cancelEvent":"CLOSE","fields":["symbol","side","quantity","price"],"submitEvent":"SAVE"}],"gap":"md"}]]},{"from":"open","to":"closed","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["notify","Cancelled","info"]]},{"from":"open","to":"closed","event":"SAVE","effects":[["persist","create","TradeOrder","@payload.data"],["render-ui","modal",null],["render-ui","main",{"type":"box"}],["emit","TRADE_ORDER_CREATED"]]}]},"scope":"collection"},{"name":"TradeOrderEdit","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TRADE_ORDER_UPDATED"},{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"closed","isInitial":true},{"name":"open"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"EDIT","name":"Edit","payload":[{"name":"id","type":"string"}]},{"key":"CLOSE","name":"Close"},{"key":"SAVE","name":"Save","payload":[{"name":"data","type":"string"}]},{"key":"TRADE_ORDER_UPDATED","name":"Trade Order Updated"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"closed","to":"closed","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"closed","to":"open","event":"EDIT","effects":[["fetch","TradeOrder",{"id":"@payload.id","emit":{"success":"TradeOrderLoaded","failure":"TradeOrderLoadFailed"}}],["render-ui","modal",{"children":[{"direction":"horizontal","children":[{"size":"md","type":"icon","name":"edit"},{"type":"typography","content":"Edit TradeOrder","variant":"h3"}],"type":"stack","gap":"sm"},{"type":"divider"},{"fields":["symbol","side","quantity","price"],"entityId":"@entity.id","entity":"TradeOrder","submitEvent":"SAVE","type":"form-section","mode":"edit","cancelEvent":"CLOSE"}],"type":"stack","direction":"vertical","gap":"md"}]]},{"from":"open","to":"closed","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["notify","Cancelled","info"]]},{"from":"open","to":"closed","event":"SAVE","effects":[["persist","update","TradeOrder","@payload.data"],["render-ui","modal",null],["render-ui","main",{"type":"box"}],["emit","TRADE_ORDER_UPDATED"]]}]},"scope":"collection"},{"name":"TradeOrderView","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"closed","isInitial":true},{"name":"open"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"VIEW","name":"View","payload":[{"name":"id","type":"string"}]},{"key":"CLOSE","name":"Close"},{"key":"SAVE","name":"Save"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"closed","to":"closed","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"closed","to":"open","event":"VIEW","effects":[["fetch","TradeOrder",{"emit":{"failure":"TradeOrderLoadFailed","success":"TradeOrderLoaded"},"id":"@payload.id"}],["render-ui","modal",{"type":"stack","direction":"vertical","gap":"md","children":[{"children":[{"type":"icon","name":"eye","size":"md"},{"content":"@entity.symbol","variant":"h3","type":"typography"}],"type":"stack","align":"center","gap":"sm","direction":"horizontal"},{"type":"divider"},{"direction":"horizontal","children":[{"content":"Symbol","type":"typography","variant":"caption"},{"variant":"body","type":"typography","content":"@entity.symbol"}],"gap":"md","type":"stack"},{"gap":"md","children":[{"content":"Side","type":"typography","variant":"caption"},{"content":"@entity.side","type":"typography","variant":"body"}],"direction":"horizontal","type":"stack"},{"type":"stack","children":[{"type":"typography","variant":"caption","content":"Quantity"},{"type":"typography","variant":"body","content":"@entity.quantity"}],"direction":"horizontal","gap":"md"},{"gap":"md","children":[{"type":"typography","variant":"caption","content":"Price"},{"type":"typography","variant":"body","content":"@entity.price"}],"type":"stack","direction":"horizontal"},{"type":"divider"},{"type":"stack","direction":"horizontal","gap":"sm","children":[{"icon":"edit","event":"EDIT","variant":"primary","label":"Edit","type":"button"},{"variant":"ghost","event":"CLOSE","label":"Close","type":"button"}],"justify":"end"}]}]]},{"from":"open","to":"closed","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["notify","Cancelled","info"]]},{"from":"open","to":"closed","event":"SAVE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}]]}]},"scope":"collection"},{"name":"TradeOrderDelete","category":"interaction","linkedEntity":"TradeOrder","emits":[{"event":"TRADE_ORDER_DELETED"},{"event":"TradeOrderLoaded","description":"Fired when TradeOrder finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"side","type":"string","required":true},{"name":"quantity","type":"number","required":true},{"name":"price","type":"number"},{"name":"pendingId","type":"string"}]},{"event":"TradeOrderLoadFailed","description":"Fired when TradeOrder fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"idle","isInitial":true},{"name":"confirming"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"DELETE","name":"Delete","payload":[{"name":"id","type":"string"}]},{"key":"CONFIRM_DELETE","name":"Confirm Delete"},{"key":"CANCEL","name":"Cancel"},{"key":"CLOSE","name":"Close"},{"key":"TRADE_ORDER_DELETED","name":"Trade Order Deleted"},{"key":"TradeOrderLoaded","name":"TradeOrder loaded"},{"key":"TradeOrderLoadFailed","name":"TradeOrder load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"idle","to":"idle","event":"INIT","effects":[["ref","TradeOrder"]]},{"from":"idle","to":"confirming","event":"DELETE","effects":[["set","@entity.pendingId","@payload.id"],["fetch","TradeOrder",{"id":"@payload.id","emit":{"failure":"TradeOrderLoadFailed","success":"TradeOrderLoaded"}}],["render-ui","modal",{"gap":"md","type":"stack","children":[{"type":"stack","align":"center","children":[{"type":"icon","name":"alert-triangle","size":"md"},{"type":"typography","content":"Delete TradeOrder","variant":"h3"}],"direction":"horizontal","gap":"sm"},{"type":"divider"},{"type":"alert","message":"This action cannot be undone.","variant":"danger"},{"justify":"end","direction":"horizontal","gap":"sm","type":"stack","children":[{"label":"Cancel","type":"button","variant":"ghost","event":"CANCEL"},{"type":"button","icon":"check","variant":"danger","event":"CONFIRM_DELETE","label":"Delete"}]}],"direction":"vertical"}]]},{"from":"confirming","to":"idle","event":"CONFIRM_DELETE","effects":[["persist","delete","TradeOrder","@entity.pendingId"],["render-ui","modal",null],["render-ui","main",{"type":"box"}],["ref","TradeOrder"],["emit","TRADE_ORDER_DELETED"]]},{"from":"confirming","to":"idle","event":"CANCEL","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["ref","TradeOrder"]]},{"from":"confirming","to":"idle","event":"CLOSE","effects":[["render-ui","modal",null],["render-ui","main",{"type":"box"}],["ref","TradeOrder"]]}]},"scope":"collection"}],"pages":[{"name":"Orders","path":"/orders","traits":[{"ref":"TradeOrderBrowse"},{"ref":"TradeOrderCreate"},{"ref":"TradeOrderEdit"},{"ref":"TradeOrderView"},{"ref":"TradeOrderDelete"}]}]},{"name":"MarketFeedOrbital","entity":{"name":"MarketFeed","persistence":"runtime","fields":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"price","type":"number","required":true},{"name":"change","type":"number"},{"name":"volume","type":"number"}]},"traits":[{"name":"MarketFeedAsync","category":"interaction","linkedEntity":"MarketFeed","emits":[{"event":"MarketFeedLoaded","description":"Fired when MarketFeed finishes loading","scope":"internal","payload":[{"name":"id","type":"string","required":true},{"name":"symbol","type":"string","required":true},{"name":"price","type":"number","required":true},{"name":"change","type":"number"},{"name":"volume","type":"number"}]},{"event":"MarketFeedLoadFailed","description":"Fired when MarketFeed fails to load","scope":"internal","payload":[{"name":"message","type":"string"}]}],"stateMachine":{"states":[{"name":"idle","isInitial":true},{"name":"loading"},{"name":"success"},{"name":"error"}],"events":[{"key":"INIT","name":"Initialize"},{"key":"START","name":"Start"},{"key":"LOADED","name":"Loaded","payload":[{"name":"data","type":"string"}]},{"key":"FAILED","name":"Failed"},{"key":"RESET","name":"Reset"},{"key":"RETRY","name":"Retry"},{"key":"MarketFeedLoaded","name":"MarketFeed loaded"},{"key":"MarketFeedLoadFailed","name":"MarketFeed load failed","payload":[{"name":"message","type":"string"}]}],"transitions":[{"from":"idle","to":"idle","event":"INIT","effects":[["fetch","MarketFeed",{"emit":{"failure":"MarketFeedLoadFailed","success":"MarketFeedLoaded"}}],["render-ui","main",{"type":"dashboard-layout","appName":"Trading Dashboard","children":[{"direction":"vertical","align":"center","children":[{"type":"stack","direction":"horizontal","gap":"md","align":"center","children":[{"type":"icon","name":"activity","size":"lg"},{"variant":"h2","content":"MarketFeed","type":"typography"}]},{"type":"divider"},{"type":"typography","color":"muted","content":"Ready to start marketfeed operation.","variant":"body"},{"type":"button","event":"START","label":"Start","variant":"primary","icon":"play"}],"gap":"lg","type":"stack"}],"navItems":[{"icon":"layout-list","label":"Portfolio","href":"/portfolio"},{"label":"Orders","href":"/orders","icon":"clipboard-list"},{"icon":"layout-list","label":"Market","href":"/market"}]}]]},{"from":"idle","to":"loading","event":"START","effects":[["render-ui","main",{"children":[{"direction":"vertical","align":"center","children":[{"type":"loading-state","title":"Connecting to market feed...","message":"Processing marketfeed..."},{"type":"skeleton","variant":"text"}],"type":"stack","gap":"lg"}],"appName":"Trading Dashboard","navItems":[{"href":"/portfolio","icon":"layout-list","label":"Portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"type":"dashboard-layout"}]]},{"from":"loading","to":"success","event":"LOADED","effects":[["persist","create","MarketFeed","@payload.data"],["render-ui","main",{"appName":"Trading Dashboard","type":"dashboard-layout","children":[{"gap":"lg","children":[{"name":"check-circle","size":"lg","type":"icon"},{"message":"Market feed connected.","variant":"success","type":"alert"},{"children":[{"icon":"rotate-ccw","event":"RESET","label":"Reset","variant":"ghost","type":"button"}],"direction":"horizontal","gap":"sm","type":"stack","justify":"center"}],"align":"center","type":"stack","direction":"vertical"}],"navItems":[{"icon":"layout-list","label":"Portfolio","href":"/portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"label":"Market","href":"/market","icon":"layout-list"}]}]]},{"from":"loading","to":"error","event":"FAILED","effects":[["render-ui","main",{"type":"dashboard-layout","children":[{"children":[{"onRetry":"RETRY","message":"Market feed disconnected.","type":"error-state","title":"Operation Failed"},{"direction":"horizontal","gap":"sm","justify":"center","children":[{"type":"button","label":"Retry","icon":"refresh-cw","event":"RETRY","variant":"primary"},{"label":"Reset","variant":"ghost","icon":"rotate-ccw","event":"RESET","type":"button"}],"type":"stack"}],"type":"stack","gap":"lg","align":"center","direction":"vertical"}],"appName":"Trading Dashboard","navItems":[{"icon":"layout-list","label":"Portfolio","href":"/portfolio"},{"icon":"clipboard-list","href":"/orders","label":"Orders"},{"icon":"layout-list","label":"Market","href":"/market"}]}]]},{"from":"success","to":"idle","event":"RESET","effects":[["render-ui","main",{"navItems":[{"label":"Portfolio","href":"/portfolio","icon":"layout-list"},{"label":"Orders","icon":"clipboard-list","href":"/orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"type":"dashboard-layout","children":[{"gap":"lg","children":[{"align":"center","type":"stack","children":[{"type":"icon","name":"activity","size":"lg"},{"variant":"h2","type":"typography","content":"MarketFeed"}],"gap":"md","direction":"horizontal"},{"type":"divider"},{"color":"muted","type":"typography","content":"Ready to start marketfeed operation.","variant":"body"},{"type":"button","icon":"play","event":"START","label":"Start","variant":"primary"}],"align":"center","direction":"vertical","type":"stack"}],"appName":"Trading Dashboard"}]]},{"from":"error","to":"idle","event":"RESET","effects":[["render-ui","main",{"navItems":[{"href":"/portfolio","icon":"layout-list","label":"Portfolio"},{"href":"/orders","icon":"clipboard-list","label":"Orders"},{"href":"/market","label":"Market","icon":"layout-list"}],"children":[{"children":[{"children":[{"type":"icon","size":"lg","name":"activity"},{"content":"MarketFeed","type":"typography","variant":"h2"}],"type":"stack","gap":"md","align":"center","direction":"horizontal"},{"type":"divider"},{"variant":"body","type":"typography","content":"Ready to start marketfeed operation.","color":"muted"},{"icon":"play","variant":"primary","label":"Start","event":"START","type":"button"}],"type":"stack","align":"center","direction":"vertical","gap":"lg"}],"type":"dashboard-layout","appName":"Trading Dashboard"}]]},{"from":"error","to":"loading","event":"RETRY","effects":[["render-ui","main",{"navItems":[{"href":"/portfolio","label":"Portfolio","icon":"layout-list"},{"icon":"clipboard-list","label":"Orders","href":"/orders"},{"href":"/market","icon":"layout-list","label":"Market"}],"appName":"Trading Dashboard","type":"dashboard-layout","children":[{"children":[{"title":"Connecting to market feed...","message":"Processing marketfeed...","type":"loading-state"},{"type":"skeleton","variant":"text"}],"direction":"vertical","type":"stack","gap":"lg","align":"center"}]}]]}]},"scope":"collection"}],"pages":[{"name":"Market","path":"/market","traits":[{"ref":"MarketFeedAsync"}]}]}]');
7051
7065
  }
7052
7066
 
7053
- export { stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemViewTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
7067
+ export { stdAgentActivityLog, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentAssistantAssistantAgentTrait, stdAgentAssistantAssistantConversationTrait, stdAgentAssistantPage, stdAgentBuilder, stdAgentBuilderBuildPlannerTrait, stdAgentBuilderPage, stdAgentBuilderPlannerClassifierFlowTrait, stdAgentBuilderPlannerCompletionFlowTrait, stdAgentBuilderPlannerMemoryLifecycleTrait, stdAgentBuilderPlannerTaskInputTrait, stdAgentChatThread, stdAgentChatThreadPage, stdAgentChatThreadTrait, stdAgentClassifier, stdAgentClassifierAgentClassifierAgentTrait, stdAgentClassifierAgentClassifierModalTrait, stdAgentClassifierAgentClassifierNotificationTrait, stdAgentClassifierPage, stdAgentCompletion, stdAgentCompletionAgentCompletionAgentTrait, stdAgentCompletionAgentCompletionModalTrait, stdAgentCompletionAgentCompletionNotificationTrait, stdAgentCompletionPage, stdAgentContextWindow, stdAgentContextWindowAgentContextWindowAgentTrait, stdAgentContextWindowAgentContextWindowGaugeTrait, stdAgentContextWindowAgentContextWindowNotificationTrait, stdAgentContextWindowPage, stdAgentConversation, stdAgentConversationAgentConversationAgentTrait, stdAgentConversationAgentConversationThreadTrait, stdAgentConversationPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopCycleTrait, stdAgentFixLoopFixLoopCompletionFlowTrait, stdAgentFixLoopFixLoopErrorsBrowseTrait, stdAgentFixLoopFixLoopFixCallTrait, stdAgentFixLoopFixLoopStepProgressTrait, stdAgentFixLoopFixLoopValidateCallTrait, stdAgentFixLoopPage, stdAgentLearner, stdAgentLearnerAgentLearnerLearnerTrait, stdAgentLearnerLearnerCompletionFlowTrait, stdAgentLearnerLearnerMemoryLifecycleTrait, stdAgentLearnerLearnerProviderManagerTrait, stdAgentLearnerLearnerRecordsBrowseTrait, stdAgentLearnerPage, stdAgentMemory, stdAgentMemoryAgentMemoryAgentTrait, stdAgentMemoryAgentMemoryBrowseTrait, stdAgentMemoryAgentMemoryCreateTrait, stdAgentMemoryPage, stdAgentPipeline, stdAgentPipelinePage, stdAgentPipelinePipelinePlannerTrait, stdAgentPipelinePlannerClassifierFlowTrait, stdAgentPipelinePlannerCompletionFlowTrait, stdAgentPipelinePlannerMemoryLifecycleTrait, stdAgentPipelinePlannerTaskInputTrait, stdAgentPlanner, stdAgentPlannerAgentPlannerPlannerTrait, stdAgentPlannerPage, stdAgentPlannerPlannerClassifierFlowTrait, stdAgentPlannerPlannerCompletionFlowTrait, stdAgentPlannerPlannerMemoryLifecycleTrait, stdAgentPlannerPlannerTaskInputTrait, stdAgentProvider, stdAgentProviderAgentProviderAgentTrait, stdAgentProviderAgentProviderModalTrait, stdAgentProviderAgentProviderNotificationTrait, stdAgentProviderPage, stdAgentRag, stdAgentRagAgentRagRagTrait, stdAgentRagPage, stdAgentRagRagCompletionFlowTrait, stdAgentRagRagMemoryLifecycleTrait, stdAgentRagRagSearchLifecycleTrait, stdAgentRagRagTabsTrait, stdAgentReviewer, stdAgentReviewerPage, stdAgentReviewerTrait, stdAgentSearch, stdAgentSearchAgentSearchAgentTrait, stdAgentSearchAgentSearchBrowseTrait, stdAgentSearchPage, stdAgentSession, stdAgentSessionAgentSessionAgentTrait, stdAgentSessionAgentSessionBrowseTrait, stdAgentSessionAgentSessionLabelTrait, stdAgentSessionPage, stdAgentStepProgress, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallAgentTrait, stdAgentToolCallAgentToolCallModalTrait, stdAgentToolCallPage, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopLoopTrait, stdAgentToolLoopPage, stdAgentToolLoopToolLoopCompletionFlowTrait, stdAgentToolLoopToolLoopContextMonitorTrait, stdAgentToolLoopToolLoopStepProgressTrait, stdAgentToolLoopToolLoopToolCallFlowTrait, stdAgentTutor, stdAgentTutorPage, stdAgentTutorTrait, stdApiGateway, stdApiGatewayPage, stdApiGatewayRouteBrowseTrait, stdApiGatewayRouteCreateTrait, stdApiGatewayRouteDeleteTrait, stdApiGatewayRouteEditTrait, stdApiGatewayRouteViewTrait, stdArcadeGame, stdArcadeGamePage, stdArcadeGameTrait, stdAsync, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBookingSystemPage, stdBookingSystemProviderBrowseTrait, stdBookingSystemProviderCreateTrait, stdBookingSystemProviderDeleteTrait, stdBookingSystemProviderEditTrait, stdBookingSystemProviderViewTrait, stdBrowse, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarPage, stdCalendarTrait, stdCart, stdCartCartItemAddItemTrait, stdCartCartItemCartBrowseTrait, stdCartCartItemPersistorTrait, stdCartCartItemRemoveConfirmTrait, stdCartPage, stdCicdPipeline, stdCicdPipelineBuildBrowseTrait, stdCicdPipelineBuildCreateTrait, stdCicdPipelineBuildDeleteTrait, stdCicdPipelineBuildEditTrait, stdCicdPipelineBuildViewTrait, stdCicdPipelinePage, stdCircuitBreaker, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifierGame, stdClassifierGamePage, stdClassifierGameTrait, stdCms, stdCmsArticleBrowseTrait, stdCmsArticleCreateTrait, stdCmsArticleDeleteTrait, stdCmsArticleEditTrait, stdCmsArticleViewTrait, stdCmsPage, stdCodingAcademy, stdCodingAcademyPage, stdCodingAcademyTrait, stdCollision, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatLog, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdCrmContactBrowseTrait, stdCrmContactCreateTrait, stdCrmContactDeleteTrait, stdCrmContactEditTrait, stdCrmContactViewTrait, stdCrmPage, stdDebuggerGame, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailDetailRecordBrowseTrait, stdDetailDetailRecordCreateTrait, stdDetailDetailRecordViewTrait, stdDetailPage, stdDevopsDashboard, stdDevopsDashboardPage, stdDevopsDashboardTrait, stdDialogueBox, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEcommercePage, stdEcommerceProductBrowseTrait, stdEcommerceProductCreateTrait, stdEcommerceProductDeleteTrait, stdEcommerceProductEditTrait, stdEcommerceProductViewTrait, stdEventHandlerGame, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFinanceTrackerPage, stdFinanceTrackerTransactionBrowseTrait, stdFinanceTrackerTransactionCreateTrait, stdFinanceTrackerTransactionDeleteTrait, stdFinanceTrackerTransactionEditTrait, stdFinanceTrackerTransactionViewTrait, stdFlipCard, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialLocationBrowseTrait, stdGeospatialLocationConfirmSelectTrait, stdGeospatialLocationSelectTrait, stdGeospatialPage, stdHealthcare, stdHealthcarePage, stdHealthcarePatientBrowseTrait, stdHealthcarePatientCreateTrait, stdHealthcarePatientDeleteTrait, stdHealthcarePatientEditTrait, stdHealthcarePatientViewTrait, stdHelpdesk, stdHelpdeskPage, stdHelpdeskTicketBrowseTrait, stdHelpdeskTicketCreateTrait, stdHelpdeskTicketDeleteTrait, stdHelpdeskTicketEditTrait, stdHelpdeskTicketViewTrait, stdHrPortal, stdHrPortalEmployeeBrowseTrait, stdHrPortalEmployeeCreateTrait, stdHrPortalEmployeeDeleteTrait, stdHrPortalEmployeeEditTrait, stdHrPortalEmployeeViewTrait, stdHrPortalPage, stdInput, stdInputPage, stdInputTrait, stdInventory, stdInventoryInventoryItemAddTrait, stdInventoryInventoryItemBrowseTrait, stdInventoryInventoryItemDropTrait, stdInventoryInventoryItemPersistorTrait, stdInventoryInventoryItemUseTrait, stdInventoryPage, stdInventoryPanel, stdInventoryPanelPage, stdInventoryPanelTrait, stdIotDashboard, stdIotDashboardPage, stdIotDashboardTrait, stdIsometricCanvas, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemPersistorTrait, stdListPage, stdLms, stdLmsCourseBrowseTrait, stdLmsCourseCreateTrait, stdLmsCourseDeleteTrait, stdLmsCourseEditTrait, stdLmsCourseViewTrait, stdLmsPage, stdLoading, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdLogicTrainingPage, stdLogicTrainingTrait, stdMessaging, stdMessagingChatMessageBrowseTrait, stdMessagingChatMessageComposeTrait, stdMessagingChatMessageViewTrait, stdMessagingPage, stdModal, stdModalPage, stdModalTrait, stdMovement, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerAppPage, stdPlatformerAppPlatLevelPlatformerCanvasTrait, stdPlatformerAppPlatLevelPlatformerFlowTrait, stdPlatformerCanvas, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGamePage, stdPlatformerGamePlatLevelPlatformerCanvasTrait, stdPlatformerGamePlatLevelPlatformerFlowTrait, stdProjectManager, stdProjectManagerPage, stdProjectManagerTaskBrowseTrait, stdProjectManagerTaskCreateTrait, stdProjectManagerTaskDeleteTrait, stdProjectManagerTaskEditTrait, stdProjectManagerTaskViewTrait, stdPuzzleApp, stdPuzzleAppPage, stdPuzzleAppPuzzleLevelPuzzleFlowTrait, stdPuzzleAppPuzzleLevelPuzzleScoreTrait, stdPuzzleGame, stdPuzzleGamePage, stdPuzzleGamePuzzleBoardPuzzleFlowTrait, stdPuzzleGamePuzzleBoardPuzzleScoreTrait, stdQuest, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRealtimeChatChatMessageBrowseTrait, stdRealtimeChatChatMessageComposeTrait, stdRealtimeChatChatMessageViewTrait, stdRealtimeChatPage, stdRpgGame, stdRpgGameBattleStateBattleFlowTrait, stdRpgGameBattleStateCombatLogTrait, stdRpgGamePage, stdScore, stdScoreBoard, stdScoreBoardPage, stdScoreBoardTrait, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitPage, stdServiceDevopsToolkitServiceDevopsToolkitGithubTrait, stdServiceDevopsToolkitServiceDevopsToolkitRedisTrait, stdServiceDevopsToolkitServiceDevopsToolkitStorageTrait, stdServiceEmail, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceMarketplacePage, stdServiceMarketplaceProductBrowseTrait, stdServiceMarketplaceProductCreateTrait, stdServiceMarketplaceProductDeleteTrait, stdServiceMarketplaceProductEditTrait, stdServiceMarketplaceProductViewTrait, stdServiceNotificationHub, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowPage, stdServicePaymentFlowServicePaymentFlowPaymentTrait, stdServicePaymentFlowServicePaymentFlowReceiptTrait, stdServiceRedis, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceResearchAssistantPage, stdServiceResearchAssistantTrait, stdServiceStorage, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSocialFeedPage, stdSocialFeedPostBrowseTrait, stdSocialFeedPostCreateTrait, stdSocialFeedPostViewTrait, stdSort, stdSortPage, stdSortTrait, stdSprite, stdSpritePage, stdSpriteTrait, stdStemLab, stdStemLabPage, stdStemLabTrait, stdStrategyGame, stdStrategyGameArmyBattleBattleFlowTrait, stdStrategyGameArmyBattleCombatLogTrait, stdStrategyGamePage, stdTabs, stdTabsPage, stdTabsTrait, stdTextEffects, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemePage, stdThemeTrait, stdTimer, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTradingDashboardPage, stdTradingDashboardTrait, stdTurnBasedBattle, stdTurnBasedBattleBattleUnitBattleFlowTrait, stdTurnBasedBattleBattleUnitCombatLogTrait, stdTurnBasedBattlePage, stdUndo, stdUndoPage, stdUndoTrait, stdUpload, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdValidateOnSavePage, stdValidateOnSaveTrait, stdWizard, stdWizardPage, stdWizardTrait };
7054
7068
  //# sourceMappingURL=index.js.map
7055
7069
  //# sourceMappingURL=index.js.map