@hpcc-js/comms 2.92.0 → 2.92.2

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 (43) hide show
  1. package/dist/index.es6.js +30 -17
  2. package/dist/index.es6.js.map +1 -1
  3. package/dist/index.js +30 -17
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist/index.node.js +30 -17
  8. package/dist/index.node.js.map +1 -1
  9. package/dist/index.node.min.js +1 -1
  10. package/dist/index.node.min.js.map +1 -1
  11. package/lib-es6/__package__.js +2 -2
  12. package/lib-es6/__package__.js.map +1 -1
  13. package/lib-es6/ecl/workunit.js +3 -3
  14. package/lib-es6/ecl/workunit.js.map +1 -1
  15. package/lib-es6/services/wsLogaccess.js +17 -4
  16. package/lib-es6/services/wsLogaccess.js.map +1 -1
  17. package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js.map +1 -1
  18. package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +3 -3
  19. package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +1 -1
  20. package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +5 -5
  21. package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +1 -1
  22. package/package.json +2 -2
  23. package/src/__package__.ts +2 -2
  24. package/src/ecl/workunit.ts +3 -3
  25. package/src/services/wsLogaccess.ts +18 -5
  26. package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +55 -187
  27. package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +100 -369
  28. package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +19 -31
  29. package/types/__package__.d.ts +2 -2
  30. package/types/__package__.d.ts.map +1 -1
  31. package/types/services/wsLogaccess.d.ts +1 -1
  32. package/types/services/wsLogaccess.d.ts.map +1 -1
  33. package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +53 -187
  34. package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts.map +1 -1
  35. package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +100 -369
  36. package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +1 -1
  37. package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +18 -27
  38. package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +1 -1
  39. package/types-3.4/__package__.d.ts +2 -2
  40. package/types-3.4/services/wsLogaccess.d.ts +1 -1
  41. package/types-3.4/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +53 -187
  42. package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +100 -369
  43. package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +18 -27
@@ -28,10 +28,7 @@ export declare namespace FileSpray {
28
28
  Exception: Exception[];
29
29
  }
30
30
  interface AbortDFUWorkunitResponse {
31
- Exceptions: {
32
- Source: string;
33
- Exception: Exception[];
34
- };
31
+ Exceptions: Exceptions;
35
32
  }
36
33
  interface Copy {
37
34
  sourceLogicalName: string;
@@ -135,66 +132,7 @@ export declare namespace FileSpray {
135
132
  }
136
133
  interface CreateDFUPublisherWorkunitResponse {
137
134
  Exceptions: Exceptions;
138
- result: {
139
- ID: string;
140
- DFUServerName: string;
141
- ClusterName: string;
142
- JobName: string;
143
- Queue: string;
144
- User: string;
145
- isProtected: boolean;
146
- Command: int;
147
- CommandMessage: string;
148
- PercentDone: int;
149
- SecsLeft: int;
150
- ProgressMessage: string;
151
- SummaryMessage: string;
152
- State: int;
153
- SourceLogicalName: string;
154
- SourceIP: string;
155
- SourceFilePath: string;
156
- SourceDali: string;
157
- SourceRecordSize: int;
158
- SourceFormat: int;
159
- RowTag: string;
160
- SourceNumParts: int;
161
- SourceDirectory: string;
162
- DestLogicalName: string;
163
- DestGroupName: string;
164
- DestDirectory: string;
165
- DestIP: string;
166
- DestFilePath: string;
167
- DestFormat: int;
168
- DestNumParts: int;
169
- DestRecordSize: int;
170
- Replicate: boolean;
171
- Overwrite: boolean;
172
- Compress: boolean;
173
- SourceCsvSeparate: string;
174
- SourceCsvQuote: string;
175
- SourceCsvTerminate: string;
176
- SourceCsvEscape: string;
177
- TimeStarted: string;
178
- TimeStopped: string;
179
- StateMessage: string;
180
- MonitorEventName: string;
181
- MonitorSub: boolean;
182
- MonitorShotLimit: int;
183
- SourceDiffKeyName: string;
184
- DestDiffKeyName: string;
185
- Archived: boolean;
186
- encrypt: string;
187
- decrypt: string;
188
- failIfNoSourceFile: boolean;
189
- recordStructurePresent: boolean;
190
- quotedTerminator: boolean;
191
- preserveCompression: boolean;
192
- expireDays: int;
193
- PreserveFileParts: boolean;
194
- FileAccessCost: double;
195
- KbPerSecAve: int;
196
- KbPerSec: int;
197
- };
135
+ result: result;
198
136
  }
199
137
  interface CreateDFUWorkunit {
200
138
  DFUServerQueue: string;
@@ -219,17 +157,13 @@ export declare namespace FileSpray {
219
157
  }
220
158
  interface DFUWUSearchResponse {
221
159
  Exceptions: Exceptions;
222
- ClusterNames: {
223
- ClusterName: string[];
224
- };
160
+ ClusterNames: ClusterNames;
225
161
  }
226
162
  interface wuids {
227
163
  Item: string[];
228
164
  }
229
165
  interface DFUWorkunitsActionRequest {
230
- wuids?: {
231
- Item?: string[];
232
- };
166
+ wuids?: wuids;
233
167
  Type?: DFUWUActions;
234
168
  }
235
169
  interface DFUActionResult {
@@ -243,9 +177,7 @@ export declare namespace FileSpray {
243
177
  interface DFUWorkunitsActionResponse {
244
178
  Exceptions: Exceptions;
245
179
  FirstColumn: string;
246
- DFUActionResults: {
247
- DFUActionResult: DFUActionResult[];
248
- };
180
+ DFUActionResults: DFUActionResults;
249
181
  }
250
182
  interface DeleteDFUWorkunit {
251
183
  wuid: string;
@@ -268,9 +200,7 @@ export declare namespace FileSpray {
268
200
  NetAddress?: string;
269
201
  Path?: string;
270
202
  OS?: string;
271
- Names?: {
272
- Item?: string[];
273
- };
203
+ Names?: Names;
274
204
  }
275
205
  interface Despray {
276
206
  destGroup: string;
@@ -329,9 +259,7 @@ export declare namespace FileSpray {
329
259
  }
330
260
  interface DropZoneFileSearchResponse {
331
261
  Exceptions: Exceptions;
332
- Files: {
333
- PhysicalFileStruct: PhysicalFileStruct[];
334
- };
262
+ Files: Files;
335
263
  Warning: string;
336
264
  }
337
265
  interface DropZoneFilesRequest {
@@ -360,9 +288,7 @@ export declare namespace FileSpray {
360
288
  Path: string;
361
289
  OS: int;
362
290
  ECLWatchVisibleOnly: boolean;
363
- DropZones: {
364
- DropZone: DropZone[];
365
- };
291
+ DropZones: DropZones;
366
292
  Files: Files;
367
293
  }
368
294
  interface EchoDateTime {
@@ -390,16 +316,21 @@ export declare namespace FileSpray {
390
316
  OS: int;
391
317
  DirectoryOnly: boolean;
392
318
  AcceptLanguage: string;
393
- files: {
394
- PhysicalFileStruct: PhysicalFileStruct[];
395
- };
319
+ files: files;
396
320
  }
397
321
  interface GetDFUExceptions {
398
322
  wuid: string;
399
323
  }
324
+ interface DFUException {
325
+ Code: int;
326
+ Message: string;
327
+ }
328
+ interface result2 {
329
+ DFUException: DFUException[];
330
+ }
400
331
  interface GetDFUExceptionsResponse {
401
332
  Exceptions: Exceptions;
402
- result: result;
333
+ result: result2;
403
334
  }
404
335
  interface ProgressRequest {
405
336
  wuid?: string;
@@ -516,9 +447,7 @@ export declare namespace FileSpray {
516
447
  }
517
448
  interface GetDFUWorkunitsResponse {
518
449
  Exceptions: Exceptions;
519
- results: {
520
- DFUWorkunit: DFUWorkunit[];
521
- };
450
+ results: results;
522
451
  Type: string;
523
452
  Owner: string;
524
453
  Cluster: string;
@@ -544,9 +473,7 @@ export declare namespace FileSpray {
544
473
  }
545
474
  interface GetRemoteTargetsResponse {
546
475
  Exceptions: Exceptions;
547
- TargetNames: {
548
- Item: string[];
549
- };
476
+ TargetNames: TargetNames;
550
477
  AllowForeign: boolean;
551
478
  }
552
479
  interface GetSprayTargetsRequest {
@@ -561,9 +488,7 @@ export declare namespace FileSpray {
561
488
  }
562
489
  interface GetSprayTargetsResponse {
563
490
  Exceptions: Exceptions;
564
- GroupNodes: {
565
- GroupNode: GroupNode[];
566
- };
491
+ GroupNodes: GroupNodes;
567
492
  }
568
493
  interface OpenSaveRequest {
569
494
  Location?: string;
@@ -763,66 +688,7 @@ export declare namespace FileSpray {
763
688
  KbPerSec: int;
764
689
  }
765
690
  interface UpdateDFUWorkunit {
766
- wu: {
767
- ID: string;
768
- DFUServerName: string;
769
- ClusterName: string;
770
- JobName: string;
771
- Queue: string;
772
- User: string;
773
- isProtected: boolean;
774
- Command: int;
775
- CommandMessage: string;
776
- PercentDone: int;
777
- SecsLeft: int;
778
- ProgressMessage: string;
779
- SummaryMessage: string;
780
- State: int;
781
- SourceLogicalName: string;
782
- SourceIP: string;
783
- SourceFilePath: string;
784
- SourceDali: string;
785
- SourceRecordSize: int;
786
- SourceFormat: int;
787
- RowTag: string;
788
- SourceNumParts: int;
789
- SourceDirectory: string;
790
- DestLogicalName: string;
791
- DestGroupName: string;
792
- DestDirectory: string;
793
- DestIP: string;
794
- DestFilePath: string;
795
- DestFormat: int;
796
- DestNumParts: int;
797
- DestRecordSize: int;
798
- Replicate: boolean;
799
- Overwrite: boolean;
800
- Compress: boolean;
801
- SourceCsvSeparate: string;
802
- SourceCsvQuote: string;
803
- SourceCsvTerminate: string;
804
- SourceCsvEscape: string;
805
- TimeStarted: string;
806
- TimeStopped: string;
807
- StateMessage: string;
808
- MonitorEventName: string;
809
- MonitorSub: boolean;
810
- MonitorShotLimit: int;
811
- SourceDiffKeyName: string;
812
- DestDiffKeyName: string;
813
- Archived: boolean;
814
- encrypt: string;
815
- decrypt: string;
816
- failIfNoSourceFile: boolean;
817
- recordStructurePresent: boolean;
818
- quotedTerminator: boolean;
819
- preserveCompression: boolean;
820
- expireDays: int;
821
- PreserveFileParts: boolean;
822
- FileAccessCost: double;
823
- KbPerSecAve: int;
824
- KbPerSec: int;
825
- };
691
+ wu: wu;
826
692
  ClusterOrig: string;
827
693
  JobNameOrig: string;
828
694
  isProtectedOrig: boolean;
@@ -834,37 +700,37 @@ export declare namespace FileSpray {
834
700
  }
835
701
  export declare class FileSprayServiceBase extends Service {
836
702
  constructor(optsConnection: IOptions | IConnection);
837
- AbortDFUWorkunit(request: FileSpray.AbortDFUWorkunit): Promise<FileSpray.AbortDFUWorkunitResponse>;
838
- Copy(request: FileSpray.Copy): Promise<FileSpray.CopyResponse>;
839
- CreateDFUPublisherWorkunit(request: FileSpray.CreateDFUPublisherWorkunit): Promise<FileSpray.CreateDFUPublisherWorkunitResponse>;
840
- CreateDFUWorkunit(request: FileSpray.CreateDFUWorkunit): Promise<FileSpray.CreateDFUWorkunitResponse>;
841
- DFUWUFile(request: FileSpray.DFUWUFileRequest): Promise<FileSpray.DFUWUFileResponse>;
842
- DFUWUSearch(request: FileSpray.DFUWUSearchRequest): Promise<FileSpray.DFUWUSearchResponse>;
843
- DFUWorkunitsAction(request: FileSpray.DFUWorkunitsActionRequest): Promise<FileSpray.DFUWorkunitsActionResponse>;
844
- DeleteDFUWorkunit(request: FileSpray.DeleteDFUWorkunit): Promise<FileSpray.DeleteDFUWorkunitResponse>;
845
- DeleteDFUWorkunits(request: FileSpray.DeleteDFUWorkunits): Promise<FileSpray.DeleteDFUWorkunitsResponse>;
846
- DeleteDropZoneFiles(request: FileSpray.DeleteDropZoneFilesRequest): Promise<FileSpray.DFUWorkunitsActionResponse>;
847
- Despray(request: FileSpray.Despray): Promise<FileSpray.DesprayResponse>;
848
- DfuMonitor(request: FileSpray.DfuMonitorRequest): Promise<FileSpray.DfuMonitorResponse>;
849
- DropZoneFileSearch(request: FileSpray.DropZoneFileSearchRequest): Promise<FileSpray.DropZoneFileSearchResponse>;
850
- DropZoneFiles(request: FileSpray.DropZoneFilesRequest): Promise<FileSpray.DropZoneFilesResponse>;
851
- EchoDateTime(request: FileSpray.EchoDateTime): Promise<FileSpray.EchoDateTimeResponse>;
852
- FileList(request: FileSpray.FileListRequest): Promise<FileSpray.FileListResponse>;
853
- GetDFUExceptions(request: FileSpray.GetDFUExceptions): Promise<FileSpray.GetDFUExceptionsResponse>;
854
- GetDFUProgress(request: FileSpray.ProgressRequest): Promise<FileSpray.ProgressResponse>;
855
- GetDFUServerQueues(request: FileSpray.GetDFUServerQueuesRequest): Promise<FileSpray.GetDFUServerQueuesResponse>;
856
- GetDFUWorkunit(request: FileSpray.GetDFUWorkunit): Promise<FileSpray.GetDFUWorkunitResponse>;
857
- GetDFUWorkunits(request: FileSpray.GetDFUWorkunits): Promise<FileSpray.GetDFUWorkunitsResponse>;
858
- GetRemoteTargets(request: FileSpray.GetRemoteTargetsRequest): Promise<FileSpray.GetRemoteTargetsResponse>;
859
- GetSprayTargets(request: FileSpray.GetSprayTargetsRequest): Promise<FileSpray.GetSprayTargetsResponse>;
860
- OpenSave(request: FileSpray.OpenSaveRequest): Promise<FileSpray.OpenSaveResponse>;
861
- Ping(request: FileSpray.FileSprayPingRequest): Promise<FileSpray.FileSprayPingResponse>;
862
- Rename(request: FileSpray.Rename): Promise<FileSpray.RenameResponse>;
863
- Replicate(request: FileSpray.Replicate): Promise<FileSpray.ReplicateResponse>;
864
- ShowResult(request: FileSpray.ShowResultRequest): Promise<FileSpray.ShowResultResponse>;
865
- SprayFixed(request: FileSpray.SprayFixed): Promise<FileSpray.SprayFixedResponse>;
866
- SprayVariable(request: FileSpray.SprayVariable): Promise<FileSpray.SprayResponse>;
867
- SubmitDFUWorkunit(request: FileSpray.SubmitDFUWorkunit): Promise<FileSpray.SubmitDFUWorkunitResponse>;
868
- UpdateDFUWorkunit(request: FileSpray.UpdateDFUWorkunit): Promise<FileSpray.UpdateDFUWorkunitResponse>;
703
+ AbortDFUWorkunit(request: Partial<FileSpray.AbortDFUWorkunit>): Promise<FileSpray.AbortDFUWorkunitResponse>;
704
+ Copy(request: Partial<FileSpray.Copy>): Promise<FileSpray.CopyResponse>;
705
+ CreateDFUPublisherWorkunit(request: Partial<FileSpray.CreateDFUPublisherWorkunit>): Promise<FileSpray.CreateDFUPublisherWorkunitResponse>;
706
+ CreateDFUWorkunit(request: Partial<FileSpray.CreateDFUWorkunit>): Promise<FileSpray.CreateDFUWorkunitResponse>;
707
+ DFUWUFile(request: Partial<FileSpray.DFUWUFileRequest>): Promise<FileSpray.DFUWUFileResponse>;
708
+ DFUWUSearch(request: Partial<FileSpray.DFUWUSearchRequest>): Promise<FileSpray.DFUWUSearchResponse>;
709
+ DFUWorkunitsAction(request: Partial<FileSpray.DFUWorkunitsActionRequest>): Promise<FileSpray.DFUWorkunitsActionResponse>;
710
+ DeleteDFUWorkunit(request: Partial<FileSpray.DeleteDFUWorkunit>): Promise<FileSpray.DeleteDFUWorkunitResponse>;
711
+ DeleteDFUWorkunits(request: Partial<FileSpray.DeleteDFUWorkunits>): Promise<FileSpray.DeleteDFUWorkunitsResponse>;
712
+ DeleteDropZoneFiles(request: Partial<FileSpray.DeleteDropZoneFilesRequest>): Promise<FileSpray.DFUWorkunitsActionResponse>;
713
+ Despray(request: Partial<FileSpray.Despray>): Promise<FileSpray.DesprayResponse>;
714
+ DfuMonitor(request: Partial<FileSpray.DfuMonitorRequest>): Promise<FileSpray.DfuMonitorResponse>;
715
+ DropZoneFileSearch(request: Partial<FileSpray.DropZoneFileSearchRequest>): Promise<FileSpray.DropZoneFileSearchResponse>;
716
+ DropZoneFiles(request: Partial<FileSpray.DropZoneFilesRequest>): Promise<FileSpray.DropZoneFilesResponse>;
717
+ EchoDateTime(request: Partial<FileSpray.EchoDateTime>): Promise<FileSpray.EchoDateTimeResponse>;
718
+ FileList(request: Partial<FileSpray.FileListRequest>): Promise<FileSpray.FileListResponse>;
719
+ GetDFUExceptions(request: Partial<FileSpray.GetDFUExceptions>): Promise<FileSpray.GetDFUExceptionsResponse>;
720
+ GetDFUProgress(request: Partial<FileSpray.ProgressRequest>): Promise<FileSpray.ProgressResponse>;
721
+ GetDFUServerQueues(request: Partial<FileSpray.GetDFUServerQueuesRequest>): Promise<FileSpray.GetDFUServerQueuesResponse>;
722
+ GetDFUWorkunit(request: Partial<FileSpray.GetDFUWorkunit>): Promise<FileSpray.GetDFUWorkunitResponse>;
723
+ GetDFUWorkunits(request: Partial<FileSpray.GetDFUWorkunits>): Promise<FileSpray.GetDFUWorkunitsResponse>;
724
+ GetRemoteTargets(request: Partial<FileSpray.GetRemoteTargetsRequest>): Promise<FileSpray.GetRemoteTargetsResponse>;
725
+ GetSprayTargets(request: Partial<FileSpray.GetSprayTargetsRequest>): Promise<FileSpray.GetSprayTargetsResponse>;
726
+ OpenSave(request: Partial<FileSpray.OpenSaveRequest>): Promise<FileSpray.OpenSaveResponse>;
727
+ Ping(request: Partial<FileSpray.FileSprayPingRequest>): Promise<FileSpray.FileSprayPingResponse>;
728
+ Rename(request: Partial<FileSpray.Rename>): Promise<FileSpray.RenameResponse>;
729
+ Replicate(request: Partial<FileSpray.Replicate>): Promise<FileSpray.ReplicateResponse>;
730
+ ShowResult(request: Partial<FileSpray.ShowResultRequest>): Promise<FileSpray.ShowResultResponse>;
731
+ SprayFixed(request: Partial<FileSpray.SprayFixed>): Promise<FileSpray.SprayFixedResponse>;
732
+ SprayVariable(request: Partial<FileSpray.SprayVariable>): Promise<FileSpray.SprayResponse>;
733
+ SubmitDFUWorkunit(request: Partial<FileSpray.SubmitDFUWorkunit>): Promise<FileSpray.SubmitDFUWorkunitResponse>;
734
+ UpdateDFUWorkunit(request: Partial<FileSpray.UpdateDFUWorkunit>): Promise<FileSpray.UpdateDFUWorkunitResponse>;
869
735
  }
870
736
  //# sourceMappingURL=FileSpray.d.ts.map