@beabee/beabee-common 1.10.16 → 1.10.18

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.
@@ -49,4 +49,11 @@ exports.calloutResponseFilters = {
49
49
  type: "text",
50
50
  nullable: true,
51
51
  },
52
+ tags: {
53
+ type: "array",
54
+ },
55
+ assignee: {
56
+ type: "contact",
57
+ nullable: true,
58
+ },
52
59
  };
@@ -46,4 +46,11 @@ export const calloutResponseFilters = {
46
46
  type: "text",
47
47
  nullable: true,
48
48
  },
49
+ tags: {
50
+ type: "array",
51
+ },
52
+ assignee: {
53
+ type: "contact",
54
+ nullable: true,
55
+ },
49
56
  };
@@ -42,5 +42,12 @@ export declare const calloutResponseFilters: {
42
42
  readonly type: "text";
43
43
  readonly nullable: true;
44
44
  };
45
+ readonly tags: {
46
+ readonly type: "array";
47
+ };
48
+ readonly assignee: {
49
+ readonly type: "contact";
50
+ readonly nullable: true;
51
+ };
45
52
  };
46
53
  export 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.16",
3
+ "version": "1.10.18",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",