@beabee/beabee-common 1.10.5 → 1.10.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.
@@ -43,7 +43,7 @@ exports.calloutResponseFilters = {
43
43
  type: "date",
44
44
  },
45
45
  answers: {
46
- type: "text",
46
+ type: "custom",
47
47
  nullable: true,
48
48
  },
49
49
  };
@@ -40,7 +40,7 @@ export const calloutResponseFilters = {
40
40
  type: "date",
41
41
  },
42
42
  answers: {
43
- type: "text",
43
+ type: "custom",
44
44
  nullable: true,
45
45
  },
46
46
  };
@@ -36,7 +36,7 @@ export declare const calloutResponseFilters: {
36
36
  readonly type: "date";
37
37
  };
38
38
  readonly answers: {
39
- readonly type: "text";
39
+ readonly type: "custom";
40
40
  readonly nullable: true;
41
41
  };
42
42
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.10.5",
3
+ "version": "1.10.6",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",