@gus-eip/loggers 4.1.1 → 4.1.2

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
@@ -549,6 +549,15 @@ export declare class LoggerEnum {
549
549
  UNFC_DATA_POLLING: string;
550
550
  DEFERRAL_PROCESSING: string;
551
551
  CHANGE_REQUEST_FORM: string;
552
+ ADDITIONAL_DOCUMENTS_REQUIRED: string;
553
+ ADDITIONAL_INFORMATION_REQUIRED: string;
554
+ APPLICATION_INTAKE_CHANGE: string;
555
+ OFFER_STAGE: string;
556
+ PAYMENT_RECEIVED: string;
557
+ REJECT_DOCUMENT: string;
558
+ VISA_STATUS_UPDATE: string;
559
+ CLOSED_LOST_STAGE: string;
560
+ ENROLMENT_STAGE: string;
552
561
  };
553
562
  Component: {
554
563
  OAP_FRONTEND: string;
package/dist/enum.js CHANGED
@@ -560,6 +560,15 @@ let LoggerEnum = class LoggerEnum {
560
560
  UNFC_DATA_POLLING: 'UNFC_DATA_POLLING',
561
561
  DEFERRAL_PROCESSING: 'DEFERRAL_PROCESSING',
562
562
  CHANGE_REQUEST_FORM: 'CHANGE_REQUEST_FORM',
563
+ ADDITIONAL_DOCUMENTS_REQUIRED: 'ADDITIONAL_DOCUMENTS_REQUIRED',
564
+ ADDITIONAL_INFORMATION_REQUIRED: 'ADDITIONAL_INFORMATION_REQUIRED',
565
+ APPLICATION_INTAKE_CHANGE: 'APPLICATION_INTAKE_CHANGE',
566
+ OFFER_STAGE: 'OFFER_STAGE',
567
+ PAYMENT_RECEIVED: 'PAYMENT_RECEIVED',
568
+ REJECT_DOCUMENT: 'REJECT_DOCUMENT',
569
+ VISA_STATUS_UPDATE: 'VISA_STATUS_UPDATE',
570
+ CLOSED_LOST_STAGE: 'CLOSED_LOST_STAGE',
571
+ ENROLMENT_STAGE: 'ENROLMENT_STAGE'
563
572
  };
564
573
  this.Component = {
565
574
  OAP_FRONTEND: 'OAP-FRONTEND',
@@ -416,6 +416,18 @@ exports.BRAND_USECASE_MAPPING = [
416
416
  source: 'OAP',
417
417
  destination: 'GUS Salesforce',
418
418
  },
419
+ {
420
+ brands: ['HZU'],
421
+ usecase: 'DEFERRAL_PROCESSING',
422
+ source: 'OAP',
423
+ destination: 'GUS Salesforce',
424
+ },
425
+ {
426
+ brands: ['HZU'],
427
+ usecase: 'CHANGE_REQUEST_FORM',
428
+ source: 'OAP',
429
+ destination: 'GUS Salesforce',
430
+ },
419
431
  {
420
432
  brands: ['UEG'],
421
433
  usecase: 'SAVE_STUDENT_WITH_SPECIAL_NEEDS',
@@ -548,4 +560,58 @@ exports.BRAND_USECASE_MAPPING = [
548
560
  source: 'ULAW DCRM',
549
561
  destination: 'GUS Salesforce',
550
562
  },
563
+ {
564
+ brands: ['Arden'],
565
+ usecase: 'ADDITIONAL_DOCUMENTS_REQUIRED',
566
+ source: 'Arden DCRM',
567
+ destination: 'GUS Salesforce',
568
+ },
569
+ {
570
+ brands: ['Arden'],
571
+ usecase: 'ADDITIONAL_INFORMATION_REQUIRED',
572
+ source: 'Arden DCRM',
573
+ destination: 'GUS Salesforce',
574
+ },
575
+ {
576
+ brands: ['Arden'],
577
+ usecase: 'APPLICATION_INTAKE_CHANGE',
578
+ source: 'Arden DCRM',
579
+ destination: 'GUS Salesforce',
580
+ },
581
+ {
582
+ brands: ['Arden'],
583
+ usecase: 'CLOSED_LOST_STAGE',
584
+ source: 'Arden DCRM',
585
+ destination: 'GUS Salesforce',
586
+ },
587
+ {
588
+ brands: ['Arden'],
589
+ usecase: 'ENROLMENT_STAGE',
590
+ source: 'Arden DCRM',
591
+ destination: 'GUS Salesforce',
592
+ },
593
+ {
594
+ brands: ['Arden'],
595
+ usecase: 'OFFER_STAGE',
596
+ source: 'Arden DCRM',
597
+ destination: 'GUS Salesforce',
598
+ },
599
+ {
600
+ brands: ['Arden'],
601
+ usecase: 'PAYMENT_RECEIVED',
602
+ source: 'Arden DCRM',
603
+ destination: 'GUS Salesforce',
604
+ },
605
+ {
606
+ brands: ['Arden'],
607
+ usecase: 'REJECT_DOCUMENT',
608
+ source: 'Arden DCRM',
609
+ destination: 'GUS Salesforce',
610
+ },
611
+ {
612
+ brands: ['Arden'],
613
+ usecase: 'VISA_STATUS_UPDATE',
614
+ source: 'Arden DCRM',
615
+ destination: 'GUS Salesforce',
616
+ },
551
617
  ];
@@ -80,5 +80,14 @@ export declare enum UsecaseMapping {
80
80
  ULAW_PAYMENT_STAGE = "Payment Processed",
81
81
  ULAW_NEW_APPLICATION = "New Application Submitted",
82
82
  DEFERRAL_PROCESSING = "Deferral Processing",
83
- CHANGE_REQUEST_FORM = "Change Request Form"
83
+ CHANGE_REQUEST_FORM = "Change Request Form",
84
+ ADDITIONAL_DOCUMENTS_REQUIRED = "Additional Documents Required",
85
+ ADDITIONAL_INFORMATION_REQUIRED = "Additional Information Required",
86
+ APPLICATION_INTAKE_CHANGE = "Application Intake Change",
87
+ OFFER_STAGE = "Offer Stage",
88
+ PAYMENT_RECEIVED = "Payment Received",
89
+ REJECT_DOCUMENT = "Document Rejection",
90
+ VISA_STATUS_UPDATE = "Visa Status Update",
91
+ CLOSED_LOST_STAGE = "Closed Lost Stage",
92
+ ENROLMENT_STAGE = "Enrolment Stage"
84
93
  }
@@ -85,4 +85,13 @@ var UsecaseMapping;
85
85
  UsecaseMapping["ULAW_NEW_APPLICATION"] = "New Application Submitted";
86
86
  UsecaseMapping["DEFERRAL_PROCESSING"] = "Deferral Processing";
87
87
  UsecaseMapping["CHANGE_REQUEST_FORM"] = "Change Request Form";
88
+ UsecaseMapping["ADDITIONAL_DOCUMENTS_REQUIRED"] = "Additional Documents Required";
89
+ UsecaseMapping["ADDITIONAL_INFORMATION_REQUIRED"] = "Additional Information Required";
90
+ UsecaseMapping["APPLICATION_INTAKE_CHANGE"] = "Application Intake Change";
91
+ UsecaseMapping["OFFER_STAGE"] = "Offer Stage";
92
+ UsecaseMapping["PAYMENT_RECEIVED"] = "Payment Received";
93
+ UsecaseMapping["REJECT_DOCUMENT"] = "Document Rejection";
94
+ UsecaseMapping["VISA_STATUS_UPDATE"] = "Visa Status Update";
95
+ UsecaseMapping["CLOSED_LOST_STAGE"] = "Closed Lost Stage";
96
+ UsecaseMapping["ENROLMENT_STAGE"] = "Enrolment Stage";
88
97
  })(UsecaseMapping || (exports.UsecaseMapping = UsecaseMapping = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
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",