vellum-ai 0.7.5 → 0.7.6

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 (241) hide show
  1. package/Client.js +9 -9
  2. package/api/resources/deployments/client/Client.js +5 -5
  3. package/api/resources/documentIndexes/client/Client.js +8 -8
  4. package/api/resources/documents/client/Client.js +5 -5
  5. package/api/resources/folderEntities/client/Client.js +1 -1
  6. package/api/resources/mlModels/client/Client.js +5 -5
  7. package/api/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -2
  8. package/api/resources/sandboxes/client/Client.js +3 -3
  9. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  10. package/api/resources/testSuites/client/Client.js +4 -4
  11. package/api/resources/workflowDeployments/client/Client.js +4 -4
  12. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  13. package/api/types/MlModelDisplayConfigLabelled.d.ts +0 -1
  14. package/api/types/MlModelDisplayConfigRequest.d.ts +0 -1
  15. package/api/types/MlModelParameterConfig.d.ts +9 -9
  16. package/api/types/MlModelParameterConfigRequest.d.ts +9 -9
  17. package/api/types/MlModelRead.d.ts +0 -2
  18. package/api/types/{ArrayParameterConfig.d.ts → OpenApiArrayProperty.d.ts} +4 -4
  19. package/api/types/{ArrayParameterConfigRequest.d.ts → OpenApiArrayPropertyRequest.d.ts} +4 -4
  20. package/api/types/{BooleanParameterConfig.d.ts → OpenApiBooleanProperty.d.ts} +1 -1
  21. package/api/types/{BooleanParameterConfigRequest.d.ts → OpenApiBooleanPropertyRequest.d.ts} +1 -1
  22. package/{dist/api/types/ConstParameterConfig.d.ts → api/types/OpenApiConstProperty.d.ts} +1 -1
  23. package/{dist/api/types/ConstParameterConfigRequest.d.ts → api/types/OpenApiConstPropertyRequest.d.ts} +1 -1
  24. package/api/types/{IntegerParameterConfig.d.ts → OpenApiIntegerProperty.d.ts} +1 -1
  25. package/api/types/{IntegerParameterConfigRequest.d.ts → OpenApiIntegerPropertyRequest.d.ts} +1 -1
  26. package/{dist/api/types/NumberParameterConfig.d.ts → api/types/OpenApiNumberProperty.d.ts} +1 -1
  27. package/{dist/api/types/NumberParameterConfigRequest.d.ts → api/types/OpenApiNumberPropertyRequest.d.ts} +1 -1
  28. package/{dist/api/types/ObjectParameterConfig.d.ts → api/types/OpenApiObjectProperty.d.ts} +5 -5
  29. package/{dist/api/types/ObjectParameterConfigRequest.d.ts → api/types/OpenApiObjectPropertyRequest.d.ts} +5 -5
  30. package/api/types/{OneOfParameterConfig.d.ts → OpenApiOneOfProperty.d.ts} +2 -2
  31. package/api/types/{OneOfParameterConfigRequest.d.ts → OpenApiOneOfPropertyRequest.d.ts} +2 -2
  32. package/api/types/OpenApiProperty.d.ts +31 -0
  33. package/api/types/OpenApiPropertyRequest.d.ts +31 -0
  34. package/{dist/api/types/StringParameterConfig.d.ts → api/types/OpenApiStringProperty.d.ts} +1 -1
  35. package/{dist/api/types/StringParameterConfigRequest.d.ts → api/types/OpenApiStringPropertyRequest.d.ts} +1 -1
  36. package/api/types/index.d.ts +18 -20
  37. package/api/types/index.js +18 -20
  38. package/dist/Client.js +9 -9
  39. package/dist/api/resources/deployments/client/Client.js +5 -5
  40. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  41. package/dist/api/resources/documents/client/Client.js +5 -5
  42. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  43. package/dist/api/resources/mlModels/client/Client.js +5 -5
  44. package/dist/api/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -2
  45. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  46. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  47. package/dist/api/resources/testSuites/client/Client.js +4 -4
  48. package/dist/api/resources/workflowDeployments/client/Client.js +4 -4
  49. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  50. package/dist/api/types/MlModelDisplayConfigLabelled.d.ts +0 -1
  51. package/dist/api/types/MlModelDisplayConfigRequest.d.ts +0 -1
  52. package/dist/api/types/MlModelParameterConfig.d.ts +9 -9
  53. package/dist/api/types/MlModelParameterConfigRequest.d.ts +9 -9
  54. package/dist/api/types/MlModelRead.d.ts +0 -2
  55. package/dist/api/types/{ArrayParameterConfig.d.ts → OpenApiArrayProperty.d.ts} +4 -4
  56. package/dist/api/types/{ArrayParameterConfigRequest.d.ts → OpenApiArrayPropertyRequest.d.ts} +4 -4
  57. package/dist/api/types/{BooleanParameterConfig.d.ts → OpenApiBooleanProperty.d.ts} +1 -1
  58. package/dist/api/types/{BooleanParameterConfigRequest.d.ts → OpenApiBooleanPropertyRequest.d.ts} +1 -1
  59. package/{api/types/ConstParameterConfig.d.ts → dist/api/types/OpenApiConstProperty.d.ts} +1 -1
  60. package/{api/types/ConstParameterConfigRequest.d.ts → dist/api/types/OpenApiConstPropertyRequest.d.ts} +1 -1
  61. package/dist/api/types/{IntegerParameterConfig.d.ts → OpenApiIntegerProperty.d.ts} +1 -1
  62. package/dist/api/types/{IntegerParameterConfigRequest.d.ts → OpenApiIntegerPropertyRequest.d.ts} +1 -1
  63. package/{api/types/NumberParameterConfig.d.ts → dist/api/types/OpenApiNumberProperty.d.ts} +1 -1
  64. package/{api/types/NumberParameterConfigRequest.d.ts → dist/api/types/OpenApiNumberPropertyRequest.d.ts} +1 -1
  65. package/{api/types/ObjectParameterConfig.d.ts → dist/api/types/OpenApiObjectProperty.d.ts} +5 -5
  66. package/{api/types/ObjectParameterConfigRequest.d.ts → dist/api/types/OpenApiObjectPropertyRequest.d.ts} +5 -5
  67. package/dist/api/types/{OneOfParameterConfig.d.ts → OpenApiOneOfProperty.d.ts} +2 -2
  68. package/dist/api/types/{OneOfParameterConfigRequest.d.ts → OpenApiOneOfPropertyRequest.d.ts} +2 -2
  69. package/dist/api/types/OpenApiProperty.d.ts +31 -0
  70. package/dist/api/types/OpenApiPropertyRequest.d.ts +31 -0
  71. package/{api/types/StringParameterConfig.d.ts → dist/api/types/OpenApiStringProperty.d.ts} +1 -1
  72. package/{api/types/StringParameterConfigRequest.d.ts → dist/api/types/OpenApiStringPropertyRequest.d.ts} +1 -1
  73. package/dist/api/types/index.d.ts +18 -20
  74. package/dist/api/types/index.js +18 -20
  75. package/dist/serialization/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -2
  76. package/dist/serialization/resources/mlModels/client/requests/MlModelCreateRequest.js +0 -2
  77. package/dist/serialization/types/MlModelDisplayConfigLabelled.d.ts +0 -1
  78. package/dist/serialization/types/MlModelDisplayConfigLabelled.js +0 -1
  79. package/dist/serialization/types/MlModelDisplayConfigRequest.d.ts +0 -1
  80. package/dist/serialization/types/MlModelDisplayConfigRequest.js +0 -1
  81. package/dist/serialization/types/MlModelParameterConfig.d.ts +11 -11
  82. package/dist/serialization/types/MlModelParameterConfig.js +11 -11
  83. package/dist/serialization/types/MlModelParameterConfigRequest.d.ts +11 -11
  84. package/dist/serialization/types/MlModelParameterConfigRequest.js +11 -11
  85. package/dist/serialization/types/MlModelRead.d.ts +0 -2
  86. package/dist/serialization/types/MlModelRead.js +0 -2
  87. package/dist/serialization/types/{ArrayParameterConfig.d.ts → OpenApiArrayProperty.d.ts} +5 -5
  88. package/{serialization/types/ArrayParameterConfig.js → dist/serialization/types/OpenApiArrayProperty.js} +5 -5
  89. package/dist/serialization/types/{ArrayParameterConfigRequest.d.ts → OpenApiArrayPropertyRequest.d.ts} +5 -5
  90. package/{serialization/types/ArrayParameterConfigRequest.js → dist/serialization/types/OpenApiArrayPropertyRequest.js} +5 -5
  91. package/{serialization/types/BooleanParameterConfig.d.ts → dist/serialization/types/OpenApiBooleanProperty.d.ts} +2 -2
  92. package/{serialization/types/BooleanParameterConfig.js → dist/serialization/types/OpenApiBooleanProperty.js} +2 -2
  93. package/{serialization/types/BooleanParameterConfigRequest.d.ts → dist/serialization/types/OpenApiBooleanPropertyRequest.d.ts} +2 -2
  94. package/{serialization/types/BooleanParameterConfigRequest.js → dist/serialization/types/OpenApiBooleanPropertyRequest.js} +2 -2
  95. package/dist/serialization/types/{ConstParameterConfig.d.ts → OpenApiConstProperty.d.ts} +2 -2
  96. package/{serialization/types/ConstParameterConfig.js → dist/serialization/types/OpenApiConstProperty.js} +2 -2
  97. package/dist/serialization/types/{ConstParameterConfigRequest.d.ts → OpenApiConstPropertyRequest.d.ts} +2 -2
  98. package/dist/serialization/types/{ConstParameterConfigRequest.js → OpenApiConstPropertyRequest.js} +2 -2
  99. package/dist/serialization/types/{IntegerParameterConfig.d.ts → OpenApiIntegerProperty.d.ts} +2 -2
  100. package/dist/serialization/types/{IntegerParameterConfig.js → OpenApiIntegerProperty.js} +2 -2
  101. package/dist/serialization/types/{IntegerParameterConfigRequest.d.ts → OpenApiIntegerPropertyRequest.d.ts} +2 -2
  102. package/dist/serialization/types/{IntegerParameterConfigRequest.js → OpenApiIntegerPropertyRequest.js} +2 -2
  103. package/{serialization/types/NumberParameterConfig.d.ts → dist/serialization/types/OpenApiNumberProperty.d.ts} +2 -2
  104. package/{serialization/types/NumberParameterConfig.js → dist/serialization/types/OpenApiNumberProperty.js} +2 -2
  105. package/{serialization/types/NumberParameterConfigRequest.d.ts → dist/serialization/types/OpenApiNumberPropertyRequest.d.ts} +2 -2
  106. package/{serialization/types/NumberParameterConfigRequest.js → dist/serialization/types/OpenApiNumberPropertyRequest.js} +2 -2
  107. package/{serialization/types/ObjectParameterConfig.d.ts → dist/serialization/types/OpenApiObjectProperty.d.ts} +6 -6
  108. package/{serialization/types/ObjectParameterConfig.js → dist/serialization/types/OpenApiObjectProperty.js} +6 -6
  109. package/dist/serialization/types/OpenApiObjectPropertyRequest.d.ts +21 -0
  110. package/{serialization/types/ObjectParameterConfigRequest.js → dist/serialization/types/OpenApiObjectPropertyRequest.js} +6 -6
  111. package/dist/serialization/types/{OneOfParameterConfig.d.ts → OpenApiOneOfProperty.d.ts} +3 -3
  112. package/dist/serialization/types/{OneOfParameterConfig.js → OpenApiOneOfProperty.js} +3 -3
  113. package/dist/serialization/types/OpenApiOneOfPropertyRequest.d.ts +14 -0
  114. package/dist/serialization/types/{OneOfParameterConfigRequest.js → OpenApiOneOfPropertyRequest.js} +3 -3
  115. package/dist/serialization/types/OpenApiProperty.d.ts +39 -0
  116. package/{serialization/types/ParameterConfig.js → dist/serialization/types/OpenApiProperty.js} +15 -15
  117. package/dist/serialization/types/OpenApiPropertyRequest.d.ts +39 -0
  118. package/dist/serialization/types/{ParameterConfigRequest.js → OpenApiPropertyRequest.js} +15 -15
  119. package/{serialization/types/StringParameterConfig.d.ts → dist/serialization/types/OpenApiStringProperty.d.ts} +2 -2
  120. package/dist/serialization/types/{StringParameterConfig.js → OpenApiStringProperty.js} +2 -2
  121. package/{serialization/types/StringParameterConfigRequest.d.ts → dist/serialization/types/OpenApiStringPropertyRequest.d.ts} +2 -2
  122. package/dist/serialization/types/{StringParameterConfigRequest.js → OpenApiStringPropertyRequest.js} +2 -2
  123. package/dist/serialization/types/index.d.ts +18 -20
  124. package/dist/serialization/types/index.js +18 -20
  125. package/package.json +1 -1
  126. package/serialization/resources/mlModels/client/requests/MlModelCreateRequest.d.ts +0 -2
  127. package/serialization/resources/mlModels/client/requests/MlModelCreateRequest.js +0 -2
  128. package/serialization/types/MlModelDisplayConfigLabelled.d.ts +0 -1
  129. package/serialization/types/MlModelDisplayConfigLabelled.js +0 -1
  130. package/serialization/types/MlModelDisplayConfigRequest.d.ts +0 -1
  131. package/serialization/types/MlModelDisplayConfigRequest.js +0 -1
  132. package/serialization/types/MlModelParameterConfig.d.ts +11 -11
  133. package/serialization/types/MlModelParameterConfig.js +11 -11
  134. package/serialization/types/MlModelParameterConfigRequest.d.ts +11 -11
  135. package/serialization/types/MlModelParameterConfigRequest.js +11 -11
  136. package/serialization/types/MlModelRead.d.ts +0 -2
  137. package/serialization/types/MlModelRead.js +0 -2
  138. package/serialization/types/{ArrayParameterConfig.d.ts → OpenApiArrayProperty.d.ts} +5 -5
  139. package/{dist/serialization/types/ArrayParameterConfig.js → serialization/types/OpenApiArrayProperty.js} +5 -5
  140. package/serialization/types/{ArrayParameterConfigRequest.d.ts → OpenApiArrayPropertyRequest.d.ts} +5 -5
  141. package/{dist/serialization/types/ArrayParameterConfigRequest.js → serialization/types/OpenApiArrayPropertyRequest.js} +5 -5
  142. package/{dist/serialization/types/BooleanParameterConfig.d.ts → serialization/types/OpenApiBooleanProperty.d.ts} +2 -2
  143. package/{dist/serialization/types/BooleanParameterConfig.js → serialization/types/OpenApiBooleanProperty.js} +2 -2
  144. package/{dist/serialization/types/BooleanParameterConfigRequest.d.ts → serialization/types/OpenApiBooleanPropertyRequest.d.ts} +2 -2
  145. package/{dist/serialization/types/BooleanParameterConfigRequest.js → serialization/types/OpenApiBooleanPropertyRequest.js} +2 -2
  146. package/serialization/types/{ConstParameterConfig.d.ts → OpenApiConstProperty.d.ts} +2 -2
  147. package/{dist/serialization/types/ConstParameterConfig.js → serialization/types/OpenApiConstProperty.js} +2 -2
  148. package/serialization/types/{ConstParameterConfigRequest.d.ts → OpenApiConstPropertyRequest.d.ts} +2 -2
  149. package/serialization/types/{ConstParameterConfigRequest.js → OpenApiConstPropertyRequest.js} +2 -2
  150. package/serialization/types/{IntegerParameterConfig.d.ts → OpenApiIntegerProperty.d.ts} +2 -2
  151. package/serialization/types/{IntegerParameterConfig.js → OpenApiIntegerProperty.js} +2 -2
  152. package/serialization/types/OpenApiIntegerPropertyRequest.d.ts +18 -0
  153. package/serialization/types/{IntegerParameterConfigRequest.js → OpenApiIntegerPropertyRequest.js} +2 -2
  154. package/{dist/serialization/types/NumberParameterConfig.d.ts → serialization/types/OpenApiNumberProperty.d.ts} +2 -2
  155. package/{dist/serialization/types/NumberParameterConfig.js → serialization/types/OpenApiNumberProperty.js} +2 -2
  156. package/{dist/serialization/types/NumberParameterConfigRequest.d.ts → serialization/types/OpenApiNumberPropertyRequest.d.ts} +2 -2
  157. package/{dist/serialization/types/NumberParameterConfigRequest.js → serialization/types/OpenApiNumberPropertyRequest.js} +2 -2
  158. package/{dist/serialization/types/ObjectParameterConfig.d.ts → serialization/types/OpenApiObjectProperty.d.ts} +6 -6
  159. package/{dist/serialization/types/ObjectParameterConfig.js → serialization/types/OpenApiObjectProperty.js} +6 -6
  160. package/serialization/types/OpenApiObjectPropertyRequest.d.ts +21 -0
  161. package/{dist/serialization/types/ObjectParameterConfigRequest.js → serialization/types/OpenApiObjectPropertyRequest.js} +6 -6
  162. package/serialization/types/OpenApiOneOfProperty.d.ts +14 -0
  163. package/serialization/types/{OneOfParameterConfig.js → OpenApiOneOfProperty.js} +3 -3
  164. package/serialization/types/OpenApiOneOfPropertyRequest.d.ts +14 -0
  165. package/serialization/types/{OneOfParameterConfigRequest.js → OpenApiOneOfPropertyRequest.js} +3 -3
  166. package/serialization/types/OpenApiProperty.d.ts +39 -0
  167. package/{dist/serialization/types/ParameterConfig.js → serialization/types/OpenApiProperty.js} +15 -15
  168. package/serialization/types/OpenApiPropertyRequest.d.ts +39 -0
  169. package/serialization/types/{ParameterConfigRequest.js → OpenApiPropertyRequest.js} +15 -15
  170. package/{dist/serialization/types/StringParameterConfig.d.ts → serialization/types/OpenApiStringProperty.d.ts} +2 -2
  171. package/serialization/types/{StringParameterConfig.js → OpenApiStringProperty.js} +2 -2
  172. package/{dist/serialization/types/StringParameterConfigRequest.d.ts → serialization/types/OpenApiStringPropertyRequest.d.ts} +2 -2
  173. package/serialization/types/{StringParameterConfigRequest.js → OpenApiStringPropertyRequest.js} +2 -2
  174. package/serialization/types/index.d.ts +18 -20
  175. package/serialization/types/index.js +18 -20
  176. package/api/types/MlModelBuildConfig.d.ts +0 -6
  177. package/api/types/MlModelBuildConfigRequest.d.ts +0 -6
  178. package/api/types/ParameterConfig.d.ts +0 -31
  179. package/api/types/ParameterConfigRequest.d.ts +0 -31
  180. package/dist/api/types/MlModelBuildConfig.d.ts +0 -6
  181. package/dist/api/types/MlModelBuildConfigRequest.d.ts +0 -6
  182. package/dist/api/types/ParameterConfig.d.ts +0 -31
  183. package/dist/api/types/ParameterConfig.js +0 -5
  184. package/dist/api/types/ParameterConfigRequest.d.ts +0 -31
  185. package/dist/api/types/ParameterConfigRequest.js +0 -5
  186. package/dist/api/types/StringParameterConfig.js +0 -5
  187. package/dist/api/types/StringParameterConfigRequest.js +0 -5
  188. package/dist/serialization/types/MlModelBuildConfig.d.ts +0 -12
  189. package/dist/serialization/types/MlModelBuildConfig.js +0 -33
  190. package/dist/serialization/types/MlModelBuildConfigRequest.d.ts +0 -12
  191. package/dist/serialization/types/MlModelBuildConfigRequest.js +0 -33
  192. package/dist/serialization/types/ObjectParameterConfigRequest.d.ts +0 -21
  193. package/dist/serialization/types/OneOfParameterConfigRequest.d.ts +0 -14
  194. package/dist/serialization/types/ParameterConfig.d.ts +0 -39
  195. package/dist/serialization/types/ParameterConfigRequest.d.ts +0 -39
  196. package/serialization/types/IntegerParameterConfigRequest.d.ts +0 -18
  197. package/serialization/types/MlModelBuildConfig.d.ts +0 -12
  198. package/serialization/types/MlModelBuildConfig.js +0 -33
  199. package/serialization/types/MlModelBuildConfigRequest.d.ts +0 -12
  200. package/serialization/types/MlModelBuildConfigRequest.js +0 -33
  201. package/serialization/types/ObjectParameterConfigRequest.d.ts +0 -21
  202. package/serialization/types/OneOfParameterConfig.d.ts +0 -14
  203. package/serialization/types/OneOfParameterConfigRequest.d.ts +0 -14
  204. package/serialization/types/ParameterConfig.d.ts +0 -39
  205. package/serialization/types/ParameterConfigRequest.d.ts +0 -39
  206. /package/api/types/{ArrayParameterConfig.js → OpenApiArrayProperty.js} +0 -0
  207. /package/api/types/{ArrayParameterConfigRequest.js → OpenApiArrayPropertyRequest.js} +0 -0
  208. /package/api/types/{BooleanParameterConfig.js → OpenApiBooleanProperty.js} +0 -0
  209. /package/api/types/{BooleanParameterConfigRequest.js → OpenApiBooleanPropertyRequest.js} +0 -0
  210. /package/api/types/{ConstParameterConfig.js → OpenApiConstProperty.js} +0 -0
  211. /package/api/types/{ConstParameterConfigRequest.js → OpenApiConstPropertyRequest.js} +0 -0
  212. /package/api/types/{IntegerParameterConfig.js → OpenApiIntegerProperty.js} +0 -0
  213. /package/api/types/{IntegerParameterConfigRequest.js → OpenApiIntegerPropertyRequest.js} +0 -0
  214. /package/api/types/{MlModelBuildConfig.js → OpenApiNumberProperty.js} +0 -0
  215. /package/api/types/{MlModelBuildConfigRequest.js → OpenApiNumberPropertyRequest.js} +0 -0
  216. /package/api/types/{NumberParameterConfig.js → OpenApiObjectProperty.js} +0 -0
  217. /package/api/types/{NumberParameterConfigRequest.js → OpenApiObjectPropertyRequest.js} +0 -0
  218. /package/api/types/{ObjectParameterConfig.js → OpenApiOneOfProperty.js} +0 -0
  219. /package/api/types/{ObjectParameterConfigRequest.js → OpenApiOneOfPropertyRequest.js} +0 -0
  220. /package/api/types/{OneOfParameterConfig.js → OpenApiProperty.js} +0 -0
  221. /package/api/types/{OneOfParameterConfigRequest.js → OpenApiPropertyRequest.js} +0 -0
  222. /package/api/types/{ParameterConfig.js → OpenApiStringProperty.js} +0 -0
  223. /package/api/types/{ParameterConfigRequest.js → OpenApiStringPropertyRequest.js} +0 -0
  224. /package/{api/types/StringParameterConfig.js → dist/api/types/OpenApiArrayProperty.js} +0 -0
  225. /package/{api/types/StringParameterConfigRequest.js → dist/api/types/OpenApiArrayPropertyRequest.js} +0 -0
  226. /package/dist/api/types/{ArrayParameterConfig.js → OpenApiBooleanProperty.js} +0 -0
  227. /package/dist/api/types/{ArrayParameterConfigRequest.js → OpenApiBooleanPropertyRequest.js} +0 -0
  228. /package/dist/api/types/{BooleanParameterConfig.js → OpenApiConstProperty.js} +0 -0
  229. /package/dist/api/types/{BooleanParameterConfigRequest.js → OpenApiConstPropertyRequest.js} +0 -0
  230. /package/dist/api/types/{ConstParameterConfig.js → OpenApiIntegerProperty.js} +0 -0
  231. /package/dist/api/types/{ConstParameterConfigRequest.js → OpenApiIntegerPropertyRequest.js} +0 -0
  232. /package/dist/api/types/{IntegerParameterConfig.js → OpenApiNumberProperty.js} +0 -0
  233. /package/dist/api/types/{IntegerParameterConfigRequest.js → OpenApiNumberPropertyRequest.js} +0 -0
  234. /package/dist/api/types/{MlModelBuildConfig.js → OpenApiObjectProperty.js} +0 -0
  235. /package/dist/api/types/{MlModelBuildConfigRequest.js → OpenApiObjectPropertyRequest.js} +0 -0
  236. /package/dist/api/types/{NumberParameterConfig.js → OpenApiOneOfProperty.js} +0 -0
  237. /package/dist/api/types/{NumberParameterConfigRequest.js → OpenApiOneOfPropertyRequest.js} +0 -0
  238. /package/dist/api/types/{ObjectParameterConfig.js → OpenApiProperty.js} +0 -0
  239. /package/dist/api/types/{ObjectParameterConfigRequest.js → OpenApiPropertyRequest.js} +0 -0
  240. /package/dist/api/types/{OneOfParameterConfig.js → OpenApiStringProperty.js} +0 -0
  241. /package/dist/api/types/{OneOfParameterConfigRequest.js → OpenApiStringPropertyRequest.js} +0 -0
@@ -81,7 +81,7 @@ class DocumentIndexes {
81
81
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
82
82
  .default, "v1/document-indexes"),
83
83
  method: "GET",
84
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
84
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
85
85
  contentType: "application/json",
86
86
  queryParameters: _queryParams,
87
87
  requestType: "json",
@@ -148,7 +148,7 @@ class DocumentIndexes {
148
148
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
149
149
  .default, "v1/document-indexes"),
150
150
  method: "POST",
151
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
151
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
152
152
  contentType: "application/json",
153
153
  requestType: "json",
154
154
  body: serializers.DocumentIndexCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -201,7 +201,7 @@ class DocumentIndexes {
201
201
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
202
202
  .default, `v1/document-indexes/${encodeURIComponent(id)}`),
203
203
  method: "GET",
204
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
204
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
205
205
  contentType: "application/json",
206
206
  requestType: "json",
207
207
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -258,7 +258,7 @@ class DocumentIndexes {
258
258
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
259
259
  .default, `v1/document-indexes/${encodeURIComponent(id)}`),
260
260
  method: "PUT",
261
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
261
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
262
262
  contentType: "application/json",
263
263
  requestType: "json",
264
264
  body: serializers.DocumentIndexUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -311,7 +311,7 @@ class DocumentIndexes {
311
311
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
312
312
  .default, `v1/document-indexes/${encodeURIComponent(id)}`),
313
313
  method: "DELETE",
314
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
314
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
315
315
  contentType: "application/json",
316
316
  requestType: "json",
317
317
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -363,7 +363,7 @@ class DocumentIndexes {
363
363
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
364
364
  .default, `v1/document-indexes/${encodeURIComponent(id)}`),
365
365
  method: "PATCH",
366
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
366
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
367
367
  contentType: "application/json",
368
368
  requestType: "json",
369
369
  body: serializers.PatchedDocumentIndexUpdateRequest.jsonOrThrow(request, {
@@ -419,7 +419,7 @@ class DocumentIndexes {
419
419
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
420
420
  .default, `v1/document-indexes/${encodeURIComponent(id)}/documents/${encodeURIComponent(documentId)}`),
421
421
  method: "POST",
422
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
422
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
423
423
  contentType: "application/json",
424
424
  requestType: "json",
425
425
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -467,7 +467,7 @@ class DocumentIndexes {
467
467
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
468
468
  .default, `v1/document-indexes/${encodeURIComponent(id)}/documents/${encodeURIComponent(documentId)}`),
469
469
  method: "DELETE",
470
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
470
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
471
471
  contentType: "application/json",
472
472
  requestType: "json",
473
473
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -79,7 +79,7 @@ class Documents {
79
79
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
80
80
  .default, "v1/documents"),
81
81
  method: "GET",
82
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
82
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
83
83
  contentType: "application/json",
84
84
  queryParameters: _queryParams,
85
85
  requestType: "json",
@@ -132,7 +132,7 @@ class Documents {
132
132
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
133
133
  .default, `v1/documents/${encodeURIComponent(id)}`),
134
134
  method: "GET",
135
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
135
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
136
136
  contentType: "application/json",
137
137
  requestType: "json",
138
138
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -184,7 +184,7 @@ class Documents {
184
184
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
185
185
  .default, `v1/documents/${encodeURIComponent(id)}`),
186
186
  method: "DELETE",
187
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
187
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
188
188
  contentType: "application/json",
189
189
  requestType: "json",
190
190
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -232,7 +232,7 @@ class Documents {
232
232
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
233
233
  .default, `v1/documents/${encodeURIComponent(id)}`),
234
234
  method: "PATCH",
235
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
235
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
236
236
  contentType: "application/json",
237
237
  requestType: "json",
238
238
  body: serializers.PatchedDocumentUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -322,7 +322,7 @@ class Documents {
322
322
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
323
323
  .documents, "v1/upload-document"),
324
324
  method: "POST",
325
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), (yield _maybeEncodedRequest.headers)),
325
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), (yield _maybeEncodedRequest.headers)),
326
326
  requestType: "file",
327
327
  body: yield _maybeEncodedRequest.body,
328
328
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -69,7 +69,7 @@ class FolderEntities {
69
69
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
70
70
  .default, `v1/folders/${encodeURIComponent(folderId)}/add-entity`),
71
71
  method: "POST",
72
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
72
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
73
73
  contentType: "application/json",
74
74
  requestType: "json",
75
75
  body: serializers.AddEntityToFolderRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -75,7 +75,7 @@ class MlModels {
75
75
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
76
76
  .default, "v1/ml-models"),
77
77
  method: "GET",
78
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
78
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
79
79
  contentType: "application/json",
80
80
  queryParameters: _queryParams,
81
81
  requestType: "json",
@@ -139,7 +139,7 @@ class MlModels {
139
139
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
140
140
  .default, "v1/ml-models"),
141
141
  method: "POST",
142
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
142
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
143
143
  contentType: "application/json",
144
144
  requestType: "json",
145
145
  body: serializers.MlModelCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -192,7 +192,7 @@ class MlModels {
192
192
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
193
193
  .default, `v1/ml-models/${encodeURIComponent(id)}`),
194
194
  method: "GET",
195
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
195
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
196
196
  contentType: "application/json",
197
197
  requestType: "json",
198
198
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -245,7 +245,7 @@ class MlModels {
245
245
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
246
246
  .default, `v1/ml-models/${encodeURIComponent(id)}`),
247
247
  method: "PUT",
248
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
248
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
249
249
  contentType: "application/json",
250
250
  requestType: "json",
251
251
  body: serializers.MlModelUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -299,7 +299,7 @@ class MlModels {
299
299
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
300
300
  .default, `v1/ml-models/${encodeURIComponent(id)}`),
301
301
  method: "PATCH",
302
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
302
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
303
303
  contentType: "application/json",
304
304
  requestType: "json",
305
305
  body: serializers.PatchedMlModelUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -90,8 +90,6 @@ export interface MlModelCreateRequest {
90
90
  * * `WIZARDLM` - WIZARDLM
91
91
  */
92
92
  developedBy?: Vellum.MlModelDeveloper;
93
- /** Configuration for how the ML Model was built. */
94
- buildConfig?: Vellum.MlModelBuildConfigRequest;
95
93
  /** Configuration for how to execute the ML Model. */
96
94
  execConfig: Vellum.MlModelExecConfigRequest;
97
95
  /** Configuration for the ML Model's parameters. */
@@ -64,7 +64,7 @@ class Sandboxes {
64
64
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
65
65
  .default, `v1/sandboxes/${encodeURIComponent(id)}/prompts/${encodeURIComponent(promptVariantId)}/deploy`),
66
66
  method: "POST",
67
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
67
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  body: serializers.DeploySandboxPromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -133,7 +133,7 @@ class Sandboxes {
133
133
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
134
134
  .default, `v1/sandboxes/${encodeURIComponent(id)}/scenarios`),
135
135
  method: "POST",
136
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
136
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
137
137
  contentType: "application/json",
138
138
  requestType: "json",
139
139
  body: serializers.UpsertSandboxScenarioRequestRequest.jsonOrThrow(request, {
@@ -189,7 +189,7 @@ class Sandboxes {
189
189
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
190
190
  .default, `v1/sandboxes/${encodeURIComponent(id)}/scenarios/${encodeURIComponent(scenarioId)}`),
191
191
  method: "DELETE",
192
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
192
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
193
193
  contentType: "application/json",
194
194
  requestType: "json",
195
195
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -74,7 +74,7 @@ class TestSuiteRuns {
74
74
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
75
75
  .default, "v1/test-suite-runs"),
76
76
  method: "POST",
77
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
77
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
78
78
  contentType: "application/json",
79
79
  requestType: "json",
80
80
  body: serializers.TestSuiteRunCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -127,7 +127,7 @@ class TestSuiteRuns {
127
127
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
128
128
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}`),
129
129
  method: "GET",
130
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
130
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
131
131
  contentType: "application/json",
132
132
  requestType: "json",
133
133
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -194,7 +194,7 @@ class TestSuiteRuns {
194
194
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
195
195
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}/executions`),
196
196
  method: "GET",
197
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
197
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
198
198
  contentType: "application/json",
199
199
  queryParameters: _queryParams,
200
200
  requestType: "json",
@@ -73,7 +73,7 @@ class TestSuites {
73
73
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
74
74
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
75
75
  method: "GET",
76
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
76
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
77
77
  contentType: "application/json",
78
78
  queryParameters: _queryParams,
79
79
  requestType: "json",
@@ -136,7 +136,7 @@ class TestSuites {
136
136
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
137
137
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
138
138
  method: "POST",
139
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
139
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
140
140
  contentType: "application/json",
141
141
  requestType: "json",
142
142
  body: serializers.UpsertTestSuiteTestCaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -183,7 +183,7 @@ class TestSuites {
183
183
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
184
184
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases-bulk`),
185
185
  method: "POST",
186
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
186
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
187
187
  contentType: "application/json",
188
188
  requestType: "json",
189
189
  body: serializers.testSuites.testSuiteTestCasesBulk.Request.jsonOrThrow(request, {
@@ -250,7 +250,7 @@ class TestSuites {
250
250
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
251
251
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases/${encodeURIComponent(testCaseId)}`),
252
252
  method: "DELETE",
253
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
253
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
254
254
  contentType: "application/json",
255
255
  requestType: "json",
256
256
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -78,7 +78,7 @@ class WorkflowDeployments {
78
78
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
79
79
  .default, "v1/workflow-deployments"),
80
80
  method: "GET",
81
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
81
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
82
82
  contentType: "application/json",
83
83
  queryParameters: _queryParams,
84
84
  requestType: "json",
@@ -131,7 +131,7 @@ class WorkflowDeployments {
131
131
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
132
132
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}`),
133
133
  method: "GET",
134
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
134
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
135
135
  contentType: "application/json",
136
136
  requestType: "json",
137
137
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -184,7 +184,7 @@ class WorkflowDeployments {
184
184
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
185
185
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
186
186
  method: "GET",
187
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
187
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
188
188
  contentType: "application/json",
189
189
  requestType: "json",
190
190
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -238,7 +238,7 @@ class WorkflowDeployments {
238
238
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
239
239
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
240
240
  method: "PATCH",
241
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
241
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
242
242
  contentType: "application/json",
243
243
  requestType: "json",
244
244
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -64,7 +64,7 @@ class WorkflowSandboxes {
64
64
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
65
65
  .default, `v1/workflow-sandboxes/${encodeURIComponent(id)}/workflows/${encodeURIComponent(workflowId)}/deploy`),
66
66
  method: "POST",
67
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
67
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -6,5 +6,4 @@ export interface MlModelDisplayConfigLabelled {
6
6
  label: string;
7
7
  description: string;
8
8
  tags: Vellum.MlModelDisplayTagEnumValueLabel[];
9
- defaultDisplayPriority: number;
10
9
  }
@@ -6,5 +6,4 @@ export interface MlModelDisplayConfigRequest {
6
6
  label: string;
7
7
  description: string;
8
8
  tags: Vellum.MlModelDisplayTag[];
9
- defaultDisplayPriority: number;
10
9
  }
@@ -3,13 +3,13 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface MlModelParameterConfig {
6
- temperature?: Vellum.NumberParameterConfig;
7
- maxTokens?: Vellum.IntegerParameterConfig;
8
- stop?: Vellum.ArrayParameterConfig;
9
- topP?: Vellum.NumberParameterConfig;
10
- topK?: Vellum.IntegerParameterConfig;
11
- frequencyPenalty?: Vellum.NumberParameterConfig;
12
- presencePenalty?: Vellum.NumberParameterConfig;
13
- logitBias?: Vellum.ObjectParameterConfig;
14
- customParameters?: Record<string, Vellum.ParameterConfig | undefined>;
6
+ temperature?: Vellum.OpenApiNumberProperty;
7
+ maxTokens?: Vellum.OpenApiIntegerProperty;
8
+ stop?: Vellum.OpenApiArrayProperty;
9
+ topP?: Vellum.OpenApiNumberProperty;
10
+ topK?: Vellum.OpenApiIntegerProperty;
11
+ frequencyPenalty?: Vellum.OpenApiNumberProperty;
12
+ presencePenalty?: Vellum.OpenApiNumberProperty;
13
+ logitBias?: Vellum.OpenApiObjectProperty;
14
+ customParameters?: Record<string, Vellum.OpenApiProperty | undefined>;
15
15
  }
@@ -3,13 +3,13 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface MlModelParameterConfigRequest {
6
- temperature?: Vellum.NumberParameterConfigRequest;
7
- maxTokens?: Vellum.IntegerParameterConfigRequest;
8
- stop?: Vellum.ArrayParameterConfigRequest;
9
- topP?: Vellum.NumberParameterConfigRequest;
10
- topK?: Vellum.IntegerParameterConfigRequest;
11
- frequencyPenalty?: Vellum.NumberParameterConfigRequest;
12
- presencePenalty?: Vellum.NumberParameterConfigRequest;
13
- logitBias?: Vellum.ObjectParameterConfigRequest;
14
- customParameters?: Record<string, Vellum.ParameterConfigRequest | undefined>;
6
+ temperature?: Vellum.OpenApiNumberPropertyRequest;
7
+ maxTokens?: Vellum.OpenApiIntegerPropertyRequest;
8
+ stop?: Vellum.OpenApiArrayPropertyRequest;
9
+ topP?: Vellum.OpenApiNumberPropertyRequest;
10
+ topK?: Vellum.OpenApiIntegerPropertyRequest;
11
+ frequencyPenalty?: Vellum.OpenApiNumberPropertyRequest;
12
+ presencePenalty?: Vellum.OpenApiNumberPropertyRequest;
13
+ logitBias?: Vellum.OpenApiObjectPropertyRequest;
14
+ customParameters?: Record<string, Vellum.OpenApiPropertyRequest | undefined>;
15
15
  }
@@ -44,8 +44,6 @@ export interface MlModelRead {
44
44
  * - `DISABLED` - Disabled
45
45
  */
46
46
  visibility?: Vellum.VisibilityEnum;
47
- /** Configuration for how the ML Model was built. */
48
- buildConfig: Vellum.MlModelBuildConfig;
49
47
  /** Configuration for how to execute the ML Model. */
50
48
  execConfig: Vellum.MlModelExecConfig;
51
49
  /** Configuration for the ML Model's parameters. */
@@ -5,13 +5,13 @@ import * as Vellum from "../index";
5
5
  /**
6
6
  * An OpenAPI specification of a parameter with type 'array'
7
7
  */
8
- export interface ArrayParameterConfig {
8
+ export interface OpenApiArrayProperty {
9
9
  minItems?: number;
10
10
  maxItems?: number;
11
11
  uniqueItems?: boolean;
12
- items: Vellum.ParameterConfig;
13
- prefixItems?: Vellum.ParameterConfig[];
14
- contains?: Vellum.ParameterConfig;
12
+ items: Vellum.OpenApiProperty;
13
+ prefixItems?: Vellum.OpenApiProperty[];
14
+ contains?: Vellum.OpenApiProperty;
15
15
  minContains?: number;
16
16
  maxContains?: number;
17
17
  default?: unknown[];
@@ -5,13 +5,13 @@ import * as Vellum from "../index";
5
5
  /**
6
6
  * An OpenAPI specification of a parameter with type 'array'
7
7
  */
8
- export interface ArrayParameterConfigRequest {
8
+ export interface OpenApiArrayPropertyRequest {
9
9
  minItems?: number;
10
10
  maxItems?: number;
11
11
  uniqueItems?: boolean;
12
- items: Vellum.ParameterConfigRequest;
13
- prefixItems?: Vellum.ParameterConfigRequest[];
14
- contains?: Vellum.ParameterConfigRequest;
12
+ items: Vellum.OpenApiPropertyRequest;
13
+ prefixItems?: Vellum.OpenApiPropertyRequest[];
14
+ contains?: Vellum.OpenApiPropertyRequest;
15
15
  minContains?: number;
16
16
  maxContains?: number;
17
17
  default?: unknown[];
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'boolean'
6
6
  */
7
- export interface BooleanParameterConfig {
7
+ export interface OpenApiBooleanProperty {
8
8
  default?: boolean;
9
9
  title?: string;
10
10
  description?: string;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'boolean'
6
6
  */
7
- export interface BooleanParameterConfigRequest {
7
+ export interface OpenApiBooleanPropertyRequest {
8
8
  default?: boolean;
9
9
  title?: string;
10
10
  description?: string;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'const'
6
6
  */
7
- export interface ConstParameterConfig {
7
+ export interface OpenApiConstProperty {
8
8
  title?: string;
9
9
  description?: string;
10
10
  const: string;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'const'
6
6
  */
7
- export interface ConstParameterConfigRequest {
7
+ export interface OpenApiConstPropertyRequest {
8
8
  title?: string;
9
9
  description?: string;
10
10
  const: string;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'integer'
6
6
  */
7
- export interface IntegerParameterConfig {
7
+ export interface OpenApiIntegerProperty {
8
8
  minimum?: number;
9
9
  maximum?: number;
10
10
  exclusiveMinimum?: boolean;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'integer'
6
6
  */
7
- export interface IntegerParameterConfigRequest {
7
+ export interface OpenApiIntegerPropertyRequest {
8
8
  minimum?: number;
9
9
  maximum?: number;
10
10
  exclusiveMinimum?: boolean;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'number'
6
6
  */
7
- export interface NumberParameterConfig {
7
+ export interface OpenApiNumberProperty {
8
8
  minimum?: number;
9
9
  maximum?: number;
10
10
  format?: string;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * An OpenAPI specification of a parameter with type 'number'
6
6
  */
7
- export interface NumberParameterConfigRequest {
7
+ export interface OpenApiNumberPropertyRequest {
8
8
  minimum?: number;
9
9
  maximum?: number;
10
10
  format?: string;
@@ -5,14 +5,14 @@ import * as Vellum from "../index";
5
5
  /**
6
6
  * An OpenAPI specification of a parameter with type 'object'
7
7
  */
8
- export interface ObjectParameterConfig {
9
- properties?: Record<string, Vellum.ParameterConfig | undefined>;
8
+ export interface OpenApiObjectProperty {
9
+ properties?: Record<string, Vellum.OpenApiProperty | undefined>;
10
10
  required?: string[];
11
11
  minProperties?: number;
12
12
  maxProperties?: number;
13
- propertyNames?: Vellum.ParameterConfig;
14
- additionalProperties?: Vellum.ParameterConfig;
15
- patternProperties?: Record<string, Vellum.ParameterConfig | undefined>;
13
+ propertyNames?: Vellum.OpenApiProperty;
14
+ additionalProperties?: Vellum.OpenApiProperty;
15
+ patternProperties?: Record<string, Vellum.OpenApiProperty | undefined>;
16
16
  default?: Record<string, unknown>;
17
17
  title?: string;
18
18
  description?: string;
@@ -5,14 +5,14 @@ import * as Vellum from "../index";
5
5
  /**
6
6
  * An OpenAPI specification of a parameter with type 'object'
7
7
  */
8
- export interface ObjectParameterConfigRequest {
9
- properties?: Record<string, Vellum.ParameterConfigRequest | undefined>;
8
+ export interface OpenApiObjectPropertyRequest {
9
+ properties?: Record<string, Vellum.OpenApiPropertyRequest | undefined>;
10
10
  required?: string[];
11
11
  minProperties?: number;
12
12
  maxProperties?: number;
13
- propertyNames?: Vellum.ParameterConfigRequest;
14
- additionalProperties?: Vellum.ParameterConfigRequest;
15
- patternProperties?: Record<string, Vellum.ParameterConfigRequest | undefined>;
13
+ propertyNames?: Vellum.OpenApiPropertyRequest;
14
+ additionalProperties?: Vellum.OpenApiPropertyRequest;
15
+ patternProperties?: Record<string, Vellum.OpenApiPropertyRequest | undefined>;
16
16
  default?: Record<string, unknown>;
17
17
  title?: string;
18
18
  description?: string;
@@ -5,8 +5,8 @@ import * as Vellum from "../index";
5
5
  /**
6
6
  * An OpenAPI specification of a parameter with type 'oneOf'
7
7
  */
8
- export interface OneOfParameterConfig {
9
- oneOf: Vellum.ParameterConfig[];
8
+ export interface OpenApiOneOfProperty {
9
+ oneOf: Vellum.OpenApiProperty[];
10
10
  title?: string;
11
11
  description?: string;
12
12
  }