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