@quesmed/types 2.6.225 → 2.6.226

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.
@@ -52,7 +52,8 @@ export declare enum EJobRecordStatus {
52
52
  APPROVED = 3,
53
53
  REJECTED = 4,
54
54
  TESTING = 5,
55
- PUBLISHED = 6
55
+ PUBLISHED = 6,
56
+ PAID = 7
56
57
  }
57
58
  export declare enum ELightGalleryType {
58
59
  QUESTION = 1,
@@ -72,6 +72,8 @@ var EJobRecordStatus;
72
72
  EJobRecordStatus[EJobRecordStatus["TESTING"] = 5] = "TESTING";
73
73
  // Final version is live and visible
74
74
  EJobRecordStatus[EJobRecordStatus["PUBLISHED"] = 6] = "PUBLISHED";
75
+ // paid
76
+ EJobRecordStatus[EJobRecordStatus["PAID"] = 7] = "PAID";
75
77
  })(EJobRecordStatus = exports.EJobRecordStatus || (exports.EJobRecordStatus = {}));
76
78
  var ELightGalleryType;
77
79
  (function (ELightGalleryType) {
@@ -52,7 +52,8 @@ export declare enum EJobRecordStatus {
52
52
  APPROVED = 3,
53
53
  REJECTED = 4,
54
54
  TESTING = 5,
55
- PUBLISHED = 6
55
+ PUBLISHED = 6,
56
+ PAID = 7
56
57
  }
57
58
  export declare enum ELightGalleryType {
58
59
  QUESTION = 1,
@@ -69,6 +69,8 @@ export var EJobRecordStatus;
69
69
  EJobRecordStatus[EJobRecordStatus["TESTING"] = 5] = "TESTING";
70
70
  // Final version is live and visible
71
71
  EJobRecordStatus[EJobRecordStatus["PUBLISHED"] = 6] = "PUBLISHED";
72
+ // paid
73
+ EJobRecordStatus[EJobRecordStatus["PAID"] = 7] = "PAID";
72
74
  })(EJobRecordStatus || (EJobRecordStatus = {}));
73
75
  export var ELightGalleryType;
74
76
  (function (ELightGalleryType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.225",
3
+ "version": "2.6.226",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",