vellum-ai 0.0.39 → 0.0.40

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.
package/Client.js CHANGED
@@ -305,7 +305,7 @@ class VellumClient {
305
305
  */
306
306
  async submitWorkflowExecutionActuals(request) {
307
307
  const _response = await core.fetcher({
308
- url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).default, "v1/submit-workflow-execution-actuals"),
308
+ url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).predict, "v1/submit-workflow-execution-actuals"),
309
309
  method: "POST",
310
310
  headers: {
311
311
  X_API_KEY: await core.Supplier.get(this.options.apiKey),
package/dist/Client.js CHANGED
@@ -305,7 +305,7 @@ class VellumClient {
305
305
  */
306
306
  async submitWorkflowExecutionActuals(request) {
307
307
  const _response = await core.fetcher({
308
- url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).default, "v1/submit-workflow-execution-actuals"),
308
+ url: (0, url_join_1.default)((this.options.environment ?? environments.VellumEnvironment.Production).predict, "v1/submit-workflow-execution-actuals"),
309
309
  method: "POST",
310
310
  headers: {
311
311
  X_API_KEY: await core.Supplier.get(this.options.apiKey),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "v0.0.39",
3
+ "version": "v0.0.40",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "main": "./index.js",