@beabee/beabee-common 1.12.1 → 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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.calloutResponseFilters = exports.calloutFilters = void 0;
3
+ exports.calloutResponseCommentFilters = exports.calloutResponseFilters = exports.calloutFilters = void 0;
4
4
  const data_1 = require("../data");
5
5
  exports.calloutFilters = {
6
6
  title: {
@@ -56,4 +56,24 @@ exports.calloutResponseFilters = {
56
56
  type: "contact",
57
57
  nullable: true,
58
58
  },
59
+ answers: {
60
+ type: "text",
61
+ },
62
+ };
63
+ exports.calloutResponseCommentFilters = {
64
+ responseId: {
65
+ type: "text",
66
+ },
67
+ contact: {
68
+ type: "contact",
69
+ },
70
+ createdAt: {
71
+ type: "date",
72
+ },
73
+ updatedAt: {
74
+ type: "date",
75
+ },
76
+ text: {
77
+ type: "text",
78
+ },
59
79
  };
@@ -53,4 +53,24 @@ export const calloutResponseFilters = {
53
53
  type: "contact",
54
54
  nullable: true,
55
55
  },
56
+ answers: {
57
+ type: "text",
58
+ },
59
+ };
60
+ export const calloutResponseCommentFilters = {
61
+ responseId: {
62
+ type: "text",
63
+ },
64
+ contact: {
65
+ type: "contact",
66
+ },
67
+ createdAt: {
68
+ type: "date",
69
+ },
70
+ updatedAt: {
71
+ type: "date",
72
+ },
73
+ text: {
74
+ type: "text",
75
+ },
56
76
  };
@@ -49,5 +49,26 @@ 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;
57
+ export declare const calloutResponseCommentFilters: {
58
+ readonly responseId: {
59
+ readonly type: "text";
60
+ };
61
+ readonly contact: {
62
+ readonly type: "contact";
63
+ };
64
+ readonly createdAt: {
65
+ readonly type: "date";
66
+ };
67
+ readonly updatedAt: {
68
+ readonly type: "date";
69
+ };
70
+ readonly text: {
71
+ readonly type: "text";
72
+ };
73
+ };
74
+ export type CalloutResponseCommentFilterName = keyof typeof calloutResponseCommentFilters;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.12.1",
3
+ "version": "1.12.3",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",