@gus-eip/loggers 4.5.8 → 4.5.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.
|
@@ -975,49 +975,49 @@ exports.BRAND_USECASE_MAPPING = [
|
|
|
975
975
|
destination: 'GUS Salesforce',
|
|
976
976
|
},
|
|
977
977
|
{
|
|
978
|
-
brands: ['SYRU'],
|
|
978
|
+
brands: ['SYRU', 'SyrU'],
|
|
979
979
|
usecase: 'OFFER_STAGE',
|
|
980
980
|
source: 'SYRU SLATE',
|
|
981
981
|
destination: 'GUS Salesforce',
|
|
982
982
|
},
|
|
983
983
|
{
|
|
984
|
-
brands: ['SYRU'],
|
|
984
|
+
brands: ['SYRU', 'SyrU'],
|
|
985
985
|
usecase: 'REJECT_DOCUMENT',
|
|
986
986
|
source: 'SYRU SLATE',
|
|
987
987
|
destination: 'GUS Salesforce',
|
|
988
988
|
},
|
|
989
989
|
{
|
|
990
|
-
brands: ['SYRU'],
|
|
990
|
+
brands: ['SYRU', 'SyrU'],
|
|
991
991
|
usecase: 'PAYMENT_RECEIVED',
|
|
992
992
|
source: 'SYRU SLATE',
|
|
993
993
|
destination: 'GUS Salesforce',
|
|
994
994
|
},
|
|
995
995
|
{
|
|
996
|
-
brands: ['SYRU'],
|
|
996
|
+
brands: ['SYRU', 'SyrU'],
|
|
997
997
|
usecase: 'VISA_STATUS_UPDATE',
|
|
998
998
|
source: 'SYRU SLATE',
|
|
999
999
|
destination: 'GUS Salesforce',
|
|
1000
1000
|
},
|
|
1001
1001
|
{
|
|
1002
|
-
brands: ['SYRU'],
|
|
1002
|
+
brands: ['SYRU', 'SyrU'],
|
|
1003
1003
|
usecase: 'CLOSED_LOST_STAGE',
|
|
1004
1004
|
source: 'SYRU SLATE',
|
|
1005
1005
|
destination: 'GUS Salesforce',
|
|
1006
1006
|
},
|
|
1007
1007
|
{
|
|
1008
|
-
brands: ['SYRU'],
|
|
1008
|
+
brands: ['SYRU', 'SyrU'],
|
|
1009
1009
|
usecase: 'APPLICATION_INTAKE_CHANGE',
|
|
1010
1010
|
source: 'SYRU SLATE',
|
|
1011
1011
|
destination: 'GUS Salesforce',
|
|
1012
1012
|
},
|
|
1013
1013
|
{
|
|
1014
|
-
brands: ['SYRU'],
|
|
1014
|
+
brands: ['SYRU', 'SyrU'],
|
|
1015
1015
|
usecase: 'ADDITIONAL_INFORMATION_REQUIRED',
|
|
1016
1016
|
source: 'SYRU SLATE',
|
|
1017
1017
|
destination: 'GUS Salesforce',
|
|
1018
1018
|
},
|
|
1019
1019
|
{
|
|
1020
|
-
brands: ['SYRU'],
|
|
1020
|
+
brands: ['SYRU', 'SyrU'],
|
|
1021
1021
|
usecase: 'ADDITIONAL_DOCUMENTS_REQUIRED',
|
|
1022
1022
|
source: 'SYRU SLATE',
|
|
1023
1023
|
destination: 'GUS Salesforce',
|
package/package.json
CHANGED