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
@@ -21,7 +21,7 @@ import { PipelineFunctionFoldkeys, PipelineFunctionFoldkeys$Outbound } from "./p
21
21
  import { PipelineFunctionGenStats, PipelineFunctionGenStats$Outbound } from "./pipelinefunctiongenstats.js";
22
22
  import { PipelineFunctionGeoip, PipelineFunctionGeoip$Outbound } from "./pipelinefunctiongeoip.js";
23
23
  import { PipelineFunctionGrok, PipelineFunctionGrok$Outbound } from "./pipelinefunctiongrok.js";
24
- import { PipelineFunctionHandlebar, PipelineFunctionHandlebar$Outbound } from "./pipelinefunctionhandlebar.js";
24
+ import { PipelineFunctionHandlebars, PipelineFunctionHandlebars$Outbound } from "./pipelinefunctionhandlebars.js";
25
25
  import { PipelineFunctionJoin, PipelineFunctionJoin$Outbound } from "./pipelinefunctionjoin.js";
26
26
  import { PipelineFunctionJsonUnroll, PipelineFunctionJsonUnroll$Outbound } from "./pipelinefunctionjsonunroll.js";
27
27
  import { PipelineFunctionLakeExport, PipelineFunctionLakeExport$Outbound } from "./pipelinefunctionlakeexport.js";
@@ -63,9 +63,9 @@ import { PipelineFunctionUnion, PipelineFunctionUnion$Outbound } from "./pipelin
63
63
  import { PipelineFunctionUnroll, PipelineFunctionUnroll$Outbound } from "./pipelinefunctionunroll.js";
64
64
  import { PipelineFunctionWindow, PipelineFunctionWindow$Outbound } from "./pipelinefunctionwindow.js";
65
65
  import { PipelineFunctionXmlUnroll, PipelineFunctionXmlUnroll$Outbound } from "./pipelinefunctionxmlunroll.js";
66
- export type PipelineFunctionConfInput = PipelineFunctionAggregateMetrics | PipelineFunctionAggregation | PipelineFunctionAutoTimestamp | PipelineFunctionCefInput | PipelineFunctionChain | PipelineFunctionClone | PipelineFunctionCode | PipelineFunctionComment | PipelineFunctionDistinct | PipelineFunctionDnsLookup | PipelineFunctionDrop | PipelineFunctionDropDimensions | PipelineFunctionDynamicSampling | PipelineFunctionEval | PipelineFunctionEventBreaker | PipelineFunctionEventstats | PipelineFunctionExternaldata | PipelineFunctionFlatten | PipelineFunctionFoldkeys | PipelineFunctionGenStats | PipelineFunctionGeoip | PipelineFunctionGrok | PipelineFunctionHandlebar | PipelineFunctionJoin | PipelineFunctionJsonUnroll | PipelineFunctionLakeExport | PipelineFunctionLimit | PipelineFunctionLocalSearchDatatypeParser | PipelineFunctionLocalSearchRulesetRunner | PipelineFunctionLookup | PipelineFunctionMask | PipelineFunctionMvExpand | PipelineFunctionMvPull | PipelineFunctionNotificationPolicies | PipelineFunctionNotifications | PipelineFunctionNotify | PipelineFunctionNumerify | PipelineFunctionOtlpLogs | PipelineFunctionOtlpMetrics | PipelineFunctionOtlpTraces | PipelineFunctionPack | PipelineFunctionPivot | PipelineFunctionPublishMetrics | PipelineFunctionRedis | PipelineFunctionRegexExtract | PipelineFunctionRegexFilter | PipelineFunctionRename | PipelineFunctionRollupMetrics | PipelineFunctionSampling | PipelineFunctionSend | PipelineFunctionSensitiveDataScanner | PipelineFunctionSerde | PipelineFunctionSerialize | PipelineFunctionSidlookup | PipelineFunctionSnmpTrapSerialize | PipelineFunctionSort | PipelineFunctionStore | PipelineFunctionSuppress | PipelineFunctionTee | PipelineFunctionTrimTimestamp | PipelineFunctionUnion | PipelineFunctionUnroll | PipelineFunctionWindow | PipelineFunctionXmlUnroll;
66
+ export type PipelineFunctionConfInput = PipelineFunctionAggregateMetrics | PipelineFunctionAggregation | PipelineFunctionAutoTimestamp | PipelineFunctionCefInput | PipelineFunctionChain | PipelineFunctionClone | PipelineFunctionCode | PipelineFunctionComment | PipelineFunctionDistinct | PipelineFunctionDnsLookup | PipelineFunctionDrop | PipelineFunctionDropDimensions | PipelineFunctionDynamicSampling | PipelineFunctionEval | PipelineFunctionEventBreaker | PipelineFunctionEventstats | PipelineFunctionExternaldata | PipelineFunctionFlatten | PipelineFunctionFoldkeys | PipelineFunctionGenStats | PipelineFunctionGeoip | PipelineFunctionGrok | PipelineFunctionHandlebars | PipelineFunctionJoin | PipelineFunctionJsonUnroll | PipelineFunctionLakeExport | PipelineFunctionLimit | PipelineFunctionLocalSearchDatatypeParser | PipelineFunctionLocalSearchRulesetRunner | PipelineFunctionLookup | PipelineFunctionMask | PipelineFunctionMvExpand | PipelineFunctionMvPull | PipelineFunctionNotificationPolicies | PipelineFunctionNotifications | PipelineFunctionNotify | PipelineFunctionNumerify | PipelineFunctionOtlpLogs | PipelineFunctionOtlpMetrics | PipelineFunctionOtlpTraces | PipelineFunctionPack | PipelineFunctionPivot | PipelineFunctionPublishMetrics | PipelineFunctionRedis | PipelineFunctionRegexExtract | PipelineFunctionRegexFilter | PipelineFunctionRename | PipelineFunctionRollupMetrics | PipelineFunctionSampling | PipelineFunctionSend | PipelineFunctionSensitiveDataScanner | PipelineFunctionSerde | PipelineFunctionSerialize | PipelineFunctionSidlookup | PipelineFunctionSnmpTrapSerialize | PipelineFunctionSort | PipelineFunctionStore | PipelineFunctionSuppress | PipelineFunctionTee | PipelineFunctionTrimTimestamp | PipelineFunctionUnion | PipelineFunctionUnroll | PipelineFunctionWindow | PipelineFunctionXmlUnroll;
67
67
  /** @internal */
68
- export type PipelineFunctionConfInput$Outbound = PipelineFunctionAggregateMetrics$Outbound | PipelineFunctionAggregation$Outbound | PipelineFunctionAutoTimestamp$Outbound | PipelineFunctionCefInput$Outbound | PipelineFunctionChain$Outbound | PipelineFunctionClone$Outbound | PipelineFunctionCode$Outbound | PipelineFunctionComment$Outbound | PipelineFunctionDistinct$Outbound | PipelineFunctionDnsLookup$Outbound | PipelineFunctionDrop$Outbound | PipelineFunctionDropDimensions$Outbound | PipelineFunctionDynamicSampling$Outbound | PipelineFunctionEval$Outbound | PipelineFunctionEventBreaker$Outbound | PipelineFunctionEventstats$Outbound | PipelineFunctionExternaldata$Outbound | PipelineFunctionFlatten$Outbound | PipelineFunctionFoldkeys$Outbound | PipelineFunctionGenStats$Outbound | PipelineFunctionGeoip$Outbound | PipelineFunctionGrok$Outbound | PipelineFunctionHandlebar$Outbound | PipelineFunctionJoin$Outbound | PipelineFunctionJsonUnroll$Outbound | PipelineFunctionLakeExport$Outbound | PipelineFunctionLimit$Outbound | PipelineFunctionLocalSearchDatatypeParser$Outbound | PipelineFunctionLocalSearchRulesetRunner$Outbound | PipelineFunctionLookup$Outbound | PipelineFunctionMask$Outbound | PipelineFunctionMvExpand$Outbound | PipelineFunctionMvPull$Outbound | PipelineFunctionNotificationPolicies$Outbound | PipelineFunctionNotifications$Outbound | PipelineFunctionNotify$Outbound | PipelineFunctionNumerify$Outbound | PipelineFunctionOtlpLogs$Outbound | PipelineFunctionOtlpMetrics$Outbound | PipelineFunctionOtlpTraces$Outbound | PipelineFunctionPack$Outbound | PipelineFunctionPivot$Outbound | PipelineFunctionPublishMetrics$Outbound | PipelineFunctionRedis$Outbound | PipelineFunctionRegexExtract$Outbound | PipelineFunctionRegexFilter$Outbound | PipelineFunctionRename$Outbound | PipelineFunctionRollupMetrics$Outbound | PipelineFunctionSampling$Outbound | PipelineFunctionSend$Outbound | PipelineFunctionSensitiveDataScanner$Outbound | PipelineFunctionSerde$Outbound | PipelineFunctionSerialize$Outbound | PipelineFunctionSidlookup$Outbound | PipelineFunctionSnmpTrapSerialize$Outbound | PipelineFunctionSort$Outbound | PipelineFunctionStore$Outbound | PipelineFunctionSuppress$Outbound | PipelineFunctionTee$Outbound | PipelineFunctionTrimTimestamp$Outbound | PipelineFunctionUnion$Outbound | PipelineFunctionUnroll$Outbound | PipelineFunctionWindow$Outbound | PipelineFunctionXmlUnroll$Outbound;
68
+ export type PipelineFunctionConfInput$Outbound = PipelineFunctionAggregateMetrics$Outbound | PipelineFunctionAggregation$Outbound | PipelineFunctionAutoTimestamp$Outbound | PipelineFunctionCefInput$Outbound | PipelineFunctionChain$Outbound | PipelineFunctionClone$Outbound | PipelineFunctionCode$Outbound | PipelineFunctionComment$Outbound | PipelineFunctionDistinct$Outbound | PipelineFunctionDnsLookup$Outbound | PipelineFunctionDrop$Outbound | PipelineFunctionDropDimensions$Outbound | PipelineFunctionDynamicSampling$Outbound | PipelineFunctionEval$Outbound | PipelineFunctionEventBreaker$Outbound | PipelineFunctionEventstats$Outbound | PipelineFunctionExternaldata$Outbound | PipelineFunctionFlatten$Outbound | PipelineFunctionFoldkeys$Outbound | PipelineFunctionGenStats$Outbound | PipelineFunctionGeoip$Outbound | PipelineFunctionGrok$Outbound | PipelineFunctionHandlebars$Outbound | PipelineFunctionJoin$Outbound | PipelineFunctionJsonUnroll$Outbound | PipelineFunctionLakeExport$Outbound | PipelineFunctionLimit$Outbound | PipelineFunctionLocalSearchDatatypeParser$Outbound | PipelineFunctionLocalSearchRulesetRunner$Outbound | PipelineFunctionLookup$Outbound | PipelineFunctionMask$Outbound | PipelineFunctionMvExpand$Outbound | PipelineFunctionMvPull$Outbound | PipelineFunctionNotificationPolicies$Outbound | PipelineFunctionNotifications$Outbound | PipelineFunctionNotify$Outbound | PipelineFunctionNumerify$Outbound | PipelineFunctionOtlpLogs$Outbound | PipelineFunctionOtlpMetrics$Outbound | PipelineFunctionOtlpTraces$Outbound | PipelineFunctionPack$Outbound | PipelineFunctionPivot$Outbound | PipelineFunctionPublishMetrics$Outbound | PipelineFunctionRedis$Outbound | PipelineFunctionRegexExtract$Outbound | PipelineFunctionRegexFilter$Outbound | PipelineFunctionRename$Outbound | PipelineFunctionRollupMetrics$Outbound | PipelineFunctionSampling$Outbound | PipelineFunctionSend$Outbound | PipelineFunctionSensitiveDataScanner$Outbound | PipelineFunctionSerde$Outbound | PipelineFunctionSerialize$Outbound | PipelineFunctionSidlookup$Outbound | PipelineFunctionSnmpTrapSerialize$Outbound | PipelineFunctionSort$Outbound | PipelineFunctionStore$Outbound | PipelineFunctionSuppress$Outbound | PipelineFunctionTee$Outbound | PipelineFunctionTrimTimestamp$Outbound | PipelineFunctionUnion$Outbound | PipelineFunctionUnroll$Outbound | PipelineFunctionWindow$Outbound | PipelineFunctionXmlUnroll$Outbound;
69
69
  /** @internal */
70
70
  export declare const PipelineFunctionConfInput$outboundSchema: z.ZodType<PipelineFunctionConfInput$Outbound, z.ZodTypeDef, PipelineFunctionConfInput>;
71
71
  export declare function pipelineFunctionConfInputToJSON(pipelineFunctionConfInput: PipelineFunctionConfInput): string;
@@ -1 +1 @@
1
- {"version":3,"file":"pipelinefunctionconfinput.d.ts","sourceRoot":"","sources":["../../../src/models/pipelinefunctionconfinput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pipelinefunctionconfinput.d.ts","sourceRoot":"","sources":["../../../src/models/pipelinefunctionconfinput.ts"],"names":[],"mappings":"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"}
@@ -24,7 +24,7 @@ import { PipelineFunctionFoldkeys$outboundSchema, } from "./pipelinefunctionfold
24
24
  import { PipelineFunctionGenStats$outboundSchema, } from "./pipelinefunctiongenstats.js";
25
25
  import { PipelineFunctionGeoip$outboundSchema, } from "./pipelinefunctiongeoip.js";
26
26
  import { PipelineFunctionGrok$outboundSchema, } from "./pipelinefunctiongrok.js";
27
- import { PipelineFunctionHandlebar$outboundSchema, } from "./pipelinefunctionhandlebar.js";
27
+ import { PipelineFunctionHandlebars$outboundSchema, } from "./pipelinefunctionhandlebars.js";
28
28
  import { PipelineFunctionJoin$outboundSchema, } from "./pipelinefunctionjoin.js";
29
29
  import { PipelineFunctionJsonUnroll$outboundSchema, } from "./pipelinefunctionjsonunroll.js";
30
30
  import { PipelineFunctionLakeExport$outboundSchema, } from "./pipelinefunctionlakeexport.js";
@@ -90,7 +90,7 @@ export const PipelineFunctionConfInput$outboundSchema = z.union([
90
90
  PipelineFunctionGenStats$outboundSchema,
91
91
  PipelineFunctionGeoip$outboundSchema,
92
92
  PipelineFunctionGrok$outboundSchema,
93
- PipelineFunctionHandlebar$outboundSchema,
93
+ PipelineFunctionHandlebars$outboundSchema,
94
94
  PipelineFunctionJoin$outboundSchema,
95
95
  PipelineFunctionJsonUnroll$outboundSchema,
96
96
  PipelineFunctionLakeExport$outboundSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"pipelinefunctionconfinput.js","sourceRoot":"","sources":["../../../src/models/pipelinefunctionconfinput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pipelinefunctionconfinput.js","sourceRoot":"","sources":["../../../src/models/pipelinefunctionconfinput.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,109 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../types/fp.js";
3
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
4
+ export type PipelineFunctionHandlebarsTemplateDefinition = {
5
+ /**
6
+ * Unique identifier for this template
7
+ */
8
+ id: string;
9
+ /**
10
+ * Handlebars template string
11
+ */
12
+ content: string;
13
+ /**
14
+ * Optional description of what this template is used for
15
+ */
16
+ description?: string | undefined;
17
+ /**
18
+ * Type categorization for the template (e.g., Universal, Email, Slack)
19
+ */
20
+ type?: string | undefined;
21
+ };
22
+ export type PipelineFunctionHandlebarsConf = {
23
+ /**
24
+ * Array of template definitions. Uses event.__template_id to select template at runtime.
25
+ */
26
+ templates: Array<PipelineFunctionHandlebarsTemplateDefinition>;
27
+ /**
28
+ * Field name to store the rendered template result. Defaults to _raw.
29
+ */
30
+ targetField?: string | undefined;
31
+ /**
32
+ * Parse the rendered template as JSON and store as an object instead of a string. Useful for building structured data like Slack blocks.
33
+ */
34
+ parseJson?: boolean | undefined;
35
+ /**
36
+ * Remove the target field if the rendered result is empty or null.
37
+ */
38
+ removeOnNull?: boolean | undefined;
39
+ };
40
+ export type PipelineFunctionHandlebars = {
41
+ /**
42
+ * Filter that selects data to be fed through this Function
43
+ */
44
+ filter?: string | undefined;
45
+ /**
46
+ * Function ID
47
+ */
48
+ id: "handlebars";
49
+ /**
50
+ * Simple description of this step
51
+ */
52
+ description?: string | undefined;
53
+ /**
54
+ * If true, data will not be pushed through this function
55
+ */
56
+ disabled?: boolean | undefined;
57
+ /**
58
+ * If enabled, stops the results of this Function from being passed to the downstream Functions
59
+ */
60
+ final?: boolean | undefined;
61
+ conf: PipelineFunctionHandlebarsConf;
62
+ /**
63
+ * Group ID
64
+ */
65
+ groupId?: string | undefined;
66
+ };
67
+ /** @internal */
68
+ export declare const PipelineFunctionHandlebarsTemplateDefinition$inboundSchema: z.ZodType<PipelineFunctionHandlebarsTemplateDefinition, z.ZodTypeDef, unknown>;
69
+ /** @internal */
70
+ export type PipelineFunctionHandlebarsTemplateDefinition$Outbound = {
71
+ id: string;
72
+ content: string;
73
+ description?: string | undefined;
74
+ type: string;
75
+ };
76
+ /** @internal */
77
+ export declare const PipelineFunctionHandlebarsTemplateDefinition$outboundSchema: z.ZodType<PipelineFunctionHandlebarsTemplateDefinition$Outbound, z.ZodTypeDef, PipelineFunctionHandlebarsTemplateDefinition>;
78
+ export declare function pipelineFunctionHandlebarsTemplateDefinitionToJSON(pipelineFunctionHandlebarsTemplateDefinition: PipelineFunctionHandlebarsTemplateDefinition): string;
79
+ export declare function pipelineFunctionHandlebarsTemplateDefinitionFromJSON(jsonString: string): SafeParseResult<PipelineFunctionHandlebarsTemplateDefinition, SDKValidationError>;
80
+ /** @internal */
81
+ export declare const PipelineFunctionHandlebarsConf$inboundSchema: z.ZodType<PipelineFunctionHandlebarsConf, z.ZodTypeDef, unknown>;
82
+ /** @internal */
83
+ export type PipelineFunctionHandlebarsConf$Outbound = {
84
+ templates: Array<PipelineFunctionHandlebarsTemplateDefinition$Outbound>;
85
+ targetField: string;
86
+ parseJson: boolean;
87
+ removeOnNull: boolean;
88
+ };
89
+ /** @internal */
90
+ export declare const PipelineFunctionHandlebarsConf$outboundSchema: z.ZodType<PipelineFunctionHandlebarsConf$Outbound, z.ZodTypeDef, PipelineFunctionHandlebarsConf>;
91
+ export declare function pipelineFunctionHandlebarsConfToJSON(pipelineFunctionHandlebarsConf: PipelineFunctionHandlebarsConf): string;
92
+ export declare function pipelineFunctionHandlebarsConfFromJSON(jsonString: string): SafeParseResult<PipelineFunctionHandlebarsConf, SDKValidationError>;
93
+ /** @internal */
94
+ export declare const PipelineFunctionHandlebars$inboundSchema: z.ZodType<PipelineFunctionHandlebars, z.ZodTypeDef, unknown>;
95
+ /** @internal */
96
+ export type PipelineFunctionHandlebars$Outbound = {
97
+ filter: string;
98
+ id: "handlebars";
99
+ description?: string | undefined;
100
+ disabled?: boolean | undefined;
101
+ final?: boolean | undefined;
102
+ conf: PipelineFunctionHandlebarsConf$Outbound;
103
+ groupId?: string | undefined;
104
+ };
105
+ /** @internal */
106
+ export declare const PipelineFunctionHandlebars$outboundSchema: z.ZodType<PipelineFunctionHandlebars$Outbound, z.ZodTypeDef, PipelineFunctionHandlebars>;
107
+ export declare function pipelineFunctionHandlebarsToJSON(pipelineFunctionHandlebars: PipelineFunctionHandlebars): string;
108
+ export declare function pipelineFunctionHandlebarsFromJSON(jsonString: string): SafeParseResult<PipelineFunctionHandlebars, SDKValidationError>;
109
+ //# sourceMappingURL=pipelinefunctionhandlebars.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipelinefunctionhandlebars.d.ts","sourceRoot":"","sources":["../../../src/models/pipelinefunctionhandlebars.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,72 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { safeParse } from "../lib/schemas.js";
6
+ /** @internal */
7
+ export const PipelineFunctionHandlebarsTemplateDefinition$inboundSchema = z.object({
8
+ id: z.string(),
9
+ content: z.string(),
10
+ description: z.string().optional(),
11
+ type: z.string().default("Universal"),
12
+ });
13
+ /** @internal */
14
+ export const PipelineFunctionHandlebarsTemplateDefinition$outboundSchema = z.object({
15
+ id: z.string(),
16
+ content: z.string(),
17
+ description: z.string().optional(),
18
+ type: z.string().default("Universal"),
19
+ });
20
+ export function pipelineFunctionHandlebarsTemplateDefinitionToJSON(pipelineFunctionHandlebarsTemplateDefinition) {
21
+ return JSON.stringify(PipelineFunctionHandlebarsTemplateDefinition$outboundSchema.parse(pipelineFunctionHandlebarsTemplateDefinition));
22
+ }
23
+ export function pipelineFunctionHandlebarsTemplateDefinitionFromJSON(jsonString) {
24
+ return safeParse(jsonString, (x) => PipelineFunctionHandlebarsTemplateDefinition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PipelineFunctionHandlebarsTemplateDefinition' from JSON`);
25
+ }
26
+ /** @internal */
27
+ export const PipelineFunctionHandlebarsConf$inboundSchema = z.object({
28
+ templates: z.array(z.lazy(() => PipelineFunctionHandlebarsTemplateDefinition$inboundSchema)),
29
+ targetField: z.string().default("_raw"),
30
+ parseJson: z.boolean().default(false),
31
+ removeOnNull: z.boolean().default(true),
32
+ });
33
+ /** @internal */
34
+ export const PipelineFunctionHandlebarsConf$outboundSchema = z.object({
35
+ templates: z.array(z.lazy(() => PipelineFunctionHandlebarsTemplateDefinition$outboundSchema)),
36
+ targetField: z.string().default("_raw"),
37
+ parseJson: z.boolean().default(false),
38
+ removeOnNull: z.boolean().default(true),
39
+ });
40
+ export function pipelineFunctionHandlebarsConfToJSON(pipelineFunctionHandlebarsConf) {
41
+ return JSON.stringify(PipelineFunctionHandlebarsConf$outboundSchema.parse(pipelineFunctionHandlebarsConf));
42
+ }
43
+ export function pipelineFunctionHandlebarsConfFromJSON(jsonString) {
44
+ return safeParse(jsonString, (x) => PipelineFunctionHandlebarsConf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PipelineFunctionHandlebarsConf' from JSON`);
45
+ }
46
+ /** @internal */
47
+ export const PipelineFunctionHandlebars$inboundSchema = z.object({
48
+ filter: z.string().default("true"),
49
+ id: z.literal("handlebars"),
50
+ description: z.string().optional(),
51
+ disabled: z.boolean().optional(),
52
+ final: z.boolean().optional(),
53
+ conf: z.lazy(() => PipelineFunctionHandlebarsConf$inboundSchema),
54
+ groupId: z.string().optional(),
55
+ });
56
+ /** @internal */
57
+ export const PipelineFunctionHandlebars$outboundSchema = z.object({
58
+ filter: z.string().default("true"),
59
+ id: z.literal("handlebars"),
60
+ description: z.string().optional(),
61
+ disabled: z.boolean().optional(),
62
+ final: z.boolean().optional(),
63
+ conf: z.lazy(() => PipelineFunctionHandlebarsConf$outboundSchema),
64
+ groupId: z.string().optional(),
65
+ });
66
+ export function pipelineFunctionHandlebarsToJSON(pipelineFunctionHandlebars) {
67
+ return JSON.stringify(PipelineFunctionHandlebars$outboundSchema.parse(pipelineFunctionHandlebars));
68
+ }
69
+ export function pipelineFunctionHandlebarsFromJSON(jsonString) {
70
+ return safeParse(jsonString, (x) => PipelineFunctionHandlebars$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PipelineFunctionHandlebars' from JSON`);
71
+ }
72
+ //# sourceMappingURL=pipelinefunctionhandlebars.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipelinefunctionhandlebars.js","sourceRoot":"","sources":["../../../src/models/pipelinefunctionhandlebars.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,311 @@
1
+ import * as z from "zod/v3";
2
+ import { OpenEnum } from "../types/enums.js";
3
+ import { Result as SafeParseResult } from "../types/fp.js";
4
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
5
+ /**
6
+ * Defines how task discovery will be performed. Each entry returned by the Discover operation will result in a Collect task.
7
+ */
8
+ export declare const RestCollectorConfDiscoverType: {
9
+ readonly Http: "http";
10
+ readonly Json: "json";
11
+ readonly List: "list";
12
+ readonly None: "none";
13
+ };
14
+ /**
15
+ * Defines how task discovery will be performed. Each entry returned by the Discover operation will result in a Collect task.
16
+ */
17
+ export type RestCollectorConfDiscoverType = OpenEnum<typeof RestCollectorConfDiscoverType>;
18
+ export type RestCollectorConfDiscovery = {
19
+ /**
20
+ * Defines how task discovery will be performed. Each entry returned by the Discover operation will result in a Collect task.
21
+ */
22
+ discoverType?: RestCollectorConfDiscoverType | undefined;
23
+ };
24
+ export declare const CollectMethod: {
25
+ /**
26
+ * GET
27
+ */
28
+ readonly Get: "get";
29
+ /**
30
+ * POST
31
+ */
32
+ readonly Post: "post";
33
+ /**
34
+ * POST with Body
35
+ */
36
+ readonly PostWithBody: "post_with_body";
37
+ /**
38
+ * Other
39
+ */
40
+ readonly Other: "other";
41
+ };
42
+ export type CollectMethod = OpenEnum<typeof CollectMethod>;
43
+ export type RestCollectorConfCollectRequestHeader = {
44
+ name: string;
45
+ /**
46
+ * JavaScript expression to compute parameter value, usually enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values that aren't successfully evaluated as JavaScript expressions will be treated as string constants.
47
+ */
48
+ value: string;
49
+ };
50
+ export declare const PaginationEnum: {
51
+ /**
52
+ * None
53
+ */
54
+ readonly None: "none";
55
+ /**
56
+ * Response Body Attribute
57
+ */
58
+ readonly ResponseBody: "response_body";
59
+ /**
60
+ * Response Header Attribute
61
+ */
62
+ readonly ResponseHeader: "response_header";
63
+ /**
64
+ * RFC 5988 - Web Linking
65
+ */
66
+ readonly ResponseHeaderLink: "response_header_link";
67
+ /**
68
+ * Offset/Limit
69
+ */
70
+ readonly RequestOffset: "request_offset";
71
+ /**
72
+ * Page/Size
73
+ */
74
+ readonly RequestPage: "request_page";
75
+ };
76
+ export type PaginationEnum = OpenEnum<typeof PaginationEnum>;
77
+ export type Pagination = {
78
+ type?: PaginationEnum | undefined;
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 declare const RestCollectorConfAuthentication: {
84
+ readonly None: "none";
85
+ readonly Basic: "basic";
86
+ readonly BasicSecret: "basicSecret";
87
+ readonly Login: "login";
88
+ readonly LoginSecret: "loginSecret";
89
+ readonly Oauth: "oauth";
90
+ readonly OauthSecret: "oauthSecret";
91
+ readonly GoogleOauth: "google_oauth";
92
+ readonly GoogleOauthSecret: "google_oauthSecret";
93
+ readonly Hmac: "hmac";
94
+ };
95
+ /**
96
+ * Authentication method for Discover and Collect REST calls. You can specify API key–based authentication by adding the appropriate Collect headers.
97
+ */
98
+ export type RestCollectorConfAuthentication = OpenEnum<typeof RestCollectorConfAuthentication>;
99
+ /**
100
+ * Algorithm to use when performing HTTP retries
101
+ */
102
+ export declare const RestCollectorConfRetryType: {
103
+ /**
104
+ * Disabled
105
+ */
106
+ readonly None: "none";
107
+ /**
108
+ * Backoff
109
+ */
110
+ readonly Backoff: "backoff";
111
+ /**
112
+ * Static
113
+ */
114
+ readonly Static: "static";
115
+ };
116
+ /**
117
+ * Algorithm to use when performing HTTP retries
118
+ */
119
+ export type RestCollectorConfRetryType = OpenEnum<typeof RestCollectorConfRetryType>;
120
+ export type RestCollectorConfRetryRules = {
121
+ /**
122
+ * Algorithm to use when performing HTTP retries
123
+ */
124
+ type?: RestCollectorConfRetryType | undefined;
125
+ interval?: any | undefined;
126
+ limit?: any | undefined;
127
+ multiplier?: any | undefined;
128
+ maxIntervalMs?: any | undefined;
129
+ codes?: any | undefined;
130
+ enableHeader?: any | undefined;
131
+ retryConnectTimeout?: any | undefined;
132
+ retryConnectReset?: any | undefined;
133
+ };
134
+ export type RestCollectorConfStateTracking = {
135
+ /**
136
+ * Track collection progress between consecutive scheduled executions
137
+ */
138
+ enabled?: boolean | undefined;
139
+ };
140
+ export type RestCollectorConfScheduling = {
141
+ stateTracking?: RestCollectorConfStateTracking | undefined;
142
+ };
143
+ export type RestCollectorConf = {
144
+ discovery?: RestCollectorConfDiscovery | undefined;
145
+ /**
146
+ * URL (constant or JavaScript expression) to use for the Collect operation
147
+ */
148
+ collectUrl: string;
149
+ collectMethod?: CollectMethod | undefined;
150
+ collectVerb?: any | undefined;
151
+ collectRequestParams?: any | undefined;
152
+ collectBody?: any | undefined;
153
+ collectRequestHeaders?: Array<RestCollectorConfCollectRequestHeader> | undefined;
154
+ pagination?: Pagination | undefined;
155
+ /**
156
+ * Authentication method for Discover and Collect REST calls. You can specify API key–based authentication by adding the appropriate Collect headers.
157
+ */
158
+ authentication?: RestCollectorConfAuthentication | undefined;
159
+ /**
160
+ * HTTP request inactivity timeout. Use 0 to disable.
161
+ */
162
+ timeout?: number | undefined;
163
+ /**
164
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
165
+ */
166
+ useRoundRobinDns?: boolean | undefined;
167
+ /**
168
+ * Disable Collector event time filtering when a date range is specified
169
+ */
170
+ disableTimeFilter?: boolean | undefined;
171
+ /**
172
+ * Decode the URL before sending requests (including pagination requests)
173
+ */
174
+ decodeUrl?: boolean | undefined;
175
+ /**
176
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
177
+ */
178
+ rejectUnauthorized?: boolean | undefined;
179
+ /**
180
+ * Enable to add response headers to the resHeaders field under the __collectible object
181
+ */
182
+ captureHeaders?: boolean | undefined;
183
+ /**
184
+ * Stop pagination when the Event Breaker produces no events
185
+ */
186
+ stopOnEmptyResults?: boolean | undefined;
187
+ /**
188
+ * List of headers that are safe to log in plain text
189
+ */
190
+ safeHeaders?: Array<string> | undefined;
191
+ retryRules?: RestCollectorConfRetryRules | undefined;
192
+ scheduling?: RestCollectorConfScheduling | undefined;
193
+ };
194
+ /** @internal */
195
+ export declare const RestCollectorConfDiscoverType$inboundSchema: z.ZodType<RestCollectorConfDiscoverType, z.ZodTypeDef, unknown>;
196
+ /** @internal */
197
+ export declare const RestCollectorConfDiscoverType$outboundSchema: z.ZodType<string, z.ZodTypeDef, RestCollectorConfDiscoverType>;
198
+ /** @internal */
199
+ export declare const RestCollectorConfDiscovery$inboundSchema: z.ZodType<RestCollectorConfDiscovery, z.ZodTypeDef, unknown>;
200
+ /** @internal */
201
+ export type RestCollectorConfDiscovery$Outbound = {
202
+ discoverType: string;
203
+ };
204
+ /** @internal */
205
+ export declare const RestCollectorConfDiscovery$outboundSchema: z.ZodType<RestCollectorConfDiscovery$Outbound, z.ZodTypeDef, RestCollectorConfDiscovery>;
206
+ export declare function restCollectorConfDiscoveryToJSON(restCollectorConfDiscovery: RestCollectorConfDiscovery): string;
207
+ export declare function restCollectorConfDiscoveryFromJSON(jsonString: string): SafeParseResult<RestCollectorConfDiscovery, SDKValidationError>;
208
+ /** @internal */
209
+ export declare const CollectMethod$inboundSchema: z.ZodType<CollectMethod, z.ZodTypeDef, unknown>;
210
+ /** @internal */
211
+ export declare const CollectMethod$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectMethod>;
212
+ /** @internal */
213
+ export declare const RestCollectorConfCollectRequestHeader$inboundSchema: z.ZodType<RestCollectorConfCollectRequestHeader, z.ZodTypeDef, unknown>;
214
+ /** @internal */
215
+ export type RestCollectorConfCollectRequestHeader$Outbound = {
216
+ name: string;
217
+ value: string;
218
+ };
219
+ /** @internal */
220
+ export declare const RestCollectorConfCollectRequestHeader$outboundSchema: z.ZodType<RestCollectorConfCollectRequestHeader$Outbound, z.ZodTypeDef, RestCollectorConfCollectRequestHeader>;
221
+ export declare function restCollectorConfCollectRequestHeaderToJSON(restCollectorConfCollectRequestHeader: RestCollectorConfCollectRequestHeader): string;
222
+ export declare function restCollectorConfCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<RestCollectorConfCollectRequestHeader, SDKValidationError>;
223
+ /** @internal */
224
+ export declare const PaginationEnum$inboundSchema: z.ZodType<PaginationEnum, z.ZodTypeDef, unknown>;
225
+ /** @internal */
226
+ export declare const PaginationEnum$outboundSchema: z.ZodType<string, z.ZodTypeDef, PaginationEnum>;
227
+ /** @internal */
228
+ export declare const Pagination$inboundSchema: z.ZodType<Pagination, z.ZodTypeDef, unknown>;
229
+ /** @internal */
230
+ export type Pagination$Outbound = {
231
+ type: string;
232
+ };
233
+ /** @internal */
234
+ export declare const Pagination$outboundSchema: z.ZodType<Pagination$Outbound, z.ZodTypeDef, Pagination>;
235
+ export declare function paginationToJSON(pagination: Pagination): string;
236
+ export declare function paginationFromJSON(jsonString: string): SafeParseResult<Pagination, SDKValidationError>;
237
+ /** @internal */
238
+ export declare const RestCollectorConfAuthentication$inboundSchema: z.ZodType<RestCollectorConfAuthentication, z.ZodTypeDef, unknown>;
239
+ /** @internal */
240
+ export declare const RestCollectorConfAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, RestCollectorConfAuthentication>;
241
+ /** @internal */
242
+ export declare const RestCollectorConfRetryType$inboundSchema: z.ZodType<RestCollectorConfRetryType, z.ZodTypeDef, unknown>;
243
+ /** @internal */
244
+ export declare const RestCollectorConfRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, RestCollectorConfRetryType>;
245
+ /** @internal */
246
+ export declare const RestCollectorConfRetryRules$inboundSchema: z.ZodType<RestCollectorConfRetryRules, z.ZodTypeDef, unknown>;
247
+ /** @internal */
248
+ export type RestCollectorConfRetryRules$Outbound = {
249
+ type: string;
250
+ interval?: any | undefined;
251
+ limit?: any | undefined;
252
+ multiplier?: any | undefined;
253
+ maxIntervalMs?: any | undefined;
254
+ codes?: any | undefined;
255
+ enableHeader?: any | undefined;
256
+ retryConnectTimeout?: any | undefined;
257
+ retryConnectReset?: any | undefined;
258
+ };
259
+ /** @internal */
260
+ export declare const RestCollectorConfRetryRules$outboundSchema: z.ZodType<RestCollectorConfRetryRules$Outbound, z.ZodTypeDef, RestCollectorConfRetryRules>;
261
+ export declare function restCollectorConfRetryRulesToJSON(restCollectorConfRetryRules: RestCollectorConfRetryRules): string;
262
+ export declare function restCollectorConfRetryRulesFromJSON(jsonString: string): SafeParseResult<RestCollectorConfRetryRules, SDKValidationError>;
263
+ /** @internal */
264
+ export declare const RestCollectorConfStateTracking$inboundSchema: z.ZodType<RestCollectorConfStateTracking, z.ZodTypeDef, unknown>;
265
+ /** @internal */
266
+ export type RestCollectorConfStateTracking$Outbound = {
267
+ enabled?: boolean | undefined;
268
+ };
269
+ /** @internal */
270
+ export declare const RestCollectorConfStateTracking$outboundSchema: z.ZodType<RestCollectorConfStateTracking$Outbound, z.ZodTypeDef, RestCollectorConfStateTracking>;
271
+ export declare function restCollectorConfStateTrackingToJSON(restCollectorConfStateTracking: RestCollectorConfStateTracking): string;
272
+ export declare function restCollectorConfStateTrackingFromJSON(jsonString: string): SafeParseResult<RestCollectorConfStateTracking, SDKValidationError>;
273
+ /** @internal */
274
+ export declare const RestCollectorConfScheduling$inboundSchema: z.ZodType<RestCollectorConfScheduling, z.ZodTypeDef, unknown>;
275
+ /** @internal */
276
+ export type RestCollectorConfScheduling$Outbound = {
277
+ stateTracking?: RestCollectorConfStateTracking$Outbound | undefined;
278
+ };
279
+ /** @internal */
280
+ export declare const RestCollectorConfScheduling$outboundSchema: z.ZodType<RestCollectorConfScheduling$Outbound, z.ZodTypeDef, RestCollectorConfScheduling>;
281
+ export declare function restCollectorConfSchedulingToJSON(restCollectorConfScheduling: RestCollectorConfScheduling): string;
282
+ export declare function restCollectorConfSchedulingFromJSON(jsonString: string): SafeParseResult<RestCollectorConfScheduling, SDKValidationError>;
283
+ /** @internal */
284
+ export declare const RestCollectorConf$inboundSchema: z.ZodType<RestCollectorConf, z.ZodTypeDef, unknown>;
285
+ /** @internal */
286
+ export type RestCollectorConf$Outbound = {
287
+ discovery?: RestCollectorConfDiscovery$Outbound | undefined;
288
+ collectUrl: string;
289
+ collectMethod: string;
290
+ collectVerb?: any | undefined;
291
+ collectRequestParams?: any | undefined;
292
+ collectBody?: any | undefined;
293
+ collectRequestHeaders?: Array<RestCollectorConfCollectRequestHeader$Outbound> | undefined;
294
+ pagination?: Pagination$Outbound | undefined;
295
+ authentication: string;
296
+ timeout: number;
297
+ useRoundRobinDns: boolean;
298
+ disableTimeFilter: boolean;
299
+ decodeUrl: boolean;
300
+ rejectUnauthorized: boolean;
301
+ captureHeaders: boolean;
302
+ stopOnEmptyResults: boolean;
303
+ safeHeaders?: Array<string> | undefined;
304
+ retryRules?: RestCollectorConfRetryRules$Outbound | undefined;
305
+ __scheduling?: RestCollectorConfScheduling$Outbound | undefined;
306
+ };
307
+ /** @internal */
308
+ export declare const RestCollectorConf$outboundSchema: z.ZodType<RestCollectorConf$Outbound, z.ZodTypeDef, RestCollectorConf>;
309
+ export declare function restCollectorConfToJSON(restCollectorConf: RestCollectorConf): string;
310
+ export declare function restCollectorConfFromJSON(jsonString: string): SafeParseResult<RestCollectorConf, SDKValidationError>;
311
+ //# sourceMappingURL=restcollectorconf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restcollectorconf.d.ts","sourceRoot":"","sources":["../../../src/models/restcollectorconf.ts"],"names":[],"mappings":"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"}