feat(web): complete capability-driven instance modules
This commit is contained in:
@@ -104,4 +104,31 @@ export {
|
||||
type MessagesSnapshot,
|
||||
} from './instances/messages-module.js';
|
||||
|
||||
export {
|
||||
AutomationModule,
|
||||
sanitizeAutomationSnapshot,
|
||||
type AutomationDataSource,
|
||||
type AutomationModuleProps,
|
||||
type AutomationSnapshot,
|
||||
} from './instances/automation-module.js';
|
||||
export {
|
||||
EsimModule,
|
||||
type EsimDataSource,
|
||||
type EsimModuleProps,
|
||||
type EsimSnapshot,
|
||||
} from './instances/esim-module.js';
|
||||
export {
|
||||
NotificationsModule,
|
||||
sanitizeNotificationsSnapshot,
|
||||
type NotificationsDataSource,
|
||||
type NotificationsModuleProps,
|
||||
type NotificationsSnapshot,
|
||||
} from './instances/notifications-module.js';
|
||||
export {
|
||||
OtaModule,
|
||||
type OtaDataSource,
|
||||
type OtaModuleProps,
|
||||
type OtaSnapshot,
|
||||
} from './instances/ota-module.js';
|
||||
|
||||
export const webWorkspaceReady = true;
|
||||
|
||||
Reference in New Issue
Block a user