@gus-eip/loggers 4.6.0 → 4.6.2
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.
|
@@ -1100,6 +1100,12 @@ exports.BRAND_USECASE_MAPPING = [
|
|
|
1100
1100
|
source: 'CUA SLATE',
|
|
1101
1101
|
destination: 'GUS Salesforce',
|
|
1102
1102
|
},
|
|
1103
|
+
{
|
|
1104
|
+
brands: ['CUA'],
|
|
1105
|
+
usecase: 'I_20_ISSUED',
|
|
1106
|
+
source: 'CUA SLATE',
|
|
1107
|
+
destination: 'GUS Salesforce',
|
|
1108
|
+
},
|
|
1103
1109
|
{
|
|
1104
1110
|
brands: ['CUA'],
|
|
1105
1111
|
usecase: 'NEW_APPLICATION',
|
package/package.json
CHANGED