cecon-interfaces 1.7.1 → 1.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,12 +6,12 @@ var PrivacySettingEntity = /** @class */ (function () {
6
6
  // #region Constructors (1)
7
7
  function PrivacySettingEntity(data) {
8
8
  // #region Properties (9)
9
- this.orderNotifications = false;
10
- this.pushNotificationsPromo = false;
11
- this.emailNotificationsPromo = false;
12
- this.whatsAppNotificationsPromo = false;
13
- this.smsNotificationsPromo = false;
14
- this.acceptPrivayAndPolicyTerm = false;
9
+ this.orderNotifications = true;
10
+ this.pushNotificationsPromo = true;
11
+ this.emailNotificationsPromo = true;
12
+ this.whatsAppNotificationsPromo = true;
13
+ this.smsNotificationsPromo = true;
14
+ this.acceptPrivayAndPolicyTerm = true;
15
15
  if (data) {
16
16
  for (var key in data) {
17
17
  if (data.hasOwnProperty(key) && key in this) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.01",
3
+ "version": "1.7.02",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.01",
3
+ "version": "1.7.02",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",