@quesmed/types-rn 2.6.64 → 2.6.65

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/models/Blog.d.ts CHANGED
@@ -1,17 +1,18 @@
1
1
  import { IPicture } from './Picture';
2
2
  import { Id } from './Type';
3
- /**
4
- * This tags will need to be taken from db `blog-tags` after editor create them
5
- */
6
3
  export declare enum EBlogTags {
7
- MRCP_PART_1 = "mrcp-part-1",
8
- MRCP_PART_2 = "mrcp-part-2",
9
- PACES = "paces",
10
- CLINICAL = "clinical",
11
- PRE_CLINICAL = "pre-clinical",
12
- OSCE = "osce",
13
- MSRA = "msra",
14
- ANATOMY = "anatomy"
4
+ MRCP_PART_1 = "MRCP_Part_1",
5
+ MRCP_PART_2 = "MRCP_Part_2",
6
+ PACES = "MRCP_PACES",
7
+ MEDICAL_FINALS = "Medical_school_finals",
8
+ UKMLA = "UKMLA",
9
+ QUESMED = "Quesmed",
10
+ CLINICAL = "Clinical_placement",
11
+ MEDICAL_LEARNING = "Medical_school_learning",
12
+ UKMLA_AKT = "UKMLA_AKT",
13
+ QUESMED_MRCP = "Quesmed_MRCP",
14
+ MLA_AKT = "MLA_AKT",
15
+ MLA_CSPA = "MLA_CPSA"
15
16
  }
16
17
  export interface IBlogTag {
17
18
  id: Id;
package/models/Blog.js CHANGED
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EBlogTags = void 0;
4
- /**
5
- * This tags will need to be taken from db `blog-tags` after editor create them
6
- */
7
4
  var EBlogTags;
8
5
  (function (EBlogTags) {
9
- EBlogTags["MRCP_PART_1"] = "mrcp-part-1";
10
- EBlogTags["MRCP_PART_2"] = "mrcp-part-2";
11
- EBlogTags["PACES"] = "paces";
12
- EBlogTags["CLINICAL"] = "clinical";
13
- EBlogTags["PRE_CLINICAL"] = "pre-clinical";
14
- EBlogTags["OSCE"] = "osce";
15
- EBlogTags["MSRA"] = "msra";
16
- EBlogTags["ANATOMY"] = "anatomy";
6
+ EBlogTags["MRCP_PART_1"] = "MRCP_Part_1";
7
+ EBlogTags["MRCP_PART_2"] = "MRCP_Part_2";
8
+ EBlogTags["PACES"] = "MRCP_PACES";
9
+ EBlogTags["MEDICAL_FINALS"] = "Medical_school_finals";
10
+ EBlogTags["UKMLA"] = "UKMLA";
11
+ EBlogTags["QUESMED"] = "Quesmed";
12
+ EBlogTags["CLINICAL"] = "Clinical_placement";
13
+ EBlogTags["MEDICAL_LEARNING"] = "Medical_school_learning";
14
+ EBlogTags["UKMLA_AKT"] = "UKMLA_AKT";
15
+ EBlogTags["QUESMED_MRCP"] = "Quesmed_MRCP";
16
+ EBlogTags["MLA_AKT"] = "MLA_AKT";
17
+ EBlogTags["MLA_CSPA"] = "MLA_CPSA";
17
18
  })(EBlogTags = exports.EBlogTags || (exports.EBlogTags = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.64",
3
+ "version": "2.6.65",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",