@gus-eip/loggers 3.9.0 → 3.9.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
@@ -367,6 +367,10 @@ export declare class LoggerEnum {
367
367
  CONTACT_INFO: string;
368
368
  ACADEMIC_INFO: string;
369
369
  PERSONAL_INFO: string;
370
+ INTERNATIONAL_STUDENT_STATEMENT_INFO: string;
371
+ ACCREDITATION_DISCLOSURE_INFO: string;
372
+ CONSUMER_INFORMATION_DISCLOSURE_INFO: string;
373
+ ENROLLMENT_AGREEMENT_INFO: string;
370
374
  TERMS_AND_CONDITION: string;
371
375
  REVIEW_AND_SUBMIT: string;
372
376
  COURSE_SELECTION: string;
@@ -375,6 +379,9 @@ export declare class LoggerEnum {
375
379
  EMPLOYMENT_HISTORY: string;
376
380
  ADDITIONAL_DOCUMENTS: string;
377
381
  TRANSFER_CREDITS: string;
382
+ STUDENT_WITH_SPECIAL_NEEDS: string;
383
+ DECLARATIONS: string;
384
+ DECLARATION_AND_DATA_PROTECTION: string;
378
385
  PROGRAM_FILTER: string;
379
386
  PROGRAM_FILTER_APP_FILTER: string;
380
387
  AWARDS: string;
@@ -383,6 +390,9 @@ export declare class LoggerEnum {
383
390
  TEST_INFO: string;
384
391
  FINANCIAL_DOCUMENT: string;
385
392
  ADDITIONAL_SERVICES: string;
393
+ APPLICANT_ADDRESS: string;
394
+ ENTRANCE_QUALIFICATION_OF_HIGHER_EDUCATION: string;
395
+ APPLICATION_DOCUMENTS: string;
386
396
  ADMISSION_RECOMMENDATION_LETTER: string;
387
397
  REQUIRED_ESSAY_RESUME: string;
388
398
  INTERNATIONAL_STUDENT_CONSENT_FORM: string;
package/dist/enum.js CHANGED
@@ -378,6 +378,10 @@ let LoggerEnum = class LoggerEnum {
378
378
  CONTACT_INFO: 'SAVE_CONTACT_INFO',
379
379
  ACADEMIC_INFO: 'SAVE_ACADEMIC_INFORMATION',
380
380
  PERSONAL_INFO: 'SAVE_PERSONAL_DETAILS',
381
+ INTERNATIONAL_STUDENT_STATEMENT_INFO: 'SAVE_INTERNATIONAL_STUDENT_STATEMENT_INFO',
382
+ ACCREDITATION_DISCLOSURE_INFO: 'SAVE_ACCREDITATION_DISCLOSURE_INFO',
383
+ CONSUMER_INFORMATION_DISCLOSURE_INFO: 'SAVE_CONSUMER_INFORMATION_DISCLOSURE_INFO',
384
+ ENROLLMENT_AGREEMENT_INFO: 'SAVE_ENROLLMENT_AGREEMENT_INFO',
381
385
  TERMS_AND_CONDITION: 'SAVE_TERMS_AND_CONDITIONS',
382
386
  REVIEW_AND_SUBMIT: 'SUBMIT_APPLICATION',
383
387
  COURSE_SELECTION: 'SAVE_COURSE_SELECTION_DETAILS',
@@ -386,6 +390,9 @@ let LoggerEnum = class LoggerEnum {
386
390
  EMPLOYMENT_HISTORY: 'SAVE_EMPLOYMENT_HISTORY_DETAILS',
387
391
  ADDITIONAL_DOCUMENTS: 'SAVE_ADDITIONAL_DOCUMENTS_DETAILS',
388
392
  TRANSFER_CREDITS: 'SAVE_TRANSFER_CREDITS_DETAILS',
393
+ STUDENT_WITH_SPECIAL_NEEDS: 'SAVE_STUDENT_WITH_SPECIAL_NEEDS',
394
+ DECLARATIONS: 'SAVE_DECLARATIONS',
395
+ DECLARATION_AND_DATA_PROTECTION: 'SAVE_DECLARATION_AND_DATA_PROTECTION',
389
396
  PROGRAM_FILTER: 'SAVE_PROGRAMME_DETAILS',
390
397
  PROGRAM_FILTER_APP_FILTER: 'SAVE_PROGRAMME_DETAILS',
391
398
  AWARDS: 'SAVE_AWARDS_DETAILS',
@@ -394,6 +401,9 @@ let LoggerEnum = class LoggerEnum {
394
401
  TEST_INFO: 'SAVE_TEST_INFORMATION',
395
402
  FINANCIAL_DOCUMENT: 'SAVE_FINANCIAL_DOCUMENT',
396
403
  ADDITIONAL_SERVICES: 'SAVE_ADDITIONAL_SERVICES_INFORMATION',
404
+ APPLICANT_ADDRESS: 'SAVE_APPLICANT_ADDRESS',
405
+ ENTRANCE_QUALIFICATION_OF_HIGHER_EDUCATION: 'SAVE_ENTRANCE_QUALIFICATION_OF_HIGHER_EDUCATION',
406
+ APPLICATION_DOCUMENTS: 'SAVE_APPLICATION_DOCUMENTS',
397
407
  ADMISSION_RECOMMENDATION_LETTER: 'SAVE_ADMISSION_RECOMMENDATION_LETTER_DETAILS',
398
408
  REQUIRED_ESSAY_RESUME: 'SAVE_REQUIRED_ESSAY_RESUME_DETAILS',
399
409
  INTERNATIONAL_STUDENT_CONSENT_FORM: 'SAVE_INTERNATIONAL_STUDENT_CONSENT_FORM_DETAILS',
@@ -3,73 +3,73 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BRAND_USECASE_MAPPING = void 0;
4
4
  exports.BRAND_USECASE_MAPPING = [
5
5
  {
6
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR'],
6
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UEG'],
7
7
  usecase: 'SAVE_BASIC_DETAILS',
8
8
  source: 'OAP',
9
9
  destination: 'GUS Salesforce',
10
10
  },
11
11
  {
12
- brands: ['UCW', 'HZU', 'UNFC'],
12
+ brands: ['UCW', 'HZU', 'UNFC', 'UEG'],
13
13
  usecase: 'SAVE_PROGRAMME_DETAILS',
14
14
  source: 'OAP',
15
15
  destination: 'GUS Salesforce',
16
16
  },
17
17
  {
18
- brands: ['UCW', 'UNFC'],
18
+ brands: ['UCW', 'UNFC', 'UEG'],
19
19
  usecase: 'SAVE_APPLICANT_INFO',
20
20
  source: 'OAP',
21
21
  destination: 'GUS Salesforce',
22
22
  },
23
23
  {
24
- brands: ['UCW', 'UNFC'],
24
+ brands: ['UCW', 'UNFC', 'UEG'],
25
25
  usecase: 'SAVE_EMERGENCY_CONTACT_DETAILS',
26
26
  source: 'OAP',
27
27
  destination: 'GUS Salesforce',
28
28
  },
29
29
  {
30
- brands: ['LIM College', 'HZU', 'IBAT'],
30
+ brands: ['LIM College', 'HZU', 'IBAT', 'UEG'],
31
31
  usecase: 'SAVE_ADDITIONAL_INFORMATION',
32
32
  source: 'OAP',
33
33
  destination: 'GUS Salesforce',
34
34
  },
35
35
  {
36
- brands: ['LIM College', 'HZU'],
36
+ brands: ['LIM College', 'HZU', 'UEG'],
37
37
  usecase: 'SAVE_ACADEMIC_INFORMATION',
38
38
  source: 'OAP',
39
39
  destination: 'GUS Salesforce',
40
40
  },
41
41
  {
42
- brands: ['LSBFMYR'],
42
+ brands: ['LSBFMYR', 'UEG'],
43
43
  usecase: 'SAVE_CONTACT_INFO',
44
44
  source: 'OAP',
45
45
  destination: 'GUS Salesforce',
46
46
  },
47
47
  {
48
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR'],
48
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UEG'],
49
49
  usecase: 'SAVE_PERSONAL_DETAILS',
50
50
  source: 'OAP',
51
51
  destination: 'GUS Salesforce',
52
52
  },
53
53
  {
54
- brands: ['HZU', 'LSBFMYR'],
54
+ brands: ['HZU', 'LSBFMYR', 'UEG'],
55
55
  usecase: 'SAVE_TERMS_AND_CONDITIONS',
56
56
  source: 'OAP',
57
57
  destination: 'GUS Salesforce',
58
58
  },
59
59
  {
60
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC'],
60
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG'],
61
61
  usecase: 'SUBMIT_APPLICATION',
62
62
  source: 'OAP',
63
63
  destination: 'GUS Salesforce',
64
64
  },
65
65
  {
66
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC'],
66
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG'],
67
67
  usecase: 'UPLOAD_DOCUMENT',
68
68
  source: 'OAP',
69
69
  destination: 'GUS Salesforce',
70
70
  },
71
71
  {
72
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC'],
72
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG'],
73
73
  usecase: 'GUS_SALESFORCE_OPERATION',
74
74
  source: 'OAP',
75
75
  destination: 'GUS Salesforce',
@@ -81,37 +81,37 @@ exports.BRAND_USECASE_MAPPING = [
81
81
  destination: 'GUS Salesforce',
82
82
  },
83
83
  {
84
- brands: ['UCW', 'UNFC', 'LSBFMYR'],
84
+ brands: ['UCW', 'UNFC', 'LSBFMYR', 'UEG'],
85
85
  usecase: 'SAVE_EDUCATION_HISTORY_DETAILS',
86
86
  source: 'OAP',
87
87
  destination: 'GUS Salesforce',
88
88
  },
89
89
  {
90
- brands: ['UCW', 'UNFC'],
90
+ brands: ['UCW', 'UNFC', 'UEG'],
91
91
  usecase: 'SAVE_STANDARDIZED_TESTS_DETAILS',
92
92
  source: 'OAP',
93
93
  destination: 'GUS Salesforce',
94
94
  },
95
95
  {
96
- brands: ['UCW', 'LIM College'],
96
+ brands: ['UCW', 'LIM College', 'UEG'],
97
97
  usecase: 'SAVE_EMPLOYMENT_HISTORY_DETAILS',
98
98
  source: 'OAP',
99
99
  destination: 'GUS Salesforce',
100
100
  },
101
101
  {
102
- brands: ['UCW', 'UNFC'],
102
+ brands: ['UCW', 'UNFC', 'UEG'],
103
103
  usecase: 'SAVE_ADDITIONAL_DOCUMENTS_DETAILS',
104
104
  source: 'OAP',
105
105
  destination: 'GUS Salesforce',
106
106
  },
107
107
  {
108
- brands: ['UNFC'],
108
+ brands: ['UNFC', 'UEG'],
109
109
  usecase: 'SAVE_TRANSFER_CREDITS_DETAILS',
110
110
  source: 'OAP',
111
111
  destination: 'GUS Salesforce',
112
112
  },
113
113
  {
114
- brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC'],
114
+ brands: ['LIM College', 'HZU', 'IBAT', 'LSBFMYR', 'UNFC', 'UEG'],
115
115
  usecase: 'SAVE_PROGRAMME_DETAILS',
116
116
  source: 'OAP',
117
117
  destination: 'GUS Salesforce',
@@ -129,25 +129,25 @@ exports.BRAND_USECASE_MAPPING = [
129
129
  destination: 'GUS Salesforce',
130
130
  },
131
131
  {
132
- brands: ['LIM College', 'IBAT', 'LSBFMYR'],
132
+ brands: ['LIM College', 'IBAT', 'LSBFMYR', 'UEG'],
133
133
  usecase: 'SAVE_DECLARATION_DETAILS',
134
134
  source: 'OAP',
135
135
  destination: 'GUS Salesforce',
136
136
  },
137
137
  {
138
- brands: ['LIM College', 'LSBFMYR'],
138
+ brands: ['LIM College', 'LSBFMYR', 'UEG'],
139
139
  usecase: 'SAVE_TEST_INFORMATION',
140
140
  source: 'OAP',
141
141
  destination: 'GUS Salesforce',
142
142
  },
143
143
  {
144
- brands: ['HZU', 'LIM College'],
144
+ brands: ['HZU', 'LIM College', 'UEG'],
145
145
  usecase: 'SAVE_FINANCIAL_DOCUMENT',
146
146
  source: 'OAP',
147
147
  destination: 'GUS Salesforce',
148
148
  },
149
149
  {
150
- brands: ['IBAT'],
150
+ brands: ['IBAT', 'UEG'],
151
151
  usecase: 'SAVE_ADDITIONAL_SERVICES_INFORMATION',
152
152
  source: 'OAP',
153
153
  destination: 'GUS Salesforce',
@@ -279,13 +279,13 @@ exports.BRAND_USECASE_MAPPING = [
279
279
  destination: 'GUS Salesforce',
280
280
  },
281
281
  {
282
- brands: ['UCW'],
282
+ brands: ['UCW', 'UEG'],
283
283
  usecase: 'GUS_NEW_APPLICATION',
284
284
  source: 'GUS Salesforce',
285
285
  destination: 'MYUCW',
286
286
  },
287
287
  {
288
- brands: ['UCW'],
288
+ brands: ['UCW', 'UEG'],
289
289
  usecase: 'GUS_WITHDRAW_APPLICATION',
290
290
  source: 'GUS Salesforce',
291
291
  destination: 'MYUCW',
@@ -386,4 +386,64 @@ exports.BRAND_USECASE_MAPPING = [
386
386
  source: 'MYUCW',
387
387
  destination: 'GUS Salesforce',
388
388
  },
389
+ {
390
+ brands: ['HZU'],
391
+ usecase: 'SAVE_INTERNATIONAL_STUDENT_STATEMENT_INFO',
392
+ source: 'OAP',
393
+ destination: 'GUS Salesforce',
394
+ },
395
+ {
396
+ brands: ['HZU'],
397
+ usecase: 'SAVE_ACCREDITATION_DISCLOSURE_INFO',
398
+ source: 'OAP',
399
+ destination: 'GUS Salesforce',
400
+ },
401
+ {
402
+ brands: ['HZU'],
403
+ usecase: 'SAVE_CONSUMER_INFORMATION_DISCLOSURE_INFO',
404
+ source: 'OAP',
405
+ destination: 'GUS Salesforce',
406
+ },
407
+ {
408
+ brands: ['HZU'],
409
+ usecase: 'SAVE_ENROLLMENT_AGREEMENT_INFO',
410
+ source: 'OAP',
411
+ destination: 'GUS Salesforce',
412
+ },
413
+ {
414
+ brands: ['UEG'],
415
+ usecase: 'SAVE_STUDENT_WITH_SPECIAL_NEEDS',
416
+ source: 'OAP',
417
+ destination: 'GUS Salesforce',
418
+ },
419
+ {
420
+ brands: ['UEG'],
421
+ usecase: 'SAVE_DECLARATIONS',
422
+ source: 'OAP',
423
+ destination: 'GUS Salesforce',
424
+ },
425
+ {
426
+ brands: ['UEG'],
427
+ usecase: 'SAVE_DECLARATION_AND_DATA_PROTECTION',
428
+ source: 'OAP',
429
+ destination: 'GUS Salesforce',
430
+ },
431
+ {
432
+ brands: ['UEG'],
433
+ usecase: 'SAVE_APPLICANT_ADDRESS',
434
+ source: 'OAP',
435
+ destination: 'GUS Salesforce',
436
+ },
437
+ {
438
+ brands: ['UEG'],
439
+ usecase: 'SAVE_ENTRANCE_QUALIFICATION_OF_HIGHER_EDUCATION',
440
+ source: 'OAP',
441
+ destination: 'GUS Salesforce',
442
+ },
443
+ {
444
+ brands: ['UEG'],
445
+ usecase: 'SAVE_APPLICATION_DOCUMENTS',
446
+ source: 'OAP',
447
+ destination: 'GUS Salesforce',
448
+ },
389
449
  ];
@@ -51,5 +51,15 @@ export declare enum UsecaseMapping {
51
51
  UCW_WITHDRAW_APPLICATION = "Application withdrawn",
52
52
  UCW_REJECT_APPLICATION_VS = "Application visa rejection",
53
53
  UCW_REJECT_DOCUMENT = "Document rejection",
54
- UCW_APPLICATION_DEFERRED = "Application deferred"
54
+ UCW_APPLICATION_DEFERRED = "Application deferred",
55
+ SAVE_INTERNATIONAL_STUDENT_STATEMENT_INFO = "Save International Student Statement Information",
56
+ SAVE_ACCREDITATION_DISCLOSURE_INFO = "Save Accreditation Disclosure Information",
57
+ SAVE_CONSUMER_INFORMATION_DISCLOSURE_INFO = "Save Consumer Information Disclosure Information",
58
+ SAVE_ENROLLMENT_AGREEMENT_INFO = "Save Enrollment Agreement Information",
59
+ SAVE_STUDENT_WITH_SPECIAL_NEEDS = "Save Student with Special Needs",
60
+ SAVE_DECLARATIONS = "Save Declarations",
61
+ SAVE_DECLARATION_AND_DATA_PROTECTION = "Save Declaration and Data Protection",
62
+ SAVE_APPLICANT_ADDRESS = "Save Applicant Address",
63
+ SAVE_ENTRANCE_QUALIFICATION_OF_HIGHER_EDUCATION = "Save Entrance Qualification of Higher Education",
64
+ SAVE_APPLICATION_DOCUMENTS = "Save Application Documents"
55
65
  }
@@ -56,4 +56,14 @@ var UsecaseMapping;
56
56
  UsecaseMapping["UCW_REJECT_APPLICATION_VS"] = "Application visa rejection";
57
57
  UsecaseMapping["UCW_REJECT_DOCUMENT"] = "Document rejection";
58
58
  UsecaseMapping["UCW_APPLICATION_DEFERRED"] = "Application deferred";
59
+ UsecaseMapping["SAVE_INTERNATIONAL_STUDENT_STATEMENT_INFO"] = "Save International Student Statement Information";
60
+ UsecaseMapping["SAVE_ACCREDITATION_DISCLOSURE_INFO"] = "Save Accreditation Disclosure Information";
61
+ UsecaseMapping["SAVE_CONSUMER_INFORMATION_DISCLOSURE_INFO"] = "Save Consumer Information Disclosure Information";
62
+ UsecaseMapping["SAVE_ENROLLMENT_AGREEMENT_INFO"] = "Save Enrollment Agreement Information";
63
+ UsecaseMapping["SAVE_STUDENT_WITH_SPECIAL_NEEDS"] = "Save Student with Special Needs";
64
+ UsecaseMapping["SAVE_DECLARATIONS"] = "Save Declarations";
65
+ UsecaseMapping["SAVE_DECLARATION_AND_DATA_PROTECTION"] = "Save Declaration and Data Protection";
66
+ UsecaseMapping["SAVE_APPLICANT_ADDRESS"] = "Save Applicant Address";
67
+ UsecaseMapping["SAVE_ENTRANCE_QUALIFICATION_OF_HIGHER_EDUCATION"] = "Save Entrance Qualification of Higher Education";
68
+ UsecaseMapping["SAVE_APPLICATION_DOCUMENTS"] = "Save Application Documents";
59
69
  })(UsecaseMapping || (exports.UsecaseMapping = UsecaseMapping = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gus-eip/loggers",
3
- "version": "3.9.0",
3
+ "version": "3.9.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",