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