@gus-eip/loggers 3.9.9 → 4.0.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.
package/dist/enum.d.ts
CHANGED
package/dist/enum.js
CHANGED
@@ -377,6 +377,8 @@ let LoggerEnum = class LoggerEnum {
|
|
377
377
|
};
|
378
378
|
this.UseCase = {
|
379
379
|
PROGRAM_INFO: 'SAVE_PROGRAMME_DETAILS',
|
380
|
+
AWARDS_DOMESTIC: 'SAVE_AWARDS_DOMESTIC_DETAILS',
|
381
|
+
IDENTITY_INFORMATION: 'SAVE_IDENTITY_INFORMATION',
|
380
382
|
APPLICANT_INFO: 'SAVE_APPLICANT_INFO',
|
381
383
|
EMERGENCY_CONTACT: 'SAVE_EMERGENCY_CONTACT_DETAILS',
|
382
384
|
BASIC_INFO_STUDENT_INFO: 'SAVE_BASIC_DETAILS',
|
@@ -116,6 +116,18 @@ exports.BRAND_USECASE_MAPPING = [
|
|
116
116
|
source: 'OAP',
|
117
117
|
destination: 'GUS Salesforce',
|
118
118
|
},
|
119
|
+
{
|
120
|
+
brands: ['UCW'],
|
121
|
+
usecase: 'SAVE_AWARDS_DOMESTIC_DETAILS',
|
122
|
+
source: 'OAP',
|
123
|
+
destination: 'GUS Salesforce',
|
124
|
+
},
|
125
|
+
{
|
126
|
+
brands: ['UCW'],
|
127
|
+
usecase: 'SAVE_IDENTITY_INFORMATION',
|
128
|
+
source: 'OAP',
|
129
|
+
destination: 'GUS Salesforce',
|
130
|
+
},
|
119
131
|
{
|
120
132
|
brands: ['LIM College'],
|
121
133
|
usecase: 'SAVE_PRIVACY_PROTECTION_POLICY_DETAILS',
|
package/package.json
CHANGED