@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,2405 +0,0 @@
1
- import { IConnection, IOptions } from "../../../../connection";
2
- import { Service } from "../../../../espConnection";
3
- type int = number;
4
- type unsignedInt = number;
5
- type base64Binary = string;
6
- type dateTime = string;
7
- type long = number;
8
- type double = number;
9
- type integer = number;
10
- type nonNegativeInteger = number;
11
- export declare enum ECLWUActions {
12
- Abort = "Abort",
13
- Delete = "Delete",
14
- Deschedule = "Deschedule",
15
- Reschedule = "Reschedule",
16
- Pause = "Pause",
17
- PauseNow = "PauseNow",
18
- Protect = "Protect",
19
- Unprotect = "Unprotect",
20
- Restore = "Restore",
21
- Resume = "Resume",
22
- SetToFailed = "SetToFailed",
23
- Archive = "Archive"
24
- }
25
- export declare enum EclDefinitionActions {
26
- SyntaxCheck = "SyntaxCheck",
27
- Deploy = "Deploy",
28
- Publish = "Publish"
29
- }
30
- export declare enum ErrorMessageFormat {
31
- Xml = "Xml",
32
- Json = "Json",
33
- Text = "Text"
34
- }
35
- export declare enum WUExceptionSeverity {
36
- Info = "Info",
37
- Warning = "Warning",
38
- Error = "Error",
39
- Alert = "Alert"
40
- }
41
- export declare enum WUQueryFilterSuspendedType {
42
- AllQueries = "AllQueries",
43
- NotSuspended = "NotSuspended",
44
- Suspended = "Suspended",
45
- SuspendedByUser = "SuspendedByUser",
46
- SuspendedByFirstNode = "SuspendedByFirstNode",
47
- SuspendedByAnyNode = "SuspendedByAnyNode"
48
- }
49
- export declare enum WUQuerySetFilterType {
50
- All = "All",
51
- Id = "Id",
52
- Name = "Name",
53
- Alias = "Alias",
54
- Status = "Status"
55
- }
56
- export declare enum QuerySetAliasActionTypes {
57
- Deactivate = "Deactivate"
58
- }
59
- export declare enum QuerysetImportActivation {
60
- None = "None",
61
- ActivateImportedActive = "ActivateImportedActive"
62
- }
63
- export declare enum QuerySetQueryActionTypes {
64
- Suspend = "Suspend",
65
- Unsuspend = "Unsuspend",
66
- ToggleSuspend = "ToggleSuspend",
67
- Activate = "Activate",
68
- Delete = "Delete",
69
- RemoveAllAliases = "RemoveAllAliases",
70
- ResetQueryStats = "ResetQueryStats"
71
- }
72
- export declare enum WUQueryActivationMode {
73
- DoNotActivateQuery = 0,
74
- ActivateQuery = 1,
75
- ActivateQuerySuspendPrevious = 2,
76
- ActivateQueryDeletePrevious = 3
77
- }
78
- export declare namespace WsWorkunits {
79
- interface GVCAjaxGraph {
80
- Name: string;
81
- GraphName: string;
82
- SubGraphId: int;
83
- SubGraphOnly: boolean;
84
- }
85
- interface GVCAjaxGraphResponse {
86
- Name: string;
87
- GraphName: string;
88
- GraphType: string;
89
- SubGraphId: int;
90
- SubGraphOnly: boolean;
91
- }
92
- interface Ping {
93
- }
94
- interface WsWorkunitsPingResponse {
95
- }
96
- interface Wuids {
97
- Item: string[];
98
- }
99
- interface WUAbort {
100
- Wuids: {
101
- Item: string[];
102
- };
103
- BlockTillFinishTimer: int;
104
- }
105
- interface Exception {
106
- Code: string;
107
- Audience: string;
108
- Source: string;
109
- Message: string;
110
- }
111
- interface Exceptions {
112
- Source: string;
113
- Exception: Exception[];
114
- }
115
- interface WUActionResult {
116
- Wuid: string;
117
- Action: string;
118
- Result: string;
119
- }
120
- interface ActionResults {
121
- WUActionResult: WUActionResult[];
122
- }
123
- interface WUAbortResponse {
124
- Exceptions: {
125
- Source: string;
126
- Exception: Exception[];
127
- };
128
- ActionResults: {
129
- WUActionResult: WUActionResult[];
130
- };
131
- }
132
- interface WUAction {
133
- Wuids: Wuids;
134
- WUActionType: ECLWUActions;
135
- Cluster: string;
136
- Owner: string;
137
- State: string;
138
- StartDate: string;
139
- EndDate: string;
140
- ECL: string;
141
- Jobname: string;
142
- Test: string;
143
- CurrentPage: string;
144
- PageSize: string;
145
- Sortby: string;
146
- Descending: boolean;
147
- EventServer: string;
148
- EventName: string;
149
- PageFrom: string;
150
- BlockTillFinishTimer: int;
151
- }
152
- interface WUActionResponse {
153
- Exceptions: Exceptions;
154
- ActionResults: ActionResults;
155
- }
156
- interface WUAddLocalFileToWorkunit {
157
- Wuid: string;
158
- Name: string;
159
- Val: string;
160
- DefVal: string;
161
- Type: int;
162
- Length: int;
163
- }
164
- interface WUAddLocalFileToWorkunitResponse {
165
- Exceptions: Exceptions;
166
- Wuid: string;
167
- Name: string;
168
- Result: string;
169
- }
170
- interface WUCDebug {
171
- Wuid: string;
172
- Command: string;
173
- }
174
- interface WUDebugResponse {
175
- Exceptions: Exceptions;
176
- Result: string;
177
- }
178
- interface WUCheckFeatures {
179
- }
180
- interface Deployment {
181
- UseCompression: boolean;
182
- }
183
- interface WUCheckFeaturesResponse {
184
- Exceptions: Exceptions;
185
- BuildVersionMajor: int;
186
- BuildVersionMinor: int;
187
- BuildVersionPoint: int;
188
- maxRequestEntityLength: unsignedInt;
189
- Deployment: {
190
- UseCompression: boolean;
191
- };
192
- }
193
- interface WUClusterJobQueueLOG {
194
- Cluster: string;
195
- StartDate: string;
196
- EndDate: string;
197
- }
198
- interface WUClusterJobQueueLOGResponse {
199
- Exceptions: Exceptions;
200
- thefile: base64Binary;
201
- }
202
- interface WUClusterJobQueueXLS {
203
- Cluster: string;
204
- StartDate: string;
205
- EndDate: string;
206
- ShowType: string;
207
- }
208
- interface WUClusterJobQueueXLSResponse {
209
- Exceptions: Exceptions;
210
- Result: base64Binary;
211
- }
212
- interface WUClusterJobSummaryXLS {
213
- Cluster: string;
214
- StartDate: string;
215
- EndDate: string;
216
- ShowAll: boolean;
217
- BusinessStartTime: string;
218
- BusinessEndTime: string;
219
- }
220
- interface WUClusterJobSummaryXLSResponse {
221
- Exceptions: Exceptions;
222
- Result: base64Binary;
223
- }
224
- interface WUClusterJobXLS {
225
- Cluster: string;
226
- StartDate: string;
227
- EndDate: string;
228
- ShowAll: boolean;
229
- BusinessStartTime: string;
230
- BusinessEndTime: string;
231
- }
232
- interface WUClusterJobXLSResponse {
233
- Exceptions: Exceptions;
234
- Result: base64Binary;
235
- }
236
- interface WUCompileECL {
237
- ECL: string;
238
- ModuleName: string;
239
- AttributeName: string;
240
- Queue: string;
241
- Cluster: string;
242
- Snapshot: string;
243
- IncludeDependencies: boolean;
244
- IncludeComplexity: boolean;
245
- TimeToWait: int;
246
- }
247
- interface ECLException {
248
- Source: string;
249
- Severity: string;
250
- Code: int;
251
- Message: string;
252
- FileName: string;
253
- LineNo: int;
254
- Column: int;
255
- Activity: int;
256
- Scope: string;
257
- Priority: int;
258
- }
259
- interface Errors {
260
- ECLException: ECLException[];
261
- }
262
- interface ECLAttribute {
263
- ModuleName: string;
264
- AttributeName: string;
265
- IsLocked: boolean;
266
- IsCheckedOut: boolean;
267
- IsSandbox: boolean;
268
- IsOrphaned: boolean;
269
- }
270
- interface Dependencies {
271
- ECLAttribute: ECLAttribute[];
272
- }
273
- interface WUCompileECLResponse {
274
- Exceptions: Exceptions;
275
- Complexity: string;
276
- Errors: {
277
- ECLException: ECLException[];
278
- };
279
- Dependencies: {
280
- ECLAttribute: ECLAttribute[];
281
- };
282
- }
283
- interface WUCopyLogicalFiles {
284
- Wuid: string;
285
- Cluster: string;
286
- CopyLocal: boolean;
287
- }
288
- interface Clusters {
289
- Item: string[];
290
- }
291
- interface WULogicalFileCopyInfo {
292
- IsIndex: boolean;
293
- LogicalName: string;
294
- DfuCopyWuid: string;
295
- DfuCopyError: string;
296
- Clusters: {
297
- Item: string[];
298
- };
299
- }
300
- interface OnCluster {
301
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
302
- }
303
- interface NotOnCluster {
304
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
305
- }
306
- interface Foreign {
307
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
308
- }
309
- interface NotFound {
310
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
311
- }
312
- interface Cluster {
313
- ClusterName: string;
314
- OnCluster: {
315
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
316
- };
317
- NotOnCluster: {
318
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
319
- };
320
- Foreign: {
321
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
322
- };
323
- NotFound: {
324
- WULogicalFileCopyInfo: WULogicalFileCopyInfo[];
325
- };
326
- }
327
- interface ClusterFiles {
328
- Cluster: Cluster[];
329
- }
330
- interface WUCopyLogicalFilesResponse {
331
- Exceptions: Exceptions;
332
- Wuid: string;
333
- ClusterFiles: {
334
- Cluster: Cluster[];
335
- };
336
- }
337
- interface WUCopyQuerySet {
338
- Source: string;
339
- Target: string;
340
- ActiveOnly: boolean;
341
- CloneActiveState: boolean;
342
- AllowForeignFiles: boolean;
343
- DfsServer: string;
344
- CopyFiles: boolean;
345
- OverwriteDfs: boolean;
346
- SourceProcess: string;
347
- UpdateSuperFiles: boolean;
348
- UpdateCloneFrom: boolean;
349
- AppendCluster: boolean;
350
- IncludeFileErrors: boolean;
351
- SourceSSL: boolean;
352
- }
353
- interface CopiedQueries {
354
- QueryId: string[];
355
- }
356
- interface ExistingQueries {
357
- QueryId: string[];
358
- }
359
- interface File {
360
- Error: string;
361
- LogicalName: string;
362
- }
363
- interface FileErrors {
364
- File: File[];
365
- }
366
- interface WUCopyQuerySetResponse {
367
- Exceptions: Exceptions;
368
- CopiedQueries: {
369
- QueryId: string[];
370
- };
371
- ExistingQueries: {
372
- QueryId: string[];
373
- };
374
- FileErrors: {
375
- File: File[];
376
- };
377
- }
378
- interface WUCreate {
379
- }
380
- interface Query {
381
- Text: string;
382
- Cpp: string;
383
- ResTxt: string;
384
- Dll: string;
385
- ThorLog: string;
386
- QueryMainDefinition: string;
387
- }
388
- interface ECLHelpFile {
389
- Name: string;
390
- Type: string;
391
- IPAddress: string;
392
- Description: string;
393
- FileSize: long;
394
- PID: unsignedInt;
395
- minActivityId: unsignedInt;
396
- maxActivityId: unsignedInt;
397
- }
398
- interface Helpers {
399
- ECLHelpFile: ECLHelpFile[];
400
- }
401
- interface ECLGraph {
402
- Name: string;
403
- Label: string;
404
- Type: string;
405
- Running: boolean;
406
- Complete: boolean;
407
- Failed: boolean;
408
- RunningId: long;
409
- WhenStarted: string;
410
- WhenFinished: string;
411
- }
412
- interface Graphs {
413
- ECLGraph: ECLGraph[];
414
- }
415
- interface ECLSourceFiles {
416
- ECLSourceFile: ECLSourceFile[];
417
- }
418
- interface ECLSourceFile {
419
- FileCluster: string;
420
- Name: string;
421
- IsSuperFile: boolean;
422
- Subs: int;
423
- Count: int;
424
- ECLSourceFiles: {
425
- ECLSourceFile: ECLSourceFile[];
426
- };
427
- }
428
- interface SourceFiles {
429
- ECLSourceFile: ECLSourceFile[];
430
- }
431
- interface ECLSchemaItem {
432
- ColumnName: string;
433
- ColumnType: string;
434
- ColumnTypeCode: int;
435
- isConditional: boolean;
436
- }
437
- interface ECLSchemas {
438
- ECLSchemaItem: ECLSchemaItem[];
439
- }
440
- interface ECLResult {
441
- Name: string;
442
- Sequence: int;
443
- Value: string;
444
- Link: string;
445
- FileName: string;
446
- IsSupplied: boolean;
447
- ShowFileContent: boolean;
448
- Total: long;
449
- ECLSchemas: {
450
- ECLSchemaItem: ECLSchemaItem[];
451
- };
452
- XmlSchema: string;
453
- }
454
- interface Results {
455
- ECLResult: ECLResult[];
456
- }
457
- interface Variables {
458
- ECLResult: ECLResult[];
459
- }
460
- interface ECLTimer {
461
- Name: string;
462
- Value: string;
463
- count: int;
464
- GraphName: string;
465
- SubGraphId: int;
466
- Timestamp: long;
467
- When: string;
468
- }
469
- interface Timers {
470
- ECLTimer: ECLTimer[];
471
- }
472
- interface DebugValue {
473
- Name: string;
474
- Value: string;
475
- }
476
- interface DebugValues {
477
- DebugValue: DebugValue[];
478
- }
479
- interface ApplicationValue {
480
- Application: string;
481
- Name: string;
482
- Value: string;
483
- }
484
- interface ApplicationValues {
485
- ApplicationValue: ApplicationValue[];
486
- }
487
- interface ECLWorkflow {
488
- WFID: string;
489
- EventName: string;
490
- EventText: string;
491
- Count: int;
492
- CountRemaining: int;
493
- }
494
- interface Workflows {
495
- ECLWorkflow: ECLWorkflow[];
496
- }
497
- interface ECLTimingData {
498
- Name: string;
499
- GraphNum: int;
500
- SubGraphNum: int;
501
- GID: int;
502
- Min: int;
503
- MS: int;
504
- }
505
- interface TimingData {
506
- ECLTimingData: ECLTimingData[];
507
- }
508
- interface AllowedClusters {
509
- AllowedCluster: string[];
510
- }
511
- interface ThorLogInfo {
512
- ProcessName: string;
513
- ClusterGroup: string;
514
- LogDate: string;
515
- NumberSlaves: int;
516
- }
517
- interface ThorLogList {
518
- ThorLogInfo: ThorLogInfo[];
519
- }
520
- interface ResourceURLs {
521
- URL: string[];
522
- }
523
- interface ServiceNames {
524
- Item: string[];
525
- }
526
- interface Workunit {
527
- Wuid: string;
528
- Owner: string;
529
- Cluster: string;
530
- RoxieCluster: string;
531
- Jobname: string;
532
- Queue: string;
533
- StateID: int;
534
- State: string;
535
- StateEx: string;
536
- Description: string;
537
- Protected: boolean;
538
- Active: boolean;
539
- Action: int;
540
- ActionEx: string;
541
- DateTimeScheduled: dateTime;
542
- PriorityClass: int;
543
- PriorityLevel: int;
544
- Scope: string;
545
- Snapshot: string;
546
- ResultLimit: int;
547
- Archived: boolean;
548
- IsPausing: boolean;
549
- ThorLCR: boolean;
550
- EventSchedule: int;
551
- TotalClusterTime: string;
552
- AbortBy: string;
553
- AbortTime: string;
554
- Query: {
555
- Text: string;
556
- Cpp: string;
557
- ResTxt: string;
558
- Dll: string;
559
- ThorLog: string;
560
- QueryMainDefinition: string;
561
- };
562
- Helpers: {
563
- ECLHelpFile: ECLHelpFile[];
564
- };
565
- Exceptions: Exceptions;
566
- Graphs: {
567
- ECLGraph: ECLGraph[];
568
- };
569
- SourceFiles: {
570
- ECLSourceFile: ECLSourceFile[];
571
- };
572
- Results: {
573
- ECLResult: ECLResult[];
574
- };
575
- Variables: {
576
- ECLResult: ECLResult[];
577
- };
578
- Timers: {
579
- ECLTimer: ECLTimer[];
580
- };
581
- DebugValues: {
582
- DebugValue: DebugValue[];
583
- };
584
- ApplicationValues: {
585
- ApplicationValue: ApplicationValue[];
586
- };
587
- Workflows: {
588
- ECLWorkflow: ECLWorkflow[];
589
- };
590
- TimingData: {
591
- ECLTimingData: ECLTimingData[];
592
- };
593
- AllowedClusters: {
594
- AllowedCluster: string[];
595
- };
596
- ErrorCount: int;
597
- WarningCount: int;
598
- InfoCount: int;
599
- AlertCount: int;
600
- GraphCount: int;
601
- SourceFileCount: int;
602
- ResultCount: int;
603
- VariableCount: int;
604
- TimerCount: int;
605
- HasDebugValue: boolean;
606
- ApplicationValueCount: int;
607
- XmlParams: string;
608
- AccessFlag: int;
609
- ClusterFlag: int;
610
- HelpersDesc: string;
611
- GraphsDesc: string;
612
- SourceFilesDesc: string;
613
- ResultsDesc: string;
614
- VariablesDesc: string;
615
- TimersDesc: string;
616
- DebugValuesDesc: string;
617
- ApplicationValuesDesc: string;
618
- WorkflowsDesc: string;
619
- HasArchiveQuery: boolean;
620
- ThorLogList: {
621
- ThorLogInfo: ThorLogInfo[];
622
- };
623
- ResourceURLs: {
624
- URL: string[];
625
- };
626
- ResultViewCount: int;
627
- ResourceURLCount: int;
628
- DebugValueCount: int;
629
- WorkflowCount: int;
630
- HelpersCount: int;
631
- ServiceNames: {
632
- Item: string[];
633
- };
634
- ExecuteCost: double;
635
- FileAccessCost: double;
636
- CompileCost: double;
637
- }
638
- interface WUCreateResponse {
639
- Exceptions: Exceptions;
640
- Workunit: {
641
- Wuid: string;
642
- Owner: string;
643
- Cluster: string;
644
- RoxieCluster: string;
645
- Jobname: string;
646
- Queue: string;
647
- StateID: int;
648
- State: string;
649
- StateEx: string;
650
- Description: string;
651
- Protected: boolean;
652
- Active: boolean;
653
- Action: int;
654
- ActionEx: string;
655
- DateTimeScheduled: dateTime;
656
- PriorityClass: int;
657
- PriorityLevel: int;
658
- Scope: string;
659
- Snapshot: string;
660
- ResultLimit: int;
661
- Archived: boolean;
662
- IsPausing: boolean;
663
- ThorLCR: boolean;
664
- EventSchedule: int;
665
- TotalClusterTime: string;
666
- AbortBy: string;
667
- AbortTime: string;
668
- Query: {
669
- Text: string;
670
- Cpp: string;
671
- ResTxt: string;
672
- Dll: string;
673
- ThorLog: string;
674
- QueryMainDefinition: string;
675
- };
676
- Helpers: {
677
- ECLHelpFile: ECLHelpFile[];
678
- };
679
- Exceptions: Exceptions;
680
- Graphs: {
681
- ECLGraph: ECLGraph[];
682
- };
683
- SourceFiles: {
684
- ECLSourceFile: ECLSourceFile[];
685
- };
686
- Results: {
687
- ECLResult: ECLResult[];
688
- };
689
- Variables: {
690
- ECLResult: ECLResult[];
691
- };
692
- Timers: {
693
- ECLTimer: ECLTimer[];
694
- };
695
- DebugValues: {
696
- DebugValue: DebugValue[];
697
- };
698
- ApplicationValues: {
699
- ApplicationValue: ApplicationValue[];
700
- };
701
- Workflows: {
702
- ECLWorkflow: ECLWorkflow[];
703
- };
704
- TimingData: {
705
- ECLTimingData: ECLTimingData[];
706
- };
707
- AllowedClusters: {
708
- AllowedCluster: string[];
709
- };
710
- ErrorCount: int;
711
- WarningCount: int;
712
- InfoCount: int;
713
- AlertCount: int;
714
- GraphCount: int;
715
- SourceFileCount: int;
716
- ResultCount: int;
717
- VariableCount: int;
718
- TimerCount: int;
719
- HasDebugValue: boolean;
720
- ApplicationValueCount: int;
721
- XmlParams: string;
722
- AccessFlag: int;
723
- ClusterFlag: int;
724
- HelpersDesc: string;
725
- GraphsDesc: string;
726
- SourceFilesDesc: string;
727
- ResultsDesc: string;
728
- VariablesDesc: string;
729
- TimersDesc: string;
730
- DebugValuesDesc: string;
731
- ApplicationValuesDesc: string;
732
- WorkflowsDesc: string;
733
- HasArchiveQuery: boolean;
734
- ThorLogList: {
735
- ThorLogInfo: ThorLogInfo[];
736
- };
737
- ResourceURLs: {
738
- URL: string[];
739
- };
740
- ResultViewCount: int;
741
- ResourceURLCount: int;
742
- DebugValueCount: int;
743
- WorkflowCount: int;
744
- HelpersCount: int;
745
- ServiceNames: {
746
- Item: string[];
747
- };
748
- ExecuteCost: double;
749
- FileAccessCost: double;
750
- CompileCost: double;
751
- };
752
- }
753
- interface WUCreateAndUpdate {
754
- Wuid: string;
755
- State: int;
756
- StateOrig: int;
757
- Jobname: string;
758
- JobnameOrig: string;
759
- QueryText: string;
760
- Action: int;
761
- Description: string;
762
- DescriptionOrig: string;
763
- AddDrilldownFields: boolean;
764
- ResultLimit: int;
765
- Protected: boolean;
766
- ProtectedOrig: boolean;
767
- PriorityClass: int;
768
- PriorityLevel: int;
769
- Scope: string;
770
- ScopeOrig: string;
771
- ClusterSelection: string;
772
- ClusterOrig: string;
773
- XmlParams: string;
774
- ThorSlaveIP: string;
775
- QueryMainDefinition: string;
776
- DebugValues: DebugValues;
777
- ApplicationValues: ApplicationValues;
778
- }
779
- interface WUUpdateResponse {
780
- Exceptions: Exceptions;
781
- Workunit: Workunit;
782
- }
783
- interface WUCreateZAPInfo {
784
- Wuid: string;
785
- ESPIPAddress: string;
786
- ThorIPAddress: string;
787
- BuildVersion: string;
788
- ProblemDescription: string;
789
- WhatChanged: string;
790
- WhereSlow: string;
791
- ZAPFileName: string;
792
- IncludeThorSlaveLog: string;
793
- ZAPPassword: string;
794
- SendEmail: boolean;
795
- AttachZAPReportToEmail: boolean;
796
- EmailFrom: string;
797
- EmailSubject: string;
798
- EmailBody: string;
799
- }
800
- interface WUCreateZAPInfoResponse {
801
- Exceptions: Exceptions;
802
- thefile: base64Binary;
803
- ZAPFileName: string;
804
- }
805
- interface WUDelete {
806
- Wuids: Wuids;
807
- BlockTillFinishTimer: int;
808
- }
809
- interface WUDeleteResponse {
810
- Exceptions: Exceptions;
811
- ActionResults: ActionResults;
812
- }
813
- interface WUDeployWorkunit {
814
- Cluster: string;
815
- Name: string;
816
- Wait: int;
817
- ObjType: string;
818
- FileName: string;
819
- Object: base64Binary;
820
- ResultLimit: int;
821
- QueryMainDefinition: string;
822
- Snapshot: string;
823
- DebugValues: DebugValues;
824
- Protect: boolean;
825
- }
826
- interface WUDeployWorkunitResponse {
827
- Exceptions: Exceptions;
828
- Workunit: Workunit;
829
- }
830
- interface Scopes {
831
- Scope: string[];
832
- }
833
- interface Ids {
834
- id: string[];
835
- }
836
- interface ScopeTypes {
837
- ScopeType: string[];
838
- }
839
- interface PropertyFilter {
840
- Name: string;
841
- ExactValue: string;
842
- MinValue: string;
843
- MaxValue: string;
844
- }
845
- interface PropertyFilters {
846
- PropertyFilter: PropertyFilter[];
847
- }
848
- interface ScopeFilter {
849
- MaxDepth: integer;
850
- Scopes: {
851
- Scope: string[];
852
- };
853
- Ids: {
854
- id: string[];
855
- };
856
- ScopeTypes: {
857
- ScopeType: string[];
858
- };
859
- PropertyFilters: {
860
- PropertyFilter: PropertyFilter[];
861
- };
862
- }
863
- interface NestedFilter {
864
- Depth: unsignedInt;
865
- ScopeTypes: ScopeTypes;
866
- }
867
- interface Properties {
868
- Property: string[];
869
- }
870
- interface Extra {
871
- scopeType: string;
872
- Properties: Properties;
873
- }
874
- interface ExtraProperties {
875
- Extra: Extra[];
876
- }
877
- interface PropertiesToReturn {
878
- AllStatistics: boolean;
879
- AllAttributes: boolean;
880
- AllHints: boolean;
881
- AllScopes: boolean;
882
- AllProperties: boolean;
883
- AllNotes: boolean;
884
- MinVersion: string;
885
- Measure: string;
886
- Properties: {
887
- Property: string[];
888
- };
889
- ExtraProperties: {
890
- Extra: Extra[];
891
- };
892
- }
893
- interface ScopeOptions {
894
- IncludeMatchedScopesInResults: boolean;
895
- IncludeScope: boolean;
896
- IncludeId: boolean;
897
- IncludeScopeType: boolean;
898
- }
899
- interface PropertyOptions {
900
- IncludeName: boolean;
901
- IncludeRawValue: boolean;
902
- IncludeFormatted: boolean;
903
- IncludeMeasure: boolean;
904
- IncludeCreator: boolean;
905
- IncludeCreatorType: boolean;
906
- }
907
- interface WUDetails {
908
- WUID: string;
909
- ScopeFilter: {
910
- MaxDepth: integer;
911
- Scopes: {
912
- Scope: string[];
913
- };
914
- Ids: {
915
- id: string[];
916
- };
917
- ScopeTypes: {
918
- ScopeType: string[];
919
- };
920
- PropertyFilters: {
921
- PropertyFilter: PropertyFilter[];
922
- };
923
- };
924
- NestedFilter: {
925
- Depth: unsignedInt;
926
- ScopeTypes: ScopeTypes;
927
- };
928
- PropertiesToReturn: {
929
- AllStatistics: boolean;
930
- AllAttributes: boolean;
931
- AllHints: boolean;
932
- AllScopes: boolean;
933
- AllProperties: boolean;
934
- AllNotes: boolean;
935
- MinVersion: string;
936
- Measure: string;
937
- Properties: {
938
- Property: string[];
939
- };
940
- ExtraProperties: {
941
- Extra: Extra[];
942
- };
943
- };
944
- Filter: string;
945
- ScopeOptions: {
946
- IncludeMatchedScopesInResults: boolean;
947
- IncludeScope: boolean;
948
- IncludeId: boolean;
949
- IncludeScopeType: boolean;
950
- };
951
- PropertyOptions: {
952
- IncludeName: boolean;
953
- IncludeRawValue: boolean;
954
- IncludeFormatted: boolean;
955
- IncludeMeasure: boolean;
956
- IncludeCreator: boolean;
957
- IncludeCreatorType: boolean;
958
- };
959
- }
960
- interface WUDetailsResponse {
961
- Exceptions: Exceptions;
962
- MaxVersion: string;
963
- WUID: string;
964
- Scopes: Scopes;
965
- }
966
- interface WUDetailsMeta {
967
- }
968
- interface Measures {
969
- Measure: string[];
970
- }
971
- interface Activity {
972
- Kind: unsignedInt;
973
- Name: string;
974
- IsSink: boolean;
975
- IsSource: boolean;
976
- }
977
- interface Activities {
978
- Activity: Activity[];
979
- }
980
- interface WUDetailsMetaResponse {
981
- Exceptions: Exceptions;
982
- Properties: Properties;
983
- ScopeTypes: ScopeTypes;
984
- Measures: {
985
- Measure: string[];
986
- };
987
- Activities: {
988
- Activity: Activity[];
989
- };
990
- }
991
- interface EclDefinitions {
992
- Item: string[];
993
- }
994
- interface WUEclDefinitionAction {
995
- EclDefinitions: {
996
- Item: string[];
997
- };
998
- ActionType: EclDefinitionActions;
999
- Target: string;
1000
- RemoteDali: string;
1001
- SourceProcess: string;
1002
- Priority: string;
1003
- Comment: string;
1004
- MemoryLimit: string;
1005
- DeletePrevious: boolean;
1006
- SuspendPrevious: boolean;
1007
- NoActivate: boolean;
1008
- NoReload: boolean;
1009
- DontCopyFiles: boolean;
1010
- AllowForeign: boolean;
1011
- UpdateDfs: boolean;
1012
- UpdateSuperfiles: boolean;
1013
- UpdateCloneFrom: boolean;
1014
- DontAppendCluster: boolean;
1015
- MsToWait: int;
1016
- TimeLimit: int;
1017
- WarnTimeLimit: int;
1018
- }
1019
- interface WUEclDefinitionActionResponse {
1020
- Exceptions: Exceptions;
1021
- ActionResults: ActionResults;
1022
- }
1023
- interface WUExport {
1024
- Cluster: string;
1025
- Owner: string;
1026
- State: string;
1027
- StartDate: string;
1028
- EndDate: string;
1029
- Jobname: string;
1030
- }
1031
- interface WUExportResponse {
1032
- Exceptions: Exceptions;
1033
- ExportData: base64Binary;
1034
- }
1035
- interface WUFile {
1036
- Name: string;
1037
- Wuid: string;
1038
- Type: string;
1039
- Option: int;
1040
- SlaveIP: string;
1041
- IPAddress: string;
1042
- Description: string;
1043
- QuerySet: string;
1044
- Query: string;
1045
- Process: string;
1046
- ClusterGroup: string;
1047
- LogDate: string;
1048
- SlaveNumber: int;
1049
- SizeLimit: long;
1050
- ErrorMessageFormat: ErrorMessageFormat;
1051
- PlainText: string;
1052
- }
1053
- interface WULogFileResponse {
1054
- Exceptions: Exceptions;
1055
- Wuid: string;
1056
- QuerySet: string;
1057
- QueryName: string;
1058
- QueryId: string;
1059
- FileName: string;
1060
- DaliServer: string;
1061
- thefile: base64Binary;
1062
- }
1063
- interface WUFullResult {
1064
- Wuid: string;
1065
- NoRootTag: boolean;
1066
- ExceptionSeverity: WUExceptionSeverity;
1067
- }
1068
- interface WUFullResultResponse {
1069
- Exceptions: Exceptions;
1070
- Wuid: string;
1071
- Results: string;
1072
- }
1073
- interface WUGVCGraphInfo {
1074
- Wuid: string;
1075
- Name: string;
1076
- GID: string;
1077
- BatchWU: int;
1078
- SubgraphId: int;
1079
- }
1080
- interface WUGVCGraphInfoResponse {
1081
- Exceptions: Exceptions;
1082
- Wuid: string;
1083
- Name: string;
1084
- GID: string;
1085
- Running: boolean;
1086
- TheGraph: string;
1087
- BatchWU: int;
1088
- }
1089
- interface WUGetArchiveFile {
1090
- WUID: string;
1091
- ModuleName: string;
1092
- FileName: string;
1093
- Path: string;
1094
- }
1095
- interface WUGetArchiveFileResponse {
1096
- Exceptions: Exceptions;
1097
- File: string;
1098
- Message: string;
1099
- }
1100
- interface WUGetDependancyTrees {
1101
- Cluster: string;
1102
- Queue: string;
1103
- Snapshot: string;
1104
- Items: string;
1105
- TimeoutMilliSec: string;
1106
- }
1107
- interface WUGetDependancyTreesResponse {
1108
- Exceptions: Exceptions;
1109
- Errors: Errors;
1110
- DependancyTrees: base64Binary;
1111
- }
1112
- interface WUGetGraph {
1113
- Wuid: string;
1114
- GraphName: string;
1115
- SubGraphId: string;
1116
- }
1117
- interface WUGetGraphResponse {
1118
- Exceptions: Exceptions;
1119
- Graphs: Graphs;
1120
- }
1121
- interface WUGetGraphNameAndTypes {
1122
- Wuid: string;
1123
- Type: string;
1124
- }
1125
- interface GraphNameAndType {
1126
- Name: string;
1127
- Type: string;
1128
- }
1129
- interface GraphNameAndTypes {
1130
- GraphNameAndType: GraphNameAndType[];
1131
- }
1132
- interface WUGetGraphNameAndTypesResponse {
1133
- Exceptions: Exceptions;
1134
- GraphNameAndTypes: {
1135
- GraphNameAndType: GraphNameAndType[];
1136
- };
1137
- }
1138
- interface WUGetNumFileToCopy {
1139
- ClusterName: string;
1140
- TargetName: string;
1141
- PageSize: long;
1142
- PageStartFrom: long;
1143
- Sortby: string;
1144
- Descending: boolean;
1145
- CacheHint: long;
1146
- }
1147
- interface Endpoint {
1148
- URL: string;
1149
- Status: string;
1150
- NumQueryFileToCopy: int;
1151
- }
1152
- interface Endpoints {
1153
- Endpoint: Endpoint[];
1154
- }
1155
- interface WUGetNumFileToCopyResponse {
1156
- Exceptions: Exceptions;
1157
- Endpoints: {
1158
- Endpoint: Endpoint[];
1159
- };
1160
- CacheHint: long;
1161
- Total: long;
1162
- }
1163
- interface WUGetPlugins {
1164
- }
1165
- interface WUEclPluginsInFolder {
1166
- Path: string;
1167
- Plugins: Plugins;
1168
- }
1169
- interface Plugins {
1170
- WUEclPluginsInFolder: WUEclPluginsInFolder[];
1171
- }
1172
- interface WUGetPluginsResponse {
1173
- Exceptions: Exceptions;
1174
- Plugins: {
1175
- WUEclPluginsInFolder: WUEclPluginsInFolder[];
1176
- };
1177
- }
1178
- interface WUGetStats {
1179
- WUID: string;
1180
- CreatorType: string;
1181
- Creator: string;
1182
- ScopeType: string;
1183
- Scope: string;
1184
- Kind: string;
1185
- Measure: string;
1186
- MinScopeDepth: unsignedInt;
1187
- MaxScopeDepth: unsignedInt;
1188
- IncludeGraphs: boolean;
1189
- CreateDescriptions: boolean;
1190
- MinValue: long;
1191
- MaxValue: long;
1192
- Filter: string;
1193
- }
1194
- interface WUStatisticItem {
1195
- Creator: string;
1196
- CreatorType: string;
1197
- Scope: string;
1198
- ScopeType: string;
1199
- Description: string;
1200
- TimeStamp: string;
1201
- Measure: string;
1202
- Kind: string;
1203
- Value: string;
1204
- RawValue: long;
1205
- Count: long;
1206
- Max: long;
1207
- Wuid: string;
1208
- }
1209
- interface Statistics {
1210
- WUStatisticItem: WUStatisticItem[];
1211
- }
1212
- interface WUGetStatsResponse {
1213
- Exceptions: Exceptions;
1214
- WUID: string;
1215
- Statistics: {
1216
- WUStatisticItem: WUStatisticItem[];
1217
- };
1218
- }
1219
- interface WUGetThorJobList {
1220
- Cluster: string;
1221
- StartDate: string;
1222
- EndDate: string;
1223
- MaxJobsToReturn: unsignedInt;
1224
- }
1225
- interface ECLJob {
1226
- Wuid: string;
1227
- Graph: string;
1228
- State: string;
1229
- StartedDate: string;
1230
- FinishedDate: string;
1231
- Cluster: string;
1232
- GraphNum: string;
1233
- SubGraphNum: string;
1234
- NumOfRuns: string;
1235
- Duration: int;
1236
- }
1237
- interface JobList {
1238
- ECLJob: ECLJob[];
1239
- }
1240
- interface InProgressJobList {
1241
- ECLJob: ECLJob[];
1242
- }
1243
- interface WUGetThorJobListResponse {
1244
- Exceptions: Exceptions;
1245
- JobList: {
1246
- ECLJob: ECLJob[];
1247
- };
1248
- InProgressJobList: {
1249
- ECLJob: ECLJob[];
1250
- };
1251
- Warning: string;
1252
- }
1253
- interface WUGetThorJobQueue {
1254
- Cluster: string;
1255
- StartDate: string;
1256
- EndDate: string;
1257
- MaxJobQueueItemsToReturn: unsignedInt;
1258
- }
1259
- interface ThorQueue {
1260
- DT: string;
1261
- RunningWUs: string;
1262
- QueuedWUs: string;
1263
- WaitingThors: string;
1264
- ConnectedThors: string;
1265
- IdledThors: string;
1266
- RunningWU1: string;
1267
- RunningWU2: string;
1268
- }
1269
- interface QueueList {
1270
- ThorQueue: ThorQueue[];
1271
- }
1272
- interface WUGetThorJobQueueResponse {
1273
- Exceptions: Exceptions;
1274
- LongestQueue: int;
1275
- MaxThorConnected: int;
1276
- QueueList: {
1277
- ThorQueue: ThorQueue[];
1278
- };
1279
- Warning: string;
1280
- }
1281
- interface WUGetZAPInfo {
1282
- WUID: string;
1283
- }
1284
- interface WUGetZAPInfoResponse {
1285
- Exceptions: Exceptions;
1286
- WUID: string;
1287
- ESPIPAddress: string;
1288
- ThorIPAddress: string;
1289
- BuildVersion: string;
1290
- Archive: string;
1291
- EmailTo: string;
1292
- EmailFrom: string;
1293
- }
1294
- interface WUGraphInfo {
1295
- Wuid: string;
1296
- Name: string;
1297
- GID: string;
1298
- BatchWU: int;
1299
- }
1300
- interface WUGraphInfoResponse {
1301
- Exceptions: Exceptions;
1302
- Wuid: string;
1303
- Name: string;
1304
- GID: string;
1305
- BatchWU: int;
1306
- Running: boolean;
1307
- }
1308
- interface WUGraphTiming {
1309
- Wuid: string;
1310
- }
1311
- interface WUGraphTimingResponse {
1312
- Exceptions: Exceptions;
1313
- Workunit: Workunit;
1314
- }
1315
- interface WUInfo {
1316
- Wuid: string;
1317
- TruncateEclTo64k: boolean;
1318
- Type: string;
1319
- IncludeExceptions: boolean;
1320
- IncludeGraphs: boolean;
1321
- IncludeSourceFiles: boolean;
1322
- IncludeResults: boolean;
1323
- IncludeResultsViewNames: boolean;
1324
- IncludeVariables: boolean;
1325
- IncludeTimers: boolean;
1326
- IncludeDebugValues: boolean;
1327
- IncludeApplicationValues: boolean;
1328
- IncludeWorkflows: boolean;
1329
- IncludeXmlSchemas: boolean;
1330
- IncludeResourceURLs: boolean;
1331
- IncludeECL: boolean;
1332
- IncludeHelpers: boolean;
1333
- IncludeAllowedClusters: boolean;
1334
- IncludeTotalClusterTime: boolean;
1335
- IncludeServiceNames: boolean;
1336
- SuppressResultSchemas: boolean;
1337
- ThorSlaveIP: string;
1338
- }
1339
- interface ResultViews {
1340
- View: string[];
1341
- }
1342
- interface WUInfoResponse {
1343
- Exceptions: Exceptions;
1344
- Workunit: Workunit;
1345
- AutoRefresh: int;
1346
- CanCompile: boolean;
1347
- ThorSlaveIP: string;
1348
- ResultViews: {
1349
- View: string[];
1350
- };
1351
- SecMethod: string;
1352
- }
1353
- interface WUInfoDetails {
1354
- Wuid: string;
1355
- TruncateEclTo64k: boolean;
1356
- Type: string;
1357
- IncludeExceptions: boolean;
1358
- IncludeGraphs: boolean;
1359
- IncludeSourceFiles: boolean;
1360
- IncludeResults: boolean;
1361
- IncludeResultsViewNames: boolean;
1362
- IncludeVariables: boolean;
1363
- IncludeTimers: boolean;
1364
- IncludeDebugValues: boolean;
1365
- IncludeApplicationValues: boolean;
1366
- IncludeWorkflows: boolean;
1367
- IncludeXmlSchemas: boolean;
1368
- IncludeResourceURLs: boolean;
1369
- IncludeECL: boolean;
1370
- IncludeHelpers: boolean;
1371
- IncludeAllowedClusters: boolean;
1372
- IncludeTotalClusterTime: boolean;
1373
- IncludeServiceNames: boolean;
1374
- SuppressResultSchemas: boolean;
1375
- ThorSlaveIP: string;
1376
- }
1377
- interface WUJobList {
1378
- Cluster: string;
1379
- Process: string;
1380
- StartDate: string;
1381
- EndDate: string;
1382
- ShowAll: boolean;
1383
- BusinessStartHour: int;
1384
- BusinessEndHour: int;
1385
- }
1386
- interface Jobs {
1387
- ECLJob: ECLJob[];
1388
- }
1389
- interface WUJobListResponse {
1390
- Exceptions: Exceptions;
1391
- StartDate: string;
1392
- EndDate: string;
1393
- Jobs: {
1394
- ECLJob: ECLJob[];
1395
- };
1396
- }
1397
- interface WULightWeightQuery {
1398
- Wuid: string;
1399
- Type: string;
1400
- Cluster: string;
1401
- Owner: string;
1402
- JobName: string;
1403
- StartDate: string;
1404
- EndDate: string;
1405
- BeforeWU: string;
1406
- AfterWU: string;
1407
- State: string;
1408
- ApplicationValues: ApplicationValues;
1409
- PageStartFrom: long;
1410
- PageSize: unsignedInt;
1411
- SortBy: string;
1412
- Descending: boolean;
1413
- CacheHint: long;
1414
- }
1415
- interface ECLWorkunitLW {
1416
- Wuid: string;
1417
- Owner: string;
1418
- JobName: string;
1419
- WuScope: string;
1420
- ClusterName: string;
1421
- State: int;
1422
- StateDesc: string;
1423
- Action: int;
1424
- ActionDesc: string;
1425
- Priority: int;
1426
- PriorityDesc: string;
1427
- PriorityLevel: int;
1428
- IsProtected: boolean;
1429
- DateTimeScheduled: dateTime;
1430
- TotalClusterTime: unsignedInt;
1431
- ApplicationValues: ApplicationValues;
1432
- }
1433
- interface Workunits {
1434
- ECLWorkunitLW: ECLWorkunitLW[];
1435
- }
1436
- interface WULightWeightQueryResponse {
1437
- Exceptions: Exceptions;
1438
- NumWUs: int;
1439
- CacheHint: long;
1440
- Workunits: {
1441
- ECLWorkunitLW: ECLWorkunitLW[];
1442
- };
1443
- }
1444
- interface WUListArchiveFiles {
1445
- WUID: string;
1446
- }
1447
- interface Files {
1448
- File: File[];
1449
- }
1450
- interface ArchiveModule {
1451
- Name: string;
1452
- FullName: string;
1453
- Flags: unsignedInt;
1454
- Key: string;
1455
- Plugin: string;
1456
- SourcePath: string;
1457
- Version: string;
1458
- Path: string;
1459
- ArchiveModules: ArchiveModules;
1460
- Files: {
1461
- File: File[];
1462
- };
1463
- }
1464
- interface ArchiveModules {
1465
- ArchiveModule: ArchiveModule[];
1466
- }
1467
- interface WUListArchiveFilesResponse {
1468
- Exceptions: Exceptions;
1469
- ArchiveModules: {
1470
- ArchiveModule: ArchiveModule[];
1471
- };
1472
- Files: Files;
1473
- Message: string;
1474
- }
1475
- interface WUListLocalFileRequired {
1476
- Wuid: string;
1477
- }
1478
- interface LogicalFileUpload {
1479
- Type: int;
1480
- Source: string;
1481
- Destination: string;
1482
- EventTag: string;
1483
- }
1484
- interface LocalFileUploads {
1485
- LogicalFileUpload: LogicalFileUpload[];
1486
- }
1487
- interface WUListLocalFileRequiredResponse {
1488
- Exceptions: Exceptions;
1489
- LocalFileUploads: {
1490
- LogicalFileUpload: LogicalFileUpload[];
1491
- };
1492
- }
1493
- interface WUListQueries {
1494
- QuerySetName: string;
1495
- ClusterName: string;
1496
- LibraryName: string;
1497
- MemoryLimitLow: long;
1498
- MemoryLimitHigh: long;
1499
- TimeLimitLow: nonNegativeInteger;
1500
- TimeLimitHigh: nonNegativeInteger;
1501
- WarnTimeLimitLow: nonNegativeInteger;
1502
- WarnTimeLimitHigh: nonNegativeInteger;
1503
- PriorityLow: nonNegativeInteger;
1504
- PriorityHigh: nonNegativeInteger;
1505
- Activated: boolean;
1506
- SuspendedFilter: WUQueryFilterSuspendedType;
1507
- WUID: string;
1508
- QueryID: string;
1509
- QueryName: string;
1510
- PublishedBy: string;
1511
- PageSize: nonNegativeInteger;
1512
- PageStartFrom: nonNegativeInteger;
1513
- Sortby: string;
1514
- Descending: boolean;
1515
- CacheHint: long;
1516
- FileName: string;
1517
- CheckAllNodes: boolean;
1518
- }
1519
- interface QuerySetQuery {
1520
- Id: string;
1521
- Name: string;
1522
- Wuid: string;
1523
- Dll: string;
1524
- Suspended: boolean;
1525
- Clusters: Clusters;
1526
- memoryLimit: string;
1527
- timeLimit: nonNegativeInteger;
1528
- warnTimeLimit: nonNegativeInteger;
1529
- priority: string;
1530
- Comment: string;
1531
- QuerySetId: string;
1532
- IsLibrary: boolean;
1533
- Activated: boolean;
1534
- PublishedBy: string;
1535
- snapshot: string;
1536
- PriorityID: int;
1537
- }
1538
- interface QuerysetQueries {
1539
- QuerySetQuery: QuerySetQuery[];
1540
- }
1541
- interface WUListQueriesResponse {
1542
- Exceptions: Exceptions;
1543
- NumberOfQueries: int;
1544
- CacheHint: long;
1545
- QuerysetQueries: {
1546
- QuerySetQuery: QuerySetQuery[];
1547
- };
1548
- }
1549
- interface WUListQueriesUsingFile {
1550
- Target: string;
1551
- Process: string;
1552
- FileName: string;
1553
- }
1554
- interface QueryUsingFile {
1555
- Id: string;
1556
- Package: string;
1557
- }
1558
- interface Queries {
1559
- QueryUsingFile: QueryUsingFile[];
1560
- }
1561
- interface TargetQueriesUsingFile {
1562
- Target: string;
1563
- PackageMap: string;
1564
- Queries: {
1565
- QueryUsingFile: QueryUsingFile[];
1566
- };
1567
- }
1568
- interface Targets {
1569
- TargetQueriesUsingFile: TargetQueriesUsingFile[];
1570
- }
1571
- interface WUListQueriesUsingFileResponse {
1572
- Exceptions: Exceptions;
1573
- Process: string;
1574
- FileName: string;
1575
- Targets: {
1576
- TargetQueriesUsingFile: TargetQueriesUsingFile[];
1577
- };
1578
- }
1579
- interface WUMultiQuerysetDetails {
1580
- ClusterName: string;
1581
- QuerySetName: string;
1582
- Filter: string;
1583
- FilterType: WUQuerySetFilterType;
1584
- CheckAllNodes: boolean;
1585
- }
1586
- interface QuerySetAlias {
1587
- Id: string;
1588
- Name: string;
1589
- }
1590
- interface Aliases {
1591
- QuerySetAlias: QuerySetAlias[];
1592
- }
1593
- interface WUQuerySetDetail {
1594
- QuerySetName: string;
1595
- Queries: Queries;
1596
- Aliases: {
1597
- QuerySetAlias: QuerySetAlias[];
1598
- };
1599
- }
1600
- interface Querysets {
1601
- WUQuerySetDetail: WUQuerySetDetail[];
1602
- }
1603
- interface WUMultiQuerySetDetailsResponse {
1604
- Exceptions: Exceptions;
1605
- ClusterName: string;
1606
- Querysets: {
1607
- WUQuerySetDetail: WUQuerySetDetail[];
1608
- };
1609
- }
1610
- interface WUProcessGraph {
1611
- Wuid: string;
1612
- Name: string;
1613
- }
1614
- interface WUProcessGraphResponse {
1615
- Exceptions: Exceptions;
1616
- theGraph: string;
1617
- }
1618
- interface WUProtect {
1619
- Wuids: Wuids;
1620
- Protect: boolean;
1621
- }
1622
- interface WUProtectResponse {
1623
- Exceptions: Exceptions;
1624
- ActionResults: ActionResults;
1625
- }
1626
- interface WUPublishWorkunit {
1627
- Wuid: string;
1628
- Cluster: string;
1629
- QueryName: string;
1630
- WorkUnitJobName: string;
1631
- JobName: string;
1632
- Activate: int;
1633
- NotifyCluster: boolean;
1634
- Wait: int;
1635
- NoReload: boolean;
1636
- UpdateWorkUnitName: boolean;
1637
- memoryLimit: string;
1638
- TimeLimit: nonNegativeInteger;
1639
- WarnTimeLimit: nonNegativeInteger;
1640
- Priority: string;
1641
- RemoteDali: string;
1642
- Comment: string;
1643
- DontCopyFiles: boolean;
1644
- SourceProcess: string;
1645
- AllowForeignFiles: boolean;
1646
- UpdateDfs: boolean;
1647
- UpdateSuperFiles: boolean;
1648
- UpdateCloneFrom: boolean;
1649
- AppendCluster: boolean;
1650
- IncludeFileErrors: boolean;
1651
- }
1652
- interface WUPublishWorkunitResponse {
1653
- Exceptions: Exceptions;
1654
- Wuid: string;
1655
- Result: string;
1656
- QuerySet: string;
1657
- QueryName: string;
1658
- QueryId: string;
1659
- ReloadFailed: boolean;
1660
- Suspended: boolean;
1661
- ErrorMessage: string;
1662
- ClusterFiles: ClusterFiles;
1663
- FileErrors: FileErrors;
1664
- }
1665
- interface WUPushEvent {
1666
- EventName: string;
1667
- EventText: string;
1668
- }
1669
- interface WUPushEventResponse {
1670
- Exceptions: Exceptions;
1671
- }
1672
- interface WUQuery {
1673
- Wuid: string;
1674
- Type: string;
1675
- Cluster: string;
1676
- RoxieCluster: string;
1677
- Owner: string;
1678
- State: string;
1679
- StartDate: string;
1680
- EndDate: string;
1681
- ECL: string;
1682
- Jobname: string;
1683
- LogicalFile: string;
1684
- LogicalFileSearchType: string;
1685
- ApplicationValues: ApplicationValues;
1686
- BeforeWU: string;
1687
- AfterWU: string;
1688
- TotalClusterTimeThresholdMilliSec: unsignedInt;
1689
- Count: int;
1690
- PageSize: long;
1691
- PageStartFrom: long;
1692
- PageEndAt: long;
1693
- Sortby: string;
1694
- Descending: boolean;
1695
- CacheHint: long;
1696
- }
1697
- interface WUQueryResponse {
1698
- Exceptions: Exceptions;
1699
- Type: string;
1700
- Cluster: string;
1701
- RoxieCluster: string;
1702
- Owner: string;
1703
- State: string;
1704
- StartDate: string;
1705
- EndDate: string;
1706
- ECL: string;
1707
- Jobname: string;
1708
- LogicalFile: string;
1709
- LogicalFileSearchType: string;
1710
- Current: string;
1711
- Next: string;
1712
- Count: int;
1713
- PageSize: long;
1714
- PrevPage: long;
1715
- NextPage: long;
1716
- LastPage: long;
1717
- NumWUs: int;
1718
- First: boolean;
1719
- PageStartFrom: long;
1720
- PageEndAt: long;
1721
- Sortby: string;
1722
- Descending: boolean;
1723
- BasicQuery: string;
1724
- Filters: string;
1725
- CacheHint: long;
1726
- Workunits: Workunits;
1727
- }
1728
- interface WUQueryConfig {
1729
- Target: string;
1730
- QueryId: string;
1731
- Wait: int;
1732
- NoReload: boolean;
1733
- memoryLimit: string;
1734
- TimeLimit: nonNegativeInteger;
1735
- WarnTimeLimit: nonNegativeInteger;
1736
- Priority: string;
1737
- Comment: string;
1738
- }
1739
- interface WUQueryConfigResponse {
1740
- Exceptions: Exceptions;
1741
- ReloadFailed: boolean;
1742
- Results: Results;
1743
- }
1744
- interface WUQueryDetails {
1745
- QueryId: string;
1746
- QuerySet: string;
1747
- IncludeStateOnClusters: boolean;
1748
- IncludeSuperFiles: boolean;
1749
- IncludeWsEclAddresses: boolean;
1750
- CheckAllNodes: boolean;
1751
- IncludeWUDetails: boolean;
1752
- IncludeWUQueryFiles: boolean;
1753
- }
1754
- interface LogicalFiles {
1755
- Item: string[];
1756
- }
1757
- interface SubFiles {
1758
- File: string[];
1759
- }
1760
- interface SuperFile {
1761
- Name: string;
1762
- SubFiles: {
1763
- File: string[];
1764
- };
1765
- SuperFiles: SuperFiles;
1766
- }
1767
- interface SuperFiles {
1768
- SuperFile: SuperFile[];
1769
- }
1770
- interface LibrariesUsed {
1771
- Item: string[];
1772
- }
1773
- interface WsEclAddresses {
1774
- Address: string[];
1775
- }
1776
- interface WUGraphs {
1777
- ECLGraph: ECLGraph[];
1778
- }
1779
- interface WUTimers {
1780
- ECLTimer: ECLTimer[];
1781
- }
1782
- interface WUQueryDetailsResponse {
1783
- Exceptions: Exceptions;
1784
- QueryId: string;
1785
- QuerySet: string;
1786
- QueryName: string;
1787
- Wuid: string;
1788
- Dll: string;
1789
- Suspended: boolean;
1790
- Activated: boolean;
1791
- SuspendedBy: string;
1792
- Clusters: Clusters;
1793
- PublishedBy: string;
1794
- Comment: string;
1795
- LogicalFiles: {
1796
- Item: string[];
1797
- };
1798
- SuperFiles: {
1799
- SuperFile: SuperFile[];
1800
- };
1801
- IsLibrary: boolean;
1802
- Priority: string;
1803
- PriorityID: int;
1804
- WUSnapShot: string;
1805
- CompileTime: string;
1806
- LibrariesUsed: {
1807
- Item: string[];
1808
- };
1809
- CountGraphs: int;
1810
- ResourceURLCount: int;
1811
- WsEclAddresses: {
1812
- Address: string[];
1813
- };
1814
- WUGraphs: {
1815
- ECLGraph: ECLGraph[];
1816
- };
1817
- WUTimers: {
1818
- ECLTimer: ECLTimer[];
1819
- };
1820
- }
1821
- interface WUQueryDetailsLightWeight {
1822
- QueryId: string;
1823
- QuerySet: string;
1824
- IncludeWUDetails: boolean;
1825
- IncludeWUQueryFiles: boolean;
1826
- IncludeSuperFiles: boolean;
1827
- IncludeWsEclAddresses: boolean;
1828
- IncludeStateOnClusters: boolean;
1829
- CheckAllNodes: boolean;
1830
- }
1831
- interface WUQueryFiles {
1832
- Target: string;
1833
- QueryId: string;
1834
- }
1835
- interface WUQueryFilesResponse {
1836
- Exceptions: Exceptions;
1837
- Files: Files;
1838
- SuperFiles: SuperFiles;
1839
- Queries: Queries;
1840
- }
1841
- interface WUQueryGetGraph {
1842
- Target: string;
1843
- QueryId: string;
1844
- GraphName: string;
1845
- SubGraphId: string;
1846
- }
1847
- interface WUQueryGetGraphResponse {
1848
- Exceptions: Exceptions;
1849
- Graphs: Graphs;
1850
- }
1851
- interface WUQueryGetSummaryStats {
1852
- Target: string;
1853
- QueryId: string;
1854
- FromTime: string;
1855
- ToTime: string;
1856
- IncludeRawStats: boolean;
1857
- }
1858
- interface QuerySummaryStats {
1859
- Endpoint: string;
1860
- Status: string;
1861
- StartTime: string;
1862
- EndTime: string;
1863
- CountTotal: int;
1864
- CountFailed: int;
1865
- AverageSlavesReplyLen: int;
1866
- AverageBytesOut: long;
1867
- SizeAvgPeakMemory: long;
1868
- TimeAvgTotalExecuteMinutes: long;
1869
- TimeMinTotalExecuteMinutes: long;
1870
- TimeMaxTotalExecuteMinutes: long;
1871
- Percentile97: long;
1872
- Percentile97Estimate: boolean;
1873
- }
1874
- interface StatsList {
1875
- QuerySummaryStats: QuerySummaryStats[];
1876
- }
1877
- interface EndpointQueryStats {
1878
- Endpoint: string;
1879
- Status: string;
1880
- QueryStatsList: QueryStatsList;
1881
- }
1882
- interface QueryStatsList {
1883
- EndpointQueryStats: EndpointQueryStats[];
1884
- }
1885
- interface WUQueryGetSummaryStatsResponse {
1886
- Exceptions: Exceptions;
1887
- StatsList: {
1888
- QuerySummaryStats: QuerySummaryStats[];
1889
- };
1890
- QueryStatsList: {
1891
- EndpointQueryStats: EndpointQueryStats[];
1892
- };
1893
- }
1894
- interface WUQuerysetAliasAction {
1895
- Action: QuerySetAliasActionTypes;
1896
- QuerySetName: string;
1897
- Aliases: Aliases;
1898
- }
1899
- interface WUQuerySetAliasActionResponse {
1900
- Exceptions: Exceptions;
1901
- Action: QuerySetAliasActionTypes;
1902
- QuerySetName: string;
1903
- Results: Results;
1904
- }
1905
- interface WUQuerysetCopyQuery {
1906
- Source: string;
1907
- Target: string;
1908
- Cluster: string;
1909
- DaliServer: string;
1910
- Activate: int;
1911
- Overwrite: boolean;
1912
- DontCopyFiles: boolean;
1913
- Wait: int;
1914
- NoReload: boolean;
1915
- memoryLimit: string;
1916
- TimeLimit: nonNegativeInteger;
1917
- WarnTimeLimit: nonNegativeInteger;
1918
- priority: string;
1919
- Comment: string;
1920
- SourceProcess: string;
1921
- DestName: string;
1922
- AllowForeignFiles: boolean;
1923
- UpdateSuperFiles: boolean;
1924
- UpdateCloneFrom: boolean;
1925
- AppendCluster: boolean;
1926
- IncludeFileErrors: boolean;
1927
- SourceSSL: boolean;
1928
- }
1929
- interface WUQuerySetCopyQueryResponse {
1930
- Exceptions: Exceptions;
1931
- QueryId: string;
1932
- FileErrors: FileErrors;
1933
- }
1934
- interface WUQuerysetDetails {
1935
- QuerySetName: string;
1936
- Filter: string;
1937
- ClusterName: string;
1938
- FilterType: WUQuerySetFilterType;
1939
- CheckAllNodes: boolean;
1940
- }
1941
- interface QuerysetAliases {
1942
- QuerySetAlias: QuerySetAlias[];
1943
- }
1944
- interface ClusterNames {
1945
- Item: string[];
1946
- }
1947
- interface WUQuerySetDetailsResponse {
1948
- Exceptions: Exceptions;
1949
- QuerySetName: string;
1950
- QuerysetQueries: QuerysetQueries;
1951
- QuerysetAliases: {
1952
- QuerySetAlias: QuerySetAlias[];
1953
- };
1954
- ClusterName: string;
1955
- Filter: string;
1956
- FilterType: WUQuerySetFilterType;
1957
- ClusterNames: {
1958
- Item: string[];
1959
- };
1960
- }
1961
- interface WUQuerysetExport {
1962
- Target: string;
1963
- Compress: boolean;
1964
- ActiveOnly: boolean;
1965
- Protect: boolean;
1966
- }
1967
- interface WUQuerysetExportResponse {
1968
- Exceptions: Exceptions;
1969
- Target: string;
1970
- Compressed: boolean;
1971
- Data: base64Binary;
1972
- }
1973
- interface WUQuerysetImport {
1974
- Target: string;
1975
- QueryMask: string;
1976
- Replace: boolean;
1977
- ActiveOnly: boolean;
1978
- Activation: QuerysetImportActivation;
1979
- Compressed: boolean;
1980
- Data: base64Binary;
1981
- AllowForeignFiles: boolean;
1982
- DfsServer: string;
1983
- CopyFiles: boolean;
1984
- OverwriteDfs: boolean;
1985
- SourceProcess: string;
1986
- UpdateSuperFiles: boolean;
1987
- UpdateCloneFrom: boolean;
1988
- AppendCluster: boolean;
1989
- IncludeFileErrors: boolean;
1990
- }
1991
- interface ImportedQueries {
1992
- QueryId: string[];
1993
- }
1994
- interface MissingWuids {
1995
- QueryId: string[];
1996
- }
1997
- interface WUQuerysetImportResponse {
1998
- Exceptions: Exceptions;
1999
- Target: string;
2000
- ClearedExisting: boolean;
2001
- Success: boolean;
2002
- ImportedQueries: {
2003
- QueryId: string[];
2004
- };
2005
- ExistingQueries: ExistingQueries;
2006
- MissingWuids: {
2007
- QueryId: string[];
2008
- };
2009
- FileErrors: FileErrors;
2010
- }
2011
- interface WUQuerysetQueryAction {
2012
- Action: QuerySetQueryActionTypes;
2013
- QuerySetName: string;
2014
- Queries: Queries;
2015
- }
2016
- interface WUQuerySetQueryActionResponse {
2017
- Exceptions: Exceptions;
2018
- Action: QuerySetQueryActionTypes;
2019
- QuerySetName: string;
2020
- Results: Results;
2021
- }
2022
- interface WUQuerysets {
2023
- test: boolean;
2024
- }
2025
- interface WUQuerysetsResponse {
2026
- Exceptions: Exceptions;
2027
- Querysets: Querysets;
2028
- }
2029
- interface WURecreateQuery {
2030
- Target: string;
2031
- QueryId: string;
2032
- DebugValues: DebugValues;
2033
- DestTarget: string;
2034
- Republish: boolean;
2035
- Activate: WUQueryActivationMode;
2036
- NoReload: boolean;
2037
- MemoryLimit: string;
2038
- TimeLimit: nonNegativeInteger;
2039
- WarnTimeLimit: nonNegativeInteger;
2040
- Priority: string;
2041
- Comment: string;
2042
- RemoteDali: string;
2043
- DontCopyFiles: boolean;
2044
- SourceProcess: string;
2045
- AllowForeignFiles: boolean;
2046
- UpdateDfs: boolean;
2047
- UpdateSuperFiles: boolean;
2048
- UpdateCloneFrom: boolean;
2049
- AppendCluster: boolean;
2050
- IncludeFileErrors: boolean;
2051
- Wait: int;
2052
- }
2053
- interface WURecreateQueryResponse {
2054
- Exceptions: Exceptions;
2055
- Wuid: string;
2056
- QuerySet: string;
2057
- QueryName: string;
2058
- QueryId: string;
2059
- MemoryLimit: string;
2060
- TimeLimit: nonNegativeInteger;
2061
- WarnTimeLimit: nonNegativeInteger;
2062
- Priority: string;
2063
- Comment: string;
2064
- ReloadFailed: boolean;
2065
- Suspended: boolean;
2066
- ErrorMessage: string;
2067
- FileErrors: FileErrors;
2068
- }
2069
- interface WUResubmit {
2070
- Wuids: Wuids;
2071
- BlockTillFinishTimer: int;
2072
- ResetWorkflow: boolean;
2073
- CloneWorkunit: boolean;
2074
- }
2075
- interface WU {
2076
- WUID: string;
2077
- ParentWUID: string;
2078
- }
2079
- interface WUs {
2080
- WU: WU[];
2081
- }
2082
- interface WUResubmitResponse {
2083
- Exceptions: Exceptions;
2084
- WUs: {
2085
- WU: WU[];
2086
- };
2087
- }
2088
- interface NamedValue {
2089
- Name: string;
2090
- Value: string;
2091
- }
2092
- interface FilterBy {
2093
- NamedValue: NamedValue[];
2094
- }
2095
- interface WUResult {
2096
- Wuid: string;
2097
- Sequence: int;
2098
- ResultName: string;
2099
- LogicalName: string;
2100
- Cluster: string;
2101
- SuppressXmlSchema: boolean;
2102
- BypassCachedResult: boolean;
2103
- FilterBy: {
2104
- NamedValue: NamedValue[];
2105
- };
2106
- Start: long;
2107
- Count: int;
2108
- }
2109
- interface WUResultResponse {
2110
- Exceptions: Exceptions;
2111
- Wuid: string;
2112
- Sequence: int;
2113
- LogicalName: string;
2114
- Cluster: string;
2115
- Name: string;
2116
- Start: long;
2117
- Requested: int;
2118
- Count: int;
2119
- Total: long;
2120
- Result: string;
2121
- }
2122
- interface WUResultBin {
2123
- LogicalName: string;
2124
- Wuid: string;
2125
- ResultName: string;
2126
- Sequence: int;
2127
- Format: string;
2128
- Cluster: string;
2129
- FilterBy: FilterBy;
2130
- Start: long;
2131
- Count: int;
2132
- }
2133
- interface WUResultBinResponse {
2134
- Exceptions: Exceptions;
2135
- Wuid: string;
2136
- Sequence: int;
2137
- Name: string;
2138
- Start: long;
2139
- Count: int;
2140
- Requested: int;
2141
- Total: long;
2142
- Result: base64Binary;
2143
- Format: string;
2144
- }
2145
- interface WUResultSummary {
2146
- Wuid: string;
2147
- Sequence: int;
2148
- }
2149
- interface Result {
2150
- Name: string;
2151
- Sequence: int;
2152
- Value: string;
2153
- Link: string;
2154
- FileName: string;
2155
- IsSupplied: boolean;
2156
- ShowFileContent: boolean;
2157
- Total: long;
2158
- ECLSchemas: ECLSchemas;
2159
- XmlSchema: string;
2160
- }
2161
- interface WUResultSummaryResponse {
2162
- Exceptions: Exceptions;
2163
- Wuid: string;
2164
- Sequence: int;
2165
- Format: int;
2166
- Result: {
2167
- Name: string;
2168
- Sequence: int;
2169
- Value: string;
2170
- Link: string;
2171
- FileName: string;
2172
- IsSupplied: boolean;
2173
- ShowFileContent: boolean;
2174
- Total: long;
2175
- ECLSchemas: ECLSchemas;
2176
- XmlSchema: string;
2177
- };
2178
- }
2179
- interface WUResultView {
2180
- Wuid: string;
2181
- ViewName: string;
2182
- Sequence: int;
2183
- ResultName: string;
2184
- }
2185
- interface WUResultViewResponse {
2186
- Exceptions: Exceptions;
2187
- Wuid: string;
2188
- ViewName: string;
2189
- Result: string;
2190
- }
2191
- interface WURun {
2192
- QuerySet: string;
2193
- Query: string;
2194
- Wuid: string;
2195
- CloneWorkunit: boolean;
2196
- Cluster: string;
2197
- Wait: int;
2198
- Input: string;
2199
- NoRootTag: boolean;
2200
- DebugValues: DebugValues;
2201
- Variables: Variables;
2202
- ApplicationValues: ApplicationValues;
2203
- ExceptionSeverity: WUExceptionSeverity;
2204
- }
2205
- interface WURunResponse {
2206
- Exceptions: Exceptions;
2207
- Wuid: string;
2208
- State: string;
2209
- Results: string;
2210
- }
2211
- interface WUSchedule {
2212
- Wuid: string;
2213
- Cluster: string;
2214
- Queue: string;
2215
- Snapshot: string;
2216
- When: dateTime;
2217
- MaxRunTime: int;
2218
- }
2219
- interface WUScheduleResponse {
2220
- Exceptions: Exceptions;
2221
- }
2222
- interface WUShowScheduled {
2223
- Cluster: string;
2224
- EventName: string;
2225
- PushEventName: string;
2226
- PushEventText: string;
2227
- State: string;
2228
- JobName: string;
2229
- Owner: string;
2230
- EventText: string;
2231
- }
2232
- interface WUShowScheduledResponse {
2233
- Exceptions: Exceptions;
2234
- ClusterSelected: int;
2235
- EventName: string;
2236
- PushEventName: string;
2237
- PushEventText: string;
2238
- Query: string;
2239
- Clusters: Clusters;
2240
- Workunits: Workunits;
2241
- }
2242
- interface WUSubmit {
2243
- Wuid: string;
2244
- Cluster: string;
2245
- Queue: string;
2246
- Snapshot: string;
2247
- MaxRunTime: int;
2248
- MaxCost: int;
2249
- BlockTillFinishTimer: int;
2250
- SyntaxCheck: boolean;
2251
- NotifyCluster: boolean;
2252
- }
2253
- interface WUSubmitResponse {
2254
- Exceptions: Exceptions;
2255
- }
2256
- interface WUSyntaxCheckECL {
2257
- ECL: string;
2258
- ModuleName: string;
2259
- AttributeName: string;
2260
- Queue: string;
2261
- Cluster: string;
2262
- Snapshot: string;
2263
- TimeToWait: int;
2264
- PersistWorkunit: boolean;
2265
- DebugValues: DebugValues;
2266
- }
2267
- interface WUSyntaxCheckResponse {
2268
- Exceptions: Exceptions;
2269
- Errors: Errors;
2270
- Message: string;
2271
- }
2272
- interface WUUpdate {
2273
- Wuid: string;
2274
- State: int;
2275
- StateOrig: int;
2276
- Jobname: string;
2277
- JobnameOrig: string;
2278
- QueryText: string;
2279
- Action: int;
2280
- Description: string;
2281
- DescriptionOrig: string;
2282
- AddDrilldownFields: boolean;
2283
- ResultLimit: int;
2284
- Protected: boolean;
2285
- ProtectedOrig: boolean;
2286
- PriorityClass: int;
2287
- PriorityLevel: int;
2288
- Scope: string;
2289
- ScopeOrig: string;
2290
- ClusterSelection: string;
2291
- ClusterOrig: string;
2292
- XmlParams: string;
2293
- ThorSlaveIP: string;
2294
- QueryMainDefinition: string;
2295
- DebugValues: DebugValues;
2296
- ApplicationValues: ApplicationValues;
2297
- }
2298
- interface WUUpdateQueryEntry {
2299
- QuerySet: string;
2300
- QueryId: string;
2301
- Comment: string;
2302
- }
2303
- interface WUUpdateQueryEntryResponse {
2304
- Exceptions: Exceptions;
2305
- }
2306
- interface WUWaitCompiled {
2307
- Wuid: string;
2308
- Wait: int;
2309
- ReturnOnWait: boolean;
2310
- }
2311
- interface WUWaitResponse {
2312
- Exceptions: Exceptions;
2313
- StateID: int;
2314
- }
2315
- interface WUWaitComplete {
2316
- Wuid: string;
2317
- Wait: int;
2318
- ReturnOnWait: boolean;
2319
- }
2320
- }
2321
- export declare class WorkunitsServiceBase extends Service {
2322
- constructor(optsConnection: IOptions | IConnection);
2323
- GVCAjaxGraph(request: WsWorkunits.GVCAjaxGraph): Promise<WsWorkunits.GVCAjaxGraphResponse>;
2324
- Ping(request: WsWorkunits.Ping): Promise<WsWorkunits.WsWorkunitsPingResponse>;
2325
- WUAbort(request: WsWorkunits.WUAbort): Promise<WsWorkunits.WUAbortResponse>;
2326
- WUAction(request: WsWorkunits.WUAction): Promise<WsWorkunits.WUActionResponse>;
2327
- WUAddLocalFileToWorkunit(request: WsWorkunits.WUAddLocalFileToWorkunit): Promise<WsWorkunits.WUAddLocalFileToWorkunitResponse>;
2328
- WUCDebug(request: WsWorkunits.WUCDebug): Promise<WsWorkunits.WUDebugResponse>;
2329
- WUCheckFeatures(request: WsWorkunits.WUCheckFeatures): Promise<WsWorkunits.WUCheckFeaturesResponse>;
2330
- WUClusterJobQueueLOG(request: WsWorkunits.WUClusterJobQueueLOG): Promise<WsWorkunits.WUClusterJobQueueLOGResponse>;
2331
- WUClusterJobQueueXLS(request: WsWorkunits.WUClusterJobQueueXLS): Promise<WsWorkunits.WUClusterJobQueueXLSResponse>;
2332
- WUClusterJobSummaryXLS(request: WsWorkunits.WUClusterJobSummaryXLS): Promise<WsWorkunits.WUClusterJobSummaryXLSResponse>;
2333
- WUClusterJobXLS(request: WsWorkunits.WUClusterJobXLS): Promise<WsWorkunits.WUClusterJobXLSResponse>;
2334
- WUCompileECL(request: WsWorkunits.WUCompileECL): Promise<WsWorkunits.WUCompileECLResponse>;
2335
- WUCopyLogicalFiles(request: WsWorkunits.WUCopyLogicalFiles): Promise<WsWorkunits.WUCopyLogicalFilesResponse>;
2336
- WUCopyQuerySet(request: WsWorkunits.WUCopyQuerySet): Promise<WsWorkunits.WUCopyQuerySetResponse>;
2337
- WUCreate(request: WsWorkunits.WUCreate): Promise<WsWorkunits.WUCreateResponse>;
2338
- WUCreateAndUpdate(request: WsWorkunits.WUCreateAndUpdate): Promise<WsWorkunits.WUUpdateResponse>;
2339
- WUCreateZAPInfo(request: WsWorkunits.WUCreateZAPInfo): Promise<WsWorkunits.WUCreateZAPInfoResponse>;
2340
- WUDelete(request: WsWorkunits.WUDelete): Promise<WsWorkunits.WUDeleteResponse>;
2341
- WUDeployWorkunit(request: WsWorkunits.WUDeployWorkunit): Promise<WsWorkunits.WUDeployWorkunitResponse>;
2342
- WUDetails(request: WsWorkunits.WUDetails): Promise<WsWorkunits.WUDetailsResponse>;
2343
- WUDetailsMeta(request: WsWorkunits.WUDetailsMeta): Promise<WsWorkunits.WUDetailsMetaResponse>;
2344
- WUEclDefinitionAction(request: WsWorkunits.WUEclDefinitionAction): Promise<WsWorkunits.WUEclDefinitionActionResponse>;
2345
- WUExport(request: WsWorkunits.WUExport): Promise<WsWorkunits.WUExportResponse>;
2346
- WUFile(request: WsWorkunits.WUFile): Promise<WsWorkunits.WULogFileResponse>;
2347
- WUFullResult(request: WsWorkunits.WUFullResult): Promise<WsWorkunits.WUFullResultResponse>;
2348
- WUGVCGraphInfo(request: WsWorkunits.WUGVCGraphInfo): Promise<WsWorkunits.WUGVCGraphInfoResponse>;
2349
- WUGetArchiveFile(request: WsWorkunits.WUGetArchiveFile): Promise<WsWorkunits.WUGetArchiveFileResponse>;
2350
- WUGetDependancyTrees(request: WsWorkunits.WUGetDependancyTrees): Promise<WsWorkunits.WUGetDependancyTreesResponse>;
2351
- WUGetGraph(request: WsWorkunits.WUGetGraph): Promise<WsWorkunits.WUGetGraphResponse>;
2352
- WUGetGraphNameAndTypes(request: WsWorkunits.WUGetGraphNameAndTypes): Promise<WsWorkunits.WUGetGraphNameAndTypesResponse>;
2353
- WUGetNumFileToCopy(request: WsWorkunits.WUGetNumFileToCopy): Promise<WsWorkunits.WUGetNumFileToCopyResponse>;
2354
- WUGetPlugins(request: WsWorkunits.WUGetPlugins): Promise<WsWorkunits.WUGetPluginsResponse>;
2355
- WUGetStats(request: WsWorkunits.WUGetStats): Promise<WsWorkunits.WUGetStatsResponse>;
2356
- WUGetThorJobList(request: WsWorkunits.WUGetThorJobList): Promise<WsWorkunits.WUGetThorJobListResponse>;
2357
- WUGetThorJobQueue(request: WsWorkunits.WUGetThorJobQueue): Promise<WsWorkunits.WUGetThorJobQueueResponse>;
2358
- WUGetZAPInfo(request: WsWorkunits.WUGetZAPInfo): Promise<WsWorkunits.WUGetZAPInfoResponse>;
2359
- WUGraphInfo(request: WsWorkunits.WUGraphInfo): Promise<WsWorkunits.WUGraphInfoResponse>;
2360
- WUGraphTiming(request: WsWorkunits.WUGraphTiming): Promise<WsWorkunits.WUGraphTimingResponse>;
2361
- WUInfo(request: WsWorkunits.WUInfo): Promise<WsWorkunits.WUInfoResponse>;
2362
- WUInfoDetails(request: WsWorkunits.WUInfoDetails): Promise<WsWorkunits.WUInfoResponse>;
2363
- WUJobList(request: WsWorkunits.WUJobList): Promise<WsWorkunits.WUJobListResponse>;
2364
- WULightWeightQuery(request: WsWorkunits.WULightWeightQuery): Promise<WsWorkunits.WULightWeightQueryResponse>;
2365
- WUListArchiveFiles(request: WsWorkunits.WUListArchiveFiles): Promise<WsWorkunits.WUListArchiveFilesResponse>;
2366
- WUListLocalFileRequired(request: WsWorkunits.WUListLocalFileRequired): Promise<WsWorkunits.WUListLocalFileRequiredResponse>;
2367
- WUListQueries(request: WsWorkunits.WUListQueries): Promise<WsWorkunits.WUListQueriesResponse>;
2368
- WUListQueriesUsingFile(request: WsWorkunits.WUListQueriesUsingFile): Promise<WsWorkunits.WUListQueriesUsingFileResponse>;
2369
- WUMultiQuerysetDetails(request: WsWorkunits.WUMultiQuerysetDetails): Promise<WsWorkunits.WUMultiQuerySetDetailsResponse>;
2370
- WUProcessGraph(request: WsWorkunits.WUProcessGraph): Promise<WsWorkunits.WUProcessGraphResponse>;
2371
- WUProtect(request: WsWorkunits.WUProtect): Promise<WsWorkunits.WUProtectResponse>;
2372
- WUPublishWorkunit(request: WsWorkunits.WUPublishWorkunit): Promise<WsWorkunits.WUPublishWorkunitResponse>;
2373
- WUPushEvent(request: WsWorkunits.WUPushEvent): Promise<WsWorkunits.WUPushEventResponse>;
2374
- WUQuery(request: WsWorkunits.WUQuery): Promise<WsWorkunits.WUQueryResponse>;
2375
- WUQueryConfig(request: WsWorkunits.WUQueryConfig): Promise<WsWorkunits.WUQueryConfigResponse>;
2376
- WUQueryDetails(request: WsWorkunits.WUQueryDetails): Promise<WsWorkunits.WUQueryDetailsResponse>;
2377
- WUQueryDetailsLightWeight(request: WsWorkunits.WUQueryDetailsLightWeight): Promise<WsWorkunits.WUQueryDetailsResponse>;
2378
- WUQueryFiles(request: WsWorkunits.WUQueryFiles): Promise<WsWorkunits.WUQueryFilesResponse>;
2379
- WUQueryGetGraph(request: WsWorkunits.WUQueryGetGraph): Promise<WsWorkunits.WUQueryGetGraphResponse>;
2380
- WUQueryGetSummaryStats(request: WsWorkunits.WUQueryGetSummaryStats): Promise<WsWorkunits.WUQueryGetSummaryStatsResponse>;
2381
- WUQuerysetAliasAction(request: WsWorkunits.WUQuerysetAliasAction): Promise<WsWorkunits.WUQuerySetAliasActionResponse>;
2382
- WUQuerysetCopyQuery(request: WsWorkunits.WUQuerysetCopyQuery): Promise<WsWorkunits.WUQuerySetCopyQueryResponse>;
2383
- WUQuerysetDetails(request: WsWorkunits.WUQuerysetDetails): Promise<WsWorkunits.WUQuerySetDetailsResponse>;
2384
- WUQuerysetExport(request: WsWorkunits.WUQuerysetExport): Promise<WsWorkunits.WUQuerysetExportResponse>;
2385
- WUQuerysetImport(request: WsWorkunits.WUQuerysetImport): Promise<WsWorkunits.WUQuerysetImportResponse>;
2386
- WUQuerysetQueryAction(request: WsWorkunits.WUQuerysetQueryAction): Promise<WsWorkunits.WUQuerySetQueryActionResponse>;
2387
- WUQuerysets(request: WsWorkunits.WUQuerysets): Promise<WsWorkunits.WUQuerysetsResponse>;
2388
- WURecreateQuery(request: WsWorkunits.WURecreateQuery): Promise<WsWorkunits.WURecreateQueryResponse>;
2389
- WUResubmit(request: WsWorkunits.WUResubmit): Promise<WsWorkunits.WUResubmitResponse>;
2390
- WUResult(request: WsWorkunits.WUResult): Promise<WsWorkunits.WUResultResponse>;
2391
- WUResultBin(request: WsWorkunits.WUResultBin): Promise<WsWorkunits.WUResultBinResponse>;
2392
- WUResultSummary(request: WsWorkunits.WUResultSummary): Promise<WsWorkunits.WUResultSummaryResponse>;
2393
- WUResultView(request: WsWorkunits.WUResultView): Promise<WsWorkunits.WUResultViewResponse>;
2394
- WURun(request: WsWorkunits.WURun): Promise<WsWorkunits.WURunResponse>;
2395
- WUSchedule(request: WsWorkunits.WUSchedule): Promise<WsWorkunits.WUScheduleResponse>;
2396
- WUShowScheduled(request: WsWorkunits.WUShowScheduled): Promise<WsWorkunits.WUShowScheduledResponse>;
2397
- WUSubmit(request: WsWorkunits.WUSubmit): Promise<WsWorkunits.WUSubmitResponse>;
2398
- WUSyntaxCheckECL(request: WsWorkunits.WUSyntaxCheckECL): Promise<WsWorkunits.WUSyntaxCheckResponse>;
2399
- WUUpdate(request: WsWorkunits.WUUpdate): Promise<WsWorkunits.WUUpdateResponse>;
2400
- WUUpdateQueryEntry(request: WsWorkunits.WUUpdateQueryEntry): Promise<WsWorkunits.WUUpdateQueryEntryResponse>;
2401
- WUWaitCompiled(request: WsWorkunits.WUWaitCompiled): Promise<WsWorkunits.WUWaitResponse>;
2402
- WUWaitComplete(request: WsWorkunits.WUWaitComplete): Promise<WsWorkunits.WUWaitResponse>;
2403
- }
2404
- export {};
2405
- //# sourceMappingURL=WsWorkunits.d.ts.map