@studyportals/sp-lord-business-interface
Advanced tools
Comparing version 0.0.1-104 to 0.0.1-105
{ | ||
"name": "@studyportals/sp-lord-business-interface", | ||
"version": "0.0.1-104", | ||
"version": "0.0.1-105", | ||
"description": "Typescript library containing resources that facilitate integration with Lord Business.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -8,3 +8,5 @@ export declare enum EnrolmentIdentificationSource { | ||
COOKIE_TRACKING = 50, | ||
COMPANY_X = 60 | ||
DATA_ENRICHMENT = 60, | ||
CLIENT_SURVEY = 70, | ||
DREAM_APPLY = 80 | ||
} | ||
@@ -11,0 +13,0 @@ export declare namespace EnrolmentIdentificationSource { |
@@ -11,3 +11,5 @@ "use strict"; | ||
EnrolmentIdentificationSource[EnrolmentIdentificationSource["COOKIE_TRACKING"] = 50] = "COOKIE_TRACKING"; | ||
EnrolmentIdentificationSource[EnrolmentIdentificationSource["COMPANY_X"] = 60] = "COMPANY_X"; | ||
EnrolmentIdentificationSource[EnrolmentIdentificationSource["DATA_ENRICHMENT"] = 60] = "DATA_ENRICHMENT"; | ||
EnrolmentIdentificationSource[EnrolmentIdentificationSource["CLIENT_SURVEY"] = 70] = "CLIENT_SURVEY"; | ||
EnrolmentIdentificationSource[EnrolmentIdentificationSource["DREAM_APPLY"] = 80] = "DREAM_APPLY"; | ||
})(EnrolmentIdentificationSource = exports.EnrolmentIdentificationSource || (exports.EnrolmentIdentificationSource = {})); | ||
@@ -21,2 +23,4 @@ (function (EnrolmentIdentificationSource) { | ||
case EnrolmentIdentificationSource.COOKIE_TRACKING: | ||
case EnrolmentIdentificationSource.CLIENT_SURVEY: | ||
case EnrolmentIdentificationSource.DREAM_APPLY: | ||
return true; | ||
@@ -31,3 +35,3 @@ default: | ||
case EnrolmentIdentificationSource.STUDENT_SURVEY: | ||
case EnrolmentIdentificationSource.COMPANY_X: | ||
case EnrolmentIdentificationSource.DATA_ENRICHMENT: | ||
return true; | ||
@@ -34,0 +38,0 @@ default: |
Sorry, the diff of this file is not supported yet
99236
1198