@hpcc-js/comms 2.73.5 → 2.76.0

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