@plusscommunities/pluss-maintenance-aws-forms 2.1.27 → 2.1.31

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/feature.config.js CHANGED
@@ -17,6 +17,7 @@ exports.entity = {
17
17
 
18
18
  exports.serverless = {
19
19
  name: values.serviceKey,
20
+ useVpc: true, // Enable VPC routing for static outbound IP (requires vpcConfig in config/index.js)
20
21
  apis: [
21
22
  {
22
23
  name: "getJobType",
@@ -178,10 +178,7 @@ class SeeStuffStrategy extends IntegrationStrategy {
178
178
  id: "system",
179
179
  },
180
180
  systemType: "SeeStuff",
181
- error:
182
- e.message === "NoCRMResidentId"
183
- ? "That resident does not have a CRM Contact Id"
184
- : null,
181
+ error: e.message === "NoCRMResidentId" ? "No CRM ID found" : null,
185
182
  });
186
183
 
187
184
  await editRef(values.tableNameMaintenance, "id", request.id, {
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws-forms",
3
- "version": "2.1.27",
3
+ "version": "2.1.31",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws-forms",
3
- "version": "2.1.27",
3
+ "version": "2.1.31",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",