@gus-eip/loggers 3.9.3 → 3.9.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.
@@ -3,17 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BRAND_USECASE_MAPPING = void 0;
4
4
  exports.BRAND_USECASE_MAPPING = [
5
5
  {
6
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UEG'],
6
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UEG', 'UCW', 'UNFC'],
7
7
  usecase: 'SAVE_BASIC_DETAILS',
8
8
  source: 'OAP',
9
9
  destination: 'GUS Salesforce',
10
10
  },
11
- {
12
- brands: ['UCW', 'HZU', 'UNFC', 'UEG'],
13
- usecase: 'SAVE_PROGRAMME_DETAILS',
14
- source: 'OAP',
15
- destination: 'GUS Salesforce',
16
- },
17
11
  {
18
12
  brands: ['UCW', 'UNFC', 'UEG'],
19
13
  usecase: 'SAVE_APPLICANT_INFO',
@@ -57,7 +51,7 @@ exports.BRAND_USECASE_MAPPING = [
57
51
  destination: 'GUS Salesforce',
58
52
  },
59
53
  {
60
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG'],
54
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG', 'UCW'],
61
55
  usecase: 'SUBMIT_APPLICATION',
62
56
  source: 'OAP',
63
57
  destination: 'GUS Salesforce',
@@ -111,7 +105,7 @@ exports.BRAND_USECASE_MAPPING = [
111
105
  destination: 'GUS Salesforce',
112
106
  },
113
107
  {
114
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG'],
108
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG', 'UCW'],
115
109
  usecase: 'SAVE_PROGRAMME_DETAILS',
116
110
  source: 'OAP',
117
111
  destination: 'GUS Salesforce',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "3.9.3",
3
+ "version": "3.9.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",