cribl-control-plane 0.5.0-rc.6 → 0.5.0-rc.8

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 (312) hide show
  1. package/dist/commonjs/lib/config.d.ts +3 -3
  2. package/dist/commonjs/lib/config.js +3 -3
  3. package/dist/commonjs/models/azureblobcollectorconf.d.ts +109 -0
  4. package/dist/commonjs/models/azureblobcollectorconf.d.ts.map +1 -0
  5. package/dist/commonjs/models/azureblobcollectorconf.js +110 -0
  6. package/dist/commonjs/models/azureblobcollectorconf.js.map +1 -0
  7. package/dist/commonjs/models/collector.d.ts +26 -0
  8. package/dist/commonjs/models/collector.d.ts.map +1 -0
  9. package/dist/commonjs/models/{collectorconf.js → collector.js} +22 -22
  10. package/dist/commonjs/models/collector.js.map +1 -0
  11. package/dist/commonjs/models/collectorazureblob.d.ts +9 -721
  12. package/dist/commonjs/models/collectorazureblob.d.ts.map +1 -1
  13. package/dist/commonjs/models/collectorazureblob.js +8 -478
  14. package/dist/commonjs/models/collectorazureblob.js.map +1 -1
  15. package/dist/commonjs/models/collectorcribllake.d.ts +6 -5
  16. package/dist/commonjs/models/collectorcribllake.d.ts.map +1 -1
  17. package/dist/commonjs/models/collectorcribllake.js +3 -2
  18. package/dist/commonjs/models/collectorcribllake.js.map +1 -1
  19. package/dist/commonjs/models/collectordatabase.d.ts +6 -57
  20. package/dist/commonjs/models/collectordatabase.d.ts.map +1 -1
  21. package/dist/commonjs/models/collectordatabase.js +4 -66
  22. package/dist/commonjs/models/collectordatabase.js.map +1 -1
  23. package/dist/commonjs/models/collectorfilesystem.d.ts +6 -46
  24. package/dist/commonjs/models/collectorfilesystem.d.ts.map +1 -1
  25. package/dist/commonjs/models/collectorfilesystem.js +4 -31
  26. package/dist/commonjs/models/collectorfilesystem.js.map +1 -1
  27. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts +9 -393
  28. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts.map +1 -1
  29. package/dist/commonjs/models/collectorgooglecloudstorage.js +8 -262
  30. package/dist/commonjs/models/collectorgooglecloudstorage.js.map +1 -1
  31. package/dist/commonjs/models/collectorhealthcheck.d.ts +11 -3789
  32. package/dist/commonjs/models/collectorhealthcheck.d.ts.map +1 -1
  33. package/dist/commonjs/models/collectorhealthcheck.js +8 -2890
  34. package/dist/commonjs/models/collectorhealthcheck.js.map +1 -1
  35. package/dist/commonjs/models/collectorrest.d.ts +11 -6523
  36. package/dist/commonjs/models/collectorrest.d.ts.map +1 -1
  37. package/dist/commonjs/models/collectorrest.js +8 -5410
  38. package/dist/commonjs/models/collectorrest.js.map +1 -1
  39. package/dist/commonjs/models/collectors3.d.ts +9 -1157
  40. package/dist/commonjs/models/collectors3.d.ts.map +1 -1
  41. package/dist/commonjs/models/collectors3.js +8 -740
  42. package/dist/commonjs/models/collectors3.js.map +1 -1
  43. package/dist/commonjs/models/collectorscript.d.ts +6 -41
  44. package/dist/commonjs/models/collectorscript.d.ts.map +1 -1
  45. package/dist/commonjs/models/collectorscript.js +4 -28
  46. package/dist/commonjs/models/collectorscript.js.map +1 -1
  47. package/dist/commonjs/models/collectorsplunk.d.ts +9 -1936
  48. package/dist/commonjs/models/collectorsplunk.d.ts.map +1 -1
  49. package/dist/commonjs/models/collectorsplunk.js +8 -1434
  50. package/dist/commonjs/models/collectorsplunk.js.map +1 -1
  51. package/dist/commonjs/models/cribllakecollectorconf.d.ts +20 -0
  52. package/dist/commonjs/models/cribllakecollectorconf.d.ts.map +1 -0
  53. package/dist/commonjs/models/cribllakecollectorconf.js +58 -0
  54. package/dist/commonjs/models/cribllakecollectorconf.js.map +1 -0
  55. package/dist/commonjs/models/databasecollectorconf.d.ts +72 -0
  56. package/dist/commonjs/models/databasecollectorconf.d.ts.map +1 -0
  57. package/dist/commonjs/models/databasecollectorconf.js +121 -0
  58. package/dist/commonjs/models/databasecollectorconf.js.map +1 -0
  59. package/dist/commonjs/models/filesystemcollectorconf.d.ts +61 -0
  60. package/dist/commonjs/models/filesystemcollectorconf.d.ts.map +1 -0
  61. package/dist/commonjs/models/filesystemcollectorconf.js +84 -0
  62. package/dist/commonjs/models/filesystemcollectorconf.js.map +1 -0
  63. package/dist/commonjs/models/functionconfschemahandlebars.d.ts +46 -0
  64. package/dist/commonjs/models/functionconfschemahandlebars.d.ts.map +1 -0
  65. package/dist/commonjs/models/{functionconfschemahandlebar.js → functionconfschemahandlebars.js} +12 -11
  66. package/dist/commonjs/models/functionconfschemahandlebars.js.map +1 -0
  67. package/dist/commonjs/models/functionconfschemanotificationpolicies.d.ts +5 -0
  68. package/dist/commonjs/models/functionconfschemanotificationpolicies.d.ts.map +1 -1
  69. package/dist/commonjs/models/functionconfschemanotificationpolicies.js +2 -0
  70. package/dist/commonjs/models/functionconfschemanotificationpolicies.js.map +1 -1
  71. package/dist/commonjs/models/{functionhandlebar.d.ts → functionhandlebars.d.ts} +7 -7
  72. package/dist/commonjs/models/functionhandlebars.d.ts.map +1 -0
  73. package/dist/commonjs/models/{functionhandlebar.js → functionhandlebars.js} +9 -9
  74. package/dist/commonjs/models/functionhandlebars.js.map +1 -0
  75. package/dist/commonjs/models/functionresponse.d.ts +2 -2
  76. package/dist/commonjs/models/functionresponse.d.ts.map +1 -1
  77. package/dist/commonjs/models/functionresponse.js +2 -2
  78. package/dist/commonjs/models/functionresponse.js.map +1 -1
  79. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts +108 -0
  80. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  81. package/dist/commonjs/models/googlecloudstoragecollectorconf.js +111 -0
  82. package/dist/commonjs/models/googlecloudstoragecollectorconf.js.map +1 -0
  83. package/dist/commonjs/models/healthcheckcollectorconf.d.ts +236 -0
  84. package/dist/commonjs/models/healthcheckcollectorconf.d.ts.map +1 -0
  85. package/dist/commonjs/models/healthcheckcollectorconf.js +239 -0
  86. package/dist/commonjs/models/healthcheckcollectorconf.js.map +1 -0
  87. package/dist/commonjs/models/index.d.ts +14 -4
  88. package/dist/commonjs/models/index.d.ts.map +1 -1
  89. package/dist/commonjs/models/index.js +14 -4
  90. package/dist/commonjs/models/index.js.map +1 -1
  91. package/dist/commonjs/models/pipelinefunctionconf.d.ts +2 -2
  92. package/dist/commonjs/models/pipelinefunctionconf.d.ts.map +1 -1
  93. package/dist/commonjs/models/pipelinefunctionconf.js +2 -2
  94. package/dist/commonjs/models/pipelinefunctionconf.js.map +1 -1
  95. package/dist/commonjs/models/pipelinefunctionconfinput.d.ts +3 -3
  96. package/dist/commonjs/models/pipelinefunctionconfinput.d.ts.map +1 -1
  97. package/dist/commonjs/models/pipelinefunctionconfinput.js +2 -2
  98. package/dist/commonjs/models/pipelinefunctionconfinput.js.map +1 -1
  99. package/dist/commonjs/models/pipelinefunctionhandlebars.d.ts +109 -0
  100. package/dist/commonjs/models/pipelinefunctionhandlebars.d.ts.map +1 -0
  101. package/dist/commonjs/models/pipelinefunctionhandlebars.js +114 -0
  102. package/dist/commonjs/models/pipelinefunctionhandlebars.js.map +1 -0
  103. package/dist/commonjs/models/restcollectorconf.d.ts +311 -0
  104. package/dist/commonjs/models/restcollectorconf.d.ts.map +1 -0
  105. package/dist/commonjs/models/restcollectorconf.js +329 -0
  106. package/dist/commonjs/models/restcollectorconf.js.map +1 -0
  107. package/dist/commonjs/models/runnablejobcollection.d.ts +5 -23
  108. package/dist/commonjs/models/runnablejobcollection.d.ts.map +1 -1
  109. package/dist/commonjs/models/runnablejobcollection.js +3 -14
  110. package/dist/commonjs/models/runnablejobcollection.js.map +1 -1
  111. package/dist/commonjs/models/s3collectorconf.d.ts +200 -0
  112. package/dist/commonjs/models/s3collectorconf.d.ts.map +1 -0
  113. package/dist/commonjs/models/s3collectorconf.js +170 -0
  114. package/dist/commonjs/models/s3collectorconf.js.map +1 -0
  115. package/dist/commonjs/models/savedjobcollection.d.ts +6 -34
  116. package/dist/commonjs/models/savedjobcollection.d.ts.map +1 -1
  117. package/dist/commonjs/models/savedjobcollection.js +4 -26
  118. package/dist/commonjs/models/savedjobcollection.js.map +1 -1
  119. package/dist/commonjs/models/scriptcollectorconf.d.ts +56 -0
  120. package/dist/commonjs/models/scriptcollectorconf.d.ts.map +1 -0
  121. package/dist/commonjs/models/scriptcollectorconf.js +83 -0
  122. package/dist/commonjs/models/scriptcollectorconf.js.map +1 -0
  123. package/dist/commonjs/models/splunkcollectorconf.d.ts +227 -0
  124. package/dist/commonjs/models/splunkcollectorconf.d.ts.map +1 -0
  125. package/dist/commonjs/models/splunkcollectorconf.js +217 -0
  126. package/dist/commonjs/models/splunkcollectorconf.js.map +1 -0
  127. package/dist/esm/lib/config.d.ts +3 -3
  128. package/dist/esm/lib/config.js +3 -3
  129. package/dist/esm/models/azureblobcollectorconf.d.ts +109 -0
  130. package/dist/esm/models/azureblobcollectorconf.d.ts.map +1 -0
  131. package/dist/esm/models/azureblobcollectorconf.js +70 -0
  132. package/dist/esm/models/azureblobcollectorconf.js.map +1 -0
  133. package/dist/esm/models/collector.d.ts +26 -0
  134. package/dist/esm/models/collector.d.ts.map +1 -0
  135. package/dist/esm/models/{collectorconf.js → collector.js} +19 -19
  136. package/dist/esm/models/collector.js.map +1 -0
  137. package/dist/esm/models/collectorazureblob.d.ts +9 -721
  138. package/dist/esm/models/collectorazureblob.d.ts.map +1 -1
  139. package/dist/esm/models/collectorazureblob.js +7 -453
  140. package/dist/esm/models/collectorazureblob.js.map +1 -1
  141. package/dist/esm/models/collectorcribllake.d.ts +6 -5
  142. package/dist/esm/models/collectorcribllake.d.ts.map +1 -1
  143. package/dist/esm/models/collectorcribllake.js +3 -2
  144. package/dist/esm/models/collectorcribllake.js.map +1 -1
  145. package/dist/esm/models/collectordatabase.d.ts +6 -57
  146. package/dist/esm/models/collectordatabase.d.ts.map +1 -1
  147. package/dist/esm/models/collectordatabase.js +3 -61
  148. package/dist/esm/models/collectordatabase.js.map +1 -1
  149. package/dist/esm/models/collectorfilesystem.d.ts +6 -46
  150. package/dist/esm/models/collectorfilesystem.d.ts.map +1 -1
  151. package/dist/esm/models/collectorfilesystem.js +3 -28
  152. package/dist/esm/models/collectorfilesystem.js.map +1 -1
  153. package/dist/esm/models/collectorgooglecloudstorage.d.ts +9 -393
  154. package/dist/esm/models/collectorgooglecloudstorage.d.ts.map +1 -1
  155. package/dist/esm/models/collectorgooglecloudstorage.js +7 -249
  156. package/dist/esm/models/collectorgooglecloudstorage.js.map +1 -1
  157. package/dist/esm/models/collectorhealthcheck.d.ts +11 -3789
  158. package/dist/esm/models/collectorhealthcheck.d.ts.map +1 -1
  159. package/dist/esm/models/collectorhealthcheck.js +7 -2743
  160. package/dist/esm/models/collectorhealthcheck.js.map +1 -1
  161. package/dist/esm/models/collectorrest.d.ts +11 -6523
  162. package/dist/esm/models/collectorrest.d.ts.map +1 -1
  163. package/dist/esm/models/collectorrest.js +7 -5119
  164. package/dist/esm/models/collectorrest.js.map +1 -1
  165. package/dist/esm/models/collectors3.d.ts +9 -1157
  166. package/dist/esm/models/collectors3.d.ts.map +1 -1
  167. package/dist/esm/models/collectors3.js +7 -718
  168. package/dist/esm/models/collectors3.js.map +1 -1
  169. package/dist/esm/models/collectorscript.d.ts +6 -41
  170. package/dist/esm/models/collectorscript.d.ts.map +1 -1
  171. package/dist/esm/models/collectorscript.js +3 -25
  172. package/dist/esm/models/collectorscript.js.map +1 -1
  173. package/dist/esm/models/collectorsplunk.d.ts +9 -1936
  174. package/dist/esm/models/collectorsplunk.d.ts.map +1 -1
  175. package/dist/esm/models/collectorsplunk.js +7 -1375
  176. package/dist/esm/models/collectorsplunk.js.map +1 -1
  177. package/dist/esm/models/cribllakecollectorconf.d.ts +20 -0
  178. package/dist/esm/models/cribllakecollectorconf.d.ts.map +1 -0
  179. package/dist/esm/models/cribllakecollectorconf.js +20 -0
  180. package/dist/esm/models/cribllakecollectorconf.js.map +1 -0
  181. package/dist/esm/models/databasecollectorconf.d.ts +72 -0
  182. package/dist/esm/models/databasecollectorconf.d.ts.map +1 -0
  183. package/dist/esm/models/databasecollectorconf.js +79 -0
  184. package/dist/esm/models/databasecollectorconf.js.map +1 -0
  185. package/dist/esm/models/filesystemcollectorconf.d.ts +61 -0
  186. package/dist/esm/models/filesystemcollectorconf.d.ts.map +1 -0
  187. package/dist/esm/models/filesystemcollectorconf.js +44 -0
  188. package/dist/esm/models/filesystemcollectorconf.js.map +1 -0
  189. package/dist/esm/models/functionconfschemahandlebars.d.ts +46 -0
  190. package/dist/esm/models/functionconfschemahandlebars.d.ts.map +1 -0
  191. package/dist/esm/models/functionconfschemahandlebars.js +26 -0
  192. package/dist/esm/models/functionconfschemahandlebars.js.map +1 -0
  193. package/dist/esm/models/functionconfschemanotificationpolicies.d.ts +5 -0
  194. package/dist/esm/models/functionconfschemanotificationpolicies.d.ts.map +1 -1
  195. package/dist/esm/models/functionconfschemanotificationpolicies.js +2 -0
  196. package/dist/esm/models/functionconfschemanotificationpolicies.js.map +1 -1
  197. package/dist/esm/models/{functionhandlebar.d.ts → functionhandlebars.d.ts} +7 -7
  198. package/dist/esm/models/functionhandlebars.d.ts.map +1 -0
  199. package/dist/esm/models/{functionhandlebar.js → functionhandlebars.js} +7 -7
  200. package/dist/esm/models/functionhandlebars.js.map +1 -0
  201. package/dist/esm/models/functionresponse.d.ts +2 -2
  202. package/dist/esm/models/functionresponse.d.ts.map +1 -1
  203. package/dist/esm/models/functionresponse.js +2 -2
  204. package/dist/esm/models/functionresponse.js.map +1 -1
  205. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts +108 -0
  206. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  207. package/dist/esm/models/googlecloudstoragecollectorconf.js +71 -0
  208. package/dist/esm/models/googlecloudstoragecollectorconf.js.map +1 -0
  209. package/dist/esm/models/healthcheckcollectorconf.d.ts +236 -0
  210. package/dist/esm/models/healthcheckcollectorconf.d.ts.map +1 -0
  211. package/dist/esm/models/healthcheckcollectorconf.js +195 -0
  212. package/dist/esm/models/healthcheckcollectorconf.js.map +1 -0
  213. package/dist/esm/models/index.d.ts +14 -4
  214. package/dist/esm/models/index.d.ts.map +1 -1
  215. package/dist/esm/models/index.js +14 -4
  216. package/dist/esm/models/index.js.map +1 -1
  217. package/dist/esm/models/pipelinefunctionconf.d.ts +2 -2
  218. package/dist/esm/models/pipelinefunctionconf.d.ts.map +1 -1
  219. package/dist/esm/models/pipelinefunctionconf.js +2 -2
  220. package/dist/esm/models/pipelinefunctionconf.js.map +1 -1
  221. package/dist/esm/models/pipelinefunctionconfinput.d.ts +3 -3
  222. package/dist/esm/models/pipelinefunctionconfinput.d.ts.map +1 -1
  223. package/dist/esm/models/pipelinefunctionconfinput.js +2 -2
  224. package/dist/esm/models/pipelinefunctionconfinput.js.map +1 -1
  225. package/dist/esm/models/pipelinefunctionhandlebars.d.ts +109 -0
  226. package/dist/esm/models/pipelinefunctionhandlebars.d.ts.map +1 -0
  227. package/dist/esm/models/pipelinefunctionhandlebars.js +72 -0
  228. package/dist/esm/models/pipelinefunctionhandlebars.js.map +1 -0
  229. package/dist/esm/models/restcollectorconf.d.ts +311 -0
  230. package/dist/esm/models/restcollectorconf.d.ts.map +1 -0
  231. package/dist/esm/models/restcollectorconf.js +279 -0
  232. package/dist/esm/models/restcollectorconf.js.map +1 -0
  233. package/dist/esm/models/runnablejobcollection.d.ts +5 -23
  234. package/dist/esm/models/runnablejobcollection.d.ts.map +1 -1
  235. package/dist/esm/models/runnablejobcollection.js +2 -12
  236. package/dist/esm/models/runnablejobcollection.js.map +1 -1
  237. package/dist/esm/models/s3collectorconf.d.ts +200 -0
  238. package/dist/esm/models/s3collectorconf.d.ts.map +1 -0
  239. package/dist/esm/models/s3collectorconf.js +130 -0
  240. package/dist/esm/models/s3collectorconf.js.map +1 -0
  241. package/dist/esm/models/savedjobcollection.d.ts +6 -34
  242. package/dist/esm/models/savedjobcollection.d.ts.map +1 -1
  243. package/dist/esm/models/savedjobcollection.js +3 -23
  244. package/dist/esm/models/savedjobcollection.js.map +1 -1
  245. package/dist/esm/models/scriptcollectorconf.d.ts +56 -0
  246. package/dist/esm/models/scriptcollectorconf.d.ts.map +1 -0
  247. package/dist/esm/models/scriptcollectorconf.js +43 -0
  248. package/dist/esm/models/scriptcollectorconf.js.map +1 -0
  249. package/dist/esm/models/splunkcollectorconf.d.ts +227 -0
  250. package/dist/esm/models/splunkcollectorconf.d.ts.map +1 -0
  251. package/dist/esm/models/splunkcollectorconf.js +173 -0
  252. package/dist/esm/models/splunkcollectorconf.js.map +1 -0
  253. package/examples/package-lock.json +1 -1
  254. package/jsr.json +1 -1
  255. package/package.json +1 -1
  256. package/src/lib/config.ts +3 -3
  257. package/src/models/azureblobcollectorconf.ts +214 -0
  258. package/src/models/{collectorconf.ts → collector.ts} +38 -50
  259. package/src/models/collectorazureblob.ts +24 -1406
  260. package/src/models/collectorcribllake.ts +13 -7
  261. package/src/models/collectordatabase.ts +13 -159
  262. package/src/models/collectorfilesystem.ts +13 -92
  263. package/src/models/collectorgooglecloudstorage.ts +21 -811
  264. package/src/models/collectorhealthcheck.ts +24 -8024
  265. package/src/models/collectorrest.ts +24 -13657
  266. package/src/models/collectors3.ts +23 -1933
  267. package/src/models/collectorscript.ts +13 -74
  268. package/src/models/collectorsplunk.ts +23 -3755
  269. package/src/models/cribllakecollectorconf.ts +54 -0
  270. package/src/models/databasecollectorconf.ts +203 -0
  271. package/src/models/filesystemcollectorconf.ts +141 -0
  272. package/src/models/{functionconfschemahandlebar.ts → functionconfschemahandlebars.ts} +23 -20
  273. package/src/models/functionconfschemanotificationpolicies.ts +7 -0
  274. package/src/models/{functionhandlebar.ts → functionhandlebars.ts} +14 -14
  275. package/src/models/functionresponse.ts +5 -5
  276. package/src/models/googlecloudstoragecollectorconf.ts +232 -0
  277. package/src/models/healthcheckcollectorconf.ts +495 -0
  278. package/src/models/index.ts +14 -4
  279. package/src/models/pipelinefunctionconf.ts +5 -5
  280. package/src/models/pipelinefunctionconfinput.ts +7 -7
  281. package/src/models/{pipelinefunctionhandlebar.ts → pipelinefunctionhandlebars.ts} +67 -62
  282. package/src/models/restcollectorconf.ts +666 -0
  283. package/src/models/runnablejobcollection.ts +6 -44
  284. package/src/models/s3collectorconf.ts +345 -0
  285. package/src/models/savedjobcollection.ts +12 -78
  286. package/src/models/scriptcollectorconf.ts +121 -0
  287. package/src/models/splunkcollectorconf.ts +462 -0
  288. package/dist/commonjs/models/collectorconf.d.ts +0 -50
  289. package/dist/commonjs/models/collectorconf.d.ts.map +0 -1
  290. package/dist/commonjs/models/collectorconf.js.map +0 -1
  291. package/dist/commonjs/models/functionconfschemahandlebar.d.ts +0 -44
  292. package/dist/commonjs/models/functionconfschemahandlebar.d.ts.map +0 -1
  293. package/dist/commonjs/models/functionconfschemahandlebar.js.map +0 -1
  294. package/dist/commonjs/models/functionhandlebar.d.ts.map +0 -1
  295. package/dist/commonjs/models/functionhandlebar.js.map +0 -1
  296. package/dist/commonjs/models/pipelinefunctionhandlebar.d.ts +0 -108
  297. package/dist/commonjs/models/pipelinefunctionhandlebar.d.ts.map +0 -1
  298. package/dist/commonjs/models/pipelinefunctionhandlebar.js +0 -112
  299. package/dist/commonjs/models/pipelinefunctionhandlebar.js.map +0 -1
  300. package/dist/esm/models/collectorconf.d.ts +0 -50
  301. package/dist/esm/models/collectorconf.d.ts.map +0 -1
  302. package/dist/esm/models/collectorconf.js.map +0 -1
  303. package/dist/esm/models/functionconfschemahandlebar.d.ts +0 -44
  304. package/dist/esm/models/functionconfschemahandlebar.d.ts.map +0 -1
  305. package/dist/esm/models/functionconfschemahandlebar.js +0 -25
  306. package/dist/esm/models/functionconfschemahandlebar.js.map +0 -1
  307. package/dist/esm/models/functionhandlebar.d.ts.map +0 -1
  308. package/dist/esm/models/functionhandlebar.js.map +0 -1
  309. package/dist/esm/models/pipelinefunctionhandlebar.d.ts +0 -108
  310. package/dist/esm/models/pipelinefunctionhandlebar.d.ts.map +0 -1
  311. package/dist/esm/models/pipelinefunctionhandlebar.js +0 -70
  312. package/dist/esm/models/pipelinefunctionhandlebar.js.map +0 -1
@@ -0,0 +1,495 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import * as openEnums from "../types/enums.js";
8
+ import { OpenEnum } from "../types/enums.js";
9
+ import { Result as SafeParseResult } from "../types/fp.js";
10
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
11
+
12
+ /**
13
+ * Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
14
+ */
15
+ export const HealthCheckCollectorConfDiscoverType = {
16
+ /**
17
+ * HTTP Request
18
+ */
19
+ Http: "http",
20
+ /**
21
+ * JSON Response
22
+ */
23
+ Json: "json",
24
+ /**
25
+ * Item List
26
+ */
27
+ List: "list",
28
+ /**
29
+ * None
30
+ */
31
+ None: "none",
32
+ } as const;
33
+ /**
34
+ * Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
35
+ */
36
+ export type HealthCheckCollectorConfDiscoverType = OpenEnum<
37
+ typeof HealthCheckCollectorConfDiscoverType
38
+ >;
39
+
40
+ export type HealthCheckCollectorConfDiscovery = {
41
+ /**
42
+ * Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
43
+ */
44
+ discoverType?: HealthCheckCollectorConfDiscoverType | undefined;
45
+ };
46
+
47
+ /**
48
+ * Health check HTTP method.
49
+ */
50
+ export const HealthCheckMethod = {
51
+ /**
52
+ * GET
53
+ */
54
+ Get: "get",
55
+ /**
56
+ * POST
57
+ */
58
+ Post: "post",
59
+ /**
60
+ * POST with Body
61
+ */
62
+ PostWithBody: "post_with_body",
63
+ } as const;
64
+ /**
65
+ * Health check HTTP method.
66
+ */
67
+ export type HealthCheckMethod = OpenEnum<typeof HealthCheckMethod>;
68
+
69
+ export type HealthCheckCollectorConfCollectRequestHeader = {
70
+ /**
71
+ * Header Name
72
+ */
73
+ name: string;
74
+ /**
75
+ * JavaScript expression to compute the header value (can be a constant).
76
+ */
77
+ value: string;
78
+ };
79
+
80
+ /**
81
+ * Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
82
+ */
83
+ export const HealthCheckCollectorConfAuthentication = {
84
+ None: "none",
85
+ Basic: "basic",
86
+ BasicSecret: "basicSecret",
87
+ Login: "login",
88
+ LoginSecret: "loginSecret",
89
+ Oauth: "oauth",
90
+ OauthSecret: "oauthSecret",
91
+ } as const;
92
+ /**
93
+ * Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
94
+ */
95
+ export type HealthCheckCollectorConfAuthentication = OpenEnum<
96
+ typeof HealthCheckCollectorConfAuthentication
97
+ >;
98
+
99
+ export const HealthCheckCollectorConfHiddenDefaultBreakers = {
100
+ Cribl: "Cribl",
101
+ } as const;
102
+ export type HealthCheckCollectorConfHiddenDefaultBreakers = OpenEnum<
103
+ typeof HealthCheckCollectorConfHiddenDefaultBreakers
104
+ >;
105
+
106
+ /**
107
+ * The algorithm to use when performing HTTP retries
108
+ */
109
+ export const HealthCheckCollectorConfRetryType = {
110
+ /**
111
+ * Disabled
112
+ */
113
+ None: "none",
114
+ /**
115
+ * Backoff
116
+ */
117
+ Backoff: "backoff",
118
+ /**
119
+ * Static
120
+ */
121
+ Static: "static",
122
+ } as const;
123
+ /**
124
+ * The algorithm to use when performing HTTP retries
125
+ */
126
+ export type HealthCheckCollectorConfRetryType = OpenEnum<
127
+ typeof HealthCheckCollectorConfRetryType
128
+ >;
129
+
130
+ export type HealthCheckCollectorConfRetryRules = {
131
+ /**
132
+ * The algorithm to use when performing HTTP retries
133
+ */
134
+ type?: HealthCheckCollectorConfRetryType | undefined;
135
+ interval?: any | undefined;
136
+ limit?: any | undefined;
137
+ multiplier?: any | undefined;
138
+ codes?: any | undefined;
139
+ enableHeader?: any | undefined;
140
+ };
141
+
142
+ export type HealthCheckCollectorConf = {
143
+ discovery?: HealthCheckCollectorConfDiscovery | undefined;
144
+ /**
145
+ * Expression to derive URL to use for the health check operation (can be a constant).
146
+ */
147
+ collectUrl: string;
148
+ /**
149
+ * Health check HTTP method.
150
+ */
151
+ collectMethod?: HealthCheckMethod | undefined;
152
+ collectRequestParams?: any | undefined;
153
+ collectBody?: any | undefined;
154
+ /**
155
+ * Optional health check request headers.
156
+ */
157
+ collectRequestHeaders?:
158
+ | Array<HealthCheckCollectorConfCollectRequestHeader>
159
+ | undefined;
160
+ /**
161
+ * Enable to make auth health check call.
162
+ */
163
+ authenticateCollect?: boolean | undefined;
164
+ /**
165
+ * Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
166
+ */
167
+ authentication?: HealthCheckCollectorConfAuthentication | undefined;
168
+ /**
169
+ * HTTP request inactivity timeout, use 0 to disable
170
+ */
171
+ timeout?: number | undefined;
172
+ /**
173
+ * Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
174
+ */
175
+ rejectUnauthorized?: boolean | undefined;
176
+ defaultBreakers?: HealthCheckCollectorConfHiddenDefaultBreakers | undefined;
177
+ /**
178
+ * List of headers that are safe to log in plain text.
179
+ */
180
+ safeHeaders?: Array<string> | undefined;
181
+ retryRules?: HealthCheckCollectorConfRetryRules | undefined;
182
+ };
183
+
184
+ /** @internal */
185
+ export const HealthCheckCollectorConfDiscoverType$inboundSchema: z.ZodType<
186
+ HealthCheckCollectorConfDiscoverType,
187
+ z.ZodTypeDef,
188
+ unknown
189
+ > = openEnums.inboundSchema(HealthCheckCollectorConfDiscoverType);
190
+ /** @internal */
191
+ export const HealthCheckCollectorConfDiscoverType$outboundSchema: z.ZodType<
192
+ string,
193
+ z.ZodTypeDef,
194
+ HealthCheckCollectorConfDiscoverType
195
+ > = openEnums.outboundSchema(HealthCheckCollectorConfDiscoverType);
196
+
197
+ /** @internal */
198
+ export const HealthCheckCollectorConfDiscovery$inboundSchema: z.ZodType<
199
+ HealthCheckCollectorConfDiscovery,
200
+ z.ZodTypeDef,
201
+ unknown
202
+ > = z.object({
203
+ discoverType: HealthCheckCollectorConfDiscoverType$inboundSchema.default(
204
+ "none",
205
+ ),
206
+ });
207
+ /** @internal */
208
+ export type HealthCheckCollectorConfDiscovery$Outbound = {
209
+ discoverType: string;
210
+ };
211
+
212
+ /** @internal */
213
+ export const HealthCheckCollectorConfDiscovery$outboundSchema: z.ZodType<
214
+ HealthCheckCollectorConfDiscovery$Outbound,
215
+ z.ZodTypeDef,
216
+ HealthCheckCollectorConfDiscovery
217
+ > = z.object({
218
+ discoverType: HealthCheckCollectorConfDiscoverType$outboundSchema.default(
219
+ "none",
220
+ ),
221
+ });
222
+
223
+ export function healthCheckCollectorConfDiscoveryToJSON(
224
+ healthCheckCollectorConfDiscovery: HealthCheckCollectorConfDiscovery,
225
+ ): string {
226
+ return JSON.stringify(
227
+ HealthCheckCollectorConfDiscovery$outboundSchema.parse(
228
+ healthCheckCollectorConfDiscovery,
229
+ ),
230
+ );
231
+ }
232
+ export function healthCheckCollectorConfDiscoveryFromJSON(
233
+ jsonString: string,
234
+ ): SafeParseResult<HealthCheckCollectorConfDiscovery, SDKValidationError> {
235
+ return safeParse(
236
+ jsonString,
237
+ (x) => HealthCheckCollectorConfDiscovery$inboundSchema.parse(JSON.parse(x)),
238
+ `Failed to parse 'HealthCheckCollectorConfDiscovery' from JSON`,
239
+ );
240
+ }
241
+
242
+ /** @internal */
243
+ export const HealthCheckMethod$inboundSchema: z.ZodType<
244
+ HealthCheckMethod,
245
+ z.ZodTypeDef,
246
+ unknown
247
+ > = openEnums.inboundSchema(HealthCheckMethod);
248
+ /** @internal */
249
+ export const HealthCheckMethod$outboundSchema: z.ZodType<
250
+ string,
251
+ z.ZodTypeDef,
252
+ HealthCheckMethod
253
+ > = openEnums.outboundSchema(HealthCheckMethod);
254
+
255
+ /** @internal */
256
+ export const HealthCheckCollectorConfCollectRequestHeader$inboundSchema:
257
+ z.ZodType<
258
+ HealthCheckCollectorConfCollectRequestHeader,
259
+ z.ZodTypeDef,
260
+ unknown
261
+ > = z.object({
262
+ name: z.string(),
263
+ value: z.string(),
264
+ });
265
+ /** @internal */
266
+ export type HealthCheckCollectorConfCollectRequestHeader$Outbound = {
267
+ name: string;
268
+ value: string;
269
+ };
270
+
271
+ /** @internal */
272
+ export const HealthCheckCollectorConfCollectRequestHeader$outboundSchema:
273
+ z.ZodType<
274
+ HealthCheckCollectorConfCollectRequestHeader$Outbound,
275
+ z.ZodTypeDef,
276
+ HealthCheckCollectorConfCollectRequestHeader
277
+ > = z.object({
278
+ name: z.string(),
279
+ value: z.string(),
280
+ });
281
+
282
+ export function healthCheckCollectorConfCollectRequestHeaderToJSON(
283
+ healthCheckCollectorConfCollectRequestHeader:
284
+ HealthCheckCollectorConfCollectRequestHeader,
285
+ ): string {
286
+ return JSON.stringify(
287
+ HealthCheckCollectorConfCollectRequestHeader$outboundSchema.parse(
288
+ healthCheckCollectorConfCollectRequestHeader,
289
+ ),
290
+ );
291
+ }
292
+ export function healthCheckCollectorConfCollectRequestHeaderFromJSON(
293
+ jsonString: string,
294
+ ): SafeParseResult<
295
+ HealthCheckCollectorConfCollectRequestHeader,
296
+ SDKValidationError
297
+ > {
298
+ return safeParse(
299
+ jsonString,
300
+ (x) =>
301
+ HealthCheckCollectorConfCollectRequestHeader$inboundSchema.parse(
302
+ JSON.parse(x),
303
+ ),
304
+ `Failed to parse 'HealthCheckCollectorConfCollectRequestHeader' from JSON`,
305
+ );
306
+ }
307
+
308
+ /** @internal */
309
+ export const HealthCheckCollectorConfAuthentication$inboundSchema: z.ZodType<
310
+ HealthCheckCollectorConfAuthentication,
311
+ z.ZodTypeDef,
312
+ unknown
313
+ > = openEnums.inboundSchema(HealthCheckCollectorConfAuthentication);
314
+ /** @internal */
315
+ export const HealthCheckCollectorConfAuthentication$outboundSchema: z.ZodType<
316
+ string,
317
+ z.ZodTypeDef,
318
+ HealthCheckCollectorConfAuthentication
319
+ > = openEnums.outboundSchema(HealthCheckCollectorConfAuthentication);
320
+
321
+ /** @internal */
322
+ export const HealthCheckCollectorConfHiddenDefaultBreakers$inboundSchema:
323
+ z.ZodType<
324
+ HealthCheckCollectorConfHiddenDefaultBreakers,
325
+ z.ZodTypeDef,
326
+ unknown
327
+ > = openEnums.inboundSchema(HealthCheckCollectorConfHiddenDefaultBreakers);
328
+ /** @internal */
329
+ export const HealthCheckCollectorConfHiddenDefaultBreakers$outboundSchema:
330
+ z.ZodType<
331
+ string,
332
+ z.ZodTypeDef,
333
+ HealthCheckCollectorConfHiddenDefaultBreakers
334
+ > = openEnums.outboundSchema(HealthCheckCollectorConfHiddenDefaultBreakers);
335
+
336
+ /** @internal */
337
+ export const HealthCheckCollectorConfRetryType$inboundSchema: z.ZodType<
338
+ HealthCheckCollectorConfRetryType,
339
+ z.ZodTypeDef,
340
+ unknown
341
+ > = openEnums.inboundSchema(HealthCheckCollectorConfRetryType);
342
+ /** @internal */
343
+ export const HealthCheckCollectorConfRetryType$outboundSchema: z.ZodType<
344
+ string,
345
+ z.ZodTypeDef,
346
+ HealthCheckCollectorConfRetryType
347
+ > = openEnums.outboundSchema(HealthCheckCollectorConfRetryType);
348
+
349
+ /** @internal */
350
+ export const HealthCheckCollectorConfRetryRules$inboundSchema: z.ZodType<
351
+ HealthCheckCollectorConfRetryRules,
352
+ z.ZodTypeDef,
353
+ unknown
354
+ > = z.object({
355
+ type: HealthCheckCollectorConfRetryType$inboundSchema.default("backoff"),
356
+ interval: z.any().optional(),
357
+ limit: z.any().optional(),
358
+ multiplier: z.any().optional(),
359
+ codes: z.any().optional(),
360
+ enableHeader: z.any().optional(),
361
+ });
362
+ /** @internal */
363
+ export type HealthCheckCollectorConfRetryRules$Outbound = {
364
+ type: string;
365
+ interval?: any | undefined;
366
+ limit?: any | undefined;
367
+ multiplier?: any | undefined;
368
+ codes?: any | undefined;
369
+ enableHeader?: any | undefined;
370
+ };
371
+
372
+ /** @internal */
373
+ export const HealthCheckCollectorConfRetryRules$outboundSchema: z.ZodType<
374
+ HealthCheckCollectorConfRetryRules$Outbound,
375
+ z.ZodTypeDef,
376
+ HealthCheckCollectorConfRetryRules
377
+ > = z.object({
378
+ type: HealthCheckCollectorConfRetryType$outboundSchema.default("backoff"),
379
+ interval: z.any().optional(),
380
+ limit: z.any().optional(),
381
+ multiplier: z.any().optional(),
382
+ codes: z.any().optional(),
383
+ enableHeader: z.any().optional(),
384
+ });
385
+
386
+ export function healthCheckCollectorConfRetryRulesToJSON(
387
+ healthCheckCollectorConfRetryRules: HealthCheckCollectorConfRetryRules,
388
+ ): string {
389
+ return JSON.stringify(
390
+ HealthCheckCollectorConfRetryRules$outboundSchema.parse(
391
+ healthCheckCollectorConfRetryRules,
392
+ ),
393
+ );
394
+ }
395
+ export function healthCheckCollectorConfRetryRulesFromJSON(
396
+ jsonString: string,
397
+ ): SafeParseResult<HealthCheckCollectorConfRetryRules, SDKValidationError> {
398
+ return safeParse(
399
+ jsonString,
400
+ (x) =>
401
+ HealthCheckCollectorConfRetryRules$inboundSchema.parse(JSON.parse(x)),
402
+ `Failed to parse 'HealthCheckCollectorConfRetryRules' from JSON`,
403
+ );
404
+ }
405
+
406
+ /** @internal */
407
+ export const HealthCheckCollectorConf$inboundSchema: z.ZodType<
408
+ HealthCheckCollectorConf,
409
+ z.ZodTypeDef,
410
+ unknown
411
+ > = z.object({
412
+ discovery: z.lazy(() => HealthCheckCollectorConfDiscovery$inboundSchema)
413
+ .optional(),
414
+ collectUrl: z.string(),
415
+ collectMethod: HealthCheckMethod$inboundSchema.default("get"),
416
+ collectRequestParams: z.any().optional(),
417
+ collectBody: z.any().optional(),
418
+ collectRequestHeaders: z.array(
419
+ z.lazy(() => HealthCheckCollectorConfCollectRequestHeader$inboundSchema),
420
+ ).optional(),
421
+ authenticateCollect: z.boolean().default(false),
422
+ authentication: HealthCheckCollectorConfAuthentication$inboundSchema.default(
423
+ "none",
424
+ ),
425
+ timeout: z.number().default(30),
426
+ rejectUnauthorized: z.boolean().default(false),
427
+ defaultBreakers: HealthCheckCollectorConfHiddenDefaultBreakers$inboundSchema
428
+ .optional(),
429
+ safeHeaders: z.array(z.string()).optional(),
430
+ retryRules: z.lazy(() => HealthCheckCollectorConfRetryRules$inboundSchema)
431
+ .optional(),
432
+ });
433
+ /** @internal */
434
+ export type HealthCheckCollectorConf$Outbound = {
435
+ discovery?: HealthCheckCollectorConfDiscovery$Outbound | undefined;
436
+ collectUrl: string;
437
+ collectMethod: string;
438
+ collectRequestParams?: any | undefined;
439
+ collectBody?: any | undefined;
440
+ collectRequestHeaders?:
441
+ | Array<HealthCheckCollectorConfCollectRequestHeader$Outbound>
442
+ | undefined;
443
+ authenticateCollect: boolean;
444
+ authentication: string;
445
+ timeout: number;
446
+ rejectUnauthorized: boolean;
447
+ defaultBreakers?: string | undefined;
448
+ safeHeaders?: Array<string> | undefined;
449
+ retryRules?: HealthCheckCollectorConfRetryRules$Outbound | undefined;
450
+ };
451
+
452
+ /** @internal */
453
+ export const HealthCheckCollectorConf$outboundSchema: z.ZodType<
454
+ HealthCheckCollectorConf$Outbound,
455
+ z.ZodTypeDef,
456
+ HealthCheckCollectorConf
457
+ > = z.object({
458
+ discovery: z.lazy(() => HealthCheckCollectorConfDiscovery$outboundSchema)
459
+ .optional(),
460
+ collectUrl: z.string(),
461
+ collectMethod: HealthCheckMethod$outboundSchema.default("get"),
462
+ collectRequestParams: z.any().optional(),
463
+ collectBody: z.any().optional(),
464
+ collectRequestHeaders: z.array(
465
+ z.lazy(() => HealthCheckCollectorConfCollectRequestHeader$outboundSchema),
466
+ ).optional(),
467
+ authenticateCollect: z.boolean().default(false),
468
+ authentication: HealthCheckCollectorConfAuthentication$outboundSchema.default(
469
+ "none",
470
+ ),
471
+ timeout: z.number().default(30),
472
+ rejectUnauthorized: z.boolean().default(false),
473
+ defaultBreakers: HealthCheckCollectorConfHiddenDefaultBreakers$outboundSchema
474
+ .optional(),
475
+ safeHeaders: z.array(z.string()).optional(),
476
+ retryRules: z.lazy(() => HealthCheckCollectorConfRetryRules$outboundSchema)
477
+ .optional(),
478
+ });
479
+
480
+ export function healthCheckCollectorConfToJSON(
481
+ healthCheckCollectorConf: HealthCheckCollectorConf,
482
+ ): string {
483
+ return JSON.stringify(
484
+ HealthCheckCollectorConf$outboundSchema.parse(healthCheckCollectorConf),
485
+ );
486
+ }
487
+ export function healthCheckCollectorConfFromJSON(
488
+ jsonString: string,
489
+ ): SafeParseResult<HealthCheckCollectorConf, SDKValidationError> {
490
+ return safeParse(
491
+ jsonString,
492
+ (x) => HealthCheckCollectorConf$inboundSchema.parse(JSON.parse(x)),
493
+ `Failed to parse 'HealthCheckCollectorConf' from JSON`,
494
+ );
495
+ }
@@ -4,13 +4,14 @@
4
4
 
5
5
  export * from "./addhectokenrequest.js";
6
6
  export * from "./authtoken.js";
7
+ export * from "./azureblobcollectorconf.js";
7
8
  export * from "./backupssettingsunion.js";
8
9
  export * from "./branchinfo.js";
9
10
  export * from "./cacheconnection.js";
10
11
  export * from "./cacheconnectionbackfillstatus.js";
11
12
  export * from "./cloudprovider.js";
13
+ export * from "./collector.js";
12
14
  export * from "./collectorazureblob.js";
13
- export * from "./collectorconf.js";
14
15
  export * from "./collectorcribllake.js";
15
16
  export * from "./collectordatabase.js";
16
17
  export * from "./collectorfilesystem.js";
@@ -57,9 +58,11 @@ export * from "./countedsystemsettingsconf.js";
57
58
  export * from "./countedteamaccesscontrollist.js";
58
59
  export * from "./counteduseraccesscontrollist.js";
59
60
  export * from "./criblevent.js";
61
+ export * from "./cribllakecollectorconf.js";
60
62
  export * from "./cribllakedataset.js";
61
63
  export * from "./cribllakedatasetupdate.js";
62
64
  export * from "./currentbranchresult.js";
65
+ export * from "./databasecollectorconf.js";
63
66
  export * from "./datasetmetadata.js";
64
67
  export * from "./datasetmetadataruninfo.js";
65
68
  export * from "./deployrequest.js";
@@ -70,6 +73,7 @@ export * from "./difflinecontext.js";
70
73
  export * from "./difflinedelete.js";
71
74
  export * from "./difflineinsert.js";
72
75
  export * from "./distributedsummary.js";
76
+ export * from "./filesystemcollectorconf.js";
73
77
  export * from "./functionaggregatemetrics.js";
74
78
  export * from "./functionaggregation.js";
75
79
  export * from "./functionautotimestamp.js";
@@ -100,7 +104,7 @@ export * from "./functionconfschemafoldkeys.js";
100
104
  export * from "./functionconfschemagenstats.js";
101
105
  export * from "./functionconfschemageoip.js";
102
106
  export * from "./functionconfschemagrok.js";
103
- export * from "./functionconfschemahandlebar.js";
107
+ export * from "./functionconfschemahandlebars.js";
104
108
  export * from "./functionconfschemajoin.js";
105
109
  export * from "./functionconfschemajsonunroll.js";
106
110
  export * from "./functionconfschemalakeexport.js";
@@ -156,7 +160,7 @@ export * from "./functionfoldkeys.js";
156
160
  export * from "./functiongenstats.js";
157
161
  export * from "./functiongeoip.js";
158
162
  export * from "./functiongrok.js";
159
- export * from "./functionhandlebar.js";
163
+ export * from "./functionhandlebars.js";
160
164
  export * from "./functionjoin.js";
161
165
  export * from "./functionjsonunroll.js";
162
166
  export * from "./functionlakeexport.js";
@@ -211,9 +215,11 @@ export * from "./gitrevertparams.js";
211
215
  export * from "./gitrevertresult.js";
212
216
  export * from "./gitshowresult.js";
213
217
  export * from "./gitstatusresult.js";
218
+ export * from "./googlecloudstoragecollectorconf.js";
214
219
  export * from "./groupcreaterequest.js";
215
220
  export * from "./hbcriblinfo.js";
216
221
  export * from "./hbleaderinfo.js";
222
+ export * from "./healthcheckcollectorconf.js";
217
223
  export * from "./healthserverstatus.js";
218
224
  export * from "./heartbeatmetadata.js";
219
225
  export * from "./input.js";
@@ -395,7 +401,7 @@ export * from "./pipelinefunctionfoldkeys.js";
395
401
  export * from "./pipelinefunctiongenstats.js";
396
402
  export * from "./pipelinefunctiongeoip.js";
397
403
  export * from "./pipelinefunctiongrok.js";
398
- export * from "./pipelinefunctionhandlebar.js";
404
+ export * from "./pipelinefunctionhandlebars.js";
399
405
  export * from "./pipelinefunctionjoin.js";
400
406
  export * from "./pipelinefunctionjsonunroll.js";
401
407
  export * from "./pipelinefunctionlakeexport.js";
@@ -440,6 +446,7 @@ export * from "./pipelinefunctionxmlunroll.js";
440
446
  export * from "./productscore.js";
441
447
  export * from "./rbacresource.js";
442
448
  export * from "./resourcepolicy.js";
449
+ export * from "./restcollectorconf.js";
443
450
  export * from "./rollbacksettingsunion.js";
444
451
  export * from "./routeconf.js";
445
452
  export * from "./routes.js";
@@ -448,13 +455,16 @@ export * from "./runnablejob.js";
448
455
  export * from "./runnablejobcollection.js";
449
456
  export * from "./runnablejobexecutor.js";
450
457
  export * from "./runnablejobscheduledsearch.js";
458
+ export * from "./s3collectorconf.js";
451
459
  export * from "./savedjob.js";
452
460
  export * from "./savedjobcollection.js";
453
461
  export * from "./savedjobexecutor.js";
454
462
  export * from "./savedjobscheduledsearch.js";
455
463
  export * from "./schemeclientoauth.js";
464
+ export * from "./scriptcollectorconf.js";
456
465
  export * from "./security.js";
457
466
  export * from "./snisettingsunion.js";
467
+ export * from "./splunkcollectorconf.js";
458
468
  export * from "./systemsettingsconf.js";
459
469
  export * from "./teamaccesscontrollist.js";
460
470
  export * from "./tlssettingsunion.js";
@@ -95,9 +95,9 @@ import {
95
95
  PipelineFunctionGrok$inboundSchema,
96
96
  } from "./pipelinefunctiongrok.js";
97
97
  import {
98
- PipelineFunctionHandlebar,
99
- PipelineFunctionHandlebar$inboundSchema,
100
- } from "./pipelinefunctionhandlebar.js";
98
+ PipelineFunctionHandlebars,
99
+ PipelineFunctionHandlebars$inboundSchema,
100
+ } from "./pipelinefunctionhandlebars.js";
101
101
  import {
102
102
  PipelineFunctionJoin,
103
103
  PipelineFunctionJoin$inboundSchema,
@@ -286,7 +286,7 @@ export type PipelineFunctionConf =
286
286
  | PipelineFunctionGenStats
287
287
  | PipelineFunctionGeoip
288
288
  | PipelineFunctionGrok
289
- | PipelineFunctionHandlebar
289
+ | PipelineFunctionHandlebars
290
290
  | PipelineFunctionJoin
291
291
  | PipelineFunctionJsonUnroll
292
292
  | PipelineFunctionLakeExport
@@ -357,7 +357,7 @@ export const PipelineFunctionConf$inboundSchema: z.ZodType<
357
357
  PipelineFunctionGenStats$inboundSchema,
358
358
  PipelineFunctionGeoip$inboundSchema,
359
359
  PipelineFunctionGrok$inboundSchema,
360
- PipelineFunctionHandlebar$inboundSchema,
360
+ PipelineFunctionHandlebars$inboundSchema,
361
361
  PipelineFunctionJoin$inboundSchema,
362
362
  PipelineFunctionJsonUnroll$inboundSchema,
363
363
  PipelineFunctionLakeExport$inboundSchema,
@@ -114,10 +114,10 @@ import {
114
114
  PipelineFunctionGrok$outboundSchema,
115
115
  } from "./pipelinefunctiongrok.js";
116
116
  import {
117
- PipelineFunctionHandlebar,
118
- PipelineFunctionHandlebar$Outbound,
119
- PipelineFunctionHandlebar$outboundSchema,
120
- } from "./pipelinefunctionhandlebar.js";
117
+ PipelineFunctionHandlebars,
118
+ PipelineFunctionHandlebars$Outbound,
119
+ PipelineFunctionHandlebars$outboundSchema,
120
+ } from "./pipelinefunctionhandlebars.js";
121
121
  import {
122
122
  PipelineFunctionJoin,
123
123
  PipelineFunctionJoin$Outbound,
@@ -347,7 +347,7 @@ export type PipelineFunctionConfInput =
347
347
  | PipelineFunctionGenStats
348
348
  | PipelineFunctionGeoip
349
349
  | PipelineFunctionGrok
350
- | PipelineFunctionHandlebar
350
+ | PipelineFunctionHandlebars
351
351
  | PipelineFunctionJoin
352
352
  | PipelineFunctionJsonUnroll
353
353
  | PipelineFunctionLakeExport
@@ -414,7 +414,7 @@ export type PipelineFunctionConfInput$Outbound =
414
414
  | PipelineFunctionGenStats$Outbound
415
415
  | PipelineFunctionGeoip$Outbound
416
416
  | PipelineFunctionGrok$Outbound
417
- | PipelineFunctionHandlebar$Outbound
417
+ | PipelineFunctionHandlebars$Outbound
418
418
  | PipelineFunctionJoin$Outbound
419
419
  | PipelineFunctionJsonUnroll$Outbound
420
420
  | PipelineFunctionLakeExport$Outbound
@@ -485,7 +485,7 @@ export const PipelineFunctionConfInput$outboundSchema: z.ZodType<
485
485
  PipelineFunctionGenStats$outboundSchema,
486
486
  PipelineFunctionGeoip$outboundSchema,
487
487
  PipelineFunctionGrok$outboundSchema,
488
- PipelineFunctionHandlebar$outboundSchema,
488
+ PipelineFunctionHandlebars$outboundSchema,
489
489
  PipelineFunctionJoin$outboundSchema,
490
490
  PipelineFunctionJsonUnroll$outboundSchema,
491
491
  PipelineFunctionLakeExport$outboundSchema,