@beabee/beabee-common 1.7.3 → 1.7.4

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.
@@ -15,6 +15,9 @@ exports.contactFilters = {
15
15
  joined: {
16
16
  type: "date",
17
17
  },
18
+ contributionCancelled: {
19
+ type: "date",
20
+ },
18
21
  contributionType: {
19
22
  type: "enum",
20
23
  options: [
@@ -12,6 +12,9 @@ export const contactFilters = {
12
12
  joined: {
13
13
  type: "date",
14
14
  },
15
+ contributionCancelled: {
16
+ type: "date",
17
+ },
15
18
  contributionType: {
16
19
  type: "enum",
17
20
  options: [
@@ -12,6 +12,9 @@ export declare const contactFilters: {
12
12
  readonly joined: {
13
13
  readonly type: "date";
14
14
  };
15
+ readonly contributionCancelled: {
16
+ readonly type: "date";
17
+ };
15
18
  readonly contributionType: {
16
19
  readonly type: "enum";
17
20
  readonly options: readonly [ContributionType.Automatic, ContributionType.Gift, ContributionType.Manual, ContributionType.None];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",