@@ -19,7 +19,7 @@ import { APIResourceRun } from './api/APIResourceRun';
1919import { APIResourceUser } from './api/APIResourceUser' ;
2020import { APIResourceUserSession } from './api/APIResourceUserSession' ;
2121import { Cluster } from './api/models/Cluster' ;
22- import { NoQueryParams , QueryParams } from './api/models/HTTP' ;
22+ import { CollectionQueryParams , NoQueryParams } from './api/models/HTTP' ;
2323import { License } from './api/models/License' ;
2424import { Project } from './api/models/Project' ;
2525import { Property } from './api/models/Property' ;
@@ -36,29 +36,29 @@ export declare class API {
3636 account ( id : number ) : APIResourceAccount ;
3737 admin ( ) : APIAdminResource ;
3838 broker ( ) : APIResourceBroker ;
39- clusters ( ) : APIList < Cluster , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
39+ clusters ( ) : APIList < Cluster , CollectionQueryParams , any > ;
4040 cluster ( id : number ) : APIAdminResourceCluster ;
4141 device ( id : number ) : APIResourceDevice ;
4242 deviceGroup ( id : number ) : APIResourceDeviceGroup ;
43- deviceGroups ( ) : APIList < any , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
43+ deviceGroups ( ) : APIList < any , CollectionQueryParams , any > ;
4444 devices ( ) : APIListDevices ;
4545 deviceSession ( id : number ) : APIResourceDeviceSession ;
46- deviceSessions ( ) : APIList < any , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
47- deviceStatistics ( ) : APIList < any , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
48- enums ( ) : APIResource < any , QueryParams , QueryParams > ;
46+ deviceSessions ( ) : APIList < any , CollectionQueryParams , any > ;
47+ deviceStatistics ( ) : APIList < any , CollectionQueryParams , any > ;
48+ enums ( ) : APIResource < any , import ( "./api/models/HTTP" ) . QueryParams , import ( "./api/models/HTTP" ) . QueryParams > ;
4949 files ( ) : APIList < UserFile , UserFileParams , UserFileData > ;
5050 file ( id : number ) : APIResourceFile ;
51- labelGroups ( ) : APIList < LabelGroup , QueryParams , void > ;
51+ labelGroups ( ) : APIList < LabelGroup , CollectionQueryParams , void > ;
5252 labelGroup ( id : number ) : APIResourceLabelGroup ;
53- labels ( ) : APIList < any , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
54- licenses ( ) : APIResource < any , QueryParams , QueryParams > ;
53+ labels ( ) : APIList < any , CollectionQueryParams , any > ;
54+ licenses ( ) : APIResource < any , import ( "./api/models/HTTP" ) . QueryParams , import ( "./api/models/HTTP" ) . QueryParams > ;
5555 license ( ) : APIResource < License , NoQueryParams , void > ;
5656 ma ( ) : APIAdminResource | APIResourceUser ;
5757 me ( ) : APIResourceUser ;
58- projects ( ) : APIList < Project , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
58+ projects ( ) : APIList < Project , CollectionQueryParams , any > ;
5959 project ( id : number ) : APIResourceProject ;
6060 properties ( ) : APIListProperties ;
61- property ( id : number ) : APIResource < Property , QueryParams , QueryParams > ;
61+ property ( id : number ) : APIResource < Property , import ( "./api/models/HTTP" ) . QueryParams , import ( "./api/models/HTTP" ) . QueryParams > ;
6262 run ( id : number ) : APIResourceRun ;
6363 services ( ) : APIListServices ;
6464 user ( id : number | 'me' ) : APIResourceUser ;
0 commit comments