@vellumai/vellum-gateway 0.3.23 → 0.3.24

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/schema.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/vellum-gateway",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "bun run --watch src/index.ts",
package/src/schema.ts CHANGED
@@ -955,7 +955,7 @@ export function buildSchema(): Record<string, unknown> {
955
955
  },
956
956
  ],
957
957
  requestBody: {
958
- required: true,
958
+ required: false,
959
959
  content: {
960
960
  "application/json": {
961
961
  schema: { type: "object", additionalProperties: true },