@beabee/beabee-common 1.10.12 → 1.10.14

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.
@@ -42,4 +42,8 @@ exports.calloutResponseFilters = {
42
42
  updatedAt: {
43
43
  type: "date",
44
44
  },
45
+ bucket: {
46
+ type: "text",
47
+ nullable: true
48
+ }
45
49
  };
@@ -39,4 +39,8 @@ export const calloutResponseFilters = {
39
39
  updatedAt: {
40
40
  type: "date",
41
41
  },
42
+ bucket: {
43
+ type: "text",
44
+ nullable: true
45
+ }
42
46
  };
@@ -35,5 +35,9 @@ export declare const calloutResponseFilters: {
35
35
  readonly updatedAt: {
36
36
  readonly type: "date";
37
37
  };
38
+ readonly bucket: {
39
+ readonly type: "text";
40
+ readonly nullable: true;
41
+ };
38
42
  };
39
43
  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.12",
3
+ "version": "1.10.14",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",