@gus-eip/loggers 4.1.8 → 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.
@@ -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',
@@ -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",
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "4.1.8",
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",