@gus-eip/loggers 4.4.8 → 4.4.9
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.
|
@@ -998,4 +998,28 @@ exports.BRAND_USECASE_MAPPING = [
|
|
|
998
998
|
source: 'SYRU SLATE',
|
|
999
999
|
destination: 'GUS Salesforce',
|
|
1000
1000
|
},
|
|
1001
|
+
{
|
|
1002
|
+
brands: ['SYRU'],
|
|
1003
|
+
usecase: 'GUS_NEW_APPLICATION',
|
|
1004
|
+
source: 'GUS Salesforce',
|
|
1005
|
+
destination: 'SYRU SLATE',
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
brands: ['SYRU'],
|
|
1009
|
+
usecase: 'GUS_DOCUMENT_UPDATE',
|
|
1010
|
+
source: 'GUS Salesforce',
|
|
1011
|
+
destination: 'SYRU SLATE',
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
brands: ['SYRU'],
|
|
1015
|
+
usecase: 'GUS_WITHDRAW_APPLICATION',
|
|
1016
|
+
source: 'GUS Salesforce',
|
|
1017
|
+
destination: 'SYRU SLATE',
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
brands: ['SYRU'],
|
|
1021
|
+
usecase: 'GUS_DOCUMENT_UPLOAD',
|
|
1022
|
+
source: 'GUS Salesforce',
|
|
1023
|
+
destination: 'SYRU SLATE',
|
|
1024
|
+
},
|
|
1001
1025
|
];
|
package/package.json
CHANGED