@hpcc-js/comms 3.15.5 → 3.15.7

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 (53) hide show
  1. package/dist/browser/index.js +1 -1
  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 +9 -9
  6. package/dist/node/index.cjs.map +4 -4
  7. package/dist/node/index.js +9 -9
  8. package/dist/node/index.js.map +4 -4
  9. package/package.json +13 -11
  10. package/src/ecl/scope.ts +1 -2
  11. package/src/ecl/workunit.ts +1 -0
  12. package/src/services/fileSpray.ts +1 -26
  13. package/src/services/wsPackageProcess.ts +1 -1
  14. package/src/services/wsWorkunits.ts +1 -1
  15. package/src/services/wsdl/FileSpray/v1.27/FileSpray.ts +538 -538
  16. package/src/services/wsdl/FileSpray/v1.29/FileSpray.ts +946 -0
  17. package/src/services/wsdl/WsCloud/v1.02/WsCloud.ts +21 -21
  18. package/src/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.ts +70 -69
  19. package/src/services/wsdl/WsDali/v1.07/WsDali.ts +72 -72
  20. package/src/services/wsdl/WsDfu/v1.68/WsDfu.ts +1301 -0
  21. package/src/services/wsdl/WsESDLConfig/v1.5/WsESDLConfig.ts +366 -0
  22. package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +32 -32
  23. package/src/services/wsdl/WsPackageProcess/v1.08/WsPackageProcess.ts +503 -0
  24. package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +18 -18
  25. package/src/services/wsdl/WsTopology/v1.33/WsTopology.ts +383 -383
  26. package/src/services/wsdl/WsWorkunits/v2.05/WsWorkunits.ts +3177 -0
  27. package/src/services/wsdl/WsWorkunits/v2.08/WsWorkunits.ts +3179 -0
  28. package/src/services/wsdl/ws_access/v1.17/ws_access.ts +319 -319
  29. package/src/services/wsdl/ws_account/v1.07/ws_account.ts +39 -39
  30. package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +26 -26
  31. package/src/services/wsdl/ws_elk/v1/ws_elk.ts +14 -14
  32. package/src/services/wsdl/ws_machine/v1.19/ws_machine.ts +215 -215
  33. package/src/services/wsdl/wsstore/v1.02/wsstore.ts +72 -72
  34. package/types/ecl/workunit.d.ts +1 -0
  35. package/types/services/fileSpray.d.ts +1 -14
  36. package/types/services/wsPackageProcess.d.ts +1 -1
  37. package/types/services/wsWorkunits.d.ts +1 -1
  38. package/types/services/wsdl/FileSpray/v1.29/FileSpray.d.ts +751 -0
  39. package/types/services/wsdl/WsCloud/v1.02/WsCloud.d.ts +18 -18
  40. package/types/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.d.ts +58 -57
  41. package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +42 -42
  42. package/types/services/wsdl/WsPackageProcess/{v1.07 → v1.08}/WsPackageProcess.d.ts +121 -118
  43. package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +13 -13
  44. package/types/services/wsdl/WsTopology/v1.33/WsTopology.d.ts +360 -360
  45. package/types/services/wsdl/WsWorkunits/v2.08/WsWorkunits.d.ts +2573 -0
  46. package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +268 -268
  47. package/types/services/wsdl/ws_account/v1.07/ws_account.d.ts +34 -34
  48. package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +22 -22
  49. package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +12 -12
  50. package/types/services/wsdl/ws_machine/v1.19/ws_machine.d.ts +205 -205
  51. package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +61 -61
  52. package/types/services/wsdl/FileSpray/v1.27/FileSpray.d.ts +0 -736
  53. package/types/services/wsdl/WsWorkunits/v2.04/WsWorkunits.d.ts +0 -2565
@@ -36,124 +36,124 @@ export declare namespace WsTopology {
36
36
  Zip?: int;
37
37
  }
38
38
  interface Exception {
39
- Code: string;
40
- Audience: string;
41
- Source: string;
42
- Message: string;
39
+ Code?: string;
40
+ Audience?: string;
41
+ Source?: string;
42
+ Message?: string;
43
43
  }
44
44
  interface Exceptions {
45
- Source: string;
46
- Exception: Exception[];
45
+ Source?: string;
46
+ Exception?: Exception[];
47
47
  }
48
48
  interface SystemLogResponse {
49
- Exceptions: Exceptions;
50
- thefile: base64Binary;
49
+ Exceptions?: Exceptions;
50
+ thefile?: base64Binary;
51
51
  }
52
52
  interface TpClusterInfoRequest {
53
53
  Name?: string;
54
54
  }
55
55
  interface TpQueue {
56
- Name: string;
57
- WorkUnit: string;
56
+ Name?: string;
57
+ WorkUnit?: string;
58
58
  }
59
59
  interface TpQueues {
60
- TpQueue: TpQueue[];
60
+ TpQueue?: TpQueue[];
61
61
  }
62
62
  interface TpClusterInfoResponse {
63
- Exceptions: Exceptions;
64
- Name: string;
65
- WorkUnit: string;
66
- TpQueues: TpQueues;
63
+ Exceptions?: Exceptions;
64
+ Name?: string;
65
+ WorkUnit?: string;
66
+ TpQueues?: TpQueues;
67
67
  }
68
68
  interface TpClusterQueryRequest {
69
69
  Type?: string;
70
70
  }
71
71
  interface TpMachine {
72
- Name: string;
73
- Netaddress: string;
74
- ConfigNetaddress: string;
75
- Domain: string;
76
- Directory: string;
77
- Type: string;
78
- Available: string;
79
- OS: int;
80
- Path: string;
81
- Port: int;
82
- ProcessNumber: int;
83
- Channels: unsignedInt;
72
+ Name?: string;
73
+ Netaddress?: string;
74
+ ConfigNetaddress?: string;
75
+ Domain?: string;
76
+ Directory?: string;
77
+ Type?: string;
78
+ Available?: string;
79
+ OS?: int;
80
+ Path?: string;
81
+ Port?: int;
82
+ ProcessNumber?: int;
83
+ Channels?: unsignedInt;
84
84
  }
85
85
  interface TpMachines {
86
- TpMachine: TpMachine[];
86
+ TpMachine?: TpMachine[];
87
87
  }
88
88
  interface TpCluster {
89
- Type: string;
90
- Name: string;
91
- QueueName: string;
92
- Build: string;
93
- Directory: string;
94
- LogDirectory: string;
95
- Desc: string;
96
- Path: string;
97
- DataModel: string;
98
- OS: int;
99
- HasThorSpareProcess: boolean;
100
- TpMachines: TpMachines;
89
+ Type?: string;
90
+ Name?: string;
91
+ QueueName?: string;
92
+ Build?: string;
93
+ Directory?: string;
94
+ LogDirectory?: string;
95
+ Desc?: string;
96
+ Path?: string;
97
+ DataModel?: string;
98
+ OS?: int;
99
+ HasThorSpareProcess?: boolean;
100
+ TpMachines?: TpMachines;
101
101
  }
102
102
  interface TpClusters {
103
- TpCluster: TpCluster[];
103
+ TpCluster?: TpCluster[];
104
104
  }
105
105
  interface TpClusterQueryResponse {
106
- Exceptions: Exceptions;
107
- EnableSNMP: boolean;
108
- AcceptLanguage: string;
109
- TpClusters: TpClusters;
106
+ Exceptions?: Exceptions;
107
+ EnableSNMP?: boolean;
108
+ AcceptLanguage?: string;
109
+ TpClusters?: TpClusters;
110
110
  }
111
111
  interface ComponentNames {
112
- Item: string[];
112
+ Item?: string[];
113
113
  }
114
114
  interface TpComponentConfigurationRequest {
115
115
  ComponentNames?: ComponentNames;
116
116
  }
117
117
  interface Result {
118
- ComponentName: string;
119
- Configuration: string;
118
+ ComponentName?: string;
119
+ Configuration?: string;
120
120
  }
121
121
  interface Results {
122
- Result: Result[];
122
+ Result?: Result[];
123
123
  }
124
124
  interface TpComponentConfigurationResponse {
125
- Exceptions: Exceptions;
126
- ConfigFormat: TpConfigResponseFormat;
127
- Results: Results;
125
+ Exceptions?: Exceptions;
126
+ ConfigFormat?: TpConfigResponseFormat;
127
+ Results?: Results;
128
128
  }
129
129
  interface TpConfiguredComponentsRequest {
130
130
  }
131
131
  interface ConfiguredComponents {
132
- Item: string[];
132
+ Item?: string[];
133
133
  }
134
134
  interface TpConfiguredComponentsResponse {
135
- Exceptions: Exceptions;
136
- ConfiguredComponents: ConfiguredComponents;
135
+ Exceptions?: Exceptions;
136
+ ConfiguredComponents?: ConfiguredComponents;
137
137
  }
138
138
  interface TpDropZoneQueryRequest {
139
139
  Name?: string;
140
140
  ECLWatchVisibleOnly?: boolean;
141
141
  }
142
142
  interface TpDropZone {
143
- Name: string;
144
- Description: string;
145
- Build: string;
146
- Path: string;
147
- ECLWatchVisible: boolean;
148
- UMask: string;
149
- TpMachines: TpMachines;
143
+ Name?: string;
144
+ Description?: string;
145
+ Build?: string;
146
+ Path?: string;
147
+ ECLWatchVisible?: boolean;
148
+ UMask?: string;
149
+ TpMachines?: TpMachines;
150
150
  }
151
151
  interface TpDropZones {
152
- TpDropZone: TpDropZone[];
152
+ TpDropZone?: TpDropZone[];
153
153
  }
154
154
  interface TpDropZoneQueryResponse {
155
- Exceptions: Exceptions;
156
- TpDropZones: TpDropZones;
155
+ Exceptions?: Exceptions;
156
+ TpDropZones?: TpDropZones;
157
157
  }
158
158
  interface TpGetComponentFileRequest {
159
159
  CompType?: string;
@@ -165,71 +165,71 @@ export declare namespace WsTopology {
165
165
  PlainText?: string;
166
166
  }
167
167
  interface TpGetComponentFileResponse {
168
- Exceptions: Exceptions;
169
- FileContents: base64Binary;
168
+ Exceptions?: Exceptions;
169
+ FileContents?: base64Binary;
170
170
  }
171
171
  interface TpGetServicePluginsRequest {
172
172
  }
173
173
  interface Plugin {
174
- ShortName: string;
175
- LongName: string;
176
- FolderName: string;
177
- WidgetName: string;
174
+ ShortName?: string;
175
+ LongName?: string;
176
+ FolderName?: string;
177
+ WidgetName?: string;
178
178
  }
179
179
  interface Plugins {
180
- Plugin: Plugin[];
180
+ Plugin?: Plugin[];
181
181
  }
182
182
  interface TpGetServicePluginsResponse {
183
- Exceptions: Exceptions;
184
- Plugins: Plugins;
183
+ Exceptions?: Exceptions;
184
+ Plugins?: Plugins;
185
185
  }
186
186
  interface TpGroupQueryRequest {
187
187
  Kind?: string;
188
188
  }
189
189
  interface TpGroup {
190
- Name: string;
191
- Kind: string;
192
- ReplicateOutputs: boolean;
190
+ Name?: string;
191
+ Kind?: string;
192
+ ReplicateOutputs?: boolean;
193
193
  }
194
194
  interface TpGroups {
195
- TpGroup: TpGroup[];
195
+ TpGroup?: TpGroup[];
196
196
  }
197
197
  interface TpGroupQueryResponse {
198
- Exceptions: Exceptions;
199
- TpGroups: TpGroups;
198
+ Exceptions?: Exceptions;
199
+ TpGroups?: TpGroups;
200
200
  }
201
201
  interface TpListLogFilesRequest {
202
202
  NetworkAddress?: string;
203
203
  Path?: string;
204
204
  }
205
205
  interface LogFileStruct {
206
- Name: string;
207
- Path: string;
208
- Host: string;
209
- IsDir: boolean;
210
- FileSize: long;
211
- Modifiedtime: string;
206
+ Name?: string;
207
+ Path?: string;
208
+ Host?: string;
209
+ IsDir?: boolean;
210
+ FileSize?: long;
211
+ Modifiedtime?: string;
212
212
  }
213
213
  interface Files {
214
- LogFileStruct: LogFileStruct[];
214
+ LogFileStruct?: LogFileStruct[];
215
215
  }
216
216
  interface TpListLogFilesResponse {
217
- Exceptions: Exceptions;
218
- Files: Files;
217
+ Exceptions?: Exceptions;
218
+ Files?: Files;
219
219
  }
220
220
  interface TpListTargetClustersRequest {
221
221
  }
222
222
  interface TpClusterNameType {
223
- Name: string;
224
- Type: string;
225
- IsDefault: boolean;
223
+ Name?: string;
224
+ Type?: string;
225
+ IsDefault?: boolean;
226
226
  }
227
227
  interface TargetClusters {
228
- TpClusterNameType: TpClusterNameType[];
228
+ TpClusterNameType?: TpClusterNameType[];
229
229
  }
230
230
  interface TpListTargetClustersResponse {
231
- Exceptions: Exceptions;
232
- TargetClusters: TargetClusters;
231
+ Exceptions?: Exceptions;
232
+ TargetClusters?: TargetClusters;
233
233
  }
234
234
  interface TpLogFileRequest {
235
235
  Name?: string;
@@ -247,72 +247,72 @@ export declare namespace WsTopology {
247
247
  IncludeLogFieldNames?: boolean;
248
248
  }
249
249
  interface LogFieldNames {
250
- Item: string[];
250
+ Item?: string[];
251
251
  }
252
252
  interface TpLogFileResponse {
253
- Exceptions: Exceptions;
254
- Name: string;
255
- Type: string;
256
- StartDate: string;
257
- EndDate: string;
258
- LastHours: int;
259
- FirstRows: int;
260
- LastRows: int;
261
- Reversely: boolean;
262
- Zip: boolean;
263
- FilterType: int;
264
- LogData: string;
265
- HasDate: boolean;
266
- FileSize: long;
267
- PageFrom: long;
268
- PageTo: long;
269
- PageNumber: int;
270
- PrevPage: int;
271
- NextPage: int;
272
- TotalPages: int;
273
- AcceptLanguage: string;
274
- LogFieldNames: LogFieldNames;
253
+ Exceptions?: Exceptions;
254
+ Name?: string;
255
+ Type?: string;
256
+ StartDate?: string;
257
+ EndDate?: string;
258
+ LastHours?: int;
259
+ FirstRows?: int;
260
+ LastRows?: int;
261
+ Reversely?: boolean;
262
+ Zip?: boolean;
263
+ FilterType?: int;
264
+ LogData?: string;
265
+ HasDate?: boolean;
266
+ FileSize?: long;
267
+ PageFrom?: long;
268
+ PageTo?: long;
269
+ PageNumber?: int;
270
+ PrevPage?: int;
271
+ NextPage?: int;
272
+ TotalPages?: int;
273
+ AcceptLanguage?: string;
274
+ LogFieldNames?: LogFieldNames;
275
275
  }
276
276
  interface TpLogicalClusterQueryRequest {
277
277
  EclServerQueue?: string;
278
278
  RoxieQueueFilter?: RoxieQueueFilter;
279
279
  }
280
280
  interface TpLogicalCluster {
281
- Name: string;
282
- Queue: string;
283
- LanguageVersion: string;
284
- Process: string;
285
- Type: string;
286
- QueriesOnly: boolean;
281
+ Name?: string;
282
+ Queue?: string;
283
+ LanguageVersion?: string;
284
+ Process?: string;
285
+ Type?: string;
286
+ QueriesOnly?: boolean;
287
287
  }
288
288
  interface TpLogicalClusters {
289
- TpLogicalCluster: TpLogicalCluster[];
289
+ TpLogicalCluster?: TpLogicalCluster[];
290
290
  }
291
291
  interface TpLogicalClusterQueryResponse {
292
- Exceptions: Exceptions;
293
- TpLogicalClusters: TpLogicalClusters;
292
+ Exceptions?: Exceptions;
293
+ TpLogicalClusters?: TpLogicalClusters;
294
294
  }
295
295
  interface TpMachineInfoRequest {
296
296
  Name?: string;
297
297
  NetAddress?: string;
298
298
  }
299
299
  interface MachineInfo {
300
- Name: string;
301
- Netaddress: string;
302
- ConfigNetaddress: string;
303
- Domain: string;
304
- Directory: string;
305
- Type: string;
306
- Available: string;
307
- OS: int;
308
- Path: string;
309
- Port: int;
310
- ProcessNumber: int;
311
- Channels: unsignedInt;
300
+ Name?: string;
301
+ Netaddress?: string;
302
+ ConfigNetaddress?: string;
303
+ Domain?: string;
304
+ Directory?: string;
305
+ Type?: string;
306
+ Available?: string;
307
+ OS?: int;
308
+ Path?: string;
309
+ Port?: int;
310
+ ProcessNumber?: int;
311
+ Channels?: unsignedInt;
312
312
  }
313
313
  interface TpMachineInfoResponse {
314
- Exceptions: Exceptions;
315
- MachineInfo: MachineInfo;
314
+ Exceptions?: Exceptions;
315
+ MachineInfo?: MachineInfo;
316
316
  }
317
317
  interface TpMachineQueryRequest {
318
318
  Type?: TpMachineType;
@@ -323,237 +323,237 @@ export declare namespace WsTopology {
323
323
  LogDirectory?: string;
324
324
  }
325
325
  interface TpMachineQueryResponse {
326
- Exceptions: Exceptions;
327
- EnablePreflightInfo: boolean;
328
- HasThorSpareProcess: boolean;
329
- Type: TpMachineType;
330
- Cluster: string;
331
- OldIP: string;
332
- LogDirectory: string;
333
- Path: string;
334
- MemThreshold: int;
335
- DiskThreshold: int;
336
- CpuThreshold: int;
337
- MemThresholdType: string;
338
- DiskThresholdType: string;
339
- PreflightProcessFilter: string;
340
- EnableSNMP: boolean;
341
- AcceptLanguage: string;
342
- TpMachines: TpMachines;
326
+ Exceptions?: Exceptions;
327
+ EnablePreflightInfo?: boolean;
328
+ HasThorSpareProcess?: boolean;
329
+ Type?: TpMachineType;
330
+ Cluster?: string;
331
+ OldIP?: string;
332
+ LogDirectory?: string;
333
+ Path?: string;
334
+ MemThreshold?: int;
335
+ DiskThreshold?: int;
336
+ CpuThreshold?: int;
337
+ MemThresholdType?: string;
338
+ DiskThresholdType?: string;
339
+ PreflightProcessFilter?: string;
340
+ EnableSNMP?: boolean;
341
+ AcceptLanguage?: string;
342
+ TpMachines?: TpMachines;
343
343
  }
344
344
  interface TpServiceQueryRequest {
345
345
  Type?: string;
346
346
  }
347
347
  interface TpDali {
348
- Name: string;
349
- Description: string;
350
- Build: string;
351
- BackupComputer: string;
352
- BackupDirectory: string;
353
- Type: string;
354
- Path: string;
355
- LogDirectory: string;
356
- AuditLogDirectory: string;
357
- TpMachines: TpMachines;
348
+ Name?: string;
349
+ Description?: string;
350
+ Build?: string;
351
+ BackupComputer?: string;
352
+ BackupDirectory?: string;
353
+ Type?: string;
354
+ Path?: string;
355
+ LogDirectory?: string;
356
+ AuditLogDirectory?: string;
357
+ TpMachines?: TpMachines;
358
358
  }
359
359
  interface TpDalis {
360
- TpDali: TpDali[];
360
+ TpDali?: TpDali[];
361
361
  }
362
362
  interface TpDfuServer {
363
- Name: string;
364
- Description: string;
365
- Build: string;
366
- Queue: string;
367
- Type: string;
368
- Path: string;
369
- LogDirectory: string;
370
- TpMachines: TpMachines;
363
+ Name?: string;
364
+ Description?: string;
365
+ Build?: string;
366
+ Queue?: string;
367
+ Type?: string;
368
+ Path?: string;
369
+ LogDirectory?: string;
370
+ TpMachines?: TpMachines;
371
371
  }
372
372
  interface TpDfuServers {
373
- TpDfuServer: TpDfuServer[];
373
+ TpDfuServer?: TpDfuServer[];
374
374
  }
375
375
  interface TpDkcSlave {
376
- Name: string;
377
- Description: string;
378
- Build: string;
379
- Path: string;
380
- TpMachines: TpMachines;
376
+ Name?: string;
377
+ Description?: string;
378
+ Build?: string;
379
+ Path?: string;
380
+ TpMachines?: TpMachines;
381
381
  }
382
382
  interface TpDkcSlaves {
383
- TpDkcSlave: TpDkcSlave[];
383
+ TpDkcSlave?: TpDkcSlave[];
384
384
  }
385
385
  interface TpEclAgent {
386
- Name: string;
387
- Description: string;
388
- Build: string;
389
- Type: string;
390
- Path: string;
391
- DaliServer: string;
392
- LogDir: string;
393
- TpMachines: TpMachines;
386
+ Name?: string;
387
+ Description?: string;
388
+ Build?: string;
389
+ Type?: string;
390
+ Path?: string;
391
+ DaliServer?: string;
392
+ LogDir?: string;
393
+ TpMachines?: TpMachines;
394
394
  }
395
395
  interface TpEclAgents {
396
- TpEclAgent: TpEclAgent[];
396
+ TpEclAgent?: TpEclAgent[];
397
397
  }
398
398
  interface TpEclServer {
399
- Name: string;
400
- Description: string;
401
- Build: string;
402
- LogDirectory: string;
403
- Type: string;
404
- Path: string;
405
- TpMachines: TpMachines;
399
+ Name?: string;
400
+ Description?: string;
401
+ Build?: string;
402
+ LogDirectory?: string;
403
+ Type?: string;
404
+ Path?: string;
405
+ TpMachines?: TpMachines;
406
406
  }
407
407
  interface TpEclServers {
408
- TpEclServer: TpEclServer[];
408
+ TpEclServer?: TpEclServer[];
409
409
  }
410
410
  interface TpEclCCServers {
411
- TpEclServer: TpEclServer[];
411
+ TpEclServer?: TpEclServer[];
412
412
  }
413
413
  interface TpEclScheduler {
414
- Name: string;
415
- Description: string;
416
- Build: string;
417
- LogDirectory: string;
418
- Type: string;
419
- Path: string;
420
- TpMachines: TpMachines;
414
+ Name?: string;
415
+ Description?: string;
416
+ Build?: string;
417
+ LogDirectory?: string;
418
+ Type?: string;
419
+ Path?: string;
420
+ TpMachines?: TpMachines;
421
421
  }
422
422
  interface TpEclSchedulers {
423
- TpEclScheduler: TpEclScheduler[];
423
+ TpEclScheduler?: TpEclScheduler[];
424
424
  }
425
425
  interface TpBinding {
426
- Name: string;
427
- Service: string;
428
- ServiceType: string;
429
- BindingType: string;
430
- ServiceBuildSet: string;
431
- Port: string;
432
- Protocol: string;
426
+ Name?: string;
427
+ Service?: string;
428
+ ServiceType?: string;
429
+ BindingType?: string;
430
+ ServiceBuildSet?: string;
431
+ Port?: string;
432
+ Protocol?: string;
433
433
  }
434
434
  interface TpBindings {
435
- TpBinding: TpBinding[];
435
+ TpBinding?: TpBinding[];
436
436
  }
437
437
  interface TpEspServer {
438
- Name: string;
439
- Description: string;
440
- Build: string;
441
- Type: string;
442
- Path: string;
443
- LogDirectory: string;
444
- TpMachines: TpMachines;
445
- TpBindings: TpBindings;
438
+ Name?: string;
439
+ Description?: string;
440
+ Build?: string;
441
+ Type?: string;
442
+ Path?: string;
443
+ LogDirectory?: string;
444
+ TpMachines?: TpMachines;
445
+ TpBindings?: TpBindings;
446
446
  }
447
447
  interface TpEspServers {
448
- TpEspServer: TpEspServer[];
448
+ TpEspServer?: TpEspServer[];
449
449
  }
450
450
  interface TpFTSlave {
451
- Name: string;
452
- Description: string;
453
- Build: string;
454
- Path: string;
455
- TpMachines: TpMachines;
451
+ Name?: string;
452
+ Description?: string;
453
+ Build?: string;
454
+ Path?: string;
455
+ TpMachines?: TpMachines;
456
456
  }
457
457
  interface TpFTSlaves {
458
- TpFTSlave: TpFTSlave[];
458
+ TpFTSlave?: TpFTSlave[];
459
459
  }
460
460
  interface TpGenesisServer {
461
- Name: string;
462
- Description: string;
463
- Build: string;
464
- Path: string;
465
- TpMachines: TpMachines;
461
+ Name?: string;
462
+ Description?: string;
463
+ Build?: string;
464
+ Path?: string;
465
+ TpMachines?: TpMachines;
466
466
  }
467
467
  interface TpGenesisServers {
468
- TpGenesisServer: TpGenesisServer[];
468
+ TpGenesisServer?: TpGenesisServer[];
469
469
  }
470
470
  interface TpLdapServer {
471
- Name: string;
472
- Description: string;
473
- Build: string;
474
- Path: string;
475
- TpMachines: TpMachines;
471
+ Name?: string;
472
+ Description?: string;
473
+ Build?: string;
474
+ Path?: string;
475
+ TpMachines?: TpMachines;
476
476
  }
477
477
  interface TpLdapServers {
478
- TpLdapServer: TpLdapServer[];
478
+ TpLdapServer?: TpLdapServer[];
479
479
  }
480
480
  interface TpMySqlServer {
481
- Name: string;
482
- Description: string;
483
- Build: string;
484
- Path: string;
485
- TpMachines: TpMachines;
481
+ Name?: string;
482
+ Description?: string;
483
+ Build?: string;
484
+ Path?: string;
485
+ TpMachines?: TpMachines;
486
486
  }
487
487
  interface TpMySqlServers {
488
- TpMySqlServer: TpMySqlServer[];
488
+ TpMySqlServer?: TpMySqlServer[];
489
489
  }
490
490
  interface TpSashaServer {
491
- Name: string;
492
- Description: string;
493
- Build: string;
494
- Path: string;
495
- LogDirectory: string;
496
- TpMachines: TpMachines;
491
+ Name?: string;
492
+ Description?: string;
493
+ Build?: string;
494
+ Path?: string;
495
+ LogDirectory?: string;
496
+ TpMachines?: TpMachines;
497
497
  }
498
498
  interface TpSashaServers {
499
- TpSashaServer: TpSashaServer[];
499
+ TpSashaServer?: TpSashaServer[];
500
500
  }
501
501
  interface TpSparkThor {
502
- Name: string;
503
- Build: string;
504
- ThorClusterName: string;
505
- ThorPath: string;
506
- SparkExecutorCores: unsignedInt;
507
- SparkExecutorMemory: long;
508
- SparkMasterPort: unsignedInt;
509
- SparkMasterWebUIPort: unsignedInt;
510
- SparkWorkerCores: unsignedInt;
511
- SparkWorkerMemory: long;
512
- SparkWorkerPort: unsignedInt;
513
- LogDirectory: string;
514
- Path: string;
515
- TpMachines: TpMachines;
502
+ Name?: string;
503
+ Build?: string;
504
+ ThorClusterName?: string;
505
+ ThorPath?: string;
506
+ SparkExecutorCores?: unsignedInt;
507
+ SparkExecutorMemory?: long;
508
+ SparkMasterPort?: unsignedInt;
509
+ SparkMasterWebUIPort?: unsignedInt;
510
+ SparkWorkerCores?: unsignedInt;
511
+ SparkWorkerMemory?: long;
512
+ SparkWorkerPort?: unsignedInt;
513
+ LogDirectory?: string;
514
+ Path?: string;
515
+ TpMachines?: TpMachines;
516
516
  }
517
517
  interface TpSparkThors {
518
- TpSparkThor: TpSparkThor[];
518
+ TpSparkThor?: TpSparkThor[];
519
519
  }
520
520
  interface ServiceList {
521
- TpDalis: TpDalis;
522
- TpDfuServers: TpDfuServers;
523
- TpDkcSlaves: TpDkcSlaves;
524
- TpDropZones: TpDropZones;
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;
521
+ TpDalis?: TpDalis;
522
+ TpDfuServers?: TpDfuServers;
523
+ TpDkcSlaves?: TpDkcSlaves;
524
+ TpDropZones?: TpDropZones;
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;
536
536
  }
537
537
  interface TpServiceQueryResponse {
538
- Exceptions: Exceptions;
539
- MemThreshold: int;
540
- DiskThreshold: int;
541
- CpuThreshold: int;
542
- EncapsulatedSystem: boolean;
543
- EnableSNMP: boolean;
544
- PreflightProcessFilter: string;
545
- AcceptLanguage: string;
546
- MemThresholdType: string;
547
- DiskThresholdType: string;
548
- ServiceList: ServiceList;
538
+ Exceptions?: Exceptions;
539
+ MemThreshold?: int;
540
+ DiskThreshold?: int;
541
+ CpuThreshold?: int;
542
+ EncapsulatedSystem?: boolean;
543
+ EnableSNMP?: boolean;
544
+ PreflightProcessFilter?: string;
545
+ AcceptLanguage?: string;
546
+ MemThresholdType?: string;
547
+ DiskThresholdType?: string;
548
+ ServiceList?: ServiceList;
549
549
  }
550
550
  interface TpSetMachineStatusRequest {
551
551
  MachinePath?: string;
552
552
  StatusValue?: string;
553
553
  }
554
554
  interface TpSetMachineStatusResponse {
555
- Exceptions: Exceptions;
556
- TpSetMachineStatusResult: boolean;
555
+ Exceptions?: Exceptions;
556
+ TpSetMachineStatusResult?: boolean;
557
557
  }
558
558
  interface TpSwapNodeRequest {
559
559
  Cluster?: string;
@@ -561,8 +561,8 @@ export declare namespace WsTopology {
561
561
  NewIP?: string;
562
562
  }
563
563
  interface TpSwapNodeResponse {
564
- Exceptions: Exceptions;
565
- TpSwapNodeResult: boolean;
564
+ Exceptions?: Exceptions;
565
+ TpSwapNodeResult?: boolean;
566
566
  }
567
567
  interface TpTargetClusterQueryRequest {
568
568
  Type?: string;
@@ -570,79 +570,79 @@ export declare namespace WsTopology {
570
570
  ShowDetails?: boolean;
571
571
  }
572
572
  interface TpTargetCluster {
573
- Name: string;
574
- Prefix: string;
575
- Type: string;
576
- TpClusters: TpClusters;
577
- TpEclCCServers: TpEclCCServers;
578
- TpEclServers: TpEclServers;
579
- TpEclAgents: TpEclAgents;
580
- TpEclSchedulers: TpEclSchedulers;
573
+ Name?: string;
574
+ Prefix?: string;
575
+ Type?: string;
576
+ TpClusters?: TpClusters;
577
+ TpEclCCServers?: TpEclCCServers;
578
+ TpEclServers?: TpEclServers;
579
+ TpEclAgents?: TpEclAgents;
580
+ TpEclSchedulers?: TpEclSchedulers;
581
581
  }
582
582
  interface TpTargetClusters {
583
- TpTargetCluster: TpTargetCluster[];
583
+ TpTargetCluster?: TpTargetCluster[];
584
584
  }
585
585
  interface TpTargetClusterQueryResponse {
586
- Exceptions: Exceptions;
587
- ShowDetails: boolean;
588
- MemThreshold: int;
589
- DiskThreshold: int;
590
- CpuThreshold: int;
591
- MemThresholdType: string;
592
- DiskThresholdType: string;
593
- PreflightProcessFilter: string;
594
- AcceptLanguage: string;
595
- TpTargetClusters: TpTargetClusters;
586
+ Exceptions?: Exceptions;
587
+ ShowDetails?: boolean;
588
+ MemThreshold?: int;
589
+ DiskThreshold?: int;
590
+ CpuThreshold?: int;
591
+ MemThresholdType?: string;
592
+ DiskThresholdType?: string;
593
+ PreflightProcessFilter?: string;
594
+ AcceptLanguage?: string;
595
+ TpTargetClusters?: TpTargetClusters;
596
596
  }
597
597
  interface TpThorStatusRequest {
598
598
  Name?: string;
599
599
  }
600
600
  interface TpThorStatusResponse {
601
- Exceptions: Exceptions;
602
- Name: string;
603
- Queue: string;
604
- Group: string;
605
- ThorMasterIPAddress: string;
606
- Port: int;
607
- StartTime: string;
608
- LogFile: string;
609
- Wuid: string;
610
- Graph: string;
611
- SubGraph: int;
612
- SubGraphDuration: int;
613
- AutoRefresh: int;
601
+ Exceptions?: Exceptions;
602
+ Name?: string;
603
+ Queue?: string;
604
+ Group?: string;
605
+ ThorMasterIPAddress?: string;
606
+ Port?: int;
607
+ StartTime?: string;
608
+ LogFile?: string;
609
+ Wuid?: string;
610
+ Graph?: string;
611
+ SubGraph?: int;
612
+ SubGraphDuration?: int;
613
+ AutoRefresh?: int;
614
614
  }
615
615
  interface TpXMLFileRequest {
616
616
  Name?: string;
617
617
  }
618
618
  interface TpXMLFileResponse {
619
- Exceptions: Exceptions;
620
- thefile: base64Binary;
619
+ Exceptions?: Exceptions;
620
+ thefile?: base64Binary;
621
621
  }
622
622
  }
623
623
  export declare class TopologyServiceBase extends Service {
624
624
  constructor(optsConnection: IOptions | IConnection);
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>;
625
+ Ping(request: WsTopology.WsTopologyPingRequest, abortSignal?: AbortSignal): Promise<WsTopology.WsTopologyPingResponse>;
626
+ SystemLog(request: WsTopology.SystemLogRequest, abortSignal?: AbortSignal): Promise<WsTopology.SystemLogResponse>;
627
+ TpClusterInfo(request: WsTopology.TpClusterInfoRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpClusterInfoResponse>;
628
+ TpClusterQuery(request: WsTopology.TpClusterQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpClusterQueryResponse>;
629
+ TpComponentConfiguration(request: WsTopology.TpComponentConfigurationRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpComponentConfigurationResponse>;
630
+ TpConfiguredComponents(request: WsTopology.TpConfiguredComponentsRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpConfiguredComponentsResponse>;
631
+ TpDropZoneQuery(request: WsTopology.TpDropZoneQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpDropZoneQueryResponse>;
632
+ TpGetComponentFile(request: WsTopology.TpGetComponentFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpGetComponentFileResponse>;
633
+ TpGetServicePlugins(request: WsTopology.TpGetServicePluginsRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpGetServicePluginsResponse>;
634
+ TpGroupQuery(request: WsTopology.TpGroupQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpGroupQueryResponse>;
635
+ TpListLogFiles(request: WsTopology.TpListLogFilesRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpListLogFilesResponse>;
636
+ TpListTargetClusters(request: WsTopology.TpListTargetClustersRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpListTargetClustersResponse>;
637
+ TpLogFile(request: WsTopology.TpLogFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpLogFileResponse>;
638
+ TpLogFileDisplay(request: WsTopology.TpLogFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpLogFileResponse>;
639
+ TpLogicalClusterQuery(request: WsTopology.TpLogicalClusterQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpLogicalClusterQueryResponse>;
640
+ TpMachineInfo(request: WsTopology.TpMachineInfoRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpMachineInfoResponse>;
641
+ TpMachineQuery(request: WsTopology.TpMachineQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpMachineQueryResponse>;
642
+ TpServiceQuery(request: WsTopology.TpServiceQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpServiceQueryResponse>;
643
+ TpSetMachineStatus(request: WsTopology.TpSetMachineStatusRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpSetMachineStatusResponse>;
644
+ TpSwapNode(request: WsTopology.TpSwapNodeRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpSwapNodeResponse>;
645
+ TpTargetClusterQuery(request: WsTopology.TpTargetClusterQueryRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpTargetClusterQueryResponse>;
646
+ TpThorStatus(request: WsTopology.TpThorStatusRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpThorStatusResponse>;
647
+ TpXMLFile(request: WsTopology.TpXMLFileRequest, abortSignal?: AbortSignal): Promise<WsTopology.TpXMLFileResponse>;
648
648
  }