File tree Expand file tree Collapse file tree 3 files changed +940
-1
lines changed
Expand file tree Collapse file tree 3 files changed +940
-1
lines changed Original file line number Diff line number Diff line change @@ -174,4 +174,16 @@ mod timehub_facade;
174174pub mod timehub {
175175 pub type Events = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: ITimehubFacadeEvents ;
176176 pub type EventPushed = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: EventPushed ;
177- }
177+
178+ pub type Calls = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: ITimehubFacadeCalls ;
179+ #[ allow( non_camel_case_types) ]
180+ pub type pushCall = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: pushCall ;
181+ #[ allow( non_camel_case_types) ]
182+ pub type getLeafAtCall = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: getLeafAtCall ;
183+ #[ allow( non_camel_case_types) ]
184+ pub type getRootCall = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: getRootCall ;
185+ #[ allow( non_camel_case_types) ]
186+ pub type getPeaksCall = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: getPeaksCall ;
187+ #[ allow( non_camel_case_types) ]
188+ pub type getCountCall = crate :: timehub_facade:: itimehubfacade:: ITimehubFacade :: getCountCall ;
189+ }
You can’t perform that action at this time.
0 commit comments