@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
@@ -366,6 +366,8 @@ export declare class LoggerEnum {
366
366
  };
367
367
  UseCase: {
368
368
  PROGRAM_INFO: string;
369
+ AWARDS_DOMESTIC: string;
370
+ IDENTITY_INFORMATION: string;
369
371
  APPLICANT_INFO: string;
370
372
  EMERGENCY_CONTACT: string;
371
373
  BASIC_INFO_STUDENT_INFO: string;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "3.9.9",
3
+ "version": "4.0.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",