@hpcc-js/comms 2.99.0 → 3.2.0

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