File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ import {
9494 RsNodeMaterialManagerApi ,
9595 RsMaterialServiceApi ,
9696 RvNodeMaterialAnalyzerApi ,
97+ AwarenessServiceApi ,
9798 ContextMenuServiceApi ,
9899} from 'next-flow-interface'
99100
@@ -158,6 +159,7 @@ export let rsService: RsServiceApi
158159
159160export let syncService : SyncServiceApi
160161export let historyService : HistoryServiceApi
162+ export let awarenessService : AwarenessServiceApi
161163
162164export let rvGlobalService : RvGlobalServiceApi
163165export let rvStepService : RvStepServiceApi
@@ -281,6 +283,7 @@ export function loadApi() {
281283
282284 syncService = api . services . sync . syncService
283285 historyService = api . services . sync . historyService
286+ awarenessService = api . services . sync . awarenessService
284287 rvGlobalService = api . services . sync . rvGlobalService
285288 rvStepService = api . services . sync . rvStepService
286289 rvFileService = api . services . sync . rvFileService
You can’t perform that action at this time.
0 commit comments