@gus-eip/loggers 4.4.8 → 4.5.0

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.
@@ -945,57 +945,81 @@ exports.BRAND_USECASE_MAPPING = [
945
945
  destination: 'GUS Salesforce',
946
946
  },
947
947
  {
948
- brands: ['SYRU'],
948
+ brands: ['SYRU, SyrU'],
949
949
  usecase: 'SAVE_PLEDGE',
950
950
  source: 'OAP',
951
951
  destination: 'GUS Salesforce',
952
952
  },
953
953
  {
954
- brands: ['SYRU'],
954
+ brands: ['SYRU, SyrU'],
955
955
  usecase: 'OFFER_STAGE',
956
956
  source: 'SYRU SLATE',
957
957
  destination: 'GUS Salesforce',
958
958
  },
959
959
  {
960
- brands: ['SYRU'],
960
+ brands: ['SYRU, SyrU'],
961
961
  usecase: 'REJECT_DOCUMENT',
962
962
  source: 'SYRU SLATE',
963
963
  destination: 'GUS Salesforce',
964
964
  },
965
965
  {
966
- brands: ['SYRU'],
966
+ brands: ['SYRU, SyrU'],
967
967
  usecase: 'PAYMENT_RECEIVED',
968
968
  source: 'SYRU SLATE',
969
969
  destination: 'GUS Salesforce',
970
970
  },
971
971
  {
972
- brands: ['SYRU'],
972
+ brands: ['SYRU, SyrU'],
973
973
  usecase: 'VISA_STATUS_UPDATE',
974
974
  source: 'SYRU SLATE',
975
975
  destination: 'GUS Salesforce',
976
976
  },
977
977
  {
978
- brands: ['SYRU'],
978
+ brands: ['SYRU, SyrU'],
979
979
  usecase: 'CLOSED_LOST_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: 'APPLICATION_INTAKE_CHANGE',
986
986
  source: 'SYRU SLATE',
987
987
  destination: 'GUS Salesforce',
988
988
  },
989
989
  {
990
- brands: ['SYRU'],
990
+ brands: ['SYRU, SyrU'],
991
991
  usecase: 'ADDITIONAL_INFORMATION_REQUIRED',
992
992
  source: 'SYRU SLATE',
993
993
  destination: 'GUS Salesforce',
994
994
  },
995
995
  {
996
- brands: ['SYRU'],
996
+ brands: ['SYRU, SyrU'],
997
997
  usecase: 'ADDITIONAL_DOCUMENTS_REQUIRED',
998
998
  source: 'SYRU SLATE',
999
999
  destination: 'GUS Salesforce',
1000
1000
  },
1001
+ {
1002
+ brands: ['SYRU, SyrU'],
1003
+ usecase: 'GUS_NEW_APPLICATION',
1004
+ source: 'GUS Salesforce',
1005
+ destination: 'SYRU SLATE',
1006
+ },
1007
+ {
1008
+ brands: ['SYRU, SyrU'],
1009
+ usecase: 'GUS_DOCUMENT_UPDATE',
1010
+ source: 'GUS Salesforce',
1011
+ destination: 'SYRU SLATE',
1012
+ },
1013
+ {
1014
+ brands: ['SYRU, SyrU'],
1015
+ usecase: 'GUS_WITHDRAW_APPLICATION',
1016
+ source: 'GUS Salesforce',
1017
+ destination: 'SYRU SLATE',
1018
+ },
1019
+ {
1020
+ brands: ['SYRU, SyrU'],
1021
+ usecase: 'GUS_DOCUMENT_UPLOAD',
1022
+ source: 'GUS Salesforce',
1023
+ destination: 'SYRU SLATE',
1024
+ },
1001
1025
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "4.4.8",
3
+ "version": "4.5.0",
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",