@@ -8,7 +8,6 @@ import { DeviceSessionCommon } from './interface/DeviceSessionCommon';
88import { DeviceSession , DeviceSessionCommand , DeviceSessionStep , SessionRunStepQueryParams , SessionStepQueryParams } from './models/DeviceSession' ;
99import { CollectionBasicQueryParams , NoQueryParams } from './models/HTTP' ;
1010import APIListScreenshots from './APIListScreenshots' ;
11- import APIListTestCaseRuns from './APIListTestCaseRuns' ;
1211export declare class APIResourceDeviceSessionCommon extends APIResource < DeviceSession > implements DeviceSessionCommon {
1312 constructor ( parent : APIEntity < any > | API , id : number ) ;
1413 commands ( ) : APIList < DeviceSessionCommand , import ( "./models/HTTP" ) . CollectionQueryParams , any > ;
@@ -17,10 +16,9 @@ export declare class APIResourceDeviceSessionCommon extends APIResource<DeviceSe
1716 release ( ) : APIResource < DeviceSession , NoQueryParams , void > ;
1817 screenshots ( ) : APIListScreenshots ;
1918 screenshot ( id : number ) : APIResource < any , import ( "./models/HTTP" ) . QueryParams , import ( "./models/HTTP" ) . QueryParams > ;
20- steps ( ) : APIList < DeviceSessionStep , SessionRunStepQueryParams | SessionStepQueryParams | CollectionBasicQueryParams , void > ;
19+ steps ( ) : APIList < DeviceSessionStep , CollectionBasicQueryParams | SessionRunStepQueryParams | SessionStepQueryParams , void > ;
2120 step ( id : number | 'current' ) : APIResource < DeviceSessionStep , NoQueryParams , void > ;
2221 currentStep ( ) : APIResource < DeviceSessionStep , NoQueryParams , void > ;
23- testCaseRuns ( ) : APIListTestCaseRuns ;
2422 connections ( ) : APIList < any , import ( "./models/HTTP" ) . CollectionQueryParams , any > ;
2523 logs ( ) : APIResource < any , import ( "./models/HTTP" ) . QueryParams , import ( "./models/HTTP" ) . QueryParams > ;
2624 clusterLogs ( ) : APIResource < any , import ( "./models/HTTP" ) . QueryParams , import ( "./models/HTTP" ) . QueryParams > ;
0 commit comments