@gus-eip/loggers 4.5.2 → 4.5.4

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.
@@ -999,26 +999,26 @@ exports.BRAND_USECASE_MAPPING = [
999
999
  destination: 'GUS Salesforce',
1000
1000
  },
1001
1001
  {
1002
- brands: ['SYRU'],
1003
- usecase: 'GUS_NEW_APPLICATION',
1002
+ brands: ['SYRU,SyrU'],
1003
+ usecase: 'NEW_APPLICATION',
1004
1004
  source: 'GUS Salesforce',
1005
1005
  destination: 'SYRU SLATE'
1006
1006
  },
1007
1007
  {
1008
- brands: ['SYRU'],
1009
- usecase: 'GUS_DOCUMENT_UPDATE',
1008
+ brands: ['SYRU,SyrU'],
1009
+ usecase: 'DOCUMENT_UPLOAD',
1010
1010
  source: 'GUS Salesforce',
1011
1011
  destination: 'SYRU SLATE'
1012
1012
  },
1013
1013
  {
1014
- brands: ['SYRU'],
1015
- usecase: 'GUS_WITHDRAW_APPLICATION',
1014
+ brands: ['SYRU,SyrU'],
1015
+ usecase: 'DOCUMENT_UPDATE',
1016
1016
  source: 'GUS Salesforce',
1017
1017
  destination: 'SYRU SLATE'
1018
1018
  },
1019
1019
  {
1020
- brands: ['SYRU'],
1021
- usecase: 'GUS_DOCUMENT_UPLOAD',
1020
+ brands: ['SYRU,SyrU'],
1021
+ usecase: 'WITHDRAW_APPLICATION',
1022
1022
  source: 'GUS Salesforce',
1023
1023
  destination: 'SYRU SLATE'
1024
1024
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "4.5.2",
3
+ "version": "4.5.4",
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",