@hpcc-js/comms 3.15.4 → 3.15.6

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 (130) hide show
  1. package/LICENSE +43 -43
  2. package/README.md +50 -50
  3. package/dist/browser/index.js +1 -1
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/index.umd.cjs +1 -1
  6. package/dist/browser/index.umd.cjs.map +1 -1
  7. package/dist/node/index.cjs +10 -10
  8. package/dist/node/index.cjs.map +4 -4
  9. package/dist/node/index.js +9 -9
  10. package/dist/node/index.js.map +4 -4
  11. package/package.json +7 -7
  12. package/src/__package__.ts +3 -3
  13. package/src/clienttools/eclMeta.ts +506 -506
  14. package/src/clienttools/eclcc.ts +628 -628
  15. package/src/connection.ts +288 -288
  16. package/src/ecl/activity.ts +82 -82
  17. package/src/ecl/dfuWorkunit.ts +363 -363
  18. package/src/ecl/graph.ts +196 -196
  19. package/src/ecl/logicalFile.ts +196 -196
  20. package/src/ecl/machine.ts +63 -63
  21. package/src/ecl/query.ts +265 -265
  22. package/src/ecl/queryGraph.ts +813 -813
  23. package/src/ecl/resource.ts +39 -39
  24. package/src/ecl/result.ts +245 -245
  25. package/src/ecl/scope.ts +188 -188
  26. package/src/ecl/sourceFile.ts +34 -34
  27. package/src/ecl/store.ts +154 -154
  28. package/src/ecl/targetCluster.ts +149 -149
  29. package/src/ecl/timer.ts +42 -42
  30. package/src/ecl/topology.ts +131 -131
  31. package/src/ecl/workunit.ts +1340 -1340
  32. package/src/ecl/xsdParser.ts +267 -267
  33. package/src/espConnection.ts +164 -164
  34. package/src/index.browser.ts +1 -1
  35. package/src/index.common.ts +40 -40
  36. package/src/index.node.ts +48 -48
  37. package/src/pem/trustwave.ts +909 -909
  38. package/src/services/fileSpray.ts +73 -73
  39. package/src/services/wsAccess.ts +8 -8
  40. package/src/services/wsAccount.ts +27 -27
  41. package/src/services/wsCloud.ts +73 -73
  42. package/src/services/wsCodesign.ts +18 -18
  43. package/src/services/wsDFU.ts +34 -34
  44. package/src/services/wsDFUXRef.ts +121 -121
  45. package/src/services/wsDali.ts +8 -8
  46. package/src/services/wsEcl.ts +123 -123
  47. package/src/services/wsElk.ts +8 -8
  48. package/src/services/wsLogaccess.ts +270 -270
  49. package/src/services/wsMachine.ts +89 -89
  50. package/src/services/wsPackageProcess.ts +8 -8
  51. package/src/services/wsResources.ts +8 -8
  52. package/src/services/wsSMC.ts +80 -80
  53. package/src/services/wsSasha.ts +7 -7
  54. package/src/services/wsStore.ts +32 -32
  55. package/src/services/wsTopology.ts +45 -45
  56. package/src/services/wsWorkunits.ts +151 -151
  57. package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +1008 -1008
  58. package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +1040 -1040
  59. package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +929 -929
  60. package/src/services/wsdl/FileSpray/v1.27/FileSpray.ts +930 -930
  61. package/src/services/wsdl/WsCloud/v1/WsCloud.ts +38 -38
  62. package/src/services/wsdl/WsCloud/v1.02/WsCloud.ts +77 -77
  63. package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +224 -224
  64. package/src/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.ts +228 -227
  65. package/src/services/wsdl/WsDali/v1.04/WsDali.ts +216 -216
  66. package/src/services/wsdl/WsDali/v1.07/WsDali.ts +72 -72
  67. package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +1455 -1455
  68. package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +1465 -1465
  69. package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +1244 -1244
  70. package/src/services/wsdl/WsDfu/v1.66/WsDfu.ts +1267 -1267
  71. package/src/services/wsdl/WsDfu/v1.67/WsDfu.ts +1268 -1268
  72. package/src/services/wsdl/WsDfu/v1.68/WsDfu.ts +1301 -0
  73. package/src/services/wsdl/WsESDLConfig/v1.5/WsESDLConfig.ts +366 -0
  74. package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +104 -104
  75. package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +519 -519
  76. package/src/services/wsdl/WsPackageProcess/v1.07/WsPackageProcess.ts +500 -500
  77. package/src/services/wsdl/WsPackageProcess/v1.08/WsPackageProcess.ts +503 -0
  78. package/src/services/wsdl/WsResources/v1.01/WsResources.ts +119 -119
  79. package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +665 -665
  80. package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +591 -591
  81. package/src/services/wsdl/WsSMC/v1.28/WsSMC.ts +645 -645
  82. package/src/services/wsdl/WsSMC/v1.29/WsSMC.ts +660 -660
  83. package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +18 -18
  84. package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +856 -856
  85. package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +786 -786
  86. package/src/services/wsdl/WsTopology/v1.33/WsTopology.ts +835 -835
  87. package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2944 -2944
  88. package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +3072 -3072
  89. package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +3073 -3073
  90. package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +3134 -3134
  91. package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +3182 -3182
  92. package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +3162 -3162
  93. package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +3153 -3153
  94. package/src/services/wsdl/WsWorkunits/v2.02/WsWorkunits.ts +3162 -3162
  95. package/src/services/wsdl/WsWorkunits/v2.03/WsWorkunits.ts +3164 -3164
  96. package/src/services/wsdl/WsWorkunits/v2.04/WsWorkunits.ts +3171 -3171
  97. package/src/services/wsdl/WsWorkunits/v2.05/WsWorkunits.ts +3177 -0
  98. package/src/services/wsdl/ws_access/v1.16/ws_access.ts +1086 -1086
  99. package/src/services/wsdl/ws_access/v1.17/ws_access.ts +1023 -1023
  100. package/src/services/wsdl/ws_account/v1.05/ws_account.ts +111 -111
  101. package/src/services/wsdl/ws_account/v1.06/ws_account.ts +109 -109
  102. package/src/services/wsdl/ws_account/v1.07/ws_account.ts +114 -114
  103. package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +95 -95
  104. package/src/services/wsdl/ws_elk/v1/ws_elk.ts +47 -47
  105. package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +83 -83
  106. package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +161 -161
  107. package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +190 -190
  108. package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +215 -215
  109. package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +219 -219
  110. package/src/services/wsdl/ws_logaccess/v1.08/ws_logaccess.ts +267 -267
  111. package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +567 -567
  112. package/src/services/wsdl/ws_machine/v1.18/ws_machine.ts +497 -497
  113. package/src/services/wsdl/ws_machine/v1.19/ws_machine.ts +497 -497
  114. package/src/services/wsdl/wsstore/v1.02/wsstore.ts +239 -239
  115. package/types/services/wsPackageProcess.d.ts +1 -1
  116. package/types/services/wsWorkunits.d.ts +1 -1
  117. package/types/services/wsdl/FileSpray/v1.27/FileSpray.d.ts +506 -506
  118. package/types/services/wsdl/WsCloud/v1.02/WsCloud.d.ts +18 -18
  119. package/types/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.d.ts +58 -57
  120. package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +42 -42
  121. package/types/services/wsdl/WsPackageProcess/{v1.07 → v1.08}/WsPackageProcess.d.ts +121 -118
  122. package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +13 -13
  123. package/types/services/wsdl/WsTopology/v1.33/WsTopology.d.ts +360 -360
  124. package/types/services/wsdl/WsWorkunits/v2.05/WsWorkunits.d.ts +2571 -0
  125. package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +268 -268
  126. package/types/services/wsdl/ws_account/v1.07/ws_account.d.ts +34 -34
  127. package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +22 -22
  128. package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +12 -12
  129. package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +61 -61
  130. package/types/services/wsdl/WsWorkunits/v2.04/WsWorkunits.d.ts +0 -2565
@@ -1,930 +1,930 @@
1
- import { IConnection, IOptions } from "../../../../connection.ts";
2
- import { Service } from "../../../../espConnection.ts";
3
-
4
- export namespace FileSpray {
5
-
6
- export type int = number;
7
- export type double = number;
8
- export type base64Binary = string;
9
- export type long = number;
10
- export type dateTime = string;
11
-
12
- export enum DFUWUActions {
13
- Delete = "Delete",
14
- Protect = "Protect",
15
- Unprotect = "Unprotect",
16
- Restore = "Restore",
17
- SetToFailed = "SetToFailed",
18
- Archive = "Archive"
19
- }
20
-
21
- export interface AbortDFUWorkunit {
22
- wuid: string;
23
- }
24
-
25
- export interface Exception {
26
- Code: string;
27
- Audience: string;
28
- Source: string;
29
- Message: string;
30
- }
31
-
32
- export interface Exceptions {
33
- Source: string;
34
- Exception: Exception[];
35
- }
36
-
37
- export interface AbortDFUWorkunitResponse {
38
- Exceptions: Exceptions;
39
- }
40
-
41
- export interface Copy {
42
- sourceLogicalName: string;
43
- destGroup: string;
44
- destGroupRoxie: string;
45
- destLogicalName: string;
46
- sourceDali: string;
47
- srcusername: string;
48
- srcpassword: string;
49
- overwrite: boolean;
50
- ensure: boolean;
51
- replicate: boolean;
52
- ReplicateOffset: int;
53
- maxConnections: int;
54
- throttle: int;
55
- transferBufferSize: int;
56
- nosplit: boolean;
57
- norecover: boolean;
58
- compress: boolean;
59
- Wrap: boolean;
60
- Multicopy: boolean;
61
- SourceDiffKeyName: string;
62
- DestDiffKeyName: string;
63
- superCopy: boolean;
64
- push: boolean;
65
- pull: boolean;
66
- ifnewer: boolean;
67
- noCommon: boolean;
68
- encrypt: string;
69
- decrypt: string;
70
- preserveCompression: boolean;
71
- DFUServerQueue: string;
72
- ExpireDays: int;
73
- KeyCompression: string;
74
- }
75
-
76
- export interface CopyResponse {
77
- Exceptions: Exceptions;
78
- result: string;
79
- }
80
-
81
- export interface CreateDFUPublisherWorkunit {
82
- DFUServerQueue: string;
83
- }
84
-
85
- export interface result {
86
- ID: string;
87
- DFUServerName: string;
88
- ClusterName: string;
89
- JobName: string;
90
- Queue: string;
91
- User: string;
92
- isProtected: boolean;
93
- Command: int;
94
- CommandMessage: string;
95
- PercentDone: int;
96
- SecsLeft: int;
97
- ProgressMessage: string;
98
- SummaryMessage: string;
99
- State: int;
100
- SourceLogicalName: string;
101
- SourceIP: string;
102
- SourceFilePath: string;
103
- SourceDali: string;
104
- SourceRecordSize: int;
105
- SourceFormat: int;
106
- RowTag: string;
107
- SourceNumParts: int;
108
- SourceDirectory: string;
109
- DestLogicalName: string;
110
- DestGroupName: string;
111
- DestDirectory: string;
112
- DestIP: string;
113
- DestFilePath: string;
114
- DestFormat: int;
115
- DestNumParts: int;
116
- DestRecordSize: int;
117
- Replicate: boolean;
118
- Overwrite: boolean;
119
- Compress: boolean;
120
- SourceCsvSeparate: string;
121
- SourceCsvQuote: string;
122
- SourceCsvTerminate: string;
123
- SourceCsvEscape: string;
124
- TimeStarted: string;
125
- TimeStopped: string;
126
- StateMessage: string;
127
- MonitorEventName: string;
128
- MonitorSub: boolean;
129
- MonitorShotLimit: int;
130
- SourceDiffKeyName: string;
131
- DestDiffKeyName: string;
132
- Archived: boolean;
133
- encrypt: string;
134
- decrypt: string;
135
- failIfNoSourceFile: boolean;
136
- recordStructurePresent: boolean;
137
- quotedTerminator: boolean;
138
- preserveCompression: boolean;
139
- expireDays: int;
140
- PreserveFileParts: boolean;
141
- FileAccessCost: double;
142
- KbPerSecAve: int;
143
- KbPerSec: int;
144
- }
145
-
146
- export interface CreateDFUPublisherWorkunitResponse {
147
- Exceptions: Exceptions;
148
- result: result;
149
- }
150
-
151
- export interface CreateDFUWorkunit {
152
- DFUServerQueue: string;
153
- }
154
-
155
- export interface CreateDFUWorkunitResponse {
156
- Exceptions: Exceptions;
157
- result: result;
158
- }
159
-
160
- export interface DFUWUFileRequest {
161
- Wuid?: string;
162
- Type?: string;
163
- PlainText?: string;
164
- }
165
-
166
- export interface DFUWUFileResponse {
167
- Exceptions: Exceptions;
168
- file: string;
169
- }
170
-
171
- export interface DFUWUSearchRequest {
172
-
173
- }
174
-
175
- export interface ClusterNames {
176
- ClusterName: string[];
177
- }
178
-
179
- export interface DFUWUSearchResponse {
180
- Exceptions: Exceptions;
181
- ClusterNames: ClusterNames;
182
- }
183
-
184
- export interface wuids {
185
- Item: string[];
186
- }
187
-
188
- export interface DFUWorkunitsActionRequest {
189
- wuids?: wuids;
190
- Type?: DFUWUActions;
191
- }
192
-
193
- export interface DFUActionResult {
194
- ID: string;
195
- Action: string;
196
- Result: string;
197
- }
198
-
199
- export interface DFUActionResults {
200
- DFUActionResult: DFUActionResult[];
201
- }
202
-
203
- export interface DFUWorkunitsActionResponse {
204
- Exceptions: Exceptions;
205
- FirstColumn: string;
206
- DFUActionResults: DFUActionResults;
207
- }
208
-
209
- export interface DeleteDFUWorkunit {
210
- wuid: string;
211
- }
212
-
213
- export interface DeleteDFUWorkunitResponse {
214
- Exceptions: Exceptions;
215
- result: boolean;
216
- }
217
-
218
- export interface DeleteDFUWorkunits {
219
- wuids: wuids;
220
- }
221
-
222
- export interface DeleteDFUWorkunitsResponse {
223
- Exceptions: Exceptions;
224
- }
225
-
226
- export interface Names {
227
- Item: string[];
228
- }
229
-
230
- export interface DeleteDropZoneFilesRequest {
231
- DropZoneName?: string;
232
- NetAddress?: string;
233
- Path?: string;
234
- OS?: string;
235
- Names?: Names;
236
- }
237
-
238
- export interface Despray {
239
- destGroup: string;
240
- sourceLogicalName: string;
241
- destIP: string;
242
- destPath: string;
243
- destPlane: string;
244
- dstxml: base64Binary;
245
- overwrite: boolean;
246
- maxConnections: int;
247
- throttle: int;
248
- transferBufferSize: int;
249
- splitprefix: string;
250
- norecover: boolean;
251
- wrap: boolean;
252
- multiCopy: boolean;
253
- SingleConnection: boolean;
254
- DFUServerQueue: string;
255
- compress: boolean;
256
- encrypt: string;
257
- decrypt: string;
258
- }
259
-
260
- export interface DesprayResponse {
261
- Exceptions: Exceptions;
262
- wuid: string;
263
- }
264
-
265
- export interface DfuMonitorRequest {
266
- EventName?: string;
267
- LogicalName?: string;
268
- Ip?: string;
269
- Filename?: string;
270
- Sub?: boolean;
271
- ShotLimit?: int;
272
- }
273
-
274
- export interface DfuMonitorResponse {
275
- Exceptions: Exceptions;
276
- wuid: string;
277
- }
278
-
279
- export interface DropZoneFileSearchRequest {
280
- DropZoneName?: string;
281
- Server?: string;
282
- ECLWatchVisibleOnly?: boolean;
283
- NameFilter?: string;
284
- }
285
-
286
- export interface PhysicalFileStruct {
287
- name: string;
288
- Server: string;
289
- isDir: boolean;
290
- filesize: long;
291
- modifiedtime: string;
292
- Path: string;
293
- Files: Files;
294
- }
295
-
296
- export interface Files {
297
- PhysicalFileStruct: PhysicalFileStruct[];
298
- }
299
-
300
- export interface DropZoneFileSearchResponse {
301
- Exceptions: Exceptions;
302
- Files: Files;
303
- Warning: string;
304
- }
305
-
306
- export interface DropZoneFilesRequest {
307
- DropZoneName?: string;
308
- NetAddress?: string;
309
- Path?: string;
310
- OS?: string;
311
- Subfolder?: string;
312
- ECLWatchVisibleOnly?: boolean;
313
- DirectoryOnly?: boolean;
314
- }
315
-
316
- export interface DropZone {
317
- Name: string;
318
- NetAddress: string;
319
- Path: string;
320
- Computer: string;
321
- Linux: string;
322
- }
323
-
324
- export interface DropZones {
325
- DropZone: DropZone[];
326
- }
327
-
328
- export interface DropZoneFilesResponse {
329
- Exceptions: Exceptions;
330
- DropZoneName: string;
331
- NetAddress: string;
332
- Path: string;
333
- OS: int;
334
- ECLWatchVisibleOnly: boolean;
335
- DropZones: DropZones;
336
- Files: Files;
337
- }
338
-
339
- export interface EchoDateTime {
340
- dt: dateTime;
341
- }
342
-
343
- export interface EchoDateTimeResponse {
344
- result: dateTime;
345
- }
346
-
347
- export interface FileListRequest {
348
- DropZoneName?: string;
349
- Netaddr?: string;
350
- Path?: string;
351
- Mask?: string;
352
- OS?: string;
353
- DirectoryOnly?: boolean;
354
- }
355
-
356
- export interface files {
357
- PhysicalFileStruct: PhysicalFileStruct[];
358
- }
359
-
360
- export interface FileListResponse {
361
- Exceptions: Exceptions;
362
- Netaddr: string;
363
- Path: string;
364
- Mask: string;
365
- OS: int;
366
- DirectoryOnly: boolean;
367
- AcceptLanguage: string;
368
- files: files;
369
- }
370
-
371
- export interface GetDFUExceptions {
372
- wuid: string;
373
- }
374
-
375
- export interface DFUException {
376
- Code: int;
377
- Message: string;
378
- }
379
-
380
- export interface result2 {
381
- DFUException: DFUException[];
382
- }
383
-
384
- export interface GetDFUExceptionsResponse {
385
- Exceptions: Exceptions;
386
- result: result2;
387
- }
388
-
389
- export interface ProgressRequest {
390
- wuid?: string;
391
- }
392
-
393
- export interface ProgressResponse {
394
- Exceptions: Exceptions;
395
- wuid: string;
396
- PercentDone: int;
397
- SecsLeft: int;
398
- KbPerSecAve: int;
399
- KbPerSec: int;
400
- SlavesDone: int;
401
- TimeTaken: string;
402
- ProgressMessage: string;
403
- SummaryMessage: string;
404
- State: string;
405
- }
406
-
407
- export interface GetDFUServerQueuesRequest {
408
- DFUServerName?: string;
409
- }
410
-
411
- export interface GetDFUServerQueuesResponse {
412
- Exceptions: Exceptions;
413
- Names: Names;
414
- }
415
-
416
- export interface GetDFUWorkunit {
417
- wuid: string;
418
- }
419
-
420
- export interface GetDFUWorkunitResponse {
421
- Exceptions: Exceptions;
422
- result: result;
423
- AutoRefresh: int;
424
- }
425
-
426
- export interface GetDFUWorkunits {
427
- Wuid: string;
428
- Owner: string;
429
- Cluster: string;
430
- StateReq: string;
431
- Type: string;
432
- Jobname: string;
433
- PageSize: long;
434
- CurrentPage: int;
435
- PageStartFrom: long;
436
- Sortby: string;
437
- Descending: boolean;
438
- CacheHint: long;
439
- ParentWuid: string;
440
- PublisherWuid: string;
441
- includeProgressMessages: boolean;
442
- includeTimings: boolean;
443
- includeTransferRate: boolean;
444
- }
445
-
446
- export interface DFUWorkunit {
447
- ID: string;
448
- DFUServerName: string;
449
- ClusterName: string;
450
- JobName: string;
451
- Queue: string;
452
- User: string;
453
- isProtected: boolean;
454
- Command: int;
455
- CommandMessage: string;
456
- PercentDone: int;
457
- SecsLeft: int;
458
- ProgressMessage: string;
459
- SummaryMessage: string;
460
- State: int;
461
- SourceLogicalName: string;
462
- SourceIP: string;
463
- SourceFilePath: string;
464
- SourceDali: string;
465
- SourceRecordSize: int;
466
- SourceFormat: int;
467
- RowTag: string;
468
- SourceNumParts: int;
469
- SourceDirectory: string;
470
- DestLogicalName: string;
471
- DestGroupName: string;
472
- DestDirectory: string;
473
- DestIP: string;
474
- DestFilePath: string;
475
- DestFormat: int;
476
- DestNumParts: int;
477
- DestRecordSize: int;
478
- Replicate: boolean;
479
- Overwrite: boolean;
480
- Compress: boolean;
481
- SourceCsvSeparate: string;
482
- SourceCsvQuote: string;
483
- SourceCsvTerminate: string;
484
- SourceCsvEscape: string;
485
- TimeStarted: string;
486
- TimeStopped: string;
487
- StateMessage: string;
488
- MonitorEventName: string;
489
- MonitorSub: boolean;
490
- MonitorShotLimit: int;
491
- SourceDiffKeyName: string;
492
- DestDiffKeyName: string;
493
- Archived: boolean;
494
- encrypt: string;
495
- decrypt: string;
496
- failIfNoSourceFile: boolean;
497
- recordStructurePresent: boolean;
498
- quotedTerminator: boolean;
499
- preserveCompression: boolean;
500
- expireDays: int;
501
- PreserveFileParts: boolean;
502
- FileAccessCost: double;
503
- KbPerSecAve: int;
504
- KbPerSec: int;
505
- }
506
-
507
- export interface results {
508
- DFUWorkunit: DFUWorkunit[];
509
- }
510
-
511
- export interface GetDFUWorkunitsResponse {
512
- Exceptions: Exceptions;
513
- results: results;
514
- Type: string;
515
- Owner: string;
516
- Cluster: string;
517
- StateReq: string;
518
- PageSize: long;
519
- PrevPage: long;
520
- NextPage: long;
521
- LastPage: long;
522
- NumWUs: long;
523
- PageStartFrom: long;
524
- PageEndAt: long;
525
- First: boolean;
526
- Sortby: string;
527
- Descending: boolean;
528
- BasicQuery: string;
529
- Filters: string;
530
- CacheHint: long;
531
- }
532
-
533
- export interface GetRemoteTargetsRequest {
534
-
535
- }
536
-
537
- export interface TargetNames {
538
- Item: string[];
539
- }
540
-
541
- export interface GetRemoteTargetsResponse {
542
- Exceptions: Exceptions;
543
- TargetNames: TargetNames;
544
- AllowForeign: boolean;
545
- }
546
-
547
- export interface GetSprayTargetsRequest {
548
-
549
- }
550
-
551
- export interface GroupNode {
552
- Name: string;
553
- ClusterType: string;
554
- ReplicateOutputs: boolean;
555
- }
556
-
557
- export interface GroupNodes {
558
- GroupNode: GroupNode[];
559
- }
560
-
561
- export interface GetSprayTargetsResponse {
562
- Exceptions: Exceptions;
563
- GroupNodes: GroupNodes;
564
- }
565
-
566
- export interface OpenSaveRequest {
567
- Location?: string;
568
- Path?: string;
569
- Name?: string;
570
- Type?: string;
571
- DateTime?: string;
572
- BinaryFile?: boolean;
573
- }
574
-
575
- export interface OpenSaveResponse {
576
- Exceptions: Exceptions;
577
- Location: string;
578
- Path: string;
579
- Name: string;
580
- Type: string;
581
- DateTime: string;
582
- Viewable: boolean;
583
- }
584
-
585
- export interface FileSprayPingRequest {
586
-
587
- }
588
-
589
- export interface FileSprayPingResponse {
590
-
591
- }
592
-
593
- export interface Rename {
594
- srcname: string;
595
- dstname: string;
596
- overwrite: boolean;
597
- DFUServerQueue: string;
598
- }
599
-
600
- export interface RenameResponse {
601
- Exceptions: Exceptions;
602
- wuid: string;
603
- }
604
-
605
- export interface Replicate {
606
- sourceLogicalName: string;
607
- replicateOffset: int;
608
- cluster: string;
609
- repeatLast: boolean;
610
- onlyRepeated: boolean;
611
- DFUServerQueue: string;
612
- }
613
-
614
- export interface ReplicateResponse {
615
- Exceptions: Exceptions;
616
- wuid: string;
617
- }
618
-
619
- export interface ShowResultRequest {
620
- Result?: string;
621
- }
622
-
623
- export interface ShowResultResponse {
624
- Exceptions: Exceptions;
625
- Result: string;
626
- }
627
-
628
- export interface SprayFixed {
629
- sourceIP: string;
630
- sourcePlane: string;
631
- sourcePath: string;
632
- srcxml: base64Binary;
633
- sourceFormat: string;
634
- sourceRecordSize: int;
635
- destGroup: string;
636
- destLogicalName: string;
637
- destNumParts: int;
638
- overwrite: boolean;
639
- replicate: boolean;
640
- ReplicateOffset: int;
641
- maxConnections: int;
642
- throttle: int;
643
- transferBufferSize: int;
644
- prefix: string;
645
- nosplit: boolean;
646
- norecover: boolean;
647
- compress: boolean;
648
- push: boolean;
649
- pull: boolean;
650
- noCommon: boolean;
651
- encrypt: string;
652
- decrypt: string;
653
- wrap: boolean;
654
- failIfNoSourceFile: boolean;
655
- recordStructurePresent: boolean;
656
- quotedTerminator: boolean;
657
- expireDays: int;
658
- DFUServerQueue: string;
659
- }
660
-
661
- export interface SprayFixedResponse {
662
- Exceptions: Exceptions;
663
- wuid: string;
664
- }
665
-
666
- export interface SprayVariable {
667
- sourceIP: string;
668
- sourcePlane: string;
669
- sourcePath: string;
670
- srcxml: base64Binary;
671
- sourceMaxRecordSize: int;
672
- sourceFormat: int;
673
- NoSourceCsvSeparator: boolean;
674
- sourceCsvSeparate: string;
675
- sourceCsvTerminate: string;
676
- sourceCsvQuote: string;
677
- sourceCsvEscape: string;
678
- sourceRowTag: string;
679
- destGroup: string;
680
- destLogicalName: string;
681
- destNumParts: int;
682
- overwrite: boolean;
683
- replicate: boolean;
684
- ReplicateOffset: int;
685
- maxConnections: int;
686
- throttle: int;
687
- transferBufferSize: int;
688
- prefix: string;
689
- nosplit: boolean;
690
- norecover: boolean;
691
- compress: boolean;
692
- push: boolean;
693
- pull: boolean;
694
- noCommon: boolean;
695
- encrypt: string;
696
- decrypt: string;
697
- failIfNoSourceFile: boolean;
698
- recordStructurePresent: boolean;
699
- quotedTerminator: boolean;
700
- sourceRowPath: string;
701
- isJSON: boolean;
702
- expireDays: int;
703
- DFUServerQueue: string;
704
- srcUsername: string;
705
- srcPassword: string;
706
- }
707
-
708
- export interface SprayResponse {
709
- Exceptions: Exceptions;
710
- wuid: string;
711
- }
712
-
713
- export interface SubmitDFUWorkunit {
714
- wuid: string;
715
- }
716
-
717
- export interface SubmitDFUWorkunitResponse {
718
- Exceptions: Exceptions;
719
- }
720
-
721
- export interface wu {
722
- ID: string;
723
- DFUServerName: string;
724
- ClusterName: string;
725
- JobName: string;
726
- Queue: string;
727
- User: string;
728
- isProtected: boolean;
729
- Command: int;
730
- CommandMessage: string;
731
- PercentDone: int;
732
- SecsLeft: int;
733
- ProgressMessage: string;
734
- SummaryMessage: string;
735
- State: int;
736
- SourceLogicalName: string;
737
- SourceIP: string;
738
- SourceFilePath: string;
739
- SourceDali: string;
740
- SourceRecordSize: int;
741
- SourceFormat: int;
742
- RowTag: string;
743
- SourceNumParts: int;
744
- SourceDirectory: string;
745
- DestLogicalName: string;
746
- DestGroupName: string;
747
- DestDirectory: string;
748
- DestIP: string;
749
- DestFilePath: string;
750
- DestFormat: int;
751
- DestNumParts: int;
752
- DestRecordSize: int;
753
- Replicate: boolean;
754
- Overwrite: boolean;
755
- Compress: boolean;
756
- SourceCsvSeparate: string;
757
- SourceCsvQuote: string;
758
- SourceCsvTerminate: string;
759
- SourceCsvEscape: string;
760
- TimeStarted: string;
761
- TimeStopped: string;
762
- StateMessage: string;
763
- MonitorEventName: string;
764
- MonitorSub: boolean;
765
- MonitorShotLimit: int;
766
- SourceDiffKeyName: string;
767
- DestDiffKeyName: string;
768
- Archived: boolean;
769
- encrypt: string;
770
- decrypt: string;
771
- failIfNoSourceFile: boolean;
772
- recordStructurePresent: boolean;
773
- quotedTerminator: boolean;
774
- preserveCompression: boolean;
775
- expireDays: int;
776
- PreserveFileParts: boolean;
777
- FileAccessCost: double;
778
- KbPerSecAve: int;
779
- KbPerSec: int;
780
- }
781
-
782
- export interface UpdateDFUWorkunit {
783
- wu: wu;
784
- ClusterOrig: string;
785
- JobNameOrig: string;
786
- isProtectedOrig: boolean;
787
- StateOrig: int;
788
- }
789
-
790
- export interface UpdateDFUWorkunitResponse {
791
- Exceptions: Exceptions;
792
- }
793
-
794
- }
795
-
796
- export class FileSprayServiceBase extends Service {
797
-
798
- constructor(optsConnection: IOptions | IConnection) {
799
- super(optsConnection, "FileSpray", "1.27");
800
- }
801
-
802
- AbortDFUWorkunit(request: Partial<FileSpray.AbortDFUWorkunit>): Promise<FileSpray.AbortDFUWorkunitResponse> {
803
- return this._connection.send("AbortDFUWorkunit", request, "json", false, undefined, "AbortDFUWorkunitResponse");
804
- }
805
-
806
- Copy(request: Partial<FileSpray.Copy>): Promise<FileSpray.CopyResponse> {
807
- return this._connection.send("Copy", request, "json", false, undefined, "CopyResponse");
808
- }
809
-
810
- CreateDFUPublisherWorkunit(request: Partial<FileSpray.CreateDFUPublisherWorkunit>): Promise<FileSpray.CreateDFUPublisherWorkunitResponse> {
811
- return this._connection.send("CreateDFUPublisherWorkunit", request, "json", false, undefined, "CreateDFUPublisherWorkunitResponse");
812
- }
813
-
814
- CreateDFUWorkunit(request: Partial<FileSpray.CreateDFUWorkunit>): Promise<FileSpray.CreateDFUWorkunitResponse> {
815
- return this._connection.send("CreateDFUWorkunit", request, "json", false, undefined, "CreateDFUWorkunitResponse");
816
- }
817
-
818
- DFUWUFile(request: Partial<FileSpray.DFUWUFileRequest>): Promise<FileSpray.DFUWUFileResponse> {
819
- return this._connection.send("DFUWUFile", request, "json", false, undefined, "DFUWUFileResponse");
820
- }
821
-
822
- DFUWUSearch(request: Partial<FileSpray.DFUWUSearchRequest>): Promise<FileSpray.DFUWUSearchResponse> {
823
- return this._connection.send("DFUWUSearch", request, "json", false, undefined, "DFUWUSearchResponse");
824
- }
825
-
826
- DFUWorkunitsAction(request: Partial<FileSpray.DFUWorkunitsActionRequest>): Promise<FileSpray.DFUWorkunitsActionResponse> {
827
- return this._connection.send("DFUWorkunitsAction", request, "json", false, undefined, "DFUWorkunitsActionResponse");
828
- }
829
-
830
- DeleteDFUWorkunit(request: Partial<FileSpray.DeleteDFUWorkunit>): Promise<FileSpray.DeleteDFUWorkunitResponse> {
831
- return this._connection.send("DeleteDFUWorkunit", request, "json", false, undefined, "DeleteDFUWorkunitResponse");
832
- }
833
-
834
- DeleteDFUWorkunits(request: Partial<FileSpray.DeleteDFUWorkunits>): Promise<FileSpray.DeleteDFUWorkunitsResponse> {
835
- return this._connection.send("DeleteDFUWorkunits", request, "json", false, undefined, "DeleteDFUWorkunitsResponse");
836
- }
837
-
838
- DeleteDropZoneFiles(request: Partial<FileSpray.DeleteDropZoneFilesRequest>): Promise<FileSpray.DFUWorkunitsActionResponse> {
839
- return this._connection.send("DeleteDropZoneFiles", request, "json", false, undefined, "DFUWorkunitsActionResponse");
840
- }
841
-
842
- Despray(request: Partial<FileSpray.Despray>): Promise<FileSpray.DesprayResponse> {
843
- return this._connection.send("Despray", request, "json", false, undefined, "DesprayResponse");
844
- }
845
-
846
- DfuMonitor(request: Partial<FileSpray.DfuMonitorRequest>): Promise<FileSpray.DfuMonitorResponse> {
847
- return this._connection.send("DfuMonitor", request, "json", false, undefined, "DfuMonitorResponse");
848
- }
849
-
850
- DropZoneFileSearch(request: Partial<FileSpray.DropZoneFileSearchRequest>): Promise<FileSpray.DropZoneFileSearchResponse> {
851
- return this._connection.send("DropZoneFileSearch", request, "json", false, undefined, "DropZoneFileSearchResponse");
852
- }
853
-
854
- DropZoneFiles(request: Partial<FileSpray.DropZoneFilesRequest>): Promise<FileSpray.DropZoneFilesResponse> {
855
- return this._connection.send("DropZoneFiles", request, "json", false, undefined, "DropZoneFilesResponse");
856
- }
857
-
858
- EchoDateTime(request: Partial<FileSpray.EchoDateTime>): Promise<FileSpray.EchoDateTimeResponse> {
859
- return this._connection.send("EchoDateTime", request, "json", false, undefined, "EchoDateTimeResponse");
860
- }
861
-
862
- FileList(request: Partial<FileSpray.FileListRequest>): Promise<FileSpray.FileListResponse> {
863
- return this._connection.send("FileList", request, "json", false, undefined, "FileListResponse");
864
- }
865
-
866
- GetDFUExceptions(request: Partial<FileSpray.GetDFUExceptions>): Promise<FileSpray.GetDFUExceptionsResponse> {
867
- return this._connection.send("GetDFUExceptions", request, "json", false, undefined, "GetDFUExceptionsResponse");
868
- }
869
-
870
- GetDFUProgress(request: Partial<FileSpray.ProgressRequest>): Promise<FileSpray.ProgressResponse> {
871
- return this._connection.send("GetDFUProgress", request, "json", false, undefined, "ProgressResponse");
872
- }
873
-
874
- GetDFUServerQueues(request: Partial<FileSpray.GetDFUServerQueuesRequest>): Promise<FileSpray.GetDFUServerQueuesResponse> {
875
- return this._connection.send("GetDFUServerQueues", request, "json", false, undefined, "GetDFUServerQueuesResponse");
876
- }
877
-
878
- GetDFUWorkunit(request: Partial<FileSpray.GetDFUWorkunit>): Promise<FileSpray.GetDFUWorkunitResponse> {
879
- return this._connection.send("GetDFUWorkunit", request, "json", false, undefined, "GetDFUWorkunitResponse");
880
- }
881
-
882
- GetDFUWorkunits(request: Partial<FileSpray.GetDFUWorkunits>): Promise<FileSpray.GetDFUWorkunitsResponse> {
883
- return this._connection.send("GetDFUWorkunits", request, "json", false, undefined, "GetDFUWorkunitsResponse");
884
- }
885
-
886
- GetRemoteTargets(request: Partial<FileSpray.GetRemoteTargetsRequest>): Promise<FileSpray.GetRemoteTargetsResponse> {
887
- return this._connection.send("GetRemoteTargets", request, "json", false, undefined, "GetRemoteTargetsResponse");
888
- }
889
-
890
- GetSprayTargets(request: Partial<FileSpray.GetSprayTargetsRequest>): Promise<FileSpray.GetSprayTargetsResponse> {
891
- return this._connection.send("GetSprayTargets", request, "json", false, undefined, "GetSprayTargetsResponse");
892
- }
893
-
894
- OpenSave(request: Partial<FileSpray.OpenSaveRequest>): Promise<FileSpray.OpenSaveResponse> {
895
- return this._connection.send("OpenSave", request, "json", false, undefined, "OpenSaveResponse");
896
- }
897
-
898
- Ping(request: Partial<FileSpray.FileSprayPingRequest>): Promise<FileSpray.FileSprayPingResponse> {
899
- return this._connection.send("Ping", request, "json", false, undefined, "FileSprayPingResponse");
900
- }
901
-
902
- Rename(request: Partial<FileSpray.Rename>): Promise<FileSpray.RenameResponse> {
903
- return this._connection.send("Rename", request, "json", false, undefined, "RenameResponse");
904
- }
905
-
906
- Replicate(request: Partial<FileSpray.Replicate>): Promise<FileSpray.ReplicateResponse> {
907
- return this._connection.send("Replicate", request, "json", false, undefined, "ReplicateResponse");
908
- }
909
-
910
- ShowResult(request: Partial<FileSpray.ShowResultRequest>): Promise<FileSpray.ShowResultResponse> {
911
- return this._connection.send("ShowResult", request, "json", false, undefined, "ShowResultResponse");
912
- }
913
-
914
- SprayFixed(request: Partial<FileSpray.SprayFixed>): Promise<FileSpray.SprayFixedResponse> {
915
- return this._connection.send("SprayFixed", request, "json", false, undefined, "SprayFixedResponse");
916
- }
917
-
918
- SprayVariable(request: Partial<FileSpray.SprayVariable>): Promise<FileSpray.SprayResponse> {
919
- return this._connection.send("SprayVariable", request, "json", false, undefined, "SprayResponse");
920
- }
921
-
922
- SubmitDFUWorkunit(request: Partial<FileSpray.SubmitDFUWorkunit>): Promise<FileSpray.SubmitDFUWorkunitResponse> {
923
- return this._connection.send("SubmitDFUWorkunit", request, "json", false, undefined, "SubmitDFUWorkunitResponse");
924
- }
925
-
926
- UpdateDFUWorkunit(request: Partial<FileSpray.UpdateDFUWorkunit>): Promise<FileSpray.UpdateDFUWorkunitResponse> {
927
- return this._connection.send("UpdateDFUWorkunit", request, "json", false, undefined, "UpdateDFUWorkunitResponse");
928
- }
929
-
930
- }
1
+ import { IConnection, IOptions } from "../../../../connection.ts";
2
+ import { Service } from "../../../../espConnection.ts";
3
+
4
+ export namespace FileSpray {
5
+
6
+ export type int = number;
7
+ export type double = number;
8
+ export type base64Binary = string;
9
+ export type long = number;
10
+ export type dateTime = string;
11
+
12
+ export enum DFUWUActions {
13
+ Delete = "Delete",
14
+ Protect = "Protect",
15
+ Unprotect = "Unprotect",
16
+ Restore = "Restore",
17
+ SetToFailed = "SetToFailed",
18
+ Archive = "Archive"
19
+ }
20
+
21
+ export interface AbortDFUWorkunit {
22
+ wuid?: string;
23
+ }
24
+
25
+ export interface Exception {
26
+ Code?: string;
27
+ Audience?: string;
28
+ Source?: string;
29
+ Message?: string;
30
+ }
31
+
32
+ export interface Exceptions {
33
+ Source?: string;
34
+ Exception?: Exception[];
35
+ }
36
+
37
+ export interface AbortDFUWorkunitResponse {
38
+ Exceptions?: Exceptions;
39
+ }
40
+
41
+ export interface Copy {
42
+ sourceLogicalName?: string;
43
+ destGroup?: string;
44
+ destGroupRoxie?: string;
45
+ destLogicalName?: string;
46
+ sourceDali?: string;
47
+ srcusername?: string;
48
+ srcpassword?: string;
49
+ overwrite?: boolean;
50
+ ensure?: boolean;
51
+ replicate?: boolean;
52
+ ReplicateOffset?: int;
53
+ maxConnections?: int;
54
+ throttle?: int;
55
+ transferBufferSize?: int;
56
+ nosplit?: boolean;
57
+ norecover?: boolean;
58
+ compress?: boolean;
59
+ Wrap?: boolean;
60
+ Multicopy?: boolean;
61
+ SourceDiffKeyName?: string;
62
+ DestDiffKeyName?: string;
63
+ superCopy?: boolean;
64
+ push?: boolean;
65
+ pull?: boolean;
66
+ ifnewer?: boolean;
67
+ noCommon?: boolean;
68
+ encrypt?: string;
69
+ decrypt?: string;
70
+ preserveCompression?: boolean;
71
+ DFUServerQueue?: string;
72
+ ExpireDays?: int;
73
+ KeyCompression?: string;
74
+ }
75
+
76
+ export interface CopyResponse {
77
+ Exceptions?: Exceptions;
78
+ result?: string;
79
+ }
80
+
81
+ export interface CreateDFUPublisherWorkunit {
82
+ DFUServerQueue?: string;
83
+ }
84
+
85
+ export interface result {
86
+ ID?: string;
87
+ DFUServerName?: string;
88
+ ClusterName?: string;
89
+ JobName?: string;
90
+ Queue?: string;
91
+ User?: string;
92
+ isProtected?: boolean;
93
+ Command?: int;
94
+ CommandMessage?: string;
95
+ PercentDone?: int;
96
+ SecsLeft?: int;
97
+ ProgressMessage?: string;
98
+ SummaryMessage?: string;
99
+ State?: int;
100
+ SourceLogicalName?: string;
101
+ SourceIP?: string;
102
+ SourceFilePath?: string;
103
+ SourceDali?: string;
104
+ SourceRecordSize?: int;
105
+ SourceFormat?: int;
106
+ RowTag?: string;
107
+ SourceNumParts?: int;
108
+ SourceDirectory?: string;
109
+ DestLogicalName?: string;
110
+ DestGroupName?: string;
111
+ DestDirectory?: string;
112
+ DestIP?: string;
113
+ DestFilePath?: string;
114
+ DestFormat?: int;
115
+ DestNumParts?: int;
116
+ DestRecordSize?: int;
117
+ Replicate?: boolean;
118
+ Overwrite?: boolean;
119
+ Compress?: boolean;
120
+ SourceCsvSeparate?: string;
121
+ SourceCsvQuote?: string;
122
+ SourceCsvTerminate?: string;
123
+ SourceCsvEscape?: string;
124
+ TimeStarted?: string;
125
+ TimeStopped?: string;
126
+ StateMessage?: string;
127
+ MonitorEventName?: string;
128
+ MonitorSub?: boolean;
129
+ MonitorShotLimit?: int;
130
+ SourceDiffKeyName?: string;
131
+ DestDiffKeyName?: string;
132
+ Archived?: boolean;
133
+ encrypt?: string;
134
+ decrypt?: string;
135
+ failIfNoSourceFile?: boolean;
136
+ recordStructurePresent?: boolean;
137
+ quotedTerminator?: boolean;
138
+ preserveCompression?: boolean;
139
+ expireDays?: int;
140
+ PreserveFileParts?: boolean;
141
+ FileAccessCost?: double;
142
+ KbPerSecAve?: int;
143
+ KbPerSec?: int;
144
+ }
145
+
146
+ export interface CreateDFUPublisherWorkunitResponse {
147
+ Exceptions?: Exceptions;
148
+ result?: result;
149
+ }
150
+
151
+ export interface CreateDFUWorkunit {
152
+ DFUServerQueue?: string;
153
+ }
154
+
155
+ export interface CreateDFUWorkunitResponse {
156
+ Exceptions?: Exceptions;
157
+ result?: result;
158
+ }
159
+
160
+ export interface DFUWUFileRequest {
161
+ Wuid?: string;
162
+ Type?: string;
163
+ PlainText?: string;
164
+ }
165
+
166
+ export interface DFUWUFileResponse {
167
+ Exceptions?: Exceptions;
168
+ file?: string;
169
+ }
170
+
171
+ export interface DFUWUSearchRequest {
172
+
173
+ }
174
+
175
+ export interface ClusterNames {
176
+ ClusterName?: string[];
177
+ }
178
+
179
+ export interface DFUWUSearchResponse {
180
+ Exceptions?: Exceptions;
181
+ ClusterNames?: ClusterNames;
182
+ }
183
+
184
+ export interface wuids {
185
+ Item?: string[];
186
+ }
187
+
188
+ export interface DFUWorkunitsActionRequest {
189
+ wuids?: wuids;
190
+ Type?: DFUWUActions;
191
+ }
192
+
193
+ export interface DFUActionResult {
194
+ ID?: string;
195
+ Action?: string;
196
+ Result?: string;
197
+ }
198
+
199
+ export interface DFUActionResults {
200
+ DFUActionResult?: DFUActionResult[];
201
+ }
202
+
203
+ export interface DFUWorkunitsActionResponse {
204
+ Exceptions?: Exceptions;
205
+ FirstColumn?: string;
206
+ DFUActionResults?: DFUActionResults;
207
+ }
208
+
209
+ export interface DeleteDFUWorkunit {
210
+ wuid?: string;
211
+ }
212
+
213
+ export interface DeleteDFUWorkunitResponse {
214
+ Exceptions?: Exceptions;
215
+ result?: boolean;
216
+ }
217
+
218
+ export interface DeleteDFUWorkunits {
219
+ wuids?: wuids;
220
+ }
221
+
222
+ export interface DeleteDFUWorkunitsResponse {
223
+ Exceptions?: Exceptions;
224
+ }
225
+
226
+ export interface Names {
227
+ Item?: string[];
228
+ }
229
+
230
+ export interface DeleteDropZoneFilesRequest {
231
+ DropZoneName?: string;
232
+ NetAddress?: string;
233
+ Path?: string;
234
+ OS?: string;
235
+ Names?: Names;
236
+ }
237
+
238
+ export interface Despray {
239
+ destGroup?: string;
240
+ sourceLogicalName?: string;
241
+ destIP?: string;
242
+ destPath?: string;
243
+ destPlane?: string;
244
+ dstxml?: base64Binary;
245
+ overwrite?: boolean;
246
+ maxConnections?: int;
247
+ throttle?: int;
248
+ transferBufferSize?: int;
249
+ splitprefix?: string;
250
+ norecover?: boolean;
251
+ wrap?: boolean;
252
+ multiCopy?: boolean;
253
+ SingleConnection?: boolean;
254
+ DFUServerQueue?: string;
255
+ compress?: boolean;
256
+ encrypt?: string;
257
+ decrypt?: string;
258
+ }
259
+
260
+ export interface DesprayResponse {
261
+ Exceptions?: Exceptions;
262
+ wuid?: string;
263
+ }
264
+
265
+ export interface DfuMonitorRequest {
266
+ EventName?: string;
267
+ LogicalName?: string;
268
+ Ip?: string;
269
+ Filename?: string;
270
+ Sub?: boolean;
271
+ ShotLimit?: int;
272
+ }
273
+
274
+ export interface DfuMonitorResponse {
275
+ Exceptions?: Exceptions;
276
+ wuid?: string;
277
+ }
278
+
279
+ export interface DropZoneFileSearchRequest {
280
+ DropZoneName?: string;
281
+ Server?: string;
282
+ ECLWatchVisibleOnly?: boolean;
283
+ NameFilter?: string;
284
+ }
285
+
286
+ export interface PhysicalFileStruct {
287
+ name?: string;
288
+ Server?: string;
289
+ isDir?: boolean;
290
+ filesize?: long;
291
+ modifiedtime?: string;
292
+ Path?: string;
293
+ Files?: Files;
294
+ }
295
+
296
+ export interface Files {
297
+ PhysicalFileStruct?: PhysicalFileStruct[];
298
+ }
299
+
300
+ export interface DropZoneFileSearchResponse {
301
+ Exceptions?: Exceptions;
302
+ Files?: Files;
303
+ Warning?: string;
304
+ }
305
+
306
+ export interface DropZoneFilesRequest {
307
+ DropZoneName?: string;
308
+ NetAddress?: string;
309
+ Path?: string;
310
+ OS?: string;
311
+ Subfolder?: string;
312
+ ECLWatchVisibleOnly?: boolean;
313
+ DirectoryOnly?: boolean;
314
+ }
315
+
316
+ export interface DropZone {
317
+ Name?: string;
318
+ NetAddress?: string;
319
+ Path?: string;
320
+ Computer?: string;
321
+ Linux?: string;
322
+ }
323
+
324
+ export interface DropZones {
325
+ DropZone?: DropZone[];
326
+ }
327
+
328
+ export interface DropZoneFilesResponse {
329
+ Exceptions?: Exceptions;
330
+ DropZoneName?: string;
331
+ NetAddress?: string;
332
+ Path?: string;
333
+ OS?: int;
334
+ ECLWatchVisibleOnly?: boolean;
335
+ DropZones?: DropZones;
336
+ Files?: Files;
337
+ }
338
+
339
+ export interface EchoDateTime {
340
+ dt?: dateTime;
341
+ }
342
+
343
+ export interface EchoDateTimeResponse {
344
+ result?: dateTime;
345
+ }
346
+
347
+ export interface FileListRequest {
348
+ DropZoneName?: string;
349
+ Netaddr?: string;
350
+ Path?: string;
351
+ Mask?: string;
352
+ OS?: string;
353
+ DirectoryOnly?: boolean;
354
+ }
355
+
356
+ export interface files {
357
+ PhysicalFileStruct?: PhysicalFileStruct[];
358
+ }
359
+
360
+ export interface FileListResponse {
361
+ Exceptions?: Exceptions;
362
+ Netaddr?: string;
363
+ Path?: string;
364
+ Mask?: string;
365
+ OS?: int;
366
+ DirectoryOnly?: boolean;
367
+ AcceptLanguage?: string;
368
+ files?: files;
369
+ }
370
+
371
+ export interface GetDFUExceptions {
372
+ wuid?: string;
373
+ }
374
+
375
+ export interface DFUException {
376
+ Code?: int;
377
+ Message?: string;
378
+ }
379
+
380
+ export interface result2 {
381
+ DFUException?: DFUException[];
382
+ }
383
+
384
+ export interface GetDFUExceptionsResponse {
385
+ Exceptions?: Exceptions;
386
+ result?: result2;
387
+ }
388
+
389
+ export interface ProgressRequest {
390
+ wuid?: string;
391
+ }
392
+
393
+ export interface ProgressResponse {
394
+ Exceptions?: Exceptions;
395
+ wuid?: string;
396
+ PercentDone?: int;
397
+ SecsLeft?: int;
398
+ KbPerSecAve?: int;
399
+ KbPerSec?: int;
400
+ SlavesDone?: int;
401
+ TimeTaken?: string;
402
+ ProgressMessage?: string;
403
+ SummaryMessage?: string;
404
+ State?: string;
405
+ }
406
+
407
+ export interface GetDFUServerQueuesRequest {
408
+ DFUServerName?: string;
409
+ }
410
+
411
+ export interface GetDFUServerQueuesResponse {
412
+ Exceptions?: Exceptions;
413
+ Names?: Names;
414
+ }
415
+
416
+ export interface GetDFUWorkunit {
417
+ wuid?: string;
418
+ }
419
+
420
+ export interface GetDFUWorkunitResponse {
421
+ Exceptions?: Exceptions;
422
+ result?: result;
423
+ AutoRefresh?: int;
424
+ }
425
+
426
+ export interface GetDFUWorkunits {
427
+ Wuid?: string;
428
+ Owner?: string;
429
+ Cluster?: string;
430
+ StateReq?: string;
431
+ Type?: string;
432
+ Jobname?: string;
433
+ PageSize?: long;
434
+ CurrentPage?: int;
435
+ PageStartFrom?: long;
436
+ Sortby?: string;
437
+ Descending?: boolean;
438
+ CacheHint?: long;
439
+ ParentWuid?: string;
440
+ PublisherWuid?: string;
441
+ includeProgressMessages?: boolean;
442
+ includeTimings?: boolean;
443
+ includeTransferRate?: boolean;
444
+ }
445
+
446
+ export interface DFUWorkunit {
447
+ ID?: string;
448
+ DFUServerName?: string;
449
+ ClusterName?: string;
450
+ JobName?: string;
451
+ Queue?: string;
452
+ User?: string;
453
+ isProtected?: boolean;
454
+ Command?: int;
455
+ CommandMessage?: string;
456
+ PercentDone?: int;
457
+ SecsLeft?: int;
458
+ ProgressMessage?: string;
459
+ SummaryMessage?: string;
460
+ State?: int;
461
+ SourceLogicalName?: string;
462
+ SourceIP?: string;
463
+ SourceFilePath?: string;
464
+ SourceDali?: string;
465
+ SourceRecordSize?: int;
466
+ SourceFormat?: int;
467
+ RowTag?: string;
468
+ SourceNumParts?: int;
469
+ SourceDirectory?: string;
470
+ DestLogicalName?: string;
471
+ DestGroupName?: string;
472
+ DestDirectory?: string;
473
+ DestIP?: string;
474
+ DestFilePath?: string;
475
+ DestFormat?: int;
476
+ DestNumParts?: int;
477
+ DestRecordSize?: int;
478
+ Replicate?: boolean;
479
+ Overwrite?: boolean;
480
+ Compress?: boolean;
481
+ SourceCsvSeparate?: string;
482
+ SourceCsvQuote?: string;
483
+ SourceCsvTerminate?: string;
484
+ SourceCsvEscape?: string;
485
+ TimeStarted?: string;
486
+ TimeStopped?: string;
487
+ StateMessage?: string;
488
+ MonitorEventName?: string;
489
+ MonitorSub?: boolean;
490
+ MonitorShotLimit?: int;
491
+ SourceDiffKeyName?: string;
492
+ DestDiffKeyName?: string;
493
+ Archived?: boolean;
494
+ encrypt?: string;
495
+ decrypt?: string;
496
+ failIfNoSourceFile?: boolean;
497
+ recordStructurePresent?: boolean;
498
+ quotedTerminator?: boolean;
499
+ preserveCompression?: boolean;
500
+ expireDays?: int;
501
+ PreserveFileParts?: boolean;
502
+ FileAccessCost?: double;
503
+ KbPerSecAve?: int;
504
+ KbPerSec?: int;
505
+ }
506
+
507
+ export interface results {
508
+ DFUWorkunit?: DFUWorkunit[];
509
+ }
510
+
511
+ export interface GetDFUWorkunitsResponse {
512
+ Exceptions?: Exceptions;
513
+ results?: results;
514
+ Type?: string;
515
+ Owner?: string;
516
+ Cluster?: string;
517
+ StateReq?: string;
518
+ PageSize?: long;
519
+ PrevPage?: long;
520
+ NextPage?: long;
521
+ LastPage?: long;
522
+ NumWUs?: long;
523
+ PageStartFrom?: long;
524
+ PageEndAt?: long;
525
+ First?: boolean;
526
+ Sortby?: string;
527
+ Descending?: boolean;
528
+ BasicQuery?: string;
529
+ Filters?: string;
530
+ CacheHint?: long;
531
+ }
532
+
533
+ export interface GetRemoteTargetsRequest {
534
+
535
+ }
536
+
537
+ export interface TargetNames {
538
+ Item?: string[];
539
+ }
540
+
541
+ export interface GetRemoteTargetsResponse {
542
+ Exceptions?: Exceptions;
543
+ TargetNames?: TargetNames;
544
+ AllowForeign?: boolean;
545
+ }
546
+
547
+ export interface GetSprayTargetsRequest {
548
+
549
+ }
550
+
551
+ export interface GroupNode {
552
+ Name?: string;
553
+ ClusterType?: string;
554
+ ReplicateOutputs?: boolean;
555
+ }
556
+
557
+ export interface GroupNodes {
558
+ GroupNode?: GroupNode[];
559
+ }
560
+
561
+ export interface GetSprayTargetsResponse {
562
+ Exceptions?: Exceptions;
563
+ GroupNodes?: GroupNodes;
564
+ }
565
+
566
+ export interface OpenSaveRequest {
567
+ Location?: string;
568
+ Path?: string;
569
+ Name?: string;
570
+ Type?: string;
571
+ DateTime?: string;
572
+ BinaryFile?: boolean;
573
+ }
574
+
575
+ export interface OpenSaveResponse {
576
+ Exceptions?: Exceptions;
577
+ Location?: string;
578
+ Path?: string;
579
+ Name?: string;
580
+ Type?: string;
581
+ DateTime?: string;
582
+ Viewable?: boolean;
583
+ }
584
+
585
+ export interface FileSprayPingRequest {
586
+
587
+ }
588
+
589
+ export interface FileSprayPingResponse {
590
+
591
+ }
592
+
593
+ export interface Rename {
594
+ srcname?: string;
595
+ dstname?: string;
596
+ overwrite?: boolean;
597
+ DFUServerQueue?: string;
598
+ }
599
+
600
+ export interface RenameResponse {
601
+ Exceptions?: Exceptions;
602
+ wuid?: string;
603
+ }
604
+
605
+ export interface Replicate {
606
+ sourceLogicalName?: string;
607
+ replicateOffset?: int;
608
+ cluster?: string;
609
+ repeatLast?: boolean;
610
+ onlyRepeated?: boolean;
611
+ DFUServerQueue?: string;
612
+ }
613
+
614
+ export interface ReplicateResponse {
615
+ Exceptions?: Exceptions;
616
+ wuid?: string;
617
+ }
618
+
619
+ export interface ShowResultRequest {
620
+ Result?: string;
621
+ }
622
+
623
+ export interface ShowResultResponse {
624
+ Exceptions?: Exceptions;
625
+ Result?: string;
626
+ }
627
+
628
+ export interface SprayFixed {
629
+ sourceIP?: string;
630
+ sourcePlane?: string;
631
+ sourcePath?: string;
632
+ srcxml?: base64Binary;
633
+ sourceFormat?: string;
634
+ sourceRecordSize?: int;
635
+ destGroup?: string;
636
+ destLogicalName?: string;
637
+ destNumParts?: int;
638
+ overwrite?: boolean;
639
+ replicate?: boolean;
640
+ ReplicateOffset?: int;
641
+ maxConnections?: int;
642
+ throttle?: int;
643
+ transferBufferSize?: int;
644
+ prefix?: string;
645
+ nosplit?: boolean;
646
+ norecover?: boolean;
647
+ compress?: boolean;
648
+ push?: boolean;
649
+ pull?: boolean;
650
+ noCommon?: boolean;
651
+ encrypt?: string;
652
+ decrypt?: string;
653
+ wrap?: boolean;
654
+ failIfNoSourceFile?: boolean;
655
+ recordStructurePresent?: boolean;
656
+ quotedTerminator?: boolean;
657
+ expireDays?: int;
658
+ DFUServerQueue?: string;
659
+ }
660
+
661
+ export interface SprayFixedResponse {
662
+ Exceptions?: Exceptions;
663
+ wuid?: string;
664
+ }
665
+
666
+ export interface SprayVariable {
667
+ sourceIP?: string;
668
+ sourcePlane?: string;
669
+ sourcePath?: string;
670
+ srcxml?: base64Binary;
671
+ sourceMaxRecordSize?: int;
672
+ sourceFormat?: int;
673
+ NoSourceCsvSeparator?: boolean;
674
+ sourceCsvSeparate?: string;
675
+ sourceCsvTerminate?: string;
676
+ sourceCsvQuote?: string;
677
+ sourceCsvEscape?: string;
678
+ sourceRowTag?: string;
679
+ destGroup?: string;
680
+ destLogicalName?: string;
681
+ destNumParts?: int;
682
+ overwrite?: boolean;
683
+ replicate?: boolean;
684
+ ReplicateOffset?: int;
685
+ maxConnections?: int;
686
+ throttle?: int;
687
+ transferBufferSize?: int;
688
+ prefix?: string;
689
+ nosplit?: boolean;
690
+ norecover?: boolean;
691
+ compress?: boolean;
692
+ push?: boolean;
693
+ pull?: boolean;
694
+ noCommon?: boolean;
695
+ encrypt?: string;
696
+ decrypt?: string;
697
+ failIfNoSourceFile?: boolean;
698
+ recordStructurePresent?: boolean;
699
+ quotedTerminator?: boolean;
700
+ sourceRowPath?: string;
701
+ isJSON?: boolean;
702
+ expireDays?: int;
703
+ DFUServerQueue?: string;
704
+ srcUsername?: string;
705
+ srcPassword?: string;
706
+ }
707
+
708
+ export interface SprayResponse {
709
+ Exceptions?: Exceptions;
710
+ wuid?: string;
711
+ }
712
+
713
+ export interface SubmitDFUWorkunit {
714
+ wuid?: string;
715
+ }
716
+
717
+ export interface SubmitDFUWorkunitResponse {
718
+ Exceptions?: Exceptions;
719
+ }
720
+
721
+ export interface wu {
722
+ ID?: string;
723
+ DFUServerName?: string;
724
+ ClusterName?: string;
725
+ JobName?: string;
726
+ Queue?: string;
727
+ User?: string;
728
+ isProtected?: boolean;
729
+ Command?: int;
730
+ CommandMessage?: string;
731
+ PercentDone?: int;
732
+ SecsLeft?: int;
733
+ ProgressMessage?: string;
734
+ SummaryMessage?: string;
735
+ State?: int;
736
+ SourceLogicalName?: string;
737
+ SourceIP?: string;
738
+ SourceFilePath?: string;
739
+ SourceDali?: string;
740
+ SourceRecordSize?: int;
741
+ SourceFormat?: int;
742
+ RowTag?: string;
743
+ SourceNumParts?: int;
744
+ SourceDirectory?: string;
745
+ DestLogicalName?: string;
746
+ DestGroupName?: string;
747
+ DestDirectory?: string;
748
+ DestIP?: string;
749
+ DestFilePath?: string;
750
+ DestFormat?: int;
751
+ DestNumParts?: int;
752
+ DestRecordSize?: int;
753
+ Replicate?: boolean;
754
+ Overwrite?: boolean;
755
+ Compress?: boolean;
756
+ SourceCsvSeparate?: string;
757
+ SourceCsvQuote?: string;
758
+ SourceCsvTerminate?: string;
759
+ SourceCsvEscape?: string;
760
+ TimeStarted?: string;
761
+ TimeStopped?: string;
762
+ StateMessage?: string;
763
+ MonitorEventName?: string;
764
+ MonitorSub?: boolean;
765
+ MonitorShotLimit?: int;
766
+ SourceDiffKeyName?: string;
767
+ DestDiffKeyName?: string;
768
+ Archived?: boolean;
769
+ encrypt?: string;
770
+ decrypt?: string;
771
+ failIfNoSourceFile?: boolean;
772
+ recordStructurePresent?: boolean;
773
+ quotedTerminator?: boolean;
774
+ preserveCompression?: boolean;
775
+ expireDays?: int;
776
+ PreserveFileParts?: boolean;
777
+ FileAccessCost?: double;
778
+ KbPerSecAve?: int;
779
+ KbPerSec?: int;
780
+ }
781
+
782
+ export interface UpdateDFUWorkunit {
783
+ wu?: wu;
784
+ ClusterOrig?: string;
785
+ JobNameOrig?: string;
786
+ isProtectedOrig?: boolean;
787
+ StateOrig?: int;
788
+ }
789
+
790
+ export interface UpdateDFUWorkunitResponse {
791
+ Exceptions?: Exceptions;
792
+ }
793
+
794
+ }
795
+
796
+ export class FileSprayServiceBase extends Service {
797
+
798
+ constructor(optsConnection: IOptions | IConnection) {
799
+ super(optsConnection, "FileSpray", "1.27");
800
+ }
801
+
802
+ AbortDFUWorkunit(request: FileSpray.AbortDFUWorkunit, abortSignal?: AbortSignal): Promise<FileSpray.AbortDFUWorkunitResponse> {
803
+ return this._connection.send("AbortDFUWorkunit", request, "json", false, abortSignal, "AbortDFUWorkunitResponse");
804
+ }
805
+
806
+ Copy(request: FileSpray.Copy, abortSignal?: AbortSignal): Promise<FileSpray.CopyResponse> {
807
+ return this._connection.send("Copy", request, "json", false, abortSignal, "CopyResponse");
808
+ }
809
+
810
+ CreateDFUPublisherWorkunit(request: FileSpray.CreateDFUPublisherWorkunit, abortSignal?: AbortSignal): Promise<FileSpray.CreateDFUPublisherWorkunitResponse> {
811
+ return this._connection.send("CreateDFUPublisherWorkunit", request, "json", false, abortSignal, "CreateDFUPublisherWorkunitResponse");
812
+ }
813
+
814
+ CreateDFUWorkunit(request: FileSpray.CreateDFUWorkunit, abortSignal?: AbortSignal): Promise<FileSpray.CreateDFUWorkunitResponse> {
815
+ return this._connection.send("CreateDFUWorkunit", request, "json", false, abortSignal, "CreateDFUWorkunitResponse");
816
+ }
817
+
818
+ DFUWUFile(request: FileSpray.DFUWUFileRequest, abortSignal?: AbortSignal): Promise<FileSpray.DFUWUFileResponse> {
819
+ return this._connection.send("DFUWUFile", request, "json", false, abortSignal, "DFUWUFileResponse");
820
+ }
821
+
822
+ DFUWUSearch(request: FileSpray.DFUWUSearchRequest, abortSignal?: AbortSignal): Promise<FileSpray.DFUWUSearchResponse> {
823
+ return this._connection.send("DFUWUSearch", request, "json", false, abortSignal, "DFUWUSearchResponse");
824
+ }
825
+
826
+ DFUWorkunitsAction(request: FileSpray.DFUWorkunitsActionRequest, abortSignal?: AbortSignal): Promise<FileSpray.DFUWorkunitsActionResponse> {
827
+ return this._connection.send("DFUWorkunitsAction", request, "json", false, abortSignal, "DFUWorkunitsActionResponse");
828
+ }
829
+
830
+ DeleteDFUWorkunit(request: FileSpray.DeleteDFUWorkunit, abortSignal?: AbortSignal): Promise<FileSpray.DeleteDFUWorkunitResponse> {
831
+ return this._connection.send("DeleteDFUWorkunit", request, "json", false, abortSignal, "DeleteDFUWorkunitResponse");
832
+ }
833
+
834
+ DeleteDFUWorkunits(request: FileSpray.DeleteDFUWorkunits, abortSignal?: AbortSignal): Promise<FileSpray.DeleteDFUWorkunitsResponse> {
835
+ return this._connection.send("DeleteDFUWorkunits", request, "json", false, abortSignal, "DeleteDFUWorkunitsResponse");
836
+ }
837
+
838
+ DeleteDropZoneFiles(request: FileSpray.DeleteDropZoneFilesRequest, abortSignal?: AbortSignal): Promise<FileSpray.DFUWorkunitsActionResponse> {
839
+ return this._connection.send("DeleteDropZoneFiles", request, "json", false, abortSignal, "DFUWorkunitsActionResponse");
840
+ }
841
+
842
+ Despray(request: FileSpray.Despray, abortSignal?: AbortSignal): Promise<FileSpray.DesprayResponse> {
843
+ return this._connection.send("Despray", request, "json", false, abortSignal, "DesprayResponse");
844
+ }
845
+
846
+ DfuMonitor(request: FileSpray.DfuMonitorRequest, abortSignal?: AbortSignal): Promise<FileSpray.DfuMonitorResponse> {
847
+ return this._connection.send("DfuMonitor", request, "json", false, abortSignal, "DfuMonitorResponse");
848
+ }
849
+
850
+ DropZoneFileSearch(request: FileSpray.DropZoneFileSearchRequest, abortSignal?: AbortSignal): Promise<FileSpray.DropZoneFileSearchResponse> {
851
+ return this._connection.send("DropZoneFileSearch", request, "json", false, abortSignal, "DropZoneFileSearchResponse");
852
+ }
853
+
854
+ DropZoneFiles(request: FileSpray.DropZoneFilesRequest, abortSignal?: AbortSignal): Promise<FileSpray.DropZoneFilesResponse> {
855
+ return this._connection.send("DropZoneFiles", request, "json", false, abortSignal, "DropZoneFilesResponse");
856
+ }
857
+
858
+ EchoDateTime(request: FileSpray.EchoDateTime, abortSignal?: AbortSignal): Promise<FileSpray.EchoDateTimeResponse> {
859
+ return this._connection.send("EchoDateTime", request, "json", false, abortSignal, "EchoDateTimeResponse");
860
+ }
861
+
862
+ FileList(request: FileSpray.FileListRequest, abortSignal?: AbortSignal): Promise<FileSpray.FileListResponse> {
863
+ return this._connection.send("FileList", request, "json", false, abortSignal, "FileListResponse");
864
+ }
865
+
866
+ GetDFUExceptions(request: FileSpray.GetDFUExceptions, abortSignal?: AbortSignal): Promise<FileSpray.GetDFUExceptionsResponse> {
867
+ return this._connection.send("GetDFUExceptions", request, "json", false, abortSignal, "GetDFUExceptionsResponse");
868
+ }
869
+
870
+ GetDFUProgress(request: FileSpray.ProgressRequest, abortSignal?: AbortSignal): Promise<FileSpray.ProgressResponse> {
871
+ return this._connection.send("GetDFUProgress", request, "json", false, abortSignal, "ProgressResponse");
872
+ }
873
+
874
+ GetDFUServerQueues(request: FileSpray.GetDFUServerQueuesRequest, abortSignal?: AbortSignal): Promise<FileSpray.GetDFUServerQueuesResponse> {
875
+ return this._connection.send("GetDFUServerQueues", request, "json", false, abortSignal, "GetDFUServerQueuesResponse");
876
+ }
877
+
878
+ GetDFUWorkunit(request: FileSpray.GetDFUWorkunit, abortSignal?: AbortSignal): Promise<FileSpray.GetDFUWorkunitResponse> {
879
+ return this._connection.send("GetDFUWorkunit", request, "json", false, abortSignal, "GetDFUWorkunitResponse");
880
+ }
881
+
882
+ GetDFUWorkunits(request: FileSpray.GetDFUWorkunits, abortSignal?: AbortSignal): Promise<FileSpray.GetDFUWorkunitsResponse> {
883
+ return this._connection.send("GetDFUWorkunits", request, "json", false, abortSignal, "GetDFUWorkunitsResponse");
884
+ }
885
+
886
+ GetRemoteTargets(request: FileSpray.GetRemoteTargetsRequest, abortSignal?: AbortSignal): Promise<FileSpray.GetRemoteTargetsResponse> {
887
+ return this._connection.send("GetRemoteTargets", request, "json", false, abortSignal, "GetRemoteTargetsResponse");
888
+ }
889
+
890
+ GetSprayTargets(request: FileSpray.GetSprayTargetsRequest, abortSignal?: AbortSignal): Promise<FileSpray.GetSprayTargetsResponse> {
891
+ return this._connection.send("GetSprayTargets", request, "json", false, abortSignal, "GetSprayTargetsResponse");
892
+ }
893
+
894
+ OpenSave(request: FileSpray.OpenSaveRequest, abortSignal?: AbortSignal): Promise<FileSpray.OpenSaveResponse> {
895
+ return this._connection.send("OpenSave", request, "json", false, abortSignal, "OpenSaveResponse");
896
+ }
897
+
898
+ Ping(request: FileSpray.FileSprayPingRequest, abortSignal?: AbortSignal): Promise<FileSpray.FileSprayPingResponse> {
899
+ return this._connection.send("Ping", request, "json", false, abortSignal, "FileSprayPingResponse");
900
+ }
901
+
902
+ Rename(request: FileSpray.Rename, abortSignal?: AbortSignal): Promise<FileSpray.RenameResponse> {
903
+ return this._connection.send("Rename", request, "json", false, abortSignal, "RenameResponse");
904
+ }
905
+
906
+ Replicate(request: FileSpray.Replicate, abortSignal?: AbortSignal): Promise<FileSpray.ReplicateResponse> {
907
+ return this._connection.send("Replicate", request, "json", false, abortSignal, "ReplicateResponse");
908
+ }
909
+
910
+ ShowResult(request: FileSpray.ShowResultRequest, abortSignal?: AbortSignal): Promise<FileSpray.ShowResultResponse> {
911
+ return this._connection.send("ShowResult", request, "json", false, abortSignal, "ShowResultResponse");
912
+ }
913
+
914
+ SprayFixed(request: FileSpray.SprayFixed, abortSignal?: AbortSignal): Promise<FileSpray.SprayFixedResponse> {
915
+ return this._connection.send("SprayFixed", request, "json", false, abortSignal, "SprayFixedResponse");
916
+ }
917
+
918
+ SprayVariable(request: FileSpray.SprayVariable, abortSignal?: AbortSignal): Promise<FileSpray.SprayResponse> {
919
+ return this._connection.send("SprayVariable", request, "json", false, abortSignal, "SprayResponse");
920
+ }
921
+
922
+ SubmitDFUWorkunit(request: FileSpray.SubmitDFUWorkunit, abortSignal?: AbortSignal): Promise<FileSpray.SubmitDFUWorkunitResponse> {
923
+ return this._connection.send("SubmitDFUWorkunit", request, "json", false, abortSignal, "SubmitDFUWorkunitResponse");
924
+ }
925
+
926
+ UpdateDFUWorkunit(request: FileSpray.UpdateDFUWorkunit, abortSignal?: AbortSignal): Promise<FileSpray.UpdateDFUWorkunitResponse> {
927
+ return this._connection.send("UpdateDFUWorkunit", request, "json", false, abortSignal, "UpdateDFUWorkunitResponse");
928
+ }
929
+
930
+ }