@plusscommunities/pluss-maintenance-web-forms 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
@@ -112,7 +112,13 @@ const values = {
112
112
  hasHelpButton: true,
113
113
  helpGuideURL: 'https://www.plusscommunities.com/forms-feature',
114
114
  stringConfigJobStatus: 'maintenanceJobStatusForms',
115
- stringConfigHideSeen: 'maintenanceDisableSeenForms'
115
+ stringConfigHideSeen: 'maintenanceDisableSeenForms',
116
+ // Comment subscription notification preference
117
+ notificationPreference: {
118
+ key: 'maintenancerequestFormsComments',
119
+ label: 'Forms comments',
120
+ permission: 'maintenanceTrackingForms'
121
+ }
116
122
  };
117
123
 
118
124
  // import * as PlussCore from '../../pluss-core/src';
@@ -235,7 +241,8 @@ const FeatureConfig = {
235
241
  init: environment => {
236
242
  FeatureConfig.env = environment;
237
243
  PlussCore__namespace.Config.init(environment);
238
- }
244
+ },
245
+ notificationPreference: values.notificationPreference
239
246
  };
240
247
 
241
248
  const JOBS_LOADED = values.actionJobsLoaded;
package/dist/index.esm.js CHANGED
@@ -81,7 +81,13 @@ const values = {
81
81
  hasHelpButton: true,
82
82
  helpGuideURL: 'https://www.plusscommunities.com/forms-feature',
83
83
  stringConfigJobStatus: 'maintenanceJobStatusForms',
84
- stringConfigHideSeen: 'maintenanceDisableSeenForms'
84
+ stringConfigHideSeen: 'maintenanceDisableSeenForms',
85
+ // Comment subscription notification preference
86
+ notificationPreference: {
87
+ key: 'maintenancerequestFormsComments',
88
+ label: 'Forms comments',
89
+ permission: 'maintenanceTrackingForms'
90
+ }
85
91
  };
86
92
 
87
93
  // import * as PlussCore from '../../pluss-core/src';
@@ -204,7 +210,8 @@ const FeatureConfig = {
204
210
  init: environment => {
205
211
  FeatureConfig.env = environment;
206
212
  PlussCore.Config.init(environment);
207
- }
213
+ },
214
+ notificationPreference: values.notificationPreference
208
215
  };
209
216
 
210
217
  const JOBS_LOADED = values.actionJobsLoaded;
package/dist/index.umd.js CHANGED
@@ -101,7 +101,13 @@
101
101
  hasHelpButton: true,
102
102
  helpGuideURL: 'https://www.plusscommunities.com/forms-feature',
103
103
  stringConfigJobStatus: 'maintenanceJobStatusForms',
104
- stringConfigHideSeen: 'maintenanceDisableSeenForms'
104
+ stringConfigHideSeen: 'maintenanceDisableSeenForms',
105
+ // Comment subscription notification preference
106
+ notificationPreference: {
107
+ key: 'maintenancerequestFormsComments',
108
+ label: 'Forms comments',
109
+ permission: 'maintenanceTrackingForms'
110
+ }
105
111
  };
106
112
 
107
113
  // import * as PlussCore from '../../pluss-core/src';
@@ -224,7 +230,8 @@
224
230
  init: environment => {
225
231
  FeatureConfig.env = environment;
226
232
  PlussCore__namespace.Config.init(environment);
227
- }
233
+ },
234
+ notificationPreference: values.notificationPreference
228
235
  };
229
236
 
230
237
  const JOBS_LOADED = values.actionJobsLoaded;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-web-forms",
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 };
@@ -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 };