@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,5 +1,5 @@
1
- import { IConnection, IOptions } from "../../../../connection";
2
- import { Service } from "../../../../espConnection";
1
+ import { IConnection, IOptions } from "../../../../connection.ts";
2
+ import { Service } from "../../../../espConnection.ts";
3
3
 
4
4
  type int = number;
5
5
  type double = number;
@@ -8,143 +8,82 @@ type long = number;
8
8
  type dateTime = string;
9
9
 
10
10
  export enum DFUWUActions {
11
- Delete = "Delete",
12
- Protect = "Protect",
13
- Unprotect = "Unprotect",
14
- Restore = "Restore",
15
- SetToFailed = "SetToFailed",
16
- Archive = "Archive"
17
- }
11
+ Delete = "Delete",
12
+ Protect = "Protect",
13
+ Unprotect = "Unprotect",
14
+ Restore = "Restore",
15
+ SetToFailed = "SetToFailed",
16
+ Archive = "Archive"
17
+ }
18
18
 
19
19
  export namespace FileSpray {
20
20
 
21
- export interface AbortDFUWorkunit {
22
- wuid: string;
23
- }
21
+ export interface AbortDFUWorkunit {
22
+ wuid: string;
23
+ }
24
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
- }
25
+ export interface Exception {
26
+ Code: string;
27
+ Audience: string;
28
+ Source: string;
29
+ Message: string;
30
+ }
36
31
 
37
- export interface AbortDFUWorkunitResponse {
38
- Exceptions: {
32
+ export interface Exceptions {
39
33
  Source: string;
40
34
  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
- }
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
76
 
77
- export interface CopyResponse {
78
- Exceptions: Exceptions;
79
- result: string;
80
- }
77
+ export interface CopyResponse {
78
+ Exceptions: Exceptions;
79
+ result: string;
80
+ }
81
81
 
82
- export interface CreateDFUWorkunit {
83
- DFUServerQueue: string;
84
- }
82
+ export interface CreateDFUWorkunit {
83
+ DFUServerQueue: string;
84
+ }
85
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: {
86
+ export interface result {
148
87
  ID: string;
149
88
  DFUServerName: string;
150
89
  ClusterName: string;
@@ -201,615 +140,616 @@ export interface CreateDFUWorkunitResponse {
201
140
  expireDays: int;
202
141
  PreserveFileParts: boolean;
203
142
  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: {
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 {
229
223
  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
- }
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
+ }
253
249
 
254
- export interface DFUWorkunitsActionResponse {
255
- Exceptions: Exceptions;
256
- FirstColumn: string;
257
- DFUActionResults: {
250
+ export interface DFUActionResults {
258
251
  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: {
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 {
357
351
  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: {
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 {
392
381
  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: {
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 {
426
414
  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
- }
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
+ }
553
549
 
554
- export interface GetDFUWorkunitsResponse {
555
- Exceptions: Exceptions;
556
- results: {
550
+ export interface results {
557
551
  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: {
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 {
595
589
  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
- }
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
+ }
743
738
 
744
- export interface SubmitDFUWorkunit {
745
- wuid: string;
746
- }
739
+ export interface SprayResponse {
740
+ Exceptions: Exceptions;
741
+ wuid: string;
742
+ }
747
743
 
748
- export interface SubmitDFUWorkunitResponse {
749
- Exceptions: Exceptions;
750
- }
744
+ export interface SubmitDFUWorkunit {
745
+ wuid: string;
746
+ }
751
747
 
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
- }
748
+ export interface SubmitDFUWorkunitResponse {
749
+ Exceptions: Exceptions;
750
+ }
810
751
 
811
- export interface UpdateDFUWorkunit {
812
- wu: {
752
+ export interface wu {
813
753
  ID: string;
814
754
  DFUServerName: string;
815
755
  ClusterName: string;
@@ -866,143 +806,203 @@ export interface UpdateDFUWorkunit {
866
806
  expireDays: int;
867
807
  PreserveFileParts: boolean;
868
808
  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
- }
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
879
 
880
880
  }
881
881
 
882
882
  export class FileSprayServiceBase extends Service {
883
883
 
884
- constructor(optsConnection: IOptions | IConnection) {
885
- super(optsConnection, "FileSpray", "1.23");
886
- }
884
+ constructor(optsConnection: IOptions | IConnection) {
885
+ super(optsConnection, "FileSpray", "1.23");
886
+ }
887
887
 
888
- AbortDFUWorkunit(request: FileSpray.AbortDFUWorkunit): Promise<FileSpray.AbortDFUWorkunitResponse> {
889
- return this._connection.send("AbortDFUWorkunit", request);
890
- }
888
+ AbortDFUWorkunit(request: FileSpray.AbortDFUWorkunit): Promise<FileSpray.AbortDFUWorkunitResponse> {
889
+ return this._connection.send("AbortDFUWorkunit", request);
890
+ }
891
891
 
892
- Copy(request: FileSpray.Copy): Promise<FileSpray.CopyResponse> {
893
- return this._connection.send("Copy", request);
894
- }
892
+ Copy(request: FileSpray.Copy): Promise<FileSpray.CopyResponse> {
893
+ return this._connection.send("Copy", request);
894
+ }
895
895
 
896
- CreateDFUWorkunit(request: FileSpray.CreateDFUWorkunit): Promise<FileSpray.CreateDFUWorkunitResponse> {
897
- return this._connection.send("CreateDFUWorkunit", request);
898
- }
896
+ CreateDFUWorkunit(request: FileSpray.CreateDFUWorkunit): Promise<FileSpray.CreateDFUWorkunitResponse> {
897
+ return this._connection.send("CreateDFUWorkunit", request);
898
+ }
899
899
 
900
- DFUWUFile(request: FileSpray.DFUWUFileRequest): Promise<FileSpray.DFUWUFileResponse> {
901
- return this._connection.send("DFUWUFile", request);
902
- }
900
+ DFUWUFile(request: FileSpray.DFUWUFileRequest): Promise<FileSpray.DFUWUFileResponse> {
901
+ return this._connection.send("DFUWUFile", request);
902
+ }
903
903
 
904
- DFUWUSearch(request: FileSpray.DFUWUSearchRequest): Promise<FileSpray.DFUWUSearchResponse> {
905
- return this._connection.send("DFUWUSearch", request);
906
- }
904
+ DFUWUSearch(request: FileSpray.DFUWUSearchRequest): Promise<FileSpray.DFUWUSearchResponse> {
905
+ return this._connection.send("DFUWUSearch", request);
906
+ }
907
907
 
908
- DFUWorkunitsAction(request: FileSpray.DFUWorkunitsActionRequest): Promise<FileSpray.DFUWorkunitsActionResponse> {
909
- return this._connection.send("DFUWorkunitsAction", request);
910
- }
908
+ DFUWorkunitsAction(request: FileSpray.DFUWorkunitsActionRequest): Promise<FileSpray.DFUWorkunitsActionResponse> {
909
+ return this._connection.send("DFUWorkunitsAction", request);
910
+ }
911
911
 
912
- DeleteDFUWorkunit(request: FileSpray.DeleteDFUWorkunit): Promise<FileSpray.DeleteDFUWorkunitResponse> {
913
- return this._connection.send("DeleteDFUWorkunit", request);
914
- }
912
+ DeleteDFUWorkunit(request: FileSpray.DeleteDFUWorkunit): Promise<FileSpray.DeleteDFUWorkunitResponse> {
913
+ return this._connection.send("DeleteDFUWorkunit", request);
914
+ }
915
915
 
916
- DeleteDFUWorkunits(request: FileSpray.DeleteDFUWorkunits): Promise<FileSpray.DeleteDFUWorkunitsResponse> {
917
- return this._connection.send("DeleteDFUWorkunits", request);
918
- }
916
+ DeleteDFUWorkunits(request: FileSpray.DeleteDFUWorkunits): Promise<FileSpray.DeleteDFUWorkunitsResponse> {
917
+ return this._connection.send("DeleteDFUWorkunits", request);
918
+ }
919
919
 
920
- DeleteDropZoneFiles(request: FileSpray.DeleteDropZoneFilesRequest): Promise<FileSpray.DFUWorkunitsActionResponse> {
921
- return this._connection.send("DeleteDropZoneFiles", request);
922
- }
920
+ DeleteDropZoneFiles(request: FileSpray.DeleteDropZoneFilesRequest): Promise<FileSpray.DFUWorkunitsActionResponse> {
921
+ return this._connection.send("DeleteDropZoneFiles", request);
922
+ }
923
923
 
924
- Despray(request: FileSpray.Despray): Promise<FileSpray.DesprayResponse> {
925
- return this._connection.send("Despray", request);
926
- }
924
+ Despray(request: FileSpray.Despray): Promise<FileSpray.DesprayResponse> {
925
+ return this._connection.send("Despray", request);
926
+ }
927
927
 
928
- DfuMonitor(request: FileSpray.DfuMonitorRequest): Promise<FileSpray.DfuMonitorResponse> {
929
- return this._connection.send("DfuMonitor", request);
930
- }
928
+ DfuMonitor(request: FileSpray.DfuMonitorRequest): Promise<FileSpray.DfuMonitorResponse> {
929
+ return this._connection.send("DfuMonitor", request);
930
+ }
931
931
 
932
- DropZoneFileSearch(request: FileSpray.DropZoneFileSearchRequest): Promise<FileSpray.DropZoneFileSearchResponse> {
933
- return this._connection.send("DropZoneFileSearch", request);
934
- }
932
+ DropZoneFileSearch(request: FileSpray.DropZoneFileSearchRequest): Promise<FileSpray.DropZoneFileSearchResponse> {
933
+ return this._connection.send("DropZoneFileSearch", request);
934
+ }
935
935
 
936
- DropZoneFiles(request: FileSpray.DropZoneFilesRequest): Promise<FileSpray.DropZoneFilesResponse> {
937
- return this._connection.send("DropZoneFiles", request);
938
- }
936
+ DropZoneFiles(request: FileSpray.DropZoneFilesRequest): Promise<FileSpray.DropZoneFilesResponse> {
937
+ return this._connection.send("DropZoneFiles", request);
938
+ }
939
939
 
940
- EchoDateTime(request: FileSpray.EchoDateTime): Promise<FileSpray.EchoDateTimeResponse> {
941
- return this._connection.send("EchoDateTime", request);
942
- }
940
+ EchoDateTime(request: FileSpray.EchoDateTime): Promise<FileSpray.EchoDateTimeResponse> {
941
+ return this._connection.send("EchoDateTime", request);
942
+ }
943
943
 
944
- FileList(request: FileSpray.FileListRequest): Promise<FileSpray.FileListResponse> {
945
- return this._connection.send("FileList", request);
946
- }
944
+ FileList(request: FileSpray.FileListRequest): Promise<FileSpray.FileListResponse> {
945
+ return this._connection.send("FileList", request);
946
+ }
947
947
 
948
- GetDFUExceptions(request: FileSpray.GetDFUExceptions): Promise<FileSpray.GetDFUExceptionsResponse> {
949
- return this._connection.send("GetDFUExceptions", request);
950
- }
948
+ GetDFUExceptions(request: FileSpray.GetDFUExceptions): Promise<FileSpray.GetDFUExceptionsResponse> {
949
+ return this._connection.send("GetDFUExceptions", request);
950
+ }
951
951
 
952
- GetDFUProgress(request: FileSpray.ProgressRequest): Promise<FileSpray.ProgressResponse> {
953
- return this._connection.send("GetDFUProgress", request);
954
- }
952
+ GetDFUProgress(request: FileSpray.ProgressRequest): Promise<FileSpray.ProgressResponse> {
953
+ return this._connection.send("GetDFUProgress", request);
954
+ }
955
955
 
956
- GetDFUServerQueues(request: FileSpray.GetDFUServerQueuesRequest): Promise<FileSpray.GetDFUServerQueuesResponse> {
957
- return this._connection.send("GetDFUServerQueues", request);
958
- }
956
+ GetDFUServerQueues(request: FileSpray.GetDFUServerQueuesRequest): Promise<FileSpray.GetDFUServerQueuesResponse> {
957
+ return this._connection.send("GetDFUServerQueues", request);
958
+ }
959
959
 
960
- GetDFUWorkunit(request: FileSpray.GetDFUWorkunit): Promise<FileSpray.GetDFUWorkunitResponse> {
961
- return this._connection.send("GetDFUWorkunit", request);
962
- }
960
+ GetDFUWorkunit(request: FileSpray.GetDFUWorkunit): Promise<FileSpray.GetDFUWorkunitResponse> {
961
+ return this._connection.send("GetDFUWorkunit", request);
962
+ }
963
963
 
964
- GetDFUWorkunits(request: FileSpray.GetDFUWorkunits): Promise<FileSpray.GetDFUWorkunitsResponse> {
965
- return this._connection.send("GetDFUWorkunits", request);
966
- }
964
+ GetDFUWorkunits(request: FileSpray.GetDFUWorkunits): Promise<FileSpray.GetDFUWorkunitsResponse> {
965
+ return this._connection.send("GetDFUWorkunits", request);
966
+ }
967
967
 
968
- GetSprayTargets(request: FileSpray.GetSprayTargetsRequest): Promise<FileSpray.GetSprayTargetsResponse> {
969
- return this._connection.send("GetSprayTargets", request);
970
- }
968
+ GetSprayTargets(request: FileSpray.GetSprayTargetsRequest): Promise<FileSpray.GetSprayTargetsResponse> {
969
+ return this._connection.send("GetSprayTargets", request);
970
+ }
971
971
 
972
- OpenSave(request: FileSpray.OpenSaveRequest): Promise<FileSpray.OpenSaveResponse> {
973
- return this._connection.send("OpenSave", request);
974
- }
972
+ OpenSave(request: FileSpray.OpenSaveRequest): Promise<FileSpray.OpenSaveResponse> {
973
+ return this._connection.send("OpenSave", request);
974
+ }
975
975
 
976
- Ping(request: FileSpray.FileSprayPingRequest): Promise<FileSpray.FileSprayPingResponse> {
977
- return this._connection.send("Ping", request);
978
- }
976
+ Ping(request: FileSpray.FileSprayPingRequest): Promise<FileSpray.FileSprayPingResponse> {
977
+ return this._connection.send("Ping", request);
978
+ }
979
979
 
980
- Rename(request: FileSpray.Rename): Promise<FileSpray.RenameResponse> {
981
- return this._connection.send("Rename", request);
982
- }
980
+ Rename(request: FileSpray.Rename): Promise<FileSpray.RenameResponse> {
981
+ return this._connection.send("Rename", request);
982
+ }
983
983
 
984
- Replicate(request: FileSpray.Replicate): Promise<FileSpray.ReplicateResponse> {
985
- return this._connection.send("Replicate", request);
986
- }
984
+ Replicate(request: FileSpray.Replicate): Promise<FileSpray.ReplicateResponse> {
985
+ return this._connection.send("Replicate", request);
986
+ }
987
987
 
988
- ShowResult(request: FileSpray.ShowResultRequest): Promise<FileSpray.ShowResultResponse> {
989
- return this._connection.send("ShowResult", request);
990
- }
988
+ ShowResult(request: FileSpray.ShowResultRequest): Promise<FileSpray.ShowResultResponse> {
989
+ return this._connection.send("ShowResult", request);
990
+ }
991
991
 
992
- SprayFixed(request: FileSpray.SprayFixed): Promise<FileSpray.SprayFixedResponse> {
993
- return this._connection.send("SprayFixed", request);
994
- }
992
+ SprayFixed(request: FileSpray.SprayFixed): Promise<FileSpray.SprayFixedResponse> {
993
+ return this._connection.send("SprayFixed", request);
994
+ }
995
995
 
996
- SprayVariable(request: FileSpray.SprayVariable): Promise<FileSpray.SprayResponse> {
997
- return this._connection.send("SprayVariable", request);
998
- }
996
+ SprayVariable(request: FileSpray.SprayVariable): Promise<FileSpray.SprayResponse> {
997
+ return this._connection.send("SprayVariable", request);
998
+ }
999
999
 
1000
- SubmitDFUWorkunit(request: FileSpray.SubmitDFUWorkunit): Promise<FileSpray.SubmitDFUWorkunitResponse> {
1001
- return this._connection.send("SubmitDFUWorkunit", request);
1002
- }
1000
+ SubmitDFUWorkunit(request: FileSpray.SubmitDFUWorkunit): Promise<FileSpray.SubmitDFUWorkunitResponse> {
1001
+ return this._connection.send("SubmitDFUWorkunit", request);
1002
+ }
1003
1003
 
1004
- UpdateDFUWorkunit(request: FileSpray.UpdateDFUWorkunit): Promise<FileSpray.UpdateDFUWorkunitResponse> {
1005
- return this._connection.send("UpdateDFUWorkunit", request);
1006
- }
1004
+ UpdateDFUWorkunit(request: FileSpray.UpdateDFUWorkunit): Promise<FileSpray.UpdateDFUWorkunitResponse> {
1005
+ return this._connection.send("UpdateDFUWorkunit", request);
1006
+ }
1007
1007
 
1008
1008
  }