@beabee/beabee-common 1.13.7 → 1.13.8
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.
|
@@ -12,9 +12,11 @@ export declare const calloutFilters: {
|
|
|
12
12
|
};
|
|
13
13
|
readonly starts: {
|
|
14
14
|
readonly type: "date";
|
|
15
|
+
readonly nullable: true;
|
|
15
16
|
};
|
|
16
17
|
readonly expires: {
|
|
17
18
|
readonly type: "date";
|
|
19
|
+
readonly nullable: true;
|
|
18
20
|
};
|
|
19
21
|
readonly hidden: {
|
|
20
22
|
readonly type: "boolean";
|