@hpcc-js/comms 3.8.1 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/browser/index.js +175 -86
  2. package/dist/browser/index.js.map +1 -1
  3. package/dist/browser/index.umd.cjs +1 -1
  4. package/dist/browser/index.umd.cjs.map +1 -1
  5. package/dist/node/index.cjs +39 -42
  6. package/dist/node/index.cjs.map +4 -4
  7. package/dist/node/index.js +39 -42
  8. package/dist/node/index.js.map +4 -4
  9. package/package.json +4 -5
  10. package/src/__package__.ts +2 -2
  11. package/src/ecl/logicalFile.ts +1 -0
  12. package/src/ecl/store.ts +1 -1
  13. package/src/index.node.ts +1 -1
  14. package/src/services/fileSpray.ts +1 -1
  15. package/src/services/wsCodesign.ts +7 -83
  16. package/src/services/wsDFU.ts +1 -1
  17. package/src/services/wsDFUXRef.ts +3 -304
  18. package/src/services/wsMachine.ts +1 -1
  19. package/src/services/wsPackageProcess.ts +1 -1
  20. package/src/services/wsSMC.ts +1 -1
  21. package/src/services/wsStore.ts +7 -205
  22. package/src/services/wsTopology.ts +1 -1
  23. package/src/services/wsWorkunits.ts +0 -8
  24. package/src/services/wsdl/FileSpray/v1.27/FileSpray.ts +930 -0
  25. package/src/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.ts +227 -0
  26. package/src/services/wsdl/WsDfu/v1.66/WsDfu.ts +1267 -0
  27. package/src/services/wsdl/WsDfu/v1.67/WsDfu.ts +1268 -0
  28. package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +12 -15
  29. package/src/services/wsdl/WsPackageProcess/v1.07/WsPackageProcess.ts +500 -0
  30. package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +43 -122
  31. package/src/services/wsdl/WsSMC/v1.28/WsSMC.ts +645 -0
  32. package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +65 -164
  33. package/src/services/wsdl/WsTopology/v1.33/WsTopology.ts +835 -0
  34. package/src/services/wsdl/WsWorkunits/v2.02/WsWorkunits.ts +6 -1
  35. package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +15 -20
  36. package/src/services/wsdl/ws_elk/v1/ws_elk.ts +4 -4
  37. package/src/services/wsdl/ws_machine/v1.18/ws_machine.ts +497 -0
  38. package/src/services/wsdl/ws_machine/v1.19/ws_machine.ts +497 -0
  39. package/src/services/wsdl/wsstore/v1.02/wsstore.ts +29 -40
  40. package/types/__package__.d.ts +2 -2
  41. package/types/ecl/logicalFile.d.ts +1 -0
  42. package/types/services/fileSpray.d.ts +1 -1
  43. package/types/services/wsCodesign.d.ts +5 -55
  44. package/types/services/wsDFU.d.ts +1 -1
  45. package/types/services/wsDFUXRef.d.ts +3 -218
  46. package/types/services/wsMachine.d.ts +1 -1
  47. package/types/services/wsPackageProcess.d.ts +1 -1
  48. package/types/services/wsSMC.d.ts +1 -1
  49. package/types/services/wsStore.d.ts +5 -145
  50. package/types/services/wsTopology.d.ts +1 -1
  51. package/types/services/wsdl/FileSpray/{v1.26 → v1.27}/FileSpray.d.ts +1 -0
  52. package/types/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.d.ts +147 -0
  53. package/types/services/wsdl/WsDfu/{v1.65 → v1.67}/WsDfu.d.ts +16 -0
  54. package/types/services/wsdl/WsPackageProcess/{v1.04 → v1.07}/WsPackageProcess.d.ts +75 -95
  55. package/types/services/wsdl/WsSMC/{v1.27 → v1.28}/WsSMC.d.ts +84 -122
  56. package/types/services/wsdl/WsTopology/{v1.32 → v1.33}/WsTopology.d.ts +97 -164
  57. package/types/services/wsdl/WsWorkunits/v2.02/WsWorkunits.d.ts +6 -1
  58. package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +60 -0
  59. package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +2 -2
  60. package/types/services/wsdl/ws_machine/{v1.17 → v1.19}/ws_machine.d.ts +65 -138
  61. package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +166 -0
@@ -5,11 +5,27 @@ export declare namespace WsTopology {
5
5
  type base64Binary = string;
6
6
  type unsignedInt = number;
7
7
  type long = number;
8
+ enum TpConfigResponseFormat {
9
+ XML = "XML",
10
+ YAML = "YAML"
11
+ }
8
12
  enum RoxieQueueFilter {
9
13
  All = "All",
10
14
  QueriesOnly = "QueriesOnly",
11
15
  WorkunitsOnly = "WorkunitsOnly"
12
16
  }
17
+ enum TpMachineType {
18
+ ALLNODES = "ALLNODES",
19
+ THORMACHINES = "THORMACHINES",
20
+ HOLEMACHINES = "HOLEMACHINES",
21
+ ROXIEMACHINES = "ROXIEMACHINES",
22
+ MACHINES = "MACHINES",
23
+ AVAILABLEMACHINES = "AVAILABLEMACHINES",
24
+ DROPZONE = "DROPZONE",
25
+ STANDBYNNODE = "STANDBYNNODE",
26
+ THORSPARENODES = "THORSPARENODES",
27
+ HOLESTANDBYNODES = "HOLESTANDBYNODES"
28
+ }
13
29
  interface WsTopologyPingRequest {
14
30
  }
15
31
  interface WsTopologyPingResponse {
@@ -30,10 +46,7 @@ export declare namespace WsTopology {
30
46
  Exception: Exception[];
31
47
  }
32
48
  interface SystemLogResponse {
33
- Exceptions: {
34
- Source: string;
35
- Exception: Exception[];
36
- };
49
+ Exceptions: Exceptions;
37
50
  thefile: base64Binary;
38
51
  }
39
52
  interface TpClusterInfoRequest {
@@ -50,9 +63,7 @@ export declare namespace WsTopology {
50
63
  Exceptions: Exceptions;
51
64
  Name: string;
52
65
  WorkUnit: string;
53
- TpQueues: {
54
- TpQueue: TpQueue[];
55
- };
66
+ TpQueues: TpQueues;
56
67
  }
57
68
  interface TpClusterQueryRequest {
58
69
  Type?: string;
@@ -86,9 +97,7 @@ export declare namespace WsTopology {
86
97
  DataModel: string;
87
98
  OS: int;
88
99
  HasThorSpareProcess: boolean;
89
- TpMachines: {
90
- TpMachine: TpMachine[];
91
- };
100
+ TpMachines: TpMachines;
92
101
  }
93
102
  interface TpClusters {
94
103
  TpCluster: TpCluster[];
@@ -97,9 +106,34 @@ export declare namespace WsTopology {
97
106
  Exceptions: Exceptions;
98
107
  EnableSNMP: boolean;
99
108
  AcceptLanguage: string;
100
- TpClusters: {
101
- TpCluster: TpCluster[];
102
- };
109
+ TpClusters: TpClusters;
110
+ }
111
+ interface ComponentNames {
112
+ Item: string[];
113
+ }
114
+ interface TpComponentConfigurationRequest {
115
+ ComponentNames?: ComponentNames;
116
+ }
117
+ interface Result {
118
+ ComponentName: string;
119
+ Configuration: string;
120
+ }
121
+ interface Results {
122
+ Result: Result[];
123
+ }
124
+ interface TpComponentConfigurationResponse {
125
+ Exceptions: Exceptions;
126
+ ConfigFormat: TpConfigResponseFormat;
127
+ Results: Results;
128
+ }
129
+ interface TpConfiguredComponentsRequest {
130
+ }
131
+ interface ConfiguredComponents {
132
+ Item: string[];
133
+ }
134
+ interface TpConfiguredComponentsResponse {
135
+ Exceptions: Exceptions;
136
+ ConfiguredComponents: ConfiguredComponents;
103
137
  }
104
138
  interface TpDropZoneQueryRequest {
105
139
  Name?: string;
@@ -119,9 +153,7 @@ export declare namespace WsTopology {
119
153
  }
120
154
  interface TpDropZoneQueryResponse {
121
155
  Exceptions: Exceptions;
122
- TpDropZones: {
123
- TpDropZone: TpDropZone[];
124
- };
156
+ TpDropZones: TpDropZones;
125
157
  }
126
158
  interface TpGetComponentFileRequest {
127
159
  CompType?: string;
@@ -149,9 +181,7 @@ export declare namespace WsTopology {
149
181
  }
150
182
  interface TpGetServicePluginsResponse {
151
183
  Exceptions: Exceptions;
152
- Plugins: {
153
- Plugin: Plugin[];
154
- };
184
+ Plugins: Plugins;
155
185
  }
156
186
  interface TpGroupQueryRequest {
157
187
  Kind?: string;
@@ -166,9 +196,7 @@ export declare namespace WsTopology {
166
196
  }
167
197
  interface TpGroupQueryResponse {
168
198
  Exceptions: Exceptions;
169
- TpGroups: {
170
- TpGroup: TpGroup[];
171
- };
199
+ TpGroups: TpGroups;
172
200
  }
173
201
  interface TpListLogFilesRequest {
174
202
  NetworkAddress?: string;
@@ -187,9 +215,7 @@ export declare namespace WsTopology {
187
215
  }
188
216
  interface TpListLogFilesResponse {
189
217
  Exceptions: Exceptions;
190
- Files: {
191
- LogFileStruct: LogFileStruct[];
192
- };
218
+ Files: Files;
193
219
  }
194
220
  interface TpListTargetClustersRequest {
195
221
  }
@@ -203,9 +229,7 @@ export declare namespace WsTopology {
203
229
  }
204
230
  interface TpListTargetClustersResponse {
205
231
  Exceptions: Exceptions;
206
- TargetClusters: {
207
- TpClusterNameType: TpClusterNameType[];
208
- };
232
+ TargetClusters: TargetClusters;
209
233
  }
210
234
  interface TpLogFileRequest {
211
235
  Name?: string;
@@ -247,9 +271,7 @@ export declare namespace WsTopology {
247
271
  NextPage: int;
248
272
  TotalPages: int;
249
273
  AcceptLanguage: string;
250
- LogFieldNames: {
251
- Item: string[];
252
- };
274
+ LogFieldNames: LogFieldNames;
253
275
  }
254
276
  interface TpLogicalClusterQueryRequest {
255
277
  EclServerQueue?: string;
@@ -268,9 +290,7 @@ export declare namespace WsTopology {
268
290
  }
269
291
  interface TpLogicalClusterQueryResponse {
270
292
  Exceptions: Exceptions;
271
- TpLogicalClusters: {
272
- TpLogicalCluster: TpLogicalCluster[];
273
- };
293
+ TpLogicalClusters: TpLogicalClusters;
274
294
  }
275
295
  interface TpMachineInfoRequest {
276
296
  Name?: string;
@@ -292,23 +312,10 @@ export declare namespace WsTopology {
292
312
  }
293
313
  interface TpMachineInfoResponse {
294
314
  Exceptions: Exceptions;
295
- MachineInfo: {
296
- Name: string;
297
- Netaddress: string;
298
- ConfigNetaddress: string;
299
- Domain: string;
300
- Directory: string;
301
- Type: string;
302
- Available: string;
303
- OS: int;
304
- Path: string;
305
- Port: int;
306
- ProcessNumber: int;
307
- Channels: unsignedInt;
308
- };
315
+ MachineInfo: MachineInfo;
309
316
  }
310
317
  interface TpMachineQueryRequest {
311
- Type?: string;
318
+ Type?: TpMachineType;
312
319
  Cluster?: string;
313
320
  OldIP?: string;
314
321
  Path?: string;
@@ -319,7 +326,7 @@ export declare namespace WsTopology {
319
326
  Exceptions: Exceptions;
320
327
  EnablePreflightInfo: boolean;
321
328
  HasThorSpareProcess: boolean;
322
- Type: string;
329
+ Type: TpMachineType;
323
330
  Cluster: string;
324
331
  OldIP: string;
325
332
  LogDirectory: string;
@@ -435,9 +442,7 @@ export declare namespace WsTopology {
435
442
  Path: string;
436
443
  LogDirectory: string;
437
444
  TpMachines: TpMachines;
438
- TpBindings: {
439
- TpBinding: TpBinding[];
440
- };
445
+ TpBindings: TpBindings;
441
446
  }
442
447
  interface TpEspServers {
443
448
  TpEspServer: TpEspServer[];
@@ -513,49 +518,21 @@ export declare namespace WsTopology {
513
518
  TpSparkThor: TpSparkThor[];
514
519
  }
515
520
  interface ServiceList {
516
- TpDalis: {
517
- TpDali: TpDali[];
518
- };
519
- TpDfuServers: {
520
- TpDfuServer: TpDfuServer[];
521
- };
522
- TpDkcSlaves: {
523
- TpDkcSlave: TpDkcSlave[];
524
- };
521
+ TpDalis: TpDalis;
522
+ TpDfuServers: TpDfuServers;
523
+ TpDkcSlaves: TpDkcSlaves;
525
524
  TpDropZones: TpDropZones;
526
- TpEclAgents: {
527
- TpEclAgent: TpEclAgent[];
528
- };
529
- TpEclServers: {
530
- TpEclServer: TpEclServer[];
531
- };
532
- TpEclCCServers: {
533
- TpEclServer: TpEclServer[];
534
- };
535
- TpEclSchedulers: {
536
- TpEclScheduler: TpEclScheduler[];
537
- };
538
- TpEspServers: {
539
- TpEspServer: TpEspServer[];
540
- };
541
- TpFTSlaves: {
542
- TpFTSlave: TpFTSlave[];
543
- };
544
- TpGenesisServers: {
545
- TpGenesisServer: TpGenesisServer[];
546
- };
547
- TpLdapServers: {
548
- TpLdapServer: TpLdapServer[];
549
- };
550
- TpMySqlServers: {
551
- TpMySqlServer: TpMySqlServer[];
552
- };
553
- TpSashaServers: {
554
- TpSashaServer: TpSashaServer[];
555
- };
556
- TpSparkThors: {
557
- TpSparkThor: TpSparkThor[];
558
- };
525
+ TpEclAgents: TpEclAgents;
526
+ TpEclServers: TpEclServers;
527
+ TpEclCCServers: TpEclCCServers;
528
+ TpEclSchedulers: TpEclSchedulers;
529
+ TpEspServers: TpEspServers;
530
+ TpFTSlaves: TpFTSlaves;
531
+ TpGenesisServers: TpGenesisServers;
532
+ TpLdapServers: TpLdapServers;
533
+ TpMySqlServers: TpMySqlServers;
534
+ TpSashaServers: TpSashaServers;
535
+ TpSparkThors: TpSparkThors;
559
536
  }
560
537
  interface TpServiceQueryResponse {
561
538
  Exceptions: Exceptions;
@@ -568,51 +545,7 @@ export declare namespace WsTopology {
568
545
  AcceptLanguage: string;
569
546
  MemThresholdType: string;
570
547
  DiskThresholdType: string;
571
- ServiceList: {
572
- TpDalis: {
573
- TpDali: TpDali[];
574
- };
575
- TpDfuServers: {
576
- TpDfuServer: TpDfuServer[];
577
- };
578
- TpDkcSlaves: {
579
- TpDkcSlave: TpDkcSlave[];
580
- };
581
- TpDropZones: TpDropZones;
582
- TpEclAgents: {
583
- TpEclAgent: TpEclAgent[];
584
- };
585
- TpEclServers: {
586
- TpEclServer: TpEclServer[];
587
- };
588
- TpEclCCServers: {
589
- TpEclServer: TpEclServer[];
590
- };
591
- TpEclSchedulers: {
592
- TpEclScheduler: TpEclScheduler[];
593
- };
594
- TpEspServers: {
595
- TpEspServer: TpEspServer[];
596
- };
597
- TpFTSlaves: {
598
- TpFTSlave: TpFTSlave[];
599
- };
600
- TpGenesisServers: {
601
- TpGenesisServer: TpGenesisServer[];
602
- };
603
- TpLdapServers: {
604
- TpLdapServer: TpLdapServer[];
605
- };
606
- TpMySqlServers: {
607
- TpMySqlServer: TpMySqlServer[];
608
- };
609
- TpSashaServers: {
610
- TpSashaServer: TpSashaServer[];
611
- };
612
- TpSparkThors: {
613
- TpSparkThor: TpSparkThor[];
614
- };
615
- };
548
+ ServiceList: ServiceList;
616
549
  }
617
550
  interface TpSetMachineStatusRequest {
618
551
  MachinePath?: string;
@@ -659,9 +592,7 @@ export declare namespace WsTopology {
659
592
  DiskThresholdType: string;
660
593
  PreflightProcessFilter: string;
661
594
  AcceptLanguage: string;
662
- TpTargetClusters: {
663
- TpTargetCluster: TpTargetCluster[];
664
- };
595
+ TpTargetClusters: TpTargetClusters;
665
596
  }
666
597
  interface TpThorStatusRequest {
667
598
  Name?: string;
@@ -691,25 +622,27 @@ export declare namespace WsTopology {
691
622
  }
692
623
  export declare class TopologyServiceBase extends Service {
693
624
  constructor(optsConnection: IOptions | IConnection);
694
- Ping(request: WsTopology.WsTopologyPingRequest): Promise<WsTopology.WsTopologyPingResponse>;
695
- SystemLog(request: WsTopology.SystemLogRequest): Promise<WsTopology.SystemLogResponse>;
696
- TpClusterInfo(request: WsTopology.TpClusterInfoRequest): Promise<WsTopology.TpClusterInfoResponse>;
697
- TpClusterQuery(request: WsTopology.TpClusterQueryRequest): Promise<WsTopology.TpClusterQueryResponse>;
698
- TpDropZoneQuery(request: WsTopology.TpDropZoneQueryRequest): Promise<WsTopology.TpDropZoneQueryResponse>;
699
- TpGetComponentFile(request: WsTopology.TpGetComponentFileRequest): Promise<WsTopology.TpGetComponentFileResponse>;
700
- TpGetServicePlugins(request: WsTopology.TpGetServicePluginsRequest): Promise<WsTopology.TpGetServicePluginsResponse>;
701
- TpGroupQuery(request: WsTopology.TpGroupQueryRequest): Promise<WsTopology.TpGroupQueryResponse>;
702
- TpListLogFiles(request: WsTopology.TpListLogFilesRequest): Promise<WsTopology.TpListLogFilesResponse>;
703
- TpListTargetClusters(request: WsTopology.TpListTargetClustersRequest): Promise<WsTopology.TpListTargetClustersResponse>;
704
- TpLogFile(request: WsTopology.TpLogFileRequest): Promise<WsTopology.TpLogFileResponse>;
705
- TpLogFileDisplay(request: WsTopology.TpLogFileRequest): Promise<WsTopology.TpLogFileResponse>;
706
- TpLogicalClusterQuery(request: WsTopology.TpLogicalClusterQueryRequest): Promise<WsTopology.TpLogicalClusterQueryResponse>;
707
- TpMachineInfo(request: WsTopology.TpMachineInfoRequest): Promise<WsTopology.TpMachineInfoResponse>;
708
- TpMachineQuery(request: WsTopology.TpMachineQueryRequest): Promise<WsTopology.TpMachineQueryResponse>;
709
- TpServiceQuery(request: WsTopology.TpServiceQueryRequest): Promise<WsTopology.TpServiceQueryResponse>;
710
- TpSetMachineStatus(request: WsTopology.TpSetMachineStatusRequest): Promise<WsTopology.TpSetMachineStatusResponse>;
711
- TpSwapNode(request: WsTopology.TpSwapNodeRequest): Promise<WsTopology.TpSwapNodeResponse>;
712
- TpTargetClusterQuery(request: WsTopology.TpTargetClusterQueryRequest): Promise<WsTopology.TpTargetClusterQueryResponse>;
713
- TpThorStatus(request: WsTopology.TpThorStatusRequest): Promise<WsTopology.TpThorStatusResponse>;
714
- TpXMLFile(request: WsTopology.TpXMLFileRequest): Promise<WsTopology.TpXMLFileResponse>;
625
+ Ping(request: Partial<WsTopology.WsTopologyPingRequest>): Promise<WsTopology.WsTopologyPingResponse>;
626
+ SystemLog(request: Partial<WsTopology.SystemLogRequest>): Promise<WsTopology.SystemLogResponse>;
627
+ TpClusterInfo(request: Partial<WsTopology.TpClusterInfoRequest>): Promise<WsTopology.TpClusterInfoResponse>;
628
+ TpClusterQuery(request: Partial<WsTopology.TpClusterQueryRequest>): Promise<WsTopology.TpClusterQueryResponse>;
629
+ TpComponentConfiguration(request: Partial<WsTopology.TpComponentConfigurationRequest>): Promise<WsTopology.TpComponentConfigurationResponse>;
630
+ TpConfiguredComponents(request: Partial<WsTopology.TpConfiguredComponentsRequest>): Promise<WsTopology.TpConfiguredComponentsResponse>;
631
+ TpDropZoneQuery(request: Partial<WsTopology.TpDropZoneQueryRequest>): Promise<WsTopology.TpDropZoneQueryResponse>;
632
+ TpGetComponentFile(request: Partial<WsTopology.TpGetComponentFileRequest>): Promise<WsTopology.TpGetComponentFileResponse>;
633
+ TpGetServicePlugins(request: Partial<WsTopology.TpGetServicePluginsRequest>): Promise<WsTopology.TpGetServicePluginsResponse>;
634
+ TpGroupQuery(request: Partial<WsTopology.TpGroupQueryRequest>): Promise<WsTopology.TpGroupQueryResponse>;
635
+ TpListLogFiles(request: Partial<WsTopology.TpListLogFilesRequest>): Promise<WsTopology.TpListLogFilesResponse>;
636
+ TpListTargetClusters(request: Partial<WsTopology.TpListTargetClustersRequest>): Promise<WsTopology.TpListTargetClustersResponse>;
637
+ TpLogFile(request: Partial<WsTopology.TpLogFileRequest>): Promise<WsTopology.TpLogFileResponse>;
638
+ TpLogFileDisplay(request: Partial<WsTopology.TpLogFileRequest>): Promise<WsTopology.TpLogFileResponse>;
639
+ TpLogicalClusterQuery(request: Partial<WsTopology.TpLogicalClusterQueryRequest>): Promise<WsTopology.TpLogicalClusterQueryResponse>;
640
+ TpMachineInfo(request: Partial<WsTopology.TpMachineInfoRequest>): Promise<WsTopology.TpMachineInfoResponse>;
641
+ TpMachineQuery(request: Partial<WsTopology.TpMachineQueryRequest>): Promise<WsTopology.TpMachineQueryResponse>;
642
+ TpServiceQuery(request: Partial<WsTopology.TpServiceQueryRequest>): Promise<WsTopology.TpServiceQueryResponse>;
643
+ TpSetMachineStatus(request: Partial<WsTopology.TpSetMachineStatusRequest>): Promise<WsTopology.TpSetMachineStatusResponse>;
644
+ TpSwapNode(request: Partial<WsTopology.TpSwapNodeRequest>): Promise<WsTopology.TpSwapNodeResponse>;
645
+ TpTargetClusterQuery(request: Partial<WsTopology.TpTargetClusterQueryRequest>): Promise<WsTopology.TpTargetClusterQueryResponse>;
646
+ TpThorStatus(request: Partial<WsTopology.TpThorStatusRequest>): Promise<WsTopology.TpThorStatusResponse>;
647
+ TpXMLFile(request: Partial<WsTopology.TpXMLFileRequest>): Promise<WsTopology.TpXMLFileResponse>;
715
648
  }
@@ -443,6 +443,7 @@ export declare namespace WsWorkunits {
443
443
  StopIfFilesCopied: boolean;
444
444
  DfuPublisherWuid: string;
445
445
  RemoteStorage: string;
446
+ KeyCompression: string;
446
447
  }
447
448
  interface CopiedQueries {
448
449
  QueryId: string[];
@@ -758,7 +759,7 @@ export declare namespace WsWorkunits {
758
759
  SelectColumnMode: LogSelectColumnMode;
759
760
  CustomColumns: CustomColumns;
760
761
  ComponentsFilter: ComponentsFilter;
761
- Format: LogAccessLogFormat;
762
+ Format: string;
762
763
  sortByTimeDirection: SortDirection;
763
764
  LogEventType: LogEventClass;
764
765
  }
@@ -1615,6 +1616,7 @@ export declare namespace WsWorkunits {
1615
1616
  StopIfFilesCopied: boolean;
1616
1617
  DfuPublisherWuid: string;
1617
1618
  RemoteStorage: string;
1619
+ KeyCompression: string;
1618
1620
  }
1619
1621
  interface WUPublishWorkunitResponse {
1620
1622
  Exceptions: Exceptions;
@@ -2026,6 +2028,7 @@ export declare namespace WsWorkunits {
2026
2028
  StopIfFilesCopied: boolean;
2027
2029
  DfuPublisherWuid: string;
2028
2030
  RemoteStorage: string;
2031
+ KeyCompression: string;
2029
2032
  }
2030
2033
  interface WUQuerySetCopyQueryResponse {
2031
2034
  Exceptions: Exceptions;
@@ -2094,6 +2097,7 @@ export declare namespace WsWorkunits {
2094
2097
  StopIfFilesCopied: boolean;
2095
2098
  DfuPublisherWuid: string;
2096
2099
  RemoteStorage: string;
2100
+ KeyCompression: string;
2097
2101
  }
2098
2102
  interface ImportedQueries {
2099
2103
  QueryId: string[];
@@ -2191,6 +2195,7 @@ export declare namespace WsWorkunits {
2191
2195
  StopIfFilesCopied: boolean;
2192
2196
  DfuPublisherWuid: string;
2193
2197
  RemoteStorage: string;
2198
+ KeyCompression: string;
2194
2199
  }
2195
2200
  interface WURecreateQueryResponse {
2196
2201
  Exceptions: Exceptions;
@@ -0,0 +1,60 @@
1
+ import { IConnection, IOptions } from "../../../../connection.ts";
2
+ import { Service } from "../../../../espConnection.ts";
3
+ export declare namespace WsCodesign {
4
+ type int = number;
5
+ enum SigningMethodType {
6
+ gpg = "gpg"
7
+ }
8
+ interface ListUserIDsRequest {
9
+ }
10
+ interface Exception {
11
+ Code: string;
12
+ Audience: string;
13
+ Source: string;
14
+ Message: string;
15
+ }
16
+ interface Exceptions {
17
+ Source: string;
18
+ Exception: Exception[];
19
+ }
20
+ interface UserIDs {
21
+ Item: string[];
22
+ }
23
+ interface ListUserIDsResponse {
24
+ Exceptions: Exceptions;
25
+ UserIDs: UserIDs;
26
+ }
27
+ interface ws_codesignPingRequest {
28
+ }
29
+ interface ws_codesignPingResponse {
30
+ }
31
+ interface SignRequest {
32
+ SigningMethod?: SigningMethodType;
33
+ UserID?: string;
34
+ KeyPass?: string;
35
+ Text?: string;
36
+ }
37
+ interface SignResponse {
38
+ Exceptions: Exceptions;
39
+ RetCode: int;
40
+ ErrMsg: string;
41
+ SignedText: string;
42
+ }
43
+ interface VerifyRequest {
44
+ Text?: string;
45
+ }
46
+ interface VerifyResponse {
47
+ Exceptions: Exceptions;
48
+ RetCode: int;
49
+ ErrMsg: string;
50
+ IsVerified: boolean;
51
+ SignedBy: string;
52
+ }
53
+ }
54
+ export declare class CodesignServiceBase extends Service {
55
+ constructor(optsConnection: IOptions | IConnection);
56
+ ListUserIDs(request: Partial<WsCodesign.ListUserIDsRequest>): Promise<WsCodesign.ListUserIDsResponse>;
57
+ Ping(request: Partial<WsCodesign.ws_codesignPingRequest>): Promise<WsCodesign.ws_codesignPingResponse>;
58
+ Sign(request: Partial<WsCodesign.SignRequest>): Promise<WsCodesign.SignResponse>;
59
+ Verify(request: Partial<WsCodesign.VerifyRequest>): Promise<WsCodesign.VerifyResponse>;
60
+ }
@@ -22,6 +22,6 @@ export declare namespace WsElk {
22
22
  }
23
23
  export declare class ElkServiceBase extends Service {
24
24
  constructor(optsConnection: IOptions | IConnection);
25
- GetConfigDetails(request: WsElk.GetConfigDetailsRequest): Promise<WsElk.GetConfigDetailsResponse>;
26
- Ping(request: WsElk.ws_elkPingRequest): Promise<WsElk.ws_elkPingResponse>;
25
+ GetConfigDetails(request: Partial<WsElk.GetConfigDetailsRequest>): Promise<WsElk.GetConfigDetailsResponse>;
26
+ Ping(request: Partial<WsElk.ws_elkPingRequest>): Promise<WsElk.ws_elkPingResponse>;
27
27
  }