@gus-eip/loggers 4.1.7 → 4.1.9

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.
@@ -81,7 +81,7 @@ exports.BRAND_USECASE_MAPPING = [
81
81
  destination: 'GUS Salesforce',
82
82
  },
83
83
  {
84
- brands: ['UCW', 'UNFC', 'UEG'],
84
+ brands: ['UCW', 'UNFC', 'UEG', 'PU'],
85
85
  usecase: 'SAVE_STANDARDIZED_TESTS_DETAILS',
86
86
  source: 'OAP',
87
87
  destination: 'GUS Salesforce',
@@ -422,6 +422,18 @@ exports.BRAND_USECASE_MAPPING = [
422
422
  source: 'MYUCW',
423
423
  destination: 'GUS Salesforce',
424
424
  },
425
+ {
426
+ brands: ['UCW'],
427
+ usecase: 'UCW_PAL_APPROVED',
428
+ source: 'MYUCW',
429
+ destination: 'GUS Salesforce',
430
+ },
431
+ {
432
+ brands: ['UCW'],
433
+ usecase: 'UCW_APPROVED_LOC',
434
+ source: 'MYUCW',
435
+ destination: 'GUS Salesforce',
436
+ },
425
437
  {
426
438
  brands: ['UCW'],
427
439
  usecase: 'UCW_VISA_APPROVED',
@@ -729,7 +741,7 @@ exports.BRAND_USECASE_MAPPING = [
729
741
  destination: 'GUS Salesforce',
730
742
  },
731
743
  {
732
- brands: ['WUL'],
744
+ brands: ['WUL', 'Arden University'],
733
745
  usecase: 'SAVE_EXPERIENCE',
734
746
  source: 'OAP',
735
747
  destination: 'GUS Salesforce',
@@ -43,6 +43,8 @@ export declare enum UsecaseMapping {
43
43
  GUS_CLARIFICATION_SUBMITTED = "Clarification submission",
44
44
  UCW_OFFERED = "Offer letter issued",
45
45
  UCW_DOCUMENT_ISSUED = "Admission document issued",
46
+ UCW_PAL_APPROVED = "Provincial Attestation Letter document issued",
47
+ UCW_APPROVED_LOC = "Letter of Correction document requested",
46
48
  UCW_VISA_APPROVED = "Application visa approval",
47
49
  UCW_ENROLLED = "Application enrolment",
48
50
  UCW_FOLLOWUP_TASK = "Institutional comment",
@@ -106,5 +108,6 @@ export declare enum UsecaseMapping {
106
108
  SAVE_PROGRAM_MATERIALS = "Save Program Materials",
107
109
  SAVE_SUPPORTING_INFORMATION = "Save Supporting Information",
108
110
  SAVE_RECOMMENDATIONS = "Save Recommendations",
109
- SAVE_STUDENT_ACCESSIBILITY_AND_DECLARATIONS = "Save Student Accessibility and Declarations"
111
+ SAVE_STUDENT_ACCESSIBILITY_AND_DECLARATIONS = "Save Student Accessibility and Declarations",
112
+ SAVE_EXPERIENCE = "Save Experience"
110
113
  }
@@ -47,6 +47,8 @@ var UsecaseMapping;
47
47
  UsecaseMapping["GUS_CLARIFICATION_SUBMITTED"] = "Clarification submission";
48
48
  UsecaseMapping["UCW_OFFERED"] = "Offer letter issued";
49
49
  UsecaseMapping["UCW_DOCUMENT_ISSUED"] = "Admission document issued";
50
+ UsecaseMapping["UCW_PAL_APPROVED"] = "Provincial Attestation Letter document issued";
51
+ UsecaseMapping["UCW_APPROVED_LOC"] = "Letter of Correction document requested";
50
52
  UsecaseMapping["UCW_VISA_APPROVED"] = "Application visa approval";
51
53
  UsecaseMapping["UCW_ENROLLED"] = "Application enrolment";
52
54
  UsecaseMapping["UCW_FOLLOWUP_TASK"] = "Institutional comment";
@@ -111,4 +113,5 @@ var UsecaseMapping;
111
113
  UsecaseMapping["SAVE_SUPPORTING_INFORMATION"] = "Save Supporting Information";
112
114
  UsecaseMapping["SAVE_RECOMMENDATIONS"] = "Save Recommendations";
113
115
  UsecaseMapping["SAVE_STUDENT_ACCESSIBILITY_AND_DECLARATIONS"] = "Save Student Accessibility and Declarations";
116
+ UsecaseMapping["SAVE_EXPERIENCE"] = "Save Experience";
114
117
  })(UsecaseMapping || (exports.UsecaseMapping = UsecaseMapping = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "4.1.7",
3
+ "version": "4.1.9",
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",