@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.
- package/dist/index.es6.js +30 -17
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +30 -17
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.node.js +30 -17
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.min.js +1 -1
- package/dist/index.node.min.js.map +1 -1
- package/lib-es6/__package__.js +2 -2
- package/lib-es6/__package__.js.map +1 -1
- package/lib-es6/ecl/workunit.js +3 -3
- package/lib-es6/ecl/workunit.js.map +1 -1
- package/lib-es6/services/wsLogaccess.js +17 -4
- package/lib-es6/services/wsLogaccess.js.map +1 -1
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js.map +1 -1
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +3 -3
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +1 -1
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +5 -5
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +1 -1
- package/package.json +2 -2
- package/src/__package__.ts +2 -2
- package/src/ecl/workunit.ts +3 -3
- package/src/services/wsLogaccess.ts +18 -5
- package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +55 -187
- package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +100 -369
- package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +19 -31
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types/services/wsLogaccess.d.ts +1 -1
- package/types/services/wsLogaccess.d.ts.map +1 -1
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +53 -187
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts.map +1 -1
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +100 -369
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +1 -1
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +18 -27
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/services/wsLogaccess.d.ts +1 -1
- package/types-3.4/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +53 -187
- package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +100 -369
- package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +18 -27
|
@@ -35,10 +35,7 @@ export namespace FileSpray {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
export interface AbortDFUWorkunitResponse {
|
|
38
|
-
Exceptions:
|
|
39
|
-
Source: string;
|
|
40
|
-
Exception: Exception[];
|
|
41
|
-
};
|
|
38
|
+
Exceptions: Exceptions;
|
|
42
39
|
}
|
|
43
40
|
|
|
44
41
|
export interface Copy {
|
|
@@ -147,66 +144,7 @@ export namespace FileSpray {
|
|
|
147
144
|
|
|
148
145
|
export interface CreateDFUPublisherWorkunitResponse {
|
|
149
146
|
Exceptions: Exceptions;
|
|
150
|
-
result:
|
|
151
|
-
ID: string;
|
|
152
|
-
DFUServerName: string;
|
|
153
|
-
ClusterName: string;
|
|
154
|
-
JobName: string;
|
|
155
|
-
Queue: string;
|
|
156
|
-
User: string;
|
|
157
|
-
isProtected: boolean;
|
|
158
|
-
Command: int;
|
|
159
|
-
CommandMessage: string;
|
|
160
|
-
PercentDone: int;
|
|
161
|
-
SecsLeft: int;
|
|
162
|
-
ProgressMessage: string;
|
|
163
|
-
SummaryMessage: string;
|
|
164
|
-
State: int;
|
|
165
|
-
SourceLogicalName: string;
|
|
166
|
-
SourceIP: string;
|
|
167
|
-
SourceFilePath: string;
|
|
168
|
-
SourceDali: string;
|
|
169
|
-
SourceRecordSize: int;
|
|
170
|
-
SourceFormat: int;
|
|
171
|
-
RowTag: string;
|
|
172
|
-
SourceNumParts: int;
|
|
173
|
-
SourceDirectory: string;
|
|
174
|
-
DestLogicalName: string;
|
|
175
|
-
DestGroupName: string;
|
|
176
|
-
DestDirectory: string;
|
|
177
|
-
DestIP: string;
|
|
178
|
-
DestFilePath: string;
|
|
179
|
-
DestFormat: int;
|
|
180
|
-
DestNumParts: int;
|
|
181
|
-
DestRecordSize: int;
|
|
182
|
-
Replicate: boolean;
|
|
183
|
-
Overwrite: boolean;
|
|
184
|
-
Compress: boolean;
|
|
185
|
-
SourceCsvSeparate: string;
|
|
186
|
-
SourceCsvQuote: string;
|
|
187
|
-
SourceCsvTerminate: string;
|
|
188
|
-
SourceCsvEscape: string;
|
|
189
|
-
TimeStarted: string;
|
|
190
|
-
TimeStopped: string;
|
|
191
|
-
StateMessage: string;
|
|
192
|
-
MonitorEventName: string;
|
|
193
|
-
MonitorSub: boolean;
|
|
194
|
-
MonitorShotLimit: int;
|
|
195
|
-
SourceDiffKeyName: string;
|
|
196
|
-
DestDiffKeyName: string;
|
|
197
|
-
Archived: boolean;
|
|
198
|
-
encrypt: string;
|
|
199
|
-
decrypt: string;
|
|
200
|
-
failIfNoSourceFile: boolean;
|
|
201
|
-
recordStructurePresent: boolean;
|
|
202
|
-
quotedTerminator: boolean;
|
|
203
|
-
preserveCompression: boolean;
|
|
204
|
-
expireDays: int;
|
|
205
|
-
PreserveFileParts: boolean;
|
|
206
|
-
FileAccessCost: double;
|
|
207
|
-
KbPerSecAve: int;
|
|
208
|
-
KbPerSec: int;
|
|
209
|
-
};
|
|
147
|
+
result: result;
|
|
210
148
|
}
|
|
211
149
|
|
|
212
150
|
export interface CreateDFUWorkunit {
|
|
@@ -239,9 +177,7 @@ export namespace FileSpray {
|
|
|
239
177
|
|
|
240
178
|
export interface DFUWUSearchResponse {
|
|
241
179
|
Exceptions: Exceptions;
|
|
242
|
-
ClusterNames:
|
|
243
|
-
ClusterName: string[];
|
|
244
|
-
};
|
|
180
|
+
ClusterNames: ClusterNames;
|
|
245
181
|
}
|
|
246
182
|
|
|
247
183
|
export interface wuids {
|
|
@@ -249,9 +185,7 @@ export namespace FileSpray {
|
|
|
249
185
|
}
|
|
250
186
|
|
|
251
187
|
export interface DFUWorkunitsActionRequest {
|
|
252
|
-
wuids?:
|
|
253
|
-
Item?: string[];
|
|
254
|
-
};
|
|
188
|
+
wuids?: wuids;
|
|
255
189
|
Type?: DFUWUActions;
|
|
256
190
|
}
|
|
257
191
|
|
|
@@ -268,9 +202,7 @@ export namespace FileSpray {
|
|
|
268
202
|
export interface DFUWorkunitsActionResponse {
|
|
269
203
|
Exceptions: Exceptions;
|
|
270
204
|
FirstColumn: string;
|
|
271
|
-
DFUActionResults:
|
|
272
|
-
DFUActionResult: DFUActionResult[];
|
|
273
|
-
};
|
|
205
|
+
DFUActionResults: DFUActionResults;
|
|
274
206
|
}
|
|
275
207
|
|
|
276
208
|
export interface DeleteDFUWorkunit {
|
|
@@ -299,9 +231,7 @@ export namespace FileSpray {
|
|
|
299
231
|
NetAddress?: string;
|
|
300
232
|
Path?: string;
|
|
301
233
|
OS?: string;
|
|
302
|
-
Names?:
|
|
303
|
-
Item?: string[];
|
|
304
|
-
};
|
|
234
|
+
Names?: Names;
|
|
305
235
|
}
|
|
306
236
|
|
|
307
237
|
export interface Despray {
|
|
@@ -368,9 +298,7 @@ export namespace FileSpray {
|
|
|
368
298
|
|
|
369
299
|
export interface DropZoneFileSearchResponse {
|
|
370
300
|
Exceptions: Exceptions;
|
|
371
|
-
Files:
|
|
372
|
-
PhysicalFileStruct: PhysicalFileStruct[];
|
|
373
|
-
};
|
|
301
|
+
Files: Files;
|
|
374
302
|
Warning: string;
|
|
375
303
|
}
|
|
376
304
|
|
|
@@ -403,9 +331,7 @@ export namespace FileSpray {
|
|
|
403
331
|
Path: string;
|
|
404
332
|
OS: int;
|
|
405
333
|
ECLWatchVisibleOnly: boolean;
|
|
406
|
-
DropZones:
|
|
407
|
-
DropZone: DropZone[];
|
|
408
|
-
};
|
|
334
|
+
DropZones: DropZones;
|
|
409
335
|
Files: Files;
|
|
410
336
|
}
|
|
411
337
|
|
|
@@ -438,18 +364,25 @@ export namespace FileSpray {
|
|
|
438
364
|
OS: int;
|
|
439
365
|
DirectoryOnly: boolean;
|
|
440
366
|
AcceptLanguage: string;
|
|
441
|
-
files:
|
|
442
|
-
PhysicalFileStruct: PhysicalFileStruct[];
|
|
443
|
-
};
|
|
367
|
+
files: files;
|
|
444
368
|
}
|
|
445
369
|
|
|
446
370
|
export interface GetDFUExceptions {
|
|
447
371
|
wuid: string;
|
|
448
372
|
}
|
|
449
373
|
|
|
374
|
+
export interface DFUException {
|
|
375
|
+
Code: int;
|
|
376
|
+
Message: string;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface result2 {
|
|
380
|
+
DFUException: DFUException[];
|
|
381
|
+
}
|
|
382
|
+
|
|
450
383
|
export interface GetDFUExceptionsResponse {
|
|
451
384
|
Exceptions: Exceptions;
|
|
452
|
-
result:
|
|
385
|
+
result: result2;
|
|
453
386
|
}
|
|
454
387
|
|
|
455
388
|
export interface ProgressRequest {
|
|
@@ -576,9 +509,7 @@ export namespace FileSpray {
|
|
|
576
509
|
|
|
577
510
|
export interface GetDFUWorkunitsResponse {
|
|
578
511
|
Exceptions: Exceptions;
|
|
579
|
-
results:
|
|
580
|
-
DFUWorkunit: DFUWorkunit[];
|
|
581
|
-
};
|
|
512
|
+
results: results;
|
|
582
513
|
Type: string;
|
|
583
514
|
Owner: string;
|
|
584
515
|
Cluster: string;
|
|
@@ -608,9 +539,7 @@ export namespace FileSpray {
|
|
|
608
539
|
|
|
609
540
|
export interface GetRemoteTargetsResponse {
|
|
610
541
|
Exceptions: Exceptions;
|
|
611
|
-
TargetNames:
|
|
612
|
-
Item: string[];
|
|
613
|
-
};
|
|
542
|
+
TargetNames: TargetNames;
|
|
614
543
|
AllowForeign: boolean;
|
|
615
544
|
}
|
|
616
545
|
|
|
@@ -630,9 +559,7 @@ export namespace FileSpray {
|
|
|
630
559
|
|
|
631
560
|
export interface GetSprayTargetsResponse {
|
|
632
561
|
Exceptions: Exceptions;
|
|
633
|
-
GroupNodes:
|
|
634
|
-
GroupNode: GroupNode[];
|
|
635
|
-
};
|
|
562
|
+
GroupNodes: GroupNodes;
|
|
636
563
|
}
|
|
637
564
|
|
|
638
565
|
export interface OpenSaveRequest {
|
|
@@ -852,66 +779,7 @@ export namespace FileSpray {
|
|
|
852
779
|
}
|
|
853
780
|
|
|
854
781
|
export interface UpdateDFUWorkunit {
|
|
855
|
-
wu:
|
|
856
|
-
ID: string;
|
|
857
|
-
DFUServerName: string;
|
|
858
|
-
ClusterName: string;
|
|
859
|
-
JobName: string;
|
|
860
|
-
Queue: string;
|
|
861
|
-
User: string;
|
|
862
|
-
isProtected: boolean;
|
|
863
|
-
Command: int;
|
|
864
|
-
CommandMessage: string;
|
|
865
|
-
PercentDone: int;
|
|
866
|
-
SecsLeft: int;
|
|
867
|
-
ProgressMessage: string;
|
|
868
|
-
SummaryMessage: string;
|
|
869
|
-
State: int;
|
|
870
|
-
SourceLogicalName: string;
|
|
871
|
-
SourceIP: string;
|
|
872
|
-
SourceFilePath: string;
|
|
873
|
-
SourceDali: string;
|
|
874
|
-
SourceRecordSize: int;
|
|
875
|
-
SourceFormat: int;
|
|
876
|
-
RowTag: string;
|
|
877
|
-
SourceNumParts: int;
|
|
878
|
-
SourceDirectory: string;
|
|
879
|
-
DestLogicalName: string;
|
|
880
|
-
DestGroupName: string;
|
|
881
|
-
DestDirectory: string;
|
|
882
|
-
DestIP: string;
|
|
883
|
-
DestFilePath: string;
|
|
884
|
-
DestFormat: int;
|
|
885
|
-
DestNumParts: int;
|
|
886
|
-
DestRecordSize: int;
|
|
887
|
-
Replicate: boolean;
|
|
888
|
-
Overwrite: boolean;
|
|
889
|
-
Compress: boolean;
|
|
890
|
-
SourceCsvSeparate: string;
|
|
891
|
-
SourceCsvQuote: string;
|
|
892
|
-
SourceCsvTerminate: string;
|
|
893
|
-
SourceCsvEscape: string;
|
|
894
|
-
TimeStarted: string;
|
|
895
|
-
TimeStopped: string;
|
|
896
|
-
StateMessage: string;
|
|
897
|
-
MonitorEventName: string;
|
|
898
|
-
MonitorSub: boolean;
|
|
899
|
-
MonitorShotLimit: int;
|
|
900
|
-
SourceDiffKeyName: string;
|
|
901
|
-
DestDiffKeyName: string;
|
|
902
|
-
Archived: boolean;
|
|
903
|
-
encrypt: string;
|
|
904
|
-
decrypt: string;
|
|
905
|
-
failIfNoSourceFile: boolean;
|
|
906
|
-
recordStructurePresent: boolean;
|
|
907
|
-
quotedTerminator: boolean;
|
|
908
|
-
preserveCompression: boolean;
|
|
909
|
-
expireDays: int;
|
|
910
|
-
PreserveFileParts: boolean;
|
|
911
|
-
FileAccessCost: double;
|
|
912
|
-
KbPerSecAve: int;
|
|
913
|
-
KbPerSec: int;
|
|
914
|
-
};
|
|
782
|
+
wu: wu;
|
|
915
783
|
ClusterOrig: string;
|
|
916
784
|
JobNameOrig: string;
|
|
917
785
|
isProtectedOrig: boolean;
|
|
@@ -930,131 +798,131 @@ export class FileSprayServiceBase extends Service {
|
|
|
930
798
|
super(optsConnection, "FileSpray", "1.26");
|
|
931
799
|
}
|
|
932
800
|
|
|
933
|
-
AbortDFUWorkunit(request: FileSpray.AbortDFUWorkunit): Promise<FileSpray.AbortDFUWorkunitResponse> {
|
|
801
|
+
AbortDFUWorkunit(request: Partial<FileSpray.AbortDFUWorkunit>): Promise<FileSpray.AbortDFUWorkunitResponse> {
|
|
934
802
|
return this._connection.send("AbortDFUWorkunit", request, "json", false, undefined, "AbortDFUWorkunitResponse");
|
|
935
803
|
}
|
|
936
804
|
|
|
937
|
-
Copy(request: FileSpray.Copy): Promise<FileSpray.CopyResponse> {
|
|
805
|
+
Copy(request: Partial<FileSpray.Copy>): Promise<FileSpray.CopyResponse> {
|
|
938
806
|
return this._connection.send("Copy", request, "json", false, undefined, "CopyResponse");
|
|
939
807
|
}
|
|
940
808
|
|
|
941
|
-
CreateDFUPublisherWorkunit(request: FileSpray.CreateDFUPublisherWorkunit): Promise<FileSpray.CreateDFUPublisherWorkunitResponse> {
|
|
809
|
+
CreateDFUPublisherWorkunit(request: Partial<FileSpray.CreateDFUPublisherWorkunit>): Promise<FileSpray.CreateDFUPublisherWorkunitResponse> {
|
|
942
810
|
return this._connection.send("CreateDFUPublisherWorkunit", request, "json", false, undefined, "CreateDFUPublisherWorkunitResponse");
|
|
943
811
|
}
|
|
944
812
|
|
|
945
|
-
CreateDFUWorkunit(request: FileSpray.CreateDFUWorkunit): Promise<FileSpray.CreateDFUWorkunitResponse> {
|
|
813
|
+
CreateDFUWorkunit(request: Partial<FileSpray.CreateDFUWorkunit>): Promise<FileSpray.CreateDFUWorkunitResponse> {
|
|
946
814
|
return this._connection.send("CreateDFUWorkunit", request, "json", false, undefined, "CreateDFUWorkunitResponse");
|
|
947
815
|
}
|
|
948
816
|
|
|
949
|
-
DFUWUFile(request: FileSpray.DFUWUFileRequest): Promise<FileSpray.DFUWUFileResponse> {
|
|
817
|
+
DFUWUFile(request: Partial<FileSpray.DFUWUFileRequest>): Promise<FileSpray.DFUWUFileResponse> {
|
|
950
818
|
return this._connection.send("DFUWUFile", request, "json", false, undefined, "DFUWUFileResponse");
|
|
951
819
|
}
|
|
952
820
|
|
|
953
|
-
DFUWUSearch(request: FileSpray.DFUWUSearchRequest): Promise<FileSpray.DFUWUSearchResponse> {
|
|
821
|
+
DFUWUSearch(request: Partial<FileSpray.DFUWUSearchRequest>): Promise<FileSpray.DFUWUSearchResponse> {
|
|
954
822
|
return this._connection.send("DFUWUSearch", request, "json", false, undefined, "DFUWUSearchResponse");
|
|
955
823
|
}
|
|
956
824
|
|
|
957
|
-
DFUWorkunitsAction(request: FileSpray.DFUWorkunitsActionRequest): Promise<FileSpray.DFUWorkunitsActionResponse> {
|
|
825
|
+
DFUWorkunitsAction(request: Partial<FileSpray.DFUWorkunitsActionRequest>): Promise<FileSpray.DFUWorkunitsActionResponse> {
|
|
958
826
|
return this._connection.send("DFUWorkunitsAction", request, "json", false, undefined, "DFUWorkunitsActionResponse");
|
|
959
827
|
}
|
|
960
828
|
|
|
961
|
-
DeleteDFUWorkunit(request: FileSpray.DeleteDFUWorkunit): Promise<FileSpray.DeleteDFUWorkunitResponse> {
|
|
829
|
+
DeleteDFUWorkunit(request: Partial<FileSpray.DeleteDFUWorkunit>): Promise<FileSpray.DeleteDFUWorkunitResponse> {
|
|
962
830
|
return this._connection.send("DeleteDFUWorkunit", request, "json", false, undefined, "DeleteDFUWorkunitResponse");
|
|
963
831
|
}
|
|
964
832
|
|
|
965
|
-
DeleteDFUWorkunits(request: FileSpray.DeleteDFUWorkunits): Promise<FileSpray.DeleteDFUWorkunitsResponse> {
|
|
833
|
+
DeleteDFUWorkunits(request: Partial<FileSpray.DeleteDFUWorkunits>): Promise<FileSpray.DeleteDFUWorkunitsResponse> {
|
|
966
834
|
return this._connection.send("DeleteDFUWorkunits", request, "json", false, undefined, "DeleteDFUWorkunitsResponse");
|
|
967
835
|
}
|
|
968
836
|
|
|
969
|
-
DeleteDropZoneFiles(request: FileSpray.DeleteDropZoneFilesRequest): Promise<FileSpray.DFUWorkunitsActionResponse> {
|
|
837
|
+
DeleteDropZoneFiles(request: Partial<FileSpray.DeleteDropZoneFilesRequest>): Promise<FileSpray.DFUWorkunitsActionResponse> {
|
|
970
838
|
return this._connection.send("DeleteDropZoneFiles", request, "json", false, undefined, "DFUWorkunitsActionResponse");
|
|
971
839
|
}
|
|
972
840
|
|
|
973
|
-
Despray(request: FileSpray.Despray): Promise<FileSpray.DesprayResponse> {
|
|
841
|
+
Despray(request: Partial<FileSpray.Despray>): Promise<FileSpray.DesprayResponse> {
|
|
974
842
|
return this._connection.send("Despray", request, "json", false, undefined, "DesprayResponse");
|
|
975
843
|
}
|
|
976
844
|
|
|
977
|
-
DfuMonitor(request: FileSpray.DfuMonitorRequest): Promise<FileSpray.DfuMonitorResponse> {
|
|
845
|
+
DfuMonitor(request: Partial<FileSpray.DfuMonitorRequest>): Promise<FileSpray.DfuMonitorResponse> {
|
|
978
846
|
return this._connection.send("DfuMonitor", request, "json", false, undefined, "DfuMonitorResponse");
|
|
979
847
|
}
|
|
980
848
|
|
|
981
|
-
DropZoneFileSearch(request: FileSpray.DropZoneFileSearchRequest): Promise<FileSpray.DropZoneFileSearchResponse> {
|
|
849
|
+
DropZoneFileSearch(request: Partial<FileSpray.DropZoneFileSearchRequest>): Promise<FileSpray.DropZoneFileSearchResponse> {
|
|
982
850
|
return this._connection.send("DropZoneFileSearch", request, "json", false, undefined, "DropZoneFileSearchResponse");
|
|
983
851
|
}
|
|
984
852
|
|
|
985
|
-
DropZoneFiles(request: FileSpray.DropZoneFilesRequest): Promise<FileSpray.DropZoneFilesResponse> {
|
|
853
|
+
DropZoneFiles(request: Partial<FileSpray.DropZoneFilesRequest>): Promise<FileSpray.DropZoneFilesResponse> {
|
|
986
854
|
return this._connection.send("DropZoneFiles", request, "json", false, undefined, "DropZoneFilesResponse");
|
|
987
855
|
}
|
|
988
856
|
|
|
989
|
-
EchoDateTime(request: FileSpray.EchoDateTime): Promise<FileSpray.EchoDateTimeResponse> {
|
|
857
|
+
EchoDateTime(request: Partial<FileSpray.EchoDateTime>): Promise<FileSpray.EchoDateTimeResponse> {
|
|
990
858
|
return this._connection.send("EchoDateTime", request, "json", false, undefined, "EchoDateTimeResponse");
|
|
991
859
|
}
|
|
992
860
|
|
|
993
|
-
FileList(request: FileSpray.FileListRequest): Promise<FileSpray.FileListResponse> {
|
|
861
|
+
FileList(request: Partial<FileSpray.FileListRequest>): Promise<FileSpray.FileListResponse> {
|
|
994
862
|
return this._connection.send("FileList", request, "json", false, undefined, "FileListResponse");
|
|
995
863
|
}
|
|
996
864
|
|
|
997
|
-
GetDFUExceptions(request: FileSpray.GetDFUExceptions): Promise<FileSpray.GetDFUExceptionsResponse> {
|
|
865
|
+
GetDFUExceptions(request: Partial<FileSpray.GetDFUExceptions>): Promise<FileSpray.GetDFUExceptionsResponse> {
|
|
998
866
|
return this._connection.send("GetDFUExceptions", request, "json", false, undefined, "GetDFUExceptionsResponse");
|
|
999
867
|
}
|
|
1000
868
|
|
|
1001
|
-
GetDFUProgress(request: FileSpray.ProgressRequest): Promise<FileSpray.ProgressResponse> {
|
|
869
|
+
GetDFUProgress(request: Partial<FileSpray.ProgressRequest>): Promise<FileSpray.ProgressResponse> {
|
|
1002
870
|
return this._connection.send("GetDFUProgress", request, "json", false, undefined, "ProgressResponse");
|
|
1003
871
|
}
|
|
1004
872
|
|
|
1005
|
-
GetDFUServerQueues(request: FileSpray.GetDFUServerQueuesRequest): Promise<FileSpray.GetDFUServerQueuesResponse> {
|
|
873
|
+
GetDFUServerQueues(request: Partial<FileSpray.GetDFUServerQueuesRequest>): Promise<FileSpray.GetDFUServerQueuesResponse> {
|
|
1006
874
|
return this._connection.send("GetDFUServerQueues", request, "json", false, undefined, "GetDFUServerQueuesResponse");
|
|
1007
875
|
}
|
|
1008
876
|
|
|
1009
|
-
GetDFUWorkunit(request: FileSpray.GetDFUWorkunit): Promise<FileSpray.GetDFUWorkunitResponse> {
|
|
877
|
+
GetDFUWorkunit(request: Partial<FileSpray.GetDFUWorkunit>): Promise<FileSpray.GetDFUWorkunitResponse> {
|
|
1010
878
|
return this._connection.send("GetDFUWorkunit", request, "json", false, undefined, "GetDFUWorkunitResponse");
|
|
1011
879
|
}
|
|
1012
880
|
|
|
1013
|
-
GetDFUWorkunits(request: FileSpray.GetDFUWorkunits): Promise<FileSpray.GetDFUWorkunitsResponse> {
|
|
881
|
+
GetDFUWorkunits(request: Partial<FileSpray.GetDFUWorkunits>): Promise<FileSpray.GetDFUWorkunitsResponse> {
|
|
1014
882
|
return this._connection.send("GetDFUWorkunits", request, "json", false, undefined, "GetDFUWorkunitsResponse");
|
|
1015
883
|
}
|
|
1016
884
|
|
|
1017
|
-
GetRemoteTargets(request: FileSpray.GetRemoteTargetsRequest): Promise<FileSpray.GetRemoteTargetsResponse> {
|
|
885
|
+
GetRemoteTargets(request: Partial<FileSpray.GetRemoteTargetsRequest>): Promise<FileSpray.GetRemoteTargetsResponse> {
|
|
1018
886
|
return this._connection.send("GetRemoteTargets", request, "json", false, undefined, "GetRemoteTargetsResponse");
|
|
1019
887
|
}
|
|
1020
888
|
|
|
1021
|
-
GetSprayTargets(request: FileSpray.GetSprayTargetsRequest): Promise<FileSpray.GetSprayTargetsResponse> {
|
|
889
|
+
GetSprayTargets(request: Partial<FileSpray.GetSprayTargetsRequest>): Promise<FileSpray.GetSprayTargetsResponse> {
|
|
1022
890
|
return this._connection.send("GetSprayTargets", request, "json", false, undefined, "GetSprayTargetsResponse");
|
|
1023
891
|
}
|
|
1024
892
|
|
|
1025
|
-
OpenSave(request: FileSpray.OpenSaveRequest): Promise<FileSpray.OpenSaveResponse> {
|
|
893
|
+
OpenSave(request: Partial<FileSpray.OpenSaveRequest>): Promise<FileSpray.OpenSaveResponse> {
|
|
1026
894
|
return this._connection.send("OpenSave", request, "json", false, undefined, "OpenSaveResponse");
|
|
1027
895
|
}
|
|
1028
896
|
|
|
1029
|
-
Ping(request: FileSpray.FileSprayPingRequest): Promise<FileSpray.FileSprayPingResponse> {
|
|
897
|
+
Ping(request: Partial<FileSpray.FileSprayPingRequest>): Promise<FileSpray.FileSprayPingResponse> {
|
|
1030
898
|
return this._connection.send("Ping", request, "json", false, undefined, "FileSprayPingResponse");
|
|
1031
899
|
}
|
|
1032
900
|
|
|
1033
|
-
Rename(request: FileSpray.Rename): Promise<FileSpray.RenameResponse> {
|
|
901
|
+
Rename(request: Partial<FileSpray.Rename>): Promise<FileSpray.RenameResponse> {
|
|
1034
902
|
return this._connection.send("Rename", request, "json", false, undefined, "RenameResponse");
|
|
1035
903
|
}
|
|
1036
904
|
|
|
1037
|
-
Replicate(request: FileSpray.Replicate): Promise<FileSpray.ReplicateResponse> {
|
|
905
|
+
Replicate(request: Partial<FileSpray.Replicate>): Promise<FileSpray.ReplicateResponse> {
|
|
1038
906
|
return this._connection.send("Replicate", request, "json", false, undefined, "ReplicateResponse");
|
|
1039
907
|
}
|
|
1040
908
|
|
|
1041
|
-
ShowResult(request: FileSpray.ShowResultRequest): Promise<FileSpray.ShowResultResponse> {
|
|
909
|
+
ShowResult(request: Partial<FileSpray.ShowResultRequest>): Promise<FileSpray.ShowResultResponse> {
|
|
1042
910
|
return this._connection.send("ShowResult", request, "json", false, undefined, "ShowResultResponse");
|
|
1043
911
|
}
|
|
1044
912
|
|
|
1045
|
-
SprayFixed(request: FileSpray.SprayFixed): Promise<FileSpray.SprayFixedResponse> {
|
|
913
|
+
SprayFixed(request: Partial<FileSpray.SprayFixed>): Promise<FileSpray.SprayFixedResponse> {
|
|
1046
914
|
return this._connection.send("SprayFixed", request, "json", false, undefined, "SprayFixedResponse");
|
|
1047
915
|
}
|
|
1048
916
|
|
|
1049
|
-
SprayVariable(request: FileSpray.SprayVariable): Promise<FileSpray.SprayResponse> {
|
|
917
|
+
SprayVariable(request: Partial<FileSpray.SprayVariable>): Promise<FileSpray.SprayResponse> {
|
|
1050
918
|
return this._connection.send("SprayVariable", request, "json", false, undefined, "SprayResponse");
|
|
1051
919
|
}
|
|
1052
920
|
|
|
1053
|
-
SubmitDFUWorkunit(request: FileSpray.SubmitDFUWorkunit): Promise<FileSpray.SubmitDFUWorkunitResponse> {
|
|
921
|
+
SubmitDFUWorkunit(request: Partial<FileSpray.SubmitDFUWorkunit>): Promise<FileSpray.SubmitDFUWorkunitResponse> {
|
|
1054
922
|
return this._connection.send("SubmitDFUWorkunit", request, "json", false, undefined, "SubmitDFUWorkunitResponse");
|
|
1055
923
|
}
|
|
1056
924
|
|
|
1057
|
-
UpdateDFUWorkunit(request: FileSpray.UpdateDFUWorkunit): Promise<FileSpray.UpdateDFUWorkunitResponse> {
|
|
925
|
+
UpdateDFUWorkunit(request: Partial<FileSpray.UpdateDFUWorkunit>): Promise<FileSpray.UpdateDFUWorkunitResponse> {
|
|
1058
926
|
return this._connection.send("UpdateDFUWorkunit", request, "json", false, undefined, "UpdateDFUWorkunitResponse");
|
|
1059
927
|
}
|
|
1060
928
|
|