@vita-mojo/types 1.0.9-VMOS-10762-a484d5d-414-rc.0 → 1.0.9-VMOS-10762-05428e0-416-rc.0

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.
package/README.md CHANGED
@@ -9,3 +9,4 @@ Run `nx test types` to execute the unit tests via [Jest](https://jestjs.io).
9
9
  ## Running lint
10
10
 
11
11
  Run `nx lint types` to execute the lint via [ESLint](https://eslint.org/).
12
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vita-mojo/types",
3
- "version": "1.0.9-VMOS-10762-a484d5d-414-rc.0",
3
+ "version": "1.0.9-VMOS-10762-05428e0-416-rc.0",
4
4
  "peerDependencies": {
5
5
  "tslib": "2.4.1"
6
6
  },
@@ -15,4 +15,5 @@ export interface User {
15
15
  integrations?: {
16
16
  comoID: string;
17
17
  };
18
+ marketingPreference?: boolean;
18
19
  }