@plusscommunities/pluss-maintenance-web 1.1.31 → 1.1.32-beta.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/dist/index.cjs.js CHANGED
@@ -134,7 +134,13 @@ var values = {
134
134
  hasHelpButton: true,
135
135
  helpGuideURL: '',
136
136
  stringConfigJobStatus: 'maintenanceJobStatus',
137
- stringConfigHideSeen: 'maintenanceDisableSeen'
137
+ stringConfigHideSeen: 'maintenanceDisableSeen',
138
+ // Comment subscription notification preference
139
+ notificationPreference: {
140
+ key: 'maintenancerequestComments',
141
+ label: 'Maintenance comments',
142
+ permission: 'maintenanceTracking'
143
+ }
138
144
  };
139
145
 
140
146
  // import * as PlussCore from '../../pluss-core/src';
@@ -263,7 +269,8 @@ var FeatureConfig = {
263
269
  init: function init(environment) {
264
270
  FeatureConfig.env = environment;
265
271
  PlussCore__namespace.Config.init(environment);
266
- }
272
+ },
273
+ notificationPreference: values.notificationPreference
267
274
  };
268
275
 
269
276
  var JOBS_LOADED = values.actionJobsLoaded;
package/dist/index.esm.js CHANGED
@@ -91,7 +91,13 @@ var values = {
91
91
  hasHelpButton: true,
92
92
  helpGuideURL: '',
93
93
  stringConfigJobStatus: 'maintenanceJobStatus',
94
- stringConfigHideSeen: 'maintenanceDisableSeen'
94
+ stringConfigHideSeen: 'maintenanceDisableSeen',
95
+ // Comment subscription notification preference
96
+ notificationPreference: {
97
+ key: 'maintenancerequestComments',
98
+ label: 'Maintenance comments',
99
+ permission: 'maintenanceTracking'
100
+ }
95
101
  };
96
102
 
97
103
  // import * as PlussCore from '../../pluss-core/src';
@@ -220,7 +226,8 @@ var FeatureConfig = {
220
226
  init: function init(environment) {
221
227
  FeatureConfig.env = environment;
222
228
  PlussCore.Config.init(environment);
223
- }
229
+ },
230
+ notificationPreference: values.notificationPreference
224
231
  };
225
232
 
226
233
  var JOBS_LOADED = values.actionJobsLoaded;
package/dist/index.umd.js CHANGED
@@ -113,7 +113,13 @@
113
113
  hasHelpButton: true,
114
114
  helpGuideURL: '',
115
115
  stringConfigJobStatus: 'maintenanceJobStatus',
116
- stringConfigHideSeen: 'maintenanceDisableSeen'
116
+ stringConfigHideSeen: 'maintenanceDisableSeen',
117
+ // Comment subscription notification preference
118
+ notificationPreference: {
119
+ key: 'maintenancerequestComments',
120
+ label: 'Maintenance comments',
121
+ permission: 'maintenanceTracking'
122
+ }
117
123
  };
118
124
 
119
125
  // import * as PlussCore from '../../pluss-core/src';
@@ -242,7 +248,8 @@
242
248
  init: function init(environment) {
243
249
  FeatureConfig.env = environment;
244
250
  PlussCore__namespace.Config.init(environment);
245
- }
251
+ },
252
+ notificationPreference: values.notificationPreference
246
253
  };
247
254
 
248
255
  var JOBS_LOADED = values.actionJobsLoaded;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-web",
3
- "version": "1.1.31",
3
+ "version": "1.1.32-beta.0",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -123,5 +123,6 @@ const FeatureConfig = {
123
123
  FeatureConfig.env = environment;
124
124
  PlussCore.Config.init(environment);
125
125
  },
126
+ notificationPreference: values.notificationPreference,
126
127
  };
127
128
  export default FeatureConfig;
@@ -69,6 +69,12 @@ const values = {
69
69
  helpGuideURL: 'https://www.plusscommunities.com/forms-feature',
70
70
  stringConfigJobStatus: 'maintenanceJobStatusForms',
71
71
  stringConfigHideSeen: 'maintenanceDisableSeenForms',
72
+ // Comment subscription notification preference
73
+ notificationPreference: {
74
+ key: 'maintenancerequestFormsComments',
75
+ label: 'Maintenance Forms comments',
76
+ permission: 'maintenanceTrackingForms',
77
+ },
72
78
  };
73
79
 
74
80
  export { values };
@@ -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 };