@quesmed/types 2.6.188 → 2.6.189
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/cjs/models/Product.d.ts +1 -1
- package/dist/cjs/models/Product.js +1 -1
- package/dist/cjs/models/User.js +1 -1
- package/dist/cjs/resolvers/constants.js +1 -1
- package/dist/mjs/models/Product.d.ts +1 -1
- package/dist/mjs/models/Product.js +1 -1
- package/dist/mjs/models/User.js +1 -1
- package/dist/mjs/resolvers/constants.js +1 -1
- package/package.json +1 -1
|
@@ -51,7 +51,7 @@ var EProductType;
|
|
|
51
51
|
EProductType[EProductType["MRCP_VIDEO"] = 53] = "MRCP_VIDEO";
|
|
52
52
|
EProductType[EProductType["MRCP_BUNDLE"] = 54] = "MRCP_BUNDLE";
|
|
53
53
|
EProductType[EProductType["COMPLETE_CLINICAL_BUNDLE"] = 55] = "COMPLETE_CLINICAL_BUNDLE";
|
|
54
|
-
EProductType[EProductType["
|
|
54
|
+
EProductType[EProductType["UNDERGRAD_BUNDLE"] = 56] = "UNDERGRAD_BUNDLE";
|
|
55
55
|
})(EProductType = exports.EProductType || (exports.EProductType = {}));
|
|
56
56
|
var EEntitlementType;
|
|
57
57
|
(function (EEntitlementType) {
|
package/dist/cjs/models/User.js
CHANGED
|
@@ -58,7 +58,7 @@ exports.dateProductMapping = {
|
|
|
58
58
|
qbankSubscriptionEndDate: Product_1.EProductType.QBANK,
|
|
59
59
|
osceSubscriptionEndDate: Product_1.EProductType.OSCE,
|
|
60
60
|
bundleSubscriptionEndDate: Product_1.EProductType.BUNDLE,
|
|
61
|
-
undergradBundleSubscriptionEndDate: Product_1.EProductType.
|
|
61
|
+
undergradBundleSubscriptionEndDate: Product_1.EProductType.UNDERGRAD_BUNDLE,
|
|
62
62
|
completeClinicalBundleSubscriptionEndDate: Product_1.EProductType.COMPLETE_CLINICAL_BUNDLE,
|
|
63
63
|
anatomySubscriptionEndDate: Product_1.EProductType.ANATOMY,
|
|
64
64
|
medicalSciencesSubscriptionEndDate: Product_1.EProductType.MEDICAL_SCIENCES,
|
|
@@ -40,7 +40,7 @@ exports.productMapping = {
|
|
|
40
40
|
topicType: ALL_TOPIC_TYPE,
|
|
41
41
|
mockType: ALL_MOCKS,
|
|
42
42
|
},
|
|
43
|
-
[models_1.EProductType.
|
|
43
|
+
[models_1.EProductType.UNDERGRAD_BUNDLE]: {
|
|
44
44
|
db: enums_1.DB_TYPE.FINALS,
|
|
45
45
|
topicType: ALL_TOPIC_TYPE,
|
|
46
46
|
mockType: ALL_MOCKS,
|
|
@@ -48,7 +48,7 @@ export var EProductType;
|
|
|
48
48
|
EProductType[EProductType["MRCP_VIDEO"] = 53] = "MRCP_VIDEO";
|
|
49
49
|
EProductType[EProductType["MRCP_BUNDLE"] = 54] = "MRCP_BUNDLE";
|
|
50
50
|
EProductType[EProductType["COMPLETE_CLINICAL_BUNDLE"] = 55] = "COMPLETE_CLINICAL_BUNDLE";
|
|
51
|
-
EProductType[EProductType["
|
|
51
|
+
EProductType[EProductType["UNDERGRAD_BUNDLE"] = 56] = "UNDERGRAD_BUNDLE";
|
|
52
52
|
})(EProductType || (EProductType = {}));
|
|
53
53
|
export var EEntitlementType;
|
|
54
54
|
(function (EEntitlementType) {
|
package/dist/mjs/models/User.js
CHANGED
|
@@ -55,7 +55,7 @@ export const dateProductMapping = {
|
|
|
55
55
|
qbankSubscriptionEndDate: EProductType.QBANK,
|
|
56
56
|
osceSubscriptionEndDate: EProductType.OSCE,
|
|
57
57
|
bundleSubscriptionEndDate: EProductType.BUNDLE,
|
|
58
|
-
undergradBundleSubscriptionEndDate: EProductType.
|
|
58
|
+
undergradBundleSubscriptionEndDate: EProductType.UNDERGRAD_BUNDLE,
|
|
59
59
|
completeClinicalBundleSubscriptionEndDate: EProductType.COMPLETE_CLINICAL_BUNDLE,
|
|
60
60
|
anatomySubscriptionEndDate: EProductType.ANATOMY,
|
|
61
61
|
medicalSciencesSubscriptionEndDate: EProductType.MEDICAL_SCIENCES,
|