@gus-eip/loggers 4.6.4 → 4.6.5

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.
@@ -1106,6 +1106,12 @@ exports.BRAND_USECASE_MAPPING = [
1106
1106
  source: 'CUA SLATE',
1107
1107
  destination: 'GUS Salesforce',
1108
1108
  },
1109
+ {
1110
+ brands: ['CUA'],
1111
+ usecase: 'ENROLMENT_STAGE',
1112
+ source: 'CUA SLATE',
1113
+ destination: 'GUS Salesforce',
1114
+ },
1109
1115
  {
1110
1116
  brands: ['CUA'],
1111
1117
  usecase: 'NEW_APPLICATION',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "4.6.4",
3
+ "version": "4.6.5",
4
4
  "description": "@gus-eip/loggers is a package designed to provide logging functionality for your Node.js applications.",
5
5
  "author": "gus",
6
6
  "readmeFilename": "README.md",