@@ -19,7 +19,7 @@ import { APIResourceRun } from './api/APIResourceRun';
19
19
import { APIResourceUser } from './api/APIResourceUser' ;
20
20
import { APIResourceUserSession } from './api/APIResourceUserSession' ;
21
21
import { Cluster } from './api/models/Cluster' ;
22
- import { NoQueryParams , QueryParams } from './api/models/HTTP' ;
22
+ import { CollectionQueryParams , NoQueryParams } from './api/models/HTTP' ;
23
23
import { License } from './api/models/License' ;
24
24
import { Project } from './api/models/Project' ;
25
25
import { Property } from './api/models/Property' ;
@@ -36,29 +36,29 @@ export declare class API {
36
36
account ( id : number ) : APIResourceAccount ;
37
37
admin ( ) : APIAdminResource ;
38
38
broker ( ) : APIResourceBroker ;
39
- clusters ( ) : APIList < Cluster , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
39
+ clusters ( ) : APIList < Cluster , CollectionQueryParams , any > ;
40
40
cluster ( id : number ) : APIAdminResourceCluster ;
41
41
device ( id : number ) : APIResourceDevice ;
42
42
deviceGroup ( id : number ) : APIResourceDeviceGroup ;
43
- deviceGroups ( ) : APIList < any , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
43
+ deviceGroups ( ) : APIList < any , CollectionQueryParams , any > ;
44
44
devices ( ) : APIListDevices ;
45
45
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 > ;
49
49
files ( ) : APIList < UserFile , UserFileParams , UserFileData > ;
50
50
file ( id : number ) : APIResourceFile ;
51
- labelGroups ( ) : APIList < LabelGroup , QueryParams , void > ;
51
+ labelGroups ( ) : APIList < LabelGroup , CollectionQueryParams , void > ;
52
52
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 > ;
55
55
license ( ) : APIResource < License , NoQueryParams , void > ;
56
56
ma ( ) : APIAdminResource | APIResourceUser ;
57
57
me ( ) : APIResourceUser ;
58
- projects ( ) : APIList < Project , import ( "./api/models/HTTP" ) . CollectionQueryParams , any > ;
58
+ projects ( ) : APIList < Project , CollectionQueryParams , any > ;
59
59
project ( id : number ) : APIResourceProject ;
60
60
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 > ;
62
62
run ( id : number ) : APIResourceRun ;
63
63
services ( ) : APIListServices ;
64
64
user ( id : number | 'me' ) : APIResourceUser ;
0 commit comments