@gus-eip/loggers 3.9.8 → 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;
@@ -451,6 +453,7 @@ export declare class LoggerEnum {
451
453
  GUS_NEW_APPLICATION: string;
452
454
  GUS_WITHDRAW_APPLICATION: string;
453
455
  STUDENT_OAP_LEAD_OWNER_ASSIGNMENT: string;
456
+ UEG_DEPOSIT_CONFIRMED: string;
454
457
  };
455
458
  Component: {
456
459
  OAP_FRONTEND: 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',
@@ -462,6 +464,7 @@ let LoggerEnum = class LoggerEnum {
462
464
  GUS_NEW_APPLICATION: 'GUS_NEW_APPLICATION',
463
465
  GUS_WITHDRAW_APPLICATION: 'GUS_WITHDRAW_APPLICATION',
464
466
  STUDENT_OAP_LEAD_OWNER_ASSIGNMENT: 'STUDENT_OAP_LEAD_OWNER_ASSIGNMENT',
467
+ UEG_DEPOSIT_CONFIRMED: 'UEG_DEPOSIT_CONFIRMED',
465
468
  };
466
469
  this.Component = {
467
470
  OAP_FRONTEND: 'OAP-FRONTEND',
@@ -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',
@@ -179,8 +191,8 @@ exports.BRAND_USECASE_MAPPING = [
179
191
  {
180
192
  brands: ['HZU'],
181
193
  usecase: 'GUS_NEW_APPLICATION',
182
- source: 'OAP',
183
- destination: 'GUS Salesforce',
194
+ source: 'GUS Salesforce',
195
+ destination: 'HZU education cloud',
184
196
  },
185
197
  {
186
198
  brands: ['HZU'],
@@ -476,4 +488,10 @@ exports.BRAND_USECASE_MAPPING = [
476
488
  source: 'GUS Salesforce',
477
489
  destination: 'UE Campusnet',
478
490
  },
491
+ {
492
+ brands: ['UEG'],
493
+ usecase: 'UEG_DEPOSIT_CONFIRMED',
494
+ source: 'UE Campusnet',
495
+ destination: 'GUS Salesforce',
496
+ }
479
497
  ];
@@ -68,5 +68,6 @@ export declare enum UsecaseMapping {
68
68
  UEG_DOCUMENT_ISSUED = "Admission document issued",
69
69
  GUS_DOCUMENT_UPLOAD = "Gus document upload",
70
70
  GUS_WITHDRAW_APPLICATION = "Withdraw application",
71
- STUDENT_OAP_LEAD_OWNER_ASSIGNMENT = "Student OAP lead owner assignment"
71
+ STUDENT_OAP_LEAD_OWNER_ASSIGNMENT = "Student OAP lead owner assignment",
72
+ UEG_DEPOSIT_CONFIRMED = "Deposit confirmed"
72
73
  }
@@ -73,4 +73,5 @@ var UsecaseMapping;
73
73
  UsecaseMapping["GUS_DOCUMENT_UPLOAD"] = "Gus document upload";
74
74
  UsecaseMapping["GUS_WITHDRAW_APPLICATION"] = "Withdraw application";
75
75
  UsecaseMapping["STUDENT_OAP_LEAD_OWNER_ASSIGNMENT"] = "Student OAP lead owner assignment";
76
+ UsecaseMapping["UEG_DEPOSIT_CONFIRMED"] = "Deposit confirmed";
76
77
  })(UsecaseMapping || (exports.UsecaseMapping = UsecaseMapping = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "3.9.8",
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",