@fern-api/fdr-sdk 0.139.3-e996a1b4f → 0.139.4-0b0fae69f

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.
@@ -356,7 +356,7 @@ function transformHttpRequestToDb({ writeShape, }) {
356
356
  };
357
357
  case "bytes":
358
358
  return {
359
- contentType: "application/octet-stream",
359
+ contentType: writeShape.type.contentType ?? "application/octet-stream",
360
360
  description: writeShape.description,
361
361
  type: {
362
362
  type: "bytes",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/fdr-sdk",
3
- "version": "0.139.3-e996a1b4f",
3
+ "version": "0.139.4-0b0fae69f",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -49,7 +49,7 @@
49
49
  "test:update": "vitest --run --passWithNoTests --globals -u"
50
50
  },
51
51
  "dependencies": {
52
- "@fern-api/ui-core-utils": "0.139.3-e996a1b4f*",
52
+ "@fern-api/ui-core-utils": "0.139.4-0b0fae69f*",
53
53
  "@ungap/structured-clone": "^1.2.0",
54
54
  "dayjs": "^1.11.11",
55
55
  "es-toolkit": "^1.32.0",
@@ -68,7 +68,7 @@
68
68
  "@babel/core": "^7.26.9",
69
69
  "@babel/preset-env": "^7.26.0",
70
70
  "@babel/preset-typescript": "^7.26.0",
71
- "@fern-platform/configs": "0.139.3-e996a1b4f*",
71
+ "@fern-platform/configs": "0.139.4-0b0fae69f*",
72
72
  "@types/node-fetch": "2.6.9",
73
73
  "@types/qs": "6.9.14",
74
74
  "@types/tinycolor2": "^1.4.6",