@beabee/beabee-common 1.10.0 → 1.10.2

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.
@@ -32,7 +32,13 @@ exports.calloutResponseFilters = {
32
32
  contact: {
33
33
  type: "contact",
34
34
  },
35
- poll: {
35
+ callout: {
36
36
  type: "text",
37
37
  },
38
+ createdAt: {
39
+ type: "date",
40
+ },
41
+ updatedAt: {
42
+ type: "date",
43
+ },
38
44
  };
@@ -29,7 +29,13 @@ export const calloutResponseFilters = {
29
29
  contact: {
30
30
  type: "contact",
31
31
  },
32
- poll: {
32
+ callout: {
33
33
  type: "text",
34
34
  },
35
+ createdAt: {
36
+ type: "date",
37
+ },
38
+ updatedAt: {
39
+ type: "date",
40
+ },
35
41
  };
@@ -25,8 +25,14 @@ export declare const calloutResponseFilters: {
25
25
  readonly contact: {
26
26
  readonly type: "contact";
27
27
  };
28
- readonly poll: {
28
+ readonly callout: {
29
29
  readonly type: "text";
30
30
  };
31
+ readonly createdAt: {
32
+ readonly type: "date";
33
+ };
34
+ readonly updatedAt: {
35
+ readonly type: "date";
36
+ };
31
37
  };
32
38
  export declare type CalloutResponseFilterName = keyof typeof calloutResponseFilters;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",