cribl-control-plane 0.5.0-beta.12 → 0.5.0-beta.14

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 (922) hide show
  1. package/dist/commonjs/lib/config.d.ts +4 -4
  2. package/dist/commonjs/lib/config.js +4 -4
  3. package/dist/commonjs/models/azureblobcollectorconf.d.ts +444 -0
  4. package/dist/commonjs/models/azureblobcollectorconf.d.ts.map +1 -0
  5. package/dist/commonjs/models/azureblobcollectorconf.js +324 -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 +10 -722
  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 +7 -6
  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 +7 -58
  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 +7 -47
  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 +10 -394
  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 +12 -3790
  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 +12 -6524
  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 +10 -1158
  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 +7 -42
  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 +10 -1937
  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/commit.d.ts +2 -2
  52. package/dist/commonjs/models/commit.d.ts.map +1 -1
  53. package/dist/commonjs/models/commit.js +2 -13
  54. package/dist/commonjs/models/commit.js.map +1 -1
  55. package/dist/commonjs/models/cribllakecollectorconf.d.ts +20 -0
  56. package/dist/commonjs/models/cribllakecollectorconf.d.ts.map +1 -0
  57. package/dist/commonjs/models/{criblevent.js → cribllakecollectorconf.js} +16 -14
  58. package/dist/commonjs/models/cribllakecollectorconf.js.map +1 -0
  59. package/dist/commonjs/models/databasecollectorconf.d.ts +72 -0
  60. package/dist/commonjs/models/databasecollectorconf.d.ts.map +1 -0
  61. package/dist/commonjs/models/databasecollectorconf.js +112 -0
  62. package/dist/commonjs/models/databasecollectorconf.js.map +1 -0
  63. package/dist/commonjs/models/filesystemcollectorconf.d.ts +61 -0
  64. package/dist/commonjs/models/filesystemcollectorconf.d.ts.map +1 -0
  65. package/dist/commonjs/models/filesystemcollectorconf.js +84 -0
  66. package/dist/commonjs/models/filesystemcollectorconf.js.map +1 -0
  67. package/dist/commonjs/models/functionaggregatemetrics.d.ts +2 -2
  68. package/dist/commonjs/models/functionaggregatemetrics.d.ts.map +1 -1
  69. package/dist/commonjs/models/functionaggregatemetrics.js +0 -6
  70. package/dist/commonjs/models/functionaggregatemetrics.js.map +1 -1
  71. package/dist/commonjs/models/functionaggregation.d.ts +2 -2
  72. package/dist/commonjs/models/functionaggregation.d.ts.map +1 -1
  73. package/dist/commonjs/models/functionaggregation.js +0 -6
  74. package/dist/commonjs/models/functionaggregation.js.map +1 -1
  75. package/dist/commonjs/models/functionautotimestamp.d.ts +2 -2
  76. package/dist/commonjs/models/functionautotimestamp.d.ts.map +1 -1
  77. package/dist/commonjs/models/functionautotimestamp.js +0 -6
  78. package/dist/commonjs/models/functionautotimestamp.js.map +1 -1
  79. package/dist/commonjs/models/functioncef.d.ts +2 -2
  80. package/dist/commonjs/models/functioncef.d.ts.map +1 -1
  81. package/dist/commonjs/models/functioncef.js +0 -6
  82. package/dist/commonjs/models/functioncef.js.map +1 -1
  83. package/dist/commonjs/models/functionchain.d.ts +2 -2
  84. package/dist/commonjs/models/functionchain.d.ts.map +1 -1
  85. package/dist/commonjs/models/functionchain.js +0 -6
  86. package/dist/commonjs/models/functionchain.js.map +1 -1
  87. package/dist/commonjs/models/functionclone.d.ts +2 -2
  88. package/dist/commonjs/models/functionclone.d.ts.map +1 -1
  89. package/dist/commonjs/models/functionclone.js +0 -6
  90. package/dist/commonjs/models/functionclone.js.map +1 -1
  91. package/dist/commonjs/models/functioncode.d.ts +2 -2
  92. package/dist/commonjs/models/functioncode.d.ts.map +1 -1
  93. package/dist/commonjs/models/functioncode.js +0 -6
  94. package/dist/commonjs/models/functioncode.js.map +1 -1
  95. package/dist/commonjs/models/functioncomment.d.ts +2 -2
  96. package/dist/commonjs/models/functioncomment.d.ts.map +1 -1
  97. package/dist/commonjs/models/functioncomment.js +0 -6
  98. package/dist/commonjs/models/functioncomment.js.map +1 -1
  99. package/dist/commonjs/models/functiondistinct.d.ts +2 -2
  100. package/dist/commonjs/models/functiondistinct.d.ts.map +1 -1
  101. package/dist/commonjs/models/functiondistinct.js +0 -6
  102. package/dist/commonjs/models/functiondistinct.js.map +1 -1
  103. package/dist/commonjs/models/functiondnslookup.d.ts +2 -2
  104. package/dist/commonjs/models/functiondnslookup.d.ts.map +1 -1
  105. package/dist/commonjs/models/functiondnslookup.js +0 -6
  106. package/dist/commonjs/models/functiondnslookup.js.map +1 -1
  107. package/dist/commonjs/models/functiondrop.d.ts +2 -2
  108. package/dist/commonjs/models/functiondrop.d.ts.map +1 -1
  109. package/dist/commonjs/models/functiondrop.js +0 -6
  110. package/dist/commonjs/models/functiondrop.js.map +1 -1
  111. package/dist/commonjs/models/functiondropdimensions.d.ts +2 -2
  112. package/dist/commonjs/models/functiondropdimensions.d.ts.map +1 -1
  113. package/dist/commonjs/models/functiondropdimensions.js +0 -6
  114. package/dist/commonjs/models/functiondropdimensions.js.map +1 -1
  115. package/dist/commonjs/models/functiondynamicsampling.d.ts +2 -2
  116. package/dist/commonjs/models/functiondynamicsampling.d.ts.map +1 -1
  117. package/dist/commonjs/models/functiondynamicsampling.js +0 -6
  118. package/dist/commonjs/models/functiondynamicsampling.js.map +1 -1
  119. package/dist/commonjs/models/functioneval.d.ts +2 -2
  120. package/dist/commonjs/models/functioneval.d.ts.map +1 -1
  121. package/dist/commonjs/models/functioneval.js +0 -6
  122. package/dist/commonjs/models/functioneval.js.map +1 -1
  123. package/dist/commonjs/models/functioneventbreaker.d.ts +2 -2
  124. package/dist/commonjs/models/functioneventbreaker.d.ts.map +1 -1
  125. package/dist/commonjs/models/functioneventbreaker.js +0 -6
  126. package/dist/commonjs/models/functioneventbreaker.js.map +1 -1
  127. package/dist/commonjs/models/functioneventstats.d.ts +2 -2
  128. package/dist/commonjs/models/functioneventstats.d.ts.map +1 -1
  129. package/dist/commonjs/models/functioneventstats.js +0 -6
  130. package/dist/commonjs/models/functioneventstats.js.map +1 -1
  131. package/dist/commonjs/models/functionexternaldata.d.ts +2 -2
  132. package/dist/commonjs/models/functionexternaldata.d.ts.map +1 -1
  133. package/dist/commonjs/models/functionexternaldata.js +0 -6
  134. package/dist/commonjs/models/functionexternaldata.js.map +1 -1
  135. package/dist/commonjs/models/functionflatten.d.ts +2 -2
  136. package/dist/commonjs/models/functionflatten.d.ts.map +1 -1
  137. package/dist/commonjs/models/functionflatten.js +0 -6
  138. package/dist/commonjs/models/functionflatten.js.map +1 -1
  139. package/dist/commonjs/models/functionfoldkeys.d.ts +2 -2
  140. package/dist/commonjs/models/functionfoldkeys.d.ts.map +1 -1
  141. package/dist/commonjs/models/functionfoldkeys.js +0 -6
  142. package/dist/commonjs/models/functionfoldkeys.js.map +1 -1
  143. package/dist/commonjs/models/functiongenstats.d.ts +2 -2
  144. package/dist/commonjs/models/functiongenstats.d.ts.map +1 -1
  145. package/dist/commonjs/models/functiongenstats.js +0 -6
  146. package/dist/commonjs/models/functiongenstats.js.map +1 -1
  147. package/dist/commonjs/models/functiongeoip.d.ts +2 -2
  148. package/dist/commonjs/models/functiongeoip.d.ts.map +1 -1
  149. package/dist/commonjs/models/functiongeoip.js +0 -6
  150. package/dist/commonjs/models/functiongeoip.js.map +1 -1
  151. package/dist/commonjs/models/functiongrok.d.ts +2 -2
  152. package/dist/commonjs/models/functiongrok.d.ts.map +1 -1
  153. package/dist/commonjs/models/functiongrok.js +0 -6
  154. package/dist/commonjs/models/functiongrok.js.map +1 -1
  155. package/dist/commonjs/models/functionhandlebars.d.ts +2 -2
  156. package/dist/commonjs/models/functionhandlebars.d.ts.map +1 -1
  157. package/dist/commonjs/models/functionhandlebars.js +0 -6
  158. package/dist/commonjs/models/functionhandlebars.js.map +1 -1
  159. package/dist/commonjs/models/functionjoin.d.ts +2 -2
  160. package/dist/commonjs/models/functionjoin.d.ts.map +1 -1
  161. package/dist/commonjs/models/functionjoin.js +0 -6
  162. package/dist/commonjs/models/functionjoin.js.map +1 -1
  163. package/dist/commonjs/models/functionjsonunroll.d.ts +2 -2
  164. package/dist/commonjs/models/functionjsonunroll.d.ts.map +1 -1
  165. package/dist/commonjs/models/functionjsonunroll.js +0 -6
  166. package/dist/commonjs/models/functionjsonunroll.js.map +1 -1
  167. package/dist/commonjs/models/functionlakeexport.d.ts +2 -2
  168. package/dist/commonjs/models/functionlakeexport.d.ts.map +1 -1
  169. package/dist/commonjs/models/functionlakeexport.js +0 -6
  170. package/dist/commonjs/models/functionlakeexport.js.map +1 -1
  171. package/dist/commonjs/models/functionlimit.d.ts +2 -2
  172. package/dist/commonjs/models/functionlimit.d.ts.map +1 -1
  173. package/dist/commonjs/models/functionlimit.js +0 -6
  174. package/dist/commonjs/models/functionlimit.js.map +1 -1
  175. package/dist/commonjs/models/functionlocalsearchdatatypeparser.d.ts +2 -2
  176. package/dist/commonjs/models/functionlocalsearchdatatypeparser.d.ts.map +1 -1
  177. package/dist/commonjs/models/functionlocalsearchdatatypeparser.js +0 -6
  178. package/dist/commonjs/models/functionlocalsearchdatatypeparser.js.map +1 -1
  179. package/dist/commonjs/models/functionlocalsearchrulesetrunner.d.ts +2 -2
  180. package/dist/commonjs/models/functionlocalsearchrulesetrunner.d.ts.map +1 -1
  181. package/dist/commonjs/models/functionlocalsearchrulesetrunner.js +0 -6
  182. package/dist/commonjs/models/functionlocalsearchrulesetrunner.js.map +1 -1
  183. package/dist/commonjs/models/functionlookup.d.ts +2 -2
  184. package/dist/commonjs/models/functionlookup.d.ts.map +1 -1
  185. package/dist/commonjs/models/functionlookup.js +0 -6
  186. package/dist/commonjs/models/functionlookup.js.map +1 -1
  187. package/dist/commonjs/models/functionmask.d.ts +2 -2
  188. package/dist/commonjs/models/functionmask.d.ts.map +1 -1
  189. package/dist/commonjs/models/functionmask.js +0 -6
  190. package/dist/commonjs/models/functionmask.js.map +1 -1
  191. package/dist/commonjs/models/functionmvexpand.d.ts +2 -2
  192. package/dist/commonjs/models/functionmvexpand.d.ts.map +1 -1
  193. package/dist/commonjs/models/functionmvexpand.js +0 -6
  194. package/dist/commonjs/models/functionmvexpand.js.map +1 -1
  195. package/dist/commonjs/models/functionmvpull.d.ts +2 -2
  196. package/dist/commonjs/models/functionmvpull.d.ts.map +1 -1
  197. package/dist/commonjs/models/functionmvpull.js +0 -6
  198. package/dist/commonjs/models/functionmvpull.js.map +1 -1
  199. package/dist/commonjs/models/functionnotificationpolicies.d.ts +2 -2
  200. package/dist/commonjs/models/functionnotificationpolicies.d.ts.map +1 -1
  201. package/dist/commonjs/models/functionnotificationpolicies.js +0 -6
  202. package/dist/commonjs/models/functionnotificationpolicies.js.map +1 -1
  203. package/dist/commonjs/models/functionnotifications.d.ts +2 -2
  204. package/dist/commonjs/models/functionnotifications.d.ts.map +1 -1
  205. package/dist/commonjs/models/functionnotifications.js +0 -6
  206. package/dist/commonjs/models/functionnotifications.js.map +1 -1
  207. package/dist/commonjs/models/functionnotify.d.ts +2 -2
  208. package/dist/commonjs/models/functionnotify.d.ts.map +1 -1
  209. package/dist/commonjs/models/functionnotify.js +0 -6
  210. package/dist/commonjs/models/functionnotify.js.map +1 -1
  211. package/dist/commonjs/models/functionnumerify.d.ts +2 -2
  212. package/dist/commonjs/models/functionnumerify.d.ts.map +1 -1
  213. package/dist/commonjs/models/functionnumerify.js +0 -6
  214. package/dist/commonjs/models/functionnumerify.js.map +1 -1
  215. package/dist/commonjs/models/functionotlplogs.d.ts +2 -2
  216. package/dist/commonjs/models/functionotlplogs.d.ts.map +1 -1
  217. package/dist/commonjs/models/functionotlplogs.js +0 -6
  218. package/dist/commonjs/models/functionotlplogs.js.map +1 -1
  219. package/dist/commonjs/models/functionotlpmetrics.d.ts +2 -2
  220. package/dist/commonjs/models/functionotlpmetrics.d.ts.map +1 -1
  221. package/dist/commonjs/models/functionotlpmetrics.js +0 -6
  222. package/dist/commonjs/models/functionotlpmetrics.js.map +1 -1
  223. package/dist/commonjs/models/functionotlptraces.d.ts +2 -2
  224. package/dist/commonjs/models/functionotlptraces.d.ts.map +1 -1
  225. package/dist/commonjs/models/functionotlptraces.js +0 -6
  226. package/dist/commonjs/models/functionotlptraces.js.map +1 -1
  227. package/dist/commonjs/models/functionpack.d.ts +2 -2
  228. package/dist/commonjs/models/functionpack.d.ts.map +1 -1
  229. package/dist/commonjs/models/functionpack.js +0 -6
  230. package/dist/commonjs/models/functionpack.js.map +1 -1
  231. package/dist/commonjs/models/functionpivot.d.ts +2 -2
  232. package/dist/commonjs/models/functionpivot.d.ts.map +1 -1
  233. package/dist/commonjs/models/functionpivot.js +0 -6
  234. package/dist/commonjs/models/functionpivot.js.map +1 -1
  235. package/dist/commonjs/models/functionpublishmetrics.d.ts +2 -2
  236. package/dist/commonjs/models/functionpublishmetrics.d.ts.map +1 -1
  237. package/dist/commonjs/models/functionpublishmetrics.js +0 -6
  238. package/dist/commonjs/models/functionpublishmetrics.js.map +1 -1
  239. package/dist/commonjs/models/functionredis.d.ts +2 -2
  240. package/dist/commonjs/models/functionredis.d.ts.map +1 -1
  241. package/dist/commonjs/models/functionredis.js +0 -6
  242. package/dist/commonjs/models/functionredis.js.map +1 -1
  243. package/dist/commonjs/models/functionregexextract.d.ts +2 -2
  244. package/dist/commonjs/models/functionregexextract.d.ts.map +1 -1
  245. package/dist/commonjs/models/functionregexextract.js +0 -6
  246. package/dist/commonjs/models/functionregexextract.js.map +1 -1
  247. package/dist/commonjs/models/functionregexfilter.d.ts +2 -2
  248. package/dist/commonjs/models/functionregexfilter.d.ts.map +1 -1
  249. package/dist/commonjs/models/functionregexfilter.js +0 -6
  250. package/dist/commonjs/models/functionregexfilter.js.map +1 -1
  251. package/dist/commonjs/models/functionrename.d.ts +2 -2
  252. package/dist/commonjs/models/functionrename.d.ts.map +1 -1
  253. package/dist/commonjs/models/functionrename.js +0 -6
  254. package/dist/commonjs/models/functionrename.js.map +1 -1
  255. package/dist/commonjs/models/functionrollupmetrics.d.ts +2 -2
  256. package/dist/commonjs/models/functionrollupmetrics.d.ts.map +1 -1
  257. package/dist/commonjs/models/functionrollupmetrics.js +0 -6
  258. package/dist/commonjs/models/functionrollupmetrics.js.map +1 -1
  259. package/dist/commonjs/models/functionsampling.d.ts +2 -2
  260. package/dist/commonjs/models/functionsampling.d.ts.map +1 -1
  261. package/dist/commonjs/models/functionsampling.js +0 -6
  262. package/dist/commonjs/models/functionsampling.js.map +1 -1
  263. package/dist/commonjs/models/functionsend.d.ts +2 -2
  264. package/dist/commonjs/models/functionsend.d.ts.map +1 -1
  265. package/dist/commonjs/models/functionsend.js +0 -6
  266. package/dist/commonjs/models/functionsend.js.map +1 -1
  267. package/dist/commonjs/models/functionsensitivedatascanner.d.ts +2 -2
  268. package/dist/commonjs/models/functionsensitivedatascanner.d.ts.map +1 -1
  269. package/dist/commonjs/models/functionsensitivedatascanner.js +0 -6
  270. package/dist/commonjs/models/functionsensitivedatascanner.js.map +1 -1
  271. package/dist/commonjs/models/functionserde.d.ts +2 -2
  272. package/dist/commonjs/models/functionserde.d.ts.map +1 -1
  273. package/dist/commonjs/models/functionserde.js +0 -6
  274. package/dist/commonjs/models/functionserde.js.map +1 -1
  275. package/dist/commonjs/models/functionserialize.d.ts +2 -2
  276. package/dist/commonjs/models/functionserialize.d.ts.map +1 -1
  277. package/dist/commonjs/models/functionserialize.js +0 -6
  278. package/dist/commonjs/models/functionserialize.js.map +1 -1
  279. package/dist/commonjs/models/functionsidlookup.d.ts +2 -2
  280. package/dist/commonjs/models/functionsidlookup.d.ts.map +1 -1
  281. package/dist/commonjs/models/functionsidlookup.js +0 -6
  282. package/dist/commonjs/models/functionsidlookup.js.map +1 -1
  283. package/dist/commonjs/models/functionsnmptrapserialize.d.ts +2 -2
  284. package/dist/commonjs/models/functionsnmptrapserialize.d.ts.map +1 -1
  285. package/dist/commonjs/models/functionsnmptrapserialize.js +0 -6
  286. package/dist/commonjs/models/functionsnmptrapserialize.js.map +1 -1
  287. package/dist/commonjs/models/functionsort.d.ts +2 -2
  288. package/dist/commonjs/models/functionsort.d.ts.map +1 -1
  289. package/dist/commonjs/models/functionsort.js +0 -6
  290. package/dist/commonjs/models/functionsort.js.map +1 -1
  291. package/dist/commonjs/models/functionstore.d.ts +2 -2
  292. package/dist/commonjs/models/functionstore.d.ts.map +1 -1
  293. package/dist/commonjs/models/functionstore.js +0 -6
  294. package/dist/commonjs/models/functionstore.js.map +1 -1
  295. package/dist/commonjs/models/functionsuppress.d.ts +2 -2
  296. package/dist/commonjs/models/functionsuppress.d.ts.map +1 -1
  297. package/dist/commonjs/models/functionsuppress.js +0 -6
  298. package/dist/commonjs/models/functionsuppress.js.map +1 -1
  299. package/dist/commonjs/models/functiontee.d.ts +2 -2
  300. package/dist/commonjs/models/functiontee.d.ts.map +1 -1
  301. package/dist/commonjs/models/functiontee.js +0 -6
  302. package/dist/commonjs/models/functiontee.js.map +1 -1
  303. package/dist/commonjs/models/functiontrimtimestamp.d.ts +2 -2
  304. package/dist/commonjs/models/functiontrimtimestamp.d.ts.map +1 -1
  305. package/dist/commonjs/models/functiontrimtimestamp.js +0 -6
  306. package/dist/commonjs/models/functiontrimtimestamp.js.map +1 -1
  307. package/dist/commonjs/models/functionunion.d.ts +2 -2
  308. package/dist/commonjs/models/functionunion.d.ts.map +1 -1
  309. package/dist/commonjs/models/functionunion.js +0 -6
  310. package/dist/commonjs/models/functionunion.js.map +1 -1
  311. package/dist/commonjs/models/functionunroll.d.ts +2 -2
  312. package/dist/commonjs/models/functionunroll.d.ts.map +1 -1
  313. package/dist/commonjs/models/functionunroll.js +0 -6
  314. package/dist/commonjs/models/functionunroll.js.map +1 -1
  315. package/dist/commonjs/models/functionwindow.d.ts +2 -2
  316. package/dist/commonjs/models/functionwindow.d.ts.map +1 -1
  317. package/dist/commonjs/models/functionwindow.js +0 -6
  318. package/dist/commonjs/models/functionwindow.js.map +1 -1
  319. package/dist/commonjs/models/functionxmlunroll.d.ts +2 -2
  320. package/dist/commonjs/models/functionxmlunroll.d.ts.map +1 -1
  321. package/dist/commonjs/models/functionxmlunroll.js +0 -6
  322. package/dist/commonjs/models/functionxmlunroll.js.map +1 -1
  323. package/dist/commonjs/models/gitlogresult.d.ts +2 -2
  324. package/dist/commonjs/models/gitlogresult.d.ts.map +1 -1
  325. package/dist/commonjs/models/gitlogresult.js +0 -6
  326. package/dist/commonjs/models/gitlogresult.js.map +1 -1
  327. package/dist/commonjs/models/gitstatusresult.d.ts +2 -2
  328. package/dist/commonjs/models/gitstatusresult.d.ts.map +1 -1
  329. package/dist/commonjs/models/gitstatusresult.js +0 -9
  330. package/dist/commonjs/models/gitstatusresult.js.map +1 -1
  331. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts +284 -0
  332. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  333. package/dist/commonjs/models/googlecloudstoragecollectorconf.js +228 -0
  334. package/dist/commonjs/models/googlecloudstoragecollectorconf.js.map +1 -0
  335. package/dist/commonjs/models/healthcheckcollectorconf.d.ts +2460 -0
  336. package/dist/commonjs/models/healthcheckcollectorconf.d.ts.map +1 -0
  337. package/dist/commonjs/models/healthcheckcollectorconf.js +2097 -0
  338. package/dist/commonjs/models/healthcheckcollectorconf.js.map +1 -0
  339. package/dist/commonjs/models/index.d.ts +11 -2
  340. package/dist/commonjs/models/index.d.ts.map +1 -1
  341. package/dist/commonjs/models/index.js +11 -2
  342. package/dist/commonjs/models/index.js.map +1 -1
  343. package/dist/commonjs/models/inputedgeprometheus.d.ts +2 -2
  344. package/dist/commonjs/models/inputedgeprometheus.d.ts.map +1 -1
  345. package/dist/commonjs/models/inputedgeprometheus.js +2 -13
  346. package/dist/commonjs/models/inputedgeprometheus.js.map +1 -1
  347. package/dist/commonjs/models/inputprometheus.d.ts +2 -2
  348. package/dist/commonjs/models/inputprometheus.d.ts.map +1 -1
  349. package/dist/commonjs/models/inputprometheus.js +2 -13
  350. package/dist/commonjs/models/inputprometheus.js.map +1 -1
  351. package/dist/commonjs/models/nodeprovidedinfo.d.ts +1 -1
  352. package/dist/commonjs/models/nodeprovidedinfo.d.ts.map +1 -1
  353. package/dist/commonjs/models/nodeprovidedinfo.js +0 -5
  354. package/dist/commonjs/models/nodeprovidedinfo.js.map +1 -1
  355. package/dist/commonjs/models/operations/createauthlogin.d.ts +1 -1
  356. package/dist/commonjs/models/operations/createauthlogin.d.ts.map +1 -1
  357. package/dist/commonjs/models/operations/createauthlogin.js +0 -1
  358. package/dist/commonjs/models/operations/createauthlogin.js.map +1 -1
  359. package/dist/commonjs/models/operations/createinput.d.ts +4 -4
  360. package/dist/commonjs/models/operations/createinput.d.ts.map +1 -1
  361. package/dist/commonjs/models/operations/createinput.js +4 -15
  362. package/dist/commonjs/models/operations/createinput.js.map +1 -1
  363. package/dist/commonjs/models/operations/createoutput.d.ts +2 -2
  364. package/dist/commonjs/models/operations/createoutput.d.ts.map +1 -1
  365. package/dist/commonjs/models/operations/createoutput.js +2 -11
  366. package/dist/commonjs/models/operations/createoutput.js.map +1 -1
  367. package/dist/commonjs/models/outputmicrosoftfabric.d.ts +1 -1
  368. package/dist/commonjs/models/outputmicrosoftfabric.d.ts.map +1 -1
  369. package/dist/commonjs/models/outputmicrosoftfabric.js +1 -10
  370. package/dist/commonjs/models/outputmicrosoftfabric.js.map +1 -1
  371. package/dist/commonjs/models/outputsentinel.d.ts +1 -1
  372. package/dist/commonjs/models/outputsentinel.d.ts.map +1 -1
  373. package/dist/commonjs/models/outputsentinel.js +1 -10
  374. package/dist/commonjs/models/outputsentinel.js.map +1 -1
  375. package/dist/commonjs/models/outputtestrequest.d.ts +6 -3
  376. package/dist/commonjs/models/outputtestrequest.d.ts.map +1 -1
  377. package/dist/commonjs/models/outputtestrequest.js +1 -2
  378. package/dist/commonjs/models/outputtestrequest.js.map +1 -1
  379. package/dist/commonjs/models/restcollectorconf.d.ts +5150 -0
  380. package/dist/commonjs/models/restcollectorconf.d.ts.map +1 -0
  381. package/dist/commonjs/models/restcollectorconf.js +4771 -0
  382. package/dist/commonjs/models/restcollectorconf.js.map +1 -0
  383. package/dist/commonjs/models/runnablejobcollection.d.ts +5 -23
  384. package/dist/commonjs/models/runnablejobcollection.d.ts.map +1 -1
  385. package/dist/commonjs/models/runnablejobcollection.js +3 -14
  386. package/dist/commonjs/models/runnablejobcollection.js.map +1 -1
  387. package/dist/commonjs/models/s3collectorconf.d.ts +929 -0
  388. package/dist/commonjs/models/s3collectorconf.d.ts.map +1 -0
  389. package/dist/commonjs/models/s3collectorconf.js +632 -0
  390. package/dist/commonjs/models/s3collectorconf.js.map +1 -0
  391. package/dist/commonjs/models/savedjobcollection.d.ts +6 -34
  392. package/dist/commonjs/models/savedjobcollection.d.ts.map +1 -1
  393. package/dist/commonjs/models/savedjobcollection.js +4 -26
  394. package/dist/commonjs/models/savedjobcollection.js.map +1 -1
  395. package/dist/commonjs/models/scriptcollectorconf.d.ts +56 -0
  396. package/dist/commonjs/models/scriptcollectorconf.d.ts.map +1 -0
  397. package/dist/commonjs/models/scriptcollectorconf.js +83 -0
  398. package/dist/commonjs/models/scriptcollectorconf.js.map +1 -0
  399. package/dist/commonjs/models/splunkcollectorconf.d.ts +1639 -0
  400. package/dist/commonjs/models/splunkcollectorconf.d.ts.map +1 -0
  401. package/dist/commonjs/models/splunkcollectorconf.js +1319 -0
  402. package/dist/commonjs/models/splunkcollectorconf.js.map +1 -0
  403. package/dist/esm/lib/config.d.ts +4 -4
  404. package/dist/esm/lib/config.js +4 -4
  405. package/dist/esm/models/azureblobcollectorconf.d.ts +444 -0
  406. package/dist/esm/models/azureblobcollectorconf.d.ts.map +1 -0
  407. package/dist/esm/models/azureblobcollectorconf.js +268 -0
  408. package/dist/esm/models/azureblobcollectorconf.js.map +1 -0
  409. package/dist/esm/models/collector.d.ts +26 -0
  410. package/dist/esm/models/collector.d.ts.map +1 -0
  411. package/dist/esm/models/{collectorconf.js → collector.js} +19 -19
  412. package/dist/esm/models/collector.js.map +1 -0
  413. package/dist/esm/models/collectorazureblob.d.ts +10 -722
  414. package/dist/esm/models/collectorazureblob.d.ts.map +1 -1
  415. package/dist/esm/models/collectorazureblob.js +7 -453
  416. package/dist/esm/models/collectorazureblob.js.map +1 -1
  417. package/dist/esm/models/collectorcribllake.d.ts +7 -6
  418. package/dist/esm/models/collectorcribllake.d.ts.map +1 -1
  419. package/dist/esm/models/collectorcribllake.js +3 -2
  420. package/dist/esm/models/collectorcribllake.js.map +1 -1
  421. package/dist/esm/models/collectordatabase.d.ts +7 -58
  422. package/dist/esm/models/collectordatabase.d.ts.map +1 -1
  423. package/dist/esm/models/collectordatabase.js +3 -61
  424. package/dist/esm/models/collectordatabase.js.map +1 -1
  425. package/dist/esm/models/collectorfilesystem.d.ts +7 -47
  426. package/dist/esm/models/collectorfilesystem.d.ts.map +1 -1
  427. package/dist/esm/models/collectorfilesystem.js +3 -28
  428. package/dist/esm/models/collectorfilesystem.js.map +1 -1
  429. package/dist/esm/models/collectorgooglecloudstorage.d.ts +10 -394
  430. package/dist/esm/models/collectorgooglecloudstorage.d.ts.map +1 -1
  431. package/dist/esm/models/collectorgooglecloudstorage.js +7 -249
  432. package/dist/esm/models/collectorgooglecloudstorage.js.map +1 -1
  433. package/dist/esm/models/collectorhealthcheck.d.ts +12 -3790
  434. package/dist/esm/models/collectorhealthcheck.d.ts.map +1 -1
  435. package/dist/esm/models/collectorhealthcheck.js +7 -2743
  436. package/dist/esm/models/collectorhealthcheck.js.map +1 -1
  437. package/dist/esm/models/collectorrest.d.ts +12 -6524
  438. package/dist/esm/models/collectorrest.d.ts.map +1 -1
  439. package/dist/esm/models/collectorrest.js +7 -5119
  440. package/dist/esm/models/collectorrest.js.map +1 -1
  441. package/dist/esm/models/collectors3.d.ts +10 -1158
  442. package/dist/esm/models/collectors3.d.ts.map +1 -1
  443. package/dist/esm/models/collectors3.js +7 -718
  444. package/dist/esm/models/collectors3.js.map +1 -1
  445. package/dist/esm/models/collectorscript.d.ts +7 -42
  446. package/dist/esm/models/collectorscript.d.ts.map +1 -1
  447. package/dist/esm/models/collectorscript.js +3 -25
  448. package/dist/esm/models/collectorscript.js.map +1 -1
  449. package/dist/esm/models/collectorsplunk.d.ts +10 -1937
  450. package/dist/esm/models/collectorsplunk.d.ts.map +1 -1
  451. package/dist/esm/models/collectorsplunk.js +7 -1375
  452. package/dist/esm/models/collectorsplunk.js.map +1 -1
  453. package/dist/esm/models/commit.d.ts +2 -2
  454. package/dist/esm/models/commit.d.ts.map +1 -1
  455. package/dist/esm/models/commit.js +2 -13
  456. package/dist/esm/models/commit.js.map +1 -1
  457. package/dist/esm/models/cribllakecollectorconf.d.ts +20 -0
  458. package/dist/esm/models/cribllakecollectorconf.d.ts.map +1 -0
  459. package/dist/esm/models/cribllakecollectorconf.js +20 -0
  460. package/dist/esm/models/cribllakecollectorconf.js.map +1 -0
  461. package/dist/esm/models/databasecollectorconf.d.ts +72 -0
  462. package/dist/esm/models/databasecollectorconf.d.ts.map +1 -0
  463. package/dist/esm/models/databasecollectorconf.js +70 -0
  464. package/dist/esm/models/databasecollectorconf.js.map +1 -0
  465. package/dist/esm/models/filesystemcollectorconf.d.ts +61 -0
  466. package/dist/esm/models/filesystemcollectorconf.d.ts.map +1 -0
  467. package/dist/esm/models/filesystemcollectorconf.js +44 -0
  468. package/dist/esm/models/filesystemcollectorconf.js.map +1 -0
  469. package/dist/esm/models/functionaggregatemetrics.d.ts +2 -2
  470. package/dist/esm/models/functionaggregatemetrics.d.ts.map +1 -1
  471. package/dist/esm/models/functionaggregatemetrics.js +0 -6
  472. package/dist/esm/models/functionaggregatemetrics.js.map +1 -1
  473. package/dist/esm/models/functionaggregation.d.ts +2 -2
  474. package/dist/esm/models/functionaggregation.d.ts.map +1 -1
  475. package/dist/esm/models/functionaggregation.js +0 -6
  476. package/dist/esm/models/functionaggregation.js.map +1 -1
  477. package/dist/esm/models/functionautotimestamp.d.ts +2 -2
  478. package/dist/esm/models/functionautotimestamp.d.ts.map +1 -1
  479. package/dist/esm/models/functionautotimestamp.js +0 -6
  480. package/dist/esm/models/functionautotimestamp.js.map +1 -1
  481. package/dist/esm/models/functioncef.d.ts +2 -2
  482. package/dist/esm/models/functioncef.d.ts.map +1 -1
  483. package/dist/esm/models/functioncef.js +0 -6
  484. package/dist/esm/models/functioncef.js.map +1 -1
  485. package/dist/esm/models/functionchain.d.ts +2 -2
  486. package/dist/esm/models/functionchain.d.ts.map +1 -1
  487. package/dist/esm/models/functionchain.js +0 -6
  488. package/dist/esm/models/functionchain.js.map +1 -1
  489. package/dist/esm/models/functionclone.d.ts +2 -2
  490. package/dist/esm/models/functionclone.d.ts.map +1 -1
  491. package/dist/esm/models/functionclone.js +0 -6
  492. package/dist/esm/models/functionclone.js.map +1 -1
  493. package/dist/esm/models/functioncode.d.ts +2 -2
  494. package/dist/esm/models/functioncode.d.ts.map +1 -1
  495. package/dist/esm/models/functioncode.js +0 -6
  496. package/dist/esm/models/functioncode.js.map +1 -1
  497. package/dist/esm/models/functioncomment.d.ts +2 -2
  498. package/dist/esm/models/functioncomment.d.ts.map +1 -1
  499. package/dist/esm/models/functioncomment.js +0 -6
  500. package/dist/esm/models/functioncomment.js.map +1 -1
  501. package/dist/esm/models/functiondistinct.d.ts +2 -2
  502. package/dist/esm/models/functiondistinct.d.ts.map +1 -1
  503. package/dist/esm/models/functiondistinct.js +0 -6
  504. package/dist/esm/models/functiondistinct.js.map +1 -1
  505. package/dist/esm/models/functiondnslookup.d.ts +2 -2
  506. package/dist/esm/models/functiondnslookup.d.ts.map +1 -1
  507. package/dist/esm/models/functiondnslookup.js +0 -6
  508. package/dist/esm/models/functiondnslookup.js.map +1 -1
  509. package/dist/esm/models/functiondrop.d.ts +2 -2
  510. package/dist/esm/models/functiondrop.d.ts.map +1 -1
  511. package/dist/esm/models/functiondrop.js +0 -6
  512. package/dist/esm/models/functiondrop.js.map +1 -1
  513. package/dist/esm/models/functiondropdimensions.d.ts +2 -2
  514. package/dist/esm/models/functiondropdimensions.d.ts.map +1 -1
  515. package/dist/esm/models/functiondropdimensions.js +0 -6
  516. package/dist/esm/models/functiondropdimensions.js.map +1 -1
  517. package/dist/esm/models/functiondynamicsampling.d.ts +2 -2
  518. package/dist/esm/models/functiondynamicsampling.d.ts.map +1 -1
  519. package/dist/esm/models/functiondynamicsampling.js +0 -6
  520. package/dist/esm/models/functiondynamicsampling.js.map +1 -1
  521. package/dist/esm/models/functioneval.d.ts +2 -2
  522. package/dist/esm/models/functioneval.d.ts.map +1 -1
  523. package/dist/esm/models/functioneval.js +0 -6
  524. package/dist/esm/models/functioneval.js.map +1 -1
  525. package/dist/esm/models/functioneventbreaker.d.ts +2 -2
  526. package/dist/esm/models/functioneventbreaker.d.ts.map +1 -1
  527. package/dist/esm/models/functioneventbreaker.js +0 -6
  528. package/dist/esm/models/functioneventbreaker.js.map +1 -1
  529. package/dist/esm/models/functioneventstats.d.ts +2 -2
  530. package/dist/esm/models/functioneventstats.d.ts.map +1 -1
  531. package/dist/esm/models/functioneventstats.js +0 -6
  532. package/dist/esm/models/functioneventstats.js.map +1 -1
  533. package/dist/esm/models/functionexternaldata.d.ts +2 -2
  534. package/dist/esm/models/functionexternaldata.d.ts.map +1 -1
  535. package/dist/esm/models/functionexternaldata.js +0 -6
  536. package/dist/esm/models/functionexternaldata.js.map +1 -1
  537. package/dist/esm/models/functionflatten.d.ts +2 -2
  538. package/dist/esm/models/functionflatten.d.ts.map +1 -1
  539. package/dist/esm/models/functionflatten.js +0 -6
  540. package/dist/esm/models/functionflatten.js.map +1 -1
  541. package/dist/esm/models/functionfoldkeys.d.ts +2 -2
  542. package/dist/esm/models/functionfoldkeys.d.ts.map +1 -1
  543. package/dist/esm/models/functionfoldkeys.js +0 -6
  544. package/dist/esm/models/functionfoldkeys.js.map +1 -1
  545. package/dist/esm/models/functiongenstats.d.ts +2 -2
  546. package/dist/esm/models/functiongenstats.d.ts.map +1 -1
  547. package/dist/esm/models/functiongenstats.js +0 -6
  548. package/dist/esm/models/functiongenstats.js.map +1 -1
  549. package/dist/esm/models/functiongeoip.d.ts +2 -2
  550. package/dist/esm/models/functiongeoip.d.ts.map +1 -1
  551. package/dist/esm/models/functiongeoip.js +0 -6
  552. package/dist/esm/models/functiongeoip.js.map +1 -1
  553. package/dist/esm/models/functiongrok.d.ts +2 -2
  554. package/dist/esm/models/functiongrok.d.ts.map +1 -1
  555. package/dist/esm/models/functiongrok.js +0 -6
  556. package/dist/esm/models/functiongrok.js.map +1 -1
  557. package/dist/esm/models/functionhandlebars.d.ts +2 -2
  558. package/dist/esm/models/functionhandlebars.d.ts.map +1 -1
  559. package/dist/esm/models/functionhandlebars.js +0 -6
  560. package/dist/esm/models/functionhandlebars.js.map +1 -1
  561. package/dist/esm/models/functionjoin.d.ts +2 -2
  562. package/dist/esm/models/functionjoin.d.ts.map +1 -1
  563. package/dist/esm/models/functionjoin.js +0 -6
  564. package/dist/esm/models/functionjoin.js.map +1 -1
  565. package/dist/esm/models/functionjsonunroll.d.ts +2 -2
  566. package/dist/esm/models/functionjsonunroll.d.ts.map +1 -1
  567. package/dist/esm/models/functionjsonunroll.js +0 -6
  568. package/dist/esm/models/functionjsonunroll.js.map +1 -1
  569. package/dist/esm/models/functionlakeexport.d.ts +2 -2
  570. package/dist/esm/models/functionlakeexport.d.ts.map +1 -1
  571. package/dist/esm/models/functionlakeexport.js +0 -6
  572. package/dist/esm/models/functionlakeexport.js.map +1 -1
  573. package/dist/esm/models/functionlimit.d.ts +2 -2
  574. package/dist/esm/models/functionlimit.d.ts.map +1 -1
  575. package/dist/esm/models/functionlimit.js +0 -6
  576. package/dist/esm/models/functionlimit.js.map +1 -1
  577. package/dist/esm/models/functionlocalsearchdatatypeparser.d.ts +2 -2
  578. package/dist/esm/models/functionlocalsearchdatatypeparser.d.ts.map +1 -1
  579. package/dist/esm/models/functionlocalsearchdatatypeparser.js +0 -6
  580. package/dist/esm/models/functionlocalsearchdatatypeparser.js.map +1 -1
  581. package/dist/esm/models/functionlocalsearchrulesetrunner.d.ts +2 -2
  582. package/dist/esm/models/functionlocalsearchrulesetrunner.d.ts.map +1 -1
  583. package/dist/esm/models/functionlocalsearchrulesetrunner.js +0 -6
  584. package/dist/esm/models/functionlocalsearchrulesetrunner.js.map +1 -1
  585. package/dist/esm/models/functionlookup.d.ts +2 -2
  586. package/dist/esm/models/functionlookup.d.ts.map +1 -1
  587. package/dist/esm/models/functionlookup.js +0 -6
  588. package/dist/esm/models/functionlookup.js.map +1 -1
  589. package/dist/esm/models/functionmask.d.ts +2 -2
  590. package/dist/esm/models/functionmask.d.ts.map +1 -1
  591. package/dist/esm/models/functionmask.js +0 -6
  592. package/dist/esm/models/functionmask.js.map +1 -1
  593. package/dist/esm/models/functionmvexpand.d.ts +2 -2
  594. package/dist/esm/models/functionmvexpand.d.ts.map +1 -1
  595. package/dist/esm/models/functionmvexpand.js +0 -6
  596. package/dist/esm/models/functionmvexpand.js.map +1 -1
  597. package/dist/esm/models/functionmvpull.d.ts +2 -2
  598. package/dist/esm/models/functionmvpull.d.ts.map +1 -1
  599. package/dist/esm/models/functionmvpull.js +0 -6
  600. package/dist/esm/models/functionmvpull.js.map +1 -1
  601. package/dist/esm/models/functionnotificationpolicies.d.ts +2 -2
  602. package/dist/esm/models/functionnotificationpolicies.d.ts.map +1 -1
  603. package/dist/esm/models/functionnotificationpolicies.js +0 -6
  604. package/dist/esm/models/functionnotificationpolicies.js.map +1 -1
  605. package/dist/esm/models/functionnotifications.d.ts +2 -2
  606. package/dist/esm/models/functionnotifications.d.ts.map +1 -1
  607. package/dist/esm/models/functionnotifications.js +0 -6
  608. package/dist/esm/models/functionnotifications.js.map +1 -1
  609. package/dist/esm/models/functionnotify.d.ts +2 -2
  610. package/dist/esm/models/functionnotify.d.ts.map +1 -1
  611. package/dist/esm/models/functionnotify.js +0 -6
  612. package/dist/esm/models/functionnotify.js.map +1 -1
  613. package/dist/esm/models/functionnumerify.d.ts +2 -2
  614. package/dist/esm/models/functionnumerify.d.ts.map +1 -1
  615. package/dist/esm/models/functionnumerify.js +0 -6
  616. package/dist/esm/models/functionnumerify.js.map +1 -1
  617. package/dist/esm/models/functionotlplogs.d.ts +2 -2
  618. package/dist/esm/models/functionotlplogs.d.ts.map +1 -1
  619. package/dist/esm/models/functionotlplogs.js +0 -6
  620. package/dist/esm/models/functionotlplogs.js.map +1 -1
  621. package/dist/esm/models/functionotlpmetrics.d.ts +2 -2
  622. package/dist/esm/models/functionotlpmetrics.d.ts.map +1 -1
  623. package/dist/esm/models/functionotlpmetrics.js +0 -6
  624. package/dist/esm/models/functionotlpmetrics.js.map +1 -1
  625. package/dist/esm/models/functionotlptraces.d.ts +2 -2
  626. package/dist/esm/models/functionotlptraces.d.ts.map +1 -1
  627. package/dist/esm/models/functionotlptraces.js +0 -6
  628. package/dist/esm/models/functionotlptraces.js.map +1 -1
  629. package/dist/esm/models/functionpack.d.ts +2 -2
  630. package/dist/esm/models/functionpack.d.ts.map +1 -1
  631. package/dist/esm/models/functionpack.js +0 -6
  632. package/dist/esm/models/functionpack.js.map +1 -1
  633. package/dist/esm/models/functionpivot.d.ts +2 -2
  634. package/dist/esm/models/functionpivot.d.ts.map +1 -1
  635. package/dist/esm/models/functionpivot.js +0 -6
  636. package/dist/esm/models/functionpivot.js.map +1 -1
  637. package/dist/esm/models/functionpublishmetrics.d.ts +2 -2
  638. package/dist/esm/models/functionpublishmetrics.d.ts.map +1 -1
  639. package/dist/esm/models/functionpublishmetrics.js +0 -6
  640. package/dist/esm/models/functionpublishmetrics.js.map +1 -1
  641. package/dist/esm/models/functionredis.d.ts +2 -2
  642. package/dist/esm/models/functionredis.d.ts.map +1 -1
  643. package/dist/esm/models/functionredis.js +0 -6
  644. package/dist/esm/models/functionredis.js.map +1 -1
  645. package/dist/esm/models/functionregexextract.d.ts +2 -2
  646. package/dist/esm/models/functionregexextract.d.ts.map +1 -1
  647. package/dist/esm/models/functionregexextract.js +0 -6
  648. package/dist/esm/models/functionregexextract.js.map +1 -1
  649. package/dist/esm/models/functionregexfilter.d.ts +2 -2
  650. package/dist/esm/models/functionregexfilter.d.ts.map +1 -1
  651. package/dist/esm/models/functionregexfilter.js +0 -6
  652. package/dist/esm/models/functionregexfilter.js.map +1 -1
  653. package/dist/esm/models/functionrename.d.ts +2 -2
  654. package/dist/esm/models/functionrename.d.ts.map +1 -1
  655. package/dist/esm/models/functionrename.js +0 -6
  656. package/dist/esm/models/functionrename.js.map +1 -1
  657. package/dist/esm/models/functionrollupmetrics.d.ts +2 -2
  658. package/dist/esm/models/functionrollupmetrics.d.ts.map +1 -1
  659. package/dist/esm/models/functionrollupmetrics.js +0 -6
  660. package/dist/esm/models/functionrollupmetrics.js.map +1 -1
  661. package/dist/esm/models/functionsampling.d.ts +2 -2
  662. package/dist/esm/models/functionsampling.d.ts.map +1 -1
  663. package/dist/esm/models/functionsampling.js +0 -6
  664. package/dist/esm/models/functionsampling.js.map +1 -1
  665. package/dist/esm/models/functionsend.d.ts +2 -2
  666. package/dist/esm/models/functionsend.d.ts.map +1 -1
  667. package/dist/esm/models/functionsend.js +0 -6
  668. package/dist/esm/models/functionsend.js.map +1 -1
  669. package/dist/esm/models/functionsensitivedatascanner.d.ts +2 -2
  670. package/dist/esm/models/functionsensitivedatascanner.d.ts.map +1 -1
  671. package/dist/esm/models/functionsensitivedatascanner.js +0 -6
  672. package/dist/esm/models/functionsensitivedatascanner.js.map +1 -1
  673. package/dist/esm/models/functionserde.d.ts +2 -2
  674. package/dist/esm/models/functionserde.d.ts.map +1 -1
  675. package/dist/esm/models/functionserde.js +0 -6
  676. package/dist/esm/models/functionserde.js.map +1 -1
  677. package/dist/esm/models/functionserialize.d.ts +2 -2
  678. package/dist/esm/models/functionserialize.d.ts.map +1 -1
  679. package/dist/esm/models/functionserialize.js +0 -6
  680. package/dist/esm/models/functionserialize.js.map +1 -1
  681. package/dist/esm/models/functionsidlookup.d.ts +2 -2
  682. package/dist/esm/models/functionsidlookup.d.ts.map +1 -1
  683. package/dist/esm/models/functionsidlookup.js +0 -6
  684. package/dist/esm/models/functionsidlookup.js.map +1 -1
  685. package/dist/esm/models/functionsnmptrapserialize.d.ts +2 -2
  686. package/dist/esm/models/functionsnmptrapserialize.d.ts.map +1 -1
  687. package/dist/esm/models/functionsnmptrapserialize.js +0 -6
  688. package/dist/esm/models/functionsnmptrapserialize.js.map +1 -1
  689. package/dist/esm/models/functionsort.d.ts +2 -2
  690. package/dist/esm/models/functionsort.d.ts.map +1 -1
  691. package/dist/esm/models/functionsort.js +0 -6
  692. package/dist/esm/models/functionsort.js.map +1 -1
  693. package/dist/esm/models/functionstore.d.ts +2 -2
  694. package/dist/esm/models/functionstore.d.ts.map +1 -1
  695. package/dist/esm/models/functionstore.js +0 -6
  696. package/dist/esm/models/functionstore.js.map +1 -1
  697. package/dist/esm/models/functionsuppress.d.ts +2 -2
  698. package/dist/esm/models/functionsuppress.d.ts.map +1 -1
  699. package/dist/esm/models/functionsuppress.js +0 -6
  700. package/dist/esm/models/functionsuppress.js.map +1 -1
  701. package/dist/esm/models/functiontee.d.ts +2 -2
  702. package/dist/esm/models/functiontee.d.ts.map +1 -1
  703. package/dist/esm/models/functiontee.js +0 -6
  704. package/dist/esm/models/functiontee.js.map +1 -1
  705. package/dist/esm/models/functiontrimtimestamp.d.ts +2 -2
  706. package/dist/esm/models/functiontrimtimestamp.d.ts.map +1 -1
  707. package/dist/esm/models/functiontrimtimestamp.js +0 -6
  708. package/dist/esm/models/functiontrimtimestamp.js.map +1 -1
  709. package/dist/esm/models/functionunion.d.ts +2 -2
  710. package/dist/esm/models/functionunion.d.ts.map +1 -1
  711. package/dist/esm/models/functionunion.js +0 -6
  712. package/dist/esm/models/functionunion.js.map +1 -1
  713. package/dist/esm/models/functionunroll.d.ts +2 -2
  714. package/dist/esm/models/functionunroll.d.ts.map +1 -1
  715. package/dist/esm/models/functionunroll.js +0 -6
  716. package/dist/esm/models/functionunroll.js.map +1 -1
  717. package/dist/esm/models/functionwindow.d.ts +2 -2
  718. package/dist/esm/models/functionwindow.d.ts.map +1 -1
  719. package/dist/esm/models/functionwindow.js +0 -6
  720. package/dist/esm/models/functionwindow.js.map +1 -1
  721. package/dist/esm/models/functionxmlunroll.d.ts +2 -2
  722. package/dist/esm/models/functionxmlunroll.d.ts.map +1 -1
  723. package/dist/esm/models/functionxmlunroll.js +0 -6
  724. package/dist/esm/models/functionxmlunroll.js.map +1 -1
  725. package/dist/esm/models/gitlogresult.d.ts +2 -2
  726. package/dist/esm/models/gitlogresult.d.ts.map +1 -1
  727. package/dist/esm/models/gitlogresult.js +0 -6
  728. package/dist/esm/models/gitlogresult.js.map +1 -1
  729. package/dist/esm/models/gitstatusresult.d.ts +2 -2
  730. package/dist/esm/models/gitstatusresult.d.ts.map +1 -1
  731. package/dist/esm/models/gitstatusresult.js +0 -9
  732. package/dist/esm/models/gitstatusresult.js.map +1 -1
  733. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts +284 -0
  734. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  735. package/dist/esm/models/googlecloudstoragecollectorconf.js +178 -0
  736. package/dist/esm/models/googlecloudstoragecollectorconf.js.map +1 -0
  737. package/dist/esm/models/healthcheckcollectorconf.d.ts +2460 -0
  738. package/dist/esm/models/healthcheckcollectorconf.d.ts.map +1 -0
  739. package/dist/esm/models/healthcheckcollectorconf.js +1963 -0
  740. package/dist/esm/models/healthcheckcollectorconf.js.map +1 -0
  741. package/dist/esm/models/index.d.ts +11 -2
  742. package/dist/esm/models/index.d.ts.map +1 -1
  743. package/dist/esm/models/index.js +11 -2
  744. package/dist/esm/models/index.js.map +1 -1
  745. package/dist/esm/models/inputedgeprometheus.d.ts +2 -2
  746. package/dist/esm/models/inputedgeprometheus.d.ts.map +1 -1
  747. package/dist/esm/models/inputedgeprometheus.js +2 -13
  748. package/dist/esm/models/inputedgeprometheus.js.map +1 -1
  749. package/dist/esm/models/inputprometheus.d.ts +2 -2
  750. package/dist/esm/models/inputprometheus.d.ts.map +1 -1
  751. package/dist/esm/models/inputprometheus.js +2 -13
  752. package/dist/esm/models/inputprometheus.js.map +1 -1
  753. package/dist/esm/models/nodeprovidedinfo.d.ts +1 -1
  754. package/dist/esm/models/nodeprovidedinfo.d.ts.map +1 -1
  755. package/dist/esm/models/nodeprovidedinfo.js +0 -5
  756. package/dist/esm/models/nodeprovidedinfo.js.map +1 -1
  757. package/dist/esm/models/operations/createauthlogin.d.ts +1 -1
  758. package/dist/esm/models/operations/createauthlogin.d.ts.map +1 -1
  759. package/dist/esm/models/operations/createauthlogin.js +0 -1
  760. package/dist/esm/models/operations/createauthlogin.js.map +1 -1
  761. package/dist/esm/models/operations/createinput.d.ts +4 -4
  762. package/dist/esm/models/operations/createinput.d.ts.map +1 -1
  763. package/dist/esm/models/operations/createinput.js +4 -15
  764. package/dist/esm/models/operations/createinput.js.map +1 -1
  765. package/dist/esm/models/operations/createoutput.d.ts +2 -2
  766. package/dist/esm/models/operations/createoutput.d.ts.map +1 -1
  767. package/dist/esm/models/operations/createoutput.js +2 -11
  768. package/dist/esm/models/operations/createoutput.js.map +1 -1
  769. package/dist/esm/models/outputmicrosoftfabric.d.ts +1 -1
  770. package/dist/esm/models/outputmicrosoftfabric.d.ts.map +1 -1
  771. package/dist/esm/models/outputmicrosoftfabric.js +1 -10
  772. package/dist/esm/models/outputmicrosoftfabric.js.map +1 -1
  773. package/dist/esm/models/outputsentinel.d.ts +1 -1
  774. package/dist/esm/models/outputsentinel.d.ts.map +1 -1
  775. package/dist/esm/models/outputsentinel.js +1 -10
  776. package/dist/esm/models/outputsentinel.js.map +1 -1
  777. package/dist/esm/models/outputtestrequest.d.ts +6 -3
  778. package/dist/esm/models/outputtestrequest.d.ts.map +1 -1
  779. package/dist/esm/models/outputtestrequest.js +1 -2
  780. package/dist/esm/models/outputtestrequest.js.map +1 -1
  781. package/dist/esm/models/restcollectorconf.d.ts +5150 -0
  782. package/dist/esm/models/restcollectorconf.d.ts.map +1 -0
  783. package/dist/esm/models/restcollectorconf.js +4480 -0
  784. package/dist/esm/models/restcollectorconf.js.map +1 -0
  785. package/dist/esm/models/runnablejobcollection.d.ts +5 -23
  786. package/dist/esm/models/runnablejobcollection.d.ts.map +1 -1
  787. package/dist/esm/models/runnablejobcollection.js +2 -12
  788. package/dist/esm/models/runnablejobcollection.js.map +1 -1
  789. package/dist/esm/models/s3collectorconf.d.ts +929 -0
  790. package/dist/esm/models/s3collectorconf.d.ts.map +1 -0
  791. package/dist/esm/models/s3collectorconf.js +573 -0
  792. package/dist/esm/models/s3collectorconf.js.map +1 -0
  793. package/dist/esm/models/savedjobcollection.d.ts +6 -34
  794. package/dist/esm/models/savedjobcollection.d.ts.map +1 -1
  795. package/dist/esm/models/savedjobcollection.js +3 -23
  796. package/dist/esm/models/savedjobcollection.js.map +1 -1
  797. package/dist/esm/models/scriptcollectorconf.d.ts +56 -0
  798. package/dist/esm/models/scriptcollectorconf.d.ts.map +1 -0
  799. package/dist/esm/models/scriptcollectorconf.js +43 -0
  800. package/dist/esm/models/scriptcollectorconf.js.map +1 -0
  801. package/dist/esm/models/splunkcollectorconf.d.ts +1639 -0
  802. package/dist/esm/models/splunkcollectorconf.d.ts.map +1 -0
  803. package/dist/esm/models/splunkcollectorconf.js +1223 -0
  804. package/dist/esm/models/splunkcollectorconf.js.map +1 -0
  805. package/examples/package-lock.json +1 -1
  806. package/jsr.json +1 -1
  807. package/package.json +1 -1
  808. package/src/lib/config.ts +4 -4
  809. package/src/models/azureblobcollectorconf.ts +919 -0
  810. package/src/models/{collectorconf.ts → collector.ts} +37 -49
  811. package/src/models/collectorazureblob.ts +23 -1405
  812. package/src/models/collectorcribllake.ts +14 -8
  813. package/src/models/collectordatabase.ts +14 -160
  814. package/src/models/collectorfilesystem.ts +14 -93
  815. package/src/models/collectorgooglecloudstorage.ts +22 -812
  816. package/src/models/collectorhealthcheck.ts +24 -8024
  817. package/src/models/collectorrest.ts +24 -13657
  818. package/src/models/collectors3.ts +22 -1932
  819. package/src/models/collectorscript.ts +14 -75
  820. package/src/models/collectorsplunk.ts +22 -3754
  821. package/src/models/commit.ts +4 -15
  822. package/src/models/cribllakecollectorconf.ts +54 -0
  823. package/src/models/databasecollectorconf.ts +194 -0
  824. package/src/models/filesystemcollectorconf.ts +141 -0
  825. package/src/models/functionaggregatemetrics.ts +2 -8
  826. package/src/models/functionaggregation.ts +2 -8
  827. package/src/models/functionautotimestamp.ts +2 -8
  828. package/src/models/functioncef.ts +2 -8
  829. package/src/models/functionchain.ts +2 -8
  830. package/src/models/functionclone.ts +2 -8
  831. package/src/models/functioncode.ts +2 -8
  832. package/src/models/functioncomment.ts +2 -8
  833. package/src/models/functiondistinct.ts +2 -8
  834. package/src/models/functiondnslookup.ts +2 -8
  835. package/src/models/functiondrop.ts +2 -8
  836. package/src/models/functiondropdimensions.ts +2 -8
  837. package/src/models/functiondynamicsampling.ts +2 -8
  838. package/src/models/functioneval.ts +2 -8
  839. package/src/models/functioneventbreaker.ts +2 -8
  840. package/src/models/functioneventstats.ts +2 -8
  841. package/src/models/functionexternaldata.ts +2 -8
  842. package/src/models/functionflatten.ts +2 -8
  843. package/src/models/functionfoldkeys.ts +2 -8
  844. package/src/models/functiongenstats.ts +2 -8
  845. package/src/models/functiongeoip.ts +2 -8
  846. package/src/models/functiongrok.ts +2 -8
  847. package/src/models/functionhandlebars.ts +2 -8
  848. package/src/models/functionjoin.ts +2 -8
  849. package/src/models/functionjsonunroll.ts +2 -8
  850. package/src/models/functionlakeexport.ts +2 -8
  851. package/src/models/functionlimit.ts +2 -8
  852. package/src/models/functionlocalsearchdatatypeparser.ts +2 -8
  853. package/src/models/functionlocalsearchrulesetrunner.ts +2 -8
  854. package/src/models/functionlookup.ts +2 -8
  855. package/src/models/functionmask.ts +2 -8
  856. package/src/models/functionmvexpand.ts +2 -8
  857. package/src/models/functionmvpull.ts +2 -8
  858. package/src/models/functionnotificationpolicies.ts +2 -8
  859. package/src/models/functionnotifications.ts +2 -8
  860. package/src/models/functionnotify.ts +2 -8
  861. package/src/models/functionnumerify.ts +2 -8
  862. package/src/models/functionotlplogs.ts +2 -8
  863. package/src/models/functionotlpmetrics.ts +2 -8
  864. package/src/models/functionotlptraces.ts +2 -8
  865. package/src/models/functionpack.ts +2 -8
  866. package/src/models/functionpivot.ts +2 -8
  867. package/src/models/functionpublishmetrics.ts +2 -8
  868. package/src/models/functionredis.ts +2 -8
  869. package/src/models/functionregexextract.ts +2 -8
  870. package/src/models/functionregexfilter.ts +2 -8
  871. package/src/models/functionrename.ts +2 -8
  872. package/src/models/functionrollupmetrics.ts +2 -8
  873. package/src/models/functionsampling.ts +2 -8
  874. package/src/models/functionsend.ts +2 -8
  875. package/src/models/functionsensitivedatascanner.ts +2 -8
  876. package/src/models/functionserde.ts +2 -8
  877. package/src/models/functionserialize.ts +2 -8
  878. package/src/models/functionsidlookup.ts +2 -8
  879. package/src/models/functionsnmptrapserialize.ts +2 -8
  880. package/src/models/functionsort.ts +2 -8
  881. package/src/models/functionstore.ts +2 -8
  882. package/src/models/functionsuppress.ts +2 -8
  883. package/src/models/functiontee.ts +2 -8
  884. package/src/models/functiontrimtimestamp.ts +2 -8
  885. package/src/models/functionunion.ts +2 -8
  886. package/src/models/functionunroll.ts +2 -8
  887. package/src/models/functionwindow.ts +2 -8
  888. package/src/models/functionxmlunroll.ts +2 -8
  889. package/src/models/gitlogresult.ts +2 -8
  890. package/src/models/gitstatusresult.ts +2 -11
  891. package/src/models/googlecloudstoragecollectorconf.ts +633 -0
  892. package/src/models/healthcheckcollectorconf.ts +5757 -0
  893. package/src/models/index.ts +11 -2
  894. package/src/models/inputedgeprometheus.ts +4 -15
  895. package/src/models/inputprometheus.ts +4 -15
  896. package/src/models/nodeprovidedinfo.ts +1 -6
  897. package/src/models/operations/createauthlogin.ts +1 -2
  898. package/src/models/operations/createinput.ts +8 -19
  899. package/src/models/operations/createoutput.ts +4 -13
  900. package/src/models/outputmicrosoftfabric.ts +2 -11
  901. package/src/models/outputsentinel.ts +2 -11
  902. package/src/models/outputtestrequest.ts +3 -8
  903. package/src/models/restcollectorconf.ts +12631 -0
  904. package/src/models/runnablejobcollection.ts +6 -44
  905. package/src/models/s3collectorconf.ts +1760 -0
  906. package/src/models/savedjobcollection.ts +12 -78
  907. package/src/models/scriptcollectorconf.ts +121 -0
  908. package/src/models/splunkcollectorconf.ts +3561 -0
  909. package/dist/commonjs/models/collectorconf.d.ts +0 -50
  910. package/dist/commonjs/models/collectorconf.d.ts.map +0 -1
  911. package/dist/commonjs/models/collectorconf.js.map +0 -1
  912. package/dist/commonjs/models/criblevent.d.ts +0 -14
  913. package/dist/commonjs/models/criblevent.d.ts.map +0 -1
  914. package/dist/commonjs/models/criblevent.js.map +0 -1
  915. package/dist/esm/models/collectorconf.d.ts +0 -50
  916. package/dist/esm/models/collectorconf.d.ts.map +0 -1
  917. package/dist/esm/models/collectorconf.js.map +0 -1
  918. package/dist/esm/models/criblevent.d.ts +0 -14
  919. package/dist/esm/models/criblevent.d.ts.map +0 -1
  920. package/dist/esm/models/criblevent.js +0 -19
  921. package/dist/esm/models/criblevent.js.map +0 -1
  922. package/src/models/criblevent.ts +0 -36
@@ -0,0 +1,2097 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.HealthCheckAuthenticationOauthSecretDiscovery$inboundSchema = exports.HealthCheckAuthenticationOauthSecretDiscoverType$outboundSchema = exports.HealthCheckAuthenticationOauthSecretDiscoverType$inboundSchema = exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$outboundSchema = exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$inboundSchema = exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$outboundSchema = exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$inboundSchema = exports.HealthCheckCollectMethodGetRetryType = exports.HealthCheckCollectMethodGetHiddenDefaultBreakers = exports.HealthCheckCollectMethodGetAuthentication = exports.HealthCheckCollectMethodGetDiscoverType = exports.HealthCheckCollectMethodGetHealthCheckMethod = exports.HealthCheckCollectMethodPostRetryType = exports.HealthCheckCollectMethodPostHiddenDefaultBreakers = exports.HealthCheckCollectMethodPostAuthentication = exports.HealthCheckCollectMethodPostDiscoverType = exports.HealthCheckCollectMethodPostHealthCheckMethod = exports.HealthCheckCollectMethodPostWithBodyRetryType = exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers = exports.HealthCheckCollectMethodPostWithBodyAuthentication = exports.HealthCheckCollectMethodPostWithBodyDiscoverType = exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod = exports.HealthCheckAuthenticationNoneRetryType = exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers = exports.HealthCheckAuthenticationNoneHealthCheckMethod = exports.HealthCheckAuthenticationNoneDiscoverType = exports.HealthCheckAuthenticationBasicRetryType = exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers = exports.HealthCheckAuthenticationBasicHealthCheckMethod = exports.HealthCheckAuthenticationBasicDiscoverType = exports.HealthCheckAuthenticationBasicSecretRetryType = exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers = exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod = exports.HealthCheckAuthenticationBasicSecretDiscoverType = exports.HealthCheckAuthenticationLoginRetryType = exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers = exports.HealthCheckAuthenticationLoginHealthCheckMethod = exports.HealthCheckAuthenticationLoginDiscoverType = exports.HealthCheckAuthenticationLoginSecretRetryType = exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers = exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod = exports.HealthCheckAuthenticationLoginSecretDiscoverType = exports.HealthCheckAuthenticationOauthRetryType = exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers = exports.HealthCheckAuthenticationOauthHealthCheckMethod = exports.HealthCheckAuthenticationOauthDiscoverType = exports.HealthCheckAuthenticationOauthSecretRetryType = exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers = exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod = exports.HealthCheckAuthenticationOauthSecretDiscoverType = void 0;
40
+ exports.HealthCheckAuthenticationLoginSecret$inboundSchema = exports.HealthCheckAuthenticationLoginSecretRetryRules$outboundSchema = exports.HealthCheckAuthenticationLoginSecretRetryRules$inboundSchema = exports.HealthCheckAuthenticationLoginSecretRetryType$outboundSchema = exports.HealthCheckAuthenticationLoginSecretRetryType$inboundSchema = exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers$outboundSchema = exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers$inboundSchema = exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$outboundSchema = exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$inboundSchema = exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod$outboundSchema = exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationLoginSecretDiscovery$outboundSchema = exports.HealthCheckAuthenticationLoginSecretDiscovery$inboundSchema = exports.HealthCheckAuthenticationLoginSecretDiscoverType$outboundSchema = exports.HealthCheckAuthenticationLoginSecretDiscoverType$inboundSchema = exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$outboundSchema = exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$inboundSchema = exports.HealthCheckAuthenticationOauth$outboundSchema = exports.HealthCheckAuthenticationOauth$inboundSchema = exports.HealthCheckAuthenticationOauthRetryRules$outboundSchema = exports.HealthCheckAuthenticationOauthRetryRules$inboundSchema = exports.HealthCheckAuthenticationOauthRetryType$outboundSchema = exports.HealthCheckAuthenticationOauthRetryType$inboundSchema = exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers$outboundSchema = exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers$inboundSchema = exports.HealthCheckAuthenticationOauthCollectRequestHeader$outboundSchema = exports.HealthCheckAuthenticationOauthCollectRequestHeader$inboundSchema = exports.HealthCheckAuthenticationOauthHealthCheckMethod$outboundSchema = exports.HealthCheckAuthenticationOauthHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationOauthDiscovery$outboundSchema = exports.HealthCheckAuthenticationOauthDiscovery$inboundSchema = exports.HealthCheckAuthenticationOauthDiscoverType$outboundSchema = exports.HealthCheckAuthenticationOauthDiscoverType$inboundSchema = exports.HealthCheckAuthenticationOauthAuthRequestHeader$outboundSchema = exports.HealthCheckAuthenticationOauthAuthRequestHeader$inboundSchema = exports.HealthCheckAuthenticationOauthAuthRequestParam$outboundSchema = exports.HealthCheckAuthenticationOauthAuthRequestParam$inboundSchema = exports.HealthCheckAuthenticationOauthSecret$outboundSchema = exports.HealthCheckAuthenticationOauthSecret$inboundSchema = exports.HealthCheckAuthenticationOauthSecretRetryRules$outboundSchema = exports.HealthCheckAuthenticationOauthSecretRetryRules$inboundSchema = exports.HealthCheckAuthenticationOauthSecretRetryType$outboundSchema = exports.HealthCheckAuthenticationOauthSecretRetryType$inboundSchema = exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers$outboundSchema = exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers$inboundSchema = exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$outboundSchema = exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$inboundSchema = exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod$outboundSchema = exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationOauthSecretDiscovery$outboundSchema = void 0;
41
+ exports.HealthCheckAuthenticationBasic$inboundSchema = exports.HealthCheckAuthenticationBasicRetryRules$outboundSchema = exports.HealthCheckAuthenticationBasicRetryRules$inboundSchema = exports.HealthCheckAuthenticationBasicRetryType$outboundSchema = exports.HealthCheckAuthenticationBasicRetryType$inboundSchema = exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers$outboundSchema = exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers$inboundSchema = exports.HealthCheckAuthenticationBasicCollectRequestHeader$outboundSchema = exports.HealthCheckAuthenticationBasicCollectRequestHeader$inboundSchema = exports.HealthCheckAuthenticationBasicHealthCheckMethod$outboundSchema = exports.HealthCheckAuthenticationBasicHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationBasicDiscovery$outboundSchema = exports.HealthCheckAuthenticationBasicDiscovery$inboundSchema = exports.HealthCheckAuthenticationBasicDiscoverType$outboundSchema = exports.HealthCheckAuthenticationBasicDiscoverType$inboundSchema = exports.HealthCheckAuthenticationBasicSecret$outboundSchema = exports.HealthCheckAuthenticationBasicSecret$inboundSchema = exports.HealthCheckAuthenticationBasicSecretRetryRules$outboundSchema = exports.HealthCheckAuthenticationBasicSecretRetryRules$inboundSchema = exports.HealthCheckAuthenticationBasicSecretRetryType$outboundSchema = exports.HealthCheckAuthenticationBasicSecretRetryType$inboundSchema = exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers$outboundSchema = exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers$inboundSchema = exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$outboundSchema = exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$inboundSchema = exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod$outboundSchema = exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationBasicSecretDiscovery$outboundSchema = exports.HealthCheckAuthenticationBasicSecretDiscovery$inboundSchema = exports.HealthCheckAuthenticationBasicSecretDiscoverType$outboundSchema = exports.HealthCheckAuthenticationBasicSecretDiscoverType$inboundSchema = exports.HealthCheckAuthenticationLogin$outboundSchema = exports.HealthCheckAuthenticationLogin$inboundSchema = exports.HealthCheckAuthenticationLoginRetryRules$outboundSchema = exports.HealthCheckAuthenticationLoginRetryRules$inboundSchema = exports.HealthCheckAuthenticationLoginRetryType$outboundSchema = exports.HealthCheckAuthenticationLoginRetryType$inboundSchema = exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers$outboundSchema = exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers$inboundSchema = exports.HealthCheckAuthenticationLoginCollectRequestHeader$outboundSchema = exports.HealthCheckAuthenticationLoginCollectRequestHeader$inboundSchema = exports.HealthCheckAuthenticationLoginHealthCheckMethod$outboundSchema = exports.HealthCheckAuthenticationLoginHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationLoginDiscovery$outboundSchema = exports.HealthCheckAuthenticationLoginDiscovery$inboundSchema = exports.HealthCheckAuthenticationLoginDiscoverType$outboundSchema = exports.HealthCheckAuthenticationLoginDiscoverType$inboundSchema = exports.HealthCheckAuthenticationLoginAuthRequestHeader$outboundSchema = exports.HealthCheckAuthenticationLoginAuthRequestHeader$inboundSchema = exports.HealthCheckAuthenticationLoginSecret$outboundSchema = void 0;
42
+ exports.HealthCheckCollectMethodPostRetryRules$inboundSchema = exports.HealthCheckCollectMethodPostRetryType$outboundSchema = exports.HealthCheckCollectMethodPostRetryType$inboundSchema = exports.HealthCheckCollectMethodPostHiddenDefaultBreakers$outboundSchema = exports.HealthCheckCollectMethodPostHiddenDefaultBreakers$inboundSchema = exports.HealthCheckCollectMethodPostAuthentication$outboundSchema = exports.HealthCheckCollectMethodPostAuthentication$inboundSchema = exports.HealthCheckCollectMethodPostCollectRequestHeader$outboundSchema = exports.HealthCheckCollectMethodPostCollectRequestHeader$inboundSchema = exports.HealthCheckCollectMethodPostDiscovery$outboundSchema = exports.HealthCheckCollectMethodPostDiscovery$inboundSchema = exports.HealthCheckCollectMethodPostDiscoverType$outboundSchema = exports.HealthCheckCollectMethodPostDiscoverType$inboundSchema = exports.HealthCheckCollectMethodPostHealthCheckMethod$outboundSchema = exports.HealthCheckCollectMethodPostHealthCheckMethod$inboundSchema = exports.HealthCheckCollectMethodPostWithBody$outboundSchema = exports.HealthCheckCollectMethodPostWithBody$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyRetryRules$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyRetryRules$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyRetryType$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyRetryType$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyAuthentication$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyAuthentication$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyDiscovery$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyDiscovery$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyDiscoverType$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyDiscoverType$inboundSchema = exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod$outboundSchema = exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationNone$outboundSchema = exports.HealthCheckAuthenticationNone$inboundSchema = exports.HealthCheckAuthenticationNoneRetryRules$outboundSchema = exports.HealthCheckAuthenticationNoneRetryRules$inboundSchema = exports.HealthCheckAuthenticationNoneRetryType$outboundSchema = exports.HealthCheckAuthenticationNoneRetryType$inboundSchema = exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers$outboundSchema = exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers$inboundSchema = exports.HealthCheckAuthenticationNoneCollectRequestHeader$outboundSchema = exports.HealthCheckAuthenticationNoneCollectRequestHeader$inboundSchema = exports.HealthCheckAuthenticationNoneHealthCheckMethod$outboundSchema = exports.HealthCheckAuthenticationNoneHealthCheckMethod$inboundSchema = exports.HealthCheckAuthenticationNoneDiscovery$outboundSchema = exports.HealthCheckAuthenticationNoneDiscovery$inboundSchema = exports.HealthCheckAuthenticationNoneDiscoverType$outboundSchema = exports.HealthCheckAuthenticationNoneDiscoverType$inboundSchema = exports.HealthCheckAuthenticationBasic$outboundSchema = void 0;
43
+ exports.HealthCheckCollectorConf$outboundSchema = exports.HealthCheckCollectorConf$inboundSchema = exports.HealthCheckCollectMethodGet$outboundSchema = exports.HealthCheckCollectMethodGet$inboundSchema = exports.HealthCheckCollectMethodGetRetryRules$outboundSchema = exports.HealthCheckCollectMethodGetRetryRules$inboundSchema = exports.HealthCheckCollectMethodGetRetryType$outboundSchema = exports.HealthCheckCollectMethodGetRetryType$inboundSchema = exports.HealthCheckCollectMethodGetHiddenDefaultBreakers$outboundSchema = exports.HealthCheckCollectMethodGetHiddenDefaultBreakers$inboundSchema = exports.HealthCheckCollectMethodGetAuthentication$outboundSchema = exports.HealthCheckCollectMethodGetAuthentication$inboundSchema = exports.HealthCheckCollectMethodGetCollectRequestHeader$outboundSchema = exports.HealthCheckCollectMethodGetCollectRequestHeader$inboundSchema = exports.HealthCheckCollectMethodGetDiscovery$outboundSchema = exports.HealthCheckCollectMethodGetDiscovery$inboundSchema = exports.HealthCheckCollectMethodGetDiscoverType$outboundSchema = exports.HealthCheckCollectMethodGetDiscoverType$inboundSchema = exports.HealthCheckCollectMethodGetHealthCheckMethod$outboundSchema = exports.HealthCheckCollectMethodGetHealthCheckMethod$inboundSchema = exports.HealthCheckCollectMethodPost$outboundSchema = exports.HealthCheckCollectMethodPost$inboundSchema = exports.HealthCheckCollectMethodPostRetryRules$outboundSchema = void 0;
44
+ exports.healthCheckAuthenticationOauthSecretAuthRequestParamToJSON = healthCheckAuthenticationOauthSecretAuthRequestParamToJSON;
45
+ exports.healthCheckAuthenticationOauthSecretAuthRequestParamFromJSON = healthCheckAuthenticationOauthSecretAuthRequestParamFromJSON;
46
+ exports.healthCheckAuthenticationOauthSecretAuthRequestHeaderToJSON = healthCheckAuthenticationOauthSecretAuthRequestHeaderToJSON;
47
+ exports.healthCheckAuthenticationOauthSecretAuthRequestHeaderFromJSON = healthCheckAuthenticationOauthSecretAuthRequestHeaderFromJSON;
48
+ exports.healthCheckAuthenticationOauthSecretDiscoveryToJSON = healthCheckAuthenticationOauthSecretDiscoveryToJSON;
49
+ exports.healthCheckAuthenticationOauthSecretDiscoveryFromJSON = healthCheckAuthenticationOauthSecretDiscoveryFromJSON;
50
+ exports.healthCheckAuthenticationOauthSecretCollectRequestHeaderToJSON = healthCheckAuthenticationOauthSecretCollectRequestHeaderToJSON;
51
+ exports.healthCheckAuthenticationOauthSecretCollectRequestHeaderFromJSON = healthCheckAuthenticationOauthSecretCollectRequestHeaderFromJSON;
52
+ exports.healthCheckAuthenticationOauthSecretRetryRulesToJSON = healthCheckAuthenticationOauthSecretRetryRulesToJSON;
53
+ exports.healthCheckAuthenticationOauthSecretRetryRulesFromJSON = healthCheckAuthenticationOauthSecretRetryRulesFromJSON;
54
+ exports.healthCheckAuthenticationOauthSecretToJSON = healthCheckAuthenticationOauthSecretToJSON;
55
+ exports.healthCheckAuthenticationOauthSecretFromJSON = healthCheckAuthenticationOauthSecretFromJSON;
56
+ exports.healthCheckAuthenticationOauthAuthRequestParamToJSON = healthCheckAuthenticationOauthAuthRequestParamToJSON;
57
+ exports.healthCheckAuthenticationOauthAuthRequestParamFromJSON = healthCheckAuthenticationOauthAuthRequestParamFromJSON;
58
+ exports.healthCheckAuthenticationOauthAuthRequestHeaderToJSON = healthCheckAuthenticationOauthAuthRequestHeaderToJSON;
59
+ exports.healthCheckAuthenticationOauthAuthRequestHeaderFromJSON = healthCheckAuthenticationOauthAuthRequestHeaderFromJSON;
60
+ exports.healthCheckAuthenticationOauthDiscoveryToJSON = healthCheckAuthenticationOauthDiscoveryToJSON;
61
+ exports.healthCheckAuthenticationOauthDiscoveryFromJSON = healthCheckAuthenticationOauthDiscoveryFromJSON;
62
+ exports.healthCheckAuthenticationOauthCollectRequestHeaderToJSON = healthCheckAuthenticationOauthCollectRequestHeaderToJSON;
63
+ exports.healthCheckAuthenticationOauthCollectRequestHeaderFromJSON = healthCheckAuthenticationOauthCollectRequestHeaderFromJSON;
64
+ exports.healthCheckAuthenticationOauthRetryRulesToJSON = healthCheckAuthenticationOauthRetryRulesToJSON;
65
+ exports.healthCheckAuthenticationOauthRetryRulesFromJSON = healthCheckAuthenticationOauthRetryRulesFromJSON;
66
+ exports.healthCheckAuthenticationOauthToJSON = healthCheckAuthenticationOauthToJSON;
67
+ exports.healthCheckAuthenticationOauthFromJSON = healthCheckAuthenticationOauthFromJSON;
68
+ exports.healthCheckAuthenticationLoginSecretAuthRequestHeaderToJSON = healthCheckAuthenticationLoginSecretAuthRequestHeaderToJSON;
69
+ exports.healthCheckAuthenticationLoginSecretAuthRequestHeaderFromJSON = healthCheckAuthenticationLoginSecretAuthRequestHeaderFromJSON;
70
+ exports.healthCheckAuthenticationLoginSecretDiscoveryToJSON = healthCheckAuthenticationLoginSecretDiscoveryToJSON;
71
+ exports.healthCheckAuthenticationLoginSecretDiscoveryFromJSON = healthCheckAuthenticationLoginSecretDiscoveryFromJSON;
72
+ exports.healthCheckAuthenticationLoginSecretCollectRequestHeaderToJSON = healthCheckAuthenticationLoginSecretCollectRequestHeaderToJSON;
73
+ exports.healthCheckAuthenticationLoginSecretCollectRequestHeaderFromJSON = healthCheckAuthenticationLoginSecretCollectRequestHeaderFromJSON;
74
+ exports.healthCheckAuthenticationLoginSecretRetryRulesToJSON = healthCheckAuthenticationLoginSecretRetryRulesToJSON;
75
+ exports.healthCheckAuthenticationLoginSecretRetryRulesFromJSON = healthCheckAuthenticationLoginSecretRetryRulesFromJSON;
76
+ exports.healthCheckAuthenticationLoginSecretToJSON = healthCheckAuthenticationLoginSecretToJSON;
77
+ exports.healthCheckAuthenticationLoginSecretFromJSON = healthCheckAuthenticationLoginSecretFromJSON;
78
+ exports.healthCheckAuthenticationLoginAuthRequestHeaderToJSON = healthCheckAuthenticationLoginAuthRequestHeaderToJSON;
79
+ exports.healthCheckAuthenticationLoginAuthRequestHeaderFromJSON = healthCheckAuthenticationLoginAuthRequestHeaderFromJSON;
80
+ exports.healthCheckAuthenticationLoginDiscoveryToJSON = healthCheckAuthenticationLoginDiscoveryToJSON;
81
+ exports.healthCheckAuthenticationLoginDiscoveryFromJSON = healthCheckAuthenticationLoginDiscoveryFromJSON;
82
+ exports.healthCheckAuthenticationLoginCollectRequestHeaderToJSON = healthCheckAuthenticationLoginCollectRequestHeaderToJSON;
83
+ exports.healthCheckAuthenticationLoginCollectRequestHeaderFromJSON = healthCheckAuthenticationLoginCollectRequestHeaderFromJSON;
84
+ exports.healthCheckAuthenticationLoginRetryRulesToJSON = healthCheckAuthenticationLoginRetryRulesToJSON;
85
+ exports.healthCheckAuthenticationLoginRetryRulesFromJSON = healthCheckAuthenticationLoginRetryRulesFromJSON;
86
+ exports.healthCheckAuthenticationLoginToJSON = healthCheckAuthenticationLoginToJSON;
87
+ exports.healthCheckAuthenticationLoginFromJSON = healthCheckAuthenticationLoginFromJSON;
88
+ exports.healthCheckAuthenticationBasicSecretDiscoveryToJSON = healthCheckAuthenticationBasicSecretDiscoveryToJSON;
89
+ exports.healthCheckAuthenticationBasicSecretDiscoveryFromJSON = healthCheckAuthenticationBasicSecretDiscoveryFromJSON;
90
+ exports.healthCheckAuthenticationBasicSecretCollectRequestHeaderToJSON = healthCheckAuthenticationBasicSecretCollectRequestHeaderToJSON;
91
+ exports.healthCheckAuthenticationBasicSecretCollectRequestHeaderFromJSON = healthCheckAuthenticationBasicSecretCollectRequestHeaderFromJSON;
92
+ exports.healthCheckAuthenticationBasicSecretRetryRulesToJSON = healthCheckAuthenticationBasicSecretRetryRulesToJSON;
93
+ exports.healthCheckAuthenticationBasicSecretRetryRulesFromJSON = healthCheckAuthenticationBasicSecretRetryRulesFromJSON;
94
+ exports.healthCheckAuthenticationBasicSecretToJSON = healthCheckAuthenticationBasicSecretToJSON;
95
+ exports.healthCheckAuthenticationBasicSecretFromJSON = healthCheckAuthenticationBasicSecretFromJSON;
96
+ exports.healthCheckAuthenticationBasicDiscoveryToJSON = healthCheckAuthenticationBasicDiscoveryToJSON;
97
+ exports.healthCheckAuthenticationBasicDiscoveryFromJSON = healthCheckAuthenticationBasicDiscoveryFromJSON;
98
+ exports.healthCheckAuthenticationBasicCollectRequestHeaderToJSON = healthCheckAuthenticationBasicCollectRequestHeaderToJSON;
99
+ exports.healthCheckAuthenticationBasicCollectRequestHeaderFromJSON = healthCheckAuthenticationBasicCollectRequestHeaderFromJSON;
100
+ exports.healthCheckAuthenticationBasicRetryRulesToJSON = healthCheckAuthenticationBasicRetryRulesToJSON;
101
+ exports.healthCheckAuthenticationBasicRetryRulesFromJSON = healthCheckAuthenticationBasicRetryRulesFromJSON;
102
+ exports.healthCheckAuthenticationBasicToJSON = healthCheckAuthenticationBasicToJSON;
103
+ exports.healthCheckAuthenticationBasicFromJSON = healthCheckAuthenticationBasicFromJSON;
104
+ exports.healthCheckAuthenticationNoneDiscoveryToJSON = healthCheckAuthenticationNoneDiscoveryToJSON;
105
+ exports.healthCheckAuthenticationNoneDiscoveryFromJSON = healthCheckAuthenticationNoneDiscoveryFromJSON;
106
+ exports.healthCheckAuthenticationNoneCollectRequestHeaderToJSON = healthCheckAuthenticationNoneCollectRequestHeaderToJSON;
107
+ exports.healthCheckAuthenticationNoneCollectRequestHeaderFromJSON = healthCheckAuthenticationNoneCollectRequestHeaderFromJSON;
108
+ exports.healthCheckAuthenticationNoneRetryRulesToJSON = healthCheckAuthenticationNoneRetryRulesToJSON;
109
+ exports.healthCheckAuthenticationNoneRetryRulesFromJSON = healthCheckAuthenticationNoneRetryRulesFromJSON;
110
+ exports.healthCheckAuthenticationNoneToJSON = healthCheckAuthenticationNoneToJSON;
111
+ exports.healthCheckAuthenticationNoneFromJSON = healthCheckAuthenticationNoneFromJSON;
112
+ exports.healthCheckCollectMethodPostWithBodyDiscoveryToJSON = healthCheckCollectMethodPostWithBodyDiscoveryToJSON;
113
+ exports.healthCheckCollectMethodPostWithBodyDiscoveryFromJSON = healthCheckCollectMethodPostWithBodyDiscoveryFromJSON;
114
+ exports.healthCheckCollectMethodPostWithBodyCollectRequestHeaderToJSON = healthCheckCollectMethodPostWithBodyCollectRequestHeaderToJSON;
115
+ exports.healthCheckCollectMethodPostWithBodyCollectRequestHeaderFromJSON = healthCheckCollectMethodPostWithBodyCollectRequestHeaderFromJSON;
116
+ exports.healthCheckCollectMethodPostWithBodyRetryRulesToJSON = healthCheckCollectMethodPostWithBodyRetryRulesToJSON;
117
+ exports.healthCheckCollectMethodPostWithBodyRetryRulesFromJSON = healthCheckCollectMethodPostWithBodyRetryRulesFromJSON;
118
+ exports.healthCheckCollectMethodPostWithBodyToJSON = healthCheckCollectMethodPostWithBodyToJSON;
119
+ exports.healthCheckCollectMethodPostWithBodyFromJSON = healthCheckCollectMethodPostWithBodyFromJSON;
120
+ exports.healthCheckCollectMethodPostDiscoveryToJSON = healthCheckCollectMethodPostDiscoveryToJSON;
121
+ exports.healthCheckCollectMethodPostDiscoveryFromJSON = healthCheckCollectMethodPostDiscoveryFromJSON;
122
+ exports.healthCheckCollectMethodPostCollectRequestHeaderToJSON = healthCheckCollectMethodPostCollectRequestHeaderToJSON;
123
+ exports.healthCheckCollectMethodPostCollectRequestHeaderFromJSON = healthCheckCollectMethodPostCollectRequestHeaderFromJSON;
124
+ exports.healthCheckCollectMethodPostRetryRulesToJSON = healthCheckCollectMethodPostRetryRulesToJSON;
125
+ exports.healthCheckCollectMethodPostRetryRulesFromJSON = healthCheckCollectMethodPostRetryRulesFromJSON;
126
+ exports.healthCheckCollectMethodPostToJSON = healthCheckCollectMethodPostToJSON;
127
+ exports.healthCheckCollectMethodPostFromJSON = healthCheckCollectMethodPostFromJSON;
128
+ exports.healthCheckCollectMethodGetDiscoveryToJSON = healthCheckCollectMethodGetDiscoveryToJSON;
129
+ exports.healthCheckCollectMethodGetDiscoveryFromJSON = healthCheckCollectMethodGetDiscoveryFromJSON;
130
+ exports.healthCheckCollectMethodGetCollectRequestHeaderToJSON = healthCheckCollectMethodGetCollectRequestHeaderToJSON;
131
+ exports.healthCheckCollectMethodGetCollectRequestHeaderFromJSON = healthCheckCollectMethodGetCollectRequestHeaderFromJSON;
132
+ exports.healthCheckCollectMethodGetRetryRulesToJSON = healthCheckCollectMethodGetRetryRulesToJSON;
133
+ exports.healthCheckCollectMethodGetRetryRulesFromJSON = healthCheckCollectMethodGetRetryRulesFromJSON;
134
+ exports.healthCheckCollectMethodGetToJSON = healthCheckCollectMethodGetToJSON;
135
+ exports.healthCheckCollectMethodGetFromJSON = healthCheckCollectMethodGetFromJSON;
136
+ exports.healthCheckCollectorConfToJSON = healthCheckCollectorConfToJSON;
137
+ exports.healthCheckCollectorConfFromJSON = healthCheckCollectorConfFromJSON;
138
+ const z = __importStar(require("zod/v3"));
139
+ const schemas_js_1 = require("../lib/schemas.js");
140
+ const openEnums = __importStar(require("../types/enums.js"));
141
+ /**
142
+ * 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.
143
+ */
144
+ exports.HealthCheckAuthenticationOauthSecretDiscoverType = {
145
+ /**
146
+ * HTTP Request
147
+ */
148
+ Http: "http",
149
+ /**
150
+ * JSON Response
151
+ */
152
+ Json: "json",
153
+ /**
154
+ * Item List
155
+ */
156
+ List: "list",
157
+ /**
158
+ * None
159
+ */
160
+ None: "none",
161
+ };
162
+ /**
163
+ * Health check HTTP method.
164
+ */
165
+ exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod = {
166
+ /**
167
+ * GET
168
+ */
169
+ Get: "get",
170
+ /**
171
+ * POST
172
+ */
173
+ Post: "post",
174
+ /**
175
+ * POST with Body
176
+ */
177
+ PostWithBody: "post_with_body",
178
+ };
179
+ exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers = {
180
+ Cribl: "Cribl",
181
+ };
182
+ /**
183
+ * The algorithm to use when performing HTTP retries
184
+ */
185
+ exports.HealthCheckAuthenticationOauthSecretRetryType = {
186
+ /**
187
+ * Disabled
188
+ */
189
+ None: "none",
190
+ /**
191
+ * Backoff
192
+ */
193
+ Backoff: "backoff",
194
+ /**
195
+ * Static
196
+ */
197
+ Static: "static",
198
+ };
199
+ /**
200
+ * 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.
201
+ */
202
+ exports.HealthCheckAuthenticationOauthDiscoverType = {
203
+ /**
204
+ * HTTP Request
205
+ */
206
+ Http: "http",
207
+ /**
208
+ * JSON Response
209
+ */
210
+ Json: "json",
211
+ /**
212
+ * Item List
213
+ */
214
+ List: "list",
215
+ /**
216
+ * None
217
+ */
218
+ None: "none",
219
+ };
220
+ /**
221
+ * Health check HTTP method.
222
+ */
223
+ exports.HealthCheckAuthenticationOauthHealthCheckMethod = {
224
+ /**
225
+ * GET
226
+ */
227
+ Get: "get",
228
+ /**
229
+ * POST
230
+ */
231
+ Post: "post",
232
+ /**
233
+ * POST with Body
234
+ */
235
+ PostWithBody: "post_with_body",
236
+ };
237
+ exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers = {
238
+ Cribl: "Cribl",
239
+ };
240
+ /**
241
+ * The algorithm to use when performing HTTP retries
242
+ */
243
+ exports.HealthCheckAuthenticationOauthRetryType = {
244
+ /**
245
+ * Disabled
246
+ */
247
+ None: "none",
248
+ /**
249
+ * Backoff
250
+ */
251
+ Backoff: "backoff",
252
+ /**
253
+ * Static
254
+ */
255
+ Static: "static",
256
+ };
257
+ /**
258
+ * 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.
259
+ */
260
+ exports.HealthCheckAuthenticationLoginSecretDiscoverType = {
261
+ /**
262
+ * HTTP Request
263
+ */
264
+ Http: "http",
265
+ /**
266
+ * JSON Response
267
+ */
268
+ Json: "json",
269
+ /**
270
+ * Item List
271
+ */
272
+ List: "list",
273
+ /**
274
+ * None
275
+ */
276
+ None: "none",
277
+ };
278
+ /**
279
+ * Health check HTTP method.
280
+ */
281
+ exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod = {
282
+ /**
283
+ * GET
284
+ */
285
+ Get: "get",
286
+ /**
287
+ * POST
288
+ */
289
+ Post: "post",
290
+ /**
291
+ * POST with Body
292
+ */
293
+ PostWithBody: "post_with_body",
294
+ };
295
+ exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers = {
296
+ Cribl: "Cribl",
297
+ };
298
+ /**
299
+ * The algorithm to use when performing HTTP retries
300
+ */
301
+ exports.HealthCheckAuthenticationLoginSecretRetryType = {
302
+ /**
303
+ * Disabled
304
+ */
305
+ None: "none",
306
+ /**
307
+ * Backoff
308
+ */
309
+ Backoff: "backoff",
310
+ /**
311
+ * Static
312
+ */
313
+ Static: "static",
314
+ };
315
+ /**
316
+ * 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.
317
+ */
318
+ exports.HealthCheckAuthenticationLoginDiscoverType = {
319
+ /**
320
+ * HTTP Request
321
+ */
322
+ Http: "http",
323
+ /**
324
+ * JSON Response
325
+ */
326
+ Json: "json",
327
+ /**
328
+ * Item List
329
+ */
330
+ List: "list",
331
+ /**
332
+ * None
333
+ */
334
+ None: "none",
335
+ };
336
+ /**
337
+ * Health check HTTP method.
338
+ */
339
+ exports.HealthCheckAuthenticationLoginHealthCheckMethod = {
340
+ /**
341
+ * GET
342
+ */
343
+ Get: "get",
344
+ /**
345
+ * POST
346
+ */
347
+ Post: "post",
348
+ /**
349
+ * POST with Body
350
+ */
351
+ PostWithBody: "post_with_body",
352
+ };
353
+ exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers = {
354
+ Cribl: "Cribl",
355
+ };
356
+ /**
357
+ * The algorithm to use when performing HTTP retries
358
+ */
359
+ exports.HealthCheckAuthenticationLoginRetryType = {
360
+ /**
361
+ * Disabled
362
+ */
363
+ None: "none",
364
+ /**
365
+ * Backoff
366
+ */
367
+ Backoff: "backoff",
368
+ /**
369
+ * Static
370
+ */
371
+ Static: "static",
372
+ };
373
+ /**
374
+ * 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.
375
+ */
376
+ exports.HealthCheckAuthenticationBasicSecretDiscoverType = {
377
+ /**
378
+ * HTTP Request
379
+ */
380
+ Http: "http",
381
+ /**
382
+ * JSON Response
383
+ */
384
+ Json: "json",
385
+ /**
386
+ * Item List
387
+ */
388
+ List: "list",
389
+ /**
390
+ * None
391
+ */
392
+ None: "none",
393
+ };
394
+ /**
395
+ * Health check HTTP method.
396
+ */
397
+ exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod = {
398
+ /**
399
+ * GET
400
+ */
401
+ Get: "get",
402
+ /**
403
+ * POST
404
+ */
405
+ Post: "post",
406
+ /**
407
+ * POST with Body
408
+ */
409
+ PostWithBody: "post_with_body",
410
+ };
411
+ exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers = {
412
+ Cribl: "Cribl",
413
+ };
414
+ /**
415
+ * The algorithm to use when performing HTTP retries
416
+ */
417
+ exports.HealthCheckAuthenticationBasicSecretRetryType = {
418
+ /**
419
+ * Disabled
420
+ */
421
+ None: "none",
422
+ /**
423
+ * Backoff
424
+ */
425
+ Backoff: "backoff",
426
+ /**
427
+ * Static
428
+ */
429
+ Static: "static",
430
+ };
431
+ /**
432
+ * 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.
433
+ */
434
+ exports.HealthCheckAuthenticationBasicDiscoverType = {
435
+ /**
436
+ * HTTP Request
437
+ */
438
+ Http: "http",
439
+ /**
440
+ * JSON Response
441
+ */
442
+ Json: "json",
443
+ /**
444
+ * Item List
445
+ */
446
+ List: "list",
447
+ /**
448
+ * None
449
+ */
450
+ None: "none",
451
+ };
452
+ /**
453
+ * Health check HTTP method.
454
+ */
455
+ exports.HealthCheckAuthenticationBasicHealthCheckMethod = {
456
+ /**
457
+ * GET
458
+ */
459
+ Get: "get",
460
+ /**
461
+ * POST
462
+ */
463
+ Post: "post",
464
+ /**
465
+ * POST with Body
466
+ */
467
+ PostWithBody: "post_with_body",
468
+ };
469
+ exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers = {
470
+ Cribl: "Cribl",
471
+ };
472
+ /**
473
+ * The algorithm to use when performing HTTP retries
474
+ */
475
+ exports.HealthCheckAuthenticationBasicRetryType = {
476
+ /**
477
+ * Disabled
478
+ */
479
+ None: "none",
480
+ /**
481
+ * Backoff
482
+ */
483
+ Backoff: "backoff",
484
+ /**
485
+ * Static
486
+ */
487
+ Static: "static",
488
+ };
489
+ /**
490
+ * 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.
491
+ */
492
+ exports.HealthCheckAuthenticationNoneDiscoverType = {
493
+ /**
494
+ * HTTP Request
495
+ */
496
+ Http: "http",
497
+ /**
498
+ * JSON Response
499
+ */
500
+ Json: "json",
501
+ /**
502
+ * Item List
503
+ */
504
+ List: "list",
505
+ /**
506
+ * None
507
+ */
508
+ None: "none",
509
+ };
510
+ /**
511
+ * Health check HTTP method.
512
+ */
513
+ exports.HealthCheckAuthenticationNoneHealthCheckMethod = {
514
+ /**
515
+ * GET
516
+ */
517
+ Get: "get",
518
+ /**
519
+ * POST
520
+ */
521
+ Post: "post",
522
+ /**
523
+ * POST with Body
524
+ */
525
+ PostWithBody: "post_with_body",
526
+ };
527
+ exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers = {
528
+ Cribl: "Cribl",
529
+ };
530
+ /**
531
+ * The algorithm to use when performing HTTP retries
532
+ */
533
+ exports.HealthCheckAuthenticationNoneRetryType = {
534
+ /**
535
+ * Disabled
536
+ */
537
+ None: "none",
538
+ /**
539
+ * Backoff
540
+ */
541
+ Backoff: "backoff",
542
+ /**
543
+ * Static
544
+ */
545
+ Static: "static",
546
+ };
547
+ /**
548
+ * Health check HTTP method.
549
+ */
550
+ exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod = {
551
+ /**
552
+ * GET
553
+ */
554
+ Get: "get",
555
+ /**
556
+ * POST
557
+ */
558
+ Post: "post",
559
+ /**
560
+ * POST with Body
561
+ */
562
+ PostWithBody: "post_with_body",
563
+ };
564
+ /**
565
+ * 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.
566
+ */
567
+ exports.HealthCheckCollectMethodPostWithBodyDiscoverType = {
568
+ /**
569
+ * HTTP Request
570
+ */
571
+ Http: "http",
572
+ /**
573
+ * JSON Response
574
+ */
575
+ Json: "json",
576
+ /**
577
+ * Item List
578
+ */
579
+ List: "list",
580
+ /**
581
+ * None
582
+ */
583
+ None: "none",
584
+ };
585
+ /**
586
+ * Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
587
+ */
588
+ exports.HealthCheckCollectMethodPostWithBodyAuthentication = {
589
+ None: "none",
590
+ Basic: "basic",
591
+ BasicSecret: "basicSecret",
592
+ Login: "login",
593
+ LoginSecret: "loginSecret",
594
+ Oauth: "oauth",
595
+ OauthSecret: "oauthSecret",
596
+ };
597
+ exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers = {
598
+ Cribl: "Cribl",
599
+ };
600
+ /**
601
+ * The algorithm to use when performing HTTP retries
602
+ */
603
+ exports.HealthCheckCollectMethodPostWithBodyRetryType = {
604
+ /**
605
+ * Disabled
606
+ */
607
+ None: "none",
608
+ /**
609
+ * Backoff
610
+ */
611
+ Backoff: "backoff",
612
+ /**
613
+ * Static
614
+ */
615
+ Static: "static",
616
+ };
617
+ /**
618
+ * Health check HTTP method.
619
+ */
620
+ exports.HealthCheckCollectMethodPostHealthCheckMethod = {
621
+ /**
622
+ * GET
623
+ */
624
+ Get: "get",
625
+ /**
626
+ * POST
627
+ */
628
+ Post: "post",
629
+ /**
630
+ * POST with Body
631
+ */
632
+ PostWithBody: "post_with_body",
633
+ };
634
+ /**
635
+ * 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.
636
+ */
637
+ exports.HealthCheckCollectMethodPostDiscoverType = {
638
+ /**
639
+ * HTTP Request
640
+ */
641
+ Http: "http",
642
+ /**
643
+ * JSON Response
644
+ */
645
+ Json: "json",
646
+ /**
647
+ * Item List
648
+ */
649
+ List: "list",
650
+ /**
651
+ * None
652
+ */
653
+ None: "none",
654
+ };
655
+ /**
656
+ * Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
657
+ */
658
+ exports.HealthCheckCollectMethodPostAuthentication = {
659
+ None: "none",
660
+ Basic: "basic",
661
+ BasicSecret: "basicSecret",
662
+ Login: "login",
663
+ LoginSecret: "loginSecret",
664
+ Oauth: "oauth",
665
+ OauthSecret: "oauthSecret",
666
+ };
667
+ exports.HealthCheckCollectMethodPostHiddenDefaultBreakers = {
668
+ Cribl: "Cribl",
669
+ };
670
+ /**
671
+ * The algorithm to use when performing HTTP retries
672
+ */
673
+ exports.HealthCheckCollectMethodPostRetryType = {
674
+ /**
675
+ * Disabled
676
+ */
677
+ None: "none",
678
+ /**
679
+ * Backoff
680
+ */
681
+ Backoff: "backoff",
682
+ /**
683
+ * Static
684
+ */
685
+ Static: "static",
686
+ };
687
+ /**
688
+ * Health check HTTP method.
689
+ */
690
+ exports.HealthCheckCollectMethodGetHealthCheckMethod = {
691
+ /**
692
+ * GET
693
+ */
694
+ Get: "get",
695
+ /**
696
+ * POST
697
+ */
698
+ Post: "post",
699
+ /**
700
+ * POST with Body
701
+ */
702
+ PostWithBody: "post_with_body",
703
+ };
704
+ /**
705
+ * 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.
706
+ */
707
+ exports.HealthCheckCollectMethodGetDiscoverType = {
708
+ /**
709
+ * HTTP Request
710
+ */
711
+ Http: "http",
712
+ /**
713
+ * JSON Response
714
+ */
715
+ Json: "json",
716
+ /**
717
+ * Item List
718
+ */
719
+ List: "list",
720
+ /**
721
+ * None
722
+ */
723
+ None: "none",
724
+ };
725
+ /**
726
+ * Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
727
+ */
728
+ exports.HealthCheckCollectMethodGetAuthentication = {
729
+ None: "none",
730
+ Basic: "basic",
731
+ BasicSecret: "basicSecret",
732
+ Login: "login",
733
+ LoginSecret: "loginSecret",
734
+ Oauth: "oauth",
735
+ OauthSecret: "oauthSecret",
736
+ };
737
+ exports.HealthCheckCollectMethodGetHiddenDefaultBreakers = {
738
+ Cribl: "Cribl",
739
+ };
740
+ /**
741
+ * The algorithm to use when performing HTTP retries
742
+ */
743
+ exports.HealthCheckCollectMethodGetRetryType = {
744
+ /**
745
+ * Disabled
746
+ */
747
+ None: "none",
748
+ /**
749
+ * Backoff
750
+ */
751
+ Backoff: "backoff",
752
+ /**
753
+ * Static
754
+ */
755
+ Static: "static",
756
+ };
757
+ /** @internal */
758
+ exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$inboundSchema = z.object({
759
+ name: z.string(),
760
+ value: z.string(),
761
+ });
762
+ /** @internal */
763
+ exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$outboundSchema = z.object({
764
+ name: z.string(),
765
+ value: z.string(),
766
+ });
767
+ function healthCheckAuthenticationOauthSecretAuthRequestParamToJSON(healthCheckAuthenticationOauthSecretAuthRequestParam) {
768
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$outboundSchema.parse(healthCheckAuthenticationOauthSecretAuthRequestParam));
769
+ }
770
+ function healthCheckAuthenticationOauthSecretAuthRequestParamFromJSON(jsonString) {
771
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthSecretAuthRequestParam' from JSON`);
772
+ }
773
+ /** @internal */
774
+ exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$inboundSchema = z.object({
775
+ name: z.string(),
776
+ value: z.string(),
777
+ });
778
+ /** @internal */
779
+ exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$outboundSchema = z.object({
780
+ name: z.string(),
781
+ value: z.string(),
782
+ });
783
+ function healthCheckAuthenticationOauthSecretAuthRequestHeaderToJSON(healthCheckAuthenticationOauthSecretAuthRequestHeader) {
784
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$outboundSchema.parse(healthCheckAuthenticationOauthSecretAuthRequestHeader));
785
+ }
786
+ function healthCheckAuthenticationOauthSecretAuthRequestHeaderFromJSON(jsonString) {
787
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthSecretAuthRequestHeader' from JSON`);
788
+ }
789
+ /** @internal */
790
+ exports.HealthCheckAuthenticationOauthSecretDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthSecretDiscoverType);
791
+ /** @internal */
792
+ exports.HealthCheckAuthenticationOauthSecretDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthSecretDiscoverType);
793
+ /** @internal */
794
+ exports.HealthCheckAuthenticationOauthSecretDiscovery$inboundSchema = z.object({
795
+ discoverType: exports.HealthCheckAuthenticationOauthSecretDiscoverType$inboundSchema
796
+ .default("none"),
797
+ });
798
+ /** @internal */
799
+ exports.HealthCheckAuthenticationOauthSecretDiscovery$outboundSchema = z.object({
800
+ discoverType: exports.HealthCheckAuthenticationOauthSecretDiscoverType$outboundSchema.default("none"),
801
+ });
802
+ function healthCheckAuthenticationOauthSecretDiscoveryToJSON(healthCheckAuthenticationOauthSecretDiscovery) {
803
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthSecretDiscovery$outboundSchema.parse(healthCheckAuthenticationOauthSecretDiscovery));
804
+ }
805
+ function healthCheckAuthenticationOauthSecretDiscoveryFromJSON(jsonString) {
806
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthSecretDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthSecretDiscovery' from JSON`);
807
+ }
808
+ /** @internal */
809
+ exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod);
810
+ /** @internal */
811
+ exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod);
812
+ /** @internal */
813
+ exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$inboundSchema = z.object({
814
+ name: z.string(),
815
+ value: z.string(),
816
+ });
817
+ /** @internal */
818
+ exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$outboundSchema = z.object({
819
+ name: z.string(),
820
+ value: z.string(),
821
+ });
822
+ function healthCheckAuthenticationOauthSecretCollectRequestHeaderToJSON(healthCheckAuthenticationOauthSecretCollectRequestHeader) {
823
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$outboundSchema
824
+ .parse(healthCheckAuthenticationOauthSecretCollectRequestHeader));
825
+ }
826
+ function healthCheckAuthenticationOauthSecretCollectRequestHeaderFromJSON(jsonString) {
827
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$inboundSchema
828
+ .parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthSecretCollectRequestHeader' from JSON`);
829
+ }
830
+ /** @internal */
831
+ exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers);
832
+ /** @internal */
833
+ exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers);
834
+ /** @internal */
835
+ exports.HealthCheckAuthenticationOauthSecretRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthSecretRetryType);
836
+ /** @internal */
837
+ exports.HealthCheckAuthenticationOauthSecretRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthSecretRetryType);
838
+ /** @internal */
839
+ exports.HealthCheckAuthenticationOauthSecretRetryRules$inboundSchema = z.object({
840
+ type: exports.HealthCheckAuthenticationOauthSecretRetryType$inboundSchema.default("backoff"),
841
+ interval: z.any().optional(),
842
+ limit: z.any().optional(),
843
+ multiplier: z.any().optional(),
844
+ codes: z.any().optional(),
845
+ enableHeader: z.any().optional(),
846
+ });
847
+ /** @internal */
848
+ exports.HealthCheckAuthenticationOauthSecretRetryRules$outboundSchema = z.object({
849
+ type: exports.HealthCheckAuthenticationOauthSecretRetryType$outboundSchema.default("backoff"),
850
+ interval: z.any().optional(),
851
+ limit: z.any().optional(),
852
+ multiplier: z.any().optional(),
853
+ codes: z.any().optional(),
854
+ enableHeader: z.any().optional(),
855
+ });
856
+ function healthCheckAuthenticationOauthSecretRetryRulesToJSON(healthCheckAuthenticationOauthSecretRetryRules) {
857
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthSecretRetryRules$outboundSchema.parse(healthCheckAuthenticationOauthSecretRetryRules));
858
+ }
859
+ function healthCheckAuthenticationOauthSecretRetryRulesFromJSON(jsonString) {
860
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthSecretRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthSecretRetryRules' from JSON`);
861
+ }
862
+ /** @internal */
863
+ exports.HealthCheckAuthenticationOauthSecret$inboundSchema = z.object({
864
+ authentication: z.literal("oauthSecret"),
865
+ loginUrl: z.string().default(""),
866
+ tokenRespAttribute: z.string().optional(),
867
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
868
+ clientSecretParamName: z.string().default("client_secret"),
869
+ textSecret: z.string(),
870
+ authRequestParams: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$inboundSchema)).optional(),
871
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$inboundSchema)).optional(),
872
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationOauthSecretDiscovery$inboundSchema).optional(),
873
+ collectUrl: z.string(),
874
+ collectMethod: exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod$inboundSchema.default("get"),
875
+ collectRequestParams: z.any().optional(),
876
+ collectBody: z.any().optional(),
877
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$inboundSchema)).optional(),
878
+ authenticateCollect: z.boolean().default(false),
879
+ timeout: z.number().default(30),
880
+ rejectUnauthorized: z.boolean().default(false),
881
+ defaultBreakers: exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers$inboundSchema
882
+ .optional(),
883
+ safeHeaders: z.array(z.string()).optional(),
884
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationOauthSecretRetryRules$inboundSchema).optional(),
885
+ });
886
+ /** @internal */
887
+ exports.HealthCheckAuthenticationOauthSecret$outboundSchema = z.object({
888
+ authentication: z.literal("oauthSecret"),
889
+ loginUrl: z.string().default(""),
890
+ tokenRespAttribute: z.string().optional(),
891
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
892
+ clientSecretParamName: z.string().default("client_secret"),
893
+ textSecret: z.string(),
894
+ authRequestParams: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthSecretAuthRequestParam$outboundSchema)).optional(),
895
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthSecretAuthRequestHeader$outboundSchema)).optional(),
896
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationOauthSecretDiscovery$outboundSchema).optional(),
897
+ collectUrl: z.string(),
898
+ collectMethod: exports.HealthCheckAuthenticationOauthSecretHealthCheckMethod$outboundSchema
899
+ .default("get"),
900
+ collectRequestParams: z.any().optional(),
901
+ collectBody: z.any().optional(),
902
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthSecretCollectRequestHeader$outboundSchema)).optional(),
903
+ authenticateCollect: z.boolean().default(false),
904
+ timeout: z.number().default(30),
905
+ rejectUnauthorized: z.boolean().default(false),
906
+ defaultBreakers: exports.HealthCheckAuthenticationOauthSecretHiddenDefaultBreakers$outboundSchema
907
+ .optional(),
908
+ safeHeaders: z.array(z.string()).optional(),
909
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationOauthSecretRetryRules$outboundSchema).optional(),
910
+ });
911
+ function healthCheckAuthenticationOauthSecretToJSON(healthCheckAuthenticationOauthSecret) {
912
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthSecret$outboundSchema.parse(healthCheckAuthenticationOauthSecret));
913
+ }
914
+ function healthCheckAuthenticationOauthSecretFromJSON(jsonString) {
915
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthSecret$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthSecret' from JSON`);
916
+ }
917
+ /** @internal */
918
+ exports.HealthCheckAuthenticationOauthAuthRequestParam$inboundSchema = z.object({
919
+ name: z.string(),
920
+ value: z.string(),
921
+ });
922
+ /** @internal */
923
+ exports.HealthCheckAuthenticationOauthAuthRequestParam$outboundSchema = z.object({
924
+ name: z.string(),
925
+ value: z.string(),
926
+ });
927
+ function healthCheckAuthenticationOauthAuthRequestParamToJSON(healthCheckAuthenticationOauthAuthRequestParam) {
928
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthAuthRequestParam$outboundSchema.parse(healthCheckAuthenticationOauthAuthRequestParam));
929
+ }
930
+ function healthCheckAuthenticationOauthAuthRequestParamFromJSON(jsonString) {
931
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthAuthRequestParam$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthAuthRequestParam' from JSON`);
932
+ }
933
+ /** @internal */
934
+ exports.HealthCheckAuthenticationOauthAuthRequestHeader$inboundSchema = z.object({
935
+ name: z.string(),
936
+ value: z.string(),
937
+ });
938
+ /** @internal */
939
+ exports.HealthCheckAuthenticationOauthAuthRequestHeader$outboundSchema = z.object({
940
+ name: z.string(),
941
+ value: z.string(),
942
+ });
943
+ function healthCheckAuthenticationOauthAuthRequestHeaderToJSON(healthCheckAuthenticationOauthAuthRequestHeader) {
944
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthAuthRequestHeader$outboundSchema.parse(healthCheckAuthenticationOauthAuthRequestHeader));
945
+ }
946
+ function healthCheckAuthenticationOauthAuthRequestHeaderFromJSON(jsonString) {
947
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthAuthRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthAuthRequestHeader' from JSON`);
948
+ }
949
+ /** @internal */
950
+ exports.HealthCheckAuthenticationOauthDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthDiscoverType);
951
+ /** @internal */
952
+ exports.HealthCheckAuthenticationOauthDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthDiscoverType);
953
+ /** @internal */
954
+ exports.HealthCheckAuthenticationOauthDiscovery$inboundSchema = z.object({
955
+ discoverType: exports.HealthCheckAuthenticationOauthDiscoverType$inboundSchema
956
+ .default("none"),
957
+ });
958
+ /** @internal */
959
+ exports.HealthCheckAuthenticationOauthDiscovery$outboundSchema = z.object({
960
+ discoverType: exports.HealthCheckAuthenticationOauthDiscoverType$outboundSchema
961
+ .default("none"),
962
+ });
963
+ function healthCheckAuthenticationOauthDiscoveryToJSON(healthCheckAuthenticationOauthDiscovery) {
964
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthDiscovery$outboundSchema.parse(healthCheckAuthenticationOauthDiscovery));
965
+ }
966
+ function healthCheckAuthenticationOauthDiscoveryFromJSON(jsonString) {
967
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthDiscovery' from JSON`);
968
+ }
969
+ /** @internal */
970
+ exports.HealthCheckAuthenticationOauthHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthHealthCheckMethod);
971
+ /** @internal */
972
+ exports.HealthCheckAuthenticationOauthHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthHealthCheckMethod);
973
+ /** @internal */
974
+ exports.HealthCheckAuthenticationOauthCollectRequestHeader$inboundSchema = z.object({
975
+ name: z.string(),
976
+ value: z.string(),
977
+ });
978
+ /** @internal */
979
+ exports.HealthCheckAuthenticationOauthCollectRequestHeader$outboundSchema = z.object({
980
+ name: z.string(),
981
+ value: z.string(),
982
+ });
983
+ function healthCheckAuthenticationOauthCollectRequestHeaderToJSON(healthCheckAuthenticationOauthCollectRequestHeader) {
984
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthCollectRequestHeader$outboundSchema.parse(healthCheckAuthenticationOauthCollectRequestHeader));
985
+ }
986
+ function healthCheckAuthenticationOauthCollectRequestHeaderFromJSON(jsonString) {
987
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthCollectRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthCollectRequestHeader' from JSON`);
988
+ }
989
+ /** @internal */
990
+ exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers);
991
+ /** @internal */
992
+ exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers);
993
+ /** @internal */
994
+ exports.HealthCheckAuthenticationOauthRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationOauthRetryType);
995
+ /** @internal */
996
+ exports.HealthCheckAuthenticationOauthRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationOauthRetryType);
997
+ /** @internal */
998
+ exports.HealthCheckAuthenticationOauthRetryRules$inboundSchema = z.object({
999
+ type: exports.HealthCheckAuthenticationOauthRetryType$inboundSchema.default("backoff"),
1000
+ interval: z.any().optional(),
1001
+ limit: z.any().optional(),
1002
+ multiplier: z.any().optional(),
1003
+ codes: z.any().optional(),
1004
+ enableHeader: z.any().optional(),
1005
+ });
1006
+ /** @internal */
1007
+ exports.HealthCheckAuthenticationOauthRetryRules$outboundSchema = z.object({
1008
+ type: exports.HealthCheckAuthenticationOauthRetryType$outboundSchema.default("backoff"),
1009
+ interval: z.any().optional(),
1010
+ limit: z.any().optional(),
1011
+ multiplier: z.any().optional(),
1012
+ codes: z.any().optional(),
1013
+ enableHeader: z.any().optional(),
1014
+ });
1015
+ function healthCheckAuthenticationOauthRetryRulesToJSON(healthCheckAuthenticationOauthRetryRules) {
1016
+ return JSON.stringify(exports.HealthCheckAuthenticationOauthRetryRules$outboundSchema.parse(healthCheckAuthenticationOauthRetryRules));
1017
+ }
1018
+ function healthCheckAuthenticationOauthRetryRulesFromJSON(jsonString) {
1019
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauthRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauthRetryRules' from JSON`);
1020
+ }
1021
+ /** @internal */
1022
+ exports.HealthCheckAuthenticationOauth$inboundSchema = z.object({
1023
+ authentication: z.literal("oauth"),
1024
+ loginUrl: z.string().default(""),
1025
+ tokenRespAttribute: z.string().optional(),
1026
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
1027
+ clientSecretParamName: z.string().default("client_secret"),
1028
+ clientSecretParamValue: z.string(),
1029
+ authRequestParams: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthAuthRequestParam$inboundSchema)).optional(),
1030
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthAuthRequestHeader$inboundSchema)).optional(),
1031
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationOauthDiscovery$inboundSchema)
1032
+ .optional(),
1033
+ collectUrl: z.string(),
1034
+ collectMethod: exports.HealthCheckAuthenticationOauthHealthCheckMethod$inboundSchema
1035
+ .default("get"),
1036
+ collectRequestParams: z.any().optional(),
1037
+ collectBody: z.any().optional(),
1038
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthCollectRequestHeader$inboundSchema)).optional(),
1039
+ authenticateCollect: z.boolean().default(false),
1040
+ timeout: z.number().default(30),
1041
+ rejectUnauthorized: z.boolean().default(false),
1042
+ defaultBreakers: exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers$inboundSchema
1043
+ .optional(),
1044
+ safeHeaders: z.array(z.string()).optional(),
1045
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationOauthRetryRules$inboundSchema).optional(),
1046
+ });
1047
+ /** @internal */
1048
+ exports.HealthCheckAuthenticationOauth$outboundSchema = z.object({
1049
+ authentication: z.literal("oauth"),
1050
+ loginUrl: z.string().default(""),
1051
+ tokenRespAttribute: z.string().optional(),
1052
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
1053
+ clientSecretParamName: z.string().default("client_secret"),
1054
+ clientSecretParamValue: z.string(),
1055
+ authRequestParams: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthAuthRequestParam$outboundSchema)).optional(),
1056
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthAuthRequestHeader$outboundSchema)).optional(),
1057
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationOauthDiscovery$outboundSchema).optional(),
1058
+ collectUrl: z.string(),
1059
+ collectMethod: exports.HealthCheckAuthenticationOauthHealthCheckMethod$outboundSchema
1060
+ .default("get"),
1061
+ collectRequestParams: z.any().optional(),
1062
+ collectBody: z.any().optional(),
1063
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationOauthCollectRequestHeader$outboundSchema)).optional(),
1064
+ authenticateCollect: z.boolean().default(false),
1065
+ timeout: z.number().default(30),
1066
+ rejectUnauthorized: z.boolean().default(false),
1067
+ defaultBreakers: exports.HealthCheckAuthenticationOauthHiddenDefaultBreakers$outboundSchema
1068
+ .optional(),
1069
+ safeHeaders: z.array(z.string()).optional(),
1070
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationOauthRetryRules$outboundSchema).optional(),
1071
+ });
1072
+ function healthCheckAuthenticationOauthToJSON(healthCheckAuthenticationOauth) {
1073
+ return JSON.stringify(exports.HealthCheckAuthenticationOauth$outboundSchema.parse(healthCheckAuthenticationOauth));
1074
+ }
1075
+ function healthCheckAuthenticationOauthFromJSON(jsonString) {
1076
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationOauth$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationOauth' from JSON`);
1077
+ }
1078
+ /** @internal */
1079
+ exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$inboundSchema = z.object({
1080
+ name: z.string(),
1081
+ value: z.string(),
1082
+ });
1083
+ /** @internal */
1084
+ exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$outboundSchema = z.object({
1085
+ name: z.string(),
1086
+ value: z.string(),
1087
+ });
1088
+ function healthCheckAuthenticationLoginSecretAuthRequestHeaderToJSON(healthCheckAuthenticationLoginSecretAuthRequestHeader) {
1089
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$outboundSchema.parse(healthCheckAuthenticationLoginSecretAuthRequestHeader));
1090
+ }
1091
+ function healthCheckAuthenticationLoginSecretAuthRequestHeaderFromJSON(jsonString) {
1092
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginSecretAuthRequestHeader' from JSON`);
1093
+ }
1094
+ /** @internal */
1095
+ exports.HealthCheckAuthenticationLoginSecretDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginSecretDiscoverType);
1096
+ /** @internal */
1097
+ exports.HealthCheckAuthenticationLoginSecretDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginSecretDiscoverType);
1098
+ /** @internal */
1099
+ exports.HealthCheckAuthenticationLoginSecretDiscovery$inboundSchema = z.object({
1100
+ discoverType: exports.HealthCheckAuthenticationLoginSecretDiscoverType$inboundSchema
1101
+ .default("none"),
1102
+ });
1103
+ /** @internal */
1104
+ exports.HealthCheckAuthenticationLoginSecretDiscovery$outboundSchema = z.object({
1105
+ discoverType: exports.HealthCheckAuthenticationLoginSecretDiscoverType$outboundSchema.default("none"),
1106
+ });
1107
+ function healthCheckAuthenticationLoginSecretDiscoveryToJSON(healthCheckAuthenticationLoginSecretDiscovery) {
1108
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginSecretDiscovery$outboundSchema.parse(healthCheckAuthenticationLoginSecretDiscovery));
1109
+ }
1110
+ function healthCheckAuthenticationLoginSecretDiscoveryFromJSON(jsonString) {
1111
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginSecretDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginSecretDiscovery' from JSON`);
1112
+ }
1113
+ /** @internal */
1114
+ exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod);
1115
+ /** @internal */
1116
+ exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod);
1117
+ /** @internal */
1118
+ exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$inboundSchema = z.object({
1119
+ name: z.string(),
1120
+ value: z.string(),
1121
+ });
1122
+ /** @internal */
1123
+ exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$outboundSchema = z.object({
1124
+ name: z.string(),
1125
+ value: z.string(),
1126
+ });
1127
+ function healthCheckAuthenticationLoginSecretCollectRequestHeaderToJSON(healthCheckAuthenticationLoginSecretCollectRequestHeader) {
1128
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$outboundSchema
1129
+ .parse(healthCheckAuthenticationLoginSecretCollectRequestHeader));
1130
+ }
1131
+ function healthCheckAuthenticationLoginSecretCollectRequestHeaderFromJSON(jsonString) {
1132
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$inboundSchema
1133
+ .parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginSecretCollectRequestHeader' from JSON`);
1134
+ }
1135
+ /** @internal */
1136
+ exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers);
1137
+ /** @internal */
1138
+ exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers);
1139
+ /** @internal */
1140
+ exports.HealthCheckAuthenticationLoginSecretRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginSecretRetryType);
1141
+ /** @internal */
1142
+ exports.HealthCheckAuthenticationLoginSecretRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginSecretRetryType);
1143
+ /** @internal */
1144
+ exports.HealthCheckAuthenticationLoginSecretRetryRules$inboundSchema = z.object({
1145
+ type: exports.HealthCheckAuthenticationLoginSecretRetryType$inboundSchema.default("backoff"),
1146
+ interval: z.any().optional(),
1147
+ limit: z.any().optional(),
1148
+ multiplier: z.any().optional(),
1149
+ codes: z.any().optional(),
1150
+ enableHeader: z.any().optional(),
1151
+ });
1152
+ /** @internal */
1153
+ exports.HealthCheckAuthenticationLoginSecretRetryRules$outboundSchema = z.object({
1154
+ type: exports.HealthCheckAuthenticationLoginSecretRetryType$outboundSchema.default("backoff"),
1155
+ interval: z.any().optional(),
1156
+ limit: z.any().optional(),
1157
+ multiplier: z.any().optional(),
1158
+ codes: z.any().optional(),
1159
+ enableHeader: z.any().optional(),
1160
+ });
1161
+ function healthCheckAuthenticationLoginSecretRetryRulesToJSON(healthCheckAuthenticationLoginSecretRetryRules) {
1162
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginSecretRetryRules$outboundSchema.parse(healthCheckAuthenticationLoginSecretRetryRules));
1163
+ }
1164
+ function healthCheckAuthenticationLoginSecretRetryRulesFromJSON(jsonString) {
1165
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginSecretRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginSecretRetryRules' from JSON`);
1166
+ }
1167
+ /** @internal */
1168
+ exports.HealthCheckAuthenticationLoginSecret$inboundSchema = z.object({
1169
+ authentication: z.literal("loginSecret"),
1170
+ loginUrl: z.string().default("`https://localhost:9000/api/v1/auth/login`"),
1171
+ credentialsSecret: z.string(),
1172
+ loginBody: z.string().default("`{ \"username\": \"${username}\", \"password\": \"${password}\" }`"),
1173
+ tokenRespAttribute: z.string().optional(),
1174
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
1175
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$inboundSchema)).optional(),
1176
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationLoginSecretDiscovery$inboundSchema).optional(),
1177
+ collectUrl: z.string(),
1178
+ collectMethod: exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod$inboundSchema.default("get"),
1179
+ collectRequestParams: z.any().optional(),
1180
+ collectBody: z.any().optional(),
1181
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$inboundSchema)).optional(),
1182
+ authenticateCollect: z.boolean().default(false),
1183
+ timeout: z.number().default(30),
1184
+ rejectUnauthorized: z.boolean().default(false),
1185
+ defaultBreakers: exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers$inboundSchema
1186
+ .optional(),
1187
+ safeHeaders: z.array(z.string()).optional(),
1188
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationLoginSecretRetryRules$inboundSchema).optional(),
1189
+ });
1190
+ /** @internal */
1191
+ exports.HealthCheckAuthenticationLoginSecret$outboundSchema = z.object({
1192
+ authentication: z.literal("loginSecret"),
1193
+ loginUrl: z.string().default("`https://localhost:9000/api/v1/auth/login`"),
1194
+ credentialsSecret: z.string(),
1195
+ loginBody: z.string().default("`{ \"username\": \"${username}\", \"password\": \"${password}\" }`"),
1196
+ tokenRespAttribute: z.string().optional(),
1197
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
1198
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginSecretAuthRequestHeader$outboundSchema)).optional(),
1199
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationLoginSecretDiscovery$outboundSchema).optional(),
1200
+ collectUrl: z.string(),
1201
+ collectMethod: exports.HealthCheckAuthenticationLoginSecretHealthCheckMethod$outboundSchema
1202
+ .default("get"),
1203
+ collectRequestParams: z.any().optional(),
1204
+ collectBody: z.any().optional(),
1205
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginSecretCollectRequestHeader$outboundSchema)).optional(),
1206
+ authenticateCollect: z.boolean().default(false),
1207
+ timeout: z.number().default(30),
1208
+ rejectUnauthorized: z.boolean().default(false),
1209
+ defaultBreakers: exports.HealthCheckAuthenticationLoginSecretHiddenDefaultBreakers$outboundSchema
1210
+ .optional(),
1211
+ safeHeaders: z.array(z.string()).optional(),
1212
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationLoginSecretRetryRules$outboundSchema).optional(),
1213
+ });
1214
+ function healthCheckAuthenticationLoginSecretToJSON(healthCheckAuthenticationLoginSecret) {
1215
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginSecret$outboundSchema.parse(healthCheckAuthenticationLoginSecret));
1216
+ }
1217
+ function healthCheckAuthenticationLoginSecretFromJSON(jsonString) {
1218
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginSecret$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginSecret' from JSON`);
1219
+ }
1220
+ /** @internal */
1221
+ exports.HealthCheckAuthenticationLoginAuthRequestHeader$inboundSchema = z.object({
1222
+ name: z.string(),
1223
+ value: z.string(),
1224
+ });
1225
+ /** @internal */
1226
+ exports.HealthCheckAuthenticationLoginAuthRequestHeader$outboundSchema = z.object({
1227
+ name: z.string(),
1228
+ value: z.string(),
1229
+ });
1230
+ function healthCheckAuthenticationLoginAuthRequestHeaderToJSON(healthCheckAuthenticationLoginAuthRequestHeader) {
1231
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginAuthRequestHeader$outboundSchema.parse(healthCheckAuthenticationLoginAuthRequestHeader));
1232
+ }
1233
+ function healthCheckAuthenticationLoginAuthRequestHeaderFromJSON(jsonString) {
1234
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginAuthRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginAuthRequestHeader' from JSON`);
1235
+ }
1236
+ /** @internal */
1237
+ exports.HealthCheckAuthenticationLoginDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginDiscoverType);
1238
+ /** @internal */
1239
+ exports.HealthCheckAuthenticationLoginDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginDiscoverType);
1240
+ /** @internal */
1241
+ exports.HealthCheckAuthenticationLoginDiscovery$inboundSchema = z.object({
1242
+ discoverType: exports.HealthCheckAuthenticationLoginDiscoverType$inboundSchema
1243
+ .default("none"),
1244
+ });
1245
+ /** @internal */
1246
+ exports.HealthCheckAuthenticationLoginDiscovery$outboundSchema = z.object({
1247
+ discoverType: exports.HealthCheckAuthenticationLoginDiscoverType$outboundSchema
1248
+ .default("none"),
1249
+ });
1250
+ function healthCheckAuthenticationLoginDiscoveryToJSON(healthCheckAuthenticationLoginDiscovery) {
1251
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginDiscovery$outboundSchema.parse(healthCheckAuthenticationLoginDiscovery));
1252
+ }
1253
+ function healthCheckAuthenticationLoginDiscoveryFromJSON(jsonString) {
1254
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginDiscovery' from JSON`);
1255
+ }
1256
+ /** @internal */
1257
+ exports.HealthCheckAuthenticationLoginHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginHealthCheckMethod);
1258
+ /** @internal */
1259
+ exports.HealthCheckAuthenticationLoginHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginHealthCheckMethod);
1260
+ /** @internal */
1261
+ exports.HealthCheckAuthenticationLoginCollectRequestHeader$inboundSchema = z.object({
1262
+ name: z.string(),
1263
+ value: z.string(),
1264
+ });
1265
+ /** @internal */
1266
+ exports.HealthCheckAuthenticationLoginCollectRequestHeader$outboundSchema = z.object({
1267
+ name: z.string(),
1268
+ value: z.string(),
1269
+ });
1270
+ function healthCheckAuthenticationLoginCollectRequestHeaderToJSON(healthCheckAuthenticationLoginCollectRequestHeader) {
1271
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginCollectRequestHeader$outboundSchema.parse(healthCheckAuthenticationLoginCollectRequestHeader));
1272
+ }
1273
+ function healthCheckAuthenticationLoginCollectRequestHeaderFromJSON(jsonString) {
1274
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginCollectRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginCollectRequestHeader' from JSON`);
1275
+ }
1276
+ /** @internal */
1277
+ exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers);
1278
+ /** @internal */
1279
+ exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers);
1280
+ /** @internal */
1281
+ exports.HealthCheckAuthenticationLoginRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationLoginRetryType);
1282
+ /** @internal */
1283
+ exports.HealthCheckAuthenticationLoginRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationLoginRetryType);
1284
+ /** @internal */
1285
+ exports.HealthCheckAuthenticationLoginRetryRules$inboundSchema = z.object({
1286
+ type: exports.HealthCheckAuthenticationLoginRetryType$inboundSchema.default("backoff"),
1287
+ interval: z.any().optional(),
1288
+ limit: z.any().optional(),
1289
+ multiplier: z.any().optional(),
1290
+ codes: z.any().optional(),
1291
+ enableHeader: z.any().optional(),
1292
+ });
1293
+ /** @internal */
1294
+ exports.HealthCheckAuthenticationLoginRetryRules$outboundSchema = z.object({
1295
+ type: exports.HealthCheckAuthenticationLoginRetryType$outboundSchema.default("backoff"),
1296
+ interval: z.any().optional(),
1297
+ limit: z.any().optional(),
1298
+ multiplier: z.any().optional(),
1299
+ codes: z.any().optional(),
1300
+ enableHeader: z.any().optional(),
1301
+ });
1302
+ function healthCheckAuthenticationLoginRetryRulesToJSON(healthCheckAuthenticationLoginRetryRules) {
1303
+ return JSON.stringify(exports.HealthCheckAuthenticationLoginRetryRules$outboundSchema.parse(healthCheckAuthenticationLoginRetryRules));
1304
+ }
1305
+ function healthCheckAuthenticationLoginRetryRulesFromJSON(jsonString) {
1306
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLoginRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLoginRetryRules' from JSON`);
1307
+ }
1308
+ /** @internal */
1309
+ exports.HealthCheckAuthenticationLogin$inboundSchema = z.object({
1310
+ authentication: z.literal("login"),
1311
+ loginUrl: z.string().default("`https://localhost:9000/api/v1/auth/login`"),
1312
+ username: z.string(),
1313
+ password: z.string(),
1314
+ loginBody: z.string().default("`{ \"username\": \"${username}\", \"password\": \"${password}\" }`"),
1315
+ tokenRespAttribute: z.string().optional(),
1316
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
1317
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginAuthRequestHeader$inboundSchema)).optional(),
1318
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationLoginDiscovery$inboundSchema)
1319
+ .optional(),
1320
+ collectUrl: z.string(),
1321
+ collectMethod: exports.HealthCheckAuthenticationLoginHealthCheckMethod$inboundSchema
1322
+ .default("get"),
1323
+ collectRequestParams: z.any().optional(),
1324
+ collectBody: z.any().optional(),
1325
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginCollectRequestHeader$inboundSchema)).optional(),
1326
+ authenticateCollect: z.boolean().default(false),
1327
+ timeout: z.number().default(30),
1328
+ rejectUnauthorized: z.boolean().default(false),
1329
+ defaultBreakers: exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers$inboundSchema
1330
+ .optional(),
1331
+ safeHeaders: z.array(z.string()).optional(),
1332
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationLoginRetryRules$inboundSchema).optional(),
1333
+ });
1334
+ /** @internal */
1335
+ exports.HealthCheckAuthenticationLogin$outboundSchema = z.object({
1336
+ authentication: z.literal("login"),
1337
+ loginUrl: z.string().default("`https://localhost:9000/api/v1/auth/login`"),
1338
+ username: z.string(),
1339
+ password: z.string(),
1340
+ loginBody: z.string().default("`{ \"username\": \"${username}\", \"password\": \"${password}\" }`"),
1341
+ tokenRespAttribute: z.string().optional(),
1342
+ authHeaderExpr: z.string().default("`Bearer ${token}`"),
1343
+ authRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginAuthRequestHeader$outboundSchema)).optional(),
1344
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationLoginDiscovery$outboundSchema).optional(),
1345
+ collectUrl: z.string(),
1346
+ collectMethod: exports.HealthCheckAuthenticationLoginHealthCheckMethod$outboundSchema
1347
+ .default("get"),
1348
+ collectRequestParams: z.any().optional(),
1349
+ collectBody: z.any().optional(),
1350
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationLoginCollectRequestHeader$outboundSchema)).optional(),
1351
+ authenticateCollect: z.boolean().default(false),
1352
+ timeout: z.number().default(30),
1353
+ rejectUnauthorized: z.boolean().default(false),
1354
+ defaultBreakers: exports.HealthCheckAuthenticationLoginHiddenDefaultBreakers$outboundSchema
1355
+ .optional(),
1356
+ safeHeaders: z.array(z.string()).optional(),
1357
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationLoginRetryRules$outboundSchema).optional(),
1358
+ });
1359
+ function healthCheckAuthenticationLoginToJSON(healthCheckAuthenticationLogin) {
1360
+ return JSON.stringify(exports.HealthCheckAuthenticationLogin$outboundSchema.parse(healthCheckAuthenticationLogin));
1361
+ }
1362
+ function healthCheckAuthenticationLoginFromJSON(jsonString) {
1363
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationLogin$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationLogin' from JSON`);
1364
+ }
1365
+ /** @internal */
1366
+ exports.HealthCheckAuthenticationBasicSecretDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicSecretDiscoverType);
1367
+ /** @internal */
1368
+ exports.HealthCheckAuthenticationBasicSecretDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicSecretDiscoverType);
1369
+ /** @internal */
1370
+ exports.HealthCheckAuthenticationBasicSecretDiscovery$inboundSchema = z.object({
1371
+ discoverType: exports.HealthCheckAuthenticationBasicSecretDiscoverType$inboundSchema
1372
+ .default("none"),
1373
+ });
1374
+ /** @internal */
1375
+ exports.HealthCheckAuthenticationBasicSecretDiscovery$outboundSchema = z.object({
1376
+ discoverType: exports.HealthCheckAuthenticationBasicSecretDiscoverType$outboundSchema.default("none"),
1377
+ });
1378
+ function healthCheckAuthenticationBasicSecretDiscoveryToJSON(healthCheckAuthenticationBasicSecretDiscovery) {
1379
+ return JSON.stringify(exports.HealthCheckAuthenticationBasicSecretDiscovery$outboundSchema.parse(healthCheckAuthenticationBasicSecretDiscovery));
1380
+ }
1381
+ function healthCheckAuthenticationBasicSecretDiscoveryFromJSON(jsonString) {
1382
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasicSecretDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasicSecretDiscovery' from JSON`);
1383
+ }
1384
+ /** @internal */
1385
+ exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod);
1386
+ /** @internal */
1387
+ exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod);
1388
+ /** @internal */
1389
+ exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$inboundSchema = z.object({
1390
+ name: z.string(),
1391
+ value: z.string(),
1392
+ });
1393
+ /** @internal */
1394
+ exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$outboundSchema = z.object({
1395
+ name: z.string(),
1396
+ value: z.string(),
1397
+ });
1398
+ function healthCheckAuthenticationBasicSecretCollectRequestHeaderToJSON(healthCheckAuthenticationBasicSecretCollectRequestHeader) {
1399
+ return JSON.stringify(exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$outboundSchema
1400
+ .parse(healthCheckAuthenticationBasicSecretCollectRequestHeader));
1401
+ }
1402
+ function healthCheckAuthenticationBasicSecretCollectRequestHeaderFromJSON(jsonString) {
1403
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$inboundSchema
1404
+ .parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasicSecretCollectRequestHeader' from JSON`);
1405
+ }
1406
+ /** @internal */
1407
+ exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers);
1408
+ /** @internal */
1409
+ exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers);
1410
+ /** @internal */
1411
+ exports.HealthCheckAuthenticationBasicSecretRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicSecretRetryType);
1412
+ /** @internal */
1413
+ exports.HealthCheckAuthenticationBasicSecretRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicSecretRetryType);
1414
+ /** @internal */
1415
+ exports.HealthCheckAuthenticationBasicSecretRetryRules$inboundSchema = z.object({
1416
+ type: exports.HealthCheckAuthenticationBasicSecretRetryType$inboundSchema.default("backoff"),
1417
+ interval: z.any().optional(),
1418
+ limit: z.any().optional(),
1419
+ multiplier: z.any().optional(),
1420
+ codes: z.any().optional(),
1421
+ enableHeader: z.any().optional(),
1422
+ });
1423
+ /** @internal */
1424
+ exports.HealthCheckAuthenticationBasicSecretRetryRules$outboundSchema = z.object({
1425
+ type: exports.HealthCheckAuthenticationBasicSecretRetryType$outboundSchema.default("backoff"),
1426
+ interval: z.any().optional(),
1427
+ limit: z.any().optional(),
1428
+ multiplier: z.any().optional(),
1429
+ codes: z.any().optional(),
1430
+ enableHeader: z.any().optional(),
1431
+ });
1432
+ function healthCheckAuthenticationBasicSecretRetryRulesToJSON(healthCheckAuthenticationBasicSecretRetryRules) {
1433
+ return JSON.stringify(exports.HealthCheckAuthenticationBasicSecretRetryRules$outboundSchema.parse(healthCheckAuthenticationBasicSecretRetryRules));
1434
+ }
1435
+ function healthCheckAuthenticationBasicSecretRetryRulesFromJSON(jsonString) {
1436
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasicSecretRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasicSecretRetryRules' from JSON`);
1437
+ }
1438
+ /** @internal */
1439
+ exports.HealthCheckAuthenticationBasicSecret$inboundSchema = z.object({
1440
+ authentication: z.literal("basicSecret"),
1441
+ credentialsSecret: z.string(),
1442
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationBasicSecretDiscovery$inboundSchema).optional(),
1443
+ collectUrl: z.string(),
1444
+ collectMethod: exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod$inboundSchema.default("get"),
1445
+ collectRequestParams: z.any().optional(),
1446
+ collectBody: z.any().optional(),
1447
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$inboundSchema)).optional(),
1448
+ authenticateCollect: z.boolean().default(false),
1449
+ timeout: z.number().default(30),
1450
+ rejectUnauthorized: z.boolean().default(false),
1451
+ defaultBreakers: exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers$inboundSchema
1452
+ .optional(),
1453
+ safeHeaders: z.array(z.string()).optional(),
1454
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationBasicSecretRetryRules$inboundSchema).optional(),
1455
+ });
1456
+ /** @internal */
1457
+ exports.HealthCheckAuthenticationBasicSecret$outboundSchema = z.object({
1458
+ authentication: z.literal("basicSecret"),
1459
+ credentialsSecret: z.string(),
1460
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationBasicSecretDiscovery$outboundSchema).optional(),
1461
+ collectUrl: z.string(),
1462
+ collectMethod: exports.HealthCheckAuthenticationBasicSecretHealthCheckMethod$outboundSchema
1463
+ .default("get"),
1464
+ collectRequestParams: z.any().optional(),
1465
+ collectBody: z.any().optional(),
1466
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationBasicSecretCollectRequestHeader$outboundSchema)).optional(),
1467
+ authenticateCollect: z.boolean().default(false),
1468
+ timeout: z.number().default(30),
1469
+ rejectUnauthorized: z.boolean().default(false),
1470
+ defaultBreakers: exports.HealthCheckAuthenticationBasicSecretHiddenDefaultBreakers$outboundSchema
1471
+ .optional(),
1472
+ safeHeaders: z.array(z.string()).optional(),
1473
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationBasicSecretRetryRules$outboundSchema).optional(),
1474
+ });
1475
+ function healthCheckAuthenticationBasicSecretToJSON(healthCheckAuthenticationBasicSecret) {
1476
+ return JSON.stringify(exports.HealthCheckAuthenticationBasicSecret$outboundSchema.parse(healthCheckAuthenticationBasicSecret));
1477
+ }
1478
+ function healthCheckAuthenticationBasicSecretFromJSON(jsonString) {
1479
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasicSecret$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasicSecret' from JSON`);
1480
+ }
1481
+ /** @internal */
1482
+ exports.HealthCheckAuthenticationBasicDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicDiscoverType);
1483
+ /** @internal */
1484
+ exports.HealthCheckAuthenticationBasicDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicDiscoverType);
1485
+ /** @internal */
1486
+ exports.HealthCheckAuthenticationBasicDiscovery$inboundSchema = z.object({
1487
+ discoverType: exports.HealthCheckAuthenticationBasicDiscoverType$inboundSchema
1488
+ .default("none"),
1489
+ });
1490
+ /** @internal */
1491
+ exports.HealthCheckAuthenticationBasicDiscovery$outboundSchema = z.object({
1492
+ discoverType: exports.HealthCheckAuthenticationBasicDiscoverType$outboundSchema
1493
+ .default("none"),
1494
+ });
1495
+ function healthCheckAuthenticationBasicDiscoveryToJSON(healthCheckAuthenticationBasicDiscovery) {
1496
+ return JSON.stringify(exports.HealthCheckAuthenticationBasicDiscovery$outboundSchema.parse(healthCheckAuthenticationBasicDiscovery));
1497
+ }
1498
+ function healthCheckAuthenticationBasicDiscoveryFromJSON(jsonString) {
1499
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasicDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasicDiscovery' from JSON`);
1500
+ }
1501
+ /** @internal */
1502
+ exports.HealthCheckAuthenticationBasicHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicHealthCheckMethod);
1503
+ /** @internal */
1504
+ exports.HealthCheckAuthenticationBasicHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicHealthCheckMethod);
1505
+ /** @internal */
1506
+ exports.HealthCheckAuthenticationBasicCollectRequestHeader$inboundSchema = z.object({
1507
+ name: z.string(),
1508
+ value: z.string(),
1509
+ });
1510
+ /** @internal */
1511
+ exports.HealthCheckAuthenticationBasicCollectRequestHeader$outboundSchema = z.object({
1512
+ name: z.string(),
1513
+ value: z.string(),
1514
+ });
1515
+ function healthCheckAuthenticationBasicCollectRequestHeaderToJSON(healthCheckAuthenticationBasicCollectRequestHeader) {
1516
+ return JSON.stringify(exports.HealthCheckAuthenticationBasicCollectRequestHeader$outboundSchema.parse(healthCheckAuthenticationBasicCollectRequestHeader));
1517
+ }
1518
+ function healthCheckAuthenticationBasicCollectRequestHeaderFromJSON(jsonString) {
1519
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasicCollectRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasicCollectRequestHeader' from JSON`);
1520
+ }
1521
+ /** @internal */
1522
+ exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers);
1523
+ /** @internal */
1524
+ exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers);
1525
+ /** @internal */
1526
+ exports.HealthCheckAuthenticationBasicRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationBasicRetryType);
1527
+ /** @internal */
1528
+ exports.HealthCheckAuthenticationBasicRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationBasicRetryType);
1529
+ /** @internal */
1530
+ exports.HealthCheckAuthenticationBasicRetryRules$inboundSchema = z.object({
1531
+ type: exports.HealthCheckAuthenticationBasicRetryType$inboundSchema.default("backoff"),
1532
+ interval: z.any().optional(),
1533
+ limit: z.any().optional(),
1534
+ multiplier: z.any().optional(),
1535
+ codes: z.any().optional(),
1536
+ enableHeader: z.any().optional(),
1537
+ });
1538
+ /** @internal */
1539
+ exports.HealthCheckAuthenticationBasicRetryRules$outboundSchema = z.object({
1540
+ type: exports.HealthCheckAuthenticationBasicRetryType$outboundSchema.default("backoff"),
1541
+ interval: z.any().optional(),
1542
+ limit: z.any().optional(),
1543
+ multiplier: z.any().optional(),
1544
+ codes: z.any().optional(),
1545
+ enableHeader: z.any().optional(),
1546
+ });
1547
+ function healthCheckAuthenticationBasicRetryRulesToJSON(healthCheckAuthenticationBasicRetryRules) {
1548
+ return JSON.stringify(exports.HealthCheckAuthenticationBasicRetryRules$outboundSchema.parse(healthCheckAuthenticationBasicRetryRules));
1549
+ }
1550
+ function healthCheckAuthenticationBasicRetryRulesFromJSON(jsonString) {
1551
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasicRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasicRetryRules' from JSON`);
1552
+ }
1553
+ /** @internal */
1554
+ exports.HealthCheckAuthenticationBasic$inboundSchema = z.object({
1555
+ authentication: z.literal("basic"),
1556
+ username: z.string(),
1557
+ password: z.string(),
1558
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationBasicDiscovery$inboundSchema)
1559
+ .optional(),
1560
+ collectUrl: z.string(),
1561
+ collectMethod: exports.HealthCheckAuthenticationBasicHealthCheckMethod$inboundSchema
1562
+ .default("get"),
1563
+ collectRequestParams: z.any().optional(),
1564
+ collectBody: z.any().optional(),
1565
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationBasicCollectRequestHeader$inboundSchema)).optional(),
1566
+ authenticateCollect: z.boolean().default(false),
1567
+ timeout: z.number().default(30),
1568
+ rejectUnauthorized: z.boolean().default(false),
1569
+ defaultBreakers: exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers$inboundSchema
1570
+ .optional(),
1571
+ safeHeaders: z.array(z.string()).optional(),
1572
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationBasicRetryRules$inboundSchema).optional(),
1573
+ });
1574
+ /** @internal */
1575
+ exports.HealthCheckAuthenticationBasic$outboundSchema = z.object({
1576
+ authentication: z.literal("basic"),
1577
+ username: z.string(),
1578
+ password: z.string(),
1579
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationBasicDiscovery$outboundSchema).optional(),
1580
+ collectUrl: z.string(),
1581
+ collectMethod: exports.HealthCheckAuthenticationBasicHealthCheckMethod$outboundSchema
1582
+ .default("get"),
1583
+ collectRequestParams: z.any().optional(),
1584
+ collectBody: z.any().optional(),
1585
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationBasicCollectRequestHeader$outboundSchema)).optional(),
1586
+ authenticateCollect: z.boolean().default(false),
1587
+ timeout: z.number().default(30),
1588
+ rejectUnauthorized: z.boolean().default(false),
1589
+ defaultBreakers: exports.HealthCheckAuthenticationBasicHiddenDefaultBreakers$outboundSchema
1590
+ .optional(),
1591
+ safeHeaders: z.array(z.string()).optional(),
1592
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationBasicRetryRules$outboundSchema).optional(),
1593
+ });
1594
+ function healthCheckAuthenticationBasicToJSON(healthCheckAuthenticationBasic) {
1595
+ return JSON.stringify(exports.HealthCheckAuthenticationBasic$outboundSchema.parse(healthCheckAuthenticationBasic));
1596
+ }
1597
+ function healthCheckAuthenticationBasicFromJSON(jsonString) {
1598
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationBasic$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationBasic' from JSON`);
1599
+ }
1600
+ /** @internal */
1601
+ exports.HealthCheckAuthenticationNoneDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationNoneDiscoverType);
1602
+ /** @internal */
1603
+ exports.HealthCheckAuthenticationNoneDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationNoneDiscoverType);
1604
+ /** @internal */
1605
+ exports.HealthCheckAuthenticationNoneDiscovery$inboundSchema = z.object({
1606
+ discoverType: exports.HealthCheckAuthenticationNoneDiscoverType$inboundSchema.default("none"),
1607
+ });
1608
+ /** @internal */
1609
+ exports.HealthCheckAuthenticationNoneDiscovery$outboundSchema = z.object({
1610
+ discoverType: exports.HealthCheckAuthenticationNoneDiscoverType$outboundSchema
1611
+ .default("none"),
1612
+ });
1613
+ function healthCheckAuthenticationNoneDiscoveryToJSON(healthCheckAuthenticationNoneDiscovery) {
1614
+ return JSON.stringify(exports.HealthCheckAuthenticationNoneDiscovery$outboundSchema.parse(healthCheckAuthenticationNoneDiscovery));
1615
+ }
1616
+ function healthCheckAuthenticationNoneDiscoveryFromJSON(jsonString) {
1617
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationNoneDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationNoneDiscovery' from JSON`);
1618
+ }
1619
+ /** @internal */
1620
+ exports.HealthCheckAuthenticationNoneHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationNoneHealthCheckMethod);
1621
+ /** @internal */
1622
+ exports.HealthCheckAuthenticationNoneHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationNoneHealthCheckMethod);
1623
+ /** @internal */
1624
+ exports.HealthCheckAuthenticationNoneCollectRequestHeader$inboundSchema = z.object({
1625
+ name: z.string(),
1626
+ value: z.string(),
1627
+ });
1628
+ /** @internal */
1629
+ exports.HealthCheckAuthenticationNoneCollectRequestHeader$outboundSchema = z.object({
1630
+ name: z.string(),
1631
+ value: z.string(),
1632
+ });
1633
+ function healthCheckAuthenticationNoneCollectRequestHeaderToJSON(healthCheckAuthenticationNoneCollectRequestHeader) {
1634
+ return JSON.stringify(exports.HealthCheckAuthenticationNoneCollectRequestHeader$outboundSchema.parse(healthCheckAuthenticationNoneCollectRequestHeader));
1635
+ }
1636
+ function healthCheckAuthenticationNoneCollectRequestHeaderFromJSON(jsonString) {
1637
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationNoneCollectRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationNoneCollectRequestHeader' from JSON`);
1638
+ }
1639
+ /** @internal */
1640
+ exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers);
1641
+ /** @internal */
1642
+ exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers);
1643
+ /** @internal */
1644
+ exports.HealthCheckAuthenticationNoneRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckAuthenticationNoneRetryType);
1645
+ /** @internal */
1646
+ exports.HealthCheckAuthenticationNoneRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckAuthenticationNoneRetryType);
1647
+ /** @internal */
1648
+ exports.HealthCheckAuthenticationNoneRetryRules$inboundSchema = z.object({
1649
+ type: exports.HealthCheckAuthenticationNoneRetryType$inboundSchema.default("backoff"),
1650
+ interval: z.any().optional(),
1651
+ limit: z.any().optional(),
1652
+ multiplier: z.any().optional(),
1653
+ codes: z.any().optional(),
1654
+ enableHeader: z.any().optional(),
1655
+ });
1656
+ /** @internal */
1657
+ exports.HealthCheckAuthenticationNoneRetryRules$outboundSchema = z.object({
1658
+ type: exports.HealthCheckAuthenticationNoneRetryType$outboundSchema.default("backoff"),
1659
+ interval: z.any().optional(),
1660
+ limit: z.any().optional(),
1661
+ multiplier: z.any().optional(),
1662
+ codes: z.any().optional(),
1663
+ enableHeader: z.any().optional(),
1664
+ });
1665
+ function healthCheckAuthenticationNoneRetryRulesToJSON(healthCheckAuthenticationNoneRetryRules) {
1666
+ return JSON.stringify(exports.HealthCheckAuthenticationNoneRetryRules$outboundSchema.parse(healthCheckAuthenticationNoneRetryRules));
1667
+ }
1668
+ function healthCheckAuthenticationNoneRetryRulesFromJSON(jsonString) {
1669
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationNoneRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationNoneRetryRules' from JSON`);
1670
+ }
1671
+ /** @internal */
1672
+ exports.HealthCheckAuthenticationNone$inboundSchema = z.object({
1673
+ authentication: z.literal("none"),
1674
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationNoneDiscovery$inboundSchema)
1675
+ .optional(),
1676
+ collectUrl: z.string(),
1677
+ collectMethod: exports.HealthCheckAuthenticationNoneHealthCheckMethod$inboundSchema
1678
+ .default("get"),
1679
+ collectRequestParams: z.any().optional(),
1680
+ collectBody: z.any().optional(),
1681
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationNoneCollectRequestHeader$inboundSchema)).optional(),
1682
+ authenticateCollect: z.boolean().default(false),
1683
+ timeout: z.number().default(30),
1684
+ rejectUnauthorized: z.boolean().default(false),
1685
+ defaultBreakers: exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers$inboundSchema.optional(),
1686
+ safeHeaders: z.array(z.string()).optional(),
1687
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationNoneRetryRules$inboundSchema).optional(),
1688
+ });
1689
+ /** @internal */
1690
+ exports.HealthCheckAuthenticationNone$outboundSchema = z.object({
1691
+ authentication: z.literal("none"),
1692
+ discovery: z.lazy(() => exports.HealthCheckAuthenticationNoneDiscovery$outboundSchema)
1693
+ .optional(),
1694
+ collectUrl: z.string(),
1695
+ collectMethod: exports.HealthCheckAuthenticationNoneHealthCheckMethod$outboundSchema
1696
+ .default("get"),
1697
+ collectRequestParams: z.any().optional(),
1698
+ collectBody: z.any().optional(),
1699
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckAuthenticationNoneCollectRequestHeader$outboundSchema)).optional(),
1700
+ authenticateCollect: z.boolean().default(false),
1701
+ timeout: z.number().default(30),
1702
+ rejectUnauthorized: z.boolean().default(false),
1703
+ defaultBreakers: exports.HealthCheckAuthenticationNoneHiddenDefaultBreakers$outboundSchema
1704
+ .optional(),
1705
+ safeHeaders: z.array(z.string()).optional(),
1706
+ retryRules: z.lazy(() => exports.HealthCheckAuthenticationNoneRetryRules$outboundSchema).optional(),
1707
+ });
1708
+ function healthCheckAuthenticationNoneToJSON(healthCheckAuthenticationNone) {
1709
+ return JSON.stringify(exports.HealthCheckAuthenticationNone$outboundSchema.parse(healthCheckAuthenticationNone));
1710
+ }
1711
+ function healthCheckAuthenticationNoneFromJSON(jsonString) {
1712
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckAuthenticationNone$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckAuthenticationNone' from JSON`);
1713
+ }
1714
+ /** @internal */
1715
+ exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod);
1716
+ /** @internal */
1717
+ exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod);
1718
+ /** @internal */
1719
+ exports.HealthCheckCollectMethodPostWithBodyDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostWithBodyDiscoverType);
1720
+ /** @internal */
1721
+ exports.HealthCheckCollectMethodPostWithBodyDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostWithBodyDiscoverType);
1722
+ /** @internal */
1723
+ exports.HealthCheckCollectMethodPostWithBodyDiscovery$inboundSchema = z.object({
1724
+ discoverType: exports.HealthCheckCollectMethodPostWithBodyDiscoverType$inboundSchema
1725
+ .default("none"),
1726
+ });
1727
+ /** @internal */
1728
+ exports.HealthCheckCollectMethodPostWithBodyDiscovery$outboundSchema = z.object({
1729
+ discoverType: exports.HealthCheckCollectMethodPostWithBodyDiscoverType$outboundSchema.default("none"),
1730
+ });
1731
+ function healthCheckCollectMethodPostWithBodyDiscoveryToJSON(healthCheckCollectMethodPostWithBodyDiscovery) {
1732
+ return JSON.stringify(exports.HealthCheckCollectMethodPostWithBodyDiscovery$outboundSchema.parse(healthCheckCollectMethodPostWithBodyDiscovery));
1733
+ }
1734
+ function healthCheckCollectMethodPostWithBodyDiscoveryFromJSON(jsonString) {
1735
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPostWithBodyDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPostWithBodyDiscovery' from JSON`);
1736
+ }
1737
+ /** @internal */
1738
+ exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$inboundSchema = z.object({
1739
+ name: z.string(),
1740
+ value: z.string(),
1741
+ });
1742
+ /** @internal */
1743
+ exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$outboundSchema = z.object({
1744
+ name: z.string(),
1745
+ value: z.string(),
1746
+ });
1747
+ function healthCheckCollectMethodPostWithBodyCollectRequestHeaderToJSON(healthCheckCollectMethodPostWithBodyCollectRequestHeader) {
1748
+ return JSON.stringify(exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$outboundSchema
1749
+ .parse(healthCheckCollectMethodPostWithBodyCollectRequestHeader));
1750
+ }
1751
+ function healthCheckCollectMethodPostWithBodyCollectRequestHeaderFromJSON(jsonString) {
1752
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$inboundSchema
1753
+ .parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPostWithBodyCollectRequestHeader' from JSON`);
1754
+ }
1755
+ /** @internal */
1756
+ exports.HealthCheckCollectMethodPostWithBodyAuthentication$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostWithBodyAuthentication);
1757
+ /** @internal */
1758
+ exports.HealthCheckCollectMethodPostWithBodyAuthentication$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostWithBodyAuthentication);
1759
+ /** @internal */
1760
+ exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers);
1761
+ /** @internal */
1762
+ exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers);
1763
+ /** @internal */
1764
+ exports.HealthCheckCollectMethodPostWithBodyRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostWithBodyRetryType);
1765
+ /** @internal */
1766
+ exports.HealthCheckCollectMethodPostWithBodyRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostWithBodyRetryType);
1767
+ /** @internal */
1768
+ exports.HealthCheckCollectMethodPostWithBodyRetryRules$inboundSchema = z.object({
1769
+ type: exports.HealthCheckCollectMethodPostWithBodyRetryType$inboundSchema.default("backoff"),
1770
+ interval: z.any().optional(),
1771
+ limit: z.any().optional(),
1772
+ multiplier: z.any().optional(),
1773
+ codes: z.any().optional(),
1774
+ enableHeader: z.any().optional(),
1775
+ });
1776
+ /** @internal */
1777
+ exports.HealthCheckCollectMethodPostWithBodyRetryRules$outboundSchema = z.object({
1778
+ type: exports.HealthCheckCollectMethodPostWithBodyRetryType$outboundSchema.default("backoff"),
1779
+ interval: z.any().optional(),
1780
+ limit: z.any().optional(),
1781
+ multiplier: z.any().optional(),
1782
+ codes: z.any().optional(),
1783
+ enableHeader: z.any().optional(),
1784
+ });
1785
+ function healthCheckCollectMethodPostWithBodyRetryRulesToJSON(healthCheckCollectMethodPostWithBodyRetryRules) {
1786
+ return JSON.stringify(exports.HealthCheckCollectMethodPostWithBodyRetryRules$outboundSchema.parse(healthCheckCollectMethodPostWithBodyRetryRules));
1787
+ }
1788
+ function healthCheckCollectMethodPostWithBodyRetryRulesFromJSON(jsonString) {
1789
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPostWithBodyRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPostWithBodyRetryRules' from JSON`);
1790
+ }
1791
+ /** @internal */
1792
+ exports.HealthCheckCollectMethodPostWithBody$inboundSchema = z.object({
1793
+ collectMethod: exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod$inboundSchema.default("get"),
1794
+ collectBody: z.any().optional(),
1795
+ discovery: z.lazy(() => exports.HealthCheckCollectMethodPostWithBodyDiscovery$inboundSchema).optional(),
1796
+ collectUrl: z.string(),
1797
+ collectRequestParams: z.any().optional(),
1798
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$inboundSchema)).optional(),
1799
+ authenticateCollect: z.boolean().default(false),
1800
+ authentication: exports.HealthCheckCollectMethodPostWithBodyAuthentication$inboundSchema.default("none"),
1801
+ timeout: z.number().default(30),
1802
+ rejectUnauthorized: z.boolean().default(false),
1803
+ defaultBreakers: exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers$inboundSchema
1804
+ .optional(),
1805
+ safeHeaders: z.array(z.string()).optional(),
1806
+ retryRules: z.lazy(() => exports.HealthCheckCollectMethodPostWithBodyRetryRules$inboundSchema).optional(),
1807
+ });
1808
+ /** @internal */
1809
+ exports.HealthCheckCollectMethodPostWithBody$outboundSchema = z.object({
1810
+ collectMethod: exports.HealthCheckCollectMethodPostWithBodyHealthCheckMethod$outboundSchema
1811
+ .default("get"),
1812
+ collectBody: z.any().optional(),
1813
+ discovery: z.lazy(() => exports.HealthCheckCollectMethodPostWithBodyDiscovery$outboundSchema).optional(),
1814
+ collectUrl: z.string(),
1815
+ collectRequestParams: z.any().optional(),
1816
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckCollectMethodPostWithBodyCollectRequestHeader$outboundSchema)).optional(),
1817
+ authenticateCollect: z.boolean().default(false),
1818
+ authentication: exports.HealthCheckCollectMethodPostWithBodyAuthentication$outboundSchema.default("none"),
1819
+ timeout: z.number().default(30),
1820
+ rejectUnauthorized: z.boolean().default(false),
1821
+ defaultBreakers: exports.HealthCheckCollectMethodPostWithBodyHiddenDefaultBreakers$outboundSchema
1822
+ .optional(),
1823
+ safeHeaders: z.array(z.string()).optional(),
1824
+ retryRules: z.lazy(() => exports.HealthCheckCollectMethodPostWithBodyRetryRules$outboundSchema).optional(),
1825
+ });
1826
+ function healthCheckCollectMethodPostWithBodyToJSON(healthCheckCollectMethodPostWithBody) {
1827
+ return JSON.stringify(exports.HealthCheckCollectMethodPostWithBody$outboundSchema.parse(healthCheckCollectMethodPostWithBody));
1828
+ }
1829
+ function healthCheckCollectMethodPostWithBodyFromJSON(jsonString) {
1830
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPostWithBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPostWithBody' from JSON`);
1831
+ }
1832
+ /** @internal */
1833
+ exports.HealthCheckCollectMethodPostHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostHealthCheckMethod);
1834
+ /** @internal */
1835
+ exports.HealthCheckCollectMethodPostHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostHealthCheckMethod);
1836
+ /** @internal */
1837
+ exports.HealthCheckCollectMethodPostDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostDiscoverType);
1838
+ /** @internal */
1839
+ exports.HealthCheckCollectMethodPostDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostDiscoverType);
1840
+ /** @internal */
1841
+ exports.HealthCheckCollectMethodPostDiscovery$inboundSchema = z.object({
1842
+ discoverType: exports.HealthCheckCollectMethodPostDiscoverType$inboundSchema.default("none"),
1843
+ });
1844
+ /** @internal */
1845
+ exports.HealthCheckCollectMethodPostDiscovery$outboundSchema = z.object({
1846
+ discoverType: exports.HealthCheckCollectMethodPostDiscoverType$outboundSchema.default("none"),
1847
+ });
1848
+ function healthCheckCollectMethodPostDiscoveryToJSON(healthCheckCollectMethodPostDiscovery) {
1849
+ return JSON.stringify(exports.HealthCheckCollectMethodPostDiscovery$outboundSchema.parse(healthCheckCollectMethodPostDiscovery));
1850
+ }
1851
+ function healthCheckCollectMethodPostDiscoveryFromJSON(jsonString) {
1852
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPostDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPostDiscovery' from JSON`);
1853
+ }
1854
+ /** @internal */
1855
+ exports.HealthCheckCollectMethodPostCollectRequestHeader$inboundSchema = z.object({
1856
+ name: z.string(),
1857
+ value: z.string(),
1858
+ });
1859
+ /** @internal */
1860
+ exports.HealthCheckCollectMethodPostCollectRequestHeader$outboundSchema = z.object({
1861
+ name: z.string(),
1862
+ value: z.string(),
1863
+ });
1864
+ function healthCheckCollectMethodPostCollectRequestHeaderToJSON(healthCheckCollectMethodPostCollectRequestHeader) {
1865
+ return JSON.stringify(exports.HealthCheckCollectMethodPostCollectRequestHeader$outboundSchema.parse(healthCheckCollectMethodPostCollectRequestHeader));
1866
+ }
1867
+ function healthCheckCollectMethodPostCollectRequestHeaderFromJSON(jsonString) {
1868
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPostCollectRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPostCollectRequestHeader' from JSON`);
1869
+ }
1870
+ /** @internal */
1871
+ exports.HealthCheckCollectMethodPostAuthentication$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostAuthentication);
1872
+ /** @internal */
1873
+ exports.HealthCheckCollectMethodPostAuthentication$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostAuthentication);
1874
+ /** @internal */
1875
+ exports.HealthCheckCollectMethodPostHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostHiddenDefaultBreakers);
1876
+ /** @internal */
1877
+ exports.HealthCheckCollectMethodPostHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostHiddenDefaultBreakers);
1878
+ /** @internal */
1879
+ exports.HealthCheckCollectMethodPostRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodPostRetryType);
1880
+ /** @internal */
1881
+ exports.HealthCheckCollectMethodPostRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodPostRetryType);
1882
+ /** @internal */
1883
+ exports.HealthCheckCollectMethodPostRetryRules$inboundSchema = z.object({
1884
+ type: exports.HealthCheckCollectMethodPostRetryType$inboundSchema.default("backoff"),
1885
+ interval: z.any().optional(),
1886
+ limit: z.any().optional(),
1887
+ multiplier: z.any().optional(),
1888
+ codes: z.any().optional(),
1889
+ enableHeader: z.any().optional(),
1890
+ });
1891
+ /** @internal */
1892
+ exports.HealthCheckCollectMethodPostRetryRules$outboundSchema = z.object({
1893
+ type: exports.HealthCheckCollectMethodPostRetryType$outboundSchema.default("backoff"),
1894
+ interval: z.any().optional(),
1895
+ limit: z.any().optional(),
1896
+ multiplier: z.any().optional(),
1897
+ codes: z.any().optional(),
1898
+ enableHeader: z.any().optional(),
1899
+ });
1900
+ function healthCheckCollectMethodPostRetryRulesToJSON(healthCheckCollectMethodPostRetryRules) {
1901
+ return JSON.stringify(exports.HealthCheckCollectMethodPostRetryRules$outboundSchema.parse(healthCheckCollectMethodPostRetryRules));
1902
+ }
1903
+ function healthCheckCollectMethodPostRetryRulesFromJSON(jsonString) {
1904
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPostRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPostRetryRules' from JSON`);
1905
+ }
1906
+ /** @internal */
1907
+ exports.HealthCheckCollectMethodPost$inboundSchema = z.object({
1908
+ collectMethod: exports.HealthCheckCollectMethodPostHealthCheckMethod$inboundSchema
1909
+ .default("get"),
1910
+ collectRequestParams: z.any().optional(),
1911
+ discovery: z.lazy(() => exports.HealthCheckCollectMethodPostDiscovery$inboundSchema)
1912
+ .optional(),
1913
+ collectUrl: z.string(),
1914
+ collectBody: z.any().optional(),
1915
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckCollectMethodPostCollectRequestHeader$inboundSchema)).optional(),
1916
+ authenticateCollect: z.boolean().default(false),
1917
+ authentication: exports.HealthCheckCollectMethodPostAuthentication$inboundSchema
1918
+ .default("none"),
1919
+ timeout: z.number().default(30),
1920
+ rejectUnauthorized: z.boolean().default(false),
1921
+ defaultBreakers: exports.HealthCheckCollectMethodPostHiddenDefaultBreakers$inboundSchema.optional(),
1922
+ safeHeaders: z.array(z.string()).optional(),
1923
+ retryRules: z.lazy(() => exports.HealthCheckCollectMethodPostRetryRules$inboundSchema)
1924
+ .optional(),
1925
+ });
1926
+ /** @internal */
1927
+ exports.HealthCheckCollectMethodPost$outboundSchema = z.object({
1928
+ collectMethod: exports.HealthCheckCollectMethodPostHealthCheckMethod$outboundSchema
1929
+ .default("get"),
1930
+ collectRequestParams: z.any().optional(),
1931
+ discovery: z.lazy(() => exports.HealthCheckCollectMethodPostDiscovery$outboundSchema)
1932
+ .optional(),
1933
+ collectUrl: z.string(),
1934
+ collectBody: z.any().optional(),
1935
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckCollectMethodPostCollectRequestHeader$outboundSchema)).optional(),
1936
+ authenticateCollect: z.boolean().default(false),
1937
+ authentication: exports.HealthCheckCollectMethodPostAuthentication$outboundSchema
1938
+ .default("none"),
1939
+ timeout: z.number().default(30),
1940
+ rejectUnauthorized: z.boolean().default(false),
1941
+ defaultBreakers: exports.HealthCheckCollectMethodPostHiddenDefaultBreakers$outboundSchema.optional(),
1942
+ safeHeaders: z.array(z.string()).optional(),
1943
+ retryRules: z.lazy(() => exports.HealthCheckCollectMethodPostRetryRules$outboundSchema).optional(),
1944
+ });
1945
+ function healthCheckCollectMethodPostToJSON(healthCheckCollectMethodPost) {
1946
+ return JSON.stringify(exports.HealthCheckCollectMethodPost$outboundSchema.parse(healthCheckCollectMethodPost));
1947
+ }
1948
+ function healthCheckCollectMethodPostFromJSON(jsonString) {
1949
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodPost$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodPost' from JSON`);
1950
+ }
1951
+ /** @internal */
1952
+ exports.HealthCheckCollectMethodGetHealthCheckMethod$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodGetHealthCheckMethod);
1953
+ /** @internal */
1954
+ exports.HealthCheckCollectMethodGetHealthCheckMethod$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodGetHealthCheckMethod);
1955
+ /** @internal */
1956
+ exports.HealthCheckCollectMethodGetDiscoverType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodGetDiscoverType);
1957
+ /** @internal */
1958
+ exports.HealthCheckCollectMethodGetDiscoverType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodGetDiscoverType);
1959
+ /** @internal */
1960
+ exports.HealthCheckCollectMethodGetDiscovery$inboundSchema = z.object({
1961
+ discoverType: exports.HealthCheckCollectMethodGetDiscoverType$inboundSchema.default("none"),
1962
+ });
1963
+ /** @internal */
1964
+ exports.HealthCheckCollectMethodGetDiscovery$outboundSchema = z.object({
1965
+ discoverType: exports.HealthCheckCollectMethodGetDiscoverType$outboundSchema.default("none"),
1966
+ });
1967
+ function healthCheckCollectMethodGetDiscoveryToJSON(healthCheckCollectMethodGetDiscovery) {
1968
+ return JSON.stringify(exports.HealthCheckCollectMethodGetDiscovery$outboundSchema.parse(healthCheckCollectMethodGetDiscovery));
1969
+ }
1970
+ function healthCheckCollectMethodGetDiscoveryFromJSON(jsonString) {
1971
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodGetDiscovery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodGetDiscovery' from JSON`);
1972
+ }
1973
+ /** @internal */
1974
+ exports.HealthCheckCollectMethodGetCollectRequestHeader$inboundSchema = z.object({
1975
+ name: z.string(),
1976
+ value: z.string(),
1977
+ });
1978
+ /** @internal */
1979
+ exports.HealthCheckCollectMethodGetCollectRequestHeader$outboundSchema = z.object({
1980
+ name: z.string(),
1981
+ value: z.string(),
1982
+ });
1983
+ function healthCheckCollectMethodGetCollectRequestHeaderToJSON(healthCheckCollectMethodGetCollectRequestHeader) {
1984
+ return JSON.stringify(exports.HealthCheckCollectMethodGetCollectRequestHeader$outboundSchema.parse(healthCheckCollectMethodGetCollectRequestHeader));
1985
+ }
1986
+ function healthCheckCollectMethodGetCollectRequestHeaderFromJSON(jsonString) {
1987
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodGetCollectRequestHeader$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodGetCollectRequestHeader' from JSON`);
1988
+ }
1989
+ /** @internal */
1990
+ exports.HealthCheckCollectMethodGetAuthentication$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodGetAuthentication);
1991
+ /** @internal */
1992
+ exports.HealthCheckCollectMethodGetAuthentication$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodGetAuthentication);
1993
+ /** @internal */
1994
+ exports.HealthCheckCollectMethodGetHiddenDefaultBreakers$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodGetHiddenDefaultBreakers);
1995
+ /** @internal */
1996
+ exports.HealthCheckCollectMethodGetHiddenDefaultBreakers$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodGetHiddenDefaultBreakers);
1997
+ /** @internal */
1998
+ exports.HealthCheckCollectMethodGetRetryType$inboundSchema = openEnums.inboundSchema(exports.HealthCheckCollectMethodGetRetryType);
1999
+ /** @internal */
2000
+ exports.HealthCheckCollectMethodGetRetryType$outboundSchema = openEnums.outboundSchema(exports.HealthCheckCollectMethodGetRetryType);
2001
+ /** @internal */
2002
+ exports.HealthCheckCollectMethodGetRetryRules$inboundSchema = z.object({
2003
+ type: exports.HealthCheckCollectMethodGetRetryType$inboundSchema.default("backoff"),
2004
+ interval: z.any().optional(),
2005
+ limit: z.any().optional(),
2006
+ multiplier: z.any().optional(),
2007
+ codes: z.any().optional(),
2008
+ enableHeader: z.any().optional(),
2009
+ });
2010
+ /** @internal */
2011
+ exports.HealthCheckCollectMethodGetRetryRules$outboundSchema = z.object({
2012
+ type: exports.HealthCheckCollectMethodGetRetryType$outboundSchema.default("backoff"),
2013
+ interval: z.any().optional(),
2014
+ limit: z.any().optional(),
2015
+ multiplier: z.any().optional(),
2016
+ codes: z.any().optional(),
2017
+ enableHeader: z.any().optional(),
2018
+ });
2019
+ function healthCheckCollectMethodGetRetryRulesToJSON(healthCheckCollectMethodGetRetryRules) {
2020
+ return JSON.stringify(exports.HealthCheckCollectMethodGetRetryRules$outboundSchema.parse(healthCheckCollectMethodGetRetryRules));
2021
+ }
2022
+ function healthCheckCollectMethodGetRetryRulesFromJSON(jsonString) {
2023
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodGetRetryRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodGetRetryRules' from JSON`);
2024
+ }
2025
+ /** @internal */
2026
+ exports.HealthCheckCollectMethodGet$inboundSchema = z.object({
2027
+ collectMethod: exports.HealthCheckCollectMethodGetHealthCheckMethod$inboundSchema
2028
+ .default("get"),
2029
+ collectRequestParams: z.any().optional(),
2030
+ discovery: z.lazy(() => exports.HealthCheckCollectMethodGetDiscovery$inboundSchema)
2031
+ .optional(),
2032
+ collectUrl: z.string(),
2033
+ collectBody: z.any().optional(),
2034
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckCollectMethodGetCollectRequestHeader$inboundSchema)).optional(),
2035
+ authenticateCollect: z.boolean().default(false),
2036
+ authentication: exports.HealthCheckCollectMethodGetAuthentication$inboundSchema
2037
+ .default("none"),
2038
+ timeout: z.number().default(30),
2039
+ rejectUnauthorized: z.boolean().default(false),
2040
+ defaultBreakers: exports.HealthCheckCollectMethodGetHiddenDefaultBreakers$inboundSchema.optional(),
2041
+ safeHeaders: z.array(z.string()).optional(),
2042
+ retryRules: z.lazy(() => exports.HealthCheckCollectMethodGetRetryRules$inboundSchema)
2043
+ .optional(),
2044
+ });
2045
+ /** @internal */
2046
+ exports.HealthCheckCollectMethodGet$outboundSchema = z.object({
2047
+ collectMethod: exports.HealthCheckCollectMethodGetHealthCheckMethod$outboundSchema
2048
+ .default("get"),
2049
+ collectRequestParams: z.any().optional(),
2050
+ discovery: z.lazy(() => exports.HealthCheckCollectMethodGetDiscovery$outboundSchema)
2051
+ .optional(),
2052
+ collectUrl: z.string(),
2053
+ collectBody: z.any().optional(),
2054
+ collectRequestHeaders: z.array(z.lazy(() => exports.HealthCheckCollectMethodGetCollectRequestHeader$outboundSchema)).optional(),
2055
+ authenticateCollect: z.boolean().default(false),
2056
+ authentication: exports.HealthCheckCollectMethodGetAuthentication$outboundSchema
2057
+ .default("none"),
2058
+ timeout: z.number().default(30),
2059
+ rejectUnauthorized: z.boolean().default(false),
2060
+ defaultBreakers: exports.HealthCheckCollectMethodGetHiddenDefaultBreakers$outboundSchema.optional(),
2061
+ safeHeaders: z.array(z.string()).optional(),
2062
+ retryRules: z.lazy(() => exports.HealthCheckCollectMethodGetRetryRules$outboundSchema)
2063
+ .optional(),
2064
+ });
2065
+ function healthCheckCollectMethodGetToJSON(healthCheckCollectMethodGet) {
2066
+ return JSON.stringify(exports.HealthCheckCollectMethodGet$outboundSchema.parse(healthCheckCollectMethodGet));
2067
+ }
2068
+ function healthCheckCollectMethodGetFromJSON(jsonString) {
2069
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectMethodGet$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectMethodGet' from JSON`);
2070
+ }
2071
+ /** @internal */
2072
+ exports.HealthCheckCollectorConf$inboundSchema = z.union([
2073
+ z.lazy(() => exports.HealthCheckAuthenticationNone$inboundSchema),
2074
+ z.lazy(() => exports.HealthCheckAuthenticationBasic$inboundSchema),
2075
+ z.lazy(() => exports.HealthCheckAuthenticationBasicSecret$inboundSchema),
2076
+ z.lazy(() => exports.HealthCheckAuthenticationLogin$inboundSchema),
2077
+ z.lazy(() => exports.HealthCheckAuthenticationLoginSecret$inboundSchema),
2078
+ z.lazy(() => exports.HealthCheckAuthenticationOauth$inboundSchema),
2079
+ z.lazy(() => exports.HealthCheckAuthenticationOauthSecret$inboundSchema),
2080
+ ]);
2081
+ /** @internal */
2082
+ exports.HealthCheckCollectorConf$outboundSchema = z.union([
2083
+ z.lazy(() => exports.HealthCheckAuthenticationNone$outboundSchema),
2084
+ z.lazy(() => exports.HealthCheckAuthenticationBasic$outboundSchema),
2085
+ z.lazy(() => exports.HealthCheckAuthenticationBasicSecret$outboundSchema),
2086
+ z.lazy(() => exports.HealthCheckAuthenticationLogin$outboundSchema),
2087
+ z.lazy(() => exports.HealthCheckAuthenticationLoginSecret$outboundSchema),
2088
+ z.lazy(() => exports.HealthCheckAuthenticationOauth$outboundSchema),
2089
+ z.lazy(() => exports.HealthCheckAuthenticationOauthSecret$outboundSchema),
2090
+ ]);
2091
+ function healthCheckCollectorConfToJSON(healthCheckCollectorConf) {
2092
+ return JSON.stringify(exports.HealthCheckCollectorConf$outboundSchema.parse(healthCheckCollectorConf));
2093
+ }
2094
+ function healthCheckCollectorConfFromJSON(jsonString) {
2095
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HealthCheckCollectorConf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HealthCheckCollectorConf' from JSON`);
2096
+ }
2097
+ //# sourceMappingURL=healthcheckcollectorconf.js.map