promptfoo 0.115.1 → 0.115.2

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 (203) hide show
  1. package/dist/package.json +1 -1
  2. package/dist/src/app/assets/{index-BguflfND.css → index-BPc2R353.css} +1 -1
  3. package/dist/src/app/assets/index-BfrupEi-.js +839 -0
  4. package/dist/src/app/assets/{source-map-support-yC3CWAhX.js → source-map-support-Bxu-SWOe.js} +1 -1
  5. package/dist/src/app/assets/{sync-Dow9n6Ue.js → sync-b9Bq8szO.js} +1 -1
  6. package/dist/src/app/index.html +2 -2
  7. package/dist/src/assertions/openai.d.ts.map +1 -1
  8. package/dist/src/assertions/openai.js +3 -1
  9. package/dist/src/assertions/openai.js.map +1 -1
  10. package/dist/src/assertions/synthesis.d.ts +15 -0
  11. package/dist/src/assertions/synthesis.d.ts.map +1 -0
  12. package/dist/src/assertions/synthesis.js +504 -0
  13. package/dist/src/assertions/synthesis.js.map +1 -0
  14. package/dist/src/commands/delete.d.ts +2 -0
  15. package/dist/src/commands/delete.d.ts.map +1 -1
  16. package/dist/src/commands/delete.js +3 -0
  17. package/dist/src/commands/delete.js.map +1 -1
  18. package/dist/src/commands/eval.d.ts.map +1 -1
  19. package/dist/src/commands/eval.js +15 -14
  20. package/dist/src/commands/eval.js.map +1 -1
  21. package/dist/src/commands/generate/assertions.d.ts +19 -0
  22. package/dist/src/commands/generate/assertions.d.ts.map +1 -0
  23. package/dist/src/commands/generate/assertions.js +150 -0
  24. package/dist/src/commands/generate/assertions.js.map +1 -0
  25. package/dist/src/commands/modelScan.d.ts +1 -0
  26. package/dist/src/commands/modelScan.d.ts.map +1 -1
  27. package/dist/src/commands/modelScan.js +4 -5
  28. package/dist/src/commands/modelScan.js.map +1 -1
  29. package/dist/src/commands/show.d.ts +3 -0
  30. package/dist/src/commands/show.d.ts.map +1 -1
  31. package/dist/src/commands/show.js +7 -0
  32. package/dist/src/commands/show.js.map +1 -1
  33. package/dist/src/database/tables.d.ts +22 -0
  34. package/dist/src/database/tables.d.ts.map +1 -1
  35. package/dist/src/envars.d.ts +1 -1
  36. package/dist/src/envars.d.ts.map +1 -1
  37. package/dist/src/envars.js.map +1 -1
  38. package/dist/src/evaluator.d.ts +9 -0
  39. package/dist/src/evaluator.d.ts.map +1 -1
  40. package/dist/src/evaluator.js +48 -24
  41. package/dist/src/evaluator.js.map +1 -1
  42. package/dist/src/evaluatorHelpers.d.ts +10156 -5
  43. package/dist/src/evaluatorHelpers.d.ts.map +1 -1
  44. package/dist/src/evaluatorHelpers.js +92 -5
  45. package/dist/src/evaluatorHelpers.js.map +1 -1
  46. package/dist/src/main.d.ts.map +1 -1
  47. package/dist/src/main.js +2 -0
  48. package/dist/src/main.js.map +1 -1
  49. package/dist/src/providers/azure/chat.d.ts.map +1 -1
  50. package/dist/src/providers/azure/chat.js +1 -1
  51. package/dist/src/providers/azure/chat.js.map +1 -1
  52. package/dist/src/providers/azure/completion.d.ts.map +1 -1
  53. package/dist/src/providers/azure/completion.js +1 -1
  54. package/dist/src/providers/azure/completion.js.map +1 -1
  55. package/dist/src/providers/azure/types.d.ts +1 -1
  56. package/dist/src/providers/azure/types.d.ts.map +1 -1
  57. package/dist/src/providers/golangCompletion.d.ts.map +1 -1
  58. package/dist/src/providers/golangCompletion.js +0 -1
  59. package/dist/src/providers/golangCompletion.js.map +1 -1
  60. package/dist/src/providers/google/ai.studio.js +1 -1
  61. package/dist/src/providers/google/ai.studio.js.map +1 -1
  62. package/dist/src/providers/google/live.d.ts +11 -0
  63. package/dist/src/providers/google/live.d.ts.map +1 -1
  64. package/dist/src/providers/google/live.js +84 -2
  65. package/dist/src/providers/google/live.js.map +1 -1
  66. package/dist/src/providers/google/shared.d.ts.map +1 -1
  67. package/dist/src/providers/google/shared.js +15 -0
  68. package/dist/src/providers/google/shared.js.map +1 -1
  69. package/dist/src/providers/google/types.d.ts +2 -2
  70. package/dist/src/providers/google/types.d.ts.map +1 -1
  71. package/dist/src/providers/google/vertex.d.ts +11 -0
  72. package/dist/src/providers/google/vertex.d.ts.map +1 -1
  73. package/dist/src/providers/google/vertex.js +82 -3
  74. package/dist/src/providers/google/vertex.js.map +1 -1
  75. package/dist/src/providers/groq.d.ts +3 -1
  76. package/dist/src/providers/groq.d.ts.map +1 -1
  77. package/dist/src/providers/http.js +1 -1
  78. package/dist/src/providers/http.js.map +1 -1
  79. package/dist/src/providers/hyperbolic/audio.d.ts +40 -0
  80. package/dist/src/providers/hyperbolic/audio.d.ts.map +1 -0
  81. package/dist/src/providers/hyperbolic/audio.js +141 -0
  82. package/dist/src/providers/hyperbolic/audio.js.map +1 -0
  83. package/dist/src/providers/hyperbolic/chat.d.ts +110 -0
  84. package/dist/src/providers/hyperbolic/chat.d.ts.map +1 -0
  85. package/dist/src/providers/hyperbolic/chat.js +318 -0
  86. package/dist/src/providers/hyperbolic/chat.js.map +1 -0
  87. package/dist/src/providers/hyperbolic/image.d.ts +57 -0
  88. package/dist/src/providers/hyperbolic/image.d.ts.map +1 -0
  89. package/dist/src/providers/hyperbolic/image.js +231 -0
  90. package/dist/src/providers/hyperbolic/image.js.map +1 -0
  91. package/dist/src/providers/litellm.d.ts +3 -1
  92. package/dist/src/providers/litellm.d.ts.map +1 -1
  93. package/dist/src/providers/ollama.d.ts.map +1 -1
  94. package/dist/src/providers/ollama.js +1 -1
  95. package/dist/src/providers/ollama.js.map +1 -1
  96. package/dist/src/providers/openai/chat.d.ts +11 -0
  97. package/dist/src/providers/openai/chat.d.ts.map +1 -1
  98. package/dist/src/providers/openai/chat.js +132 -4
  99. package/dist/src/providers/openai/chat.js.map +1 -1
  100. package/dist/src/providers/openai/completion.d.ts.map +1 -1
  101. package/dist/src/providers/openai/completion.js +1 -1
  102. package/dist/src/providers/openai/completion.js.map +1 -1
  103. package/dist/src/providers/openai/responses.d.ts.map +1 -1
  104. package/dist/src/providers/openai/responses.js +21 -1
  105. package/dist/src/providers/openai/responses.js.map +1 -1
  106. package/dist/src/providers/openai/types.d.ts +27 -2
  107. package/dist/src/providers/openai/types.d.ts.map +1 -1
  108. package/dist/src/providers/openai/util.d.ts.map +1 -1
  109. package/dist/src/providers/openai/util.js +24 -1
  110. package/dist/src/providers/openai/util.js.map +1 -1
  111. package/dist/src/providers/promptfoo.d.ts +1 -1
  112. package/dist/src/providers/promptfoo.d.ts.map +1 -1
  113. package/dist/src/providers/promptfoo.js.map +1 -1
  114. package/dist/src/providers/pythonCompletion.d.ts.map +1 -1
  115. package/dist/src/providers/pythonCompletion.js +0 -1
  116. package/dist/src/providers/pythonCompletion.js.map +1 -1
  117. package/dist/src/providers/registry.d.ts.map +1 -1
  118. package/dist/src/providers/registry.js +21 -12
  119. package/dist/src/providers/registry.js.map +1 -1
  120. package/dist/src/providers/sagemaker.js +1 -1
  121. package/dist/src/providers/sagemaker.js.map +1 -1
  122. package/dist/src/providers/scriptCompletion.d.ts.map +1 -1
  123. package/dist/src/providers/scriptCompletion.js +0 -1
  124. package/dist/src/providers/scriptCompletion.js.map +1 -1
  125. package/dist/src/providers/simulatedUser.d.ts.map +1 -1
  126. package/dist/src/providers/simulatedUser.js +5 -3
  127. package/dist/src/providers/simulatedUser.js.map +1 -1
  128. package/dist/src/providers/xai/chat.d.ts +3 -1
  129. package/dist/src/providers/xai/chat.d.ts.map +1 -1
  130. package/dist/src/python/pythonUtils.d.ts +1 -0
  131. package/dist/src/python/pythonUtils.d.ts.map +1 -1
  132. package/dist/src/python/pythonUtils.js +9 -7
  133. package/dist/src/python/pythonUtils.js.map +1 -1
  134. package/dist/src/redteam/commands/discover.d.ts +2 -8
  135. package/dist/src/redteam/commands/discover.d.ts.map +1 -1
  136. package/dist/src/redteam/commands/discover.js +31 -100
  137. package/dist/src/redteam/commands/discover.js.map +1 -1
  138. package/dist/src/redteam/commands/generate.d.ts.map +1 -1
  139. package/dist/src/redteam/commands/generate.js +10 -26
  140. package/dist/src/redteam/commands/generate.js.map +1 -1
  141. package/dist/src/redteam/index.d.ts.map +1 -1
  142. package/dist/src/redteam/index.js +24 -5
  143. package/dist/src/redteam/index.js.map +1 -1
  144. package/dist/src/redteam/plugins/base.d.ts +6 -0
  145. package/dist/src/redteam/plugins/base.d.ts.map +1 -1
  146. package/dist/src/redteam/plugins/base.js +19 -0
  147. package/dist/src/redteam/plugins/base.js.map +1 -1
  148. package/dist/src/redteam/plugins/crossSessionLeak.d.ts +2 -1
  149. package/dist/src/redteam/plugins/crossSessionLeak.d.ts.map +1 -1
  150. package/dist/src/redteam/plugins/crossSessionLeak.js +11 -0
  151. package/dist/src/redteam/plugins/crossSessionLeak.js.map +1 -1
  152. package/dist/src/redteam/providers/crescendo/index.d.ts +15 -3
  153. package/dist/src/redteam/providers/crescendo/index.d.ts.map +1 -1
  154. package/dist/src/redteam/providers/crescendo/index.js +152 -15
  155. package/dist/src/redteam/providers/crescendo/index.js.map +1 -1
  156. package/dist/src/redteam/providers/crescendo/prompts.js +4 -4
  157. package/dist/src/redteam/providers/goat.d.ts +9 -0
  158. package/dist/src/redteam/providers/goat.d.ts.map +1 -1
  159. package/dist/src/redteam/providers/goat.js +23 -2
  160. package/dist/src/redteam/providers/goat.js.map +1 -1
  161. package/dist/src/redteam/remoteGeneration.d.ts +5 -0
  162. package/dist/src/redteam/remoteGeneration.d.ts.map +1 -1
  163. package/dist/src/redteam/remoteGeneration.js +21 -7
  164. package/dist/src/redteam/remoteGeneration.js.map +1 -1
  165. package/dist/src/redteam/types.d.ts +1 -0
  166. package/dist/src/redteam/types.d.ts.map +1 -1
  167. package/dist/src/server/routes/providers.d.ts.map +1 -1
  168. package/dist/src/server/routes/providers.js +41 -0
  169. package/dist/src/server/routes/providers.js.map +1 -1
  170. package/dist/src/server/server.js +2 -2
  171. package/dist/src/server/server.js.map +1 -1
  172. package/dist/src/tableOutput.html +2 -2
  173. package/dist/src/types/env.d.ts +3 -0
  174. package/dist/src/types/env.d.ts.map +1 -1
  175. package/dist/src/types/env.js +1 -0
  176. package/dist/src/types/env.js.map +1 -1
  177. package/dist/src/types/index.d.ts +281 -0
  178. package/dist/src/types/index.d.ts.map +1 -1
  179. package/dist/src/types/providers.d.ts +1 -1
  180. package/dist/src/types/providers.d.ts.map +1 -1
  181. package/dist/src/util/config/load.d.ts +1 -1
  182. package/dist/src/util/config/load.d.ts.map +1 -1
  183. package/dist/src/util/config/load.js +1 -0
  184. package/dist/src/util/config/load.js.map +1 -1
  185. package/dist/src/util/database.d.ts +2 -0
  186. package/dist/src/util/database.d.ts.map +1 -1
  187. package/dist/src/util/server.d.ts +12 -0
  188. package/dist/src/util/server.d.ts.map +1 -1
  189. package/dist/src/util/server.js +59 -0
  190. package/dist/src/util/server.js.map +1 -1
  191. package/dist/src/util/transform.d.ts +3 -8
  192. package/dist/src/util/transform.d.ts.map +1 -1
  193. package/dist/src/util/transform.js +1 -1
  194. package/dist/src/util/transform.js.map +1 -1
  195. package/dist/src/validators/providers.d.ts +20 -0
  196. package/dist/src/validators/providers.d.ts.map +1 -1
  197. package/dist/src/validators/redteam.d.ts +8 -0
  198. package/dist/src/validators/redteam.d.ts.map +1 -1
  199. package/dist/tsconfig.tsbuildinfo +1 -1
  200. package/package.json +1 -1
  201. package/dist/src/app/assets/index-DLhvLf11.js +0 -1051
  202. package/dist/src/app/assets/index.es-BFIXrhjI.js +0 -18
  203. package/dist/src/app/assets/purify.es-CQJ0hv7W.js +0 -2
@@ -2051,6 +2051,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2051
2051
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
2052
2052
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
2053
2053
  HF_TOKEN: z.ZodOptional<z.ZodString>;
2054
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
2054
2055
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
2055
2056
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
2056
2057
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -2137,6 +2138,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2137
2138
  HELICONE_API_KEY?: string | undefined;
2138
2139
  HF_API_TOKEN?: string | undefined;
2139
2140
  HF_TOKEN?: string | undefined;
2141
+ HYPERBOLIC_API_KEY?: string | undefined;
2140
2142
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2141
2143
  JFROG_API_KEY?: string | undefined;
2142
2144
  LAMBDA_API_KEY?: string | undefined;
@@ -2223,6 +2225,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2223
2225
  HELICONE_API_KEY?: string | undefined;
2224
2226
  HF_API_TOKEN?: string | undefined;
2225
2227
  HF_TOKEN?: string | undefined;
2228
+ HYPERBOLIC_API_KEY?: string | undefined;
2226
2229
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2227
2230
  JFROG_API_KEY?: string | undefined;
2228
2231
  LAMBDA_API_KEY?: string | undefined;
@@ -2317,6 +2320,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2317
2320
  HELICONE_API_KEY?: string | undefined;
2318
2321
  HF_API_TOKEN?: string | undefined;
2319
2322
  HF_TOKEN?: string | undefined;
2323
+ HYPERBOLIC_API_KEY?: string | undefined;
2320
2324
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2321
2325
  JFROG_API_KEY?: string | undefined;
2322
2326
  LAMBDA_API_KEY?: string | undefined;
@@ -2411,6 +2415,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2411
2415
  HELICONE_API_KEY?: string | undefined;
2412
2416
  HF_API_TOKEN?: string | undefined;
2413
2417
  HF_TOKEN?: string | undefined;
2418
+ HYPERBOLIC_API_KEY?: string | undefined;
2414
2419
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2415
2420
  JFROG_API_KEY?: string | undefined;
2416
2421
  LAMBDA_API_KEY?: string | undefined;
@@ -2803,6 +2808,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2803
2808
  HELICONE_API_KEY?: string | undefined;
2804
2809
  HF_API_TOKEN?: string | undefined;
2805
2810
  HF_TOKEN?: string | undefined;
2811
+ HYPERBOLIC_API_KEY?: string | undefined;
2806
2812
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2807
2813
  JFROG_API_KEY?: string | undefined;
2808
2814
  LAMBDA_API_KEY?: string | undefined;
@@ -2977,6 +2983,7 @@ export declare const TestCaseSchema: z.ZodObject<{
2977
2983
  HELICONE_API_KEY?: string | undefined;
2978
2984
  HF_API_TOKEN?: string | undefined;
2979
2985
  HF_TOKEN?: string | undefined;
2986
+ HYPERBOLIC_API_KEY?: string | undefined;
2980
2987
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
2981
2988
  JFROG_API_KEY?: string | undefined;
2982
2989
  LAMBDA_API_KEY?: string | undefined;
@@ -3132,6 +3139,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3132
3139
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
3133
3140
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
3134
3141
  HF_TOKEN: z.ZodOptional<z.ZodString>;
3142
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
3135
3143
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
3136
3144
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
3137
3145
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -3218,6 +3226,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3218
3226
  HELICONE_API_KEY?: string | undefined;
3219
3227
  HF_API_TOKEN?: string | undefined;
3220
3228
  HF_TOKEN?: string | undefined;
3229
+ HYPERBOLIC_API_KEY?: string | undefined;
3221
3230
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3222
3231
  JFROG_API_KEY?: string | undefined;
3223
3232
  LAMBDA_API_KEY?: string | undefined;
@@ -3304,6 +3313,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3304
3313
  HELICONE_API_KEY?: string | undefined;
3305
3314
  HF_API_TOKEN?: string | undefined;
3306
3315
  HF_TOKEN?: string | undefined;
3316
+ HYPERBOLIC_API_KEY?: string | undefined;
3307
3317
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3308
3318
  JFROG_API_KEY?: string | undefined;
3309
3319
  LAMBDA_API_KEY?: string | undefined;
@@ -3398,6 +3408,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3398
3408
  HELICONE_API_KEY?: string | undefined;
3399
3409
  HF_API_TOKEN?: string | undefined;
3400
3410
  HF_TOKEN?: string | undefined;
3411
+ HYPERBOLIC_API_KEY?: string | undefined;
3401
3412
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3402
3413
  JFROG_API_KEY?: string | undefined;
3403
3414
  LAMBDA_API_KEY?: string | undefined;
@@ -3492,6 +3503,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3492
3503
  HELICONE_API_KEY?: string | undefined;
3493
3504
  HF_API_TOKEN?: string | undefined;
3494
3505
  HF_TOKEN?: string | undefined;
3506
+ HYPERBOLIC_API_KEY?: string | undefined;
3495
3507
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3496
3508
  JFROG_API_KEY?: string | undefined;
3497
3509
  LAMBDA_API_KEY?: string | undefined;
@@ -3886,6 +3898,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
3886
3898
  HELICONE_API_KEY?: string | undefined;
3887
3899
  HF_API_TOKEN?: string | undefined;
3888
3900
  HF_TOKEN?: string | undefined;
3901
+ HYPERBOLIC_API_KEY?: string | undefined;
3889
3902
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
3890
3903
  JFROG_API_KEY?: string | undefined;
3891
3904
  LAMBDA_API_KEY?: string | undefined;
@@ -4060,6 +4073,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<{
4060
4073
  HELICONE_API_KEY?: string | undefined;
4061
4074
  HF_API_TOKEN?: string | undefined;
4062
4075
  HF_TOKEN?: string | undefined;
4076
+ HYPERBOLIC_API_KEY?: string | undefined;
4063
4077
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4064
4078
  JFROG_API_KEY?: string | undefined;
4065
4079
  LAMBDA_API_KEY?: string | undefined;
@@ -4213,6 +4227,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4213
4227
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
4214
4228
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
4215
4229
  HF_TOKEN: z.ZodOptional<z.ZodString>;
4230
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
4216
4231
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
4217
4232
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
4218
4233
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -4299,6 +4314,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4299
4314
  HELICONE_API_KEY?: string | undefined;
4300
4315
  HF_API_TOKEN?: string | undefined;
4301
4316
  HF_TOKEN?: string | undefined;
4317
+ HYPERBOLIC_API_KEY?: string | undefined;
4302
4318
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4303
4319
  JFROG_API_KEY?: string | undefined;
4304
4320
  LAMBDA_API_KEY?: string | undefined;
@@ -4385,6 +4401,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4385
4401
  HELICONE_API_KEY?: string | undefined;
4386
4402
  HF_API_TOKEN?: string | undefined;
4387
4403
  HF_TOKEN?: string | undefined;
4404
+ HYPERBOLIC_API_KEY?: string | undefined;
4388
4405
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4389
4406
  JFROG_API_KEY?: string | undefined;
4390
4407
  LAMBDA_API_KEY?: string | undefined;
@@ -4479,6 +4496,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4479
4496
  HELICONE_API_KEY?: string | undefined;
4480
4497
  HF_API_TOKEN?: string | undefined;
4481
4498
  HF_TOKEN?: string | undefined;
4499
+ HYPERBOLIC_API_KEY?: string | undefined;
4482
4500
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4483
4501
  JFROG_API_KEY?: string | undefined;
4484
4502
  LAMBDA_API_KEY?: string | undefined;
@@ -4573,6 +4591,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4573
4591
  HELICONE_API_KEY?: string | undefined;
4574
4592
  HF_API_TOKEN?: string | undefined;
4575
4593
  HF_TOKEN?: string | undefined;
4594
+ HYPERBOLIC_API_KEY?: string | undefined;
4576
4595
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4577
4596
  JFROG_API_KEY?: string | undefined;
4578
4597
  LAMBDA_API_KEY?: string | undefined;
@@ -4965,6 +4984,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
4965
4984
  HELICONE_API_KEY?: string | undefined;
4966
4985
  HF_API_TOKEN?: string | undefined;
4967
4986
  HF_TOKEN?: string | undefined;
4987
+ HYPERBOLIC_API_KEY?: string | undefined;
4968
4988
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
4969
4989
  JFROG_API_KEY?: string | undefined;
4970
4990
  LAMBDA_API_KEY?: string | undefined;
@@ -5139,6 +5159,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
5139
5159
  HELICONE_API_KEY?: string | undefined;
5140
5160
  HF_API_TOKEN?: string | undefined;
5141
5161
  HF_TOKEN?: string | undefined;
5162
+ HYPERBOLIC_API_KEY?: string | undefined;
5142
5163
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
5143
5164
  JFROG_API_KEY?: string | undefined;
5144
5165
  LAMBDA_API_KEY?: string | undefined;
@@ -5924,6 +5945,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
5924
5945
  HELICONE_API_KEY?: string | undefined;
5925
5946
  HF_API_TOKEN?: string | undefined;
5926
5947
  HF_TOKEN?: string | undefined;
5948
+ HYPERBOLIC_API_KEY?: string | undefined;
5927
5949
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
5928
5950
  JFROG_API_KEY?: string | undefined;
5929
5951
  LAMBDA_API_KEY?: string | undefined;
@@ -6168,6 +6190,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
6168
6190
  HELICONE_API_KEY?: string | undefined;
6169
6191
  HF_API_TOKEN?: string | undefined;
6170
6192
  HF_TOKEN?: string | undefined;
6193
+ HYPERBOLIC_API_KEY?: string | undefined;
6171
6194
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6172
6195
  JFROG_API_KEY?: string | undefined;
6173
6196
  LAMBDA_API_KEY?: string | undefined;
@@ -6322,6 +6345,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6322
6345
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
6323
6346
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
6324
6347
  HF_TOKEN: z.ZodOptional<z.ZodString>;
6348
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
6325
6349
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
6326
6350
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
6327
6351
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -6408,6 +6432,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6408
6432
  HELICONE_API_KEY?: string | undefined;
6409
6433
  HF_API_TOKEN?: string | undefined;
6410
6434
  HF_TOKEN?: string | undefined;
6435
+ HYPERBOLIC_API_KEY?: string | undefined;
6411
6436
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6412
6437
  JFROG_API_KEY?: string | undefined;
6413
6438
  LAMBDA_API_KEY?: string | undefined;
@@ -6494,6 +6519,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6494
6519
  HELICONE_API_KEY?: string | undefined;
6495
6520
  HF_API_TOKEN?: string | undefined;
6496
6521
  HF_TOKEN?: string | undefined;
6522
+ HYPERBOLIC_API_KEY?: string | undefined;
6497
6523
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6498
6524
  JFROG_API_KEY?: string | undefined;
6499
6525
  LAMBDA_API_KEY?: string | undefined;
@@ -6588,6 +6614,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6588
6614
  HELICONE_API_KEY?: string | undefined;
6589
6615
  HF_API_TOKEN?: string | undefined;
6590
6616
  HF_TOKEN?: string | undefined;
6617
+ HYPERBOLIC_API_KEY?: string | undefined;
6591
6618
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6592
6619
  JFROG_API_KEY?: string | undefined;
6593
6620
  LAMBDA_API_KEY?: string | undefined;
@@ -6682,6 +6709,7 @@ export declare const ScenarioSchema: z.ZodObject<{
6682
6709
  HELICONE_API_KEY?: string | undefined;
6683
6710
  HF_API_TOKEN?: string | undefined;
6684
6711
  HF_TOKEN?: string | undefined;
6712
+ HYPERBOLIC_API_KEY?: string | undefined;
6685
6713
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
6686
6714
  JFROG_API_KEY?: string | undefined;
6687
6715
  LAMBDA_API_KEY?: string | undefined;
@@ -7074,6 +7102,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7074
7102
  HELICONE_API_KEY?: string | undefined;
7075
7103
  HF_API_TOKEN?: string | undefined;
7076
7104
  HF_TOKEN?: string | undefined;
7105
+ HYPERBOLIC_API_KEY?: string | undefined;
7077
7106
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7078
7107
  JFROG_API_KEY?: string | undefined;
7079
7108
  LAMBDA_API_KEY?: string | undefined;
@@ -7248,6 +7277,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7248
7277
  HELICONE_API_KEY?: string | undefined;
7249
7278
  HF_API_TOKEN?: string | undefined;
7250
7279
  HF_TOKEN?: string | undefined;
7280
+ HYPERBOLIC_API_KEY?: string | undefined;
7251
7281
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7252
7282
  JFROG_API_KEY?: string | undefined;
7253
7283
  LAMBDA_API_KEY?: string | undefined;
@@ -7398,6 +7428,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7398
7428
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
7399
7429
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
7400
7430
  HF_TOKEN: z.ZodOptional<z.ZodString>;
7431
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
7401
7432
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
7402
7433
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
7403
7434
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -7484,6 +7515,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7484
7515
  HELICONE_API_KEY?: string | undefined;
7485
7516
  HF_API_TOKEN?: string | undefined;
7486
7517
  HF_TOKEN?: string | undefined;
7518
+ HYPERBOLIC_API_KEY?: string | undefined;
7487
7519
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7488
7520
  JFROG_API_KEY?: string | undefined;
7489
7521
  LAMBDA_API_KEY?: string | undefined;
@@ -7570,6 +7602,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7570
7602
  HELICONE_API_KEY?: string | undefined;
7571
7603
  HF_API_TOKEN?: string | undefined;
7572
7604
  HF_TOKEN?: string | undefined;
7605
+ HYPERBOLIC_API_KEY?: string | undefined;
7573
7606
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7574
7607
  JFROG_API_KEY?: string | undefined;
7575
7608
  LAMBDA_API_KEY?: string | undefined;
@@ -7664,6 +7697,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7664
7697
  HELICONE_API_KEY?: string | undefined;
7665
7698
  HF_API_TOKEN?: string | undefined;
7666
7699
  HF_TOKEN?: string | undefined;
7700
+ HYPERBOLIC_API_KEY?: string | undefined;
7667
7701
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7668
7702
  JFROG_API_KEY?: string | undefined;
7669
7703
  LAMBDA_API_KEY?: string | undefined;
@@ -7758,6 +7792,7 @@ export declare const ScenarioSchema: z.ZodObject<{
7758
7792
  HELICONE_API_KEY?: string | undefined;
7759
7793
  HF_API_TOKEN?: string | undefined;
7760
7794
  HF_TOKEN?: string | undefined;
7795
+ HYPERBOLIC_API_KEY?: string | undefined;
7761
7796
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
7762
7797
  JFROG_API_KEY?: string | undefined;
7763
7798
  LAMBDA_API_KEY?: string | undefined;
@@ -8150,6 +8185,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8150
8185
  HELICONE_API_KEY?: string | undefined;
8151
8186
  HF_API_TOKEN?: string | undefined;
8152
8187
  HF_TOKEN?: string | undefined;
8188
+ HYPERBOLIC_API_KEY?: string | undefined;
8153
8189
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8154
8190
  JFROG_API_KEY?: string | undefined;
8155
8191
  LAMBDA_API_KEY?: string | undefined;
@@ -8324,6 +8360,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8324
8360
  HELICONE_API_KEY?: string | undefined;
8325
8361
  HF_API_TOKEN?: string | undefined;
8326
8362
  HF_TOKEN?: string | undefined;
8363
+ HYPERBOLIC_API_KEY?: string | undefined;
8327
8364
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8328
8365
  JFROG_API_KEY?: string | undefined;
8329
8366
  LAMBDA_API_KEY?: string | undefined;
@@ -8500,6 +8537,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8500
8537
  HELICONE_API_KEY?: string | undefined;
8501
8538
  HF_API_TOKEN?: string | undefined;
8502
8539
  HF_TOKEN?: string | undefined;
8540
+ HYPERBOLIC_API_KEY?: string | undefined;
8503
8541
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8504
8542
  JFROG_API_KEY?: string | undefined;
8505
8543
  LAMBDA_API_KEY?: string | undefined;
@@ -8675,6 +8713,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8675
8713
  HELICONE_API_KEY?: string | undefined;
8676
8714
  HF_API_TOKEN?: string | undefined;
8677
8715
  HF_TOKEN?: string | undefined;
8716
+ HYPERBOLIC_API_KEY?: string | undefined;
8678
8717
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8679
8718
  JFROG_API_KEY?: string | undefined;
8680
8719
  LAMBDA_API_KEY?: string | undefined;
@@ -8852,6 +8891,7 @@ export declare const ScenarioSchema: z.ZodObject<{
8852
8891
  HELICONE_API_KEY?: string | undefined;
8853
8892
  HF_API_TOKEN?: string | undefined;
8854
8893
  HF_TOKEN?: string | undefined;
8894
+ HYPERBOLIC_API_KEY?: string | undefined;
8855
8895
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
8856
8896
  JFROG_API_KEY?: string | undefined;
8857
8897
  LAMBDA_API_KEY?: string | undefined;
@@ -9027,6 +9067,7 @@ export declare const ScenarioSchema: z.ZodObject<{
9027
9067
  HELICONE_API_KEY?: string | undefined;
9028
9068
  HF_API_TOKEN?: string | undefined;
9029
9069
  HF_TOKEN?: string | undefined;
9070
+ HYPERBOLIC_API_KEY?: string | undefined;
9030
9071
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9031
9072
  JFROG_API_KEY?: string | undefined;
9032
9073
  LAMBDA_API_KEY?: string | undefined;
@@ -9179,6 +9220,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9179
9220
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
9180
9221
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
9181
9222
  HF_TOKEN: z.ZodOptional<z.ZodString>;
9223
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
9182
9224
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
9183
9225
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
9184
9226
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -9265,6 +9307,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9265
9307
  HELICONE_API_KEY?: string | undefined;
9266
9308
  HF_API_TOKEN?: string | undefined;
9267
9309
  HF_TOKEN?: string | undefined;
9310
+ HYPERBOLIC_API_KEY?: string | undefined;
9268
9311
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9269
9312
  JFROG_API_KEY?: string | undefined;
9270
9313
  LAMBDA_API_KEY?: string | undefined;
@@ -9351,6 +9394,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9351
9394
  HELICONE_API_KEY?: string | undefined;
9352
9395
  HF_API_TOKEN?: string | undefined;
9353
9396
  HF_TOKEN?: string | undefined;
9397
+ HYPERBOLIC_API_KEY?: string | undefined;
9354
9398
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9355
9399
  JFROG_API_KEY?: string | undefined;
9356
9400
  LAMBDA_API_KEY?: string | undefined;
@@ -9445,6 +9489,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9445
9489
  HELICONE_API_KEY?: string | undefined;
9446
9490
  HF_API_TOKEN?: string | undefined;
9447
9491
  HF_TOKEN?: string | undefined;
9492
+ HYPERBOLIC_API_KEY?: string | undefined;
9448
9493
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9449
9494
  JFROG_API_KEY?: string | undefined;
9450
9495
  LAMBDA_API_KEY?: string | undefined;
@@ -9539,6 +9584,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9539
9584
  HELICONE_API_KEY?: string | undefined;
9540
9585
  HF_API_TOKEN?: string | undefined;
9541
9586
  HF_TOKEN?: string | undefined;
9587
+ HYPERBOLIC_API_KEY?: string | undefined;
9542
9588
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9543
9589
  JFROG_API_KEY?: string | undefined;
9544
9590
  LAMBDA_API_KEY?: string | undefined;
@@ -9933,6 +9979,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
9933
9979
  HELICONE_API_KEY?: string | undefined;
9934
9980
  HF_API_TOKEN?: string | undefined;
9935
9981
  HF_TOKEN?: string | undefined;
9982
+ HYPERBOLIC_API_KEY?: string | undefined;
9936
9983
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
9937
9984
  JFROG_API_KEY?: string | undefined;
9938
9985
  LAMBDA_API_KEY?: string | undefined;
@@ -10107,6 +10154,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<{
10107
10154
  HELICONE_API_KEY?: string | undefined;
10108
10155
  HF_API_TOKEN?: string | undefined;
10109
10156
  HF_TOKEN?: string | undefined;
10157
+ HYPERBOLIC_API_KEY?: string | undefined;
10110
10158
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10111
10159
  JFROG_API_KEY?: string | undefined;
10112
10160
  LAMBDA_API_KEY?: string | undefined;
@@ -10376,6 +10424,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10376
10424
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
10377
10425
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
10378
10426
  HF_TOKEN: z.ZodOptional<z.ZodString>;
10427
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
10379
10428
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
10380
10429
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
10381
10430
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -10462,6 +10511,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10462
10511
  HELICONE_API_KEY?: string | undefined;
10463
10512
  HF_API_TOKEN?: string | undefined;
10464
10513
  HF_TOKEN?: string | undefined;
10514
+ HYPERBOLIC_API_KEY?: string | undefined;
10465
10515
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10466
10516
  JFROG_API_KEY?: string | undefined;
10467
10517
  LAMBDA_API_KEY?: string | undefined;
@@ -10548,6 +10598,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10548
10598
  HELICONE_API_KEY?: string | undefined;
10549
10599
  HF_API_TOKEN?: string | undefined;
10550
10600
  HF_TOKEN?: string | undefined;
10601
+ HYPERBOLIC_API_KEY?: string | undefined;
10551
10602
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10552
10603
  JFROG_API_KEY?: string | undefined;
10553
10604
  LAMBDA_API_KEY?: string | undefined;
@@ -10642,6 +10693,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10642
10693
  HELICONE_API_KEY?: string | undefined;
10643
10694
  HF_API_TOKEN?: string | undefined;
10644
10695
  HF_TOKEN?: string | undefined;
10696
+ HYPERBOLIC_API_KEY?: string | undefined;
10645
10697
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10646
10698
  JFROG_API_KEY?: string | undefined;
10647
10699
  LAMBDA_API_KEY?: string | undefined;
@@ -10736,6 +10788,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
10736
10788
  HELICONE_API_KEY?: string | undefined;
10737
10789
  HF_API_TOKEN?: string | undefined;
10738
10790
  HF_TOKEN?: string | undefined;
10791
+ HYPERBOLIC_API_KEY?: string | undefined;
10739
10792
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
10740
10793
  JFROG_API_KEY?: string | undefined;
10741
10794
  LAMBDA_API_KEY?: string | undefined;
@@ -11128,6 +11181,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11128
11181
  HELICONE_API_KEY?: string | undefined;
11129
11182
  HF_API_TOKEN?: string | undefined;
11130
11183
  HF_TOKEN?: string | undefined;
11184
+ HYPERBOLIC_API_KEY?: string | undefined;
11131
11185
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11132
11186
  JFROG_API_KEY?: string | undefined;
11133
11187
  LAMBDA_API_KEY?: string | undefined;
@@ -11302,6 +11356,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11302
11356
  HELICONE_API_KEY?: string | undefined;
11303
11357
  HF_API_TOKEN?: string | undefined;
11304
11358
  HF_TOKEN?: string | undefined;
11359
+ HYPERBOLIC_API_KEY?: string | undefined;
11305
11360
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11306
11361
  JFROG_API_KEY?: string | undefined;
11307
11362
  LAMBDA_API_KEY?: string | undefined;
@@ -11454,6 +11509,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11454
11509
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
11455
11510
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
11456
11511
  HF_TOKEN: z.ZodOptional<z.ZodString>;
11512
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
11457
11513
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
11458
11514
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
11459
11515
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -11540,6 +11596,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11540
11596
  HELICONE_API_KEY?: string | undefined;
11541
11597
  HF_API_TOKEN?: string | undefined;
11542
11598
  HF_TOKEN?: string | undefined;
11599
+ HYPERBOLIC_API_KEY?: string | undefined;
11543
11600
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11544
11601
  JFROG_API_KEY?: string | undefined;
11545
11602
  LAMBDA_API_KEY?: string | undefined;
@@ -11626,6 +11683,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11626
11683
  HELICONE_API_KEY?: string | undefined;
11627
11684
  HF_API_TOKEN?: string | undefined;
11628
11685
  HF_TOKEN?: string | undefined;
11686
+ HYPERBOLIC_API_KEY?: string | undefined;
11629
11687
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11630
11688
  JFROG_API_KEY?: string | undefined;
11631
11689
  LAMBDA_API_KEY?: string | undefined;
@@ -11720,6 +11778,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11720
11778
  HELICONE_API_KEY?: string | undefined;
11721
11779
  HF_API_TOKEN?: string | undefined;
11722
11780
  HF_TOKEN?: string | undefined;
11781
+ HYPERBOLIC_API_KEY?: string | undefined;
11723
11782
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11724
11783
  JFROG_API_KEY?: string | undefined;
11725
11784
  LAMBDA_API_KEY?: string | undefined;
@@ -11814,6 +11873,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
11814
11873
  HELICONE_API_KEY?: string | undefined;
11815
11874
  HF_API_TOKEN?: string | undefined;
11816
11875
  HF_TOKEN?: string | undefined;
11876
+ HYPERBOLIC_API_KEY?: string | undefined;
11817
11877
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
11818
11878
  JFROG_API_KEY?: string | undefined;
11819
11879
  LAMBDA_API_KEY?: string | undefined;
@@ -12206,6 +12266,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12206
12266
  HELICONE_API_KEY?: string | undefined;
12207
12267
  HF_API_TOKEN?: string | undefined;
12208
12268
  HF_TOKEN?: string | undefined;
12269
+ HYPERBOLIC_API_KEY?: string | undefined;
12209
12270
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12210
12271
  JFROG_API_KEY?: string | undefined;
12211
12272
  LAMBDA_API_KEY?: string | undefined;
@@ -12380,6 +12441,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12380
12441
  HELICONE_API_KEY?: string | undefined;
12381
12442
  HF_API_TOKEN?: string | undefined;
12382
12443
  HF_TOKEN?: string | undefined;
12444
+ HYPERBOLIC_API_KEY?: string | undefined;
12383
12445
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12384
12446
  JFROG_API_KEY?: string | undefined;
12385
12447
  LAMBDA_API_KEY?: string | undefined;
@@ -12530,6 +12592,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12530
12592
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
12531
12593
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
12532
12594
  HF_TOKEN: z.ZodOptional<z.ZodString>;
12595
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
12533
12596
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
12534
12597
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
12535
12598
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -12616,6 +12679,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12616
12679
  HELICONE_API_KEY?: string | undefined;
12617
12680
  HF_API_TOKEN?: string | undefined;
12618
12681
  HF_TOKEN?: string | undefined;
12682
+ HYPERBOLIC_API_KEY?: string | undefined;
12619
12683
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12620
12684
  JFROG_API_KEY?: string | undefined;
12621
12685
  LAMBDA_API_KEY?: string | undefined;
@@ -12702,6 +12766,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12702
12766
  HELICONE_API_KEY?: string | undefined;
12703
12767
  HF_API_TOKEN?: string | undefined;
12704
12768
  HF_TOKEN?: string | undefined;
12769
+ HYPERBOLIC_API_KEY?: string | undefined;
12705
12770
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12706
12771
  JFROG_API_KEY?: string | undefined;
12707
12772
  LAMBDA_API_KEY?: string | undefined;
@@ -12796,6 +12861,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12796
12861
  HELICONE_API_KEY?: string | undefined;
12797
12862
  HF_API_TOKEN?: string | undefined;
12798
12863
  HF_TOKEN?: string | undefined;
12864
+ HYPERBOLIC_API_KEY?: string | undefined;
12799
12865
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12800
12866
  JFROG_API_KEY?: string | undefined;
12801
12867
  LAMBDA_API_KEY?: string | undefined;
@@ -12890,6 +12956,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
12890
12956
  HELICONE_API_KEY?: string | undefined;
12891
12957
  HF_API_TOKEN?: string | undefined;
12892
12958
  HF_TOKEN?: string | undefined;
12959
+ HYPERBOLIC_API_KEY?: string | undefined;
12893
12960
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
12894
12961
  JFROG_API_KEY?: string | undefined;
12895
12962
  LAMBDA_API_KEY?: string | undefined;
@@ -13282,6 +13349,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13282
13349
  HELICONE_API_KEY?: string | undefined;
13283
13350
  HF_API_TOKEN?: string | undefined;
13284
13351
  HF_TOKEN?: string | undefined;
13352
+ HYPERBOLIC_API_KEY?: string | undefined;
13285
13353
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13286
13354
  JFROG_API_KEY?: string | undefined;
13287
13355
  LAMBDA_API_KEY?: string | undefined;
@@ -13456,6 +13524,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13456
13524
  HELICONE_API_KEY?: string | undefined;
13457
13525
  HF_API_TOKEN?: string | undefined;
13458
13526
  HF_TOKEN?: string | undefined;
13527
+ HYPERBOLIC_API_KEY?: string | undefined;
13459
13528
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13460
13529
  JFROG_API_KEY?: string | undefined;
13461
13530
  LAMBDA_API_KEY?: string | undefined;
@@ -13632,6 +13701,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13632
13701
  HELICONE_API_KEY?: string | undefined;
13633
13702
  HF_API_TOKEN?: string | undefined;
13634
13703
  HF_TOKEN?: string | undefined;
13704
+ HYPERBOLIC_API_KEY?: string | undefined;
13635
13705
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13636
13706
  JFROG_API_KEY?: string | undefined;
13637
13707
  LAMBDA_API_KEY?: string | undefined;
@@ -13807,6 +13877,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13807
13877
  HELICONE_API_KEY?: string | undefined;
13808
13878
  HF_API_TOKEN?: string | undefined;
13809
13879
  HF_TOKEN?: string | undefined;
13880
+ HYPERBOLIC_API_KEY?: string | undefined;
13810
13881
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13811
13882
  JFROG_API_KEY?: string | undefined;
13812
13883
  LAMBDA_API_KEY?: string | undefined;
@@ -13984,6 +14055,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
13984
14055
  HELICONE_API_KEY?: string | undefined;
13985
14056
  HF_API_TOKEN?: string | undefined;
13986
14057
  HF_TOKEN?: string | undefined;
14058
+ HYPERBOLIC_API_KEY?: string | undefined;
13987
14059
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
13988
14060
  JFROG_API_KEY?: string | undefined;
13989
14061
  LAMBDA_API_KEY?: string | undefined;
@@ -14159,6 +14231,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14159
14231
  HELICONE_API_KEY?: string | undefined;
14160
14232
  HF_API_TOKEN?: string | undefined;
14161
14233
  HF_TOKEN?: string | undefined;
14234
+ HYPERBOLIC_API_KEY?: string | undefined;
14162
14235
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14163
14236
  JFROG_API_KEY?: string | undefined;
14164
14237
  LAMBDA_API_KEY?: string | undefined;
@@ -14311,6 +14384,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14311
14384
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
14312
14385
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
14313
14386
  HF_TOKEN: z.ZodOptional<z.ZodString>;
14387
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
14314
14388
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
14315
14389
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
14316
14390
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -14397,6 +14471,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14397
14471
  HELICONE_API_KEY?: string | undefined;
14398
14472
  HF_API_TOKEN?: string | undefined;
14399
14473
  HF_TOKEN?: string | undefined;
14474
+ HYPERBOLIC_API_KEY?: string | undefined;
14400
14475
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14401
14476
  JFROG_API_KEY?: string | undefined;
14402
14477
  LAMBDA_API_KEY?: string | undefined;
@@ -14483,6 +14558,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14483
14558
  HELICONE_API_KEY?: string | undefined;
14484
14559
  HF_API_TOKEN?: string | undefined;
14485
14560
  HF_TOKEN?: string | undefined;
14561
+ HYPERBOLIC_API_KEY?: string | undefined;
14486
14562
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14487
14563
  JFROG_API_KEY?: string | undefined;
14488
14564
  LAMBDA_API_KEY?: string | undefined;
@@ -14577,6 +14653,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14577
14653
  HELICONE_API_KEY?: string | undefined;
14578
14654
  HF_API_TOKEN?: string | undefined;
14579
14655
  HF_TOKEN?: string | undefined;
14656
+ HYPERBOLIC_API_KEY?: string | undefined;
14580
14657
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14581
14658
  JFROG_API_KEY?: string | undefined;
14582
14659
  LAMBDA_API_KEY?: string | undefined;
@@ -14671,6 +14748,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
14671
14748
  HELICONE_API_KEY?: string | undefined;
14672
14749
  HF_API_TOKEN?: string | undefined;
14673
14750
  HF_TOKEN?: string | undefined;
14751
+ HYPERBOLIC_API_KEY?: string | undefined;
14674
14752
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
14675
14753
  JFROG_API_KEY?: string | undefined;
14676
14754
  LAMBDA_API_KEY?: string | undefined;
@@ -15063,6 +15141,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15063
15141
  HELICONE_API_KEY?: string | undefined;
15064
15142
  HF_API_TOKEN?: string | undefined;
15065
15143
  HF_TOKEN?: string | undefined;
15144
+ HYPERBOLIC_API_KEY?: string | undefined;
15066
15145
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15067
15146
  JFROG_API_KEY?: string | undefined;
15068
15147
  LAMBDA_API_KEY?: string | undefined;
@@ -15237,6 +15316,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15237
15316
  HELICONE_API_KEY?: string | undefined;
15238
15317
  HF_API_TOKEN?: string | undefined;
15239
15318
  HF_TOKEN?: string | undefined;
15319
+ HYPERBOLIC_API_KEY?: string | undefined;
15240
15320
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15241
15321
  JFROG_API_KEY?: string | undefined;
15242
15322
  LAMBDA_API_KEY?: string | undefined;
@@ -15378,6 +15458,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15378
15458
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
15379
15459
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
15380
15460
  HF_TOKEN: z.ZodOptional<z.ZodString>;
15461
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
15381
15462
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
15382
15463
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
15383
15464
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -15464,6 +15545,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15464
15545
  HELICONE_API_KEY?: string | undefined;
15465
15546
  HF_API_TOKEN?: string | undefined;
15466
15547
  HF_TOKEN?: string | undefined;
15548
+ HYPERBOLIC_API_KEY?: string | undefined;
15467
15549
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15468
15550
  JFROG_API_KEY?: string | undefined;
15469
15551
  LAMBDA_API_KEY?: string | undefined;
@@ -15550,6 +15632,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15550
15632
  HELICONE_API_KEY?: string | undefined;
15551
15633
  HF_API_TOKEN?: string | undefined;
15552
15634
  HF_TOKEN?: string | undefined;
15635
+ HYPERBOLIC_API_KEY?: string | undefined;
15553
15636
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15554
15637
  JFROG_API_KEY?: string | undefined;
15555
15638
  LAMBDA_API_KEY?: string | undefined;
@@ -15671,6 +15754,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15671
15754
  HELICONE_API_KEY?: string | undefined;
15672
15755
  HF_API_TOKEN?: string | undefined;
15673
15756
  HF_TOKEN?: string | undefined;
15757
+ HYPERBOLIC_API_KEY?: string | undefined;
15674
15758
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15675
15759
  JFROG_API_KEY?: string | undefined;
15676
15760
  LAMBDA_API_KEY?: string | undefined;
@@ -15794,6 +15878,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15794
15878
  HELICONE_API_KEY?: string | undefined;
15795
15879
  HF_API_TOKEN?: string | undefined;
15796
15880
  HF_TOKEN?: string | undefined;
15881
+ HYPERBOLIC_API_KEY?: string | undefined;
15797
15882
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15798
15883
  JFROG_API_KEY?: string | undefined;
15799
15884
  LAMBDA_API_KEY?: string | undefined;
@@ -15972,6 +16057,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
15972
16057
  HELICONE_API_KEY?: string | undefined;
15973
16058
  HF_API_TOKEN?: string | undefined;
15974
16059
  HF_TOKEN?: string | undefined;
16060
+ HYPERBOLIC_API_KEY?: string | undefined;
15975
16061
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
15976
16062
  JFROG_API_KEY?: string | undefined;
15977
16063
  LAMBDA_API_KEY?: string | undefined;
@@ -16147,6 +16233,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16147
16233
  HELICONE_API_KEY?: string | undefined;
16148
16234
  HF_API_TOKEN?: string | undefined;
16149
16235
  HF_TOKEN?: string | undefined;
16236
+ HYPERBOLIC_API_KEY?: string | undefined;
16150
16237
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16151
16238
  JFROG_API_KEY?: string | undefined;
16152
16239
  LAMBDA_API_KEY?: string | undefined;
@@ -16324,6 +16411,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16324
16411
  HELICONE_API_KEY?: string | undefined;
16325
16412
  HF_API_TOKEN?: string | undefined;
16326
16413
  HF_TOKEN?: string | undefined;
16414
+ HYPERBOLIC_API_KEY?: string | undefined;
16327
16415
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16328
16416
  JFROG_API_KEY?: string | undefined;
16329
16417
  LAMBDA_API_KEY?: string | undefined;
@@ -16493,6 +16581,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16493
16581
  HELICONE_API_KEY?: string | undefined;
16494
16582
  HF_API_TOKEN?: string | undefined;
16495
16583
  HF_TOKEN?: string | undefined;
16584
+ HYPERBOLIC_API_KEY?: string | undefined;
16496
16585
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16497
16586
  JFROG_API_KEY?: string | undefined;
16498
16587
  LAMBDA_API_KEY?: string | undefined;
@@ -16616,6 +16705,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16616
16705
  HELICONE_API_KEY?: string | undefined;
16617
16706
  HF_API_TOKEN?: string | undefined;
16618
16707
  HF_TOKEN?: string | undefined;
16708
+ HYPERBOLIC_API_KEY?: string | undefined;
16619
16709
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16620
16710
  JFROG_API_KEY?: string | undefined;
16621
16711
  LAMBDA_API_KEY?: string | undefined;
@@ -16794,6 +16884,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16794
16884
  HELICONE_API_KEY?: string | undefined;
16795
16885
  HF_API_TOKEN?: string | undefined;
16796
16886
  HF_TOKEN?: string | undefined;
16887
+ HYPERBOLIC_API_KEY?: string | undefined;
16797
16888
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16798
16889
  JFROG_API_KEY?: string | undefined;
16799
16890
  LAMBDA_API_KEY?: string | undefined;
@@ -16969,6 +17060,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
16969
17060
  HELICONE_API_KEY?: string | undefined;
16970
17061
  HF_API_TOKEN?: string | undefined;
16971
17062
  HF_TOKEN?: string | undefined;
17063
+ HYPERBOLIC_API_KEY?: string | undefined;
16972
17064
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
16973
17065
  JFROG_API_KEY?: string | undefined;
16974
17066
  LAMBDA_API_KEY?: string | undefined;
@@ -17146,6 +17238,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
17146
17238
  HELICONE_API_KEY?: string | undefined;
17147
17239
  HF_API_TOKEN?: string | undefined;
17148
17240
  HF_TOKEN?: string | undefined;
17241
+ HYPERBOLIC_API_KEY?: string | undefined;
17149
17242
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17150
17243
  JFROG_API_KEY?: string | undefined;
17151
17244
  LAMBDA_API_KEY?: string | undefined;
@@ -17397,6 +17490,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17397
17490
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
17398
17491
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
17399
17492
  HF_TOKEN: z.ZodOptional<z.ZodString>;
17493
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
17400
17494
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
17401
17495
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
17402
17496
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -17483,6 +17577,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17483
17577
  HELICONE_API_KEY?: string | undefined;
17484
17578
  HF_API_TOKEN?: string | undefined;
17485
17579
  HF_TOKEN?: string | undefined;
17580
+ HYPERBOLIC_API_KEY?: string | undefined;
17486
17581
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17487
17582
  JFROG_API_KEY?: string | undefined;
17488
17583
  LAMBDA_API_KEY?: string | undefined;
@@ -17569,6 +17664,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17569
17664
  HELICONE_API_KEY?: string | undefined;
17570
17665
  HF_API_TOKEN?: string | undefined;
17571
17666
  HF_TOKEN?: string | undefined;
17667
+ HYPERBOLIC_API_KEY?: string | undefined;
17572
17668
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17573
17669
  JFROG_API_KEY?: string | undefined;
17574
17670
  LAMBDA_API_KEY?: string | undefined;
@@ -17663,6 +17759,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17663
17759
  HELICONE_API_KEY?: string | undefined;
17664
17760
  HF_API_TOKEN?: string | undefined;
17665
17761
  HF_TOKEN?: string | undefined;
17762
+ HYPERBOLIC_API_KEY?: string | undefined;
17666
17763
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17667
17764
  JFROG_API_KEY?: string | undefined;
17668
17765
  LAMBDA_API_KEY?: string | undefined;
@@ -17757,6 +17854,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17757
17854
  HELICONE_API_KEY?: string | undefined;
17758
17855
  HF_API_TOKEN?: string | undefined;
17759
17856
  HF_TOKEN?: string | undefined;
17857
+ HYPERBOLIC_API_KEY?: string | undefined;
17760
17858
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17761
17859
  JFROG_API_KEY?: string | undefined;
17762
17860
  LAMBDA_API_KEY?: string | undefined;
@@ -17851,6 +17949,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17851
17949
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
17852
17950
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
17853
17951
  HF_TOKEN: z.ZodOptional<z.ZodString>;
17952
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
17854
17953
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
17855
17954
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
17856
17955
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -17937,6 +18036,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
17937
18036
  HELICONE_API_KEY?: string | undefined;
17938
18037
  HF_API_TOKEN?: string | undefined;
17939
18038
  HF_TOKEN?: string | undefined;
18039
+ HYPERBOLIC_API_KEY?: string | undefined;
17940
18040
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
17941
18041
  JFROG_API_KEY?: string | undefined;
17942
18042
  LAMBDA_API_KEY?: string | undefined;
@@ -18023,6 +18123,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18023
18123
  HELICONE_API_KEY?: string | undefined;
18024
18124
  HF_API_TOKEN?: string | undefined;
18025
18125
  HF_TOKEN?: string | undefined;
18126
+ HYPERBOLIC_API_KEY?: string | undefined;
18026
18127
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18027
18128
  JFROG_API_KEY?: string | undefined;
18028
18129
  LAMBDA_API_KEY?: string | undefined;
@@ -18117,6 +18218,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18117
18218
  HELICONE_API_KEY?: string | undefined;
18118
18219
  HF_API_TOKEN?: string | undefined;
18119
18220
  HF_TOKEN?: string | undefined;
18221
+ HYPERBOLIC_API_KEY?: string | undefined;
18120
18222
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18121
18223
  JFROG_API_KEY?: string | undefined;
18122
18224
  LAMBDA_API_KEY?: string | undefined;
@@ -18211,6 +18313,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18211
18313
  HELICONE_API_KEY?: string | undefined;
18212
18314
  HF_API_TOKEN?: string | undefined;
18213
18315
  HF_TOKEN?: string | undefined;
18316
+ HYPERBOLIC_API_KEY?: string | undefined;
18214
18317
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18215
18318
  JFROG_API_KEY?: string | undefined;
18216
18319
  LAMBDA_API_KEY?: string | undefined;
@@ -18450,6 +18553,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18450
18553
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
18451
18554
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
18452
18555
  HF_TOKEN: z.ZodOptional<z.ZodString>;
18556
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
18453
18557
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
18454
18558
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
18455
18559
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -18536,6 +18640,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18536
18640
  HELICONE_API_KEY?: string | undefined;
18537
18641
  HF_API_TOKEN?: string | undefined;
18538
18642
  HF_TOKEN?: string | undefined;
18643
+ HYPERBOLIC_API_KEY?: string | undefined;
18539
18644
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18540
18645
  JFROG_API_KEY?: string | undefined;
18541
18646
  LAMBDA_API_KEY?: string | undefined;
@@ -18622,6 +18727,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18622
18727
  HELICONE_API_KEY?: string | undefined;
18623
18728
  HF_API_TOKEN?: string | undefined;
18624
18729
  HF_TOKEN?: string | undefined;
18730
+ HYPERBOLIC_API_KEY?: string | undefined;
18625
18731
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18626
18732
  JFROG_API_KEY?: string | undefined;
18627
18733
  LAMBDA_API_KEY?: string | undefined;
@@ -18716,6 +18822,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18716
18822
  HELICONE_API_KEY?: string | undefined;
18717
18823
  HF_API_TOKEN?: string | undefined;
18718
18824
  HF_TOKEN?: string | undefined;
18825
+ HYPERBOLIC_API_KEY?: string | undefined;
18719
18826
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18720
18827
  JFROG_API_KEY?: string | undefined;
18721
18828
  LAMBDA_API_KEY?: string | undefined;
@@ -18810,6 +18917,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
18810
18917
  HELICONE_API_KEY?: string | undefined;
18811
18918
  HF_API_TOKEN?: string | undefined;
18812
18919
  HF_TOKEN?: string | undefined;
18920
+ HYPERBOLIC_API_KEY?: string | undefined;
18813
18921
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
18814
18922
  JFROG_API_KEY?: string | undefined;
18815
18923
  LAMBDA_API_KEY?: string | undefined;
@@ -19202,6 +19310,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19202
19310
  HELICONE_API_KEY?: string | undefined;
19203
19311
  HF_API_TOKEN?: string | undefined;
19204
19312
  HF_TOKEN?: string | undefined;
19313
+ HYPERBOLIC_API_KEY?: string | undefined;
19205
19314
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19206
19315
  JFROG_API_KEY?: string | undefined;
19207
19316
  LAMBDA_API_KEY?: string | undefined;
@@ -19376,6 +19485,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19376
19485
  HELICONE_API_KEY?: string | undefined;
19377
19486
  HF_API_TOKEN?: string | undefined;
19378
19487
  HF_TOKEN?: string | undefined;
19488
+ HYPERBOLIC_API_KEY?: string | undefined;
19379
19489
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19380
19490
  JFROG_API_KEY?: string | undefined;
19381
19491
  LAMBDA_API_KEY?: string | undefined;
@@ -19574,6 +19684,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19574
19684
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
19575
19685
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
19576
19686
  HF_TOKEN: z.ZodOptional<z.ZodString>;
19687
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
19577
19688
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
19578
19689
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
19579
19690
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -19660,6 +19771,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19660
19771
  HELICONE_API_KEY?: string | undefined;
19661
19772
  HF_API_TOKEN?: string | undefined;
19662
19773
  HF_TOKEN?: string | undefined;
19774
+ HYPERBOLIC_API_KEY?: string | undefined;
19663
19775
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19664
19776
  JFROG_API_KEY?: string | undefined;
19665
19777
  LAMBDA_API_KEY?: string | undefined;
@@ -19746,6 +19858,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19746
19858
  HELICONE_API_KEY?: string | undefined;
19747
19859
  HF_API_TOKEN?: string | undefined;
19748
19860
  HF_TOKEN?: string | undefined;
19861
+ HYPERBOLIC_API_KEY?: string | undefined;
19749
19862
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19750
19863
  JFROG_API_KEY?: string | undefined;
19751
19864
  LAMBDA_API_KEY?: string | undefined;
@@ -19840,6 +19953,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19840
19953
  HELICONE_API_KEY?: string | undefined;
19841
19954
  HF_API_TOKEN?: string | undefined;
19842
19955
  HF_TOKEN?: string | undefined;
19956
+ HYPERBOLIC_API_KEY?: string | undefined;
19843
19957
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19844
19958
  JFROG_API_KEY?: string | undefined;
19845
19959
  LAMBDA_API_KEY?: string | undefined;
@@ -19934,6 +20048,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
19934
20048
  HELICONE_API_KEY?: string | undefined;
19935
20049
  HF_API_TOKEN?: string | undefined;
19936
20050
  HF_TOKEN?: string | undefined;
20051
+ HYPERBOLIC_API_KEY?: string | undefined;
19937
20052
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
19938
20053
  JFROG_API_KEY?: string | undefined;
19939
20054
  LAMBDA_API_KEY?: string | undefined;
@@ -20326,6 +20441,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20326
20441
  HELICONE_API_KEY?: string | undefined;
20327
20442
  HF_API_TOKEN?: string | undefined;
20328
20443
  HF_TOKEN?: string | undefined;
20444
+ HYPERBOLIC_API_KEY?: string | undefined;
20329
20445
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20330
20446
  JFROG_API_KEY?: string | undefined;
20331
20447
  LAMBDA_API_KEY?: string | undefined;
@@ -20500,6 +20616,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20500
20616
  HELICONE_API_KEY?: string | undefined;
20501
20617
  HF_API_TOKEN?: string | undefined;
20502
20618
  HF_TOKEN?: string | undefined;
20619
+ HYPERBOLIC_API_KEY?: string | undefined;
20503
20620
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20504
20621
  JFROG_API_KEY?: string | undefined;
20505
20622
  LAMBDA_API_KEY?: string | undefined;
@@ -20650,6 +20767,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20650
20767
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
20651
20768
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
20652
20769
  HF_TOKEN: z.ZodOptional<z.ZodString>;
20770
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
20653
20771
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
20654
20772
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
20655
20773
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -20736,6 +20854,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20736
20854
  HELICONE_API_KEY?: string | undefined;
20737
20855
  HF_API_TOKEN?: string | undefined;
20738
20856
  HF_TOKEN?: string | undefined;
20857
+ HYPERBOLIC_API_KEY?: string | undefined;
20739
20858
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20740
20859
  JFROG_API_KEY?: string | undefined;
20741
20860
  LAMBDA_API_KEY?: string | undefined;
@@ -20822,6 +20941,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20822
20941
  HELICONE_API_KEY?: string | undefined;
20823
20942
  HF_API_TOKEN?: string | undefined;
20824
20943
  HF_TOKEN?: string | undefined;
20944
+ HYPERBOLIC_API_KEY?: string | undefined;
20825
20945
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20826
20946
  JFROG_API_KEY?: string | undefined;
20827
20947
  LAMBDA_API_KEY?: string | undefined;
@@ -20916,6 +21036,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
20916
21036
  HELICONE_API_KEY?: string | undefined;
20917
21037
  HF_API_TOKEN?: string | undefined;
20918
21038
  HF_TOKEN?: string | undefined;
21039
+ HYPERBOLIC_API_KEY?: string | undefined;
20919
21040
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
20920
21041
  JFROG_API_KEY?: string | undefined;
20921
21042
  LAMBDA_API_KEY?: string | undefined;
@@ -21010,6 +21131,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21010
21131
  HELICONE_API_KEY?: string | undefined;
21011
21132
  HF_API_TOKEN?: string | undefined;
21012
21133
  HF_TOKEN?: string | undefined;
21134
+ HYPERBOLIC_API_KEY?: string | undefined;
21013
21135
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21014
21136
  JFROG_API_KEY?: string | undefined;
21015
21137
  LAMBDA_API_KEY?: string | undefined;
@@ -21402,6 +21524,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21402
21524
  HELICONE_API_KEY?: string | undefined;
21403
21525
  HF_API_TOKEN?: string | undefined;
21404
21526
  HF_TOKEN?: string | undefined;
21527
+ HYPERBOLIC_API_KEY?: string | undefined;
21405
21528
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21406
21529
  JFROG_API_KEY?: string | undefined;
21407
21530
  LAMBDA_API_KEY?: string | undefined;
@@ -21576,6 +21699,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21576
21699
  HELICONE_API_KEY?: string | undefined;
21577
21700
  HF_API_TOKEN?: string | undefined;
21578
21701
  HF_TOKEN?: string | undefined;
21702
+ HYPERBOLIC_API_KEY?: string | undefined;
21579
21703
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21580
21704
  JFROG_API_KEY?: string | undefined;
21581
21705
  LAMBDA_API_KEY?: string | undefined;
@@ -21752,6 +21876,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21752
21876
  HELICONE_API_KEY?: string | undefined;
21753
21877
  HF_API_TOKEN?: string | undefined;
21754
21878
  HF_TOKEN?: string | undefined;
21879
+ HYPERBOLIC_API_KEY?: string | undefined;
21755
21880
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21756
21881
  JFROG_API_KEY?: string | undefined;
21757
21882
  LAMBDA_API_KEY?: string | undefined;
@@ -21927,6 +22052,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
21927
22052
  HELICONE_API_KEY?: string | undefined;
21928
22053
  HF_API_TOKEN?: string | undefined;
21929
22054
  HF_TOKEN?: string | undefined;
22055
+ HYPERBOLIC_API_KEY?: string | undefined;
21930
22056
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
21931
22057
  JFROG_API_KEY?: string | undefined;
21932
22058
  LAMBDA_API_KEY?: string | undefined;
@@ -22104,6 +22230,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22104
22230
  HELICONE_API_KEY?: string | undefined;
22105
22231
  HF_API_TOKEN?: string | undefined;
22106
22232
  HF_TOKEN?: string | undefined;
22233
+ HYPERBOLIC_API_KEY?: string | undefined;
22107
22234
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22108
22235
  JFROG_API_KEY?: string | undefined;
22109
22236
  LAMBDA_API_KEY?: string | undefined;
@@ -22279,6 +22406,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22279
22406
  HELICONE_API_KEY?: string | undefined;
22280
22407
  HF_API_TOKEN?: string | undefined;
22281
22408
  HF_TOKEN?: string | undefined;
22409
+ HYPERBOLIC_API_KEY?: string | undefined;
22282
22410
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22283
22411
  JFROG_API_KEY?: string | undefined;
22284
22412
  LAMBDA_API_KEY?: string | undefined;
@@ -22431,6 +22559,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22431
22559
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
22432
22560
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
22433
22561
  HF_TOKEN: z.ZodOptional<z.ZodString>;
22562
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
22434
22563
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
22435
22564
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
22436
22565
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -22517,6 +22646,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22517
22646
  HELICONE_API_KEY?: string | undefined;
22518
22647
  HF_API_TOKEN?: string | undefined;
22519
22648
  HF_TOKEN?: string | undefined;
22649
+ HYPERBOLIC_API_KEY?: string | undefined;
22520
22650
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22521
22651
  JFROG_API_KEY?: string | undefined;
22522
22652
  LAMBDA_API_KEY?: string | undefined;
@@ -22603,6 +22733,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22603
22733
  HELICONE_API_KEY?: string | undefined;
22604
22734
  HF_API_TOKEN?: string | undefined;
22605
22735
  HF_TOKEN?: string | undefined;
22736
+ HYPERBOLIC_API_KEY?: string | undefined;
22606
22737
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22607
22738
  JFROG_API_KEY?: string | undefined;
22608
22739
  LAMBDA_API_KEY?: string | undefined;
@@ -22697,6 +22828,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22697
22828
  HELICONE_API_KEY?: string | undefined;
22698
22829
  HF_API_TOKEN?: string | undefined;
22699
22830
  HF_TOKEN?: string | undefined;
22831
+ HYPERBOLIC_API_KEY?: string | undefined;
22700
22832
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22701
22833
  JFROG_API_KEY?: string | undefined;
22702
22834
  LAMBDA_API_KEY?: string | undefined;
@@ -22791,6 +22923,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
22791
22923
  HELICONE_API_KEY?: string | undefined;
22792
22924
  HF_API_TOKEN?: string | undefined;
22793
22925
  HF_TOKEN?: string | undefined;
22926
+ HYPERBOLIC_API_KEY?: string | undefined;
22794
22927
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
22795
22928
  JFROG_API_KEY?: string | undefined;
22796
22929
  LAMBDA_API_KEY?: string | undefined;
@@ -23183,6 +23316,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23183
23316
  HELICONE_API_KEY?: string | undefined;
23184
23317
  HF_API_TOKEN?: string | undefined;
23185
23318
  HF_TOKEN?: string | undefined;
23319
+ HYPERBOLIC_API_KEY?: string | undefined;
23186
23320
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23187
23321
  JFROG_API_KEY?: string | undefined;
23188
23322
  LAMBDA_API_KEY?: string | undefined;
@@ -23356,6 +23490,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23356
23490
  HELICONE_API_KEY?: string | undefined;
23357
23491
  HF_API_TOKEN?: string | undefined;
23358
23492
  HF_TOKEN?: string | undefined;
23493
+ HYPERBOLIC_API_KEY?: string | undefined;
23359
23494
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23360
23495
  JFROG_API_KEY?: string | undefined;
23361
23496
  LAMBDA_API_KEY?: string | undefined;
@@ -23507,6 +23642,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23507
23642
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
23508
23643
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
23509
23644
  HF_TOKEN: z.ZodOptional<z.ZodString>;
23645
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
23510
23646
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
23511
23647
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
23512
23648
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -23593,6 +23729,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23593
23729
  HELICONE_API_KEY?: string | undefined;
23594
23730
  HF_API_TOKEN?: string | undefined;
23595
23731
  HF_TOKEN?: string | undefined;
23732
+ HYPERBOLIC_API_KEY?: string | undefined;
23596
23733
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23597
23734
  JFROG_API_KEY?: string | undefined;
23598
23735
  LAMBDA_API_KEY?: string | undefined;
@@ -23679,6 +23816,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23679
23816
  HELICONE_API_KEY?: string | undefined;
23680
23817
  HF_API_TOKEN?: string | undefined;
23681
23818
  HF_TOKEN?: string | undefined;
23819
+ HYPERBOLIC_API_KEY?: string | undefined;
23682
23820
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23683
23821
  JFROG_API_KEY?: string | undefined;
23684
23822
  LAMBDA_API_KEY?: string | undefined;
@@ -23789,6 +23927,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23789
23927
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
23790
23928
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
23791
23929
  HF_TOKEN: z.ZodOptional<z.ZodString>;
23930
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
23792
23931
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
23793
23932
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
23794
23933
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -23875,6 +24014,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23875
24014
  HELICONE_API_KEY?: string | undefined;
23876
24015
  HF_API_TOKEN?: string | undefined;
23877
24016
  HF_TOKEN?: string | undefined;
24017
+ HYPERBOLIC_API_KEY?: string | undefined;
23878
24018
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23879
24019
  JFROG_API_KEY?: string | undefined;
23880
24020
  LAMBDA_API_KEY?: string | undefined;
@@ -23961,6 +24101,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
23961
24101
  HELICONE_API_KEY?: string | undefined;
23962
24102
  HF_API_TOKEN?: string | undefined;
23963
24103
  HF_TOKEN?: string | undefined;
24104
+ HYPERBOLIC_API_KEY?: string | undefined;
23964
24105
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
23965
24106
  JFROG_API_KEY?: string | undefined;
23966
24107
  LAMBDA_API_KEY?: string | undefined;
@@ -24055,6 +24196,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24055
24196
  HELICONE_API_KEY?: string | undefined;
24056
24197
  HF_API_TOKEN?: string | undefined;
24057
24198
  HF_TOKEN?: string | undefined;
24199
+ HYPERBOLIC_API_KEY?: string | undefined;
24058
24200
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24059
24201
  JFROG_API_KEY?: string | undefined;
24060
24202
  LAMBDA_API_KEY?: string | undefined;
@@ -24149,6 +24291,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24149
24291
  HELICONE_API_KEY?: string | undefined;
24150
24292
  HF_API_TOKEN?: string | undefined;
24151
24293
  HF_TOKEN?: string | undefined;
24294
+ HYPERBOLIC_API_KEY?: string | undefined;
24152
24295
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24153
24296
  JFROG_API_KEY?: string | undefined;
24154
24297
  LAMBDA_API_KEY?: string | undefined;
@@ -24317,6 +24460,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24317
24460
  HELICONE_API_KEY?: string | undefined;
24318
24461
  HF_API_TOKEN?: string | undefined;
24319
24462
  HF_TOKEN?: string | undefined;
24463
+ HYPERBOLIC_API_KEY?: string | undefined;
24320
24464
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24321
24465
  JFROG_API_KEY?: string | undefined;
24322
24466
  LAMBDA_API_KEY?: string | undefined;
@@ -24437,6 +24581,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24437
24581
  HELICONE_API_KEY?: string | undefined;
24438
24582
  HF_API_TOKEN?: string | undefined;
24439
24583
  HF_TOKEN?: string | undefined;
24584
+ HYPERBOLIC_API_KEY?: string | undefined;
24440
24585
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24441
24586
  JFROG_API_KEY?: string | undefined;
24442
24587
  LAMBDA_API_KEY?: string | undefined;
@@ -24561,6 +24706,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24561
24706
  HELICONE_API_KEY?: string | undefined;
24562
24707
  HF_API_TOKEN?: string | undefined;
24563
24708
  HF_TOKEN?: string | undefined;
24709
+ HYPERBOLIC_API_KEY?: string | undefined;
24564
24710
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24565
24711
  JFROG_API_KEY?: string | undefined;
24566
24712
  LAMBDA_API_KEY?: string | undefined;
@@ -24715,6 +24861,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24715
24861
  HELICONE_API_KEY?: string | undefined;
24716
24862
  HF_API_TOKEN?: string | undefined;
24717
24863
  HF_TOKEN?: string | undefined;
24864
+ HYPERBOLIC_API_KEY?: string | undefined;
24718
24865
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24719
24866
  JFROG_API_KEY?: string | undefined;
24720
24867
  LAMBDA_API_KEY?: string | undefined;
@@ -24831,6 +24978,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24831
24978
  HELICONE_API_KEY?: string | undefined;
24832
24979
  HF_API_TOKEN?: string | undefined;
24833
24980
  HF_TOKEN?: string | undefined;
24981
+ HYPERBOLIC_API_KEY?: string | undefined;
24834
24982
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24835
24983
  JFROG_API_KEY?: string | undefined;
24836
24984
  LAMBDA_API_KEY?: string | undefined;
@@ -24919,6 +25067,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
24919
25067
  HELICONE_API_KEY?: string | undefined;
24920
25068
  HF_API_TOKEN?: string | undefined;
24921
25069
  HF_TOKEN?: string | undefined;
25070
+ HYPERBOLIC_API_KEY?: string | undefined;
24922
25071
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
24923
25072
  JFROG_API_KEY?: string | undefined;
24924
25073
  LAMBDA_API_KEY?: string | undefined;
@@ -25046,6 +25195,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25046
25195
  HELICONE_API_KEY?: string | undefined;
25047
25196
  HF_API_TOKEN?: string | undefined;
25048
25197
  HF_TOKEN?: string | undefined;
25198
+ HYPERBOLIC_API_KEY?: string | undefined;
25049
25199
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25050
25200
  JFROG_API_KEY?: string | undefined;
25051
25201
  LAMBDA_API_KEY?: string | undefined;
@@ -25227,6 +25377,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25227
25377
  HELICONE_API_KEY?: string | undefined;
25228
25378
  HF_API_TOKEN?: string | undefined;
25229
25379
  HF_TOKEN?: string | undefined;
25380
+ HYPERBOLIC_API_KEY?: string | undefined;
25230
25381
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25231
25382
  JFROG_API_KEY?: string | undefined;
25232
25383
  LAMBDA_API_KEY?: string | undefined;
@@ -25402,6 +25553,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25402
25553
  HELICONE_API_KEY?: string | undefined;
25403
25554
  HF_API_TOKEN?: string | undefined;
25404
25555
  HF_TOKEN?: string | undefined;
25556
+ HYPERBOLIC_API_KEY?: string | undefined;
25405
25557
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25406
25558
  JFROG_API_KEY?: string | undefined;
25407
25559
  LAMBDA_API_KEY?: string | undefined;
@@ -25579,6 +25731,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25579
25731
  HELICONE_API_KEY?: string | undefined;
25580
25732
  HF_API_TOKEN?: string | undefined;
25581
25733
  HF_TOKEN?: string | undefined;
25734
+ HYPERBOLIC_API_KEY?: string | undefined;
25582
25735
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25583
25736
  JFROG_API_KEY?: string | undefined;
25584
25737
  LAMBDA_API_KEY?: string | undefined;
@@ -25775,6 +25928,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25775
25928
  HELICONE_API_KEY?: string | undefined;
25776
25929
  HF_API_TOKEN?: string | undefined;
25777
25930
  HF_TOKEN?: string | undefined;
25931
+ HYPERBOLIC_API_KEY?: string | undefined;
25778
25932
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25779
25933
  JFROG_API_KEY?: string | undefined;
25780
25934
  LAMBDA_API_KEY?: string | undefined;
@@ -25891,6 +26045,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25891
26045
  HELICONE_API_KEY?: string | undefined;
25892
26046
  HF_API_TOKEN?: string | undefined;
25893
26047
  HF_TOKEN?: string | undefined;
26048
+ HYPERBOLIC_API_KEY?: string | undefined;
25894
26049
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25895
26050
  JFROG_API_KEY?: string | undefined;
25896
26051
  LAMBDA_API_KEY?: string | undefined;
@@ -25979,6 +26134,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
25979
26134
  HELICONE_API_KEY?: string | undefined;
25980
26135
  HF_API_TOKEN?: string | undefined;
25981
26136
  HF_TOKEN?: string | undefined;
26137
+ HYPERBOLIC_API_KEY?: string | undefined;
25982
26138
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
25983
26139
  JFROG_API_KEY?: string | undefined;
25984
26140
  LAMBDA_API_KEY?: string | undefined;
@@ -26106,6 +26262,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26106
26262
  HELICONE_API_KEY?: string | undefined;
26107
26263
  HF_API_TOKEN?: string | undefined;
26108
26264
  HF_TOKEN?: string | undefined;
26265
+ HYPERBOLIC_API_KEY?: string | undefined;
26109
26266
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26110
26267
  JFROG_API_KEY?: string | undefined;
26111
26268
  LAMBDA_API_KEY?: string | undefined;
@@ -26266,6 +26423,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26266
26423
  HELICONE_API_KEY?: string | undefined;
26267
26424
  HF_API_TOKEN?: string | undefined;
26268
26425
  HF_TOKEN?: string | undefined;
26426
+ HYPERBOLIC_API_KEY?: string | undefined;
26269
26427
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26270
26428
  JFROG_API_KEY?: string | undefined;
26271
26429
  LAMBDA_API_KEY?: string | undefined;
@@ -26411,6 +26569,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26411
26569
  HELICONE_API_KEY?: string | undefined;
26412
26570
  HF_API_TOKEN?: string | undefined;
26413
26571
  HF_TOKEN?: string | undefined;
26572
+ HYPERBOLIC_API_KEY?: string | undefined;
26414
26573
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26415
26574
  JFROG_API_KEY?: string | undefined;
26416
26575
  LAMBDA_API_KEY?: string | undefined;
@@ -26586,6 +26745,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26586
26745
  HELICONE_API_KEY?: string | undefined;
26587
26746
  HF_API_TOKEN?: string | undefined;
26588
26747
  HF_TOKEN?: string | undefined;
26748
+ HYPERBOLIC_API_KEY?: string | undefined;
26589
26749
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26590
26750
  JFROG_API_KEY?: string | undefined;
26591
26751
  LAMBDA_API_KEY?: string | undefined;
@@ -26763,6 +26923,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
26763
26923
  HELICONE_API_KEY?: string | undefined;
26764
26924
  HF_API_TOKEN?: string | undefined;
26765
26925
  HF_TOKEN?: string | undefined;
26926
+ HYPERBOLIC_API_KEY?: string | undefined;
26766
26927
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
26767
26928
  JFROG_API_KEY?: string | undefined;
26768
26929
  LAMBDA_API_KEY?: string | undefined;
@@ -26978,6 +27139,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
26978
27139
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
26979
27140
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
26980
27141
  HF_TOKEN: z.ZodOptional<z.ZodString>;
27142
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
26981
27143
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
26982
27144
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
26983
27145
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -27064,6 +27226,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27064
27226
  HELICONE_API_KEY?: string | undefined;
27065
27227
  HF_API_TOKEN?: string | undefined;
27066
27228
  HF_TOKEN?: string | undefined;
27229
+ HYPERBOLIC_API_KEY?: string | undefined;
27067
27230
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27068
27231
  JFROG_API_KEY?: string | undefined;
27069
27232
  LAMBDA_API_KEY?: string | undefined;
@@ -27150,6 +27313,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27150
27313
  HELICONE_API_KEY?: string | undefined;
27151
27314
  HF_API_TOKEN?: string | undefined;
27152
27315
  HF_TOKEN?: string | undefined;
27316
+ HYPERBOLIC_API_KEY?: string | undefined;
27153
27317
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27154
27318
  JFROG_API_KEY?: string | undefined;
27155
27319
  LAMBDA_API_KEY?: string | undefined;
@@ -27244,6 +27408,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27244
27408
  HELICONE_API_KEY?: string | undefined;
27245
27409
  HF_API_TOKEN?: string | undefined;
27246
27410
  HF_TOKEN?: string | undefined;
27411
+ HYPERBOLIC_API_KEY?: string | undefined;
27247
27412
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27248
27413
  JFROG_API_KEY?: string | undefined;
27249
27414
  LAMBDA_API_KEY?: string | undefined;
@@ -27338,6 +27503,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27338
27503
  HELICONE_API_KEY?: string | undefined;
27339
27504
  HF_API_TOKEN?: string | undefined;
27340
27505
  HF_TOKEN?: string | undefined;
27506
+ HYPERBOLIC_API_KEY?: string | undefined;
27341
27507
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27342
27508
  JFROG_API_KEY?: string | undefined;
27343
27509
  LAMBDA_API_KEY?: string | undefined;
@@ -27730,6 +27896,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27730
27896
  HELICONE_API_KEY?: string | undefined;
27731
27897
  HF_API_TOKEN?: string | undefined;
27732
27898
  HF_TOKEN?: string | undefined;
27899
+ HYPERBOLIC_API_KEY?: string | undefined;
27733
27900
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27734
27901
  JFROG_API_KEY?: string | undefined;
27735
27902
  LAMBDA_API_KEY?: string | undefined;
@@ -27904,6 +28071,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
27904
28071
  HELICONE_API_KEY?: string | undefined;
27905
28072
  HF_API_TOKEN?: string | undefined;
27906
28073
  HF_TOKEN?: string | undefined;
28074
+ HYPERBOLIC_API_KEY?: string | undefined;
27907
28075
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
27908
28076
  JFROG_API_KEY?: string | undefined;
27909
28077
  LAMBDA_API_KEY?: string | undefined;
@@ -28102,6 +28270,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28102
28270
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
28103
28271
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
28104
28272
  HF_TOKEN: z.ZodOptional<z.ZodString>;
28273
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
28105
28274
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
28106
28275
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
28107
28276
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -28188,6 +28357,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28188
28357
  HELICONE_API_KEY?: string | undefined;
28189
28358
  HF_API_TOKEN?: string | undefined;
28190
28359
  HF_TOKEN?: string | undefined;
28360
+ HYPERBOLIC_API_KEY?: string | undefined;
28191
28361
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28192
28362
  JFROG_API_KEY?: string | undefined;
28193
28363
  LAMBDA_API_KEY?: string | undefined;
@@ -28274,6 +28444,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28274
28444
  HELICONE_API_KEY?: string | undefined;
28275
28445
  HF_API_TOKEN?: string | undefined;
28276
28446
  HF_TOKEN?: string | undefined;
28447
+ HYPERBOLIC_API_KEY?: string | undefined;
28277
28448
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28278
28449
  JFROG_API_KEY?: string | undefined;
28279
28450
  LAMBDA_API_KEY?: string | undefined;
@@ -28368,6 +28539,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28368
28539
  HELICONE_API_KEY?: string | undefined;
28369
28540
  HF_API_TOKEN?: string | undefined;
28370
28541
  HF_TOKEN?: string | undefined;
28542
+ HYPERBOLIC_API_KEY?: string | undefined;
28371
28543
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28372
28544
  JFROG_API_KEY?: string | undefined;
28373
28545
  LAMBDA_API_KEY?: string | undefined;
@@ -28462,6 +28634,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28462
28634
  HELICONE_API_KEY?: string | undefined;
28463
28635
  HF_API_TOKEN?: string | undefined;
28464
28636
  HF_TOKEN?: string | undefined;
28637
+ HYPERBOLIC_API_KEY?: string | undefined;
28465
28638
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28466
28639
  JFROG_API_KEY?: string | undefined;
28467
28640
  LAMBDA_API_KEY?: string | undefined;
@@ -28854,6 +29027,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
28854
29027
  HELICONE_API_KEY?: string | undefined;
28855
29028
  HF_API_TOKEN?: string | undefined;
28856
29029
  HF_TOKEN?: string | undefined;
29030
+ HYPERBOLIC_API_KEY?: string | undefined;
28857
29031
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
28858
29032
  JFROG_API_KEY?: string | undefined;
28859
29033
  LAMBDA_API_KEY?: string | undefined;
@@ -29028,6 +29202,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29028
29202
  HELICONE_API_KEY?: string | undefined;
29029
29203
  HF_API_TOKEN?: string | undefined;
29030
29204
  HF_TOKEN?: string | undefined;
29205
+ HYPERBOLIC_API_KEY?: string | undefined;
29031
29206
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29032
29207
  JFROG_API_KEY?: string | undefined;
29033
29208
  LAMBDA_API_KEY?: string | undefined;
@@ -29178,6 +29353,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29178
29353
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
29179
29354
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
29180
29355
  HF_TOKEN: z.ZodOptional<z.ZodString>;
29356
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
29181
29357
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
29182
29358
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
29183
29359
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -29264,6 +29440,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29264
29440
  HELICONE_API_KEY?: string | undefined;
29265
29441
  HF_API_TOKEN?: string | undefined;
29266
29442
  HF_TOKEN?: string | undefined;
29443
+ HYPERBOLIC_API_KEY?: string | undefined;
29267
29444
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29268
29445
  JFROG_API_KEY?: string | undefined;
29269
29446
  LAMBDA_API_KEY?: string | undefined;
@@ -29350,6 +29527,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29350
29527
  HELICONE_API_KEY?: string | undefined;
29351
29528
  HF_API_TOKEN?: string | undefined;
29352
29529
  HF_TOKEN?: string | undefined;
29530
+ HYPERBOLIC_API_KEY?: string | undefined;
29353
29531
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29354
29532
  JFROG_API_KEY?: string | undefined;
29355
29533
  LAMBDA_API_KEY?: string | undefined;
@@ -29444,6 +29622,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29444
29622
  HELICONE_API_KEY?: string | undefined;
29445
29623
  HF_API_TOKEN?: string | undefined;
29446
29624
  HF_TOKEN?: string | undefined;
29625
+ HYPERBOLIC_API_KEY?: string | undefined;
29447
29626
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29448
29627
  JFROG_API_KEY?: string | undefined;
29449
29628
  LAMBDA_API_KEY?: string | undefined;
@@ -29538,6 +29717,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29538
29717
  HELICONE_API_KEY?: string | undefined;
29539
29718
  HF_API_TOKEN?: string | undefined;
29540
29719
  HF_TOKEN?: string | undefined;
29720
+ HYPERBOLIC_API_KEY?: string | undefined;
29541
29721
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29542
29722
  JFROG_API_KEY?: string | undefined;
29543
29723
  LAMBDA_API_KEY?: string | undefined;
@@ -29930,6 +30110,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
29930
30110
  HELICONE_API_KEY?: string | undefined;
29931
30111
  HF_API_TOKEN?: string | undefined;
29932
30112
  HF_TOKEN?: string | undefined;
30113
+ HYPERBOLIC_API_KEY?: string | undefined;
29933
30114
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
29934
30115
  JFROG_API_KEY?: string | undefined;
29935
30116
  LAMBDA_API_KEY?: string | undefined;
@@ -30104,6 +30285,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30104
30285
  HELICONE_API_KEY?: string | undefined;
30105
30286
  HF_API_TOKEN?: string | undefined;
30106
30287
  HF_TOKEN?: string | undefined;
30288
+ HYPERBOLIC_API_KEY?: string | undefined;
30107
30289
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30108
30290
  JFROG_API_KEY?: string | undefined;
30109
30291
  LAMBDA_API_KEY?: string | undefined;
@@ -30280,6 +30462,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30280
30462
  HELICONE_API_KEY?: string | undefined;
30281
30463
  HF_API_TOKEN?: string | undefined;
30282
30464
  HF_TOKEN?: string | undefined;
30465
+ HYPERBOLIC_API_KEY?: string | undefined;
30283
30466
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30284
30467
  JFROG_API_KEY?: string | undefined;
30285
30468
  LAMBDA_API_KEY?: string | undefined;
@@ -30455,6 +30638,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30455
30638
  HELICONE_API_KEY?: string | undefined;
30456
30639
  HF_API_TOKEN?: string | undefined;
30457
30640
  HF_TOKEN?: string | undefined;
30641
+ HYPERBOLIC_API_KEY?: string | undefined;
30458
30642
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30459
30643
  JFROG_API_KEY?: string | undefined;
30460
30644
  LAMBDA_API_KEY?: string | undefined;
@@ -30632,6 +30816,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30632
30816
  HELICONE_API_KEY?: string | undefined;
30633
30817
  HF_API_TOKEN?: string | undefined;
30634
30818
  HF_TOKEN?: string | undefined;
30819
+ HYPERBOLIC_API_KEY?: string | undefined;
30635
30820
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30636
30821
  JFROG_API_KEY?: string | undefined;
30637
30822
  LAMBDA_API_KEY?: string | undefined;
@@ -30807,6 +30992,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30807
30992
  HELICONE_API_KEY?: string | undefined;
30808
30993
  HF_API_TOKEN?: string | undefined;
30809
30994
  HF_TOKEN?: string | undefined;
30995
+ HYPERBOLIC_API_KEY?: string | undefined;
30810
30996
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
30811
30997
  JFROG_API_KEY?: string | undefined;
30812
30998
  LAMBDA_API_KEY?: string | undefined;
@@ -30959,6 +31145,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
30959
31145
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
30960
31146
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
30961
31147
  HF_TOKEN: z.ZodOptional<z.ZodString>;
31148
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
30962
31149
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
30963
31150
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
30964
31151
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -31045,6 +31232,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31045
31232
  HELICONE_API_KEY?: string | undefined;
31046
31233
  HF_API_TOKEN?: string | undefined;
31047
31234
  HF_TOKEN?: string | undefined;
31235
+ HYPERBOLIC_API_KEY?: string | undefined;
31048
31236
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31049
31237
  JFROG_API_KEY?: string | undefined;
31050
31238
  LAMBDA_API_KEY?: string | undefined;
@@ -31131,6 +31319,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31131
31319
  HELICONE_API_KEY?: string | undefined;
31132
31320
  HF_API_TOKEN?: string | undefined;
31133
31321
  HF_TOKEN?: string | undefined;
31322
+ HYPERBOLIC_API_KEY?: string | undefined;
31134
31323
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31135
31324
  JFROG_API_KEY?: string | undefined;
31136
31325
  LAMBDA_API_KEY?: string | undefined;
@@ -31225,6 +31414,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31225
31414
  HELICONE_API_KEY?: string | undefined;
31226
31415
  HF_API_TOKEN?: string | undefined;
31227
31416
  HF_TOKEN?: string | undefined;
31417
+ HYPERBOLIC_API_KEY?: string | undefined;
31228
31418
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31229
31419
  JFROG_API_KEY?: string | undefined;
31230
31420
  LAMBDA_API_KEY?: string | undefined;
@@ -31319,6 +31509,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31319
31509
  HELICONE_API_KEY?: string | undefined;
31320
31510
  HF_API_TOKEN?: string | undefined;
31321
31511
  HF_TOKEN?: string | undefined;
31512
+ HYPERBOLIC_API_KEY?: string | undefined;
31322
31513
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31323
31514
  JFROG_API_KEY?: string | undefined;
31324
31515
  LAMBDA_API_KEY?: string | undefined;
@@ -31711,6 +31902,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31711
31902
  HELICONE_API_KEY?: string | undefined;
31712
31903
  HF_API_TOKEN?: string | undefined;
31713
31904
  HF_TOKEN?: string | undefined;
31905
+ HYPERBOLIC_API_KEY?: string | undefined;
31714
31906
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31715
31907
  JFROG_API_KEY?: string | undefined;
31716
31908
  LAMBDA_API_KEY?: string | undefined;
@@ -31884,6 +32076,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
31884
32076
  HELICONE_API_KEY?: string | undefined;
31885
32077
  HF_API_TOKEN?: string | undefined;
31886
32078
  HF_TOKEN?: string | undefined;
32079
+ HYPERBOLIC_API_KEY?: string | undefined;
31887
32080
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
31888
32081
  JFROG_API_KEY?: string | undefined;
31889
32082
  LAMBDA_API_KEY?: string | undefined;
@@ -32035,6 +32228,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32035
32228
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
32036
32229
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
32037
32230
  HF_TOKEN: z.ZodOptional<z.ZodString>;
32231
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
32038
32232
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
32039
32233
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
32040
32234
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -32121,6 +32315,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32121
32315
  HELICONE_API_KEY?: string | undefined;
32122
32316
  HF_API_TOKEN?: string | undefined;
32123
32317
  HF_TOKEN?: string | undefined;
32318
+ HYPERBOLIC_API_KEY?: string | undefined;
32124
32319
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32125
32320
  JFROG_API_KEY?: string | undefined;
32126
32321
  LAMBDA_API_KEY?: string | undefined;
@@ -32207,6 +32402,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32207
32402
  HELICONE_API_KEY?: string | undefined;
32208
32403
  HF_API_TOKEN?: string | undefined;
32209
32404
  HF_TOKEN?: string | undefined;
32405
+ HYPERBOLIC_API_KEY?: string | undefined;
32210
32406
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32211
32407
  JFROG_API_KEY?: string | undefined;
32212
32408
  LAMBDA_API_KEY?: string | undefined;
@@ -32317,6 +32513,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32317
32513
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
32318
32514
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
32319
32515
  HF_TOKEN: z.ZodOptional<z.ZodString>;
32516
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
32320
32517
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
32321
32518
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
32322
32519
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -32403,6 +32600,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32403
32600
  HELICONE_API_KEY?: string | undefined;
32404
32601
  HF_API_TOKEN?: string | undefined;
32405
32602
  HF_TOKEN?: string | undefined;
32603
+ HYPERBOLIC_API_KEY?: string | undefined;
32406
32604
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32407
32605
  JFROG_API_KEY?: string | undefined;
32408
32606
  LAMBDA_API_KEY?: string | undefined;
@@ -32489,6 +32687,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32489
32687
  HELICONE_API_KEY?: string | undefined;
32490
32688
  HF_API_TOKEN?: string | undefined;
32491
32689
  HF_TOKEN?: string | undefined;
32690
+ HYPERBOLIC_API_KEY?: string | undefined;
32492
32691
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32493
32692
  JFROG_API_KEY?: string | undefined;
32494
32693
  LAMBDA_API_KEY?: string | undefined;
@@ -32583,6 +32782,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32583
32782
  HELICONE_API_KEY?: string | undefined;
32584
32783
  HF_API_TOKEN?: string | undefined;
32585
32784
  HF_TOKEN?: string | undefined;
32785
+ HYPERBOLIC_API_KEY?: string | undefined;
32586
32786
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32587
32787
  JFROG_API_KEY?: string | undefined;
32588
32788
  LAMBDA_API_KEY?: string | undefined;
@@ -32677,6 +32877,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32677
32877
  HELICONE_API_KEY?: string | undefined;
32678
32878
  HF_API_TOKEN?: string | undefined;
32679
32879
  HF_TOKEN?: string | undefined;
32880
+ HYPERBOLIC_API_KEY?: string | undefined;
32680
32881
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32681
32882
  JFROG_API_KEY?: string | undefined;
32682
32883
  LAMBDA_API_KEY?: string | undefined;
@@ -32845,6 +33046,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32845
33046
  HELICONE_API_KEY?: string | undefined;
32846
33047
  HF_API_TOKEN?: string | undefined;
32847
33048
  HF_TOKEN?: string | undefined;
33049
+ HYPERBOLIC_API_KEY?: string | undefined;
32848
33050
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32849
33051
  JFROG_API_KEY?: string | undefined;
32850
33052
  LAMBDA_API_KEY?: string | undefined;
@@ -32965,6 +33167,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
32965
33167
  HELICONE_API_KEY?: string | undefined;
32966
33168
  HF_API_TOKEN?: string | undefined;
32967
33169
  HF_TOKEN?: string | undefined;
33170
+ HYPERBOLIC_API_KEY?: string | undefined;
32968
33171
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
32969
33172
  JFROG_API_KEY?: string | undefined;
32970
33173
  LAMBDA_API_KEY?: string | undefined;
@@ -33089,6 +33292,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33089
33292
  HELICONE_API_KEY?: string | undefined;
33090
33293
  HF_API_TOKEN?: string | undefined;
33091
33294
  HF_TOKEN?: string | undefined;
33295
+ HYPERBOLIC_API_KEY?: string | undefined;
33092
33296
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33093
33297
  JFROG_API_KEY?: string | undefined;
33094
33298
  LAMBDA_API_KEY?: string | undefined;
@@ -33640,6 +33844,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33640
33844
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
33641
33845
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
33642
33846
  HF_TOKEN: z.ZodOptional<z.ZodString>;
33847
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
33643
33848
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
33644
33849
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
33645
33850
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -33726,6 +33931,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33726
33931
  HELICONE_API_KEY?: string | undefined;
33727
33932
  HF_API_TOKEN?: string | undefined;
33728
33933
  HF_TOKEN?: string | undefined;
33934
+ HYPERBOLIC_API_KEY?: string | undefined;
33729
33935
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33730
33936
  JFROG_API_KEY?: string | undefined;
33731
33937
  LAMBDA_API_KEY?: string | undefined;
@@ -33812,6 +34018,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33812
34018
  HELICONE_API_KEY?: string | undefined;
33813
34019
  HF_API_TOKEN?: string | undefined;
33814
34020
  HF_TOKEN?: string | undefined;
34021
+ HYPERBOLIC_API_KEY?: string | undefined;
33815
34022
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33816
34023
  JFROG_API_KEY?: string | undefined;
33817
34024
  LAMBDA_API_KEY?: string | undefined;
@@ -33906,6 +34113,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
33906
34113
  HELICONE_API_KEY?: string | undefined;
33907
34114
  HF_API_TOKEN?: string | undefined;
33908
34115
  HF_TOKEN?: string | undefined;
34116
+ HYPERBOLIC_API_KEY?: string | undefined;
33909
34117
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
33910
34118
  JFROG_API_KEY?: string | undefined;
33911
34119
  LAMBDA_API_KEY?: string | undefined;
@@ -34000,6 +34208,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34000
34208
  HELICONE_API_KEY?: string | undefined;
34001
34209
  HF_API_TOKEN?: string | undefined;
34002
34210
  HF_TOKEN?: string | undefined;
34211
+ HYPERBOLIC_API_KEY?: string | undefined;
34003
34212
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34004
34213
  JFROG_API_KEY?: string | undefined;
34005
34214
  LAMBDA_API_KEY?: string | undefined;
@@ -34094,6 +34303,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34094
34303
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
34095
34304
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
34096
34305
  HF_TOKEN: z.ZodOptional<z.ZodString>;
34306
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
34097
34307
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
34098
34308
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
34099
34309
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -34180,6 +34390,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34180
34390
  HELICONE_API_KEY?: string | undefined;
34181
34391
  HF_API_TOKEN?: string | undefined;
34182
34392
  HF_TOKEN?: string | undefined;
34393
+ HYPERBOLIC_API_KEY?: string | undefined;
34183
34394
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34184
34395
  JFROG_API_KEY?: string | undefined;
34185
34396
  LAMBDA_API_KEY?: string | undefined;
@@ -34266,6 +34477,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34266
34477
  HELICONE_API_KEY?: string | undefined;
34267
34478
  HF_API_TOKEN?: string | undefined;
34268
34479
  HF_TOKEN?: string | undefined;
34480
+ HYPERBOLIC_API_KEY?: string | undefined;
34269
34481
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34270
34482
  JFROG_API_KEY?: string | undefined;
34271
34483
  LAMBDA_API_KEY?: string | undefined;
@@ -34360,6 +34572,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34360
34572
  HELICONE_API_KEY?: string | undefined;
34361
34573
  HF_API_TOKEN?: string | undefined;
34362
34574
  HF_TOKEN?: string | undefined;
34575
+ HYPERBOLIC_API_KEY?: string | undefined;
34363
34576
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34364
34577
  JFROG_API_KEY?: string | undefined;
34365
34578
  LAMBDA_API_KEY?: string | undefined;
@@ -34454,6 +34667,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34454
34667
  HELICONE_API_KEY?: string | undefined;
34455
34668
  HF_API_TOKEN?: string | undefined;
34456
34669
  HF_TOKEN?: string | undefined;
34670
+ HYPERBOLIC_API_KEY?: string | undefined;
34457
34671
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34458
34672
  JFROG_API_KEY?: string | undefined;
34459
34673
  LAMBDA_API_KEY?: string | undefined;
@@ -34733,6 +34947,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34733
34947
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
34734
34948
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
34735
34949
  HF_TOKEN: z.ZodOptional<z.ZodString>;
34950
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
34736
34951
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
34737
34952
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
34738
34953
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -34819,6 +35034,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34819
35034
  HELICONE_API_KEY?: string | undefined;
34820
35035
  HF_API_TOKEN?: string | undefined;
34821
35036
  HF_TOKEN?: string | undefined;
35037
+ HYPERBOLIC_API_KEY?: string | undefined;
34822
35038
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34823
35039
  JFROG_API_KEY?: string | undefined;
34824
35040
  LAMBDA_API_KEY?: string | undefined;
@@ -34905,6 +35121,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34905
35121
  HELICONE_API_KEY?: string | undefined;
34906
35122
  HF_API_TOKEN?: string | undefined;
34907
35123
  HF_TOKEN?: string | undefined;
35124
+ HYPERBOLIC_API_KEY?: string | undefined;
34908
35125
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
34909
35126
  JFROG_API_KEY?: string | undefined;
34910
35127
  LAMBDA_API_KEY?: string | undefined;
@@ -34999,6 +35216,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
34999
35216
  HELICONE_API_KEY?: string | undefined;
35000
35217
  HF_API_TOKEN?: string | undefined;
35001
35218
  HF_TOKEN?: string | undefined;
35219
+ HYPERBOLIC_API_KEY?: string | undefined;
35002
35220
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35003
35221
  JFROG_API_KEY?: string | undefined;
35004
35222
  LAMBDA_API_KEY?: string | undefined;
@@ -35093,6 +35311,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35093
35311
  HELICONE_API_KEY?: string | undefined;
35094
35312
  HF_API_TOKEN?: string | undefined;
35095
35313
  HF_TOKEN?: string | undefined;
35314
+ HYPERBOLIC_API_KEY?: string | undefined;
35096
35315
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35097
35316
  JFROG_API_KEY?: string | undefined;
35098
35317
  LAMBDA_API_KEY?: string | undefined;
@@ -35187,6 +35406,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35187
35406
  HELICONE_API_KEY: z.ZodOptional<z.ZodString>;
35188
35407
  HF_API_TOKEN: z.ZodOptional<z.ZodString>;
35189
35408
  HF_TOKEN: z.ZodOptional<z.ZodString>;
35409
+ HYPERBOLIC_API_KEY: z.ZodOptional<z.ZodString>;
35190
35410
  HUGGING_FACE_HUB_TOKEN: z.ZodOptional<z.ZodString>;
35191
35411
  JFROG_API_KEY: z.ZodOptional<z.ZodString>;
35192
35412
  LAMBDA_API_KEY: z.ZodOptional<z.ZodString>;
@@ -35273,6 +35493,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35273
35493
  HELICONE_API_KEY?: string | undefined;
35274
35494
  HF_API_TOKEN?: string | undefined;
35275
35495
  HF_TOKEN?: string | undefined;
35496
+ HYPERBOLIC_API_KEY?: string | undefined;
35276
35497
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35277
35498
  JFROG_API_KEY?: string | undefined;
35278
35499
  LAMBDA_API_KEY?: string | undefined;
@@ -35359,6 +35580,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35359
35580
  HELICONE_API_KEY?: string | undefined;
35360
35581
  HF_API_TOKEN?: string | undefined;
35361
35582
  HF_TOKEN?: string | undefined;
35583
+ HYPERBOLIC_API_KEY?: string | undefined;
35362
35584
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35363
35585
  JFROG_API_KEY?: string | undefined;
35364
35586
  LAMBDA_API_KEY?: string | undefined;
@@ -35453,6 +35675,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35453
35675
  HELICONE_API_KEY?: string | undefined;
35454
35676
  HF_API_TOKEN?: string | undefined;
35455
35677
  HF_TOKEN?: string | undefined;
35678
+ HYPERBOLIC_API_KEY?: string | undefined;
35456
35679
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35457
35680
  JFROG_API_KEY?: string | undefined;
35458
35681
  LAMBDA_API_KEY?: string | undefined;
@@ -35547,6 +35770,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35547
35770
  HELICONE_API_KEY?: string | undefined;
35548
35771
  HF_API_TOKEN?: string | undefined;
35549
35772
  HF_TOKEN?: string | undefined;
35773
+ HYPERBOLIC_API_KEY?: string | undefined;
35550
35774
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35551
35775
  JFROG_API_KEY?: string | undefined;
35552
35776
  LAMBDA_API_KEY?: string | undefined;
@@ -35743,6 +35967,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35743
35967
  HELICONE_API_KEY?: string | undefined;
35744
35968
  HF_API_TOKEN?: string | undefined;
35745
35969
  HF_TOKEN?: string | undefined;
35970
+ HYPERBOLIC_API_KEY?: string | undefined;
35746
35971
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35747
35972
  JFROG_API_KEY?: string | undefined;
35748
35973
  LAMBDA_API_KEY?: string | undefined;
@@ -35861,6 +36086,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35861
36086
  HELICONE_API_KEY?: string | undefined;
35862
36087
  HF_API_TOKEN?: string | undefined;
35863
36088
  HF_TOKEN?: string | undefined;
36089
+ HYPERBOLIC_API_KEY?: string | undefined;
35864
36090
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35865
36091
  JFROG_API_KEY?: string | undefined;
35866
36092
  LAMBDA_API_KEY?: string | undefined;
@@ -35977,6 +36203,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
35977
36203
  HELICONE_API_KEY?: string | undefined;
35978
36204
  HF_API_TOKEN?: string | undefined;
35979
36205
  HF_TOKEN?: string | undefined;
36206
+ HYPERBOLIC_API_KEY?: string | undefined;
35980
36207
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
35981
36208
  JFROG_API_KEY?: string | undefined;
35982
36209
  LAMBDA_API_KEY?: string | undefined;
@@ -36103,6 +36330,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36103
36330
  HELICONE_API_KEY?: string | undefined;
36104
36331
  HF_API_TOKEN?: string | undefined;
36105
36332
  HF_TOKEN?: string | undefined;
36333
+ HYPERBOLIC_API_KEY?: string | undefined;
36106
36334
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36107
36335
  JFROG_API_KEY?: string | undefined;
36108
36336
  LAMBDA_API_KEY?: string | undefined;
@@ -36284,6 +36512,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36284
36512
  HELICONE_API_KEY?: string | undefined;
36285
36513
  HF_API_TOKEN?: string | undefined;
36286
36514
  HF_TOKEN?: string | undefined;
36515
+ HYPERBOLIC_API_KEY?: string | undefined;
36287
36516
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36288
36517
  JFROG_API_KEY?: string | undefined;
36289
36518
  LAMBDA_API_KEY?: string | undefined;
@@ -36459,6 +36688,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36459
36688
  HELICONE_API_KEY?: string | undefined;
36460
36689
  HF_API_TOKEN?: string | undefined;
36461
36690
  HF_TOKEN?: string | undefined;
36691
+ HYPERBOLIC_API_KEY?: string | undefined;
36462
36692
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36463
36693
  JFROG_API_KEY?: string | undefined;
36464
36694
  LAMBDA_API_KEY?: string | undefined;
@@ -36636,6 +36866,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36636
36866
  HELICONE_API_KEY?: string | undefined;
36637
36867
  HF_API_TOKEN?: string | undefined;
36638
36868
  HF_TOKEN?: string | undefined;
36869
+ HYPERBOLIC_API_KEY?: string | undefined;
36639
36870
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36640
36871
  JFROG_API_KEY?: string | undefined;
36641
36872
  LAMBDA_API_KEY?: string | undefined;
@@ -36912,6 +37143,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
36912
37143
  HELICONE_API_KEY?: string | undefined;
36913
37144
  HF_API_TOKEN?: string | undefined;
36914
37145
  HF_TOKEN?: string | undefined;
37146
+ HYPERBOLIC_API_KEY?: string | undefined;
36915
37147
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
36916
37148
  JFROG_API_KEY?: string | undefined;
36917
37149
  LAMBDA_API_KEY?: string | undefined;
@@ -37028,6 +37260,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37028
37260
  HELICONE_API_KEY?: string | undefined;
37029
37261
  HF_API_TOKEN?: string | undefined;
37030
37262
  HF_TOKEN?: string | undefined;
37263
+ HYPERBOLIC_API_KEY?: string | undefined;
37031
37264
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37032
37265
  JFROG_API_KEY?: string | undefined;
37033
37266
  LAMBDA_API_KEY?: string | undefined;
@@ -37132,6 +37365,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37132
37365
  HELICONE_API_KEY?: string | undefined;
37133
37366
  HF_API_TOKEN?: string | undefined;
37134
37367
  HF_TOKEN?: string | undefined;
37368
+ HYPERBOLIC_API_KEY?: string | undefined;
37135
37369
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37136
37370
  JFROG_API_KEY?: string | undefined;
37137
37371
  LAMBDA_API_KEY?: string | undefined;
@@ -37250,6 +37484,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37250
37484
  HELICONE_API_KEY?: string | undefined;
37251
37485
  HF_API_TOKEN?: string | undefined;
37252
37486
  HF_TOKEN?: string | undefined;
37487
+ HYPERBOLIC_API_KEY?: string | undefined;
37253
37488
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37254
37489
  JFROG_API_KEY?: string | undefined;
37255
37490
  LAMBDA_API_KEY?: string | undefined;
@@ -37366,6 +37601,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37366
37601
  HELICONE_API_KEY?: string | undefined;
37367
37602
  HF_API_TOKEN?: string | undefined;
37368
37603
  HF_TOKEN?: string | undefined;
37604
+ HYPERBOLIC_API_KEY?: string | undefined;
37369
37605
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37370
37606
  JFROG_API_KEY?: string | undefined;
37371
37607
  LAMBDA_API_KEY?: string | undefined;
@@ -37492,6 +37728,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37492
37728
  HELICONE_API_KEY?: string | undefined;
37493
37729
  HF_API_TOKEN?: string | undefined;
37494
37730
  HF_TOKEN?: string | undefined;
37731
+ HYPERBOLIC_API_KEY?: string | undefined;
37495
37732
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37496
37733
  JFROG_API_KEY?: string | undefined;
37497
37734
  LAMBDA_API_KEY?: string | undefined;
@@ -37652,6 +37889,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37652
37889
  HELICONE_API_KEY?: string | undefined;
37653
37890
  HF_API_TOKEN?: string | undefined;
37654
37891
  HF_TOKEN?: string | undefined;
37892
+ HYPERBOLIC_API_KEY?: string | undefined;
37655
37893
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37656
37894
  JFROG_API_KEY?: string | undefined;
37657
37895
  LAMBDA_API_KEY?: string | undefined;
@@ -37797,6 +38035,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37797
38035
  HELICONE_API_KEY?: string | undefined;
37798
38036
  HF_API_TOKEN?: string | undefined;
37799
38037
  HF_TOKEN?: string | undefined;
38038
+ HYPERBOLIC_API_KEY?: string | undefined;
37800
38039
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37801
38040
  JFROG_API_KEY?: string | undefined;
37802
38041
  LAMBDA_API_KEY?: string | undefined;
@@ -37972,6 +38211,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
37972
38211
  HELICONE_API_KEY?: string | undefined;
37973
38212
  HF_API_TOKEN?: string | undefined;
37974
38213
  HF_TOKEN?: string | undefined;
38214
+ HYPERBOLIC_API_KEY?: string | undefined;
37975
38215
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
37976
38216
  JFROG_API_KEY?: string | undefined;
37977
38217
  LAMBDA_API_KEY?: string | undefined;
@@ -38149,6 +38389,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38149
38389
  HELICONE_API_KEY?: string | undefined;
38150
38390
  HF_API_TOKEN?: string | undefined;
38151
38391
  HF_TOKEN?: string | undefined;
38392
+ HYPERBOLIC_API_KEY?: string | undefined;
38152
38393
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38153
38394
  JFROG_API_KEY?: string | undefined;
38154
38395
  LAMBDA_API_KEY?: string | undefined;
@@ -38425,6 +38666,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38425
38666
  HELICONE_API_KEY?: string | undefined;
38426
38667
  HF_API_TOKEN?: string | undefined;
38427
38668
  HF_TOKEN?: string | undefined;
38669
+ HYPERBOLIC_API_KEY?: string | undefined;
38428
38670
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38429
38671
  JFROG_API_KEY?: string | undefined;
38430
38672
  LAMBDA_API_KEY?: string | undefined;
@@ -38541,6 +38783,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38541
38783
  HELICONE_API_KEY?: string | undefined;
38542
38784
  HF_API_TOKEN?: string | undefined;
38543
38785
  HF_TOKEN?: string | undefined;
38786
+ HYPERBOLIC_API_KEY?: string | undefined;
38544
38787
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38545
38788
  JFROG_API_KEY?: string | undefined;
38546
38789
  LAMBDA_API_KEY?: string | undefined;
@@ -38645,6 +38888,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38645
38888
  HELICONE_API_KEY?: string | undefined;
38646
38889
  HF_API_TOKEN?: string | undefined;
38647
38890
  HF_TOKEN?: string | undefined;
38891
+ HYPERBOLIC_API_KEY?: string | undefined;
38648
38892
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38649
38893
  JFROG_API_KEY?: string | undefined;
38650
38894
  LAMBDA_API_KEY?: string | undefined;
@@ -38763,6 +39007,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38763
39007
  HELICONE_API_KEY?: string | undefined;
38764
39008
  HF_API_TOKEN?: string | undefined;
38765
39009
  HF_TOKEN?: string | undefined;
39010
+ HYPERBOLIC_API_KEY?: string | undefined;
38766
39011
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38767
39012
  JFROG_API_KEY?: string | undefined;
38768
39013
  LAMBDA_API_KEY?: string | undefined;
@@ -38879,6 +39124,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
38879
39124
  HELICONE_API_KEY?: string | undefined;
38880
39125
  HF_API_TOKEN?: string | undefined;
38881
39126
  HF_TOKEN?: string | undefined;
39127
+ HYPERBOLIC_API_KEY?: string | undefined;
38882
39128
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
38883
39129
  JFROG_API_KEY?: string | undefined;
38884
39130
  LAMBDA_API_KEY?: string | undefined;
@@ -39005,6 +39251,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39005
39251
  HELICONE_API_KEY?: string | undefined;
39006
39252
  HF_API_TOKEN?: string | undefined;
39007
39253
  HF_TOKEN?: string | undefined;
39254
+ HYPERBOLIC_API_KEY?: string | undefined;
39008
39255
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39009
39256
  JFROG_API_KEY?: string | undefined;
39010
39257
  LAMBDA_API_KEY?: string | undefined;
@@ -39186,6 +39433,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39186
39433
  HELICONE_API_KEY?: string | undefined;
39187
39434
  HF_API_TOKEN?: string | undefined;
39188
39435
  HF_TOKEN?: string | undefined;
39436
+ HYPERBOLIC_API_KEY?: string | undefined;
39189
39437
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39190
39438
  JFROG_API_KEY?: string | undefined;
39191
39439
  LAMBDA_API_KEY?: string | undefined;
@@ -39361,6 +39609,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39361
39609
  HELICONE_API_KEY?: string | undefined;
39362
39610
  HF_API_TOKEN?: string | undefined;
39363
39611
  HF_TOKEN?: string | undefined;
39612
+ HYPERBOLIC_API_KEY?: string | undefined;
39364
39613
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39365
39614
  JFROG_API_KEY?: string | undefined;
39366
39615
  LAMBDA_API_KEY?: string | undefined;
@@ -39538,6 +39787,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39538
39787
  HELICONE_API_KEY?: string | undefined;
39539
39788
  HF_API_TOKEN?: string | undefined;
39540
39789
  HF_TOKEN?: string | undefined;
39790
+ HYPERBOLIC_API_KEY?: string | undefined;
39541
39791
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39542
39792
  JFROG_API_KEY?: string | undefined;
39543
39793
  LAMBDA_API_KEY?: string | undefined;
@@ -39814,6 +40064,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39814
40064
  HELICONE_API_KEY?: string | undefined;
39815
40065
  HF_API_TOKEN?: string | undefined;
39816
40066
  HF_TOKEN?: string | undefined;
40067
+ HYPERBOLIC_API_KEY?: string | undefined;
39817
40068
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39818
40069
  JFROG_API_KEY?: string | undefined;
39819
40070
  LAMBDA_API_KEY?: string | undefined;
@@ -39930,6 +40181,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
39930
40181
  HELICONE_API_KEY?: string | undefined;
39931
40182
  HF_API_TOKEN?: string | undefined;
39932
40183
  HF_TOKEN?: string | undefined;
40184
+ HYPERBOLIC_API_KEY?: string | undefined;
39933
40185
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
39934
40186
  JFROG_API_KEY?: string | undefined;
39935
40187
  LAMBDA_API_KEY?: string | undefined;
@@ -40034,6 +40286,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40034
40286
  HELICONE_API_KEY?: string | undefined;
40035
40287
  HF_API_TOKEN?: string | undefined;
40036
40288
  HF_TOKEN?: string | undefined;
40289
+ HYPERBOLIC_API_KEY?: string | undefined;
40037
40290
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40038
40291
  JFROG_API_KEY?: string | undefined;
40039
40292
  LAMBDA_API_KEY?: string | undefined;
@@ -40152,6 +40405,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40152
40405
  HELICONE_API_KEY?: string | undefined;
40153
40406
  HF_API_TOKEN?: string | undefined;
40154
40407
  HF_TOKEN?: string | undefined;
40408
+ HYPERBOLIC_API_KEY?: string | undefined;
40155
40409
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40156
40410
  JFROG_API_KEY?: string | undefined;
40157
40411
  LAMBDA_API_KEY?: string | undefined;
@@ -40268,6 +40522,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40268
40522
  HELICONE_API_KEY?: string | undefined;
40269
40523
  HF_API_TOKEN?: string | undefined;
40270
40524
  HF_TOKEN?: string | undefined;
40525
+ HYPERBOLIC_API_KEY?: string | undefined;
40271
40526
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40272
40527
  JFROG_API_KEY?: string | undefined;
40273
40528
  LAMBDA_API_KEY?: string | undefined;
@@ -40394,6 +40649,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40394
40649
  HELICONE_API_KEY?: string | undefined;
40395
40650
  HF_API_TOKEN?: string | undefined;
40396
40651
  HF_TOKEN?: string | undefined;
40652
+ HYPERBOLIC_API_KEY?: string | undefined;
40397
40653
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40398
40654
  JFROG_API_KEY?: string | undefined;
40399
40655
  LAMBDA_API_KEY?: string | undefined;
@@ -40554,6 +40810,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40554
40810
  HELICONE_API_KEY?: string | undefined;
40555
40811
  HF_API_TOKEN?: string | undefined;
40556
40812
  HF_TOKEN?: string | undefined;
40813
+ HYPERBOLIC_API_KEY?: string | undefined;
40557
40814
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40558
40815
  JFROG_API_KEY?: string | undefined;
40559
40816
  LAMBDA_API_KEY?: string | undefined;
@@ -40699,6 +40956,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40699
40956
  HELICONE_API_KEY?: string | undefined;
40700
40957
  HF_API_TOKEN?: string | undefined;
40701
40958
  HF_TOKEN?: string | undefined;
40959
+ HYPERBOLIC_API_KEY?: string | undefined;
40702
40960
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40703
40961
  JFROG_API_KEY?: string | undefined;
40704
40962
  LAMBDA_API_KEY?: string | undefined;
@@ -40874,6 +41132,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
40874
41132
  HELICONE_API_KEY?: string | undefined;
40875
41133
  HF_API_TOKEN?: string | undefined;
40876
41134
  HF_TOKEN?: string | undefined;
41135
+ HYPERBOLIC_API_KEY?: string | undefined;
40877
41136
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
40878
41137
  JFROG_API_KEY?: string | undefined;
40879
41138
  LAMBDA_API_KEY?: string | undefined;
@@ -41051,6 +41310,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41051
41310
  HELICONE_API_KEY?: string | undefined;
41052
41311
  HF_API_TOKEN?: string | undefined;
41053
41312
  HF_TOKEN?: string | undefined;
41313
+ HYPERBOLIC_API_KEY?: string | undefined;
41054
41314
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41055
41315
  JFROG_API_KEY?: string | undefined;
41056
41316
  LAMBDA_API_KEY?: string | undefined;
@@ -41327,6 +41587,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41327
41587
  HELICONE_API_KEY?: string | undefined;
41328
41588
  HF_API_TOKEN?: string | undefined;
41329
41589
  HF_TOKEN?: string | undefined;
41590
+ HYPERBOLIC_API_KEY?: string | undefined;
41330
41591
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41331
41592
  JFROG_API_KEY?: string | undefined;
41332
41593
  LAMBDA_API_KEY?: string | undefined;
@@ -41443,6 +41704,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41443
41704
  HELICONE_API_KEY?: string | undefined;
41444
41705
  HF_API_TOKEN?: string | undefined;
41445
41706
  HF_TOKEN?: string | undefined;
41707
+ HYPERBOLIC_API_KEY?: string | undefined;
41446
41708
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41447
41709
  JFROG_API_KEY?: string | undefined;
41448
41710
  LAMBDA_API_KEY?: string | undefined;
@@ -41547,6 +41809,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41547
41809
  HELICONE_API_KEY?: string | undefined;
41548
41810
  HF_API_TOKEN?: string | undefined;
41549
41811
  HF_TOKEN?: string | undefined;
41812
+ HYPERBOLIC_API_KEY?: string | undefined;
41550
41813
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41551
41814
  JFROG_API_KEY?: string | undefined;
41552
41815
  LAMBDA_API_KEY?: string | undefined;
@@ -41665,6 +41928,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41665
41928
  HELICONE_API_KEY?: string | undefined;
41666
41929
  HF_API_TOKEN?: string | undefined;
41667
41930
  HF_TOKEN?: string | undefined;
41931
+ HYPERBOLIC_API_KEY?: string | undefined;
41668
41932
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41669
41933
  JFROG_API_KEY?: string | undefined;
41670
41934
  LAMBDA_API_KEY?: string | undefined;
@@ -41781,6 +42045,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41781
42045
  HELICONE_API_KEY?: string | undefined;
41782
42046
  HF_API_TOKEN?: string | undefined;
41783
42047
  HF_TOKEN?: string | undefined;
42048
+ HYPERBOLIC_API_KEY?: string | undefined;
41784
42049
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41785
42050
  JFROG_API_KEY?: string | undefined;
41786
42051
  LAMBDA_API_KEY?: string | undefined;
@@ -41907,6 +42172,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
41907
42172
  HELICONE_API_KEY?: string | undefined;
41908
42173
  HF_API_TOKEN?: string | undefined;
41909
42174
  HF_TOKEN?: string | undefined;
42175
+ HYPERBOLIC_API_KEY?: string | undefined;
41910
42176
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
41911
42177
  JFROG_API_KEY?: string | undefined;
41912
42178
  LAMBDA_API_KEY?: string | undefined;
@@ -42088,6 +42354,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42088
42354
  HELICONE_API_KEY?: string | undefined;
42089
42355
  HF_API_TOKEN?: string | undefined;
42090
42356
  HF_TOKEN?: string | undefined;
42357
+ HYPERBOLIC_API_KEY?: string | undefined;
42091
42358
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42092
42359
  JFROG_API_KEY?: string | undefined;
42093
42360
  LAMBDA_API_KEY?: string | undefined;
@@ -42263,6 +42530,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42263
42530
  HELICONE_API_KEY?: string | undefined;
42264
42531
  HF_API_TOKEN?: string | undefined;
42265
42532
  HF_TOKEN?: string | undefined;
42533
+ HYPERBOLIC_API_KEY?: string | undefined;
42266
42534
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42267
42535
  JFROG_API_KEY?: string | undefined;
42268
42536
  LAMBDA_API_KEY?: string | undefined;
@@ -42440,6 +42708,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42440
42708
  HELICONE_API_KEY?: string | undefined;
42441
42709
  HF_API_TOKEN?: string | undefined;
42442
42710
  HF_TOKEN?: string | undefined;
42711
+ HYPERBOLIC_API_KEY?: string | undefined;
42443
42712
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42444
42713
  JFROG_API_KEY?: string | undefined;
42445
42714
  LAMBDA_API_KEY?: string | undefined;
@@ -42716,6 +42985,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42716
42985
  HELICONE_API_KEY?: string | undefined;
42717
42986
  HF_API_TOKEN?: string | undefined;
42718
42987
  HF_TOKEN?: string | undefined;
42988
+ HYPERBOLIC_API_KEY?: string | undefined;
42719
42989
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42720
42990
  JFROG_API_KEY?: string | undefined;
42721
42991
  LAMBDA_API_KEY?: string | undefined;
@@ -42832,6 +43102,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42832
43102
  HELICONE_API_KEY?: string | undefined;
42833
43103
  HF_API_TOKEN?: string | undefined;
42834
43104
  HF_TOKEN?: string | undefined;
43105
+ HYPERBOLIC_API_KEY?: string | undefined;
42835
43106
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42836
43107
  JFROG_API_KEY?: string | undefined;
42837
43108
  LAMBDA_API_KEY?: string | undefined;
@@ -42936,6 +43207,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
42936
43207
  HELICONE_API_KEY?: string | undefined;
42937
43208
  HF_API_TOKEN?: string | undefined;
42938
43209
  HF_TOKEN?: string | undefined;
43210
+ HYPERBOLIC_API_KEY?: string | undefined;
42939
43211
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
42940
43212
  JFROG_API_KEY?: string | undefined;
42941
43213
  LAMBDA_API_KEY?: string | undefined;
@@ -43054,6 +43326,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43054
43326
  HELICONE_API_KEY?: string | undefined;
43055
43327
  HF_API_TOKEN?: string | undefined;
43056
43328
  HF_TOKEN?: string | undefined;
43329
+ HYPERBOLIC_API_KEY?: string | undefined;
43057
43330
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43058
43331
  JFROG_API_KEY?: string | undefined;
43059
43332
  LAMBDA_API_KEY?: string | undefined;
@@ -43170,6 +43443,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43170
43443
  HELICONE_API_KEY?: string | undefined;
43171
43444
  HF_API_TOKEN?: string | undefined;
43172
43445
  HF_TOKEN?: string | undefined;
43446
+ HYPERBOLIC_API_KEY?: string | undefined;
43173
43447
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43174
43448
  JFROG_API_KEY?: string | undefined;
43175
43449
  LAMBDA_API_KEY?: string | undefined;
@@ -43296,6 +43570,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43296
43570
  HELICONE_API_KEY?: string | undefined;
43297
43571
  HF_API_TOKEN?: string | undefined;
43298
43572
  HF_TOKEN?: string | undefined;
43573
+ HYPERBOLIC_API_KEY?: string | undefined;
43299
43574
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43300
43575
  JFROG_API_KEY?: string | undefined;
43301
43576
  LAMBDA_API_KEY?: string | undefined;
@@ -43456,6 +43731,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43456
43731
  HELICONE_API_KEY?: string | undefined;
43457
43732
  HF_API_TOKEN?: string | undefined;
43458
43733
  HF_TOKEN?: string | undefined;
43734
+ HYPERBOLIC_API_KEY?: string | undefined;
43459
43735
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43460
43736
  JFROG_API_KEY?: string | undefined;
43461
43737
  LAMBDA_API_KEY?: string | undefined;
@@ -43601,6 +43877,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43601
43877
  HELICONE_API_KEY?: string | undefined;
43602
43878
  HF_API_TOKEN?: string | undefined;
43603
43879
  HF_TOKEN?: string | undefined;
43880
+ HYPERBOLIC_API_KEY?: string | undefined;
43604
43881
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43605
43882
  JFROG_API_KEY?: string | undefined;
43606
43883
  LAMBDA_API_KEY?: string | undefined;
@@ -43776,6 +44053,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43776
44053
  HELICONE_API_KEY?: string | undefined;
43777
44054
  HF_API_TOKEN?: string | undefined;
43778
44055
  HF_TOKEN?: string | undefined;
44056
+ HYPERBOLIC_API_KEY?: string | undefined;
43779
44057
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43780
44058
  JFROG_API_KEY?: string | undefined;
43781
44059
  LAMBDA_API_KEY?: string | undefined;
@@ -43953,6 +44231,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
43953
44231
  HELICONE_API_KEY?: string | undefined;
43954
44232
  HF_API_TOKEN?: string | undefined;
43955
44233
  HF_TOKEN?: string | undefined;
44234
+ HYPERBOLIC_API_KEY?: string | undefined;
43956
44235
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
43957
44236
  JFROG_API_KEY?: string | undefined;
43958
44237
  LAMBDA_API_KEY?: string | undefined;
@@ -44229,6 +44508,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
44229
44508
  HELICONE_API_KEY?: string | undefined;
44230
44509
  HF_API_TOKEN?: string | undefined;
44231
44510
  HF_TOKEN?: string | undefined;
44511
+ HYPERBOLIC_API_KEY?: string | undefined;
44232
44512
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
44233
44513
  JFROG_API_KEY?: string | undefined;
44234
44514
  LAMBDA_API_KEY?: string | undefined;
@@ -44345,6 +44625,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
44345
44625
  HELICONE_API_KEY?: string | undefined;
44346
44626
  HF_API_TOKEN?: string | undefined;
44347
44627
  HF_TOKEN?: string | undefined;
44628
+ HYPERBOLIC_API_KEY?: string | undefined;
44348
44629
  HUGGING_FACE_HUB_TOKEN?: string | undefined;
44349
44630
  JFROG_API_KEY?: string | undefined;
44350
44631
  LAMBDA_API_KEY?: string | undefined;