@plusscommunities/pluss-maintenance-web-forms 1.1.35-beta.0 → 1.1.35-beta.2

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/dist/index.cjs.js CHANGED
@@ -138,7 +138,7 @@ var values = {
138
138
  // Comment subscription notification preference
139
139
  notificationPreference: {
140
140
  key: 'maintenancerequestFormsComments',
141
- label: 'Maintenance Forms comments',
141
+ label: 'Forms comments',
142
142
  permission: 'maintenanceTrackingForms'
143
143
  }
144
144
  };
package/dist/index.esm.js CHANGED
@@ -95,7 +95,7 @@ var values = {
95
95
  // Comment subscription notification preference
96
96
  notificationPreference: {
97
97
  key: 'maintenancerequestFormsComments',
98
- label: 'Maintenance Forms comments',
98
+ label: 'Forms comments',
99
99
  permission: 'maintenanceTrackingForms'
100
100
  }
101
101
  };
package/dist/index.umd.js CHANGED
@@ -117,7 +117,7 @@
117
117
  // Comment subscription notification preference
118
118
  notificationPreference: {
119
119
  key: 'maintenancerequestFormsComments',
120
- label: 'Maintenance Forms comments',
120
+ label: 'Forms comments',
121
121
  permission: 'maintenanceTrackingForms'
122
122
  }
123
123
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-web-forms",
3
- "version": "1.1.35-beta.0",
3
+ "version": "1.1.35-beta.2",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -70,6 +70,12 @@ const values = {
70
70
  helpGuideURL: '',
71
71
  stringConfigJobStatus: 'maintenanceJobStatus',
72
72
  stringConfigHideSeen: 'maintenanceDisableSeen',
73
+ // Comment subscription notification preference
74
+ notificationPreference: {
75
+ key: 'maintenancerequestComments',
76
+ label: 'Maintenance comments',
77
+ permission: 'maintenanceTracking',
78
+ },
73
79
  };
74
80
 
75
81
  export { values };
@@ -72,7 +72,7 @@ const values = {
72
72
  // Comment subscription notification preference
73
73
  notificationPreference: {
74
74
  key: 'maintenancerequestFormsComments',
75
- label: 'Maintenance Forms comments',
75
+ label: 'Forms comments',
76
76
  permission: 'maintenanceTrackingForms',
77
77
  },
78
78
  };
@@ -72,7 +72,7 @@ const values = {
72
72
  // Comment subscription notification preference
73
73
  notificationPreference: {
74
74
  key: 'maintenancerequestFormsComments',
75
- label: 'Maintenance Forms comments',
75
+ label: 'Forms comments',
76
76
  permission: 'maintenanceTrackingForms',
77
77
  },
78
78
  };