@hpcc-js/comms 2.98.0 → 3.1.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 -10388
  2. package/dist/index.js.map +7 -1
  3. package/dist/index.node.js +925 -10845
  4. package/dist/index.node.js.map +7 -1
  5. package/package.json +55 -60
  6. package/src/__package__.ts +1 -1
  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 +2 -2
  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 -3
  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 +1 -2
  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 +2 -3
  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 +3 -4
  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 -10704
  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 -391
  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 -422
  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 -156
  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 -148
  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 -136
  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 -42
  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 -64
  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,249 +1,222 @@
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 unsignedInt = number;
6
6
  type long = number;
7
7
 
8
8
  export enum LockModes {
9
- ALL = "ALL",
10
- READ = "READ",
11
- WRITE = "WRITE",
12
- HOLD = "HOLD",
13
- SUB = "SUB"
14
- }
15
-
16
- export enum RoxieControlCmdType {
17
- Attach = "Attach",
18
- Detach = "Detach",
19
- State = "State",
20
- Reload = "Reload",
21
- ReloadRetry = "ReloadRetry"
22
- }
23
-
24
- export namespace WsSMC {
25
-
26
- export interface Activity {
27
- ChatURL: string;
28
- BannerContent: string;
29
- BannerColor: string;
30
- BannerSize: string;
31
- BannerScroll: string;
32
- BannerAction: int;
33
- EnableChatURL: boolean;
34
- FromSubmitBtn: boolean;
35
- SortBy: string;
36
- Descending: boolean;
9
+ ALL = "ALL",
10
+ READ = "READ",
11
+ WRITE = "WRITE",
12
+ HOLD = "HOLD",
13
+ SUB = "SUB"
37
14
  }
38
15
 
39
- export interface Exception {
40
- Code: string;
41
- Audience: string;
42
- Source: string;
43
- Message: string;
16
+ export enum RoxieControlCmdType {
17
+ Attach = "Attach",
18
+ Detach = "Detach",
19
+ State = "State",
20
+ Reload = "Reload",
21
+ ReloadRetry = "ReloadRetry"
44
22
  }
45
23
 
46
- export interface Exceptions {
47
- Source: string;
48
- Exception: Exception[];
49
- }
24
+ export namespace WsSMC {
50
25
 
51
- export interface TargetCluster {
52
- ClusterName: string;
53
- QueueName: string;
54
- QueueStatus: string;
55
- StatusDetails: string;
56
- Warning: string;
57
- ClusterType: int;
58
- ClusterSize: int;
59
- ClusterStatus: int;
60
- }
26
+ export interface Activity {
27
+ ChatURL: string;
28
+ BannerContent: string;
29
+ BannerColor: string;
30
+ BannerSize: string;
31
+ BannerScroll: string;
32
+ BannerAction: int;
33
+ EnableChatURL: boolean;
34
+ FromSubmitBtn: boolean;
35
+ SortBy: string;
36
+ Descending: boolean;
37
+ }
38
+
39
+ export interface Exception {
40
+ Code: string;
41
+ Audience: string;
42
+ Source: string;
43
+ Message: string;
44
+ }
61
45
 
62
- export interface ThorClusterList {
63
- TargetCluster: TargetCluster[];
64
- }
46
+ export interface Exceptions {
47
+ Source: string;
48
+ Exception: Exception[];
49
+ }
65
50
 
66
- export interface RoxieClusterList {
67
- TargetCluster: TargetCluster[];
68
- }
51
+ export interface TargetCluster {
52
+ ClusterName: string;
53
+ QueueName: string;
54
+ QueueStatus: string;
55
+ StatusDetails: string;
56
+ Warning: string;
57
+ ClusterType: int;
58
+ ClusterSize: int;
59
+ ClusterStatus: int;
60
+ }
69
61
 
70
- export interface HThorClusterList {
71
- TargetCluster: TargetCluster[];
72
- }
62
+ export interface ThorClusterList {
63
+ TargetCluster: TargetCluster[];
64
+ }
73
65
 
74
- export interface DFUJob {
75
- TimeStarted: string;
76
- Done: int;
77
- Total: int;
78
- Command: string;
79
- }
66
+ export interface RoxieClusterList {
67
+ TargetCluster: TargetCluster[];
68
+ }
80
69
 
81
- export interface DFUJobs {
82
- DFUJob: DFUJob[];
83
- }
70
+ export interface HThorClusterList {
71
+ TargetCluster: TargetCluster[];
72
+ }
84
73
 
85
- export interface ActiveWorkunit {
86
- Wuid: string;
87
- State: string;
88
- StateID: int;
89
- Owner: string;
90
- Jobname: string;
91
- Server: string;
92
- Instance: string;
93
- Priority: string;
94
- Extra: string;
95
- GraphName: string;
96
- Duration: string;
97
- GID: string;
98
- QueueName: string;
99
- MemoryBlocked: int;
100
- IsPausing: boolean;
101
- Warning: string;
102
- ClusterName: string;
103
- ClusterType: string;
104
- ClusterQueueName: string;
105
- TargetClusterName: string;
106
- }
74
+ export interface DFUJob {
75
+ TimeStarted: string;
76
+ Done: int;
77
+ Total: int;
78
+ Command: string;
79
+ }
107
80
 
108
- export interface Running {
109
- ActiveWorkunit: ActiveWorkunit[];
110
- }
81
+ export interface DFUJobs {
82
+ DFUJob: DFUJob[];
83
+ }
84
+
85
+ export interface ActiveWorkunit {
86
+ Wuid: string;
87
+ State: string;
88
+ StateID: int;
89
+ Owner: string;
90
+ Jobname: string;
91
+ Server: string;
92
+ Instance: string;
93
+ Priority: string;
94
+ Extra: string;
95
+ GraphName: string;
96
+ Duration: string;
97
+ GID: string;
98
+ QueueName: string;
99
+ MemoryBlocked: int;
100
+ IsPausing: boolean;
101
+ Warning: string;
102
+ ClusterName: string;
103
+ ClusterType: string;
104
+ ClusterQueueName: string;
105
+ TargetClusterName: string;
106
+ }
111
107
 
112
- export interface Queues {
113
- ServerJobQueue: ServerJobQueue[];
114
- }
108
+ export interface Running {
109
+ ActiveWorkunit: ActiveWorkunit[];
110
+ }
115
111
 
116
- export interface ServerJobQueue {
117
- QueueName: string;
118
- Queues: {
112
+ export interface Queues {
119
113
  ServerJobQueue: ServerJobQueue[];
120
- };
121
- ServerName: string;
122
- ServerType: string;
123
- QueueStatus: string;
124
- StatusDetails: string;
125
- NetworkAddress: string;
126
- Port: int;
127
- }
114
+ }
128
115
 
129
- export interface ServerJobQueues {
130
- ServerJobQueue: ServerJobQueue[];
131
- }
116
+ export interface ServerJobQueue {
117
+ QueueName: string;
118
+ Queues: {
119
+ ServerJobQueue: ServerJobQueue[];
120
+ };
121
+ ServerName: string;
122
+ ServerType: string;
123
+ QueueStatus: string;
124
+ StatusDetails: string;
125
+ NetworkAddress: string;
126
+ Port: int;
127
+ }
132
128
 
133
- export interface ActivityResponse {
134
- Exceptions: {
135
- Source: string;
136
- Exception: Exception[];
137
- };
138
- Build: string;
139
- ThorClusterList: {
140
- TargetCluster: TargetCluster[];
141
- };
142
- RoxieClusterList: {
143
- TargetCluster: TargetCluster[];
144
- };
145
- HThorClusterList: {
146
- TargetCluster: TargetCluster[];
147
- };
148
- DFUJobs: {
149
- DFUJob: DFUJob[];
150
- };
151
- Running: {
152
- ActiveWorkunit: ActiveWorkunit[];
153
- };
154
- BannerContent: string;
155
- BannerColor: string;
156
- BannerSize: string;
157
- BannerScroll: string;
158
- ChatURL: string;
159
- ShowBanner: int;
160
- ShowChatURL: int;
161
- SortBy: string;
162
- Descending: boolean;
163
- SuperUser: boolean;
164
- AccessRight: string;
165
- ServerJobQueues: {
129
+ export interface ServerJobQueues {
166
130
  ServerJobQueue: ServerJobQueue[];
167
- };
168
- ActivityTime: string;
169
- DaliDetached: boolean;
170
- }
131
+ }
171
132
 
172
- export interface BrowseResources {
133
+ export interface ActivityResponse {
134
+ Exceptions: {
135
+ Source: string;
136
+ Exception: Exception[];
137
+ };
138
+ Build: string;
139
+ ThorClusterList: {
140
+ TargetCluster: TargetCluster[];
141
+ };
142
+ RoxieClusterList: {
143
+ TargetCluster: TargetCluster[];
144
+ };
145
+ HThorClusterList: {
146
+ TargetCluster: TargetCluster[];
147
+ };
148
+ DFUJobs: {
149
+ DFUJob: DFUJob[];
150
+ };
151
+ Running: {
152
+ ActiveWorkunit: ActiveWorkunit[];
153
+ };
154
+ BannerContent: string;
155
+ BannerColor: string;
156
+ BannerSize: string;
157
+ BannerScroll: string;
158
+ ChatURL: string;
159
+ ShowBanner: int;
160
+ ShowChatURL: int;
161
+ SortBy: string;
162
+ Descending: boolean;
163
+ SuperUser: boolean;
164
+ AccessRight: string;
165
+ ServerJobQueues: {
166
+ ServerJobQueue: ServerJobQueue[];
167
+ };
168
+ ActivityTime: string;
169
+ DaliDetached: boolean;
170
+ }
173
171
 
174
- }
172
+ export interface BrowseResources {
175
173
 
176
- export interface HPCCResource {
177
- Name: string;
178
- Description: string;
179
- FileName: string;
180
- Version: string;
181
- }
174
+ }
182
175
 
183
- export interface HPCCResources {
184
- HPCCResource: HPCCResource[];
185
- }
176
+ export interface HPCCResource {
177
+ Name: string;
178
+ Description: string;
179
+ FileName: string;
180
+ Version: string;
181
+ }
186
182
 
187
- export interface HPCCResourceRepository {
188
- Name: string;
189
- Path: string;
190
- HPCCResources: {
183
+ export interface HPCCResources {
191
184
  HPCCResource: HPCCResource[];
192
- };
193
- }
185
+ }
194
186
 
195
- export interface HPCCResourceRepositories {
196
- HPCCResourceRepository: HPCCResourceRepository[];
197
- }
187
+ export interface HPCCResourceRepository {
188
+ Name: string;
189
+ Path: string;
190
+ HPCCResources: {
191
+ HPCCResource: HPCCResource[];
192
+ };
193
+ }
198
194
 
199
- export interface BrowseResourcesResponse {
200
- Exceptions: Exceptions;
201
- PortalURL: string;
202
- NetAddress: string;
203
- OS: int;
204
- UseResource: boolean;
205
- HPCCResourceRepositories: {
195
+ export interface HPCCResourceRepositories {
206
196
  HPCCResourceRepository: HPCCResourceRepository[];
207
- };
208
- }
209
-
210
- export interface ClearQueue {
211
- Cluster: string;
212
- QueueName: string;
213
- Comment: string;
214
- ServerType: string;
215
- NetworkAddress: string;
216
- Port: int;
217
- }
218
-
219
- export interface TargetClusterInfo {
220
- ClusterName: string;
221
- QueueName: string;
222
- QueueStatus: string;
223
- StatusDetails: string;
224
- Warning: string;
225
- ClusterType: int;
226
- ClusterSize: int;
227
- ClusterStatus: int;
228
- }
229
-
230
- export interface ServerInfo {
231
- QueueName: string;
232
- Queues: Queues;
233
- ServerName: string;
234
- ServerType: string;
235
- QueueStatus: string;
236
- StatusDetails: string;
237
- NetworkAddress: string;
238
- Port: int;
239
- }
197
+ }
198
+
199
+ export interface BrowseResourcesResponse {
200
+ Exceptions: Exceptions;
201
+ PortalURL: string;
202
+ NetAddress: string;
203
+ OS: int;
204
+ UseResource: boolean;
205
+ HPCCResourceRepositories: {
206
+ HPCCResourceRepository: HPCCResourceRepository[];
207
+ };
208
+ }
240
209
 
241
- export interface Workunits {
242
- ActiveWorkunit: ActiveWorkunit[];
243
- }
210
+ export interface ClearQueue {
211
+ Cluster: string;
212
+ QueueName: string;
213
+ Comment: string;
214
+ ServerType: string;
215
+ NetworkAddress: string;
216
+ Port: int;
217
+ }
244
218
 
245
- export interface StatusServerInfo {
246
- TargetClusterInfo: {
219
+ export interface TargetClusterInfo {
247
220
  ClusterName: string;
248
221
  QueueName: string;
249
222
  QueueStatus: string;
@@ -252,8 +225,9 @@ export interface StatusServerInfo {
252
225
  ClusterType: int;
253
226
  ClusterSize: int;
254
227
  ClusterStatus: int;
255
- };
256
- ServerInfo: {
228
+ }
229
+
230
+ export interface ServerInfo {
257
231
  QueueName: string;
258
232
  Queues: Queues;
259
233
  ServerName: string;
@@ -262,15 +236,13 @@ export interface StatusServerInfo {
262
236
  StatusDetails: string;
263
237
  NetworkAddress: string;
264
238
  Port: int;
265
- };
266
- Workunits: {
239
+ }
240
+
241
+ export interface Workunits {
267
242
  ActiveWorkunit: ActiveWorkunit[];
268
- };
269
- }
243
+ }
270
244
 
271
- export interface SMCQueueResponse {
272
- Exceptions: Exceptions;
273
- StatusServerInfo: {
245
+ export interface StatusServerInfo {
274
246
  TargetClusterInfo: {
275
247
  ClusterName: string;
276
248
  QueueName: string;
@@ -294,372 +266,400 @@ export interface SMCQueueResponse {
294
266
  Workunits: {
295
267
  ActiveWorkunit: ActiveWorkunit[];
296
268
  };
297
- };
298
- }
269
+ }
270
+
271
+ export interface SMCQueueResponse {
272
+ Exceptions: Exceptions;
273
+ StatusServerInfo: {
274
+ TargetClusterInfo: {
275
+ ClusterName: string;
276
+ QueueName: string;
277
+ QueueStatus: string;
278
+ StatusDetails: string;
279
+ Warning: string;
280
+ ClusterType: int;
281
+ ClusterSize: int;
282
+ ClusterStatus: int;
283
+ };
284
+ ServerInfo: {
285
+ QueueName: string;
286
+ Queues: Queues;
287
+ ServerName: string;
288
+ ServerType: string;
289
+ QueueStatus: string;
290
+ StatusDetails: string;
291
+ NetworkAddress: string;
292
+ Port: int;
293
+ };
294
+ Workunits: {
295
+ ActiveWorkunit: ActiveWorkunit[];
296
+ };
297
+ };
298
+ }
299
299
 
300
- export interface GetBuildInfo {
300
+ export interface GetBuildInfo {
301
301
 
302
- }
302
+ }
303
303
 
304
- export interface NamedValue {
305
- Name: string;
306
- Value: string;
307
- }
304
+ export interface NamedValue {
305
+ Name: string;
306
+ Value: string;
307
+ }
308
308
 
309
- export interface BuildInfo {
310
- NamedValue: NamedValue[];
311
- }
312
-
313
- export interface GetBuildInfoResponse {
314
- Exceptions: Exceptions;
315
- BuildInfo: {
309
+ export interface BuildInfo {
316
310
  NamedValue: NamedValue[];
317
- };
318
- }
311
+ }
319
312
 
320
- export interface GetStatusServerInfo {
321
- ServerName: string;
322
- ServerType: string;
323
- NetworkAddress: string;
324
- Port: int;
325
- }
313
+ export interface GetBuildInfoResponse {
314
+ Exceptions: Exceptions;
315
+ BuildInfo: {
316
+ NamedValue: NamedValue[];
317
+ };
318
+ }
326
319
 
327
- export interface GetStatusServerInfoResponse {
328
- Exceptions: Exceptions;
329
- StatusServerInfo: StatusServerInfo;
330
- }
320
+ export interface GetStatusServerInfo {
321
+ ServerName: string;
322
+ ServerType: string;
323
+ NetworkAddress: string;
324
+ Port: int;
325
+ }
331
326
 
332
- export interface GetThorQueueAvailability {
327
+ export interface GetStatusServerInfoResponse {
328
+ Exceptions: Exceptions;
329
+ StatusServerInfo: StatusServerInfo;
330
+ }
333
331
 
334
- }
332
+ export interface GetThorQueueAvailability {
335
333
 
336
- export interface ThorCluster {
337
- ClusterName: string;
338
- QueueName: string;
339
- QueueStatus: string;
340
- QueueAvailable: int;
341
- JobsRunning: int;
342
- JobsInQueue: int;
343
- QueueStatus2: int;
344
- ThorLCR: string;
345
- ClusterSize: int;
346
- }
334
+ }
347
335
 
348
- export interface ThorClusters {
349
- ThorCluster: ThorCluster[];
350
- }
336
+ export interface ThorCluster {
337
+ ClusterName: string;
338
+ QueueName: string;
339
+ QueueStatus: string;
340
+ QueueAvailable: int;
341
+ JobsRunning: int;
342
+ JobsInQueue: int;
343
+ QueueStatus2: int;
344
+ ThorLCR: string;
345
+ ClusterSize: int;
346
+ }
351
347
 
352
- export interface GetThorQueueAvailabilityResponse {
353
- Exceptions: Exceptions;
354
- ThorClusters: {
348
+ export interface ThorClusters {
355
349
  ThorCluster: ThorCluster[];
356
- };
357
- }
350
+ }
358
351
 
359
- export interface Index {
352
+ export interface GetThorQueueAvailabilityResponse {
353
+ Exceptions: Exceptions;
354
+ ThorClusters: {
355
+ ThorCluster: ThorCluster[];
356
+ };
357
+ }
360
358
 
361
- }
359
+ export interface Index {
362
360
 
363
- export interface SMCIndexResponse {
364
- Exceptions: Exceptions;
365
- }
361
+ }
366
362
 
367
- export interface LockQuery {
368
- EPIP: string;
369
- XPath: string;
370
- DurationMSLow: unsignedInt;
371
- DurationMSHigh: unsignedInt;
372
- TimeLockedLow: string;
373
- TimeLockedHigh: string;
374
- Mode: LockModes;
375
- AllFileLocks: boolean;
376
- }
363
+ export interface SMCIndexResponse {
364
+ Exceptions: Exceptions;
365
+ }
377
366
 
378
- export interface ModeNames {
379
- Item: string[];
380
- }
367
+ export interface LockQuery {
368
+ EPIP: string;
369
+ XPath: string;
370
+ DurationMSLow: unsignedInt;
371
+ DurationMSHigh: unsignedInt;
372
+ TimeLockedLow: string;
373
+ TimeLockedHigh: string;
374
+ Mode: LockModes;
375
+ AllFileLocks: boolean;
376
+ }
381
377
 
382
- export interface Lock {
383
- EPIP: string;
384
- XPath: string;
385
- LogicalFile: string;
386
- SessionID: long;
387
- DurationMS: unsignedInt;
388
- TimeLocked: string;
389
- Modes: string;
390
- ModeNames: {
378
+ export interface ModeNames {
391
379
  Item: string[];
392
- };
393
- }
394
-
395
- export interface Locks {
396
- Lock: Lock[];
397
- }
380
+ }
381
+
382
+ export interface Lock {
383
+ EPIP: string;
384
+ XPath: string;
385
+ LogicalFile: string;
386
+ SessionID: long;
387
+ DurationMS: unsignedInt;
388
+ TimeLocked: string;
389
+ Modes: string;
390
+ ModeNames: {
391
+ Item: string[];
392
+ };
393
+ }
398
394
 
399
- export interface LockQueryResponse {
400
- Exceptions: Exceptions;
401
- Locks: {
395
+ export interface Locks {
402
396
  Lock: Lock[];
403
- };
404
- NumLocks: int;
405
- }
406
-
407
- export interface MoveJobBack {
408
- ClusterType: int;
409
- Cluster: string;
410
- QueueName: string;
411
- Wuid: string;
412
- }
413
-
414
- export interface SMCJobResponse {
415
- Exceptions: Exceptions;
416
- }
397
+ }
417
398
 
418
- export interface MoveJobDown {
419
- ClusterType: int;
420
- Cluster: string;
421
- QueueName: string;
422
- Wuid: string;
423
- }
424
-
425
- export interface MoveJobFront {
426
- ClusterType: int;
427
- Cluster: string;
428
- QueueName: string;
429
- Wuid: string;
430
- }
399
+ export interface LockQueryResponse {
400
+ Exceptions: Exceptions;
401
+ Locks: {
402
+ Lock: Lock[];
403
+ };
404
+ NumLocks: int;
405
+ }
431
406
 
432
- export interface MoveJobUp {
433
- ClusterType: int;
434
- Cluster: string;
435
- QueueName: string;
436
- Wuid: string;
437
- }
407
+ export interface MoveJobBack {
408
+ ClusterType: int;
409
+ Cluster: string;
410
+ QueueName: string;
411
+ Wuid: string;
412
+ }
438
413
 
439
- export interface NotInCommunityEdition {
440
- EEPortal: string;
441
- }
414
+ export interface SMCJobResponse {
415
+ Exceptions: Exceptions;
416
+ }
442
417
 
443
- export interface NotInCommunityEditionResponse {
444
- Exceptions: Exceptions;
445
- }
418
+ export interface MoveJobDown {
419
+ ClusterType: int;
420
+ Cluster: string;
421
+ QueueName: string;
422
+ Wuid: string;
423
+ }
446
424
 
447
- export interface PauseQueue {
448
- Cluster: string;
449
- QueueName: string;
450
- Comment: string;
451
- ServerType: string;
452
- NetworkAddress: string;
453
- Port: int;
454
- }
425
+ export interface MoveJobFront {
426
+ ClusterType: int;
427
+ Cluster: string;
428
+ QueueName: string;
429
+ Wuid: string;
430
+ }
455
431
 
456
- export interface Ping {
432
+ export interface MoveJobUp {
433
+ ClusterType: int;
434
+ Cluster: string;
435
+ QueueName: string;
436
+ Wuid: string;
437
+ }
457
438
 
458
- }
439
+ export interface NotInCommunityEdition {
440
+ EEPortal: string;
441
+ }
459
442
 
460
- export interface WsSMCPingResponse {
443
+ export interface NotInCommunityEditionResponse {
444
+ Exceptions: Exceptions;
445
+ }
461
446
 
462
- }
447
+ export interface PauseQueue {
448
+ Cluster: string;
449
+ QueueName: string;
450
+ Comment: string;
451
+ ServerType: string;
452
+ NetworkAddress: string;
453
+ Port: int;
454
+ }
463
455
 
464
- export interface RemoveJob {
465
- ClusterType: int;
466
- Cluster: string;
467
- QueueName: string;
468
- Wuid: string;
469
- }
456
+ export interface Ping {
470
457
 
471
- export interface ResumeQueue {
472
- Cluster: string;
473
- QueueName: string;
474
- Comment: string;
475
- ServerType: string;
476
- NetworkAddress: string;
477
- Port: int;
478
- }
458
+ }
479
459
 
480
- export interface RoxieControlCmd {
481
- ProcessCluster: string;
482
- TargetCluster: string;
483
- Command: RoxieControlCmdType;
484
- Wait: int;
485
- }
460
+ export interface WsSMCPingResponse {
486
461
 
487
- export interface Endpoint {
488
- Address: string;
489
- Attached: boolean;
490
- StateHash: string;
491
- Status: string;
492
- }
462
+ }
493
463
 
494
- export interface Endpoints {
495
- Endpoint: Endpoint[];
496
- }
464
+ export interface RemoveJob {
465
+ ClusterType: int;
466
+ Cluster: string;
467
+ QueueName: string;
468
+ Wuid: string;
469
+ }
497
470
 
498
- export interface RoxieControlCmdResponse {
499
- Exceptions: Exceptions;
500
- Endpoints: {
471
+ export interface ResumeQueue {
472
+ Cluster: string;
473
+ QueueName: string;
474
+ Comment: string;
475
+ ServerType: string;
476
+ NetworkAddress: string;
477
+ Port: int;
478
+ }
479
+
480
+ export interface RoxieControlCmd {
481
+ ProcessCluster: string;
482
+ TargetCluster: string;
483
+ Command: RoxieControlCmdType;
484
+ Wait: int;
485
+ }
486
+
487
+ export interface Endpoint {
488
+ Address: string;
489
+ Attached: boolean;
490
+ StateHash: string;
491
+ Status: string;
492
+ }
493
+
494
+ export interface Endpoints {
501
495
  Endpoint: Endpoint[];
502
- };
503
- }
496
+ }
504
497
 
505
- export interface QueryIds {
506
- Item: string[];
507
- }
498
+ export interface RoxieControlCmdResponse {
499
+ Exceptions: Exceptions;
500
+ Endpoints: {
501
+ Endpoint: Endpoint[];
502
+ };
503
+ }
508
504
 
509
- export interface RoxieXrefCmd {
510
- RoxieCluster: string;
511
- QueryIds: {
505
+ export interface QueryIds {
512
506
  Item: string[];
513
- };
514
- CheckAllNodes: boolean;
515
- Wait: int;
516
- }
507
+ }
517
508
 
518
- export interface RoxieXrefCmdResponse {
519
- Exceptions: Exceptions;
520
- Result: string;
521
- }
522
-
523
- export interface SetBanner {
524
- ChatURL: string;
525
- BannerContent: string;
526
- BannerColor: string;
527
- BannerSize: string;
528
- BannerScroll: string;
529
- BannerAction: int;
530
- EnableChatURL: boolean;
531
- FromSubmitBtn: boolean;
532
- }
533
-
534
- export interface SetBannerResponse {
535
- Exceptions: Exceptions;
536
- }
537
-
538
- export interface SMCJob {
539
- Wuid: string;
540
- QueueName: string;
541
- }
542
-
543
- export interface SMCJobs {
544
- SMCJob: SMCJob[];
545
- }
509
+ export interface RoxieXrefCmd {
510
+ RoxieCluster: string;
511
+ QueryIds: {
512
+ Item: string[];
513
+ };
514
+ CheckAllNodes: boolean;
515
+ Wait: int;
516
+ }
517
+
518
+ export interface RoxieXrefCmdResponse {
519
+ Exceptions: Exceptions;
520
+ Result: string;
521
+ }
522
+
523
+ export interface SetBanner {
524
+ ChatURL: string;
525
+ BannerContent: string;
526
+ BannerColor: string;
527
+ BannerSize: string;
528
+ BannerScroll: string;
529
+ BannerAction: int;
530
+ EnableChatURL: boolean;
531
+ FromSubmitBtn: boolean;
532
+ }
533
+
534
+ export interface SetBannerResponse {
535
+ Exceptions: Exceptions;
536
+ }
537
+
538
+ export interface SMCJob {
539
+ Wuid: string;
540
+ QueueName: string;
541
+ }
546
542
 
547
- export interface SetJobPriority {
548
- QueueName: string;
549
- Wuid: string;
550
- Priority: string;
551
- SMCJobs: {
543
+ export interface SMCJobs {
552
544
  SMCJob: SMCJob[];
553
- };
554
- }
545
+ }
555
546
 
556
- export interface SMCPriorityResponse {
557
- Exceptions: Exceptions;
558
- }
547
+ export interface SetJobPriority {
548
+ QueueName: string;
549
+ Wuid: string;
550
+ Priority: string;
551
+ SMCJobs: {
552
+ SMCJob: SMCJob[];
553
+ };
554
+ }
559
555
 
560
- export interface StopQueue {
561
- Cluster: string;
562
- QueueName: string;
563
- Comment: string;
564
- ServerType: string;
565
- NetworkAddress: string;
566
- Port: int;
567
- }
556
+ export interface SMCPriorityResponse {
557
+ Exceptions: Exceptions;
558
+ }
559
+
560
+ export interface StopQueue {
561
+ Cluster: string;
562
+ QueueName: string;
563
+ Comment: string;
564
+ ServerType: string;
565
+ NetworkAddress: string;
566
+ Port: int;
567
+ }
568
568
 
569
569
  }
570
570
 
571
571
  export class SMCServiceBase extends Service {
572
572
 
573
- constructor(optsConnection: IOptions | IConnection) {
574
- super(optsConnection, "WsSMC", "1.24");
575
- }
573
+ constructor(optsConnection: IOptions | IConnection) {
574
+ super(optsConnection, "WsSMC", "1.24");
575
+ }
576
576
 
577
- Activity(request: WsSMC.Activity): Promise<WsSMC.ActivityResponse> {
578
- return this._connection.send("Activity", request);
579
- }
577
+ Activity(request: WsSMC.Activity): Promise<WsSMC.ActivityResponse> {
578
+ return this._connection.send("Activity", request);
579
+ }
580
580
 
581
- BrowseResources(request: WsSMC.BrowseResources): Promise<WsSMC.BrowseResourcesResponse> {
582
- return this._connection.send("BrowseResources", request);
583
- }
581
+ BrowseResources(request: WsSMC.BrowseResources): Promise<WsSMC.BrowseResourcesResponse> {
582
+ return this._connection.send("BrowseResources", request);
583
+ }
584
584
 
585
- ClearQueue(request: WsSMC.ClearQueue): Promise<WsSMC.SMCQueueResponse> {
586
- return this._connection.send("ClearQueue", request);
587
- }
585
+ ClearQueue(request: WsSMC.ClearQueue): Promise<WsSMC.SMCQueueResponse> {
586
+ return this._connection.send("ClearQueue", request);
587
+ }
588
588
 
589
- GetBuildInfo(request: WsSMC.GetBuildInfo): Promise<WsSMC.GetBuildInfoResponse> {
590
- return this._connection.send("GetBuildInfo", request);
591
- }
589
+ GetBuildInfo(request: WsSMC.GetBuildInfo): Promise<WsSMC.GetBuildInfoResponse> {
590
+ return this._connection.send("GetBuildInfo", request);
591
+ }
592
592
 
593
- GetStatusServerInfo(request: WsSMC.GetStatusServerInfo): Promise<WsSMC.GetStatusServerInfoResponse> {
594
- return this._connection.send("GetStatusServerInfo", request);
595
- }
593
+ GetStatusServerInfo(request: WsSMC.GetStatusServerInfo): Promise<WsSMC.GetStatusServerInfoResponse> {
594
+ return this._connection.send("GetStatusServerInfo", request);
595
+ }
596
596
 
597
- GetThorQueueAvailability(request: WsSMC.GetThorQueueAvailability): Promise<WsSMC.GetThorQueueAvailabilityResponse> {
598
- return this._connection.send("GetThorQueueAvailability", request);
599
- }
597
+ GetThorQueueAvailability(request: WsSMC.GetThorQueueAvailability): Promise<WsSMC.GetThorQueueAvailabilityResponse> {
598
+ return this._connection.send("GetThorQueueAvailability", request);
599
+ }
600
600
 
601
- Index(request: WsSMC.Index): Promise<WsSMC.SMCIndexResponse> {
602
- return this._connection.send("Index", request);
603
- }
601
+ Index(request: WsSMC.Index): Promise<WsSMC.SMCIndexResponse> {
602
+ return this._connection.send("Index", request);
603
+ }
604
604
 
605
- LockQuery(request: WsSMC.LockQuery): Promise<WsSMC.LockQueryResponse> {
606
- return this._connection.send("LockQuery", request);
607
- }
605
+ LockQuery(request: WsSMC.LockQuery): Promise<WsSMC.LockQueryResponse> {
606
+ return this._connection.send("LockQuery", request);
607
+ }
608
608
 
609
- MoveJobBack(request: WsSMC.MoveJobBack): Promise<WsSMC.SMCJobResponse> {
610
- return this._connection.send("MoveJobBack", request);
611
- }
609
+ MoveJobBack(request: WsSMC.MoveJobBack): Promise<WsSMC.SMCJobResponse> {
610
+ return this._connection.send("MoveJobBack", request);
611
+ }
612
612
 
613
- MoveJobDown(request: WsSMC.MoveJobDown): Promise<WsSMC.SMCJobResponse> {
614
- return this._connection.send("MoveJobDown", request);
615
- }
613
+ MoveJobDown(request: WsSMC.MoveJobDown): Promise<WsSMC.SMCJobResponse> {
614
+ return this._connection.send("MoveJobDown", request);
615
+ }
616
616
 
617
- MoveJobFront(request: WsSMC.MoveJobFront): Promise<WsSMC.SMCJobResponse> {
618
- return this._connection.send("MoveJobFront", request);
619
- }
617
+ MoveJobFront(request: WsSMC.MoveJobFront): Promise<WsSMC.SMCJobResponse> {
618
+ return this._connection.send("MoveJobFront", request);
619
+ }
620
620
 
621
- MoveJobUp(request: WsSMC.MoveJobUp): Promise<WsSMC.SMCJobResponse> {
622
- return this._connection.send("MoveJobUp", request);
623
- }
621
+ MoveJobUp(request: WsSMC.MoveJobUp): Promise<WsSMC.SMCJobResponse> {
622
+ return this._connection.send("MoveJobUp", request);
623
+ }
624
624
 
625
- NotInCommunityEdition(request: WsSMC.NotInCommunityEdition): Promise<WsSMC.NotInCommunityEditionResponse> {
626
- return this._connection.send("NotInCommunityEdition", request);
627
- }
625
+ NotInCommunityEdition(request: WsSMC.NotInCommunityEdition): Promise<WsSMC.NotInCommunityEditionResponse> {
626
+ return this._connection.send("NotInCommunityEdition", request);
627
+ }
628
628
 
629
- PauseQueue(request: WsSMC.PauseQueue): Promise<WsSMC.SMCQueueResponse> {
630
- return this._connection.send("PauseQueue", request);
631
- }
629
+ PauseQueue(request: WsSMC.PauseQueue): Promise<WsSMC.SMCQueueResponse> {
630
+ return this._connection.send("PauseQueue", request);
631
+ }
632
632
 
633
- Ping(request: WsSMC.Ping): Promise<WsSMC.WsSMCPingResponse> {
634
- return this._connection.send("Ping", request);
635
- }
633
+ Ping(request: WsSMC.Ping): Promise<WsSMC.WsSMCPingResponse> {
634
+ return this._connection.send("Ping", request);
635
+ }
636
636
 
637
- RemoveJob(request: WsSMC.RemoveJob): Promise<WsSMC.SMCJobResponse> {
638
- return this._connection.send("RemoveJob", request);
639
- }
637
+ RemoveJob(request: WsSMC.RemoveJob): Promise<WsSMC.SMCJobResponse> {
638
+ return this._connection.send("RemoveJob", request);
639
+ }
640
640
 
641
- ResumeQueue(request: WsSMC.ResumeQueue): Promise<WsSMC.SMCQueueResponse> {
642
- return this._connection.send("ResumeQueue", request);
643
- }
641
+ ResumeQueue(request: WsSMC.ResumeQueue): Promise<WsSMC.SMCQueueResponse> {
642
+ return this._connection.send("ResumeQueue", request);
643
+ }
644
644
 
645
- RoxieControlCmd(request: WsSMC.RoxieControlCmd): Promise<WsSMC.RoxieControlCmdResponse> {
646
- return this._connection.send("RoxieControlCmd", request);
647
- }
645
+ RoxieControlCmd(request: WsSMC.RoxieControlCmd): Promise<WsSMC.RoxieControlCmdResponse> {
646
+ return this._connection.send("RoxieControlCmd", request);
647
+ }
648
648
 
649
- RoxieXrefCmd(request: WsSMC.RoxieXrefCmd): Promise<WsSMC.RoxieXrefCmdResponse> {
650
- return this._connection.send("RoxieXrefCmd", request);
651
- }
649
+ RoxieXrefCmd(request: WsSMC.RoxieXrefCmd): Promise<WsSMC.RoxieXrefCmdResponse> {
650
+ return this._connection.send("RoxieXrefCmd", request);
651
+ }
652
652
 
653
- SetBanner(request: WsSMC.SetBanner): Promise<WsSMC.SetBannerResponse> {
654
- return this._connection.send("SetBanner", request);
655
- }
653
+ SetBanner(request: WsSMC.SetBanner): Promise<WsSMC.SetBannerResponse> {
654
+ return this._connection.send("SetBanner", request);
655
+ }
656
656
 
657
- SetJobPriority(request: WsSMC.SetJobPriority): Promise<WsSMC.SMCPriorityResponse> {
658
- return this._connection.send("SetJobPriority", request);
659
- }
657
+ SetJobPriority(request: WsSMC.SetJobPriority): Promise<WsSMC.SMCPriorityResponse> {
658
+ return this._connection.send("SetJobPriority", request);
659
+ }
660
660
 
661
- StopQueue(request: WsSMC.StopQueue): Promise<WsSMC.SMCQueueResponse> {
662
- return this._connection.send("StopQueue", request);
663
- }
661
+ StopQueue(request: WsSMC.StopQueue): Promise<WsSMC.SMCQueueResponse> {
662
+ return this._connection.send("StopQueue", request);
663
+ }
664
664
 
665
665
  }