@gus-eip/loggers 4.1.7 → 4.1.8

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',
@@ -729,7 +729,7 @@ exports.BRAND_USECASE_MAPPING = [
729
729
  destination: 'GUS Salesforce',
730
730
  },
731
731
  {
732
- brands: ['WUL'],
732
+ brands: ['WUL', 'Arden University'],
733
733
  usecase: 'SAVE_EXPERIENCE',
734
734
  source: 'OAP',
735
735
  destination: 'GUS Salesforce',
@@ -106,5 +106,6 @@ export declare enum UsecaseMapping {
106
106
  SAVE_PROGRAM_MATERIALS = "Save Program Materials",
107
107
  SAVE_SUPPORTING_INFORMATION = "Save Supporting Information",
108
108
  SAVE_RECOMMENDATIONS = "Save Recommendations",
109
- SAVE_STUDENT_ACCESSIBILITY_AND_DECLARATIONS = "Save Student Accessibility and Declarations"
109
+ SAVE_STUDENT_ACCESSIBILITY_AND_DECLARATIONS = "Save Student Accessibility and Declarations",
110
+ SAVE_EXPERIENCE = "Save Experience"
110
111
  }
@@ -111,4 +111,5 @@ var UsecaseMapping;
111
111
  UsecaseMapping["SAVE_SUPPORTING_INFORMATION"] = "Save Supporting Information";
112
112
  UsecaseMapping["SAVE_RECOMMENDATIONS"] = "Save Recommendations";
113
113
  UsecaseMapping["SAVE_STUDENT_ACCESSIBILITY_AND_DECLARATIONS"] = "Save Student Accessibility and Declarations";
114
+ UsecaseMapping["SAVE_EXPERIENCE"] = "Save Experience";
114
115
  })(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.8",
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",