@@ -16,22 +16,7 @@ import {
16
16
Devices as DevicesAPIDevices ,
17
17
} from './devices_' ;
18
18
import * as DEXTestsAPI from './dex-tests' ;
19
- import {
20
- DEXTestCreateParams ,
21
- DEXTestCreateResponse ,
22
- DEXTestDeleteParams ,
23
- DEXTestDeleteResponse ,
24
- DEXTestGetParams ,
25
- DEXTestGetResponse ,
26
- DEXTestListParams ,
27
- DEXTestListResponse ,
28
- DEXTestListResponsesSinglePage ,
29
- DEXTestUpdateParams ,
30
- DEXTestUpdateResponse ,
31
- DEXTests ,
32
- SchemaData ,
33
- SchemaHTTP ,
34
- } from './dex-tests' ;
19
+ import { DEXTests , SchemaData , SchemaHTTP } from './dex-tests' ;
35
20
import * as FleetStatusAPI from './fleet-status' ;
36
21
import { FleetStatus , FleetStatusGetParams , FleetStatusGetResponse } from './fleet-status' ;
37
22
import * as NetworksAPI from './networks' ;
@@ -451,7 +436,6 @@ Devices.Resilience = Resilience;
451
436
Devices . Registrations = Registrations ;
452
437
Devices . RegistrationListResponsesCursorPagination = RegistrationListResponsesCursorPagination ;
453
438
Devices . DEXTests = DEXTests ;
454
- Devices . DEXTestListResponsesSinglePage = DEXTestListResponsesSinglePage ;
455
439
Devices . Networks = Networks ;
456
440
Devices . DeviceNetworksSinglePage = DeviceNetworksSinglePage ;
457
441
Devices . FleetStatus = FleetStatus ;
@@ -505,22 +489,7 @@ export declare namespace Devices {
505
489
type RegistrationUnrevokeParams as RegistrationUnrevokeParams ,
506
490
} ;
507
491
508
- export {
509
- DEXTests as DEXTests ,
510
- type SchemaData as SchemaData ,
511
- type SchemaHTTP as SchemaHTTP ,
512
- type DEXTestCreateResponse as DEXTestCreateResponse ,
513
- type DEXTestUpdateResponse as DEXTestUpdateResponse ,
514
- type DEXTestListResponse as DEXTestListResponse ,
515
- type DEXTestDeleteResponse as DEXTestDeleteResponse ,
516
- type DEXTestGetResponse as DEXTestGetResponse ,
517
- DEXTestListResponsesSinglePage as DEXTestListResponsesSinglePage ,
518
- type DEXTestCreateParams as DEXTestCreateParams ,
519
- type DEXTestUpdateParams as DEXTestUpdateParams ,
520
- type DEXTestListParams as DEXTestListParams ,
521
- type DEXTestDeleteParams as DEXTestDeleteParams ,
522
- type DEXTestGetParams as DEXTestGetParams ,
523
- } ;
492
+ export { DEXTests as DEXTests , type SchemaData as SchemaData , type SchemaHTTP as SchemaHTTP } ;
524
493
525
494
export {
526
495
Networks as Networks ,
0 commit comments