@plusscommunities/pluss-maintenance-web-a 1.1.35 → 1.1.36

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
@@ -101,7 +101,13 @@ const values = {
101
101
  forceCustomFields: false,
102
102
  textEntityName: 'Job',
103
103
  stringConfigJobStatus: 'maintenanceJobStatusA',
104
- stringConfigHideSeen: 'maintenanceDisableSeenA'
104
+ stringConfigHideSeen: 'maintenanceDisableSeenA',
105
+ // Comment subscription notification preference
106
+ notificationPreference: {
107
+ key: 'maintenancerequestAComments',
108
+ label: 'Maintenance A comments',
109
+ permission: 'maintenanceTrackingA'
110
+ }
105
111
  };
106
112
 
107
113
  // import * as PlussCore from '../../pluss-core/src';
@@ -230,7 +236,8 @@ const FeatureConfig = {
230
236
  init: environment => {
231
237
  FeatureConfig.env = environment;
232
238
  PlussCore__namespace.Config.init(environment);
233
- }
239
+ },
240
+ notificationPreference: values.notificationPreference
234
241
  };
235
242
 
236
243
  const JOBS_LOADED = values.actionJobsLoaded;
package/dist/index.esm.js CHANGED
@@ -70,7 +70,13 @@ const values = {
70
70
  forceCustomFields: false,
71
71
  textEntityName: 'Job',
72
72
  stringConfigJobStatus: 'maintenanceJobStatusA',
73
- stringConfigHideSeen: 'maintenanceDisableSeenA'
73
+ stringConfigHideSeen: 'maintenanceDisableSeenA',
74
+ // Comment subscription notification preference
75
+ notificationPreference: {
76
+ key: 'maintenancerequestAComments',
77
+ label: 'Maintenance A comments',
78
+ permission: 'maintenanceTrackingA'
79
+ }
74
80
  };
75
81
 
76
82
  // import * as PlussCore from '../../pluss-core/src';
@@ -199,7 +205,8 @@ const FeatureConfig = {
199
205
  init: environment => {
200
206
  FeatureConfig.env = environment;
201
207
  PlussCore.Config.init(environment);
202
- }
208
+ },
209
+ notificationPreference: values.notificationPreference
203
210
  };
204
211
 
205
212
  const JOBS_LOADED = values.actionJobsLoaded;
package/dist/index.umd.js CHANGED
@@ -90,7 +90,13 @@
90
90
  forceCustomFields: false,
91
91
  textEntityName: 'Job',
92
92
  stringConfigJobStatus: 'maintenanceJobStatusA',
93
- stringConfigHideSeen: 'maintenanceDisableSeenA'
93
+ stringConfigHideSeen: 'maintenanceDisableSeenA',
94
+ // Comment subscription notification preference
95
+ notificationPreference: {
96
+ key: 'maintenancerequestAComments',
97
+ label: 'Maintenance A comments',
98
+ permission: 'maintenanceTrackingA'
99
+ }
94
100
  };
95
101
 
96
102
  // import * as PlussCore from '../../pluss-core/src';
@@ -219,7 +225,8 @@
219
225
  init: environment => {
220
226
  FeatureConfig.env = environment;
221
227
  PlussCore__namespace.Config.init(environment);
222
- }
228
+ },
229
+ notificationPreference: values.notificationPreference
223
230
  };
224
231
 
225
232
  const JOBS_LOADED = values.actionJobsLoaded;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-web-a",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
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;
@@ -58,6 +58,12 @@ const values = {
58
58
  textEntityName: 'Job',
59
59
  stringConfigJobStatus: 'maintenanceJobStatusA',
60
60
  stringConfigHideSeen: 'maintenanceDisableSeenA',
61
+ // Comment subscription notification preference
62
+ notificationPreference: {
63
+ key: 'maintenancerequestAComments',
64
+ label: 'Maintenance A comments',
65
+ permission: 'maintenanceTrackingA',
66
+ },
61
67
  };
62
68
 
63
69
  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 };
@@ -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: 'Forms comments',
76
+ permission: 'maintenanceTrackingForms',
77
+ },
72
78
  };
73
79
 
74
80
  export { values };
@@ -58,6 +58,12 @@ const values = {
58
58
  textEntityName: 'Job',
59
59
  stringConfigJobStatus: 'maintenanceJobStatusA',
60
60
  stringConfigHideSeen: 'maintenanceDisableSeenA',
61
+ // Comment subscription notification preference
62
+ notificationPreference: {
63
+ key: 'maintenancerequestAComments',
64
+ label: 'Maintenance A comments',
65
+ permission: 'maintenanceTrackingA',
66
+ },
61
67
  };
62
68
 
63
69
  export { values };