@hpcc-js/comms 2.98.0 → 3.1.0

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