@beabee/beabee-common 1.12.2 → 1.12.3

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.
@@ -56,6 +56,9 @@ exports.calloutResponseFilters = {
56
56
  type: "contact",
57
57
  nullable: true,
58
58
  },
59
+ answers: {
60
+ type: "text",
61
+ },
59
62
  };
60
63
  exports.calloutResponseCommentFilters = {
61
64
  responseId: {
@@ -53,6 +53,9 @@ export const calloutResponseFilters = {
53
53
  type: "contact",
54
54
  nullable: true,
55
55
  },
56
+ answers: {
57
+ type: "text",
58
+ },
56
59
  };
57
60
  export const calloutResponseCommentFilters = {
58
61
  responseId: {
@@ -49,6 +49,9 @@ export declare const calloutResponseFilters: {
49
49
  readonly type: "contact";
50
50
  readonly nullable: true;
51
51
  };
52
+ readonly answers: {
53
+ readonly type: "text";
54
+ };
52
55
  };
53
56
  export type CalloutResponseFilterName = keyof typeof calloutResponseFilters;
54
57
  export declare const calloutResponseCommentFilters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",