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