@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